/* 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
 * ====================================================================================================================*/

html, body {
	width: 100%;
    position:relative;
}
body {
    margin:0;
	padding:0;
	height:100%;
    background-color: #4a4f54;
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #000;
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    overflow-y: scroll;
    overflow-x: hidden;
}
body#login {
    background: url(../images/login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}


footer#login {
    position:absolute;
    bottom:0;
}
.content-wrapper.login {
    display: block;
    float: right;
    width: 40%;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.6);
}
#loginwrapper {
    display: block;
    float: left;
    width: 100%;
}
.login-footer-wrapper {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}
nav li#logoff {
    display: none;
    width: 6.5rem;
    height: 64px;
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
	text-rendering: optimizeLegibility;
}
* {
	text-decoration:none;
}
.sitename .sub select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input::-moz-focus-inner { 
  border: 0; 
}
select::-moz-focus-inner { 
  border: 0; 
}
a {
   outline: 0;
}
:focus {outline:none;}
select::-moz-focus-inner {border:0;}
select::-ms-expand {
    display: none;
}
.sitecontainer {
    position: fixed;
    top: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* max-width: 2000px; */
    min-height: 100vh;
}
.navbar {
    /*position: fixed;*/
    transition: width 1s;
    height: 75px;
    width: 100%;
    background-color: transparent;
    /* bottom: 0; */
    top: 0;
    overflow-y: hidden;
}
.pagination {
	display:block;
	float:left;
	width:100%;
	height:50px;
	margin: 6% 0%;
    padding: 0 2%;
}
.prev {
	display:block;
	float:left;
	width:20%;
	height:40px;
}
.prev a {
	display:block;
	height: 40px;
	background: url(../images/page_left.png);
	background-size:40px;
    background-repeat: no-repeat;
    background-position: left;
}
.pages {
	display: block;
    float: left;
    width: 60%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 0px solid #d1d5d8;
    font-family: LatoLatinWeb;
    color: #888888;
    background-color: #f7f8fa;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0 0;
}
.next {
	display:block;
	float:left;
	width:20%;
	height:40px;
}
.next a {
	display:block;
	height: 40px;
	background: url(../images/page_right.png);
	background-size:40px;
    background-repeat: no-repeat;
    background-position: right;
}

/* ====================================================================================================================
 * 2. FONTS
 * ====================================================================================================================*/

