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

@font-face {
    font-family: 'modaerneregular';
    src: url('../fonts/modaerne_regular-webfont.eot');
    src: url('../fonts/modaerne_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modaerne_regular-webfont.woff2') format('woff2'),
         url('../fonts/modaerne_regular-webfont.woff') format('woff'),
         url('../fonts/modaerne_regular-webfont.ttf') format('truetype'),
         url('../fonts/modaerne_regular-webfont.svg#modaerneregular') format('svg'); 
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: 'Roboto','Arial','Helvetica', sans-serif;
	font-size:16px;
	color:#666;
}


body { 
	background-color:#000000;
}

strong {
	font-weight:bold;
	color:#333;
}
p a {
	color:#347c2c;
}
#header_wrapper {
	min-height:40px;
	background-color:#000;
}

.black {
	color:#000;
}
.nomt {
	margin-top:0px;
}
h2 {
	font-size:24px;
}
h2.full90_center {
	float:left;
	margin-top:20px;
	margin-left:5%;
	width:90%;
	text-align:center;
}

select {
	 background-color:#FFF;
}

#header_big_photo_wrapper {
	float:left;
	width: 100%;
	background-image:url('../img/background_header_photo.jpg');
	background-position: left bottom;
	background-repeat:repeat-x;
	height:550px;
}
#header_big_photo {
	max-width: 1500px;
	margin: 0 auto;
	height:550px;
	display:block;
	background-position: left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#content_left_header_big_photo {
	float:left;
	margin-top:40px;
	margin-left:5%;
	width:90%;
}
#content_right_header_big_photo {
	position:absolute;
	display:block;
	width:330px;
	background-color:#000;
	box-sizing:border-box;
	top:380px;
	left:50%;
	margin-left:420px;
	padding:20px;
}
#content_left_header_big_photo p,h2 {
	color:#FFF;
	margin-top:20px;
}
#content_left_header_big_photo p {
	max-width:550px;
}
#content_left_header_big_photo h2 {
	font-size:40px;
	max-width:350px;
}
#content_right_header_big_photo  h2 {
	color:#ff6a2c;
	margin-top:0px;
}
#content_right_header_big_photo hr {
	background-color:#808080;
	height:1px;
	width:100%;
	margin-top:6px;
	margin-bottom:6px;
	float:left;
}
#content_right_header_big_photo a  {
	color:#808080;
	float:left;
	line-height:50px;
	width:100%;
	background-image:  url('../img/menu_seperator.png');
    background-position: right center;
	background-repeat:no-repeat;
}
#content_right_header_big_photo a div.photo {
	float:left;
	display:block;
	height:50px;
	width:62px;
}

#content_right_header_big_photo a span {
	float:left;
	margin-left:5px;
		font-family:"modaerneregular";
}

#content_right_header_big_photo a span:hover {
	text-decoration:underline;
}

h1,h2 {
	font-family:"modaerneregular";
}

h1 a {
	float:left;
	display:block;
	width:70px;
	height:70px;
	background-image: url('../img/neeskens_logo.jpg');
	background-position: 0px 0;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	margin-left:0px;
	text-indent:-9999px;
}

.orange_link,.orange_link span  {
	color:#ff6a2c;
}
span.rotate90 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	display: inline-block;
}
span.rotate270 {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	display: inline-block;
}
.white_orangeborder_button,.orange_button,.white_button, button {
	float:left;
	display:block;
	height:38px;
	line-height:38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width:170px;
	text-align:center;
	font-size:16px;
	margin-top:20px;
	margin-right:20px;
}

button {
	height:44px;
	line-height:44px;
	background-color: #ff6a2c;
	color:#FFF;
	cursor:pointer;
	box-sizing : border-box;
	 border:none;
}

button.right {
	float:right;
	margin-right:0px;
	margin-top:20px;
}
.button_right_small {
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
}

.orange_button {
	background-color: #ff6a2c;
	color:#FFF;
}
.white_button {
	background-color: #ffffff;
	color:#ff6a2c;
}

.white_orangeborder_button {
	box-sizing:border-box;
	color: #ff6a2c;
	background-color:#FFF;
	border:1px solid #ff6a2c;
	
}

#open_mobile_menu hr, #close_mobile_menu hr {
    background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

p.black {
	color:#000;
}
p.very_big {
	font-size:24px;
}

h2.big { 
 font-size:40px;
}

h2.medium {
	font-size:24px;
}

h2.upp {
	text-transform:uppercase;
}

h2.line { 
	padding-bottom:20px;
	border-bottom:1px solid #347c2c;
}

h2.gray {
	color:#666;
}

h2.black {
	color:#000;
}

h2.up,p.up {
	text-transform:uppercase;
}

h2.small_font {
	font-size:18px !important;
}

#main_menu {
	float:left;
	color:#347c2c;
}
#main_menu li a {
	color:#666;
	line-height:60px;
	font-family:'modaerneregular';
	font-size:24px;
}

#main_menu li a.search {
	padding-left:30px;
	background-image:url('../img/search_loop_gray.png');
	background-repeat:no-repeat;
	background-size: 24px 24px;
	background-position:left center;
}

#search_bar {
	width:100%;
	float:left;
	clear:both;
	background-color:#d8d8d8;
	padding-top:20px;
	padding-bottom:20px;
}

#search_bar button.search_button {
	float:right;
	margin-right:20px;
	width:32px;
	height:32px;
	display:block;
	text-indent:-9999px;
	min-width:32px !important;
	margin-top:0px !important;
	background-image:url('../img/search_loop_white.png');
	background-repeat:no-repeat;
	background-size: 16px 16px;
	background-position:center center;
}
input[type="text"].zoeken_input {
	padding-left:30px;
	box-sizing:border-box;
	background-image:url('../img/search_loop_gray.png');
	background-repeat:no-repeat;
	background-size: 24px 24px;
	background-position:left center;
	float:left;
	margin-left:20px;
	width:200px;
	height:32px;
	background-color:#000;
	border:none;
	color:#666;
	font-family:'modaerneregular';
	font-size: 24px;
	margin-top:13px;
}
input[type="text"].zoeken_input::placeholder {
  color: #666;
  font-size: 24px;
  font-family:'modaerneregular';
  font-weight:bold;
}

input[type="text"].zoeken_input_mobile {
	float:left;
	margin-left:20px;
	width:calc(100% - 72px);
	height:32px;
	background-color:#FFF;
	border:none;
	color:#666;
	font-family:'modaerneregular';
	font-size: 24px;
	margin-top:0px;
}


#main_menu li a:hover, #main_menu li a.active {
	color:#ff6a2c;
}

#main_menu li a.search:hover, #main_menu li a.search.active {
	background-image:url('../img/search_loop_orange.png');
	transition:1s;
}

