@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Oxygen', sans-serif;
	color: #5b5b5b;
}

html {
	overflow-y: scroll;
}

.btn-danger {
	background-color: #ff0000 !important;
}

.gray {
	color: #5b5b5b !important; 
}

#cartModal {
	border-top: 5px solid #ff0000 !important;
}

#cartModal h3 {
	background-color: #dbdbdb;
	padding: 10px;
	font-size: 14px;
}

#cartModal h3:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f06a";
	margin: 0 10px 0 0;
	color: #ff0000;
	font-size: 18px;
}

ul.bluebollist li {
	list-style-type: none;
	margin-left: 0 !important;
}

ul.bluebollist li::before {
	content: "•";
	color: #0097d1;
	margin: 0 5px 0 0;
}

/*START - GENERAL CLASSES*/
.onlyMobile {
	display: none;
	visibility: hidden;
}

.checkSField {
	position: absolute;
	visibility: hidden;
}
	
.clearer {
	clear: both;
	float: none;
}

.blackTextDiv {
	height: 10px;
	background-color: #231f20;
}

.noPadding {
	padding: 0 !important;
}

div.resetMargin {
	margin: auto -15px auto -15px !important;
}

label {
	font-weight: normal;
}

.standardMargin {
	margin: 25px auto 25px auto !important;
}

.smallMarginBottom {
	margin: 0 0 15px 0 !important;
	display: block;
}

.form-horizontal .control-label {
    text-align: left;
}

a[href^=tel] {
	color:inherit;
}