@font-face {
  font-family: 'GT-America-Standard-Regular';
  src: url('../font/gt-america-standard-regular-webfont.woff2') format('woff2'),
       url('../font/gt-america-standard-regular-webfont.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}

@font-face {
  font-family: 'GT-America-Expanded-Medium';
  src: url('../font/gt-america-expanded-medium-webfont.woff2') format('woff2'),
       url('../font/gt-america-expanded-medium-webfont.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}

@font-face {
  font-family: 'Noe-Display-Regular';
  src: url('../font/Noe-Display-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
}

/* CJK */

@font-face {
  font-family: 'GT-America-Standard-Regular';
  src: url('../font/NotoSansSC-Regular.woff2') format('woff2'),
       url('../font/NotoSansSC-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+3000-30FF, U+FF00-FFEF, U+4E00-9FAF;
}

@font-face {
  font-family: 'GT-America-Expanded-Medium';
  src: url('../font/NotoSansSC-Bold.woff2') format('woff2'),
       url('../font/NotoSansSC-Bold.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+3000-30FF, U+FF00-FFEF, U+4E00-9FAF;
}

@font-face {
  font-family: 'Noe-Display-Regular';
  src: url('../font/NotoSansSC-Regular.woff2') format('woff2'),
       url('../font/NotoSansSC-Regular.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-display: fallback;
  font-stretch: normal;
  unicode-range: U+3000-30FF, U+FF00-FFEF, U+4E00-9FAF;
}











@font-face{
    font-family:"Univers45";
    src:url("../font/univers45.eot?#iefix");
    src:url("../font/univers45.eot?#iefix") format("eot"),
url(../font/univers45.woff2) format("woff2"),
url(../font/univers45.woff) format("woff"),
url(../font/univers45.ttf) format("truetype"),
url("../font/univers45.svg#5b3db534-b1d7-4c58-aa51-0075f2fe9739") format("svg")
}
@font-face{
    font-family:"Univers45Italic";
    font-style:italic;
    src:url("../font/univers45Italic.eot?#iefix");
    src:url("../font/univers45Italic.eot?#iefix") format("eot"),
url(../font/univers45Italic.woff2) format("woff2"),
url(../font/univers45Italic8.woff) format("woff"),
url(../font/univers45Italic.ttf) format("truetype"),
url("../font/univers45Italic.svg#0b2868e2-61f4-41c2-a45e-e4586e33975d") format("svg")
}
@font-face{
    font-family:"Univers45Bold";
    font-weight:700;
    src:url("../font/univers45Bold.eot?#iefix");
    src:url("../font/univers45Bold.eot?#iefix") format("eot"),
url(../font/univers45Bold.woff2) format("woff2"),
url(../font/univers45Bold.woff) format("woff"),
url(../font/univers45Bold.ttf) format("truetype"),
url("../font/univers45Bold.svg#456f8353-6dc4-4323-bae1-c3cb5109d01f") format("svg")
}






@font-face{font-family:Jaguar;src:url("/resources//public/fonts/Jaguar/Jaguar-Regular.eot?v=b052699a8cdea081367701c682411265");font-display:swap}@font-face{font-family:Jaguar;src:url(http://:/) format("No-IE-404"),
url("/resources//public/fonts/Jaguar/Jaguar-Regular.svg?v=ebe81777c02ec375110134fb44a653f0") format("svg"),
url("/resources//public/fonts/Jaguar/Jaguar-Regular.woff?v=491493bf1de9ef724eb19e98790af5a4") format("woff"),
url("/resources//public/fonts/Jaguar/Jaguar-Regular.ttf?v=445f7adceae94073035109abf1c42901") format("truetype");
font-display:swap
}
@font-face{font-family:Jaguar;font-weight:bold;src:url("/resources//public/fonts/Jaguar/Jaguar-Bold.eot?v=39e14559bf801409374b2260903386e2");font-display:swap}@font-face{font-family:Jaguar;font-weight:bold;src:url(http://:/) format("No-IE-404"),
url("/resources//public/fonts/Jaguar/Jaguar-Bold.svg?v=3174dc307227bb8613d87257d3fb9159") format("svg"),
url("/resources//public/fonts/Jaguar/Jaguar-Bold.woff?v=ccc1a37a05b8fd4cd088c94b0bca2f89") format("woff"),
url("/resources//public/fonts/Jaguar/Jaguar-Bold.ttf?v=bde6cb2c0116bd1066ff94105d499f0f") format("truetype");
font-display:swap
}

@font-face {
    font-family: 'JLR Proxima Nova';
    src: url('../font/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/ProximaNova-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../font/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
         url('../font/ProximaNova-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'JLR Proxima Semibold';
    src: url('../font/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/ProximaNova-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../font/ProximaNova-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../font/ProximaNova-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}




/* Webfont: LatoLatin-Black */@font-face {
    font-family: 'LatoLatinWebBlack';
    src: url('../font/LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-BlackItalic */@font-face {
    font-family: 'LatoLatinWebBlackItalic';
    src: url('../font/LatoLatin-BlackItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-BlackItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'LatoLatinWebBold';
    src: url('../font/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-BoldItalic */@font-face {
    font-family: 'LatoLatinWebBoldItalic';
    src: url('../font/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Hairline */@font-face {
    font-family: 'LatoLatinWebHairline';
    src: url('../font/LatoLatin-Hairline.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Hairline.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-HairlineItalic */@font-face {
    font-family: 'LatoLatinWebHairlineItalic';
    src: url('../font/LatoLatin-HairlineItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-HairlineItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-HairlineItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Heavy */@font-face {
    font-family: 'LatoLatinWebHeavy';
    src: url('../font/LatoLatin-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-HeavyItalic */@font-face {
    font-family: 'LatoLatinWebHeavyItalic';
    src: url('../font/LatoLatin-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-HeavyItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Italic */@font-face {
    font-family: 'LatoLatinWebItalic';
    src: url('../font/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'LatoLatinWebLight';
    src: url('../font/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-LightItalic */@font-face {
    font-family: 'LatoLatinWebLightItalic';
    src: url('../font/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Medium */@font-face {
    font-family: 'LatoLatinWebMedium';
    src: url('../font/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-MediumItalic */@font-face {
    font-family: 'LatoLatinWebMediumItalic';
    src: url('../font/LatoLatin-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('../font/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Semibold */@font-face {
    font-family: 'LatoLatinWebSemibold';
    src: url('../font/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-SemiboldItalic */@font-face {
    font-family: 'LatoLatinWebSemiboldItalic';
    src: url('../font/LatoLatin-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Thin */@font-face {
    font-family: 'LatoLatinWebThin';
    src: url('../font/LatoLatin-Thin.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-Thin.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-ThinItalic */@font-face {
    font-family: 'LatoLatinWebThinItalic';
    src: url('../font/LatoLatin-ThinItalic.eot'); /* IE9 Compat Modes */
    src: url('../font/LatoLatin-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/LatoLatin-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../font/LatoLatin-ThinItalic.woff') format('woff'), /* Modern Browsers */
         url('../font/LatoLatin-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {	/* KENTEKEN */
    font-family: 'Kenteken';
    src: url('../font/Kenteken.eot');
    src: local('?'),
    	 url('../font/Kenteken.eot?#iefix') format('embedded-opentype'),
         url('../font/Kenteken.woff2') format('woff2'),
		 url('../font/Kenteken.woff') format('woff'),
         url('../font/Kenteken.ttf') format('truetype'),
         url('../font/Kenteken.svg#Kenteken') format('svg');
    font-weight: normal;
    font-style: normal;
}
@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
}

/*END NEW FONTS*/



/*PREPAGES*/
.col1 {
    display: block;
    float: left;
    width: 47%;
    margin-right: 6%;
	margin-bottom:6%;
}
.col2 {
    display: block;
    float: left;
    width: 47%;
    margin-right: 0%;
	margin-bottom:6%;
}
.col-title {
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}
.col1 p, .col2 p {
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
}
.paratitle {
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}






/* ====================================================================================================================
 * 3. SIDEMENU SLIDER (SEE ALSO SLIDEBARS.CSS)
 * ====================================================================================================================*/

.sb-slidebar {
	background-color: #f0f0f0;
}
.sb-slidebar {
	background-color: #191e28; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}
.sb-toggle-left {
	display:inline-block;
	width: 30px;
	float: left;
	padding: 0px;
	margin-top:19px;
}
.sb-toggle-left, .sb-open-left, .sb-close {
	cursor: pointer;
}
.navicon-line {
	width: 30px;
	height: 3px;
	border-radius: 1px;
	margin-bottom: 6px;
	background-color: #fff;
}
.sidemenu-header {
	font-family:'GT-America-Standard-Regular';
	color:#ffffff;
	font-size:20px;
	text-transform: uppercase;
	cursor:hand;
	margin: 16px 25px;
}
.sb-slidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.sb-slidebar li {
	display:block;
	margin: 0;
	height: 41px;
	background-color: #1e2632;
  	vertical-align: middle;
	padding-left: 25px;
	border-top: 1px solid #222931;
	border-bottom: 1px solid #000;
}
.sb-slidebar li.selected {
	display:block;
	margin: 0;
	height: 41px;
	background-color: #323c4a;
  	vertical-align: middle;
	padding-left: 35px;
	border-top: 1px solid #222931;
	border-bottom: 1px solid #000;
}
.sb-slidebar li a {
	display:block;
	font-family:'GT-America-Expanded-Medium';
	color: #838484;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
.sb-slidebar li.selected a {
	display:block;
	font-family:'GT-America-Expanded-Medium';
	color: #fff;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
.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:'GT-America-Expanded-Medium';
	color: #939494;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
.sb-slidebar .menu-blue-selected a {
	font-family:'GT-America-Expanded-Medium';
	color: #fff;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
.sb-slidebar li.logoff {
	background: url("../images/arrow_list_orange.png") no-repeat 10px 50%;
    background-size: auto 10px;
}
.sb-slidebar a.logoff {
	font-family:'GT-America-Expanded-Medium';
	color: #838484;
	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 {
    transition: width 1s;
    height: 75px;
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 2%;
}
.header-container {
	display:block;
	height:75px;
	width:100%;
	box-sizing: border-box;
    max-width: 1280px;
	min-width:968px;
	padding: 0 3%;
	margin:0 auto;
}
/* NO TOGLLE ON DESKTOP AND IPAD VERSIONS */
header .toggle{
	display:none;
}
header .logo {
    height: 75px;
    width: 102px;
    max-width: 100%;
    margin: 0 auto;
}
header .logo a {
	display: block;
    height: 100%;
    height: 75px;
    width: 121px;
    background: url(../images/ferrari-logo.png) no-repeat 0px;
    background-size: 121px 24px;
    margin: 0 auto;
}
header .logo2 {
    display:none;
    height: 75px;
    width: 100px;
    max-width: 100%;
    float:left;
}
header .logo2 a {
	display: block;
    height: 100%;
    height: 75px;
        width: 80px;
    background: url(../images/logo-landrover.png) no-repeat 0px;
    background-size: 80px 42px;
    margin: 0 auto;
}
.topbar {
    display: block;
    background: #6284da;
    background: -webkit-gradient(linear,left top,right top,from(#6284da),to(#3a5fbe));
    background: linear-gradient(to right,#6284da 0,#3a5fbe 100%);
    float: left;
    width: 100%;
    height: 46px;
}
.campaign {
    display: block;
    max-width: 1440px;
    margin:0 auto;
    height: 46px;
    font-family: Lato;
}
.fcabankgroup {
    position:relative;
    display: block;
    float:left;
    width: auto;
    height: 46px;
    padding: 0 0 0 30px;
}
.fcabankgroup a {
    position:relative;
    display: block;
    height: 100%;
    height: 46px;
    width: auto;
    font-family: LatoLatinWebLight;
    color: #ffffff;
    font-size:14px;
    text-align: right;
    line-height: 46px;
    padding: 0 30px 0 32px;
}
.fcabankgroup a.external-link::before {
    content:"";
    background-image: url('../images/external-link.svg');
	background-size: 10px 10px;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 10px;
    height: 10px;
}
.campaign-name {
    display: block;
    float:right;
    width: auto;
    height: 46px;
    font-family: LatoLatinWebLight;
    color: #ffffff;
    font-size:24px;
    letter-spacing:1px;
    text-align: right;
    line-height: 46px;
    padding: 0 30px 0 0;
}
.campaign-name img{
    margin: 10px 0 4px 0;
    height: 70%;
}
.campaign-name b {
    font-family: LatoLatinWebBold;
}
.campaign-name d {
    font-family: LatoLatinWebThin;
}
.login-sitename {
	position: absolute;
	top: 138px;
    right: 4%;
	display: block;
    height: 45px;
	width:200px;
}
.login-sitename .main {
    display: block;
	float:right;
    height:45px;
	width:100%;
	background-color:#007edb;
}
.login-sitename .main p{
    margin: 0 0;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
}
.sitename {
    display: block;
    float: right;
    height: 75px;
    width:13%;
    min-width:300px;
    font-family:'Univers45';
    font-size:24px;
    line-height:75px;
    color:#000000;
    padding: 0 4% 0 0;
}
.sitename #program {
    display: block;
    float: left;
    height: 75px;
    font-family:'GT-America-Expanded-Medium';
    text-transform:uppercase;
    font-size:24px;
    line-height:75px;
    color:#ffffff;
}
.sitename #plussign {
    display: block;
    float: right;
    height: 75px;
    font-family: 'GT-America-Expanded-Medium';
    font-size: 36px;
    line-height: 75px;
    color: #eb2e2c;
}
.sitename #plus {
    display: block;
    float: right;
    height: 75px;
    font-family:'GT-America-Expanded-Medium';
    font-size:24px;
    line-height:75px;
    color:#ffffff;
}

.sitename .main {
    display: block;
	float:right;
    height:45px;
	width:100%;
	background-color:#007edb;
}
.sitename .main p{
    margin: 0 0;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
	color: #fff;
	font-size: 12px;
	line-height: 45px;
}
.sitename .sub {
    display: block;
	float:right;
    height:45px;
	width:100%;
	background-color:#ececee;
}
.sitename .sub p{
    margin: 0 0;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
	color: #162133;
	font-size: 12px;
	line-height: 45px;
}
/* HEADER-NAV IS THE MAIN NAVIGATION */
header .header-nav {
	display: inline-block;
	position:relative;
	height:70px;
	width:60%;
	top:0;
	vertical-align:middle;
}
header .header-nav ul {
	list-style: none;
	height:auto;
	margin: 0;
	padding: 0 0;
}
header .header-nav li {
	display: inline-block;
	color: #bebebe;
	font-family:'GT-America-Standard-Regular';
	font-size: 0.85em;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 70px;
	padding-left:6%;
}
header .header-nav li a{
	position:relative;
	display: block;
	color: #bebebe;
	font-family:'GT-America-Standard-Regular';
	font-size: 0.85em;
    text-transform: uppercase;
    text-decoration: none;
}
header .header-nav li.selected a{
	position:relative;
	display: block;
	color: #ffffff;
	font-family:'GT-America-Standard-Regular';
	font-size: 0.85em;
    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: #fff;
    -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;
}

/*NAV*/
.menu-header {
	display:none;
}
nav {
	display:none;
	float:right;
	margin:0;
}
nav ul {
    display:none;
    width:100%;
	margin: 0 auto;
    padding:0;
    list-style: none;
}
nav ul .second {
    display: none;
}
nav li {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
	height:64px;
    float:left;
}
nav li .content-link {
    position: relative;
    padding: 0 1.4375rem;
	border-bottom:0px solid #e4002c;
	height:64px;
    padding-bottom:5px;
  background:
    linear-gradient(
      to right, 
      rgba(225,12,51,1) 10%,
      rgba(238,65,145,1) 100%
    )
    left 
    bottom
    rgba(0,0,0,0)  
    no-repeat; 
  background-size:0% 0px ;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: background .3s ease-out,opacity .3s ease-out;
    transition: background .3s ease-out,opacity .3s ease-out,-webkit-background .3s ease-out;
}
nav li .content-link:hover {
    position: relative;
    padding: 0 1.4375rem;
	height:64px;
    width:100%;
    padding-bottom:5px;
  background:
    linear-gradient(
      to right, 
      rgba(225,12,51,1) 10%,
      rgba(238,65,145,1) 100%
    )
    left 
    bottom
    rgba(0,0,0,0)  
    no-repeat; 
  background-size:100% 5px ;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: background .3s ease-out,opacity .3s ease-out;
    transition: background .3s ease-out,opacity .3s ease-out,-webkit-background .3s ease-out;
}
nav li.selected .content-link {
        position: relative;
    padding: 0 1.4375rem;
    height: 64px;
    background: linear-gradient( to right, rgba(225,12,51,1) 10%, rgba(242,61,146,1) 100% ) left bottom rgba(0,0,0,0) no-repeat;
    background-size: 100% 5px;
}
nav li.selected .content-link:hover {
    position: relative;
    padding: 0 1.4375rem;
	border-bottom:0px solid #e4002c;
	height:64px;
}
nav li a{
	display: table-cell;
    width: 6.5rem;
    height: 64px;
    vertical-align: middle;s
}
nav li a {
    font-family:LatoLatinWebLight;
	text-transform:uppercase;
	color: #ffffff;
	font-size: 14px;
    letter-spacing:1.1px
    line-height: 1rem;
    text-align: center;
	text-decoration:none;
}
nav li a:hover {
    font-family:LatoLatinWebLight;
	text-transform:uppercase;
	color: #ffffff;
	font-size: 14px;
    letter-spacing:1.1px
    line-height: 1rem;
	margin-bottom:1rem;
    text-align: center;
	text-decoration:none;
}
nav li.selected a {
	font-family: LatoLatinWebLight;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    text-decoration: none;
}
nav li.selected a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e4002c;
    background: -webkit-gradient(linear,left top,right top,from(#e4002c),to(#f23d92));
    background: linear-gradient(to right,#e4002c 0,#f23d92 100%);
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
}
nav li:first-child {
    border-top: 0px solid #0c2d47;
}

.subnav ul {
	margin: 0 auto;
    padding:0;
    list-style: none;
    float:right;
}
.subnav ul li {
	display: block;
	float:left;
}
.subnav ul li a {
	display: block;
	float:left;
	padding: 0px 20px;
	max-height: 46px;
	text-align: center;
	border-left: 1px solid #ececee;
	box-sizing: border-box;
}
.subnav ul li a {
	font-family:LatoLatinWebLight;
	color: #3c3947;
	font-size: 11px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.subnav ul li a:hover {
	color: #e4002c;
	padding-bottom: 0px;
	border-bottom:2px solid #e4002c;
}
.subnav ul li.selected a {
	color: #e4002c;
	padding-bottom: 0px;
	border-bottom:2px solid #e4002c;
}
/* HEADERBAR HOLDS SUB-NAV AND KM NOTOFICATION */
.headerbar {
	display:block;
	width:100%;
	height:35px;
	background-color: #fff;
    border-bottom: 1px solid rgba(44,43,63,.1);
}
.headerbar-wrapper {
	height:35px;
	box-sizing: border-box;
	max-width: 1280px;
    min-width: 968px;
    padding: 0px 3%;
	margin: 0 auto;
}
.headerbar .subnav {
	display: block;
	float:left;
	position:relative;
	top:0;
	left:-1%;
	vertical-align:top;
}
.headerbar .subnav  ul {
	list-style: none;
	height:auto;
	text-align:center;
	margin: 0;
	padding: 0 0;
}
.headerbar .subnav li {
	display: inline-block;
	color: #142032;
	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: #142032;
	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: #c3c4c5;
}
.headerbar .subnav li.selected a{
	position:relative;
	display: block;
	color: #142032;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.9em;
    text-decoration: underline;
}
.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: #142032;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.9em;
    text-decoration: underline;
}
#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;
}


.topsection {
 	position:relative;
	overflow:auto;
	max-width:1250px;
	min-width:1023px;
	padding:2% 0px 0% 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 {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    margin: 0 auto;
        padding: 0 2%;
    overflow: auto;
}
.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;
}

/* navigation content */
.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%;
}


.logincontent .topsection .links {
	display:none;
	width:27%;
	height:100%;
	float:left;
	margin-right:2%;
}
.logincontent .topsection .rechts {
	width:84%;
	height:100%;
	float:none;
	margin: 0 auto;
}
.logincontent .topsection .rechts img{
	width:80%;
}
.logincontent .topsection .rechts p{
	position:absolute;
	width:84%;
	margin:2% auto;
	font-family:'GT-America-Expanded-Medium';
	text-transform:uppercase;
	text-align:center;
	color: #FFFFFF;
	font-size: 1.5em;
}
.logincontent .topsection .links2 {
	display:none;
	width:94%;
	height:100%;
	float:none;z
	margin-right:3%;
	margin-left:2.5%;
	margin-top:2%;
}


.login-slider {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #d1d1d1;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    float: right;
	overflow:hidden;
}
.login-slider .flexslider {
    width: 100%;
    height: 100%;
    float: right;
}


.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;
}

.logincontent .topsection {
 	position:relative;
	overflow:auto;
	max-width:1375px;
	min-width:1023px;
	margin: 0 auto;
 }
.logincontent .topsection .slider {
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	max-height:467px;
	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: 'GT-America-Standard-Regular',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: 'GT-America-Standard-Regular',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: 'GT-America-Standard-Regular',Arial,sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:center;
    line-height: 12px;
}




/* ====================================================================================================================
 * 5. CONTENT
 * ====================================================================================================================*/
.logincontent {
	background-color:#142032;
}
.logincontent {
	padding-top: 70px;
	padding-bottom:10%;
    width: 100%;
}
.content {
    display: block;
    width: 100%;
    /*max-width: 1440px;*/
    min-width: 768px;
    margin:0 auto;
}
.toprow {
	display:block;
	float:left;
	width:100%;
	height:auto;
	overflow:auto;
}
.toprow-grey {
	display:block;
	float:left;
	width:100%;
	height:24px;
	background-color:#f5f5f5;
}
.subnav {
    display:block;
    max-width:1440px;
    height:24px;
    margin:0 auto;
}
.back a {
    display: none;
}
.pagetitle {
	display: none;
    float: left;
    height: 55px;
    width: 100%;
    font-family: LatoLatinWeb;
    text-transform: uppercase;
    color: #ced0d7;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
    padding-left: 22px;
}
.crumb {
	display:block;
	float:left;
	height:25px;
	width:100%;
	padding-left:22px;
}
.crumb-page {
	display:block;
	float:left;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #000;
	font-size: .625rem;
	font-weight: 400;
	line-height: .625rem;
	text-align:left;
}
.crumb-page-selected {
	display:block;
	float:left;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #000;
	font-size: .625rem;
	font-weight: 400;
	line-height: .625rem;
	text-align:left;
	padding-left:10px;
}
.login-greysection {
	display:block;
	float:left;
	padding:50px;
	width:100%;
	background-color:#f5f5f5;
}
.login-helptitle {
    font-family:'GT-America-Standard-Regular';
    margin: 0 5px 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 0px 10px;
    height: 2.8rem;
    line-height: 1.2;
    color: #3c3947;
    font-size: 1.1rem;
    font-weight: 400;
}
.login-helptext {
	display:block;
	float:left;
	width:100%;
	padding-left:5px;
	padding-right: 5px;
	font-family:'GT-America-Standard-Regular';
	color: #000;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.login-helptext2 {
	display:none;
	float:left;
	width:100%;
	padding-left:5px;
	padding-right: 5px;
	font-family:'GT-America-Standard-Regular';
	color: #000;
	font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.greysection {
	display: block;
    /* float: left; */
    padding: 1% 2%;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: auto;
    /* border-top: 1px solid #d8d8d8; */
    /* border-bottom: 1px solid #d8d8d8; */
}
.greysection-container {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.grey-box-row {
    display: block;
    width: 100%;
}
.grey-box1 {
    display: block;
    float: left;
    width: 100%;
    padding: 1% 0%;
}
.grey-box2 {
    display: block;
    float: left;
    width: 40%;
    padding: 30px 0 0 0;
}
.helptitle {
    font-family: "Opel Sans Condensed-Bold";
    font-size: 24px;
    letter-spacing: .03em;
    height: 30px;
    line-height: 24px;
    color: #2b2e34;
}
.helptext {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Opel Sans Condensed';
    color: #2b2e34;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.helptext2 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Opel Sans Condensed';
    color: #2b2e34;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
#footer-left {
    display: block;
    width: 50%;
    padding:1%;
    float: left;
}
#footer-left .logo {
   display: block;
    width: 100%;
    padding: 0;
    float: left;
    font-family: 'JLR Proxima Semibold';
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}
#footer-left .copyright {
   display: block;
    width: 100%;
    padding: 0;
    float: left;
    font-family: 'JLR Proxima Nova';
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}
#footer-right {
    display: block;
    width: 50%;
    padding:1%;
    float: left;
}
.greysection-inner {
	display:block;
	width:100%;
    max-width:1440px;
	margin: 0 auto;
}
.helptitle {
    font-family: 'GT-America-Expanded-Medium';
    margin: 0 1%;
    border-bottom: 0px solid #ccc;
    padding: 0 0px 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
}
.helptext {
	display:block;
	float:left;
	width:100%;
	padding:0 1%;
	font-family:'GT-America-Standard-Regular';
	color: #ffffff;
	font-size: 14px;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}
.helptext2 {
	display:block;
	float:left;
	width:100%;
    padding:0 1%;
	font-family:'GT-America-Standard-Regular';
	color: #ffffff;
	font-size: 12px;
    letter-spacing:0.5px;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}

.content-white {
	position:relative;
	top: 0;
    margin: 0px auto 100px auto;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
	min-height: 100%;
	background-color:#ffffff;
	overflow:auto;
}
.login-content-wrapper {
    position:relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.content-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 1.5%;
    margin-top: 2%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
.content-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding: 0 2% 0 3%;
    margin-top: 4%;
    margin-bottom: 0;
}
}
.content-wrapper-white {
	width:100%;
	height:100%;
	background-color:#ffffff;
}
.toprow {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
}
.login-main {
    top: 0;
    display: block;
    width: 40%;
    height: 100%;
    padding: 3%;
    margin: 0;
    float: right;
}
.hometitle {
    display: block;
    float: left;
    width: 100%;
    height: 34px;
}
.hometitle {
    font-family: LatoLatinWeb;
    color: #ffffff;
    font-size: 45px;
    line-height: 34px;
    text-align: center;
    margin: 46px 0 0 0;
}
.homesubtitle {
    display: block;
    float: left;
    width: 100%;
}
.homesubtitle {
    font-family: LatoLatinWebLight;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    display: block;
    float: left;
    margin: 0 0 5% 0;
}
.loginbox {
    display: block;
    float: left;
    padding: 00 0 0;
    width: 100%;
    /* background-color: #fff; */
}
.logintext {
    display: none;
    float: left;
    width: 60%;
    padding-right: 20px;
    font-family: 'GT-America-Standard-Regular';
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.entry {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.entry .inputbox {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    width: 100%;
    border: 0px #b7b3b3 solid;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    behavior: url(/css/border-radius.htc);
    border-radius: 0px;
	margin-bottom:2%;
    opacity: 0.70;
}
.entry .input {
    display: block;
    float: left;
    width: 100%;
    height: 56px;
    margin-bottom: 3%;
	text-transform:none;
	border: 2px #ffffff 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;
}
.entry input[type="submit"] {
    display: none;
    width: 0px;
    height: 0px;
    border: 0px #0090d2 solid;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="submit"] + label {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 56px;
    background-color: #eb2e2c;
    border: 1px solid #eb2e2c;
    margin: 0;
    cursor: pointer;
    border-radius: 0px;
}
input[type="submit"] + label {
    font-family: 'GT-America-Expanded-Medium';
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 5%;
    text-align: left;
}
input[type="submit"] + label:after {
    content: "";
    background-image: url(../images/hvrarrright.png);
    background-size: 20px 20px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 20px;
}
input[type="submit"] + label:hover {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color:#000000;
    margin: 0 0 4% 0;
    cursor: pointer;
    border-radius: 0px;
}





.main-left {
    position:relative;
    display: block;
    width: 37.5%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0% 0% 0% 0%;
	margin-bottom: 3%;
    float: left;
    border-right: 0px solid rgba(44,43,63,.1);
}
.main-right {
	display:block;
	width:62.5%;
	height:100%;
	padding: 0% 0% 3% 2%;
	float:left;
	font-family: Ubuntu;
    font-size: 14px;
    color: #007edb;
    text-align: center;
}
.main-right .top-box {
	position: relative;
    display: block;
    /* Float: right; */
    width: 95%;
    height: 150px;
    background-color: #ececec;
    margin: 0 auto;
}

/* PAGE */
.rewards-wrapper {
    margin:0;
    width:100%;
        padding: 0 0 0 3%;
}
.rewards-wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
.reward-box-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10% 0;
}
.reward-box {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /* height: 406px; */
    /* margin: 0 auto; */
    /* left: 15%; */
}
.reward-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
    box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
}
.reward-box-top {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 45%;
}
.reward-box-top img {
    width:100%;
}
.reward-title {
    position: absolute;
    bottom: -8%;
    width: 84%;
    height: 36px;
    background-color: #6e99fc;
    font-size: 1vw;
    font-family: LatoLatinWebLight;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin: 0 8%;
    text-transform: uppercase;
}
.reward-title:after {
    /*content: '';*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
    background-color: inherit;
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
}
.reward-box-bottom {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 55%;
    top: -5px;
}
.reward-amount {
    position: relative;
    width: 100%;
    height: 40%;
    display: block;
    float: left;
    /* height: 42px; */
    font-size: 3hr;
    font-size: 16px;
    font-size: 2.8vw;
    font-family: LatoLatinWeb;
    color: #000000;
    line-height: 6vw;
    text-align: center;
    margin: 5% 0 0 0;
    text-transform: uppercase;
}
.reward-amount:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    height: 2px;
    background-color: #6e99fc;
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    z-index: 1000;
}
.reward-currency {
    display: none;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: LatoLatinWebLight;
    color: #888888;
    line-height: 14px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.reward-amount:after {
    content: 'pluspunten';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    height: 2px;
    background-color: inherit;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    font-size: 16px;
    font-family: LatoLatinWeb;
    color: #5b6770;
    line-height: 18px;
    text-align: center;
}
.reward-description {
    display: block;
    width: 100%;
    font-size: 0.8vw;
    font-family: LatoLatinWeb;
    color: #5b6770;
    line-height: 0.8vw;
    text-align: center;
    margin: 2% 0 2% 0;
    float: left;
    padding: 5% 0 5% 0;
}
.reward-expiration {
    /*position: absolute; */
    display: block;
    bottom: 0;
    left: 5%;
    width: 100%;
    font-size: 0.7vw;
    font-family: LatoLatinWebLight;
    color: #888888;
    line-height: 1.8vw;
    text-align: center;
    float: left;
    /* padding: 5%; */
}
.reward-expiration:before {
    content: '';
    position: absolute;
    left: 10%;
    bottom: 32px;
    height: 1px;
    width: 80%;
    background-color: #9cabb4;
    /* -webkit-transform: scaleX(.2); */
    /* transform: scaleX(.2); */
}

.page {
	background-color: #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0%;
	display: block;
    float: left;
    width: 100%;
}

.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;
}

.sectiontitle {
	font-family:'GT-America-Standard-Regular';
	color: #222;
	text-align:left;
	font-size: 14px;
	margin-top: 0%;
	text-decoration: none;
}
.page .section {
    display:block;
	float:left;
	box-sizing:border-box;
	width:100%;
	/*overflow:auto;*/
	padding: 0;
}
.page .section-title {
	display:block;
	font-family: 'GT-America-Standard-Regular';
    color: #222;
    font-size: 14px;
    margin-top: 0%;
	padding: 2% 0 0 0;
	text-align:left;
}
.page .section p {
	font-family: 'GT-America-Standard-Regular';
    color: #3e3f49;
    font-size: 14px;
    line-height: 18px;
	text-align:left;
}
.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%;
}
/*TICKETS*/
.tabrow {
	display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #007edb;
    margin: 0 0 3% 0;
}
.tickets input {
  display: none;
}
.tickets label {
  display: block;
  float: left;
  width: 20%;
  margin: 0 2% 3% 0;
  height:50px;
  font-family: LatoLatinWeb;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
  line-height:50px;
  color: #3a5abe;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f5f5f5;
  -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: 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;
}

.tickets [id^="tab"]:checked + label {
    background: #3a5abe;
	color:#fff;
}
.tickets section {
  display: none;
}
.ticketmsg {
	float:left;
	width:100%;
	line-height:16px;
	padding: 0 5%;
	margin: 3% auto;
    font-family: LatoLatinWeb;
    font-size: 16px;
    color:#3a5abe;
}
.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: rgba(110,154,252,.8);
	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.closed .title .column-left {
    width: 90%;
	float:left;
	height:60px;
}
.tickets .tab-content .row.opened .title .column-left {
    width: 90%;
	float:left;
	height:60px;
}
.tickets .tab-content .row.closed .title .column-right {
    display:block;
	width: 10%;
	height:60px;
	float:left;
	margin-left: 0px;
}
.tickets .tab-content .row.opened .title .column-right {
    display:block;
	width: 10%;
	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: #3a5abe;
    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: #3a5abe;
    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 #3a5abe;
    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 #3a5abe;
    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 #e10c32;
    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 #e10c32;
    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: #e10c32;
    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: #e10c32;
    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: #6e99fc;
    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: #6e99fc;
    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: LatoLatinWebLight;
	font-size:14px;
	text-align:left;
	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: LatoLatinWebLight;
	font-size:14px;
	text-align:left;
	line-height:20px;
	color:#ffffff;
	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: LatoLatinWeb;
    font-weight: 600;
    text-align: left;
    padding: 0 0% 0 0;
    font-size: 16px;
    line-height: 45px;
    color: #444444;
}
.tickets .tab-content .row.opened .title .column-left .ticket-no {
	display: block;
    float: left;
    height: 30px;
    width: 90%;
    font-family: LatoLatinWeb;
    font-weight: 600;
    text-align: left;
    padding: 0 0% 0 0;
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
}
.tickets .tab-content .row.opened .title .column-right .arrow {
    display: block;
    height: 30px;
    margin-top: 15px;
    margin-right: 1%;
    background: url(../images/arrow_up_dark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tickets .tab-content .row.closed .title .column-right .arrow {
    height: 30px;
    margin-top: 15px;
    margin-right: 1%;
    background: url(../images/arrow_down.png);
    background-size: 20px 95px;
    background-repeat: no-repeat;
    background-position: center;
}
.ticket-header {
	display:block;
	float:left;
	width:100%;
	height:30px;
	margin: 0;
	background-color: rgba(110,154,252,.8);
	border-bottom: 0px solid rgba(44,43,63,.1);
}
.rows .tickets .row.opened .title:after {
    border-top-color: rgba(44,43,63,.1);
    border-width: 10px;
    margin-left: 0px;
}
.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;
}
/*.tickets .tab-content .row.opened .title:after {
    border-top-color: transparent;
    border-width: 10px;
    margin-left: -10px;
}
.tickets .tab-content .row.opened .ticket-header:after {
    border-top-color: rgba(44,43,63,.1);
    border-width: 10px;
    margin-left: -10px;
}
.tickets .tab-content .row.closed .ticket-header:after, .tickets .tab-content .row.opened .ticket-header:before {
    top: 10px;
    left: 50%;
    border: 0px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
}
.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-row {
	display:block;
	float:left;
	width:100%;
	height:30px;
}
.ticket-header-title {
	display:block;
	float:left;
	width:40%;
	font-family: LatoLatinWeb;
	font-size:12px;
	text-align:left;
	line-height:30px;
	padding: 0 0 0 5%;
	color:#ffffff;
}
.ticket-header-info {
	display:block;
	float:right;
	width:60%;
	font-family: LatoLatinWeb;
	font-weight:700;
	font-size:14px;
	text-align:right;
	line-height:30px;
	color:#3a5abe;
	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;
	text-align:left;
	line-height:18px;
}
.tickets .ticket-box p {
	font-family: LatoLatinWebLight;
	color:#000;
	font-size:16px;
    letter-spacing:0.5px;
	line-height:18px;
    text-align:left;
}
.tickets .response-box p {
	font-family: LatoLatinWebLight;
	color:#000;
	font-size:16px;
    letter-spacing:0.5px;
	line-height:18px;
    text-align:left;
}
.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: LatoLatinWeb;
	font-size:12px;
	text-align:left;
	line-height:18px;
	color:#6e99fc;
	padding: 0 0 0 0.5%;
	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: 1px #6e99fc solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: LatoLatinWeb;
    color: #6e99fc;
    font-size: 12px;
    line-height: 50px;
}
.readbut a:hover {
    background-color: #6e99fc;
    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: 1px #6e99fc solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: LatoLatinWeb;
    color: #6e99fc;
    font-size: 12px;
    line-height: 50px;
}
.closebut a:hover {
    background-color: #6e99fc;
    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-image: linear-gradient(#e10c32, #e10c32);
    background: -webkit-gradient(linear,left top,right top,from(#e10c32),to(#e10c32));
    background: linear-gradient(to right,#e10c32 0,#e10c32 100%);
    border: 1px #e10c32 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: LatoLatinWeb;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    -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: 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;
}
.sendTicketbut a:hover {
    background: #f23d92;
    background: -webkit-gradient(linear,left top,right top,from(#f23d92),to(#e4002c));
    background: linear-gradient(to right,#f23d92 0,#e4002c 100%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.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:16px;
    color:#ffffff;
        font-family: LatoLatinWebLight;
    padding: 12px 20px;
    margin: 4px 0;
    display: block;
    float: left;
        border: 1px solid #6e99fc;
    background-color: #ffffff;
    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:16px;
    color:#ffffff;
        font-family: LatoLatinWebLight;
  min-height:300px;
  padding: 3%;
      border: 1px solid #6e99fc;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*OLD*/
.tabs {
      position: relative;   
      min-height: 500px; /* This part sucks */
      clear: both;
      margin: 14px 0;
    }
    .tab {
      float: left;
    }
    .tab label {
      background: #ececee;
	  font-family: 'GT-America-Standard-Regular';
	  color: #333;
	  font-size: 1rem;
	      line-height: 1rem;
	  font-weight: 400;
      padding: 10px 30px; 
      border: 0px solid #ccc; 

    }
    .tab [type=radio] {
      display: none;   
    }
    .tabcontent {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 20px 0;
      border: 0px solid #ccc; 
	padding: 10px 0 20px 0;
    }
    .tab [type=radio]:checked ~ label {
      background: #007edb;
	  font-family: 'GT-America-Standard-Regular';
	  color: #fff;
	  font-size: 1rem;
	      line-height: 1rem;
	  font-weight: 400;
      border-bottom: 0px solid white;
      z-index: 2;
    }
    .tab [type=radio]:checked ~ label ~ .tabcontent {
      z-index: 1;
    }
.ticket-row {
	display: block;
    float: left;
    width: 100%;
    height: 45px;
    margin: 10px 0 0 0;
    background-color: #f9f9f9;
}
.ticket-row .status {
	position:relative;
	display:block;
	float:left;
	width:5%;
	height:45px;
	margin-right: 2%;
}
.ticket-row .status .tiknew {
	position: absolute;
    top: 40%;
    left: 50%;
	display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #007edb;
}
.ticket-row .status .tikread {
	position: absolute;
    top: 40%;
    left: 50%;
	display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #007edb;
}
.ticket-row .status .tiksent {
	position: absolute;
    top: 40%;
    left: 50%;display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #e14938;
}
.ticket-row .title {
	display:block;
	float:left;
	width:75%;
	margin-right:2%;
	font-family: 'GT-America-Standard-Regular';
	color: #333;
	font-size: 1rem;
	line-height: 45px;
	font-weight: 400;
}
.ticket-row .title.new {
	display:block;
	float:left;
	width:75%;
	margin-right:2%;
	font-family: 'GT-America-Standard-Regular';
	color: #007edb;
	font-size: 1rem;
	line-height: 45px;
	font-weight: 400;
}
.ticket-row .date {
	display:block;
	float:left;
	width:15%;
	margin-right:1%;
	font-family: 'GT-America-Standard-Regular';
	color: #333;
	font-size: 0.7rem;
	line-height: 45px;
	font-weight: 400;
}
.ticket-row .date.new {
	display:block;
	float:left;
	width:15%;
	margin-right:1%;
	font-family: 'GT-America-Standard-Regular';
	color: #007edb;
	font-size: 0.7rem;
	line-height: 45px;
	font-weight: 400;
}
/*TICKETS*/


.page .section ul {
	margin: 0 auto;
    padding: 20px 0px 20px 20px;
    list-style-type: none;
}
.page .section li{
    margin: 0;
    padding: 0;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
    color: #007edb;
    list-style: disc;
}
.page .section li p {
    margin: 0;
    padding: 0 0px;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
}
.page .section li a {
    color: #3c353f;
	text-decoration:none;
}

/*ACTIEPAGE*/
.actiebloks {
    position: relative;
    display: block;
    float: left;
    padding: 0% 0 3% 0;
	margin-bottom: 3%;
    border-bottom: 1px solid #f1f1f1;
}
.actievoorwaarden {
    padding: 0;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #3c353f;
    font-size: 13px;
    line-height: 14px;
}
.page .section .actiebloks ul {
	margin: 0 auto;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}
.page .section .actiebloks li{
    margin: 0;
    padding: 0;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.1rem;
    text-align: left;
    color: #007edb;
    list-style: disc;
}
.page .section .actiebloks li p {
    margin: 0;
    padding: 0 0px;
	font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
	font-size: 12px;
    line-height: 15px;
}
.page .section .actiebloks li a {
    color: #3c353f;
	text-decoration:none;
}
.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%;
}
.actieblok-subimg {
   position: relative;
    width: 100%;
    height: 7px;
    margin: 0 auto;
}
.actieblok-subimg img {
    position: relative;
    width: 100%;
	top: -5px;
}
.actieblok2 {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0% 0 0 4%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
.actieblok1 {
    width: 35%;
}
.actieblok2 {
    width: 65%;
}
.actieblok-subimg {
    top: -10px;
}
}
.actieblok2 .title {
    padding: 0;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #252306;
    font-size: 24px;
    line-height: 28px;
}
.actieblok2 .subtitle {
    padding: 0;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #3c390f;
    font-size: 14px;
    line-height: 18px;
}
.actieblok2 p {
    padding: 0;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    color: #3e3f49;
    font-size: 14px;
    line-height: 18px;
}
.actieblok2 .geldig {
    margin: 6% 0 3% 0;
    padding: 0;
    border: 0px solid #bfbfab;
    background-color: #ffffff;
    text-align: center;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #007edb;
    border: 1px solid #007edb;
    font-size: 14px;
    line-height: 34px;
    /* height: 36px; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.page .section p a {
    font-family: 'GT-America-Standard-Regular';
    color: #3e3f49;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}



/* BELONINGEN PAGE */
.rowpage p {
	font-family:'GT-America-Standard-Regular';
	color: #222;
	font-size: 12px;
	text-decoration: none;

}





/* ROWS */
.rows{
	display:block;
	
}
.rows.pagetitle {
	display:none;
	font-family:'GT-America-Expanded-Medium';
	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.opened .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 95px;
    color: #000000;
    border-radius: 0px;
    padding-left: 2%;
    margin: 0 0 0% 0;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}

/*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;
}

.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*/
/*CLAIM ROWS*/
.claim-row .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 95px;
    color: #000000;
    border-radius: 0px;
    padding-left: 2%;
    margin: 0 0 1% 0;
}
.claim-row .column-left {
    width: 100%;
}
.claim-row .claim-list-img {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 2%;
    max-height: 95px;
    width: 22%;
    margin-right: 2%;
    float: left;
    margin-top: 0px;
}
.claim-row .claim-list-img img {
    width: 100%;
}
.claim-row .claim-label-box {
    display: block;
    float: left;
    width: 40%;
    height: 95px;
}
.claim-row .claim-label {
    height: 45px;
    padding: 0;
    width: 100%;
    font-family: LatoLatinWeb;
    font-style: normal;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    float: left;
    font-size: 21px;
    line-height: 75px;
}
.claim-row .claim-label-sub1 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    font-family: LatoLatinWeb;
    color: #3a5fbe;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}
.claim-row .claim-delete {
    display: block;
    float: left;
    height: 95px;
    padding-right: 2%;
    width: 35%;
    font-family: LatoLatinWeb;
    color: #3a5fbe;
    font-size: 30px;
    line-height: 95px;
    text-align: right;
}
.claim-row .deletebut {
    display: block;
    float: right;
    height: 50px;
    width: 80%;
    margin: 20px 0 25px 3%;
    line-height: 95px;
}
.claim-row .deletebut a {
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px #e10c32 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    -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: 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;
}
.claim-row .deletebut a:hover {
    background: #f23d92;
    background: -webkit-gradient(linear,left top,right top,from(#f23d92),to(#e4002c));
    background: linear-gradient(to right,#f23d92 0,#e4002c 100%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.claim-row .deletebut a:hover p {
    color: #ffffff;
}
.claim-row .deletebut a p {
    font-family: LatoLatinWeb;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #e10c32;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}
.claim-row .claim-arrow {
    width: 0%;
    height: 95px;
    float: left;
    margin: 0;
    background: url(../images/noarrow_down.png);
    background-size: 20px 95px;
    background-repeat: no-repeat;
    background-position: center;
}

.rows .row.closed .title {
	width:100%;
	float:left;
	/*border-bottom: 1px solid rgba(44,43,63,.1);*/
    height: 95px;
    color: #000000;
    border-radius: 0px;
	padding-left:2%;
    margin: 0 0 0% 0;
}
.rows .row .title {
    cursor: pointer;
}
.rows .row .title .column-left {
	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-position: center;
}

.rows .row.closed .title .column-left .label {
	box-sizing:border-box;
	margin-left: 1%;
	padding-right:5%;
	width:50%;
    font-family: 'GT-America-Standard-Regular';
	color:#333333;
    float: left;
    font-size: 21px;
	line-height:60px;
}
.rows .row.closed .title .column-left .label .label-ktn {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: 'GT-America-Standard-Regular';
    letter-spacing:0.3px;
	text-transform:uppercase;
	text-align: left;
	color:#444444;
    float: left;
    font-size: 20px;
	line-height:48px;
}
.rows .row.closed .title .column-left .label .label-clnt {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: 'GT-America-Standard-Regular';
	text-align: left;
	text-transform:uppercase;
	color:#80878e;
    float: left;
    font-size: 10px;
	line-height:22px;
}
.rows .row.closed .title .column-left .label.grey {
	padding-left: 1%;
	width:50%;
    font-family: 'GT-America-Standard-Regular';
	color:#a0a9b1;
    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: 'GT-America-Standard-Regular';
	color:#a0a9b1;
    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:80%;
	height:66px;
	transition: 0.9s padding ease-out;
}
.rows .row.opened .title .column-left .label .label-ktn {
	display:block;
	height:33px;
	width:100%;
    font-family: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color:#333;
    text-align:center;
    font-size: 10px;
	line-height:22px;
}
.rows .row.closed .column-left .list-img {
    padding-left: 0%;
	padding-top:3px;
	padding-bottom:5px;
    height: 66px;
	width:13%;
    float: left;
	margin-top:0px;
}
.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:66px;
	width:20%;
	padding-top: 18px;
	padding-bottom:18px;
	padding-left: 1%;
	padding-right: 1%;
    float: left;
}
.newkmbnr {
	display:block;
	width:100%;
	height:30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border:1px solid #007edb;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color:#007edb;
    text-align:center;
    font-size: 12px;
	line-height:30px;
}
.trackingbnr {
	display:block;
	width:100%;
	height:30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #d1d5d8;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color:#a0a9b1;
    text-align:center;
    font-size: 12px;
	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-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;
	/*-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: 'GT-America-Expanded-Medium';
    color: #333333;
    font-size: 11px;
}
.claimlink {
    display:block;
	float:left;
	width:50%;
	height:63px;
	padding: 0;
}
.claimlink a {
	display:block;
	background-color: #1abc9c;
	border: 1px solid #1abc9c;
    border-radius: 6px;
    padding: 10px 13px;
	box-sizing:border-box;
	font-family: 'GT-America-Standard-Regular';
	color:#fff;
	text-transform:uppercase;
	text-align:center;
    font-size: 12px;
    letter-spacing: 0.5px;
	width:170px;
	margin: 6% auto;
}
.claimlink a:hover {
	background-color: #fff;
	color:#1abc9c;
}
.deletelink {
    display:block;
	float:left;
	width:50%;
	height:63px;
	padding: 0;
}
.deletelink a {
	display:block;
	background-color: #fff;
	border: 1px solid #FF0000;
    border-radius: 6px;
    padding: 10px 13px;
	box-sizing:border-box;
	font-family: 'GT-America-Standard-Regular';
	color:#FF0000;
	text-transform:uppercase;
	text-align:center;
    font-size: 12px;
	width:150px;
	margin: 6% auto;
}
.deletelink a:hover {
	background-color: #FF0000;
	color:#fff;
}
.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:48px;
	width:100%;
	margin: 0;
	background: #fff;
}
.row .listcontent .column-left-big.gesloten .element-container {
	display:block;
	float:left;
	height:48px;
	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:48px;
	width:88%;
	margin: 0 6%;
	background-color: rgba(44,43,63,.1);
	border-top:1px 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:49px;
	width:10%;
}
.element-large img{
	display:block;
	height:40px;
	width:40px;
	margin: 4px;
}

.element-title {
	display:block;
	float:left;
	vertical-align:middle;
	width:53%;
	padding-left:0px;
    font-family: 'GT-America-Standard-Regular';
	text-align:left;
	color:#333;
	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 #1abc9c;
	background-color: #1abc9c;
	border-radius:6px;
	padding-left:0px;
    font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #fff;
	text-align:center;
    font-size: 11px;
	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:6px;
	background-color:#fff;
	padding-left:0px;
    font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #1abc9c;
	text-align:center;
    font-size: 11px;
	line-height:25px;
}
.element-kms {
	display:block;
	float:left;
	vertical-align:middle;
	text-align:right;
	width:20%;
	padding-right:0px;
    font-family: 'GT-America-Standard-Regular';
	color:#333;
    font-size: 13px;
	line-height:45px;
}
.element-kms.expired {
	position:relative;
	display:block;
	float:left;
	vertical-align:middle;
	text-align:right;
	text-decoration: line-through;
	width:20%;
	padding-right:0px;
    font-family: Ubuntu;
	color:#FF0000;
    font-size: 13px;
	line-height:45px;
}
.element-kms.expired:before {
    position: absolute;
    content: "Vervallen";
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    color: #FF0000;
    font-size: 10px;
    line-height: 44px;
    width: 60px;
    height: 44px;
    /* margin-right: 13px; */
    top: 0;
    left: -60px;
    z-index: 999;
}
.element-kms.blue {
	color:#1abc9c;;
    font-family: 'GT-America-Standard-Regular';
}
.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-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: 30%;
    min-width: 130px;
	padding-top: 0px;
	padding-left:0px;
    font-family: Ubuntu;
	text-transform:uppercase;
    letter-spacing: 0.5px;
	text-align:left;
	color:#a0a9b1;
    font-size: 10px;
	line-height:16px;
}
.info-box-content {
	display:block;
	float:left;
	width: 70%;
    max-width: 520px;
	padding-top: 0px;
	padding-left:15px;
    font-family: 'GT-America-Standard-Regular';
	color:#133d5f;
    font-size: 12px;
	line-height:16px;
    text-align:left;
}
.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 */
.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: 'GT-America-Expanded-Medium';
	text-transform:uppercase;
	color:#3e3f49;
    font-size: 12px;
}
.actie-text {
	padding:0% 6% 6% 6%;
	overflow:auto;
	text-align:left;
    font-family: 'GT-America-Standard-Regular';
	color:#3e3f49;
    font-size: 12px;
}
.geldig-text {
	padding:0% 6% 6% 6%;
	text-align:left;
    font-family: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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 {
	/*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;
	width:60%;
	margin:0 auto;
    letter-spacing: 1px;
    line-height: 50px;
    border-radius: 0px;
	border: 1px solid #d1d5d8;
	font-family: Ubuntu;
	color:#d1d5d8;
	text-transform:uppercase;
    font-size: 13px;
}
.loadmore-bar {
	/*background: linear-gradient(to bottom, #2dafd8 0%,#2dafd8 33%,#15749f 78%,#0a5985 100%);*/
	max-width: none;
    text-transform: none;
	text-align:center;
	text-decoration:none;
    display: block;
    width:60%;
	height: 60px;
	margin:0 auto;
    letter-spacing: 1px;
    line-height: 60px;
    border-radius: 0px;
	border: 1px solid #3d8eb9;
}
.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;
	text-decoration:none;
    display: block;
    width:100%;
	height: 60px;
    letter-spacing: 1px;
    line-height: 60px;
	font-family: 'GT-America-Standard-Regular';
	color:#3d8eb9;
	text-transform:uppercase;
    font-size: 13px;
}

/* ====================================================================================================================
 * 7. ACTIONS
 * ====================================================================================================================*/

.loginactions {
	position:relative;
	overflow:auto;
	max-width:1375px;
	min-width:1023px;
		margin: 0 auto;
}
.loginactions .claimbox {
	height:60px;
	width: 84%;
    margin: 0 auto;
}
.loginactions .login-text {
	display:block;
	float:left;
	width:50%;
	padding-right:3%;
	text-align:left;
	font-family: 'GT-America-Standard-Regular';
    font-size: 0.8em;
    color: #888888;
}
.loginactions .login-text a{
    color: #888888;
}
.loginactions .login-input {
	display:block;
	float:left;
	width:25%;
	height:60px;
}
.loginactions .login-but {
	display:block;
	float:right;
	width:20%
}


.loginactions .claimbox .inputbox {
	width:100%;
    display: block;
    vertical-align: top;
    height: 45px;
    margin-top: 0;
    margin-bottom: 2%;
}
.loginactions .claimbox  .input {
	display: block;
	width:100%;
	padding-left: 0px;
	text-align:center;
	font-family: Arial,Verdana,sans-serif;
	text-transform:none;
    font-size: 12px;
    color: #646464;
    border: 1px #1b2941 solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
	background-color: #0d1420;
	appearance: none;
    padding-left: 0px;
    padding-right: 0px;
}
.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:'GT-America-Standard-Regular';
	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{
	display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#e10c32, #e10c32);
    background: -webkit-gradient(linear,left top,right top,from(#e10c32),to(#e10c32));
    background: linear-gradient(to right,#e10c32 0,#e10c32 100%);
    border: 1px #e10c32 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    -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: 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;
}
.searchbox .claimbut a:hover {
background: #f23d92;
    background: -webkit-gradient(linear,left top,right top,from(#f23d92),to(#e4002c));
    background: linear-gradient(to right,#f23d92 0,#e4002c 100%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.searchbox .claimbut a p{
	font-family:LatoLatinWeb;
	text-decoration:none;
	font-size:18px;
    letter-spacing:1px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
	margin:0;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

.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:60%;
	border: 1px #ffffff solid;
	border-right: 0px #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 .searchbut {
	display: block;
    float: left;
    height: 50px;
    width: 37%;
    margin: 0 0 0 3%;
}
.searchbox .searchbut a{
	display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#e10c32, #e10c32);
    background: -webkit-gradient(linear,left top,right top,from(#e10c32),to(#e10c32));
    background: linear-gradient(to right,#e10c32 0,#e10c32 100%);
    border: 1px #e10c32 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    -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: 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;
}
.searchbox .searchbut a:hover{
    background: #f23d92;
    background: -webkit-gradient(linear,left top,right top,from(#f23d92),to(#e4002c));
    background: linear-gradient(to right,#f23d92 0,#e4002c 100%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.searchbox .searchbut a p{
	font-family: LatoLatinWeb;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

.main-box {
	text-align: center;
    text-transform: uppercase;
    color: #0f1a2b;
    border-radius: 5px;
    margin-top: 3%;
    -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:LatoLatinWeb;
	text-transform:uppercase;
	font-size:16px;
	color:#ffffff;
    background-color:transparent;
	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: 'GT-America-Expanded-Medium';
   font-size:13px;
    line-height:50px;
   color: #ffffff;
   padding:4px 0 0 0;
}
::-webkit-input-placeholder {
    font-family: 'GT-America-Expanded-Medium';
   font-size:13px;
    line-height:50px;
   color: #ffffff;
   padding:4px 0 0 0;
}
::-moz-placeholder { /* Firefox 18- */
    font-family: 'GT-America-Expanded-Medium';
   font-size:13px;
    line-height:50px;
   color: #ffffff;
}

:-moz-placeholder {  /* Firefox 19+ */
    font-family: 'GT-America-Expanded-Medium';
   font-size:13px;
    line-height:50px;
   color: #ffffff;
}

:-ms-input-placeholder {  
    font-family: 'GT-America-Expanded-Medium';
   font-size:13px;
    line-height:50px;
   color: #ffffff;
}


input:focus {
    outline:none;
}
.inputbox {
	display:inline-block;
	vertical-align: top;
	height:60px;
	width:57%;
	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;
}
.claimbut {
	display: block;
    float: left;
    height: 50px;
    width: 37%;
    margin: 0 0 0 3%;
}
.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:'GT-America-Standard-Regular';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
}
.actions a {
  	position: relative;
    display: block;
    color: #0f1a2b;
	font-family:'GT-America-Expanded-Medium';
	font-size: 0.85em;
	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:'GT-America-Expanded-Medium';
	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;
}


/* ====================================================================================================================
 * 9. FOOTER
 * ====================================================================================================================*/
footer {
	display:block;
	float:left;
	width:100%;
}
.footer1 {
	display:block;
	float:left;
    height:192px;
	width:100%;
    background-color:#ececec;
    border-bottom:1px solid #cdcacd;
}
.footer1-inner {
	display:block;
	max-width:1440px;
    margin:0 auto;
}
#footer1-menu {
    display:block;
    float:left;
    width:50%;
}
#logout {
    display:block;
    float:right;
    width:50%;
}
.footer2 {
	display:block;
	float:left;
    height:87px;
	width:100%;
    background-color:#ececec;
}
.footer2-inner {
	display:block;
	max-width:1440px;
    margin:0 auto;
}
#copyright {
    display:block;
    width:50%;
    float:left;
    font-family: LatoLatinWebLight;
    color: #5b6770;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 87px;
    text-decoration: none;
}
#brands {
    display: block;
    width: 50%;
    height: 87px;
    float: right;
    padding: 20px 0 0 0;
}
#brands img {
    height:40px;
}
footer ul {
    display: table;
    float:right;
    padding: 0;
    margin:0;
    list-style-type: none;
}
footer #footer1-menu ul {
    float:left;
}
footer #logout ul {
    float:right;
}
footer li:first-child {
    border: 0;
}

footer li {
    display: table-cell;
    margin: 0;
    border-left: 0px solid #3c3947;
    padding: 0 14px;
    text-align: center;
}
/* PRODUCT LOGOS*/
ul.productlogos {
    display: table;
	float:right;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    line-height: 67px;
}
ul.productlogosli:first-child {
    border: 0;
}
ul.productlogos li {
    display: table-cell;
    margin: 0;
    border-left: 0px solid #3c3947;
    padding: 0 0 0 10px;
    text-align: center;
}
ul.productlogos li img {
    height:70px;
    text-align: center;
}
/* PRODUCT LOGOS*/
footer li.new {
    display: table-cell;
    margin: 0;
    border-left: 1px solid #3c3947;
    padding: 0 14px;
    text-align: center;
	position:relative;
}
footer li a {
    font-family: 'GT-America-Expanded-Medium';
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-decoration: none;
}
footer li a:hover {
    color: #8e8e8e;
}
footer li.new a {
    font-family:'GT-America-Standard-Regular';
	text-transform: uppercase;
	color: #3c3947;
	font-size: .8rem;
	line-height: 30px;
	text-decoration:none;
}
footer li.new:after {
    content: "";
    background-image: url(../images/alarm.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    position: absolute;
    /* top: 50%; */
    right: 9px;
    z-index: 999;
}
.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 {
	width: 100%;
	max-width:1280px;
	height:99px;
	box-sizing:border-box;
	padding:0;
	margin: 0px auto 0px auto;
}
.ftr-box {
	display:block;
	width:85%;
	float:left;
	box-sizing:border-box;
	padding: 0 3%;
	text-align:left;
	font-family:'GT-America-Standard-Regular';
	color: #888;
	font-size: 11px;
	line-height:79px;
}
.ftr-avatar {
	display:none;
}
.ftr-box1 {
	display:none;
	/*width:35%;
	float:left;
	box-sizing:border-box;
	padding: 0 3%;
	text-align:left;
	font-family:'GT-America-Standard-Regular';
	color: #888;
	font-size: 11px;
	line-height:79px;*/
}
.ftr-box2 {
	display:none;
	/*width:25%;
	float:left;
	box-sizing:border-box;
	padding: 0 3% 0 1%;
	text-align:left;
	font-family:'GT-America-Standard-Regular';
	color: #888;
	font-size: 11px;
	line-height:79px;*/
}
.ftr-box3 {
	display:none;
}
.ftr-box3 a{
	text-align:right;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #888;
	font-size: 12px;
	line-height:79px;
}
.ftr-box3 a:hover{
	text-align:right;
	font-family:'GT-America-Standard-Regular';
	text-transform:uppercase;
	color: #333;
	font-size: 12px;
	line-height:79px;
}

.selectbox {
	width:100%;
	padding:0;
}
.sitename .sub select::-ms-expand {
    display: none;
}
.sitename .sub select {
	appearance: none;
	-ms-appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
    align-items: center;
	height:45px;
	width:100%;
	padding-left:10%;
	margin-right:0%;
	font-family: 'GT-America-Standard-Regular';
    color: #333333;
	text-transform:uppercase;
    font-size: 13px;
	background: url(../images/arrow_down.png);
	background-size: 9px 6px;
    background-repeat: no-repeat;
    background-position: 90%;
	border:0px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
    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: transparent;
    cursor: default;
}
select:focus, textarea:focus, input:focus{
    outline: none;
}
select {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
	height:30px;
	width:100%;
	padding-left:6%;
	margin-right:6%;
	font-family: LatoLatinWebLight;
    color: #2548B4;
	text-transform:uppercase;
    font-size: 13px;
	background: url(../images/arrow_down.png);
    background-size: 9px 6px;
    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 #2548B4;
}



/*
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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	text-align:left;
	padding: 0px 0px 0px 12%;
}
.proefritheader:before {
	content: url('../images/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: 'GT-America-Standard-Regular';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
	padding: 0px 0px 0px 12%;
}
.accessoireheader:before {
	content: url('../images/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: 'GT-America-Standard-Regular';
	color:#888;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}
.monthscoreheader-lg {
	font-family: 'GT-America-Standard-Regular';
	color:#888;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}
.monthscorelist {
	font-family: 'GT-America-Standard-Regular';
	color:#333;
	font-size:14px;
	margin-bottom: 0px;
	padding: 0px 0px 3px 0px;
}
.monthscore {
	font-family: 'GT-America-Standard-Regular';
	color:#646464;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.monthscore-blue {
	font-family: 'GT-America-Standard-Regular';
	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: #ebeaef;
			-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: #4fc0e8;
			background-image: -moz-linear-gradient(top, #4fc0e8, #4fc0e8);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4fc0e8),color-stop(1, #4fc0e8));
			background-image: -webkit-linear-gradient(#4fc0e8, #4fc0e8); 
		}
		
		.grey > span {
			background-color: #66d4f1;
			background-image: -moz-linear-gradient(top, #66d4f1, #66d4f1);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #66d4f1),color-stop(1, #66d4f1));
			background-image: -webkit-linear-gradient(#66d4f1, #66d4f1);
		}
		
		.green > span {
			background-color: #3aadd9;
			background-image: -moz-linear-gradient(top, #3aadd9, #3aadd9);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3aadd9),color-stop(1, #3aadd9));
			background-image: -webkit-linear-gradient(#3aadd9, #3aadd9);
		}
		.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 */
.mainleft-wrapper {
    display:block;
}
.mainleft-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
    box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
}
.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%;
    width: 100%;
    /*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.4;
	-ms-zoom: 1.4;
	-webkit-zoom: 1.4;
	-moz-transform:  scale(1.4);
	-moz-transform-origin: left center;
	margin-left:-20%;*/
}
.info-name {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	float:left;
	background-color:#6e99fc;
	margin:0;
	    padding: 12% 3% 0% 3%;
	border-bottom: 0px solid rgba(44,43,63,.1);
}
.info-name .avatar {
	display:block;
	width:30%;
	height:100px;
	float:left;
    padding: 0 3%;
}
.info-name .avatar img{
	display:block;
	width:100px;
	height:100px;
	/*-webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);*/
    border-radius: 50%;
}
.info-name .name {
	display: block;
    width: 70%;
    float: left;
    margin-left: 0%;
    font-family: LatoLatinWeb;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
    padding: 3% 3% 0 3%;
}
.info-name .dealer {
	display: block;
    width: 70%;
    float: left;
    margin-left: 0%;
    font-family: LatoLatinWebLight;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #ffffff;
    padding: 0 3% 3% 3%;
}
.info-saldo {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
        background-color: #6e99fc;
	float:left;
	margin:0;
	    padding: 6% 3% 6% 6%;
	border-bottom: 0px solid rgba(44,43,63,.1);
}
.saldo-wrapper {
	width:100%;
}
.info-saldo .header {
	display:block;
	float:left;
	margin-left:0%;
	font-family:LatoLatinWebLight;
	text-transform:uppercase;
	font-size:14px;
	line-height:45px;
	color:#ffffff;
}
.info-saldo .saldo {
	display:block;
	float:right;
	margin-left:6%;
	margin-right:1%;
	font-family:LatoLatinWeb;
	font-size:45px;
	line-height:45px;
	color:#ffffff;
}
/* KTO KILOMETERS*/
.kto-saldo.no {
	display:none;
}
.kto-saldo.yes {
	display:block;
	width:100%;
	height:0px;
	box-sizing:border-box;
	float:left;
	background-color:#00a886;
	margin:0% 0 0 0;
	padding:0% 3%;
	border: 0px solid #00a886;
    -webkit-animation: kto-pop 8s ease-out; /* Safari 4+ */
    -webkit-animation-iteration-count: 1;
    -webkit-transition: opacity:1;
        -moz-animation:    kto-pop 8s ease-out; /* Fx 5+ */
        -moz-animation-iteration-count: 1;
        -moz-transition: opacity:1;
            -o-animation:      kto-pop 8s ease-out; /* Opera 12+ */
            -o-animation-iteration-count: 1;
            -o--transition: opacity:1;
                animation:         kto-pop 8s ease-out; /* IE 10+, Fx 29+ */
                animation-iteration-count: 1;
                transition: opacity:1;
}
.kto-wrapper {
	width:100%;
    float:left;
    
}
@-webkit-keyframes kto-pop {
    0%  { height: 30px; }{ opacity: 1; }
    43% { opacity: 1; }
    46% { opacity: .1; }
    49% { opacity: 1; }
    52% { opacity: .1; }
    55% { opacity: 1; }
    58% { opacity: .1; }
    61% { opacity: 1; }
    90% { height: 30px; }{ opacity: 1; }
    100% { height: 0px; }
}
@-moz-keyframes kto-pop {
    0%  { height: 30px; }{ opacity: 1; }
    43% { opacity: 1; }
    46% { opacity: .1; }
    49% { opacity: 1; }
    52% { opacity: .1; }
    55% { opacity: 1; }
    58% { opacity: .1; }
    61% { opacity: 1; }
    90% { height: 30px; }{ opacity: 1; }
    100% { height: 0px; }
}
@-o-keyframes kto-pop {
    0%  { height: 30px; }{ opacity: 1; }
    43% { opacity: 1; }
    46% { opacity: .1; }
    49% { opacity: 1; }
    52% { opacity: .1; }
    55% { opacity: 1; }
    58% { opacity: .1; }
    61% { opacity: 1; }
    90% { height: 30px; }{ opacity: 1; }
    100% { height: 0px; }
}
@keyframes kto-pop {
    0%  { height: 30px; }{ opacity: 1; }
    43% { opacity: 1; }
    46% { opacity: .1; }
    49% { opacity: 1; }
    52% { opacity: .1; }
    55% { opacity: 1; }
    58% { opacity: .1; }
    61% { opacity: 1; }
    90% { height: 30px; }{ opacity: 1; }
    100% { height: 0px; }
}

.kto-saldo .header {
	display:block;
	float:left;
	margin-left:0%;
	font-family:Ubuntu;
    letter-spacing:0.3px;
	font-size:12px;
	line-height:30px;
	color:#ffffff;
}
.kto-saldo .saldo {
	display:block;
	float:right;
	margin-left:6%;
	margin-right:1%;
	font-family:Ubuntu;
    font-weight:600;
	font-size:12px;
	line-height:30px;
	color:#ffffff;
}
/* KTO KILOMETERS*/
/* SPEND KILOMETERS*/
.spend-saldo {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #ffffff;
    margin: 0% 0 0 0;
    padding: 4% 5% 4% 5%;
    border: 1px dotted #ff0036;
}
.spend-saldo .spend {
	display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    color: #ff0036;
}
.spend-saldo .header {
	display: block;
    float: left;
    margin-left: 0%;
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #ff0036;
    border-bottom: 1px solid #ff0036;
}
.spend-saldo .saldo {
	display: block;
    float: right;
    margin-left: 6%;
    margin-right: 1%;
    font-family: Ubuntu;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #ff0036;
    border-bottom: 1px solid #ffffff;
}
/* SPEND KILOMETERS*/
.info-percentage {
	display: block;
    width: 98%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #fff;
    margin: 0 1%;
    padding: 0% 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: 0px solid rgba(44,43,63,.1);
}
.info-claims .no-of-claims {
	display:block;
	float:left;
	width:32%;
    margin:0 0 0 1%;
	height:100%;
    background-color:#f5f6f7;
    padding:3%;
}
.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:24px;
	color:#999;
}
.info-claims .no-of-claims:nth-child(3) .header {
	display:block;
	width:100%;
	float:left;
	font-family:Ubuntu;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	line-height:24px;
	color:#007edb;
}
.info-claims .no-of-claims .claims {
	display:block;
	width:100%;
	float:left;
	font-family:Ubuntu;
	text-align:center;
	font-size:24px;
	line-height:36px;
	color:#3c353f;
}
.info-claims .no-of-claims:nth-child(3) .claims {
	display:block;
	width:100%;
	float:left;
	font-family:Ubuntu;
	text-align:center;
	font-size:24px;
	line-height:36px;
	color:#007edb;
}
.searchbox {
	display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 50px;
}

.main-right .top-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
    box-shadow: 10px 10px 0px 0px rgba(237, 240, 246, 1);
}
.transactionbox {
	display: block;
    float: right;
    width: 100%;
    padding: 0;
    font-family: Ubuntu;
    font-size: 12px;
    color: #e1412d;
    text-align: center;
    line-height: 18px;
    margin: 5% 0 0 0;
}
.page-title-row {
	position:relative;
	display: block;
	float:left;
	padding:0;
    margin: 0 auto;
}
.nopage-title {
	display:none;
}
.page-title {
	display:block;
	float:left;
	font-family: 'GT-America-Standard-Regular';
	color:#80878e;
	font-size:18px;
	text-align:left;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-title a {
	display:block;
	width:100%;
	float:left;
	font-family: 'GT-America-Standard-Regular';
	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;
}
.rows .row.closed .column-left .transaction-list-img.positive {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 2%;
    max-height: 95px;
    width: 22%;
    margin-right: 2%;
    float: left;
    margin-top: 0px;
}
.rows .row.closed .column-left .transaction-list-img.positive #container-pos {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #5a6d7a;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5a6d7a;
    transition: all .20s linear;
    line-height: 2rem;
    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 #container-pos:hover {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #007edb;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #007edb;
    transition: all .20s linear;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows .row.opened .column-left .transaction-list-img.positive {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 2%;
    max-height: 95px;
    width: 22%;
    margin-right: 2%;
    float: left;
    margin-top: 0px;
}
.rows .row.opened .column-left .transaction-list-img.positive #container-pos {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #007edb;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #007edb;
    transition: all .20s linear;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows .row.opened .column-left .transaction-list-img.positive #container-pos:hover {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #5a6d7a;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5a6d7a;
    transition: all .20s linear;
    line-height: 2rem;
    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.negative {
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 66px;
    width: 8%;
    margin-right: 2%;
    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.negative #container-neg {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #b8312f;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b8312f;
    transition: all .20s linear;
    line-height: 2rem;
    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.negative #container-neg:hover {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #eb6b56;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eb6b56;
    transition: all .20s linear;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows .row.opened .column-left .transaction-list-img.negative #container-neg {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #eb6b56;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eb6b56;
    transition: all .20s linear;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows .row.opened .column-left .transaction-list-img.negative #container-neg:hover {
    font-family: 'GT-America-Standard-Regular';
    font-size: 3rem;
    color: #b8312f;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b8312f;
    transition: all .20s linear;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows .row.opened .column-left .transaction-list-img.negative {
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 66px;
    width: 8%;
    margin-right: 2%;
    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 {
    width: 100%;
}
.rows .row.opened .column-left .transaction-list-img img {
    width: 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:95px;
}
.rows .row.opened .title .column-left .transaction-label-box {
	display: block;
    float: left;
    width: 40%;
    height: 95px;
}
.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:35px;
	padding: 0;
	width:100%;
    font-family: LatoLatinWeb;
	font-style: normal;
	text-align:left;
	font-variant: normal;
	font-weight: normal;
	color:#000000;
    float: left;
    font-size: 21px;
    letter-spacing:0.3px;
	line-height:45px;
}
.rows .row.opened .title .column-left .transaction-label {
	height: 35px;
    padding: 0;
    width: 100%;
    font-family: LatoLatinWeb;
    font-style: normal;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    float: left;
    font-size: 21px;
    letter-spacing:0.3px;
    line-height: 45px;
}
.rows .row.closed .title .column-left .transaction-label-sub {
	display:block;
	float:left;
    width:100%;
	padding: 0;
    font-family: LatoLatinWeb;
	color:#000000;
    font-size: 16px;
	line-height:20px;
    text-align:left;
}
.rows .row.closed .title .column-left .transaction-label-sub1 {
	display:block;
	float:left;
    width:100%;
	padding: 0;
    font-family: LatoLatinWeb;
	color:#3a5fbe;
    font-size: 12px;
	line-height:20px;
    text-align:left;
}
.rows .row.opened .title .column-left .transaction-label-sub {
	display: block;
    float: left;
    width: 100%;
    padding: 0;
    font-family: LatoLatinWeb;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.rows .row.opened .title .column-left .transaction-label-sub1 {
	display: block;
    float: left;
    width: 100%;
    padding: 0;
    font-family: LatoLatinWeb;
    color: #3a5fbe;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.rows .row.closed .title .column-left .transaction-label.grey {
	padding-top: 17px;
	padding-left: 2%;
	color: #9ca5ae;
	width:15%;
    font-family: 'GT-America-Standard-Regular';
    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: 'GT-America-Standard-Regular';
    float: left;
    font-size: 21px;
}
/*.rows .row.closed .title .column-left .transaction {
	height:50px;
	width:5%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'GT-America-Standard-Regular';
	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:left;
	height:95px;
	padding-right: 2%;
	width:30%;
    font-family: LatoLatinWebHeavy;
	color:#3a5fbe;
    font-size: 30px;
	line-height:95px;
	text-align:right;
}
.rows .row.closed .title .column-left .transaction-km.red {
	display:block;
	float:left;
	height:95px;
	padding-right: 2%;
	width:30%;
    font-family: LatoLatinWebHeavy;
	color:#e10c32;
    font-size: 30px;
	line-height:95px;
	text-align:right;
}
.rows .row.opened .title .column-left .transaction-km {
	display: block;
    float: left;
    height: 95px;
    padding-right: 2%;
    width: 30%;
    font-family: LatoLatinWebHeavy;
    color: #3a5fbe;
    font-size: 30px;
    line-height: 95px;
    text-align: right;
}
.rows .row.opened .title .column-left .transaction-km.red {
	display:block;
	float:left;
	height:95px;
	padding-right: 2%;
	width:30%;
    font-family: LatoLatinWebHeavy;
	color:#e10c32;
    font-size: 30px;
	line-height:95px;
	text-align:right;
}
.rows .row.closed .title .column-left .transaction-arrow {
    width: 5%;
    height: 95px;
    float: left;
    margin:0;
    background: url(../images/arrow_down.png);
    background-size: 20px 95px;
    background-repeat: no-repeat;
    background-position: center;
}
.rows .row.opened .title .column-left .transaction-arrow {
    width: 5%;
    height: 95px;
    float: left;
    margin:0;
    background: url(../images/arrow_up.png);
    background-size: 20px 95px;
    background-repeat: no-repeat;
    background-position: center;
}
.transactie-box {
	display:block;
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
	padding: 1% 2% 2% 2%;
	/*border-bottom: 1px solid #dadada;*/
}
.transactie-box-top {
	display:block;
	width:78%;
	float:left;
    padding: 0 0 0 3%;
	/*border-right: 1px solid #f1f1f1;*/
}
.transactie-box-left {
	display:block;
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-left:12%;
	/*border-right: 1px solid #f1f1f1;*/
}
.transactie-box-right {
	display:block;
	box-sizing:border-box;
	width:50%;
	padding-left:6%;
		padding-right:0%;
	float:left;
}
.godetail {
	display: block;
    width: 22%;
    height: 60px;
    float: left;
    margin-top: 0%;
}
.godetail img{
	display: block;
    height: 100%;
    float: right;
}
.transaction-info-box {
    display: block;
    width: 100%;
}
.transaction-info-title {
    display: block;
    float: left;
    width: 30%;
    min-width: 130px;
    padding-top: 0px;
    padding-left: 0px;
    font-family: LatoLatinWeb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    color: #444444;
    font-size: 12px;
    line-height: 20px;
}
.transaction-info-content {
    display: block;
    float: left;
    width: 70%;
    max-width: 520px;
    padding-top: 0px;
    padding-left: 15px;
    font-family: LatoLatinWeb;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.transaction-detail-img {
	display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}
.transaction-detail-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%;
}
.transactie-detail-head {
	display:block;
	width:100%;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
	color:#333;
    font-size: 18px;
	line-height:24px;
	margin-top:0;
}
.transactie-detail-title {
	display:block;
	width:100%;
	float:left;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	color:#a0a9b1;
    font-size: 10px;
	line-height:14px;
}
.transactie-detail {
	display:block;
	width:100%;
	text-align:center;
	font-family: Ubuntu;
	color:#333333;
    font-size: 14px;
	line-height:18px;
}
.transactie-subdetail {
	display: block;
    width: 100%;
    height: 36px;
    float: left;
    text-align: right;
    font-family: LatoLatinWeb;
    text-transform: uppercase;
    color: #80878e;
    font-size: 14px;
    line-height: 36px;
}
.transactie-subdetail-saldo {
    display: block;
    float: right;
    background-color: #edf0f6;
    font-family: "Arial","Verdana",sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    padding: 0 3%;
}
.transactie-subdetail-saldo p {
	display:inline-block;
	font-family: LatoLatinWebBold;
	font-weight:bold;
	text-transform:uppercase;
	color:#3a5fbe;
    font-size: 14px;
	line-height:36px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.transactie-saldo-title {
	display:block;
	width:100%;
	float:left;
	font-family: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
    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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	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;
}


/*PROFILE FORM*/
.profileLeft {
	display:block;
	float:left;
	width:28%;
	border:0px solid #f1f1f1;
}
.profileRight {
	display:block;
	float:left;
	width:72%;
	padding: 0 3%;
	margin: 0 0 3% 0;
}
.dealerLeft {
	display:block;
	float:left;
	width:28%;
	border:0px solid #f1f1f1;
}
.dealerRight {
	display:block;
	float:left;
	width:69%;
	padding: 0 3% 3% 3%;
	border: 1px solid #d1d5d8;
	margin: 0 0 3% 0;
	-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: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 3px;
}
.dealerRight.blue {
	border: 1px solid #007edb;
}

.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: 1px #007edb solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'GT-America-Standard-Regular';
    color: #007edb;
    font-size: 12px;
    line-height: 50px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #007edb;
	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: 1px #007edb solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'GT-America-Standard-Regular';
    color: #007edb;
    font-size: 12px;
    line-height: 50px;
}
.updatebut a:hover {
    background-color: #ff0000;
    border: 1px #ff0000 solid;
    color: #fff;
}
.wijzigenbut {
    display: block;
    float: left;
    height: 50px;
    width: 71%;
}
.wijzigenbut a {
    display: block;
    width: 97%;
    height: 50px;
    background-color: #007edb;
    border: 1px #007edb solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'GT-America-Standard-Regular';
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.wijzigenbut a:hover {
    background-color: #fff;
    color: #007edb;
}
.profileHeader {
	display:block;
	float:left;
	width:30%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
    color: #888;
    font-size: 10px;
    line-height: 20px;
}
.changeHeader {
	display:block;
	float:left;
	width:30%;
	font-family: Ubuntu;
	text-transform:uppercase;
    color: #007edb;
    font-size: 11px;
    line-height: 40px;
	margin:4px 0;
}
.changePass {
	display:block;
	float:left;
	width:70%;
	font-family: 'GT-America-Standard-Regular';
    color: #ff0000;
    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: 'GT-America-Standard-Regular';
	text-align:left;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.profileInfo.password {
    color: #ff0000;
}
.profileName {
	font-family: 'GT-America-Standard-Regular';
	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: 'GT-America-Standard-Regular';
	text-align:left;
	text-transform:uppercase;
	height: 50px;
	background-color:#d1d5d8;
    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: 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;
}
.dealerTag.blue {
	background-color:#007edb;
}

.dealerName {
	font-family: 'GT-America-Standard-Regular';
	text-align:left;
	height: 30px;
    color: #007edb;
    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: menulist;
    box-sizing: border-box;
    align-items: center;
    height: 40px;
    width: 70%;
    padding: 12px 20px;
    margin-right: 0%;
    font-family: 'GT-America-Standard-Regular';
    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;
}

/*BELONINGEN*/

.belsectiontitle {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 0 0;
    padding:2%;
    background-color:#888888;
}
.belsectiontitle.first {
    margin: 0 0 0 0;
}
.belspecialrow {
    display: block;
    float: left;
    width: 100%;
    /* height: 30px; */
    font-family: LatoLatinWeb;
    text-align: left;
    color: #444444;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 18px;
    padding: 2% 2% 2% 4%;
    /* margin: 3% 3% 0 0; */
    /* border: 1px solid #f1f1f1; */
}
.belrow {
    display: block;
    float: left;
    width: 100%;
    /* height: 30px; */
    margin: 0 0 0 0;
    border-bottom: 4px solid #fff;
	background-color: #f5f6f7;
}
.belrowtitle1 {
	display:block;
	float:left;
	width:30%;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:left;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 2%;
	background-color:#888888;
}
.belrowtitle2 {
	display:block;
	float:left;
	width:15%;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 0px;
	background-color:#888888;
}
.belrowtitle3 {
	display:block;
	float:left;
	width:15%;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:center;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 0px;
	background-color:#888888;
}
.belrowtitle4 {
	display:block;
	float:left;
	width:40%;
	font-family: 'GT-America-Standard-Regular';
	text-transform:uppercase;
	text-align:left;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 2%;
	background-color:#888888;
}
.beltitle {
	display: block;
    float: left;
    width: 30%;
    /* height: 20px; */
    font-family: 'GT-America-Standard-Regular';
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    padding: 2%;
}
.belbasis {
	display: block;
    float: left;
    width: 15%;
    /* height: 20px; */
    font-family: 'GT-America-Standard-Regular';
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    background-color: #f5f6f7;
    padding: 2%;
}
.belactie {
	display:block;
	float:left;
	width:15%;
	min-height:30px;
	font-family: 'GT-America-Standard-Regular';
	text-align:center;
    color: #000;
    font-size: 13px;
    line-height: 20px;
	background-color: #f5f6f7;
	padding: 2%;
}
.beltoelichting {
	display:block;
	float:left;
	width:40%;
	min-height:30px;
	font-family: 'GT-America-Standard-Regular';
	text-align:left;
    color: #007edb;
    font-size: 13px;
    line-height: 20px;
	background-color: #f5f6f7;
	padding: 2%;
}

/*POST*/
.posttitle {
	display: block;
    float: left;
    width: 97%;
    height: 30px;
    font-family: 'GT-America-Standard-Regular';
    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: 'GT-America-Standard-Regular';
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 56px;
    padding: 0;
}
.support-img {
	display: block;
    float: left;
    width: 100%;
    margin: 0 0 3% 0;
}
.support-img img {
	width:50%;
}
.page .section .col1-1 ul {
    margin: 0 auto;
    padding: 0px 0px 20px 20px;
    list-style-type: none;
}
.page .section li {
    margin-bottom: 0.5rem;
    list-style: circle;
}
.page .section li b {
    font-family: 'GT-America-Standard-Regular';
}


/*DAKAR CHALLENGE Q4 COMPETITION*/
.dakarheader {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1%;
}
.dakarheader img {
    width: 100%;
}
.score-title-row {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}
.scoretextLg {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-size: 32px;
	color:#2548B4;
    line-height: 46px;
    text-align: center;
}
.scoretextLg18 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 32px;
    color: #a4260d;
    line-height: 46px;
    text-align: center;
}
.score-row {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px 0px 2% 0px;
}
.scorecol1 {
    width: 8%;
    display: block;
    float: left;
}
.scorecol1a {
    width: 8%;
    display: block;
    float: left;
}
.scorelist {
    width:60%;
    font-family: 'GT-America-Standard-Regular';
    color: #333;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0px;
	text-align:left;
}
.scorecol2 {
    width: 90%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scorecol2a {
    width: 70%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scorecol3 {
    width: 6%;
    display: block;
    float: left;
    text-align: center;
}
.scoreposition {
    width: 30px;
    height: 30px;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    opacity: 0.8;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 5px;
    border: 0px solid #2548B4;
    border-radius: 0px;
}
.scoreposition18 {
    width: 30px;
    height: 30px;
    font-family: 'GT-America-Standard-Regular';
    color: #c20012;
    opacity: 0.8;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 5px;
    border: 0px solid #2548B4;
    border-radius: 0px;
}
.scorecol4 {
    position:relative;
    width: 70%;
    display: block;
    float: left;
}
.scorecol5 {
    width: 29%;
    display: block;
    float: left;
    text-align: right;
    margin-left: 1%;
    margin-right: 0%;
}
.scorecol5a {
    width: 19%;
    display: block;
    float: left;
    text-align: right;
    margin-left: 1%;
    margin-right: 0%;
}
.scoretime {
    font-family: 'GT-America-Standard-Regular';
    color: #333;
    font-size: 10px;
    line-height: 2px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.score-update {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
.actiemaand {
    width: 43%;
    height: 30px;
    display: block;
    float: left;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    font-size: 14px;
	text-align: right;
	
}
.actiemaand18 {
    width: 43%;
    height: 30px;
    display: block;
    float: left;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    font-size: 14px;
	text-align: right;
	
}
.actiemaand p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
    margin: 8px 10px 8px 0;
}
.actiemaand18 p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
    margin: 8px 10px 8px 0;
}
.maandselect {
    width: 25%;
    height: 50px;
    display: block;
    float: left;
    font-family: 'GT-America-Standard-Regular';
    color: #333;
    font-size: 14px;
	text-align: center;
	margin: 0;
}
.maandselect18 {
    width: 25%;
    height: 50px;
    display: block;
    font-family: 'GT-America-Standard-Regular';
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.maandselect18 select {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    height: 30px;
    width: 100%;
    padding-left: 6%;
    margin-right: 6%;
    font-family: 'GT-America-Standard-Regular';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius:0px;
    background: url(../images/arrow_down_white.png);
    background-size: 9px 6px;
    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: #a4260d;
    cursor: default;
    border: 1px solid #a4260d;
}
.scoreheader {
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding: 0px 0px 0px 0px;
	text-align:left;
}
.scoreheader18 {
    font-family: 'GT-America-Standard-Regular';
    color: #c20012;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding: 0px 0px 0px 0px;
	text-align:left;
}
.scorecol5a .scoreheader {
	text-align:right;
}
.scorecol5a .scoreheader18 {
	text-align:right;
}
.dakar-title2 {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    color: #2548B4;
    padding-left: 1%;
    margin: 6% 0 0 0;
}
.dakar-title218 {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    color: #a4260d;
    padding-left: 1%;
    margin: 6% 0 0 0;
}
.score-order-row {
    display: block;
    float: left;
    width: 100%;
    min-width:650px;
    padding: 0 1%;
    margin-bottom: 3%;
}
.order-overview {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
}
.score-ordercol {
    display: inline-block;
    background: #fff;
    margin: 0 0 1em;
    width: 100%;
}
.orderno {
    display:block;
	float:left;
	width:50%;
	font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #2548B4;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
	text-align: right;
}
.orderno18 {
    display:block;
	float:left;
	width:50%;
	font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #a4260d;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
	text-align: right;
}
.comppunten {
    display:block;
	float:left;
	width:50%;
	font-family: 'GT-America-Standard-Regular';
    color: #80878e;
    font-size: 12px;
	line-height:18px;
    padding: 0px 0px 0px 10px;
	text-align: left;
}
.scoretext {
    width: 100%;
    display: block;
    float: left;
    font-family: 'GT-America-Standard-Regular';
    color: #333;
    font-size: 14px;
    line-height: 18px;
	text-align:left;
}
.score-updatebox {
    width: 40%;
    height: 54px;
    display: none;
    float: left;
}
button.refresh {
    display: block;
    width: 90%;
    margin: 0 0% 0 10%;
    padding: 0;
    background: #133d5f;
    border: 0;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.refresh18 {
    display: block;
    width: 90%;
    margin: 0 0% 0 10%;
    padding: 0;
    background: #133d5f;
    border: 0;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.refresh a {
    display: block;
    padding: 0;
    background-color: #2548B4;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.refresh a:hover{
    background-color: #162133;
	color: #ffffff;
	text-decoration:none;
}
button.refresh18 a {
    display: block;
    padding: 0;
    background-color: #c20012;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.refresh18 a:hover{
    background-color: #a4260d;
	color: #ffffff;
	text-decoration:none;
}
.c3subimg {
    display: block;
    float: left;
    width: 33%;
    margin-bottom: 3%;
}
.c3subimg img {
    width: 100%;
}
.c3subimg.one {
    padding: 0 10px 0 0;
}
.c3subimg.two {
    padding: 0 5px 0 5px;
}
.c3subimg.three {
    padding: 0 0 0 10px;
}
.voorwaarden {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 4%;
    background-color: #f5f5f5;
}
.vw-title {
    display: block;
    height: 50px;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
	text-align:left;
}
.vw-title18 {
    display: block;
    height: 50px;
    font-family: 'GT-America-Standard-Regular';
    color: #a4260d;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
	text-align:left;
}
.voorwaarden ul {
    margin: 0 auto;
    padding: 20px 20px 20px;
    list-style-type: none;
}
.voorwaarden li {
    margin: 0;
    padding: 0;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 0rem;
    text-align: left;
    color: #2548B4;
    list-style: disc;
}
.voorwaarden li p {
    margin: 0;
    padding: 0 14px;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
}
.vw-title2 {
    display: block;
    height: 50px;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 4%;
	text-align:left;
}
/*DAKAR 2018 INFO */
.dakar-title2a {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    text-align: left;
    font-size: 21px;
    color: #2548B4;
    margin-bottom: 1%;
    margin-top:3%;
}
.dakar-title2a18 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    text-align: left;
    font-size: 21px;
    line-height:24px;
    color: #a4260d;
    margin-bottom: 1%;
    margin-top:3%;
}
.dakar-section {
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
    line-height: 18px;
	text-align:left;
    color: #1a1803;
    margin-bottom: 3%;
}
.dakar-section a{
    display: block;
    float: left;
    width: 100%;
    font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #1a1803;
    margin-bottom: 3%;
}
.dakar-game {
    display: block;
    float: left;
    width: 75%;
    font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #1a1803;
    padding:0 3% 0 0;
    margin-bottom: 3%;
}
.dakar-game-img {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 3%;
}
.dakar-game-img img {
    width:100%;
}
.dakar-title2a b {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title2a bi {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title2a strong {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title2a18 b {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title2a18 bi {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title2a18 strong {
    font-family: 'GT-America-Standard-Regular';
}
.dakar-title3 {
    display: block;
    float: left;
    width: 100%;
    height: 26px;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
	text-align:left;
    font-size: 14px;
    color: #2548B4;
}
.dakar-title318 {
    display: block;
    float: left;
    width: 100%;
    /* height: 26px; */
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #a4260d;
}
.wingrid {
    display: block;
    float: left;
    width: 100%;
    margin: 1% 0% 3% 0%;
    padding: 2% 3% 3% 3%;
    background-color: #ffffff;
    border: 1px solid #2548B4;
}
.wingrid18 {
    display: block;
    float: left;
    width: 100%;
    margin: 1% 0% 3% 0%;
    padding: 2% 3% 3% 3%;
    background-color: #ffffff;
    border: 1px solid #a4260d;
}
.dakarfooter {
	display: block;
    float: left;
    width: 100%;
    margin: 0% 0% 6% 0%;
    padding: 0%;
}
.dakarfooter img {
	width:100%;
}
.wingrid .title-row {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
}
.wingrid .title-row .title {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
	text-align:left;
    font-size: 18px;
    line-height: 45px;
    color: #2548B4;
}
.wingrid .title-row .title.mid {
    text-align: center;
}
.wingrid .title-row .title.right {
    text-align: right;
}
.wingrid .win-row {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    border-top: 0px solid #222005;
}
.wingrid .win-row .text {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
	text-align:left;
    line-height: 30px;
    color: #2548B4;
}
.wingrid .win-row .text.mid {
    text-align: center;
}
.wingrid .win-row .textred {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    color: #2548B4;
}

.wingrid18 .title-row {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
}
.wingrid18 .title-row .title {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
	text-align:left;
    font-size: 18px;
    line-height: 45px;
    color: #a4260d;
}
.wingrid18 .title-row .title.mid {
    text-align: center;
}
.wingrid18 .title-row .title.right {
    text-align: right;
}
.wingrid18 .win-row {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    border-top: 0px solid #222005;
}
.wingrid18 .win-row .text {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
	text-align:left;
    line-height: 30px;
    color: #a4260d;
}
.wingrid18 .win-row .text.mid {
    text-align: center;
}
.wingrid18 .win-row .textred {
    display: block;
    float: left;
    width: 33%;
    font-family: 'GT-America-Standard-Regular';
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    color: #a4260d;
}
/*KTO COMPETITION*/
.ktoheader {
    display: block;
    float: left;
    width: 100%;
	height:100px;
    margin-bottom: 2%;
	margin-top: 3%;
}
.ktoheader img {
    height: 100%;
}
.ktotitle {
	font-family: 'GT-America-Standard-Regular';
    font-size: 32px;
	color:#007edb;
    line-height: 46px;
    text-align: center;
}
.ktotitle b {
	font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-size: 32px;
	color:#007edb;
    line-height: 46px;
    text-align: center;
}
.ktotext p {
	font-family: 'GT-America-Standard-Regular';
    font-size: 14px;
	text-align:left;
    line-height: 22px;
    color: #007edb;
	text-align: center;
	padding: 0 5%;
}

/*KTO COMPETITION */
.ktoscoreposition {
    width: 30px;
    height: 30px;
    font-family: 'GT-America-Standard-Regular';
    color: #19BCA3;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 5px 0;
    padding: 5px;
    border: 1px solid #19BCA3;
    border-radius: 3px;
}
button.ktorefresh {
    display: block;
    width: 90%;
    margin: 0 0% 0 10%;
    padding: 0;
    background: #133d5f;
    border: 0;
    font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.ktorefresh a {
    display: block;
    padding: 0;
    background-color: #19BCA3;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    cursor: pointer;
}
button.ktorefresh a:hover{
    background-color: #0da28b;
	color: #fff;
	text-decoration:none;
}
.ktoorder-overview {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
.ktoscore-ordercol {
    display: inline-block;
    background: #fff;
    margin: 0 0 1em;
    width: 100%;
}
.ktoorderno {
    display:block;
	float:left;
	width:30%;
	font-family: 'GT-America-Standard-Regular';
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
	text-align: left;
}
.ktocomppunten {
    display:block;
	float:left;
	width:70%;
	font-family: 'GT-America-Standard-Regular';
    color: #19BCA3;
    font-size: 12px;
	line-height:18px;
    padding: 0px 0px 0px 10px;
	text-align: left;
}
.ktovoorwaarden {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 4%;
    background-color: #f5f5f5;
}
.ktovoorwaarden ul {
    margin: 0 auto;
    padding: 20px 20px 20px;
    list-style-type: none;
}
.ktovoorwaarden li {
    margin: 0;
    padding: 0;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 0rem;
    text-align: left;
    color: #19BCA3;
    list-style: disc;
}
.ktovoorwaarden li p {
    margin: 0;
    padding: 0 14px;
    font-family: 'GT-America-Standard-Regular';
    color: #3c353f;
}



/*SCOTLAND COMPETITION ALGEMEEN KLASSEMENT*/
.scak .row .title .column-left {
    height: 44px;
    width: 100%;
}
.scak .row.closed .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 44px;
    background-color: #ffffff;
    border:1px dotted #2548B4;
    border-radius: 0px;
    padding: 0;
    margin: 1% 0 0 0;
}
.scak .row.opened .title::after {
    border-top-color: #2548B4;
    border-width: 10px;
    margin-left: -10px;
}
.scak .row.closed .title .column-left .aktitle {
    float: left;
    width: 94%;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    font-size: 18px;
    padding: 10px 0 10px 3%;
    line-height: 24px;
    text-transform: uppercase;
}
.scak .row.closed .title .column-left .arrow {
    width: 5%;
    height: 44px;
    float: right;
    margin-top: 0px;
    margin-right: 1%;
    background: url(../images/arrow_down_blue.png);
    background-repeat: no-repeat;
    background-size: 17px 11px;
    background-position: center;
}
.scak .row.opened .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 44px;
    background-color: #2548B4;
        border:1px dotted #2548B4;
    border-radius: 0px;
    padding: 0;
    margin: 1% 0 0 0;
}
.scak .row.opened .title .column-left .aktitle {
    float: left;
    width: 94%;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0 10px 3%;
    line-height: 24px;
    text-transform: uppercase;
}
.scak .row.opened .title .column-left .arrow {
    display:block;
    width: 5%;
    height: 44px;
    float: right;
    margin-top: 0px;
    margin-right: 1%;
    background: url(../images/arrow_up_white.png);
    background-repeat: no-repeat;
    background-size: 17px 11px;
    background-position: center;
}
.scak .listcontent {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    padding: 0 0 5% 0;
    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: 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;
}
.scakrow {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 2%;
}
.scakrow.one {
    display: block;
    float: left;
    width: 100%;
    margin: 3% 0 0 0;
}
.scakrow .category{
    display: block;
    float: left;
    width: 100%;
    font-family: Ubuntu;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #2548B4;
    padding: 0 0 0 1%;
}
.scakrow .left {
    display: block;
    float: left;
    width: 100%;
    padding: 1% 0 0.5% 0;
}
.scakrow .right {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 5%;
}
.scakrow .right.tit {
    background-color:#ffffff;
}
.scakcol1 {
    display: block;
    float: left;
    width: 5%;
}
.scakcol1 p {
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
}
.scakcol2 {
    display: block;
    float: left;
    width: 38%;
}
.scakcol2 p {
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
}
.scakcol3 {
    display: block;
    float: left;
    width: 9%;
}
.scakcol3 p {
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
}
.scakcol3.tit p {
    padding:0 0 0 10%;
    margin:0;
}
.scakcol4 {
    display: block;
    float: left;
    width: 19%;
}
.scakcol4 p {
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
    margin:0;
}
.scakrow .number {
    display: block;
    float: left;
    font-family: Ubuntu;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #2548B4;
    width: 100%;
}
.scakrow .name {
    display: block;
    float: left;
    font-family: Ubuntu;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.scakrow .name n {
    display: block;
    float: left;
    font-family: Ubuntu;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    color: #2548B4;
}
.scakrow .name p {
    display: block;
    float: left;
    font-family: Ubuntu;
    text-align: left;
    font-size: 11px;
    line-height: 25px;
    color: #777777;
    margin: 0;
    padding:0 0 0 3px;
}
.scakrow .month {
    display: block;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    width: 100%;
}
.scakrow .month p {
    display: block;
    width: 30px;
    height: 25px;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #2548B4;
    background-color: #ffffff;
    border-radius: 10%;
    border: 1px solid #2548B4;
    margin: 0;
}
.scakrow .month.zero p {
    display: block;
    width: 30px;
    height: 25px;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    background-color: #ffffff;
    border-radius: 10%;
    border: 1px solid #777777;
    margin: 0;
}
.scakrow .month.not p {
    display: block;
    width: 30px;
    height: 25px;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #e6e5e4;
    background-color: #ffffff;
    border-radius: 10%;
    border: 1px solid #e6e5e4;
    margin: 0;
}
.scakrow .total {
    display: block;
    float: left;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #2548B4;
    width: 100%;
}
.scakrow .total p {
    display: block;
    width: 35px;
    height: 25px;
    font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
    background-color: #2548B4;
    border-radius: 10%;
    border: 1px solid #2548B4;
    margin: 0 auto;
}
/*PRIVACY STATEMENT*/
.privacy .row.closed .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 34px;
    background-color: #ffffff;
    border: 0px dotted #007edb;
    border-radius: 0px;
    padding: 0;
}
.privacy .row .title .column-left {
    height: 34px;
    width: 100%;
}
.privacy .row.closed .title .column-left .privacytitle {
    float: left;
    width: 94%;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    color: #2548B4;
    font-size: 15px;
    padding: 0 0 0 3%;
    line-height: 34px;
}
.privacy .row.opened .title .column-left .privacytitle {
    float: left;
    width: 94%;
    text-align: left;
    font-family: 'GT-America-Standard-Regular';
    color: #ffffff;
    font-size: 15px;
    padding: 0 0 0 3%;
    line-height: 34px;
}
.privacy .row.closed .title .column-left .arrow {
    width: 5%;
    height: 34px;
    float: right;
    margin-top: 0px;
    margin-right: 1%;
    background: url(../images/arrow_down_blue.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: center;
}
.privacy .row.opened .title .column-left .arrow {
    display: block;
    width: 5%;
    height: 34px;
    float: right;
    margin-top: 0px;
    margin-right: 1%;
    background: url(../images/arrow_up_white.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: center;
}
.privacy .row.opened .title {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(44,43,63,.1); */
    height: 34px;
    background-color: #007edb;
    border: 0px dotted #2548B4;
    border-radius: 0px;
    padding: 0;
}
.privacy .row.opened .title::after {
    border-top-color: #007edb;
    border-width: 10px;
    margin-left: -10px;
}
.privacy .row.opened .listcontent .column-left-big {
    display: block;
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}
.privacy .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: 0px 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;
}
.privacy .section {
    display: block;
    float: left;
    width: 100%;
    padding: 0 3%;
}
/*VIPREISPAGE*/
#gallery a {
    text-decoration:none;
    }

#gallery .item {
    width: 20%; overflow: hidden;
        max-height: 79px;
    float: left;
    /*border: 5px solid #333;
    margin: 5px;*/
    }

#gallery .item a {
    overflow: hidden;
    }

#gallery .item a img {
    height: 79px;
    align-self: center;
    }
#gallery .item a.staand img {
    height: 79px;
    width:100%;
    align-self: center;
    }

.lightbox {
    /** Hide the lightbox */
    opacity: 0;

    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    right:0;
    bottom:0;
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(255,255,255,0.5));
    color:#333333;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    }

.lightbox:target {
    /** Show lightbox when it is target */
    opacity: 1;
    outline: none;
    top: 0;
}
.competition-info {
    margin: 0 2%;
}
.lightbox .box {
  	position:relative;
    width: -webkit-min-content;
  	width: -moz-min-content;
  	width: 50%;
    min-width:500px;
 	margin: 2% auto;
    padding:10px 20px 10px 20px;
            background-color: #fff;
    box-shadow: 0px 1px 26px -3px #777777;
    }
.lightbox .box .content img{
    width:100%;
    }
 <!--[if IE]>
      .lightbox.box {
  	width: 50%;
    }
.lightbox .box .content img{
    width:100%;
    }
 <![endif]-->
.lightbox .box p {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    margin:0;
    width:95%;
    }

.lightbox .title {
    margin:0;
    padding:0 0 10px 0px;
    border-bottom:1px #ccc solid;
    font-size:22px;
    }

.lightbox .box .content {
    display:block;
    position:relative;
        margin: 70px auto 10px auto;
    padding:0;
    }

.lightbox .close {
    display:block;
    float:right;
    text-decoration:none;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#858585;
    }
.closeinfo {
    position: absolute;
    background-image: url(../images/closebut.png);
    background-size: 42px 42px;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
}
.closeinfo:hover {
    position: absolute;
    background-image: url(../images/closebut_hvr.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;
}
.close:hover {
    background-image: url(../images/closebut-hvr.png);
}
.clear {
    display:block;
    clear:both;
    }
.lightbox .content .desc {
    z-index:99;
    bottom:0;
    position:absolute;
    padding:10px;
    margin:0 0 4px 0;
    background:rgba(0,0,0,0.8);
    color:#fff;
    font-size:17px;
    opacity:0;
    transition: opacity ease-in-out 0.5s;
    }    
.lightbox .content:hover .desc    {
    opacity:1;
}
.lightbox .next,
.lightbox .prev,
.lightbox .close {
    display:block;
    text-decoration:none;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#858585;
    }
.prev {
    float:left;
    }
.next,
.close {
    float:right;
    }
.clear {
    display:block;
    clear:both;
    }
.verslagtitle {
    display: block;
    font-family: Ubuntu;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    padding: 2% 0 0 0;
}
.competition-info p {
    float: left;
    font-family: 'GT-America-Standard-Regular';
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #333;
    margin: 1% 0 3% 0;
}

.video-js .vjs-tech {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videobox {
    width: 100%;
}
#videobox img {
    width: 100%;
}