#main_menu li a:hover {
	transition:1s;
}

#main_menu_right {
	float:right;
}

#main_menu_right li {
	float:left;
}

#main_menu_right li a {
	float:left;
	line-height:60px;
	margin-left:10px;
}

#main_menu_right li a.active span{
	color:#ff6a2c;
}

#main_menu_right li a.account,#main_menu_right li a.shoppingcart {
	padding-left:28px;
	background-image:url('../img/account_gray.png');
	background-repeat:no-repeat;
	background-size: auto 24px;
	background-position:left center;
}

#main_menu_right li a.account:hover, #main_menu_right li a.account.active{
	background-image:url('../img/account_orange.png');
}

#main_menu_right li a.shoppingcart {
	background-image:url('../img/shopping_cart_gray.png');
	background-position:right 20px;
}

#main_menu_right li a.shoppingcart:hover, #main_menu_right li a.shoppingcart.active {
	background-image:url('../img/shopping_cart_orange.png');
}

#main_menu_right li a.account span:hover {
	color:#ff6a2c;
	transition:1s;
}



a.white_link {
	color:#FFF;
}
a.white_link:hover {
	text-decoration:underline;
	transition:1s;
}
a.red_link {
	color:#95353a;
}
a.red_link:hover {
	text-decoration:underline;
}


#footer_content h2,#footer_content P {
	color:#FFF; 
}

#footer_content ul {
	margin-top:20px;
	float:left;
}
#footer_content ul li {
	float:left;
	clear:both;
}
#footer_content ul li,#footer_content ul li a {
	color:#FFF;
	line-height:30px;
}
#footer_content ul li:first-child {
	margin-bottom:25px;
	text-transform:uppercase;
	font-size:18px;
}

#main_menu li {
	float:left;	
	margin-left:40px;
}

#main_menu div.left,#main_menu div.right {	
	width:32%;
}
#main_menu div.left {
	margin-left:2%;
	float:left;
}
#main_menu div.right {
	float:right;	
	margin-right:2%;
}


#main_menu div.right li{
	margin-left:0px;
}

#logo_menu {
	display:block;
	height:200px;
	width:300px;
	background-color:#FFF;
	box-sizing:border-box;
	border:10px solid #c9c9c9;
	padding:10px;
	text-indent:-9999px;
	background-image:url('../img/huisarts_vijfhuizen_logo_black.png');
	background-repeat:no-repeat;
	background-size:85% 85%;
	background-position:center center;
	position:absolute;
	top:-54px;
	left:50%;
	z-index:10;
	margin-left:-150px;
}




#page_wrapper { 
	background-color:#efefef;
	padding-bottom:40px;
}
#page_wrapper.nopb {
	padding-bottom:0px;
}

#page_wrapper.theme_white {
	background-color:#FFF;
}


#page_content {
	min-height:300px;
}

#contact_bar {
	 float:left;
	 background-image:url('../img/earth.png');
	 min-height:300px;
	 display:block;
	 width:90%;
	 margin-left:5%;
	 margin-top:40px;
	 background-position:right bottom;
	 background-size:70% auto;
	 background-repeat:no-repeat;
}

#main_menu_wrapper {
	 float:left;
	 display:block;
	 width:90%;
	 margin-left:5%;
}

#slogan_bar_wrapper {
	width:90%;
	float:left;
	clear:both;
	margin-left:5%;
}
#slogan_bar {
	float: left;
	clear:both;
	margin-top:40px;
	min-height: 100px;
	display: block;
	/*width: calc(100% - 380px);*/
	width:100%;
	text-align:center;
}
#slogan_bar h2 {
	color:#000;
	font-size:24px;
}
#slider_balletjes {
	float:left;
	clear:both;
	bottom: 20px;
	/*width: calc(100% - 380px);*/
	width:100%;
	text-align: center;
}



.balletje {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 4px;
	background-color: #818181;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.8;
}

.balletje.geselecteerd {
    background-color: #000;
} 

#banner {
	float:left;
	margin-left:5%;
	width:90%;
	display:block;
	margin-top:40px;
}

#brands_full_width,#also_wachted_full_width,#clients_full_width {
	float:left;
	width:100%;
	display:block;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#FFF;
}

#brands_full_width.gray,#clients_full_width.gray {
	background:none !important;
}

#also_wachted_full_width {
	background-color:#efefef;
}

#brands_full_width h2,#also_wachted_full_width h2,#clients_full_width h2 {
	width:100%;
	float:left;
	width:90%;
	color:#7d7d7d;
	text-transform:uppercase;
	margin-left:5%;
}

#brands_full_width ul,#clients_full_width ul {
	clear:both;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#newsletter_wrapper {
	margin-top:0px;
	background-color:#ff6a2c;
	padding-top:20px;
	padding-bottom:40px;
}

#newsletter_sub_wrapper {
	float:left;
	width:90%;
	margin-left:5%;
}

#content_newsletter_left {
	float:left;
	width:38%;
}

#newsletter_form_container {
	float:right;
	margin-top:50px;
	width:38%;
}

#newsletter_content p {
	color:#FFF;
	margin-top:20px;
}

#footer_wrapper {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:30px;
}

#footer_wrapper hr.deco {
	float:left;
	width:100%;
	height:10px;
	display:block;
	background-color:#95353a;
	border:none;
}

#footer_wrapper hr.deco.brown {
	background-color:#976036;
}


#logo_footer {
	float:right;
}
#footer_content {
	background-image: url('../img/neeskens_logo.jpg');
	background-position: 5% 0;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	padding-top:60px;
}

#footer_content #footer_contact{
	margin-right:400px;
}
#footer_content #footer_klantenservice {
	margin-right:200px;
}
#amfori {
    float: left;
    clear: both;
    margin-top: 40px;
}

#logo_footer {
	width:23%;
	margin-left:6%;
	margin-top:40px;
}

#slogan_footer p {
	color:#FFF;
}

#content_left {
	float:left;
	width:63%;
	margin-left:5%;
	margin-top:50px;
}

#content_left.home { 
	width:55%;
}

#content_left p,#content_right p,#content_right ul {
	float:left;
	width:100%;
	margin-top:10px;
}

#content_right {
	float:right;
	width:25%;
	margin-top:50px;
	margin-right:5%;
}

#content_right.low_top {
	margin-top:10px;
}

p.wit_blok,ul.wit_blok {
	background-color:#FFF;
	padding:20px;
	box-sizing:border-box;
}

p.oranje_balk {
	border-left:4px solid #ee8014;
}

p.center {
	text-align:center;
}
p.uppercase {
	text-transform:uppercase;
}
p.big {
	font-size:16px;
}