h1 {
	font-size: 36px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h2 {
	color: #231f20;
	font-size: 25px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h2 b {
	color: #5b5b5b;
}

h3 {
	color: #5b5b5b;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h5 {
	color: #5b5b5b;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

p {
	line-height: 24px;
	margin: 0 0 15px 0;
}

.notice .container {
	background-image: url('/2014/templates/default/images/iconInfo.png');
	background-position: 15px -6px;
	background-repeat: no-repeat;
	background-size: 48px;
	padding: 8px 8px 8px 75px;
}
@media (max-width: 400px) {
	.notice .container {
		background-position: 10px 5px;
		padding: 8px 8px 8px 65px;
	}
}

.notice {
	background-color: #ffd964;
	position: relative;
	color: #3f3f3f;
}

.notice img {
	height: 14px;
	margin: 0 0 0 5px;
}
@media (max-width: 767px) {
	.notice img {
		margin: 0 0 0 0;
	}
}

.notice p {
	display: inline-block !important;
	line-height: normal;
	margin: 0;
}

.notice a {
	color: #3f3f3f;
	text-decoration: underline;
}
.notice a:hover {
	text-decoration: none;
}

.align-right {
	float: right;
}

a.grey-link {
	background-color: #dbdbdb;
	color: #231f20;
	position: relative;
	display: inline-block;
	padding: 10px 45px 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.grey-link:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

a.grey-link span {
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right -5px top 0;
	right: 10px;
	width: 20px;
	height: 20px;
}

a.grey-link-large {
	padding: 20px 85px 20px 20px;
	width: 100%;
}

a.grey-link-large span {
	top: 14px;
	right: 20px;
	width: 32px;
	height: 32px;
	background-size: 30px auto;
}

a.contentLinkArrow {
	color: #5b5b5b;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 3px 3px 3px 20px;
}

a.arrow-orange-link {
	color: #ffffff;
	font-size: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0 0 40px 0;
	position: relative;
	display: inline-block;
}

a.arrow-orange-link:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;	
}

a.arrow-orange-link:after {
	content: ' ';
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 45px;
	background-image: url('../images/update/arrow-up-left.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 35px;
}

.blue-text {
	color: #0097d1;
}

div.lineDiv {
	border-top: 1px solid #dbdbdb;
	margin: 10px 0 10px 0;
	width: 100%;
	clear: both;
	float: none;
}

div.whiteLineDiv {
	border-top: 1px solid #ffffff;
	margin: 5px 0 5px 0;
	width: 100%;
}

div.grayLineDiv {
	border-top: 1px solid #dbdbdb;
	margin: 5px 0 5px 0;
	width: 100%;
}

div.popupDiv {
	position: absolute;
	left: 50%;
	width: 650px;
	z-index: 102;
	display: none;
	margin: 0 0 0 -325px;
	border-radius: 10px;
	border: 1px solid #adadad;
	box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	padding: 35px;
	background-color: #ffffff;
}

div.popupDivBlack {
	position: absolute;
	left: 50%;
	width: 450px;
	z-index: 102;
	display: none;
	margin: 0 0 0 -225px;
	border-radius: 3px;
	border: 1px solid #000000;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding: 10px 15px 10px 15px;
	background-color: #231f20;
	color: #ffffff;
	text-align: center;
}

img.popupDivCloseButton {
	position: absolute;
	right: -16px;
	top: -16px;
	cursor: pointer;	
}

div.popupDivBG {
	background-color: #000000;
	position: absolute;
	z-index: 101;
	display: none;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.div-divider {
	height: 30px;
	clear: both;
	float: none;
}

a.link-instructionvideo {
	font-size: 30px;
	color: #231f20;
	padding: 0 0 40px 0;
	background-image: url('../images/update/arrow-up.png');
	background-repeat: no-repeat;
	background-position: right 40px top 30px;
	overflow: hidden;
}

a.link-instructionvideo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;	
}

ul.arrowListing {
	margin: 0;
	padding: 0;	
}

ul.arrowListing li {
	padding: 0 0 0 25px;
	line-height: 28px;
	list-style-type: none;
	background-image: url('../images/arrow.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.arrowListing li a {
	color: #5b5b5b;
}

ul.grey-listing {
	font-family: Arial;
}

ul.grey-listing li {
	list-style-type: none;
	margin: 0 0 10px 0;
	color: #231f20;
	font-size: 16px;
}

ul.grey-listing li a {
	color: #5b5b5b;
}

ul.grey-listing li span {
	font-weight: bold;
	color: #5b5b5b !important;
}

ul.grey-listing-straight span {
	display: inline-block;
	width: 120px;
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	height: 24px;
	width: 24px;
}

.circle-info {
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
}

.circle-blue, .circle-blue:hover {
	background-color: #0097d1;
}

a.circle-info {
	color: #ffffff !important;
}

.grayDiv {
	background-color: #dbdbdb;
	padding: 15px 0 15px 0;
}

.blackDiv {
	background-color: #231f20;
}

span.arrowDown {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	background-size: 16px 16px;
}

span.arrowRight {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	background-size: 16px 16px;
}

a.moreButtonDesign {
	width: 24px;
	height: 24px;
	padding: 1px 0 0 6px;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
}

/*
.logoDiv {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #ff6600;
    min-height: 75px;
    height: 75px;
    margin: -15px 0 15px 0;
}

.logoInnerDiv {
	background-color: rgba(255, 102, 0, 0);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255, 102, 0, 0)),color-stop(50%,rgba(255, 102, 0, 0.5)),to(#ff6600));
    background-image: -webkit-linear-gradient(rgba(255, 102, 0, 0),rgba(255, 102, 0, 0.5) 50%,#ff6600);
    background-image: -moz-linear-gradient(top,rgba(255, 102, 0, 0),rgba(255, 102, 0, 0.5) 50%,#ff6600);
    background-image: -o-linear-gradient(rgba(255, 102, 0, 0),rgba(255, 102, 0, 0.5) 50%,#ff6600);
    background-image: linear-gradient(rgba(255, 102, 0, 0),rgba(255, 102, 0, 0.5) 50%,#ff6600);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    min-height: 70px;
    position: relative;
    right: -10px;
    bottom: -10px;
    margin: 0 0 0 -20px;
    padding: 0 20px 0 20px;
}
*/

.vertical-align:before {
	content: ' ';
	display: table;
}

.vertical-align {
	vertical-align: middle;	
	display: table-cell;
}

.vertical-align img {
	display: inline-block;
	width: 100%;
	margin: 5px 0 5px 0;
}

.vertical-align span, .vertical-align p {
	display: inline-block;
}

.klus-row .vertical-align {
	height: 200px;
}

.klus-row img {
	display: inline-block;
}

.klus-row .circle {
	width: 64px;
	height: 64px;
	font-size: 75px;
	line-height: 0;
	background-color: #5b5b5b;
}

.klus-row .klus-image {
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.klus-row p {
	font-size: 20px;
}

.topDiv {
	margin: 30px 0 0 0;
}

.dealerContainer {
	top: -1px;
	position: relative;
	z-index: 2;
	height: 16px;
	background-color: #113588;
	text-align: center;
}

.bgDiv {
	top: 0px;
	position: absolute;
	z-index: 1;
	height: 50px;
	background-color: #ffffff;
	width: 100%;
}

.dealerContainer .link {
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
	left: 5px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
	z-index: 5;
}

.dealerContainer .textContainer {
	display: inline-block;
	position: relative;
}

.dealerContainer .textContainer .name {
	position: absolute;
	font-size: 26px;
	top: 10px;
	left: -190px;
	padding: 0 25px 0 0;
	background-image: url('../images/arrowUp.png');
	background-repeat: no-repeat;
	background-position: top 18px right 0;
	background-size: auto 15px;
}

.dealerContainer .textContainer .entity img {
	-moz-box-shadow: 0 3px 4px #444;
	-webkit-box-shadow: 0 3px 4px #444;
	box-shadow: 0 3px 4px #444;
}


/*.dealerContainer .lineDiv{
	margin:0;
	z-index: 2;
	height:16px;
	background-color:#003878;
}

.dealerContainer .lineDiv a {
	position:absolute;
	top:0;
	left:5px;
	color:#ffffff;
	font-size:10px;
}


.dealerContainer .textContainer{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: auto !important;
}

.dealerContainer .textContainer .name {
	width:150px;
	float:left; 
}

.dealerContainer .textContainer .entity {
	background-color:#003878;
	color:white;
	width: auto;
	display: block;
	text-align: center;
	height: 50px;
	border: 1px solid yellow;
}*/

div.logo {
	width: 140px;
	height: 80px;
	position: relative;
	margin: -16px 0 0 0;
	background-size: 140px auto;
	background-repeat: no-repeat;
	cursor: pointer;
} 

div.logoLarge {
	width: 155px;
	height: 90px;
	position: relative;
	margin: -22px auto 0 auto;
	background-size: 155px auto;
	background-repeat: no-repeat;
	cursor: pointer;
} 

.mobileMenuDiv {
	display: none;
	visibility: hidden;
}

.whiteDiv {
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
	position: relative;	
	padding: 7px 0 7px 0;
}

.whiteDivContent {
	padding: 15px 0 0 0;
}

.slogan {
	color: #2e2a25;
	font-size: 16px;
	padding: 5px 0 5px 0;
	display: block;
}

.sfeerDiv {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1500px auto;
	height: 950px;
	margin: -150px 0 -250px 0;
	padding: 300px 0 0 0;
	z-index: 0;
	
	color: #ffffff;
	font-size: 36px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.navmainDiv {
	position: absolute;
	top: 0;
	left: 155px;
}

.topDiv {
	z-index: 2;
	position: relative;	
}

.navmainDiv span.arrowDown {
	display: none;
}

.navmainDiv > ul > li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin: 17px 0 0 0;
	padding: 0 0 15px 0;
}

.navmainDiv > ul > li:hover {
	cursor: pointer;
}

.navmainDiv > ul > li > a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	padding: 5px 10px 5px 10px;
}

.navmainDiv ul li.navmainActive a{
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navmainDiv > ul > li:hover{
	background-color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.navmainDiv > ul > li.nochilds:hover {
	background: none;
}

.navmainDiv > ul > li.nochilds:hover a {
	background-color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
.navmainDiv > ul > li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin: 17px 0 0 0;
}

.navmainDiv > ul > li > a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	padding: 5px 10px 20px 10px;
}

.navmainDiv > ul > li:hover, .navmainDiv > ul > li > a:hover {
	background-color: #ffffff;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.navmainDiv > ul > li.nochilds:hover, .navmainDiv > ul > li.nochilds > a:hover {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 2.5px;
}
*/

.navmainDiv > ul > li > ul {
	position: absolute;
	width: 250px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #b8bab9;
	border-top: none;
	z-index: 12;
	left: 0;
	top: 47px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	visibility: hidden;
}

.navmainDiv > ul > li > ul > li {
	list-style-type: none;
	border-top: 1px solid #dbdbdb;
	padding: 2px 0 2px 20px;
	background-image: url('../images/arrowOpacity.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.navmainDiv > ul > li > ul > li:first-child {
	/*font-size: 18px;
	border: none;
	padding: 2px 0 2px 0;
	background: none;*/
}

.navmainDiv > ul > li > ul > li:nth-child(2) {
	/*border: none;*/
}

.navmainDiv > ul > li > ul > li > a {
	color: #848484;
	font-size: 14px;
	display: block;
	line-height:25px;
}

.languageSwitchDiv {
	position: absolute;
	top: 23px;
	right: 15px;
	text-align: right;
	color: #ffffff;
}

.languageSwitchDiv div, .languageSwitchDiv a:link, .languageSwitchDiv a:visited {
	font-size: 12px;
	color: #231f20;
}

.languageSwitchDiv span.arrowDown {
	position: absolute;
	top: 2px;
	right: 0;
}

#countryChoiceDiv {
	display: none;
	position: absolute;
	text-align: left;
	top: 40px;
	right: 0;
	padding: 10px;
	z-index: 999;
	width: 125px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 2px solid #d25400;
	border-right: 2px solid #d25400;
	border-bottom: 2px solid #d25400;
}

#countryChoiceDiv a {
	color: #ffffff;
}

.arrow-text {
	overflow: hidden;
	font-size: 40px;
	color: #231f20;
	margin: 15px 0 0 0;
	padding: 0 0 0 135px;
	background-image: url('../images/update/arrow-down.png');
	background-repeat: no-repeat;
	background-position: left 70px center;
}

.arrow-text-nopadding {
	padding: 0 0 0 65px;
	background-position: left center;
}

.arrow-text .circle {
	width: 64px;
	height: 64px;
	color: #000000;
	font-size: 75px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 15px;
}

.retailersLinkDiv {
	position: absolute;
	right: 15px;
	text-align: right;
	background-image: url('../images/iconRetailers.png');
	background-size: 42px 42px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 24px 0 20px 62px;
}

.retailersLinkDiv a {
	color: #ffffff;
	margin: 0 22px 0 0;
}

.retailersLinkDiv span.arrowRight {
	position: absolute;
	top: 26px;
	right: 0;
}

.retailersLinkDivAlt {
	padding: 16px 0 20px 62px;
}

.retailersLinkDivAlt span.arrowRight {
	position: absolute;
	top: 18px;
	right: 0;
}

.tipDiv {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 200px;
}

.tipDiv p {
	width: 100%;
	text-align: center;
	padding: 70px 35px 0 55px;
	color: #231f20;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

.tipDiv .callToAction {
	position: absolute;
	bottom: 32px;
	right: -9px;	
}

.video-div:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.video-div h3 {
	color: #231f20;
	font-size: 16px;
}

.video-div-image {
	position: relative;
}

.video-div .video-name {
	height: 50px;
	font-size: 16px;
	color: #231f20; 
}

.video-div-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../images/update/playButton.png');
	background-position: center center;
	background-size: auto 50%;
	background-repeat: no-repeat;
	cursor: pointer;	
}

.breadcrumbDiv {
	color: #848484;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
}

.breadcrumbDiv img {
	margin: -2px 0 0 0;
}

.breadcrumbDiv a {
	color: #848484;
	font-size: 12px;
}

.breadcrumbDiv a.brActive {
	color: #231f20;
	border-bottom: 1px solid #231f20;
}

.breadcrumbDiv a.brActive:hover, .breadcrumbDiv a.brActive:focus {
	border: none;
	text-decoration: none;
}

.contentLayout ul li {
	line-height: 22px;
	margin: 0 0 15px 25px;
	color: #5b5b5b !important;
}

.contentLayout ul li a {
	line-height: 22px;
	color: #5b5b5b !important;
}

a.normalLink {
	color: #5b5b5b !important;
	border-bottom: 1px solid #5b5b5b;
}

a.normalLink:hover, .contentLayout ul li a.normalLink:hover {
	border: none;
	text-decoration: none;
}

a.normalLinkBlue, .contentLayout ul li a.normalLinkBlue {
	color: #0097d1 !important;
	border-bottom: 1px solid #0097d1;
}

.huurpunten-title-bar {
	background-color: rgba(255,255,255,0.75);
	position: relative;
	z-index: 2;
} 

.huurpunten-bar {
	position: relative;
	top: -160px;
	margin: 0 0 -160px 0;
}

.huurpunten-bar img {
	width: 100%;
}

.rentalGuideDiv h2 {
	font-size: 18px;
}

.rentalGuideDiv p {
	font-size: 12px;
}

.rentalGuideDiv a {
	margin: 0 0 10px 0;
}

/*
.gmMapsDiv {
	position: relative;
	z-index: 1;
}

.containerMapsDiv {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 400px;
	margin: 0 0 0 100px !important;
}

.containerMapsDiv .row {
	width: 400px;
}

.mapsContentDiv {
	background-image: url('../images/bgWhiteTrans.png');
}

.mapsSearchDiv {
	background-color: #dbdbdb;
	padding: 5px 10px 5px 10px;
}

.mapsSearchDivPadding {
	padding: 20px;
}

#addressContainer{
	height: 650px;
    overflow-y: scroll;
}

.mapsSearchAddress {
	font-size: 12px;
	color: #231f20;
	line-height: 26px;
    cursor: pointer;
}

.mapsSearchAddress .callToAction {
	line-height: 20px;
	margin: 10px 0 10px 0;
}

.mapsSearchAddress {
	background-image: url('../images/pointer.png');
	background-repeat: no-repeat;
	background-size: auto 32px;
	padding: 0 0 0 40px;
}

.mapsSearchAddress span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}
*/

.daysDiv {
	float: left;
	width: 60%;	
}

.timeDiv {
	float: left;
	width: 40%;	
}

#zipCodeForm {
	position: relative;
}

ul.searchResults{
	display:none;
}

.searchResultsDiv {
	background-color: #dbdbdb;
	padding: 0 15px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 25px 0;
}

.searchResultDiv {
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #ffffff;
}

.searchResultDivNoBorder {
	border: none;
}

.searchResultDiv span {
	display: block;
}

.searchResultDiv div {
	font-size: 16px;
	color: #231f20;
}

ul.topLevel {
	margin: 0 0 35px 0;
}

ul.topLevel > li > a, ul.topLevel span {
	font-size: 18px;
}

ul.topLevel li {
	color: #848484;
	list-style-type: none;
	line-height: 28px;
}

ul.topLevel li a {
	color: #848484;
}

.socialmediaIcons {
	margin: -20px 0 0 0;
}

.socialmediaIcons img {
	margin: 0 10px 35px 0;
}

.topLevel1Wide {
	width: 100%;
	float: left;
}

.topLevel2Wide {
	width: 50%;
	float: left;
}

.topLevel3Wide {
	width: 33%;
	float: left;
}

.topLevel4Wide {
	width: 25%;
	float: left;
}

.action-step {
	background-color: #ff6600;
	background-image: url('../images/update/orange-arrow-right.png');
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	display: table;	
	color: #ffffff;
}

.action-step div {
	display: table-cell;
	padding: 25px;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	width: 75px;
}

.action-step div .circle {
	width: 32px;
	height: 32px;
	font-size: 21px;
	position: absolute;
	top: 10px;
	left: 45px;
}

.action-step-text {
	display: inline-block;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 25px 0 0;
}

.action-step img {
	height: 50px;
	margin: 0 5px 0 0;
	display: inline-block;
}

.action-step-last {
	background-image: url('../images/update/orange-arrow-right-white.png');
}

.footerDiv {
	color: #ffffff;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 5px 0 25px 0;
}

ul.footerNavDiv {
	margin: 0;
	padding: 0;	
}

ul.footerNavDiv li {
	display: inline-block;
	list-style-type: none;
	border-left: 1px solid #ffffff;
	padding: 0 3px 0 5px;
}

ul.footerNavDiv li:first-child {
	border: none;
}

ul.footerNavDiv li a {
	color: #ffffff;
	font-size: 12px;
}

.footerDiv label {
	text-align: right;
}

.copyrightDiv {
	text-align: right;	
}

.instructionLinkDiv {
	background-image: url('../images/bgInstructionLink.png');
	background-size: 42px 42px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 24px 0 20px 52px;
}

.instructionLinkDiv a {
	font-size: 22px;
	color: #5b5b5b;
}

a.linkInfo {
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 0 0 0 10px;
	color: #ffffff !important;
	font-size: 18px; 
	font-weight: bold;
}

a.linkInfo:hover {
	text-decoration: none;
}

a.callToAction {
	display: inline-block;
	min-width: 180px;
	min-height: 30px;
	padding: 4px 20px 4px 10px;
	background-size: auto 100%;
	background-position: right;
	color: #ffffff;
	font-size: 14px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.callToAction:hover, a.callToAction:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	text-decoration: none;
}

a.callToActionDark {
	background-image: url('../images/bgCallToActionDark.png');
}

a.callToActionRed {
	background-image: url('../images/bgCallToActionRed.png');
}

a.callToActionBlue {
	background-image: url('../images/bgCallToActionBlue.png');
}

a.callToActionMedium {
	width: 160px;
	height: 25px;
	background-size: auto 25px;
	font-size: 12px;
}

a.callToActionSmall {
	display: none;
	visibility: hidden;
}

a.orangeTextLink {
	display: inline-block;
}

a.orangeTextLink:hover {
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

div.brochureFormDiv > div > div {
	margin: 0 0 15px 0 !important;
}

div.brochureDiv {
	background-image: url('../images/bgProductDiv.png');
	background-repeat: no-repeat;
	background-size: 145px 145px;
	background-position: bottom right;
	padding: 35px;
}

div.brochureDiv img, div.brochureDiv h3, div.brochureDiv select {
	margin: 0 0 15px 0;
}

div.brochureDiv a {
	margin: 0 0 10px 0;
}

.sitemapDivLeft {
	float: left;
	width: 66%;
}
.sitemapDivRight {
	float: left;
	width: 33%;
}

@media (min-width: 768px) {
	img.rentsetgo {
		float: right;
	}
}
@media (max-width: 767px) {
	.sitemapDivLeft, .sitemapDivRight {
		float: none;
		width: 100%;
	}
	img.rentsetgo {
		width: 50%;
		margin: 0 auto;
	}
}
img.rentsetgo:hover {
	opacity: 0.65;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	
	#countryChoiceDiv {
		width: auto;
	}
	
	#countryChoiceDiv a {
		font-size: 16px;
		margin: 3px 0;
	}
	
	.dealerContainer {
		text-align: right;
	}
	
	.bgDiv {
		position: relative;
		top: -1px;
		height: 34px;
		border-bottom: 1px solid #cccccc;
	}
	
	.onlyMobile {
		display: block;
		visibility: visible;
	}
	
	div {}
	
	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 16px;
	}
	
	.noPaddingXS {
		padding: 0 !important;
	}
	
	.mobileLinkDiv {
		background-color: #dbdbdb;
		margin: 15px 0 15px 0;		
	}
	
	.sfeerDiv {
		height: 750px;
		margin: -250px 0 -215px 0;
		padding: 350px 0 0 0;
	}	
	
	a.mobileLink {
		width: 100%;
		display: block;
		padding: 6px 0 6px 0;
		background-image: url('../images/arrow.png');
		background-position: right;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		color: #5b5b5b;
	}
	
	div.logo {
		width: 100px;
		height: 55px;
		margin: 0 0 0 45px;
		background-size: 100px auto;
		background-repeat: no-repeat;		
	}
	
	div.logoLarge {
		margin: -22px auto 12px auto;
	}	
	
	div.popupDiv, div.popupDivBlack {
		width: 96%;
		left: 0;
		margin: 0 2% 0 2%;
	}
	
	div.popupDiv img.popupDivCloseButton, div.popupDivBlack img.popupDivCloseButton {
		right: -2px;
		top: -15px;
	}
	
	a.link-instructionvideo {
		width: 100%;
		display: block;
		padding: 0;
		background-position: 50px 60px;
	}
	
	a.link-instructionvideo img {
		margin: 0 auto;
		display: block;
	}
	
	.languageSwitchDiv {
		top: 16px;
	}
	
	#countryChoiceDiv a {
		padding: 4px 0 4px 0;
		display: block;
	}
	
	.klus-row .vertical-align {
		height: auto;
	}
	
	.klus-row img {
		display: inline-block;
	}
		
	.klus-row .circle {
		display: inline-block;
		margin: 10px 0 10px 0;
	}
	
	.video-div {
		margin: 0 0 15px 0;
	}
	
	.video-name {
		height: 40px;
	}
	
	.mobileMenuDiv {
		display: block;
		visibility: visible;
		height: 40px;
		width: 40px;
		position: absolute;
		top: 8px;
		/*
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
	    */
	    background-size: 38px auto;
		background-image: url('../images/bgMobileMenuDiv.png');
		background-repeat: no-repeat;
	}
	
	.navmainDiv {
		display: none;
	}
	
	.navmainDivMobile {
		width: 100%;
		position: absolute;
		margin: 0 0 0 -15px;
		padding: 0 0 10px 0;
		display:none;
	}
	
	.navmainDivMobile ul li {
		list-style-type: none;
		padding: 5px 0 5px 15px;
		position: relative;
	}
	
	.navmainDivMobile span.arrowDown {
		position: absolute;
		top: 2px;
		right: 15px;
	}	
	
	.navmainDivMobile ul li:first-child {
		border: none;
	}
	
	.navmainDivMobile ul li a {
		color: #ffffff;
	}
	
	.navmainDivMobile ul li ul {
		display: block !important;
	}
	
	.navmainDivMobile ul li ul li {
		margin: 0 0 0 15px;
		padding: 5px 0 5px 0;
	}
	
	.action-step {
		background-image: none;
	}
	
	.huurpunten-bar {
		overflow: hidden;
		position: relative;
		top: -135px;
		margin: 0 0 -135px 0;
	}
	
	.huurpunten-bar img {
		width: auto;
		height: 300px;
		margin: 0 0 0 -75%;
	}
	
	.gmMapsDiv, #gmMaps {
		height: 300px !important;
	}
	
	.containerMapsDiv {
		width: 100%;
		margin: 0 !important;
	}
	
	.containerMapsDiv .row {
		width: 100%;
	}
	
	.tipDiv {
		height: 170px;
	}
	
	.tipDiv p {
		font-size: 16px;
		padding: 45px 30px 0 45px;
	}
	
	.sitemapDiv ul {
		margin: 0 0 25px 0;
	}
	
	.topLevel2Wide {
		width: 100%;	
	}
	
	.socialmediaIcons {
		text-align: center;
	}
	
	.socialmediaIcons img {
		margin: 0 5px 0 5px 0;
	}
	
	.footerDiv {
		margin: 0 0 10px 0;
		padding: 5px 0 15px 0;
	}
	
	ul.footerNavDiv {
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	ul.footerNavDiv li {
		border-left: 1px solid #231f20;
	}
	
	ul.footerNavDiv li a {
		color: #231f20;
	}
	
	.copyrightDiv {
		text-align: center;
	}
	
	a.callToActionSmall {
		display: inline-block;
		visibility: visible;
		width: 40px;
		height: 30px;
		padding: 4px 4px 4px 10px;
		background-size: auto 30px;
		background-position: right;
		color: #ffffff;
		font-size: 14px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	
	div.top-button {
		position: fixed;
		background-color: rgba(255,255,255,0.75);
		border: 1px solid rgba(0,0,0,0.75);
		width: 32px;
		height: 32px;
		bottom: 75px;
		z-index: 15;
		right: 15px;
		-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	text-align: center;
    	cursor: pointer;
    	display: none;
	}
	
	div.top-button div {
		width: 0; 
		height: 0; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		
		border-bottom: 8px solid rgba(0,0,0,0.75);
		margin: 11px auto 0 auto;
	}	
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	
	.dealerContainer .textContainer {
		margin: 0 -220px 0 0;
	}
			
	.resetPadding-sm {
		padding: 0;
	}
	
	.action-step div {
		width: 25px !important;
	}
	
	.action-step div .circle {
		top: 10px;
		left: 45px;
	}
	
	.action-step img {
		margin: 0 0 10px 0;
		display: block;
	}	
	
	div.logo {
		margin-left: -5px;
	}
	
	.sfeerDiv {
		height: 750px;
		margin: -220px 0 -215px 0;
		padding: 350px 0 0 0;
		text-align: right;
		background-position: top 0 left -300px;
	}	

	.topDiv {
		height: 90px;
		padding: 0 0 5px 0;
	}
	
	.navmainDiv {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 5px 0 5px 15px;
	}
	
	.navmainDiv > ul > li {
		margin: 0;
		padding: 0 0 3px 0;
	}
	
	.navmainDiv > ul > li > a {
		font-size: 14px;
		padding: 8px 5px 5px 5px;
	}
	
	.navmainDiv > ul > li > ul {
		top: 35px;
	}
	
	
	/*.gmMapsDiv, #gmMaps {
		height: 600px !important;
	}
	
	.containerMapsDiv {
		width: 330px;
	}
	
	.containerMapsDiv .row {
		width: 330px;
	}*/
	div.top-button {
		position: fixed;
		background-color: rgba(255,255,255,0.75);
		border: 1px solid rgba(0,0,0,0.75);
		width: 32px;
		height: 32px;
		bottom: 75px;
		z-index: 15;
		right: 30px;
		-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	text-align: center;
    	cursor: pointer;
    	display: none;
	}
	
	div.top-button div {
		width: 0; 
		height: 0; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		
		border-bottom: 8px solid rgba(0,0,0,0.75);
		margin: 11px auto 0 auto;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
	h1 {
		font-size: 35px;
	}
	
	.sfeerDiv {
		height: 750px;
		margin: -210px 0 -215px 0;
		padding: 300px 0 0 0;
		text-align: right;
	}		
	
	.navmainDiv > ul > li > a {
		font-size: 14px;
		padding: 7px 5px 5px 5px;
	}
	
	.navmainDiv > ul > li > ul {
		top: 47px;
	}
	
	/*.gmMapsDiv, #gmMaps {
		height: 500px !important;
	}*/

}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/

/*
Textcolor: #5b5b5b
Textcolor light: #848484
Boels orange: #ff6600
Boels dark: #231f20
*/