/* 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
 * ====================================================================================================================*/
body {
    background: none;
}
.gologo {
    float: left;
    width: 70%;
    margin: 0 15%;
}
.meanlogos {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #242021;
}
#hcmdark {
    display: inline-block;
    float: right;
    height: 48px;
    width: 78px;
    background: url(../images/blackhcmlogo.jpg) no-repeat 0px;
    background-size: 78px 48px;
}
#actielogo {
    display: inline-block;
    float: left;
    height: 48px;
    width: 117px;
    margin-left: 5%;
    background: url(../images/actielogo.jpg) no-repeat 0px;
    background-size: 117px 48px;
}
#wrapper {
    min-height: 100%;
    position: relative;
	min-width: auto;
}
#toggle-left {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 48px;
}
#toggle-left button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border: 0px solid #AEA79F;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
}
.header-top .gologo {
    display: block;
    float: left;
    height: 48px;
    min-width: 65px;
	width:65px;
	    margin: 0;
}
.header-top .gologo 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: 48px;
    width: 65px;
    background: url(../images/topGOlogo.png) no-repeat 0px;
    background-size: 65px 48px;
}
#sb-site {
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.6); /* Shadow cast onto the slidebars when opened. */
    margin-bottom: 0px;
    padding-bottom: 0px;
	min-height: 100%;
	z-index: 1;

}
body.login {
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.hitlogo {
    display:none;
}

 /* ====================================================================================================================
 * 2. FONTS
 * ====================================================================================================================*/

.links {
	display:none;
	width:27%;
	height:100%;
	float:left;
	margin-right:2%;
}
.rechts {
	width:100%;
	height:100%;
	float:right;
}
.rechts-webshop {
	width:100%;
	height:100%;
	margin: 0 auto;
}
.links2 {
	display:none;
}
.logincontent .topsection .links {
	display:none;
	width:27%;
	height:100%;
	float:left;
	margin-right:2%;
}
.logincontent .topsection .rechts {
	width:100%;
	height:100%;
	float:none;
	margin: 12% auto 0% auto;
}
.logincontent .topsection .rechts img{
	width:100%;
}
.logincontent .topsection .rechts p{
	position:absolute;
	text-align:left;
	top:0%;
	margin:4% 8% 0% 8%;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #FFFFFF;
	font-size: 1.45em;
}
.logincontent .topsection .links2 {
	display:none;
	width:94%;
	height:100%;
	float:none;
	margin-right:3%;
	margin-left:2.5%;
	margin-top:2%;
}
 .slider {
	position:relative;
	top:0px;
	right:-25%;
	width:100%;
	height:100%;
	max-height: 216px;
	float:right;
}
 .slider-webshop {
	position:relative;
	top:0px;
	right:-25%;
	width:100%;
	height:100%;
	max-height: 216px;
	float:right;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .topsection {
 	overflow:auto;
	max-width:100%;
	min-width:667px;
	margin:0px 0px 0px 0px;
 }
 .slider {
	position:relative;
	top:0px;
	right:0;
	width:100%;
	height:100%;
	max-height: 216px;
	float:right;
}
 .slider-webshop {
		position:relative;
		top:0px;
		left:0%;
		width:100%;
		height:100%;
		max-height: 258px;
		float:right;
	}
}

.flexslider {
	width:149%;
	float:right;
}
.flexslider.webshop {
	max-width:100%;
	width:100%;
	box-sizing: border-box;
	float:none;
}
.flexslider.carousel {
	max-width:100%;
	width:100%;
	box-sizing: border-box;
	float:none;
}
.flexslider.carousel .flex-viewport {
    margin-left: 3%;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
 
  .flexslider {
	width:100%;
	float:right;
	}
 }

 
/* ====================================================================================================================
 * 4. HEADER
 * ====================================================================================================================*/
header {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 108px;
    border-bottom: 0px solid #AEA79F;
}
.header-top {
    height: 48px;
    width: 100%;
    min-width: 0px;
    padding: 0 3%;
    margin: 0 auto;
    background: -moz-linear-gradient(top, #2a2a2a 0%, #323232 100%);
    background: -o-linear-gradient(top, #2a2a2a 0%, #323232 100%);
    background: -ms-linear-gradient(top, #2a2a2a 0%, #323232 100%);
    background: linear-gradient(to bottom, #2a2a2a 0%, #323232 100%);
}
.header-container {
    height: 50px;
    width: 100%;
    min-width: 0px;
    padding: 0 3%;
}
header .toggle.off {
	display:none;
}
header .toggle {
    display: block;
    float: left;
    width: 10%;
    height: 48px;
}
header .homebut {
    display: none;
}
header .name {
    width: 50%;
    margin: 20px 0 10px 0;
    background: url(../images/hcmlogo.png) no-repeat;
    background-size: 165px 10px;
}
header .country {
    padding: 1px 0 0px 0px;
    line-height: 50px;
    font-size: 11px;
}
header .brand {
    display: block;
    float: left;
	width:100%;
	height: 32px;
    padding-left: 5%;
}
header .brand {
	margin: 0 0;
    font-family: 'citroenbold';
    text-transform: uppercase;
    color: #DC002E;
    font-size: 1em;
    line-height: 48px;
}
header .sitename {
    display: block;
    float: left;
	width:100%;
	height: 32px;
    padding-left: 5%;
}
header .sitename {
    margin: 0 0;
    font-family: 'citroenbold';
    text-transform: uppercase;
    color: #646464;
    font-size: 1em;
    line-height: 16px;
}

header .login-logo {
	display:block;
	float:left;
	height:64px;
	width:61px;
	min-width:0px;
	background: url("../images/peugeotlogo.png") no-repeat center center;
	background-size: 61px 44px;
	margin-left:0;
}
header .logos {
    display: block;
    float: right;
    height: 60px;
    width: 30%;
    min-width: 0px;
}
header .logo {
    display: block;
    float: right;
    height: 60px;
    max-width: 100px;
}
header .psalogo {
    display: block;
    float: right;
    height: 64px;
    max-width: 90px;
}
header .logo {
    display: block;
    float: right;
    height: 64px;
    max-width: 100px;
}
header .logo a {
    width: 97px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/hitachi-logo.png) no-repeat;
    background-size: 100% 100%;
}
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:60px;
	width:55px;
	background: url("../images/psalogo.png") no-repeat 0px;
	background-size: 55px 60px;
	margin: 2px 0 2px 0;
}

header .header-nav {
	display: none;
}


.headerbar-wrapper {
	display:none;
	width:100%;
	max-width:100%;
	min-width: 375px
}
.headerbar {
	display:none;
}
.saldobar {
	display:block;
	padding: 0;
    width: 100%;
	box-sizing: border-box;
    height: 36px;
	border-top: 0px solid #cccccc;
	background: linear-gradient(to bottom, rgba(36,48,65,0.9),rgba(15,26,43,0.9));
}
.carsaldobar {
    position:relative;
	display:block;
	box-sizing: border-box;
	padding: 0 6%;
    margin: 0;	
    height: 36px;
	border-top: 0px solid #cccccc;
	background: linear-gradient(to bottom, rgba(225,225,225,0.9),rgba(255,255,255,0.9));
}
.carsaldobar p{
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #333;
	font-size: 0.9em;
	line-height:36px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
.carindexbar {
	border-top: 1px solid #cccccc;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.9),rgba(225,225,225,0.9));*/
}
.carindexbar p{
	display:block;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #80878e;
	font-size: 12px;
	line-height:36px;
	margin: 0 auto;
	text-align:center;
    height: 36px;
}
.saldo {
	display:block;
	height:36px;
	float:right;
	font-family:'PeugeotExpanded';
	color: #9f9f9f;
	font-size: 0.9em;
	line-height:36px;
	margin-right:6%;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .headerbar {
	position:absolute;
	display:none;
	top:320px;
	width:100%;
	height:35px;
	background-color: #e6e7e8;
    border-bottom: 1px solid #b9b9b9;
	z-index:2;
	}
}


.content {
	position:static;
	margin-top: 64px;
	margin-bottom:0px;
	padding-bottom:0px;
    width: 100%;
	min-width: 100%;
	height:100%;
    max-width: 1375px;
    background-color: #f1f2f2;
}
.content-white {
	top: 0;
    margin: 0px auto 0px auto;
    padding-bottom: 0%;
    width: 100%;
	max-width:100%;
    height: 100%;
	min-height: 100%;
	background-color:#ffffff;
	padding: 0px;
}
.content-white.login {
	top: 0;
    margin: 48px auto 20% auto;
    padding-bottom: 20%;
    width: 100%;
	max-width:100%;
    height: 100%;
	min-height: 100%;
	background-color:#ffffff;
	padding-right: 0px;
	overflow:auto;
	    float: left;
}
.content-wrapper {
    width: 100%;
    height: 100%;
	    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.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: 250px;
	padding: 0%;
}
.info-slider.off {
    display: none;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0;
    max-height: 220px;
	padding: 4%;
}
.info-slider .flexslider.rangorde-c3c {
    display:none;
}
.info-slider .flexslider.klassement-c3c {
    display:none;
}
.info-slider .flexslider.informatie-c3c {
    display:none;
}
.info-slider .flexslider.mijnautos {
    display:none;
}
.info-slider .flexslider.transacties {
    display:none;
}
.info-slider .flexslider.support {
    display:none;
}
.info-slider .flexslider.beloningen {
    display:none;
}
.info-slider .flexslider.profiel {
    display:none;
}
.info-slider .flexslider.tickets {
    display:none;
}
.info-slider .flexslider.acties {
    display:none;
}
.info-slider .flexslider.spelregels {
    display:none;
}
.info-slider .flexslider.webshop {
    display:none;
}
.info-slider .flexslider.beeld-geluid {
    display:none;
}
.info-slider .flexslider.fit-mooi {
    display:none;
}
.info-slider .flexslider.tuin-klussen {
    display:none;
}
.info-slider .flexslider.thuis {
    display:none;
}
.info-slider .flexslider.vrije-tijd {
    display:none;
}
.info-slider .flexslider.luxe {
    display:none;
}
.main-left {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0%;
    float: left;
    border-right: 0px solid rgba(44,43,63,.1);
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2){
  .info-slider.conditional {
	display:none;
	width:100%;
	height:100%;
	float:left;
	background-color:#d1d1d1;
	box-sizing:border-box;
	margin:0;
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    max-height: 200px;
    float: right;
	}
}
.info-name {
    display: none;
}
.info-saldo {
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    float: left;
    background-color:#4ebaaa;
	/*background: linear-gradient(to bottom, rgba(36,48,65,0.9),rgba(15,26,43,0.9));*/
    margin: 0;
    padding: 0 6%;
    border-top: 0px solid rgba(44,43,63,.1);
	border-bottom: 1px solid rgba(44,43,63,.1);
}
.info-saldo .header {
    display: block;
    float: left;
    margin-left: 0%;
    font-family: Ubuntu;
	font-weight:bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 46px;
    color: #fff;
}
.info-saldo .saldo {
    display: block;
    float: right;
    margin-left: 0%;
    margin-right: 0%;
    font-family: Ubuntu;
    size: 15px;
	font-weight:bold;
    line-height: 46px;
    color: #fff;
}
.info-percentage {
    display: none;
}
.info-claims {
    display: none;
}
.main-right .top-box {
    display: block;
    height: 100px;
    /* background-color: #f5f6f7; */
}
.slider .flexslider .flex-control-nav {
    display:none;
}
.main-right {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0%;
    float: left;
}

.slider .flex-viewport {
  max-height: 2000px;
  height:216px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .slider .flex-viewport {
  	max-height: 2000px;
  	height:258px;
  	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
	}
}
.slider .loading .flex-viewport {
  max-height: 300px;
}
.logincontent .topsection {
 	width:100%;
	margin:0% auto;
 }
.topsection img {
    width: 100%;
    width: 100%;
        margin: 20% auto 5% auto;
}
.topsection h1 {
    width: 92%;
    margin: 0 4% 15px 4%;
    font-size: 1.2em;
    line-height: 1em;
    -webkit-margin-before: 0.67em;
    padding: 0 4% 15px 4%;
    text-align: center;
}
.topsection h2 {
    width:100%;
	font-size: 1em;
	    -webkit-margin-after: 0em;
	padding: 0 4% 15px 5%;
	    text-align: center;
}
.loginactions .login-input {
    height: 39px;
}
.loginactions .claimbox .input {
    height: 39px;
    text-align: center;
    padding: 0 15px;
}
.loginactions {
	margin:0% auto;
}
.loginactions .claimbox {
	width: 92%;
    margin: 0 4%;
}
.loginactions .login-text {
	width:100%;
	padding-right:0%;
	text-align:center;
	line-height: 1.4em;
}
.loginactions .login-text h1 {
    -webkit-margin-after: 0em;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
.loginactions .login-text p {
    text-align: center;
	line-height: 16px;
}
.loginactions .login-box {
    width: 100%;
	margin-top: 0%;
}
input[type="submit"] + label {
    line-height: 20px;
}
input[type="submit"] + label {
        height: 39px;
    text-align: center;
    text-transform: uppercase;
}
.hvr_btn:hover {
    line-height: 20px;
	text-transform:uppercase;
	text-align:center;
	color:#fc6621;
}
.loginactions .login-but {
	display:block;
	float:right;
	width:100%;
	margin:3% 0px 0% 0px;
}
.actions {
	position:static;
	display:block;
	background-color: #fff;
	padding: 6% 6% 6% 6%;
	margin: 0;
	z-index:0;
}
.actions ul {
	list-style: none;
	margin: 0;
	padding: 0 0;
	background-color: #fff;
}
.actions li {
	font-size: 0.85em;
	background: #f1f1f1 url('../images/arrow_right.png') no-repeat 96% center;
	background-size: 15px 15px;
	line-height: 1.4em;
}
.actions .claimbox {
	position: relative;
	height:60px;
	width:100%;
	font-size: 0.85em;
	margin-top:0;
}

/* claimpage=========================================*/
.inputbox {
	display:block;
	float:left;
	vertical-align: top;
	height:60px;
	width:57%;
	margin-top:0;
	margin-bottom: 0;
}
.claimbut {
	display:block;
	float:left;
	vertical-align: top;
	height:50px;
	width:35%;
	margin-top:0;
	margin-bottom: 0;
}
.searchbox .claimbut a {
    display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#3d8eb9, #3d8eb9);
    background-color: #3d8eb9;
    border: 1px #3d8eb9 solid;
    padding: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
	-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;*/
}
.searchbox .claimbut a p {
    font-family: 'PeugeotNormal';
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.claimactions {
	display:block;
	position: relative;
	height:60px;
	background-color: #fff;
	padding: 0 6%;
}
.claimactions .claimbox {
	display:block;
	position: relative;
	height:60px;
	width:100%;
	margin-top:0;
}
.claimactions .claimbut a{
	display:inline-block;
 	width: 100%;
	height:60px;
	background-image:linear-gradient(#3d8eb9, #3d8eb9);
		-webkit-gradient(linear,(#3d8eb9, #3d8eb9));
			-moz-linear-gradient(#3d8eb9, #3d8eb9);
	background-color: #3d8eb9;
	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;
}
.claimactions .claimbut a p{
	font-family:'PeugeotBold';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.claimactions .searchbut a{
	display:inline-block;
 	width: 100%;
	height:60px;
	background-image:linear-gradient(#00a885, #00a885);
		-webkit-gradient(linear,(#00a885, #00a885));
			-moz-linear-gradient(#00a885, #00a885);
	background-color: #00a885;
	border: 1px #00a885 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;
}
.claimactions .searchbut a p{
	font-family:'PeugeotBold';
	text-transform:uppercase;
	font-size:14px;
	line-height:60px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
/* PAGE */
.page-select {
    display: block;
	width:100%;
	height:80px;
	padding: 6% 4% 6% 4%;
}
.page .section-title {
	width:100%;
	font-size: 18px;
	line-height:14px;
}
.page .section .col1-2 {
    width: 100%;
    padding: 0;
}
.page .section .col2-2 {
    width: 100%;
    padding: 0;
}


.page {
	display: block;
    float:left;
	width:100%;
	/*padding: 0 4% 10% 4%;*/
	margin: 0;
}

.page .section {
    display: block;
    float: left;
    padding: 4%;
}
.page .section.wide {
    display: block;
    float: left;
    padding: 0%;
}
.page .section p {
    font-size: 14px;
    line-height: 18px;
	text-align:justify;
}
.rowpage {
	background-color: #ffffff;
	padding: 6% 0%;
}
.actionpage {
    display:block;
	max-width:1250px;
	min-width:10px;
	margin:0 auto;
	background-color: #ffffff;
    padding: 0;
}
.pagetitle {
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #222;
	font-size: 14px;
	text-decoration: none;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	.page {
		max-width:667px;
		min-width:375px;
		padding: 0%;
	}
	.pagetitle {
		font-size: 14px;
	}
	.sectiontitle {
		font-size: 11px;
	}
	.page li{
		margin-left:-3%;
	}
}
/* ROWS */
.rows.pagetitle {
	display:block;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #222;
	font-size: 14px;
	padding-bottom:1em;
	padding: 0 6% 6% 6%;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.rows .row.opened .title {
    background-color: #eae9f0;
    border-top: 0px solid rgba(255,255,255,.9);
    height: 60px;
    color: #333333;
    border-radius: 0px;
	border-bottom: 0px solid #fff;
	padding: 0 4%;
}
.rows .row.closed .title {
	box-sizing:border-box;
	background-color:#fff;
	/*background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(203,203,203,1) 100%);*/
    border-bottom: 1px solid rgba(44,43,63,.1);
    height: 60px;
    color: #000000;
    border-radius: 0px;
	padding: 0 4%;
}
.rows .row .title {
    cursor: pointer;
}
.rows .row .title .column-left {
    width: 100%;
	height:60px;
}
.rows .row .column-left {
    float: left;
}

.rows .row.opened .title .column-left .arrow {
    width: 5%;
    height: 30px;
    float: right;
	margin-top:15px;
	margin-right:8%;
    background: url(../images/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center;
}
.rows .row.closed .title .column-left .arrow {
    width: 21px;
    height: 30px;
    float: right;
	margin-top:15px;
	margin-right:2%;
    background: url(../images/arrow_down.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.rows .row.closed .title .column-left .arrow-right {
    width: 5%;
    height: 60px;
    float: right;
	margin-top:0;
	margin-right:8%;
    background: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.rows .row.closed .title .column-left .label {
	padding-left: 0%;
	width:45%;
    float: left;
    font-size: 16px;
}
.rows .row.closed .title .column-left .label .label-ktn {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: 'citroenregular';
    color: #333333;
    float: left;
    font-size: 18px;
    line-height: 46px;
}
.rows .row.closed .title .column-left .label .label-clnt {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: Ubuntu;
    text-transform: uppercase;
    color: #80878e;
    float: left;
    font-size: 10px;
    line-height: 24px;
	overflow:hidden;
}
.rows .row.closed .title .column-left .label.grey {
	padding-left: 0%;
	width:45%;
    float: left;
    font-size: 16px;
}
.rows .row.closed .title .column-left .label.grey .label-ktn {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: 'citroenregular';
	color: #9ca5ae;
    float: left;
    font-size: 18px;
    line-height: 60px;
}
.rows .row.closed .title .column-left .label.grey .label-clnt {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: "PeugeotNormal";
    text-transform: uppercase;
	color: #9ca5ae;
    float: left;
    font-size: 10px;
    line-height: 30px;
	overflow:hidden;
}
@media only screen and (max-device-width: 320px) {
	.rows .row.closed .title .column-left .label {
		padding-top: 20px;
		padding-left: 2%;
		width:20%;
    	font-family: "PeugeotBold";
    	float: left;
    	font-size: 13px;
	}
	.rows .row.closed .title .column-left .label.grey {
		padding-top: 20px;
		padding-left: 2%;
		color: #9ca5ae;
		width:35%;
    	font-family: "PeugeotBold";
    	float: left;
    	font-size: 13px;
	}
}
.rows .row.opened .title .column-left .label {
	padding-top: 0px;
	padding-left: 0%;
	width:100%;
    font-family: Ubuntu;
	color:#333;
    float: left;
    font-size: 18px;
}
.rows .row.closed .column-left .list-img {
    padding-left: 0%;
	padding-top:5px;
	padding-bottom:5px;
    height: 60px;
	width:16%;
    float: left;
	margin-top:0px;
}
.rows .row.opened .column-left .list-img {
    display:none;
}
.rows .row.closed .column-left .transaction-list-img.positive {
    width: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}
.rows .row.opened .column-left .transaction-list-img.positive {
    width: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}
.rows .row.closed .column-left .transaction-list-img.negative {
    width: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}
.rows .row.opened .column-left .transaction-list-img.negative {
    width: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}
.rows .row.closed .title .column-left .transaction-label-box {
    width: 60%;
}
.rows .row.opened .title .column-left .transaction-label-box {
    width: 60%;
}
.rows .row.closed .column-left .price img {
	height:24px;
	margin-top:18px;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	.rows .row.closed .column-left .price img {
    	width:70px;
		height:24px;
		}
}
.rows .row.opened .column-left .price img {
    display:none;
}
.rows .row.closed .column-left .price {
	height: 60px;
	width:23%;
	padding: 0;
    float: left;
	font-family: "PeugeotNormal";
    font-size: 16px;
	line-height:60px;
	text-align:left;
}
.rows .row.opend .column-left .price {
    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%;
	}
}
.newkmbnr {
    display: block;
    width: 100%;
    height: 26px;
	box-sizing:border-box;
	margin: 17px 0 17px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #D71F85;
    font-family: Ubuntu;
    text-transform: uppercase;
    color: #D71F85;
    text-align: center;
    font-size: 10px;
    line-height: 26px;
}
.trackingbnr {
    display: block;
    width: 100%;
    height: 26px;
	box-sizing:border-box;
	margin: 17px 0 17px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #d1d5d8;
    font-family: Ubuntu;
    text-transform: uppercase;
    color: #a0a9b1;
    text-align: center;
    font-size: 10px;
    line-height: 26px;
}
.rows .row .column-right {
    margin-left: 310px;
}
.column-right {
    display: none;
}
.clear {
    clear: both;
}
.clear {
    float: none;
    display: block;
    clear: both;
}
.listcontent {
	display:block;
}
.listcontent .carindex {
	display: block;
    margin: 0 6% 12% 6%;
	width:auto;
	height:auto;
	box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-family: 'PeugeotExpanded';
    color: #333333;
    font-size: 11px;
}
.claimlink {
    padding: 0;
    margin: 0% 6%;
    float: none;
	overflow:auto;
}
.claimlink a {
	font-family: 'citroenbold';
}
.listcontent img {
	display:block;
	margin: 2% auto;
}
.rows .row.closed .column-left .price .element {
	display:none;
	height:30px;
	width:16.5%;
	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;
	height:44px;
	width:100%;
	margin: 0;
	background: #fff;
	border-top: 1px solid #cccccc;
}
.row .listcontent .column-left-big.gesloten .element-container {
	display:block;
	height:44px;
	width:100%;
	margin: 0;
	background: #fff;
	border-top: 1px solid #cccccc;
}
.row .listcontent .column-left-big.open .element-container {
	display:block;
	height:44px;
	width:100%;
	margin: 0;
	background-color: #eae9f0;
	border-top: 1px solid #cccccc;
}
.element-info-container {
	display:block;
	height:auto;
	width:100%;
	margin: 0;
	padding-top:0px;
	padding-bottom:0px;
	border-top: 1px solid #AFADC3;
}
.display-fix {
	height:1px;
	width:100%;
	margin: 0;
	padding-top:0px;
	padding-bottom:0px;
}
.element-large {
	display:inline-block;
	height:44px;
	width:15%;
}
.element-large img{
	display:block;
	height:30px;
	width:30px;
	margin: 7px 0 7px 13px;
}

.element-title {
	display:block;
	float:left;
	vertical-align:top;
	width:40%;
	padding-left:0px;
    font-family: Ubuntu;
	color:#333333;
	text-transform:uppercase;
    font-size: 14px;
	line-height:44px;
}
.element-title.grey {
	color:#cccccc;
}
.column-left-big.gesloten .element-container .element-new {
	display:block;
	float:left;
	width:12%;
	padding-left:0px;
}
.column-left-big.open .element-container .element-new {
	display:block;
	float:left;
	width:12%;
	padding-left:0px;
}
.element-kms {
	display:block;
	float:left;
	text-align:right;
	width:18%;
	padding-right:0px;
    font-family: Ubuntu;
	color:#333333;
    font-size: 14px;
	line-height:44px;
}
.element-kms.blue {
	color:#007C92;
    font-family: Ubuntu;
}
.element-kms.grey {
	color:#cccccc;
}
.rows .listcontent .column-left-big.open .element-container .arrow {
    display:inline-block;
	vertical-align:top;
	width:15%;
    height: 44px;
    background: url(../images/arrow_up.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.rows .listcontent .column-left-big.gesloten .element-container .arrow {   
	display:block;
	float:left;
	width:15%;
    height: 44px;
    background: url(../images/arrow_down.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.element-info {
	margin-left:15%;
	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:120px;
	padding-top: 0px;
	padding-left:0px;
    font-family: Ubuntu;
	color:#646464;
    font-size: 10px;
}
.info-box-content {
	display:block;
	float:left;
	padding-top: 0px;
	padding-left:15px;
    font-family: Ubuntu;
	color:#646464;
    font-size: 12px;
}
.space {
	display:block;
	height:25px;
	border-top: 1px solid #cccccc;
	background: linear-gradient(to bottom, rgba(203,203,203,1) 0%,rgba(255,255,255,1) 30%);
    border-bottom: 1px solid #cccccc;
}
.page-space {
	display:block;
	height:25px;
}



/* FOOTER */
footer.login {
    display: block;
    position: absolute;
    padding-bottom: 0px;
    height: 12%;
    margin-bottom: 0;
    border-top: 0px solid #b9b9b9;
    background-color: #3d3d3c;
}
.headline {
    float: left;
    padding: 0;
    margin: 0 4%;
    width: 92%;
}
.headline h1 {
    display:none;
}
.headline h2 {
    display:none;
}
.headline h3 {
    float: left;
    font-family: 'helveticaregular';
    font-size: 12px;
    line-height: 18px;
	text-align:center;
    color: #FFF;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
footer {
    display: block;
	position:relative;
	padding-bottom:0px;
	height: 216px;
    margin-bottom: 60px;
    border-top: 0px solid #b9b9b9;
	background-color: transparent;
}
.login-footer {
	position:absolute;
    display: block;
	padding: 0.975em 0px 1.675em 0px;
    border-top: 0px solid #b9b9b9;
    background:linear-gradient(#1a1a1a, #050404);
	-webkit-gradient(linear,(#1a1a1a, #050404));
		-moz-linear-gradient(#1a1a1a, #050404);
	background-color: #1a1a1a;
	bottom:0px;
    left:0px;
    right:0px;
}
.footer-container {
	display:none;
	float:left;
	width: 100%;
	height:auto;
	min-width: 10px;
	max-width:100%;
	box-sizing: border-box;
	padding: 4%;
	margin-bottom:0px;
}
.ftr-box {
	display:none;
}
.ftr-boxp {
    display: block;
    width: 100%;
    padding: 0 0 0 0%;
}
footer ul {
    padding: 0 6%;
}
footer li {
    width: 100%;
	line-height: 20px;
    margin-right: 0px;
	text-align:center;
}
footer li:before {
	content: '';
    position: absolute;
	left: -10px;
    top: 38%;
    height: 25%;
    width: 0px;
    background-color: #DC002E;
}
footer li:nth-child(2):before {
	content: '';
    position: absolute;
	left: -10px;
    top: 38%;
    height: 25%;
    width: 0px;
    background-color: #DC002E;
}
footer li:nth-child(3):before {
	content: '';
    position: absolute;
	left: -10px;
    top: 38%;
    height: 25%;
    width: 0px;
    background-color: #DC002E;
}

.ftr-avatar {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
}
.ftr-avatar img {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    margin: 0 auto;
}
.ftr-box1 {
	display:block;
	width:100%;
	float:left;
	box-sizing:border-box;
	padding: 0 3%;
	text-align:center;
	font-family:Ubuntu;
	color: #888;
	font-size: 14px;
	line-height:20px;
}
.meter {
    border: 0px solid #AFADC3;
}
.meter > span p {
    font-size: 12px;
    line-height: 18px;
}
.ftr-box2 {
	display:block;
	width:100%;
	float:left;
	box-sizing:border-box;
	padding: 2% 0 0 0;
	text-align:center;
	font-family:Ubuntu;
	color: #333;
	font-size: 15px;
	line-height:15px;
}
.ftr-box2a {
	display:block;
	width:100%;
	float:left;
	box-sizing:border-box;
	padding: 2% 0 0 0;
	text-align:center;
	font-family:Ubuntu;
	text-transform:uppercase;
	color: #646464;
	font-size: 11px;
	line-height:15px;
}
.ftr-box3 {
	display:none;
}
.ftr-box3 a{
	text-align:right;
	font-family:'PeugeotNormal';
	text-transform:uppercase;
	color: #888;
	font-size: 12px;
	line-height:79px;
}
.ftr-box3 a:hover{
	text-align:right;
	font-family:'PeugeotNormal';
	text-transform:uppercase;
	color: #333;
	font-size: 12px;
	line-height:79px;
}
.footer-header {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	width:100%;
  	vertical-align: middle;
	text-align:center;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #2a93bc;
	font-size: 10px;
}
.footer-container li.chalindex {
	display: block;
	float:left;
	margin: 0;
	width:100%;
	height:30px;
  	vertical-align: middle;
	text-align:center;
	font-family:'PeugeotExpanded';
	color: #333333;
	font-size: 0.7em;
}
.footer-container li.member {
	display: block;
	float:left;
	width:100%;
	margin: 0 auto 0 auto;
  	vertical-align: middle;
	text-align:center;
	height: 20px;
    line-height: 20px;
	font-family:'PeugeotNormal';
	color: #848383;
	font-size: 0.8em;
	margin-top:10px;
}
.footer-container li.location {
	display: block;
	float:left;
	width:100%;
	margin: 0 auto 0 auto;
	padding-right:6%;
  	vertical-align: middle;
	text-align:center;
	height: 20px;
    line-height: 20px;
	font-family:'PeugeotNormal';
	color: #848383;
	font-size: 0.9em;
}
.footer-container li.logoff {
	display: none;
}



/* ACTIEPAGINA */
.actiebloks {
	position:relative;
	display:block;
	float:left;
	padding:5%;
	border-bottom: 1px solid #f1f1f1;
}
.actieblok1 {
	position:relative;
	display:block;
	float:left;
	width:100%;
}
.actieblok-img {
	position:relative;
	width:100%;
	
}
.actieblok-img img {
	position:relative;
	width:100%;
	bottom:-5px;
}
.actieblok-subimg {
	position:relative;
	width:100%;
}
.actieblok-subimg img {
	position:relative;
	width:100%;
}
.actieblok2 {
	position:relative;
	display:block;
	float:left;
	width:100%;
	padding: 0%;
}
.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:14px;
}

.actiewrapper {
	display: block;
	padding: 0% 6% 0% 6%;
	max-width: 375px;
	min-width: 320px;
	box-sizing: border-box;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .actiewrapper {
		display: block;
		padding: 0% 6% 0% 6%;
		max-width: 667px;
		min-width: 320px;
		box-sizing: border-box;
	}
}
.actiebox {
	flex: 0;
	width: 100%; /* depends on the number of columns */
	margin:6% 0 0 0;
	box-sizing: border-box;
	/*padding: 1em;
	border: solid;*/
	background-color:#f8f9f9;
}
.actiebeeld {
	padding:0% 0% 3% 0%;
}
.actie-divider {
	display:block;
	float:left;
	width:100%;
	padding-top:16px;
	margin: 0 0% 8% 0%;
	border-bottom: 1px solid #cccccc;
}
.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% 3% 6%;
	text-align:left;
    font-family: "PeugeotNormal";
	color:#3e3f49;
    font-size: 12px;
}
.geldig-text {
	padding:0% 6% 8% 6%;
	text-align:left;
    font-family: "PeugeotBold";
	text-transform:uppercase;
	color:#2caed6;
    font-size: 11px;
}
/* ====================================================================================================================
 * 6. NOTIFICATIONS
 * ====================================================================================================================*/

 .updatebar {
    position:relative;
	max-width:100%;
	padding: 0% 6% 6% 6%;
    margin: 0px auto;
	background-color:#f1f2f2;
}

#ticket-notification {
	background-color: #f1f2f2;
	height:0px;
}

#bounce {
	position:relative;
	z-index: 10;
	left:55%;
	bottom:-15px;
	margin-top:-25px;
	margin-left:0px;
	height:30px;
	width:30px;
	background-image: url('../images/bounce.png');
	background-repeat: no-repeat;
	background-size: 30px 30px;
		-webkit-animation:bounce 1s;
		-webkit-animation-iteration-count: 5;
}

/*bounce is turned off 
@-webkit-keyframes bounce {
/*0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
  0%       { bottom:15px; }
  25%, 75% { bottom:35px; }
  50%      { bottom:50px; }
  100%     {bottom:15px;}
}*/

.km-notification {
	display:block;
	height:36px;
	float:right;
	top:0px;
	background-image:linear-gradient(#202b3b, #0f1828);
		-webkit-gradient(linear,(#202b3b, #0f1828));
			-moz-linear-gradient(#202b3b, #0f1828);
  	vertical-align: middle;
	padding-right: 6%;
    margin-bottom:0px;
	z-index:1;
}
.km-notification p{
	display:block;
	max-width:100%;
	height:36px;
	vertical-align: middle;
	font-family:'PeugeotNormal';
	text-transform:uppercase;
	color: #9f9f9f;
	font-size: 0.75em;
	text-decoration: none;
	text-align:right;
	padding-top:0px;
	margin-right:0;
	    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.newkms {
	position:absolute;
	display:block;
	height: 27px;
	float:left;
	margin-left:6%;
	top:3px;
	padding:0 3%;
	background-image:linear-gradient(#ff5c00, #ff5c00);
		-webkit-gradient(linear,(#ff5c00, #ff5c00));
			-moz-linear-gradient(#ff5c00, #ff5c00);
  	vertical-align: middle;
	border: 1px #ff5c00 solid;
		-moz-border-radius: 3px;
    		-webkit-border-radius: 3px;
    			-khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
  		-webkit-animation:newkms 1s;
  			-webkit-animation-iteration-count: 1;
} 

.newkms p {	
	position:relative;;
	vertical-align: middle;
	text-align:center;
	width:100%;
	margin: 0;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #ffffff;
	font-size: 0.6em;
	line-height:27px;
	text-decoration: none;
}

@-webkit-keyframes newkms {

  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
	0%		{ top:-35px; }
	25%		{ top:-10px; }
	50%		{ top:0px; }
	75%		{ top:-10px; }
	100%	{top:-35px;}
}*/




.loadmore {
    padding: 0;
    margin: 3% auto;
    display: block;
	width:100%;
}
.load-nomore-bar {
	/*background: linear-gradient(to bottom, #2dafd8 0%,#2dafd8 33%,#15749f 78%,#0a5985 100%);*/
	max-width: none;
    text-transform: none;
	text-align:center;
    display: block;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    border-radius: 3px;
	border: 1px solid #d1d5d8;
	font-family: Ubuntu;
	color:#d1d5d8;
	text-transform:uppercase;
    font-size: 13px;
	margin:6% auto;
}
.loadmore-bar  a {
	/*background: linear-gradient(to bottom, #2dafd8 0%,#2dafd8 33%,#15749f 78%,#0a5985 100%);*/
	max-width: none;
    text-transform: none;
	text-align:center;
    display: block;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    border-radius: 3px;
	border: 1px solid #3d8eb9;
	font-family: Ubuntu;
	color:#3d8eb9;
	text-transform:uppercase;
    font-size: 13px;
	margin:6%;
}

/* ====================================================================================================================
 * 8. BOTTOM BAR
 * ====================================================================================================================*/
.bottom-bar {
	position:absolute;
	display:block;
	width:100%;
	height: 45px;
	background-image:linear-gradient(#54acd2, #3d8eb9);
		-webkit-gradient(linear,(#54acd2, #3d8eb9));
			-moz-linear-gradient(#54acd2, #3d8eb9);
  	vertical-align: middle;
	padding-left: 0px;
	border-top: 1px solid #54acd2;
	border-bottom: 1px solid #3d8eb9;
    bottom:160px;
	left:0px;
    right:0px;
    margin-bottom:0px;
}
.bottom-bar ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.bottom-bar li.left {
	display: inline-block;
	float: left;
	width:33%;
	margin: 12px 0px;
  	vertical-align: middle;
	text-align:center;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.bottom-bar li {
	display: inline-block;
	float: left;
	width:32%;
	margin: 12px 0px;
  	vertical-align: middle;
	text-align:center;
}
.bottom-bar a {
  	vertical-align: middle;
	width:50%;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;
}

/* ====================================================================================================================
 *10. WEBSHOP LAYOUT
 * ====================================================================================================================*/
.shophome {
	padding: 0 6% 6% 6%;
}
.ws-pagetop {
    background-color: #ffffff;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.ws-pagebot {
    max-width: 100%;
	min-width:100%;
}
.ws-topwrapper {
	box-sizing: border-box;
	padding:3%;
	position:relative;
	overflow:auto;
	min-width:0px;
	max-width:375px;
	margin-left:0%;
}
.ws-botwrapper {
	box-sizing: border-box;
	padding:3%;
	position:relative;
	overflow:auto;
	min-width:100%;
	max-width:375px;
	background-color:#f8f9f9;
}
.ws-leftcol {
	width: 100%;
	max-width:375px;
	margin-right:0%;
	overflow: hidden;
}
.ws-rightcol {
	width: 100%;
	max-width:375px;
	overflow: hidden;
}
.ws-title {
	margin: 2% 3%;
}
.ws-subtitle {
	margin: 1% 3% 3% 3%;
}
.ws-pricebox {
    padding: 2% 3%;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    margin: 0 3% 0 3%;
    background-color: #1db0ed;
}
.ws-select-header {
    font-size: 1em;
    padding-top: 4%;
}
.ws-model {
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color:#fff;
	float:left;
	margin: 2% 0;
}

.ws-selection {
    padding: 0 3% 4% 3%;
}
.ws-quantity select {
    padding-left: 10px;
}
.ws-addtocart {
    margin: 0 3%;
    width: 94%;
}
.ws-orderinfo {
	width: 94%;
 	box-sizing: border-box;
    padding: 3% 3%;
	margin:3% 3%;
}
.ws-bottom-imgs {
    width: 100%;
	padding-left:0;
    margin-top: 3%;
	margin-left:3%;
	margin-bottom:3%;
}

/* WEBSHOP SLIDER */
.ws-slider {
	position:relative;
	top:0px;
	overflow:auto;
	width:100%;
	max-width:375px;
	height:100%;
	float:left;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
 	.ws-topwrapper {
    	max-width: 667px;
	}
	.ws-leftcol {
    	max-width: 667px;
	}
	.ws-rightcol {
    	max-width: 667px;
	}
	.ws-slider {
		max-width:667px;
	}
}


/* WEBSHOP OVERVIEW PAGE */
.ws-overview-wrapper {
	width:100%;
	padding: 3%;
}
.product {
	width:45%;
	border: 1px dotted #dddfde; 
}
.product:hover {
	border: 1px solid #000;
}
.product-title {
	font-size:0.7em;
}
.product-subtitle {
	font-size:0.7em;
}
.product-price {
	font-size:0.7em;
}
.newproduct {
	top:5px;
	left:5px;
	width: 75px;
	height: 75px;
}
.newproduct p{
	top:5px;
	left:5px;
	font-size:1.2em;
}

.controls{
  padding: 6%;
}
.controls-wrapper {
    width:100%;
	max-width: 375px;
    min-width: 320px;
	margin:0 auto;
	overflow:auto;
  box-sizing: border-box;
  padding:1.5% 0%;
}
.controls .box {
	width:49%;
	float:left;
	padding-left:0%;
	padding-right:2%;
}
.controls .box.right {
	width:49%;
	float:right;
	padding-left:0%;
	padding-right:0%;
}
.controls .box select {
    font-family: Ubuntu;
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.controls {
		padding: 3% 6%;
	}
	.controls-wrapper {
		width:100%;
		max-width: 667px;
		min-width: 320px;
		margin:0 auto;
		overflow:auto;
		box-sizing: border-box;
		padding:1.5% 0%;
	}
	.ws-overview-wrapper {
		min-width:667px;
		max-width:375px;
		width:100%;
	}
	.product {
		width:22%;
		border: 1px dotted #dddfde; 
	}
}


/*
MAANDREALISATIE */
.month-row {
	position:relative;
	display: block;
	overflow:auto;
    width: 100%;
	min-height:65px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}
.month-title {
	display:block;
	width:100%;
	box-sizing:border-box;
	float:left;
	font-family: 'PeugeotNormal';
	color:#3b3a48;
	font-size:20px;
	line-height:45px;
	text-align:center;
	/*text-transform: uppercase;*/
	padding: 0 6%;
}

.activate-month {
	position:relative;
	display:block;
	float:right;
	height:45px;
	width:100%;
	box-sizing:border-box;
	padding-right:0px;
}
.activate-month a{
	position:relative;
	display:block;
	float:none;
	background-color:#1abc9c;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:3px;
	text-align:right;
	margin-top:0px;
	margin-right:5px;
	height:45px; 
	width:88%;
	margin: 0 auto;
}
.activate-month a p{
	font-family: 'PeugeotBold';
	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: 'PeugeotBold';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	text-align:left;
	padding: 5px 0px 0px 16%;
	margin-top:3%;
}
.proefritheader:before {
	content: url('../images/peu_testdrive-yes_icon.png');
	transform: scale(.45);
	background-size: 10px 20px;
    position: absolute;
	display: block;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
	margin: 5px 0px 0 4%;
	background: #fff;
}
.accessoireheader {
	height:45px;
	font-family: 'PeugeotBold';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	text-align:left;
	padding: 5px 0px 0px 16%;
	margin-top:6%;
}
.accessoireheader:before {
	content: url('../images/peu_accessoires-yes_icon.png');
	transform: scale(.45);
	background-size: 10px 20px;
    position: absolute;
	display: block;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
	margin: 6% 0px 0 4%;
	background: #fff;
}
.proefritslider {
	display:block;
	position:relative;
	background-image: url('../images/proefritslider2.svg');
	background-repeat: no-repeat;
	width:75%;
	min-height:50px;
	margin-left:6%;
	margin-top:-4%;
}
.accessoireslider {
	display:block;
	position:relative;
	background-image: url('../images/accessoireslider2.svg');
	background-repeat: no-repeat;
	width:75%;
	min-height:50px;
	margin-left:6%;
	margin-top:-4%;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 767px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .proefritslider {
	min-height:80px;
}
.accessoireslider {
	min-height:87px;
	}
}
.monthcol1 {
	width: 100%;
	display:block;
	float:left;
}
.monthcol2 {
	width: 84%;
	display:block;
	float:left;
}
.monthcol3 {
	width: 15%;
	display:block;
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding: 0 0 0 1%;
}
.monthscore-row {
	display:block;
	height:18px;
	width:88%;
	box-sizing:border-box;
	margin: 0 6% 5px 6%;
}
.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:16px;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0px 0px 0px;
}
.monthscorelist {
	font-family: 'PeugeotNormal';
	color:#333;
	font-size:12px;
	margin-bottom: 0px;
	padding: 5px 0px 0px 0px;
	z-index:99;
}

/*TRANSACTIONS PAGE */
.searchbox {
	display:block;
	float:right;
	width:100%;
	height:auto;
	margin-right:0;
}
.searchbox .claimbox {
	display: block;
    margin-top: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    margin-top: 0;
    padding: 0% 4% 4% 4%;
    background-color: #f5f6f7;
}
.searchbox .inputbox {
	display:block;
	float:left;
	height:50px;
	width:63%;
	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;*/
}
.searchbox .claimbut a {
    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;*/
}
.searchbox .claimbut a p {
	font-family: 'citroenbold';
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.searchbox .searchbut {
	display:block;
	float:left;
	vertical-align: top;
	height:60px;
	width:35%;
	margin-top:0;
}
.searchbox .searchbut a{
	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;*/
}
.searchbox .searchbut a p{
	font-family: 'citroenbold';
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.transactionbox {
    display: block;
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.page-title-row {
	display: block;
	width:100%;
	height:48px;
	background-color: #f5f6f7;
}
.nopage-title {
	display:none;
}
.page-title {
	display:block;
	width:100%;
	height:40px;
	box-sizing:border-box;
	float:left;
	font-family: 'citroenbold';
	color:#a09696;
	/*background-color:#f5f6f7;*/
	font-size:18px;
	line-height:48px;
	text-align:center;
	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:14%;
    float: left;
	margin-top:0px;
}
.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:14%;
    float: left;
	margin-top:0px;
}
.rows .row.closed .title .column-left .transaction-label {
	height:30px;
	width:100%;
    font-family: Ubuntu;
	color:#333;
    float: left;
    font-size: 14px;
	line-height:50px;
}
.rows .row.opened .title .column-left .transaction-label {
	height:30px;
	width:100%;
    font-family: Ubuntu;
	color:#333;
    float: left;
    font-size: 14px;
	line-height:50px;
}
.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 {
	height:60px;
	width:22%;
    box-sizing:border-box;
	font-family: Ubuntu;
	color:#333;
    float: right;
    font-size: 14px;
	line-height:50px;
	text-align:right;
	padding-right:0%;
}
.rows .row.closed .title .column-left .transaction-km-neg {
	height:60px;
	width:22%;
    box-sizing:border-box;
	font-family: Ubuntu;
	color:#eb6b56;
    float: right;
    font-size: 14px;
	line-height:50px;
	text-align:right;
	padding-right:0%;
}
.rows .row.opened .title .column-left .transaction-km {
	height:60px;
	width:22%;
    font-family: Ubuntu;
	color:#3d8eb9;
    float: right;
    font-size: 14px;
	line-height:60px;
	text-align:right;
	padding:0;
}
.rows .row.opened .title .column-left .transaction-km-neg {
	height:60px;
	width:22%;
    font-family: Ubuntu;
	color:#eb6b56;
    float: right;
    font-size: 14px;
	line-height:60px;
	text-align:right;
	padding:0;
}

.godetail-but-shop {
	display:block;
	width:70%;
	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 img {
	width:15%;
}

.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 {
	box-sizing:border-box;
	display:block;
	height:60px;
	background-color:#fff;
	border-bottom: 1px solid rgba(44,43,63,.1);
	padding: 0 6%;
}
.car-detail-list-img {
	padding-left: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
    width: 20%;
    float: left;
    margin-top: 0px;
}
.car-detail-list-img img {
	height:100%;
}
.car-detail-label {
	display:block;
	float:left;
	height:60px;
	width:45%;
	padding-left:0%;
}
.car-detail-label .label-ktn {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: "PeugeotNormal";
    color: #333333;
    float: left;
    font-size: 18px;
    line-height: 46px;
}
.car-detail-label .label-clnt {
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-family: "PeugeotNormal";
    text-transform: uppercase;
    color: #80878e;
    float: left;
    font-size: 10px;
    line-height: 24px;
	overflow:hidden;
}
.car-detail-kms {
	display:block;
	float:left;
	height:60px;
	width:25%;
	font-family: "PeugeotNormal";
	color:#333333;
    font-size: 16px;
	line-height:60px;
	text-align:left;
	padding: 0 0 0 0;
}
.car-detail-kms img {
	display:block;
	float:left;
	height:24px;
	width:70px;
	padding: 18px 0% 0 0;
}
.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-kmsclaim {
	display:block;
	float:left;
	height:60px;
	width:50%;
	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:0%;
	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;
}

/*=================================================
5. NAVIGATION SIDEBAR
=================================================*/
#fixed {
	display:none;
	padding-bottom: 0;
    position: fixed;
    z-index: 10;
    height: 60px;
    width: 100%;
    background-color: #eb6428;
    top:initial;
	bottom: 0;
    right: 0;
	left:0;
}
.navbar-bar {
  	position: relative;
  	width: 33.33%;
  	height: 1px;
  	background-color: #F3933A;
}
.navbar-container {
  	position: absolute;
	width:100%;
  	height: 60px;
  	/*background-color: #ffff00;*/
}
.navbar-inner {
	width:100%;
	position: absolute;
  	top:0;
	left: 50%;
  	transform: translateX(-50%);
  	/*background-color: #ff0000;*/
}
.navbar-box.start {
  	width: 100%;
}
.navbar-box.start:hover {
  	width: 100%;
	padding: 0;
}
.navbar-box {
  	display:block;
	float:left;
	position: relative;
  	width: 33.33%;
	left:0px;
	height:60px;
	background-color:#eb6428;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	border-bottom: 0px solid #F3933A;
	padding: 0;
}
.navbar-box a{
	text-decoration: none;
}
.navbar-box:hover {
	position: relative;
  	width: 33.33%;
	left:0px;
	height:60px;
	background-color:#eb6428;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	border-bottom: 0px solid #F3933A;
	padding: 7px 0 20px 0;
}
#info {
	background-image: url(../images/info@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: relative;
	top: 7px;
	display: block;
	margin: auto;
    height:30px;
	left:45%;
}
#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-size: 30px 30px;
	background-repeat:no-repeat;
	position: relative;
	top: 7px;
	display: block;
	margin: auto;
    height:30px;
	left:45%;
}
.navbar-box:hover #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;
}
#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: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
#acties:after {
	content: "acties";
	width: 50px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:33px;
	left:0px;
}
.navbar-box:hover #acties {
	background-image: url(../images/acties@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
.navbar-box:hover #acties:after {
	content: "acties";
	width: 50px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:33px;
	left:0px;
}
#tickets {
	background-image: url(../images/tik@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
#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:34px;
	left:-4px;
}
/*TICKETS*/
.tickets {
    display: block;
    float: left;
    width: 100%;
    padding: 3% 0% 10% 0%;
    margin: 0;
}
.tickets label {
    width: 30%;
}
.tickets label {
    height: 40px;
    width: 25%;
    font-size: 0.8em;
    line-height: 40px;
    margin: 0 0% 3% 4%;
}
.tickets .tab-content .row.closed .title {
    height: 60px;
	width:100%;
}
.tickets .tab-content .row.opened .title {
    height: 60px;
	width:100%;
}
.tickets .tab-content .row.opened .title .column-left {
    width: 90%;
}
.tickets .tab-content .row.closed .title .column-left {
    width: 90%;
}
.tickets .tab-content .row.opened .title .column-right {
    width: 10%;
}
.tickets .tab-content .row.closed .title .column-right {
    width: 10%;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img {
    height: 60px;
	width:10%;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img {
    height: 60px;
	width:10%;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img # * {
	margin: 18px 0 32px 16px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img # * {
	margin: 18px 0 32px 16px;
}

.tickets .tab-content .row.closed .title .column-left .ticket-subject {
    height: 30px;
    width: 90%;
	line-height:20px;
	padding-right: 3%;
}
.tickets .tab-content .row.opened .title .column-left .ticket-subject {
    height: 30px;
    width: 90%;
	line-height:20px;
	padding-right: 3%;
}
.tickets .tab-content .row.closed .title .column-left .ticket-no {
    height: 30px;
	width:90%;
    font-size: 16px;
	line-height:45px;
	padding: 0 5% 0 0;
}
.tickets .tab-content .row.opened .title .column-left .ticket-no {
    height: 30px;
	width:90%;
    font-size: 16px;
	line-height:45px;
	padding: 0 5% 0 0;
}
.tickets .tab-content .row.closed .title .column-right .arrow {
    margin-right: 15px;
    background-size: 15px 15px;
}
.tickets .tab-content .row.opened .title .column-right .arrow {
    margin-right: 15px;
    background-size: 15px 15px;
}
.ticket-header-title {
    width: 40%;
	padding: 0 0 0 9%;
}
.ticket-header-info {
    padding: 0 20px 0 0;
}
.ticket-header {
    width: 100%;
	height:30px;
}
.tickets .ticket-box {
    padding: 0% 5% 5% 9%;
}
.tickets .ticket-box p {
	font-family: Ubuntu;
	font-size:14px;
	line-height:18px;
}
.tickets .response-box {
    padding: 0% 5% 5% 9%;
}
.tickets .response-box p {
	font-family: Ubuntu;
	font-size:14px;
	line-height:18px;
}
.readbut {
    width: 40%;
	padding: 0 0 0 8%;
}
.readbut a {
    font-family: 'citroenbold';
	font-size: 14px;
}
.closebut {
    width: 40%;
	padding: 0 0 0 8%;
}
.closebut a {
    font-family: 'citroenbold';
	font-size: 14px;
}
.tickets .ticket-buttons {
    margin: 0 0 5% 0;
}
.tickets .ticket-answer {
    padding: 0% 5% 5% 9%;
	font-size: 14px;
}
.tickets .ticket-answer textarea {
    min-height: 150px;
	font-family: Ubuntu;
	font-size:14px;
	line-height:18px;
}
.sendTicketbut {
    width: 50%;
    margin: 5% 0 0 0;
}
.sendTicketbut a {
    font-family: 'citroenbold';
}
.tickets .new-ticket {
    padding: 0% 4% 3% 4%;
}
.ticket-send input[type=text] {
    font-size: 14px;
}
.ticket-send textarea {
    font-size: 14px;
}
.navbar-box:hover #tickets {
	background-image: url(../images/tik@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
.navbar-box:hover #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:34px;
	left:-4px;
}
#profiel {
	background-image: url(../images/pop@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
#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:34px;
	left:-2px;
}
.navbar-box:hover #profiel {
	background-image: url(../images/pop@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	margin:auto;
    height:60px; 
	left:48px;
	top:7px;
}
.navbar-box:hover #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:34px;
	left:-2px;
}
#boxes #dialog {
    width: 80%;
    height: 15%;
    padding-top: 74px;
    background-color: #fff;
    font-family: 'citroenbold';
    text-transform: uppercase;
    color: #F0780A;
    font-size: 15pt;
}
#boxes .window {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 64px;
    width: 80%;
}

.modalDialog {
	right: 0px;
}
.modalDialog > div {
    width: 90%;
    position: relative;
    margin: 64px auto;
    padding: 74px 32px 32px 32px;
    border-radius: 3px;
    background: #fff;
}
.modalDialog h2 {
    font-family: 'citroenbold';
    text-transform: uppercase;
    color: #D71F85;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 1.5% 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

/*PROFILE FORM*/
.profileLeft {
    width: 100%;
}
.profileRight {
    width: 100%;
}
.dealerTag.blue {
    background-color: #fff;
	font-size:18px;
    font-family: Ubuntu;
	color:#DC002E;
	background-color:#fff;
    text-align: center;
}
.dealerRight.blue {
    border: 0px solid #007edb;
	padding:0;
}
.section .avatar {
    height: 100px;
	margin: 3% 0;
}
.section .avatar img {
    width: 100px;
    height: 100px;
}
.profileName {
    text-align: center;
	margin: 0px 0 11px 0;
}
.updatebut {
    width: 30%;
    margin-bottom:3%;
	padding:0;
}
.wijzigenbut {
    width: 70%;
	padding: 0;
}
.wijzigenbut a {
    width: 100%;
}
.inputfile + label {
    display: block;
    float: left;
    width: 94%;
	overflow:hidden;
}
.dealerLeft {
    width: 100%;
}
.dealerTag {
    font-family: Ubuntu;
	text-align: center;
	font-size: 14px;
    padding-left: 0%;
    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;
}
.dealerRight {
    display: block;
    float: left;
    width: 100%;
    padding: 0 3% 3% 3%;
    border: 0px solid #d1d5d8;
    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: 0pxx;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dealerName {
    text-align: center;
}
.profileHeader {
    display: none;
}
.profileInfo {
    width: 100%;
    text-align: center;
}
.changeRow {
    height: 80px;
}
.changeHeader {
    width: 100%;
	line-height:20px;
}
.changePass {
	width:100%;
}
.section .dealerRight select {
    width: 100%;
}
.section .dealerRight input[type=text] {
    width: 100%;
}
.updatebut a {
    width: 94%;
}

/*COMPETITION*/
.competition-info {
	display:block;
	float:left;
	margin:4%;
	font-family: Ubuntu;
	font-size: 13px;
	text-align:left;
    color: #333;
}
.competition-info.wide {
	display:block;
	float:left;
	margin:0%;
	font-family: Ubuntu;
	font-size: 13px;
	text-align:left;
    color: #333;
}
.score-title-pink {
    text-align: center;
    font-family: 'citroenbold';
	margin-bottom: 0px;
	padding: 4%;
	font-size: 30px;
    line-height: 28px;
}
.score-title-row {
    width:100%;
	height:auto;
	padding: 0 4%;
    margin: 0 0 4% 0;
	overflow:hidden;
}
.scoretextLg {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    font-family: Ubuntu,Arial,Helvetica;
    color: #333;
    font-size: 16px;
    text-align: center;
    /* line-height: 40px; */
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.score-update {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
.maandselect {
    width: 100%;
}
.score-row {
    width:100%;
	border-bottom: 1px solid rgba(44,43,63,.1);
    padding: 0 4%;
	margin: 0px 0px 2% 0px;
}
.score-left {
    width: 12%;
}
.score-right {
    width: 87%;
}
.time-right {
	display:none;
}
.score-righta {
	display:block;
	float:left;
	width:77%;
}
.time-righta {
	display:block;
	float:left;
	width:10%;
}
.scorecol4 {
    width: 96%;
}
.scorecol5 {
    display: none;
}
.scorecol5a {
	width: 100%;
    display: block;
    float: left;
    text-align: right;
    margin-left: 1%;
    margin-right: 0%;
}
.scoretotal {
    font-family: 'citroenbold';
    font-size: 16px;
	line-height:50px;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.score-left {
    width: 10%;
	}
	.score-right {
    width: 70%;
	}
	.time-right {
	display:block;
	float:left;
	width:20%;
	}
	.scorecol4 {
	width: 100%;
	}
	.scorecol5 {
	display:block;
	width: 100%;
	height:50px;
	float: left;
	margin-left:0;
	}
}
.score-order-row {
    padding: 0 4%;
	margin: 0 0 8% 0;
}
.scoretext {
    width: 100%;
    text-align:center;
}
.score-update a {
    width: 80%;
    margin: 0 10%;
}
.score-ordercol {
    width: 16%;
    margin-right: 4%;
    margin-left: 5%;
}
/*BELONINGEN*/
.belsectiontitle {
    width: 100%;
    margin: 5% 0% 0 0;
}
.belrow {
    width: 100%;
    margin: 0 0% 0 0;
}
.belrowtitle4 {
    display: none;
}
.belrowtitle1 {
    width: 60%;
}
.belrowtitle2 {
    width: 20%;
}
.belrowtitle3 {
    width: 20%;
}
.beltitle {
    width: 60%;
	font-family: Ubuntu;
	font-weight:600;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
}
.belbasis {
    width: 20%;
	font-size: 14px;
	padding: 5px;
}
.belactie {
    width: 20%;
	font-size: 14px;
	padding: 5px;
}
.beltoelichting {
    width: 100%;
	padding: 10px 10px 15px 10px;
    min-height: 20px;
    color: #148cb4;
	font-size: 13px;
    line-height: 18px;
}
.belspecialrow {
    width: 100%;
    line-height: 18px;
    padding: 5px 5px 5px 5px;;
}

/*POST*/
.posttitle {
    margin: 6% 0 0 0;
}
.postrow {
    width: 100%;
    padding: 0 0 0 0px;
	height:auto;
}
.posticon {
    width: 15%;
}
.posticon img {
    margin: 9px 0 0 0;
}
.postdate {
    width: 85%;
    text-align: left;
    padding: 0px 15px 0px 15px;
    line-height: 20px;
    margin: 15px 0 0 0;
}
.postsubject {
    width: 85%;
    padding: 0px 5px 0px 15px;
    margin: 0 0 20px 0;
    line-height: 14px;
}

/*DS CHALLENGE STYLES */
.info-slider .flexslider.dsc-ranglijst, .info-slider .flexslider.dsc-competitie, .info-slider .flexslider.ds-7-crossback-challenge {
	display:none;
}
.page .section.dsc {
    padding: 0;
}
.dscmain {
    margin-top: 4%;
}
.dscinfo-title {
    text-align: center;;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
	padding: 15px 4% 0px 4%;
}
.dscscoretextLg {
    height: auto;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.dscscore-select .maandselect {
    width: 80%;
}
.page .section .meter.dsc > span p {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}
.dscinfo-orderstitle {
    padding: 20px 4% 5px 4%;
	text-align: center;
}
.dscscore-update {
    width: 100%;
}
.dscscore-update a {
    width: 100%;
}
.dscscore-ordercol {
    width: 33%;
    margin-right: 0%;
}
/*DSC ALGEMEEN KLASSEMENT*/
.maand-row {
    display: block;
    float: left;
    height: 26px;
    width: 73%;
	margin: 0 10% 1% 17%;
    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:22%;
	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;
}
.scorecol5 {
    display: block;
}
.dscaktotal {
    display: block;
    float: left;
    width: 8%;
}
.dscaktotalscore {
    font-family: 'font4';
    color: #AD0040;
    font-size: 12px;
    line-height: 54px;
    margin-bottom: 0px;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
/*DSC ALGEMEEN KLASSEMENT*/
.maand-row {
    display: block;
    float: left;
    height: 26px;
    width: 73%;
	margin: 0 10% 1% 17%;
    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:22%;
	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;
}
.scorecol5 {
    display: block;
}
.dscaktotal {
    display: block;
    float: left;
    width: 8%;
}
.dscaktotalscore {
    font-family: 'font4';
    color: #AD0040;
    font-size: 12px;
    line-height: 54px;
    margin-bottom: 0px;
    text-align: right;
    padding: 0px 0px 0px 0px;
}