#brandlist.border_left {
	box-sizing:border-box;
	border-left:2px solid #ccc;
}

#brandlist li {
	float:left;
	width:90%;
	margin-left:5%;
	margin-bottom:15px;
}

#brandlist li a {
	width:100%;
	float:left;
	opacity:0.7;
	background-size:100% auto;
}

#brandlist li a img {
	filter: grayscale(100%);
}

#brandlist li a:hover {
	opacity:1;
	transition:1s;
}

#brandlist li a:hover img {
	filter:grayscale(0%);
}

.half_container {
	float:left;
	width:49%;
	margin-top:10px;
}

.half_container.right {
	float:right;
}

.half_container.wit {
	background-color:#FFF;
	box-sizing:border-box;
	padding:20px;
}

.news_item,.brand_item,.contact_item {
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
	background-color:#FFF;
	padding:15px;
	box-sizing:border-box;
}
.contact_item.oranje_balk{
	border-left:4px solid #347c2c;
}
	

.news_item h2,.brand_item h2 {
	float:left;
	margin-top:15px;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #ee8014;
	text-transform:uppercase;
}
.brand_item img {
	filter:grayscale(100%);
}

.brand_item img.main_photo {
	float:left;
	margin-top:15px;
	filter:grayscale(100%);
}

.brand_item:hover img {
	filter:grayscale(0%);
}

.news_item span.datum {
	float:right;
	margin-top:10px;
	color:#ee8014;
}

.news_item img {
	float:left;
	margin-top:10px;
	width:100%;
}

.brand_item a.read_more_less {
	float:left;
	margin-left:35%;
	background-color:#999;
	padding:10px;
	margin-top:10px;
	color:#fff;
	box-sizing:border-box;
	text-align:center;
	width:30%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.brand_item:hover a.read_more_less {
	background-color:#ee8014;
}

.brand_item a.read_more_less:hover {
	text-decoration:underline;
	background-color:#cc6f13;
	transition:1s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


input[type="text"],textarea,select,input[type="submit"],input[type="number"],input[type="password"] {
	float:left;
	width:100%;
	padding:10px;
	border:1px solid #c6c6c6;
	box-sizing : border-box;
	margin-top:1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#000;
}

input[type="number"].small_number {
	 width:50px;
	 -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #707070;
	text-align:center;
}
.minus_button,.plus_button {
	float:left;
	border:1px solid #707070;
	width:35px;
	display:block;
	text-align:center;
	height:37px;
	margin-top:2px;
	line-height:37px;
	font-size:24px;
	color:#ff6a2c;
	}
.minus_button {
	-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;
}
.plus_button {
	-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;
}

#newsletter_form_container input[type="text"],#newsletter_form_container textarea,#newsletter_form_container select,#newsletter_form_container input[type="submit"] {
	background-color:#ff6a2c;
	border:1px solid #FFF;
	color:#FFF;
}
#newsletter_form_container label {
	float:left;
	color:#FFF;
}
#newsletter_label_input_wrapper {
	clear:none;
	max-width:400px;
	width:70%;
	float:right;
}

#newsletter_label_submit_wrapper {
	clear:both;
	float:right;
	width:100px;
	margin-left:20px;
}

#newsletter_form_container input[type="text"] {
	clear:none;
	width:100%;
	float:left;
}

#newsletter_form_container input[type="submit"]  {
	width:100%;
	margin-left:20px;
	clear:both;
	text-align:center;
	float:right;
}


input[type="text"].error {
	background-color:#FFCCCC ;
}


button:hover {
	background-color:#95353a;
	transition:1s;
}

#home_top_wrapper {
	width:100%;
	float:left;
	margin-top:20px;
	clear:both;

	background-image:url('../img/huisarts_vijfhuizen_slider1.jpg');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:top right;
	
}


#home_top_links {
	background-color:#eee;
	width:39%;
	float:left;	
}

#home_top_links_content {
	width:88%;
	float:left;
	box-sizing:border-box;
	padding:30px;
	background-color:#347c2c;
}

#home_top_links h2 {
	color:#FFF;
	float:left;
}

#home_top_links ul {
	float:left;
	margin-top:30px;
	width:100%;

}

#home_top_links li {
	float:left;
	border-top:1px solid #FFF;
	width:100%;
}

#home_top_links li a {
	color:#FFF;
	line-height:75px;
	font-size:26px;
	background-position:0px 26px;
	background-size:30px auto;
	background-repeat:no-repeat;
	box-sizing:border-box;
	text-indent:50px;
	display:block;
}
#home_top_links li a span {
	float:right;
	color:#FFF;
	font-size:56px;
	line-height:75px;
}




#home_top_links li a:hover {
	text-decoration:underline;
}

.white_article_wrapper {
	float:left;
	width:100%;
	margin-left:0%;
}

.article_wrapper {
	float:left;
	margin-top:40px;
	width:90%;
	margin-right:5%;
}

.article_wrapper.half {
	width:42.5%;
}

.article_wrapper.third {
	width:26.66%;
}
.article_wrapper.first {
	margin-left:5%;
 
}
.article_wrapper.last {

}

.article_wrapper section {
	background-color:#FFF;
	padding-left:20px;
	padding-right:20px;
	float:left;
	box-sizing:border-box;
	width:100%;
}

.article_wrapper section h2 {
	width:100%;
	float:left;
	color:#7d7d7d;
	font-size:16px;
	font-family:"Roboto";
}

.article_wrapper section h2 {
	text-align:center;
}

.article_wrapper p {
	width:100%;
	float:left;
	margin-top:20px;
	text-align:center;
	font-family:"modaerneregular";
	font-size:24px;
	min-height:70px;
}

.article_wrapper p.small {
	font-size:16px;
	font-family:'Roboto';
}

section .white_orangeborder_button {
	margin-left: calc(50% - 85px);
	margin-bottom:40px;
}

.article_wrapper p.dark {
	color:#333;
}
.article_wrapper p.darksmall {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#333;
	font-size:16px;
	text-align:left;
}
.article_wrapper p.orangebig {
	color:#e63f15;
	font-size:24px;
	text-align:center;
}
.article_wrapper p.orangesmall {
	color:#e63f15;
	font-size:16px;
	text-align:center;
}
.article_wrapper p.center {
	text-align:center;
}

.article_wrapper p.no_margin_top {
	margin-top:0px;
}

.article_wrapper .groene_pijl:before {
	content: "\203A";
	color:#347c2c;
	margin-right:5px;
	position:relative;
	top:2px;
	font-size:32px;
}


.article_image {
	float:left;
}

.article_image.full_width {
	margin-top:20px;
}

#footer90 {
	width:90%;
	float:left;
	margin-left:5%;
}

#mobile_only_newsletter_submit {
	margin-top:4px;
	float:left;
	width:100%;
}

.orange_on_yellow_list {
	clear:both;
	min-height:32px;
	width:calc(90% - 20px);
	margin-left:5%;
	margin-top:20px;
	font-size:16px;
	background-color:#f1e1cb;
	display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
	  padding-right:20px;
}

.orange_on_yellow_list li {
	gap:20px;
}

.orange_on_yellow_list li a {
	color:#ff6a2c;
	line-height:32px;
	margin-left:40px;
}

.orange_on_yellow_list li a.home {
	text-indent:-9999px;
	background-image: url('../img/home_button.png');
	background-size:21px 16px;
	background-position:0px 8px;
	display:block;
	height:32px;
	width:21px;
	background-repeat:no-repeat;
	
}

.orange_on_yellow_list li a:hover,.orange_on_yellow_list li a.active {
	text-decoration:underline;
}

.orange_on_yellow_list li a:hover {
	transition:1s;
}

.brand_container {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:40px;
	padding-bottom:40px;
}

.brand_container hr {
	height:3px;
	background-color:#000;
	width:100%;
	float:left;
}
.brand_container .brand_info {
	float:left;
	width:500px;
}
.brand_container .brand_info h2 {
	float:left;
	font-size:24px;
	color:#000;
	margin-top:0px;
}

.brand_container .brand_info p {
	clear:both;
	float:left;
	white-space: normal;
	margin-top:40px;
	width:400px;
}

.brand_container .brand_info a.white_orangeborder_button {
	clear:both;
}

.brand_photos_list {
	float:left;
	margin-top:40px;
	min-height:210px;
}

.orange_bar {
	display:block;
	background-color:#ff6a2c;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 40px;
	padding-bottom: 40px;
	min-height:40px;
}

.orange_bar .content_wrapper {
	float:left;
	margin-left:40px;
}

.orange_bar .content_wrapper h2 {
	font-family:"Roboto";
	font-size:16px;
}

.orange_bar .content_wrapper p {
	color:#FFF;
	font-family:"modaerneregular";
	font-size:32px;
	float:left;
	margin-top:40px;
}

.orange_bar .content_wrapper a.white_orangeborder_button {
	float:left;
	clear:both;
	margin-top:40px;
}

.orange_bar.car_background {
	background-image:url('../img/orange_bar_background_car.png');
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:right 40px center;
}

.navigation_bar {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:40px;
	margin-bottom:40px;
}


.breadcrumbs {
	float:left;
	margin-left:0px;
}

.breadcrumbs li {
	float:left;
	margin-left:0px;
	margin-right:15px;
}

.breadcrumbs li.back {
	margin-right:80px;
}

.breadcrumbs li.back a {
	float:right;
}


.breadcrumbs li a:hover,.breadcrumbs li.back a {
	color:#ab1900;
	}

#product_categorie_wrapper {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:40px;
}
#filter_wrapper,#help_faq_navigation {
	float:left;
	width:calc(25% - 40px);
	margin-left:5%;
}

#filter_wrapper h2,#help_faq_navigation h2 {
	color:#000;
	float:left;
	width:100%;
	margin-top:20px;
}

#filter_wrapper h2.first {
	maring-top:0px;
}


#filter_wrapper .cirlce_info{
	float:left;  
	display:block;
	width:24px;
	height:24px;
	color:#FFF;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
line-height:24px;
text-align:center;
	text-transform:uppercase;
	font-size:8px;
	font-weight:bold;
	font-family:'modaerneregular';
	font-style:italic;
	margin-top:-4px;
}

#filter_wrapper .cirlce_info.deal {
	background-color:#ff9300;
}
#filter_wrapper .cirlce_info.stock {
	background-color:#1d9a75;
}
#filter_wrapper .cirlce_info.spotlight {
	background-color:#00a7ff;
}

#filter_wrapper hr,#help_faq_navigation hr {
	float:left;
	width:100%;
	margin-top:15px;
}

#help_faq_navigation a {
	line-height:32px;
	float:left;
	clear:both;
}
#help_faq_navigation a.active, #help_faq_navigation a:hover  {
	font-weight:bold;
	color:#000;
}
#filter_wrapper input[type="checkbox"] {
	float:left;
	clear:both;
	margin-top:15px;
}

#filter_wrapper label {
	float:left;
	margin-left:15px;
	margin-top:14px;
}

#filter_wrapper .orange_link {
	float:left;
	clear:both;
	margin-top:15px;
}
#price_wrapper_filter {
	float:left;
	margin-top:15px;
	width:100%;
}
#price_wrapper_filter input[type="text"]{
	width:80px;
	color:#000;
}
#price_wrapper_filter input[type="text"].right {
	float:right;
}
#price_wrapper_filter span {
	float:left;
	width:calc(100% - 160px);
	text-align:center;
	line-height:48px;
}
#slider_wrapper {
	float:left;
	width:100%;
	margin-top:15px;
}
#slider-range {
	clear:both;
}
.ui-widget.ui-widget-content {
	border:none;
}
.ui-slider-horizontal {
	height:5px;
}
.ui-widget-header {
	background:none;
	background-color:#ff6a2c;
}
.ui-slider-handle {
	background: none !important;
	background-color:#FFF !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:-8px !important;
}
#product_categorie_list,#help_faq_wrapper {
	float:left;
	width:65%;
	margin-left:40px;
	
	/*
	-moz-column-count:3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
	*/
}

#product_categorie_list h2.category_title {
	float:left;
	font-size:24px;
	color:#000;
}
#category_options {
	float:right;
}

#category_options select {
	border:1px solid #ff6a2c;
	color:#ff6a2c;
}
#category_options select option {
	color:#ff6a2c;
}
#category_options select option:hover {
	color:#ff6a2c !important;
	text-decoration:underline;
}
#product_categorie_list ul {
	float:left;
	width:100%;
}
#product_categorie_list li {
	float:left;
	width:32%;
	margin-left:2%;
	margin-top:20px;
}

#product_categorie_list li.kol1_desktop {
	margin-left:0px;
}

#product_categorie_list li a.wrapper {
	display:block;
	width:100%;
	background-color:#FFF;
	height:570px;
	overflow:hidden;
}
#product_categorie_list li a.wrapper img {
	float:left;
	margin-left:7%;
	margin-top:20px;
}
#product_categorie_list li a.wrapper span {
	 float:right;
	 margin-right:7%;
	 clear:both;
}
#product_categorie_list li a.wrapper span.price {
	margin-top:20px;
	color:#000;
	font-size:24px;
}
#product_categorie_list li a.wrapper span.price_type {
	color:#000;
}
#product_categorie_list li a span.orange {
	color:#ff6a2c;
}
#product_categorie_list li a.wrapper h2 {
	float:left;
	clear:both;
	margin-top:20px;
	font-size:24px;
	color:#ff6a2c;
	width:86%;
	margin-left:7%;
}

#product_categorie_list li a.wrapper p {
	float:left;
	clear:both;
	margin-top:20px;
	width:86%;
	margin-left:7%;
}
.add_to_cart_wrapper {
	width:100%;
	float:left;
	background-color:#FFF;
	display:block;
	padding-left:7%;
	padding-right:7%;
	box-sizing:border-box;
	padding-bottom:20px;
}

.add_to_cart_wrapper .button_right_small {
	min-width:110px;
	margin-left:0px;
	float:right;
}
#product_catetory_loaded_info {
	float:left;
	width:100%;
	position:relative;
	height:41px;
	margin-top:20px;
}
#product_catetory_loaded_info hr {
	position:absolute;
	width:100%;
	top:21px;
	left:0px;
	z-index:10;
}
#product_catetory_loaded_info span {
	position:absolute;
	display:block;
	z-index:11;
	height:41px;
	width:300px;
	line-height:41px;
	left:50%;
	margin-left:-150px;
	background-color:#efefef;
	text-align:center;
}
.product_category_load_more {
	float:left;
	clear:both;
	display:block;
	margin-top:20px;
	border:1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:140px;
	height:38px;
	line-height:38px;
	text-align:center;
	margin-left:calc(50% - 70px);
	box-sizing:border-box;
}

#help_faq_subheader_wrapper {
	float:left;
	width:100%;
	min-height:240px;
	background-color:#000;
	margin-top:-40px;
	padding-bottom:40px;
}

#help_faq_subheader_container {
	width:100%;
	max-width:1500px;
	margin:0 auto;
}

#help_faq_subheader {
	width:90%;
	margin-left:5%;
	margin-top:40px;
}

#help_faq_subheader p {
	color:#FFF;
	margin-top:20px;
	float:left;
	width:100%;
}

#help_faq_subheader p.big {
	font-family:'modaerneregular';
	font-size:24px;
}

#help_faq_subheader h2 {
	font-size:24px;
}

#help_faq_subheader ul {
	float:left;
	width:100%;
	margin-top:20px;
}
#help_faq_subheader ul li {
	float:left;
	box-sizing:border-box;
	width:33.33%;
	padding-right:10%;
}


#help_faq_wrapper #intro p {
	float:left;
	width:70%;
	margin-top:20px;
	font-size:24px;
	color:#000;
	font-family:'modaerneregular';
}

#help_faq_wrapper #intro h2 {
	float:left;
	width:100%;
	clear:both;
	color:#000;
	font-size:24px;
	margin-top:60px;
}

#help_faq_wrapper #help_faq {
	width:100%;
	float:left;
	clear:both;
	margin-top:20px;
	padding-bottom:40px;
}

#help_faq_wrapper #help_faq ul {
	float:left;
	width:100%;
}

#help_faq_wrapper #help_faq li {
	padding:20px;
	border:1px solid #c3c3c3;
	border-top:none;
	box-sizing:border-box;
	float:left;
	width:100%;
}

#help_faq_wrapper #help_faq li:first-child {
	border-top:1px solid #c3c3c3;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#help_faq_wrapper #help_faq li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#help_faq_wrapper #help_faq li a {
	float:left;
	width:100%;
	display:block;
	color:#ff6a2c;
}
#help_faq_wrapper #help_faq a.first {
	
}
#help_faq_wrapper #help_faq a span {
	float:right;
	margin-right:20px;
}

#help_faq_wrapper #help_faq li p {
	float:left;
	margin-top:20px;
	width:100%;
}

#subheader_what_we_do_wrapper {
	width:100%;
	background-color:#FFF !important;
	min-height:300px;
	margin-top:-40px;
	background-image:url('../img/gray_background_40high.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}

#subheader_what_we_do_wrapper_inner {
		position:relative;
		width:100%;
		max-width:1500px;
		margin:0 auto;
}	

#subheader_what_we_do {
	position:absolute;
	z-index:100;
	margin-top;-20px;
	top:-100px;
	left:5%;
	background-color:#FFF;
}

#subheader_what_we_do img {
	float: left;
	margin-left:0px;
}

#subheader_what_we_do .subheader_tekst {
	float:left;
	margin-left:0px;
	width:26%;
	text-align:center;
	margin-left:12%;
	margin-top:20px;
}

#subheader_what_we_do .subheader_tekst p,#subheader_what_we_do .subheader_tekst h2,#subheader_what_we_do .subheader_tekst h3 {
	margin-top:20px;
	text-align:center;
}


#help_faq_contact_wrapper,#our_culture_wrapper {
	width:90%;
	float:left;
	margin-left:5%;
	background-color:#FFF;
	min-height:20px;
	display: table;
}
#our_culture_wrapper {
		margin-top:-80px;
}

#contact_info,#our_culture_info {
	width:50%;
	display: table-cell;
	box-sizing:border-box;
	padding:40px;
}

#our_culture_info {
	text-align:center;
}

#our_culture_info p {
	float:left;
	width:60%;
	margin-left:20%;
	margin-top:20px;
}

#our_culture_info a.orange_button {
	margin: 60px 35%;
	width:30%;
}

#contact_info table {
	float:left;
	margin-top:40px;
}
#contact_photo,#our_culture_photo {
	width:50%;
	display: table-cell;
	background-repeat:no-repeat;
	background-size:cover;
}

#contact_photo {
	background-image:url('../img/tmp/contact_neeskens_international.jpg');
}

#our_culture_photo {
	background-image:url('../img/tmp/neeskens_about_culture.jpg');
}

#our_values {
	float: left;
	width: 90%;
	margin-left: 5%;
	padding-bottom: 40px;
	overflow-x:hidden;
}

#our_values h3 {
	width:100%;
	float:left;
	margin-top:40px;
	text-align:center;
}

#our_values ul {
	float:left;
}
#our_values ul li {
	float:left;
	width:20%;
	padding:10px;
	box-sizing:border-box;
	margin-top:20px;
}
#our_values ul li div.orange_circle {
	display:block;
	width:50%;
	margin-left:25%;
	margin-top:0px;
	height:0px;
	padding-top:50%;
	background-color:#ff6a2c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position:relative;
	padding-bottom:0px;
	display:inline-block;	
	position:relative;
}
#our_values ul li p,#our_values ul li h2 {
	width:80%;
	text-align:center;
	float:left;
	margin-left:10%;
	margin-top:40px;
}

#account_wrapper,#shoppingcart_wrapper {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	padding-bottom: 40px;
}

#account_wrapper h2 {
	color:#000;
	font-size:32px;
	float:left;
}
#account_wrapper p {
	color:#000;
	float:left;
	clear:both;
	margin-top:20px;
}
#myaccount_form_container,#order_history_container,#order_details_container{
	float:left;
	clear:both;
	margin-top:0px;
	width:100%;
	max-width:500px;
}
#order_details_container{
	max-width:750px;
}

#order_history_container,#order_details_container {
	float:left;
	margin-top:20px;
}
#order_history_container tr.clickable:hover td {
	color:#ff6a2c;
	cursor:pointer;
}
#shoppingcart_products {
	float:left;
	width:100%;
}
#shoppingcart_right_top {
	float:right;
	width:35%;
}

#shoppingcart_left_top {
	float:left;
	width:60%;
}
#shoppingcart_totals_top,#shoppincart_dropshipment,#shopping_cart_customerinfo {
	float:right;
	width:100%;
	margin-bottom:20px;
}
#shoppingcart_totals_bottom {
	float:right;
	width:35%;
}
#shopping_cart_payment_method {
	float:left;
	clear:both;
	margin-top:20px;
	width:60%;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}

#shopping_cart_customerinfo,#shoppingcart_totals_top {
	margin-top:20px;
}

#shopping_cart_customerinfo ul {
	float:left;
	margin-top:5px;
}
#shopping_cart_customerinfo ul li,#shopping_cart_customerinfo ul li span {
	font-size:16px;
	line-height:24px;
}
#shopping_cart_customerinfo ul li {
	color:#000;
	text-indent:24px;
	background-image:url('../img/green_check.png');
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:0px 2px;
}
#shoppincart_dropshipment input[type="checkbox"],#shopping_cart_payment_method input[type="checkbox"],#shopping_cart_payment_method input[type="radio"] {
	float:left;
	margin-top:10px;
	clear:both;
}
#shoppincart_dropshipment input[type="checkbox"] {
	margin-top:2px;
}
#shopping_cart_payment_method input[type="checkbox"] {
	margin-top:22px;
}
#shopping_cart_payment_method input[type="checkbox"] + label {
	margin-top:20px;
}
#shoppincart_dropshipment label.label_vinkje,#shopping_cart_payment_method label.label_vinkje {
	margin-left:10px;
	float:left;
	margin-top:8px;
}
#shoppincart_dropshipment label.label_vinkje {
	margin-top:0px;
}
#shopping_cart_payment_method h2,#shoppingcart_order_options h2{
	margin-bottom:20px;
}
#shoppingcart_order_options {
	float:left;
	width:100%;
	padding-bottom:40px;
	border-bottom:1px solid #000;
}

#shoppingcart_left_top #product_side_products_add {
	border-bottom:1px solid #000;
	padding-bottom:40px;
}
#shoppingcart_left_top #product_add_wrapper ul {
	width:100%;
}
#shoppingcart_left_top #product_add_wrapper ul li {
	width:30%;
}

#order_details_container td.border_up_down,#shoppingcart_products td.border_up_down{
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
}
#order_details_container td.border_left,#shoppingcart_products td.border_left {
	border-left:1px solid #c0c0c0;
}
#order_details_container td.border_right,#shoppingcart_products td.border_right {
	border-right:1px solid #c0c0c0;
}
#order_details_container td.border_down, #shoppingcart_products td.border_down {
	border-bottom:1px solid #c0c0c0;
}

.delete_product_shoppingcart {
	float:left;
	line-height:42px;
	margin-top:10px;
}
.shopping_cart_qty_wrapper {
	float:left;
	margin-top:10px;
	margin-left:20px;
}
.orange {
	color:#ff6a2c;
}

input[type="text"].w24 {
	width:24%;
	clear:both;
}
input[type="text"].w74 {
	width:74%;
}
input[type="text"].right {
	float:right;
}

label.normal {
	float:left;
	clear:both;
	margin-top:10px;
	text-transform:uppercase;
}

#product_wrapper {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	padding-bottom: 40px;
}

#product_wrapper h2.product_titel {
	color:#000;
	font-size:32px;
}

#product_wrapper h2.product_subtitel {
	color:#000;
	font-size:24px;
}


.small_navigation_bar {
	float:left;
	margin-top:20px;
}
.small_navigation_bar li {
	float:left;
	margin-left:20px;
}
.small_navigation_bar li:first-child {
	margin-left:0px;
}
.small_navigation_bar li, .small_navigation_bar li a {
	color:#ff6a2c;
	font-size:16px;
}

#product_media_and_descrition_wrapper {
	float:left;
	width:100%;
	margin-top:20px;
}

#productdescrition {
	float:right;
	width:calc(45% - 20px);
}
#product_media {
	float:left;
	width:55%;
}

#product_detail_media_groot {
	float:left;
	width:100%;
	position:relative;
	padding-top:100%;
}

.media_previous_button,.media_next_button {
	position:absolute;
	display:block;
	width:40px;
	height:100%;
	line-height:100%;
	top:0px;
	z-index:101;
	background-size: 24px 24px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	
}

.media_previous_button {
	left:0px;
	background-image:url('../img/previous_button.png');
	background-position:left center;
}
.media_next_button {
	right:0px;
	background-image:url('../img/next_button.png');
	background-position:left center;
}

#product_detail_media_groot .deal{
	position:absolute;
	top:0px;
	left:0px;
	z-index:102;
	float:left;  
	display:block;
	width:64px;
	height:64px;
	background-color:#ff9300;
	color:#FFF;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
line-height:64px;
text-align:center;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	font-family:'modaerneregular';
	font-style:italic;
}


.product_foto_video {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
#product_media_and_descrition_wrapper hr,#product_side_products_add hr {
	float:left;
	width:100%;
	margin-top:40px;
}

#product_detail_media_klein {
	float:left;
	clear:both;
	width:100%;
}

#product_detail_media_klein ul {
	float:left;
	width:100%;
}

#product_detail_media_klein ul li {
	float:left;
	width:18%;
	margin-top:20px;
	margin-right:2.5%;
}
#product_detail_media_klein ul li.kol5 {
	margin-right:0%;
}

#product_detail_media_klein ul li a {
	float:left;
	width:100%;
	border: 1px solid #707070;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

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

#product_text {
	width:100%;
	float:left;
}
#product_text h2 {
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	font-family:'Roboto';
	font-weight:normal;
}
#product_text p {
	float:left;
	width:100%;
	margin-top:20px;
}
.big_bold {
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.orange_bold {
	color:#ff6a2c;
	font-weight:bold;
}

.product_add_to_cart {
	float:left;
	width:100%;
	margin-top:20px;
}

span.product_stock {
	float:left;
	line-height:44px;
}
span.green_check {
	background-image:url('../img/white_check_green_circle.png');
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:left center;
	text-indent:36px;
}

.product_form_wrapper {
	float:right;
}

#product_side_products_add,#product_specifications {
	float: left;
	width: 100%;
}
 #product_add_wrapper {
	 float:left;
	 width:100%;
	 display:table;
 }


#product_add_wrapper ul {
	float:left;
	width:80%;
}
#product_add_wrapper ul li {
	float:left;
	width:20%;
	margin-right:3%;
	margin-top:20px;
	display:table-cell;
	border: 1px solid #707070;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom:15px;
	box-sizing:border-box;
}
#product_add_wrapper ul li input[type="checkbox"] {
	float:left;
	margin-top:15px;
	margin-left:5%;
}
#product_add_wrapper ul li a img {
	float:right;
	width:70%;	
	margin-top:5px; 
	margin-right:15%;
}
#product_add_wrapper ul li span {
	color:#000;
	margin-top:10px;
}

#product_add_wrapper ul li span.title {
	float:left;
	margin-left:5%;
}
#product_add_wrapper ul li span.price {
	float:right;
	margin-right:5%;
}
#product_add_wrapper ul li p {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:10px;
}

#product_add_wrapper .onder {
	display : table-cell;
    vertical-align : bottom;
	width:10%;
}

#product_add_wrapper .onder p {
	text-align:right;
	float:right;
}

#product_add_wrapper .onder p span.prijs {
	color:#000;
	font-size:24px;
}

#specifications_table_title_wrapper {
	float:left;
	width:50%;
	margin-top:20px;
}

#specifications_table_title_wrapper  h3 {
	font-size:16px;
}


#also_wachted_content {
	 width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#also_wachted_content ul {
	width:90%;
	float:left;
	margin-left:5%;
}

#also_wachted_content ul li {
	float:left;
	width:19%;
	margin-top:20px;
	margin-right:1.25%;
	display:block;
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
}


#also_wachted_content ul li.kol5 {
	margin-right:0%;
}

#also_wachted_content ul li a {
	float:left;
	width:90%;
	margin-left:5%;
}
#also_wachted_content ul li a h3 {
	float:left;
	width:100%;
	color:#ff6a2c;
	text-align:center;
}

#also_wachted_content ul li a span.price {
	float:left;
	margin-top:20px;
	color:#000;
}

#also_wachted_content ul li a span.desc {
	float:right;
}

.brander_header_info {
	float:left;
	display:block;
	width:90%;
	padding-right:5%;
	margin-left:5%;
	background-color:#FFF;
	min-height:300px;
	margin-top:-100px;
}
.brander_header_info div.logo {
	float:left;
	width:15%;
	margin-top:60px;
	margin-left:5%;
}
.brander_header_info div.desc {
	float:left;
	width:40%;
	margin-top:20px;
	margin-left:10%;
}
.brander_header_info div.brand_links_wrapper {
	float:left;
	width:15%;
	margin-top:100px;
	margin-left:10%;
}
.brander_header_info div.online_brochure {
	display:none;
	float:left;
	width:90%;
	margin-top:20px;
	margin-left:5%;
	padding-bottom:30px;
}
.brander_header_info div.brand_links_wrapper  a {
	float:left;
	clear:both;
	color:#ff6a2c;
	text-decoration:underline;
	line-height:24px;
	text-indent:32px;
	background-position:left 2px;
	background-repeat:no-repeat;
	background-size:24px 24px;
}

.brander_header_info div.brand_links_wrapper  a.online_brochure {
	background-image:url('../img/online_brochure_icon.png');
}

.brander_header_info div.brand_links_wrapper  a.pdf_file {
	background-image:url('../img/pdf_icon.png');
}

.brander_header_info div.brand_links_wrapper  a.website_link {
	background-image:url('../img/link_icon.png');
}

.brander_header_info div.desc p,.brander_header_info div.desc h2 {
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}
.brander_header_info div.desc h2 {
	color:#000;
	font-size:24px;
}

#what_we_do_content {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:20px;
}

#what_we_do_content ul {
	float:left;
	width:100%;
	margin-top:-20px;
}
#what_we_do_content h2.big {
	margin-top:60px;
}

#what_we_do_content p {
	float:left;
	margin-top:20px;
}
#what_we_do_content ul li {
	float:left;
	box-sizing:border-box;
	padding-right:40px;
	width:22%;
	margin-top:40px;
}

#what_we_do_content ul li h2{
	float:left;
	margin-top:20px;
}

#what_we_do_content ul li p {
	float:left;
	margin-top:40px;
}

#neeskens_content_black_full_width_wrapper {
	width:100%;
	background-color:#000;
	margin-top:-100px;
	float:left;
	padding-bottom:140px;
}

#neeskens_content_black_container h2.big {
	padding-top:140px;
	color:#FFF;
}

#neeskens_content_black_container .about_us_content {
	width:90%;
	margin-left:5%;
}

#neeskens_content_black_container .about_us_content  ul li {
	float:left;
	box-sizing:border-box;
	padding-right:190px;
	width:33%;
	margin-top:40px;
}

#neeskens_content_black_container .about_us_content  ul li h2{
	float:left;
	margin-top:20px;
	color:#FFF
}

#neeskens_content_black_container .about_us_content  ul li p {
	float:left;
	margin-top:40px;
	color:#FFF;
}

#account_submenu {
	position:absolute;
	z-index:200;
	width:330px;
	min-height:400px;
	top:40px;
	right:200px;
	background-color:#000;
	box-sizing:border-box;
	padding:20px;
	padding-bottom:40px;
}
#account_submenu label {
	float:left;
	clear:both;
	text-transform:uppercase;
	margin-top:15px;
}

#account_submenu button {
	float:right;
	margin-right: 0px;
}

#account_submenu a {
	float:left;
	clear:both;
	color:#FFF;
	text-decoration:underline;
}

#account_submenu a.first {
	margin-top:20px;
}
#account_submenu a:hover {
	color:#ff6a2c;
	transition:1s;
}

@media(min-width:900px) {
	
	
	.orange_on_yellow_list {
		
	}
	
	.brand_container {

		overflow: auto;
		white-space: nowrap;
		scrollbar-width: thin;
		scrollbar-color: black gray;
	}
	
	
	.brand_container::-webkit-scrollbar {
		height: 6px;
		width: 6px;
	}


	.brand_container::-webkit-scrollbar-track:horizontal {
		 background: #ccc;
	}

	.brand_container::-webkit-scrollbar-button:horizontal  {
		display:none;
	}

	.brand_container::-webkit-scrollbar-thumb:horizontal {
	  background-color: #000;
	  border: none;
	}
	.brand_container::-webkit-scrollbar {
	 /* display: none;*/
	}

	.brand_container::-webkit-scrollbar-track {
		 background: orange;
	}

	.brand_photos_list li {
	display:inline list-item;
	margin-right:40px;
}

	

	.brand_container hr {
		display:none;
	}
	
	
	
	
	.submenu_container {
		background-color: #ffffff;
		border: 1px solid #c9c9c9;
		/*display: block;*/
		left: 0;
		padding: 10px 20px 20px;
		position: absolute;
		top: 76px;
		z-index: 11;
		text-align:center;
		display:none;
	}
	
	#footer_content {
		width:90%;
	}
	
}
@media(min-width:1200px) {
	#mobile_only_newsletter_submit {
		display:none;
	}
	

	
}

@media(min-width:1400px) {
		#search_bar {
		display:none;
	}
	
	#main_menu div.left,#main_menu div.right {
		display: -webkit-flex; /* Safari */
		-webkit-justify-content: space-around; /* Safari 6.1+ */
		display: flex;
		justify-content: space-around;
	}
	
	#main_menu ul.submenu_container li a {
		font-size:24px;
		line-height:50px;
	}

	#main_menu ul.submenu_container li {
		width:100%;
		border-bottom:1px solid #c9c9c9;
		margin-left:0;
		clear:both;
	}
}



@media (max-width:1500px) {
	#content_right_header_big_photo {
		display:none;
	}
}
@media(max-width:1400px) {
	#main_menu {
	width: 94%;
	margin-right:3%;
	background-image:none;
	}
	#home_top_wrapper {
		width:94%;
		margin-left:3%;
	}
	.white_article_wrapper {
		width:94%;
		margin-left:3%;
	}
	
		h1 a {
			position:absolute;
			top:0px;
			left:50%;
			margin-left:-30px;
		display:block;
		width:60px;
		height:60px;
		font-size:8;
		float:left;
		text-align:left;
		background-image: url('../img/neeskens_logo.jpg');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 60px 60px;
		text-indent:-9999px;
	}
	
	#main_menu_right li a.account span {
		display:none;
	}
	
	#main_menu_right li a.account {
		display:block;
		width: 0px; /* door de padding 24px breed */
		height:60px;
	}
}

@media(max-width:1250px) {

	#logo_menu {
	height:180px;
	width:270px;
	top:-39px;
	margin-left:-135px;
	}
	
}

@media(max-width:1200px) {
	#logo_menu {
	height:144px;
	width:216px;
	top:-30px;
	margin-left:-108px;
	}
	
	#home_top_links li a {
		font-size:20px;
	}
	
	#newsletter_form_container {
		clear:both;
		float:left;
		width:100%;
	}
	#newsletter_label_input_wrapper {
		width:100%;
		float:left;
	}
	#header_big_photo {
		background-position:center;
	}
	#newsletter_label_submit_wrapper {
		display:none;
	}
}

@media(max-width:1150px) {
	#logo_menu {
	height:160px;
	width:240px;
	top:-30px;
	margin-left:-120px;
	}
	
	#main_menu li a {
		font-size:24px;
	}
}

@media(max-width:1100px) {

	#home_top_links li a {
		font-size:16px;
	}
	
	
}


@media(max-width:900px) {

	
	#logo_footer,#contact_footer,#slogan_footer {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		text-align:center;
	}
	
	#contact_footer,#slogan_footer {
		margin-top:30px;
		min-height:20px;
	}
	
	#logo_menu {
		display:none !important;
	}
	
	#main_menu {
		display:none;
		width:100%;
		clear:both;
		margin-left:0px;
		margin-right:0px;
		padding-bottom:15px;
		border:none;
		margin-top:0px;
		margin-bottom:20px;
		height:auto;
	}
	
	#home_top_wrapper {
		margin-top:0px;
	}
	
	#header_wrapper {
		min-height:20px;
	}
	#main_menu li.seperator {
		display:none !important;
	}
			
	#main_menu div.left,#main_menu div.right {
		float:left;
		width:100%;
		margin-left:0%;
		margin-right:0%;
	}
	
	#main_menu li {
		width:100%;
		margin-left:0px;
	}
	
	#main_menu li a {
		width:100%;
		box-sizing:border-box;
		padding:12px;
		background-color:#FFF;
		display:block;
		margin-top:20px;
		text-align:left;
		margin-bottom:10px;
		line-height:30px;
	}
	
	#main_menu ul.submenu_container li a {
		text-indent:5%;
		font-size:18px;
	}
	
	.submenu_container {
		display:block !important;
	}
	
	#footer_content {
		width:94%;
		
	}
	
	#content_right{
		width:94%;
		margin-right:3%;
	}
	
	#content_left {
		width:94% !important;
		margin-left:3% !important;
	}
	
	#brandlist li {
		width:28%;
		margin-left:4%;
	}
	
	#home_top_links {
		width:100%;
	}
	#home_top_links_content {
		width:100%;
	}
	#home_top_links h2 {
		margin-top:30px;
	}
	
	#home_top_links li a {
		font-size:24px;
	}
	
	.article_wrapper {
		width:100% !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.article_wrapper h2 {
		text-align:center !important;
		font-size:24px;
	}
	
	.brand_container .brand_info h2 {
		float:left;
		font-size:24px;
		color:#000;
		margin-top:0px;
		width:100%;
		text-align:center;
	}

	.brand_container .brand_info p {
		clear:both;
		float:left;
		margin-top:40px;
		text-align:center;
		width:100%;
	}
	
	.brand_photos_list li {
		clear:both;
		float:left;
		width:100%;
		text-align:center;
	}
	
	.brand_container .brand_info a.white_orangeborder_button {
		width:50%;
		margin-left:25%;
	}
	
	.vanaf_900 {
		display:none;
	}
}

@media(max-width:800px) {
		h1 a {
			font-size:42px;
		}
}

@media(max-width:700px) {
		h1 a {
			font-size:36px;
		}

}

@media(max-width:600px) {

		
	.article_wrapper h2 {
		font-size:16px !important;
	}
	
	.triangle {
		display:none !important;
	}
	
	#newsletter_label_input_wrapper {
		width:100%;
		max-width: 100%;
	}
}

@media(max-width:500px) {
		h1 a {
			font-size:24px;
		}
		
		#home_top_links li a {
		font-size:18px;
		}
		#home_top_links li a span{
			font-size:36px;
		}
}

@media(max-width:400px) {
		h1 a {
			font-size:18px;
		}
		#home_top_links li a {
			text-indent:0px;
			background-image:none;
		}
}