body,html{
  overflow-x:hidden; 
  overflow-y:auto;
}
#header{  
  width:100%;
  position:fixed;
  top:0px;
  background-color:#fff;
  left:0px;
  z-index:1001;
  -webkit-box-shadow: 0px 1px 1px rgba(101,101,112, 0.20);
  -moz-box-shadow:    0px 1px 1px rgba(101,101,112, 0.20);
  box-shadow:         0px 1px 1px rgba(101,101,112, 0.20);
}
#logo{
  margin-top:25px; 
  float:left;
}
#content{
	min-height: 500px;
  width:100%; 
  float:left; 
}
#footer{
  float:left;
  width:100%; 
  background-color:#3c3c3c; 
  height:185px;
  color:#ffffff;
  background-image:url('../images/tyler_footer.png');
  padding-top:36px;
  font-size:13px;
  z-index:999;
  position:relative;
}
#footer span{
  color:#15B7FA;
  width:100%;
  display:block;
  font-weight:bold;
}
#footer a{
  color:#ffffff;
}
#footer a:hover{
  color:#15B7FA;
}
#footer_left{
  float:left;
  width:229px;
}
#footer_left_center{
  float:left;
  width:229px;
}
#footer_center{
  float:left;
  width:171px;
  margin-left:15px;
}
#footer_right_center{
  float:left;
  width:188px;
}

#footer_right_center span{
  text-align:center; 
}
#footer_right_center a.linkedin{
  float:left;
  width:27px;
  height:26px;
  background-image:url('../images/linkedin_icon.png');
  background-repeat:no-repeat;
  background-position:center center;
  margin:16px 16px 0 41px;
}
#footer_right_center a.twitter{
  float:left;
  width:36px;
  height:24px;
  background-image:url('../images/twitter_icon.png');
  background-repeat:no-repeat;
  background-position:center center;
  margin-top:17px;
}
#footer_right_center a.facebook{
  float:left;
  width:27px;
  height:27px;
  background-image:url('../images/facebook_icon.png');
  background-repeat:no-repeat;
  background-position:center center;
  margin:15px 16px 0 55px;
}
#footer_right{
  float:left;
  width:148px;
  text-align:center;
}
#footer_right a{
  float:left;
  margin-top:5px;  
  margin-left:25px;
}
#footer_right a.taxis{
  margin-left:26px;
}
#footer #ontwerp{
  float:left;
  width:100%;
  margin-top:15px;
  text-align:center; 
}
#nav{
  width:980px;
  margin:0 auto; 
}
#menu{
	float:right;
	height:83px;
	line-height:83px;
}
#mobile_menu{
  display:none;
  float:left;
  width:100%;
  overflow:hidden;
  padding-bottom:10px;
}
#mobile_menu .hoofdmenu,#mobile_menu .hoofdmenuActive{
  width:100%;
  margin:0;
  padding:0; 
  text-align:center;
}
.mobileMenu_line{
  float:left;
  width:100%;
  height:1px;
  margin:5px 0;
  background-image:url('../images/small_divider.png'); 
  background-repeat:no-repeat;
  background-position:center center;
}
#mobile_sub_menu{
  display:none;
  float:left;
  width:331px;
  height:45px;
  margin:0 154px 20px;
  line-height:45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow:hidden;
  font-size:11px;
}
#mobile_sub_menu a:hover{
  color:#15B7FA; 
}
.mobile_bellen{
	display:none;
}
#mobile_sub_menu .mobile_bellen{
  float:left;
  height:45px;
  background-color:#000000;
  color:#ffffff;
  width:103px;
  font-size:14px;
}
#mobile_sub_menu .mobile_bellen span{
  float:left;
  margin:0 2px 0 5px;
  height:45px;
  width:20px;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url('../images/icon_phone.png');
}
#mobile_sub_menu .mobile_more_info{
  float:left;
  height:45px;
  width:20px;
  background-color:#000000;
  color:#ffffff;
  border-left:1px solid #525252;
  border-right:1px solid #525252;
  width:130px;
  font-size:14px;
  
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
#mobile_sub_menu .mobile_more_info span{
  float:left;
  margin:0 10px 0 10px;
  height:45px;
  width:20px;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url('../images/icon_info.png');
}
#mobile_sub_menu .mobile_registreer{
  float:left;
  height:45px;
  background-color:#000000;
  color:#ffffff;
  width:96px;
  font-size:14px;
  
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
}
#mobile_sub_menu .mobile_registreer span{
  float:left;
  margin:0 2px 0 5px;
  height:45px;
  width:20px;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url('../images/icon_check.png');
}
#mobile_menu_btn{
  display:none;
  float:right;
  width:105px;
  height:31px;
  margin-top:25px;
  margin-right:5px;
  color:#000000;
  margin-bottom:20px;
  line-height:29px;
}
#mobile_menu_btn span{
  float:left;
  width:12px;
  height:31px;
  background-image:url('../images/icon_open_mobile.png');
  background-repeat:no-repeat;
  background-position:center center;
  margin-right:5px;
}
#menu .home_btn{
  float:left;
  width:13px;
  height:83px;
  background-image:url('../images/home_icon_black.png');
  background-repeat:no-repeat;
  background-position:center center;
}
#menu .hoofdmenuActive .home_btn{
  background-image:url('../images/home_icon.png');
}
#home_leader{
  width:100%;
  height:529px;
  background-color:#15B7FA; 
}
#home_icons{  
  width:100%;
  height:645px;  
}
#home_icons_top{
  float:left;
  width:100%;
  background-color:#15B7FA; 
  height:477px;
  /*background-image:url('../images/bg_blue.jpg');*/
  background-position:center center;
  background-repeat:no-repeat;
}
#home_icons_bot{
  float:left;
  width:100%;
  background-image:url('../images/tiler_numbers.png');
  background-position:center center;
  background-repeat:repeat-x;
  height:168px;
  color:#ffffff;
}
#home_referenties{
  position:relative;
  width:100%;

  background-color:#f5f5f5;
}
#home_products{
  width:100%;
  margin-bottom:70px;
  overflow:hidden;
}
a.scrollButtonDown{
  float:left;
  height:34px;
  width:34px; 
  background-image:url('../images/button_arrow_down.png');
  background-repeat:no-repeat;
  background-position:center center;
  margin:-17px 473px 0;
}
a.scrollButton_small_down{
  float:left;
  width:24px;
  height:24px;
  background-image:url('../images/button_arrow_up_small.png');
  margin-left:353px;
  margin-top:-62px;
}
#product_nav{
  position:absolute;
  top:30px;
  left:0;
  width:229px;
  z-index:999;
}
.hoofdmenu .inloggen,.hoofdmenuActive .inloggen{
  float:left;
  width:18px;
  height:83px;
  margin-right:5px;
  background-image:url('../images/icon_inloggen.png');
  background-position:center center;
  background-repeat:no-repeat;
}
#product_navMain{
  width:210px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow:  0px 0px 2px 1px #dedede;
  box-shadow:  0px 0px 2px 1px #dedede;
  border:1px solid #dedede;
  overflow:hidden;
}
#product_navSub{  
  background-color:#000000;
  color:#ffffff;
  margin-top:25px;
  width:210px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border:1px solid #000000;
  overflow:hidden;
}
.submenuBlack{
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#home_products ul.submenuBlack li{
  list-style:none; 
  margin:0;
  height:40px;
  line-height:40px;
  background-color:#000000;
  border-bottom:1px solid #212121;
  width:168px;
  padding:0 0 0 42px;
}
ul.submenuBlack li.telefoon{
  font-family:calibri,arial;
  color:#ffffff;
  font-weight:normal;
  font-size:15px;
  background-image:url('../images/icon_phone.png');
  background-repeat:no-repeat;
  background-position:17px center;
}
ul.submenuBlack li.meer_info{
  background-image:url('../images/icon_info.png');
  background-repeat:no-repeat;
  background-position:13px center;
}
ul.submenuBlack li.registreer{
  background-image:url('../images/icon_check.png');
  background-repeat:no-repeat;
  background-position:14px center;
}
ul.submenuBlack li a{
  color:#ffffff;
  font-weight:normal;
  font-size:17px;
}
.product{
  width:730px;
  padding:50px 0px 60px;
  background-image:url('../images/line_divider_content.png');
  background-position:center bottom;
  background-repeat:no-repeat;
  float:left !important;
  height:auto;
}
.product h1{
  width:680px;
  margin:0 25px 27px;
  float:left; 
  text-align:center;
  font-size:41px;
	line-height:39px;
	font-weight:normal;
}
.product .header_title{
  width:100%;
  float:left; 
  text-align:center;
  height:46px;
  font-size:17px;
  background-image:url('../images/small_divider.png');
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom:25px;
}
.product_text{
  width:730px;
  min-height:570px;
  padding-left:115px;
  margin-left:-115px;
  float:left; 
  background-position:right top;
  background-repeat:no-repeat;
  position:relative;
}
li.hiddenLink{
  display:none; 
}
#home_products #product_navMain ul{
  margin:0;
  padding:0;
  width:210px;
}
#home_products #product_navMain li{
  list-style:none; 
  margin:0;
  height:38px;
  line-height:38px;
  background-color:#fcfcfc;
  border-bottom:1px solid #eaeaea;
  width:210px;
}
a.scrollNav{
  float:left;
  width:193px;
  padding-left:17px;
  height:38px;
  color:#000000;
  font-weight:normal;
  font-size:15px;
}
a.scrollNav:hover, li.active a.scrollNav{
  color:#15B7FA;
}
#home_products li.active {
  background-color:#ffffff;
}
#home_products li.last {
  border:none;
}
.center_div{
  width:980px;
  margin:0 auto; 
  position:relative;
}
#product_section{
  padding:0 0 0 250px;
  width:730px;
  float:left; 
}
#home_reference_logo{
	height:398px;
	width:100%;
	background-color:#F5F5F5;
	background-image:url('../images/trouweklantenkring_taxiid.png');
  background-repeat:no-repeat;
  background-position:center 57px;
  padding:57px 0px 40px 0px;
}
#producten_tab{
  height:45px;
  width:100%;
  bottom:0px;
  top:513px;
  left:0px;
  background-image:url('../images/tiler_tab_content.png');
  background-repeat:repeat-x;
  background-position:center bottom;
}
a.product_tab{
  position:relative;
  top:0px;
  left:50%;
  display:block;
  height:35px;
  padding-top:10px;
  width:265px;
  margin-left:-132px;
  background-image:url('../images/tab_content.png');
  background-position:center center;
  background-repeat:no-repeat;
}  
#home_icons_taxiid_nu{
  float:left;
  width:140px;
  height:36px;
  margin:66px 0 66px 45px;
  background-image:url('../images/taxiid_nu_icon.png');
  background-position:center left; 
  background-repeat:no-repeat;
  padding-left:37px;
}
.guestLink{
	cursor:pointer;
}
.section_margin{
	padding-top:15px;
}
.home_icons_taxiid_numbers{
  float:left;
  height:36px;
  width:170px; 
  margin:66px 0 66px 45px;
  background-image:url('../images/icon_taxi.png');
  background-position:center left; 
  background-repeat:no-repeat;
  padding-left:37px;
}
#home_icons_taxiid_nu span{
  float:right;
  width:60px;
  height:36px;
  background-image:url('../images/taxiid_nu_arrow.png');
  background-position:center right; 
  background-repeat:no-repeat;
}
#leader_train{
  float:left;
  width:200%;
  height:529px;  
  margin-left:0px;
  background-color:#111723;
}
#leader_left{
  float:left;
  width:50%;
  height:529px; 
  background-position:center bottom;
  background-repeat:no-repeat; 
}
#leader_right{
  float:left;
  width:50%;
  height:529px;  
  background-position:center bottom;
  background-repeat:no-repeat; 
}
.leader_box{
  margin:0 auto;
  width:980px;
  height:529px;
  position:relative;
}
.leader_content{
  float:right;
	margin-top: 322px;
  width:425px;
  height:203px;
  background-image:url('../images/bg_quote_header.png');
  background-repeat:no-repeat;
  background-position:center top;
  display:none;
}
#leader_button_prev{
  position:absolute;
	top: 268px;
  left:0px;
  width:34px;
  height:34px;
  background-image:url('../images/bullet_prev.png');
  background-repeat:no-repeat;
  background-position:center center;
  cursor:pointer;
  z-index:3;
}
#leader_button_next{
  position:absolute;
	top: 268px;
  right:0px;
  width:34px;
  height:34px;
  background-image:url('../images/bullet_next.png');
  background-repeat:no-repeat;
  background-position:center center;
  cursor:pointer;
  z-index:3;
}
#home_icons_top h1{
  float:left;
  text-align:center;
  width: 790px;
  margin: 40px 110px 0;
  height:90px;
  line-height:44px;
  font-size:38px; 
  font-weight:normal;
}
.home_icon{
  float:left;
  width:230px;
  height:307px; 
  margin:0 10px;
  text-align:center;
  font-size:15px; 
}
.home_icon_1,.home_icon_1_en{
  margin-left:0;
  background-image:url('../images/icon_usp_1.png');
  background-position:center top;
  background-repeat:no-repeat;
}
.home_icon_2,.home_icon_2_en{
  background-image:url('../images/icon_usp_2.png');
  background-position:center top;
  background-repeat:no-repeat;
}
.home_icon_3,.home_icon_3_en{
  background-image:url('../images/icon_usp_3.png');
  background-position:center top;
  background-repeat:no-repeat;
}
.home_icon_4,.home_icon_4_en{
  margin-right:0;
  background-image:url('../images/icon_usp_4.png');
  background-position:center top;
  background-repeat:no-repeat;
}
.home_icon_1_en{
  background-image:url('../images/en/icon_usp_1.png');
}
.home_icon_2_en{
  background-image:url('../images/en/icon_usp_2.png');
}
.home_icon_3_en{
  background-image:url('../images/en/icon_usp_3.png');
}
.home_icon_4_en{
  margin-right:0;
  background-image:url('../images/en/icon_usp_4.png');
}
.home_icon span{
  float:left;
  margin-top:108px;
  margin-bottom:0px;
  height:64px;
  width:230px;
/*  background-image:url('../images/line_usp.png');
  background-position:76px 63px;
  background-repeat:no-repeat;
*/
  font-size:23px;
  line-height:22px;
}
.home_icon_1_en span,.home_icon_2_en span,.home_icon_3_en span,.home_icon_4_en span{
	margin-top:130px;
}
.leader_content h1{
  float:left;
  height:113px;
  width:389px; 
  margin:10px 18px 11px;
  font-weight:normal;
}
.leader_content_line{
  float:left;
  width:383px; 
  height:45px;
  margin:0 21px;
}

#ref_button_prev{
  position:absolute;
  top:270px;
  left:0px;
  width:34px;
  height:34px;
  background-image:url('../images/bullet_prev.png');
  background-repeat:no-repeat;
  background-position:center center;
  cursor:pointer;
  z-index:3;
}
#ref_button_next{
  position:absolute;
  top:270px;
  right:0px;
  width:34px;
  height:34px;
  background-image:url('../images/bullet_next.png');
  background-repeat:no-repeat;
  background-position:center center;
  cursor:pointer;
  z-index:3;
}
#referentie_train{
  float:left;
  width:200%;
  height:513px;
}
#referentie_left{
  float:left;
  height:513px;
  width:50%;
}
#referentie_right{
  float:left;
  height:513px;
  width:50%;
}
.ref_box{
  margin:0 auto;
  width:980px;
  height:513px;
  position:relative;
}
.ref_left{  
  float:left;
  width:475px;
  height:513px;
  text-align:center;
  font-size:17px;
  line-height:22px;
  margin-left:35px;
}
.ref_left h1{
  font-weight:normal;
  font-size:25px;
  line-height:33px;
  color:#15B7FA;
  margin-bottom:25px;
}
.ref_left a{
  color:#15B7FA;
  font-weight:normal;
  font-size:16px; 
}
.ref_text{
  margin-bottom:27px; 
}
.ref_logo{
  margin:65px 0 23px;
}
.ref_right{
  float:left;
  margin-right:35px;
  width:435px;
  height:513px;
  background-position:center center;
  background-repeat:no-repeat;
}
a.product_prijs{
  float:left;
  width:317px;
  height:39px;
  line-height:39px; 
  background-image:url('../images/bg_prijs.png');
  background-repeat:no-repeat;
  background-position:center left; 
  margin-left:213px;
  overflow:hidden;
  margin-top:17px;
  font-size:14px;
  font-weight:bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.product_prijs span{
  float:right;
  width:43px;
  height:39px;
  background-image:url('../images/icon_vergelijk.png');
  background-repeat:no-repeat;
  background-position:0 0;
}

a.product_prijs:hover span{
  background-position:0 -39px;
}
#layout_1{
  background-image:url('../images/image_content_temp.png');
}
#layout_1 .product_text_left{
  float:left;
  width:290px;
  margin-left:5px;
}
#layout_1 .product_text_right{
  margin:290px 10px 40px 0;
  float:right;
  width:320px;
}
#layout_2{
  margin-top:-20px;
  padding-top:20px;
  background-image:url('../images/tracktrace.png');
}
#layout_2 .product_text_left,#layout_3 .product_text_left{
  float:left;
  width:290px;
  margin-left:5px;
}
#layout_2 .product_text_right,#layout_3 .product_text_right{
  margin:350px 10px 40px 0;
  float:right;
  width:305px;
}
#layout_3 .product_text_right{
  margin:330px 10px 40px 0;
}
#layout_3{
  margin-top:-20px;
  padding-top:20px;
  background-image:url('../images/vasteklanten.png');
  background-position:right 20px;
}
#layout_4{
  background-position:75px top;
  background-image:url('../images/chauffeursapp.jpg');
}
#layout_4 .product_text_left{
  float:left;
  width:265px;
  margin:20px 0 0 455px;
}
#layout_4 .product_text_right{
  float:left;
  width:265px;
  min-height:185px;
  margin:40px 0 150px 455px;
}
#layout_5{
  background-position:right top;
  background-image:url('../images/en/home_mobiele_web_bg_en.png');  
}
#layout_5 .product_text_left{
  float:left;
  width:220px;
  margin:0px 0 0 5px;
}
#layout_5 .product_text_right{
  display:none;
}
#layout_6{
  background-position:top right;
  background-image:url('../images/home_website_online_bg.png');
  min-height:621px;
}
#layout_6 .product_text_left{
  float:left;
  width:230px;
  margin:0 0 0 5px;
  min-height:316px;
}
#layout_6 .product_text_right{
  float:right;
  width:375px;
  min-height:185px;
  margin:92px 0 20px 355px;
}
#layout_7{
  min-height:0px;
  padding-bottom:260px;
  background-position:125px bottom;
  background-image:url('../images/taxibutler_home.png');
}
#layout_7 .product_text_left{
  float:left;
  width:47%;
  margin:0 3% 0 0;
}
#layout_7 .product_text_right{
  float:left;
  width:47%;
  margin:0 0 0 3%;
}
#layout_8{
	background-image:url('../images/fleetmanagementbg.png');
	background-position:top right;
	min-height:1600px;
}
#layout_8 .product_text_left{
  float:left;
  width:265px;
  margin-right:500px;
  height:342px;
}
#layout_8 .product_text_right{
  float:right;
  width:360px;
  margin-left:400px;
  margin-top:55px;
  height:215px;
}
#layout_8 .product_text_left_2{
	width:366px;
	text-align:right;
	height:250px;
	float:left;
	margin-right:400px;
	margin-top:65px;
}
#layout_8 .product_text_right_2{
	float:right;
	width:300px;
	height:140px;	
	margin-left:400px;
}
#layout_8 .product_text_left_3{
	float:left;
	width:415px;
	height:175px;	
	margin-right:300px;
	margin-top:153px;
}
#layout_8 .product_text_left_4{
	float:left;
	width:260px;
	height:130px;	
	margin-left:105px;
	margin-top:5px;
}
#layout_8 .product_text_right_3{
	float:left;
	width:260px;
	min-height:130px;	
	margin-left:105px;
	margin-top:5px;
}
#layout_9{  
	background-image:url('../images/en/PassengerApp_Solution_v2.png');
	background-position:bottom right;
	padding-bottom:596px;
	min-height:0px;
	text-align:center;
}
.btn_long{
  width:216px;
  height:55px;
  line-height:55px;
  font-size:21px;
  background-image:url('../images/btn_long.png');
  background-repeat:no-repeat;
  background-position:center center;
  color:#ffffff;
}
.btn_short{
  width:186px;
  height:55px;
  line-height:55px;
  font-size:21px;
  background-image:url('../images/btn_short.png');
  background-repeat:no-repeat;
  background-position:center center;
  color:#ffffff;
}
.btn_short:hover,.btn_long:hover{
  color:#000000; 
}
.btn_long span,.btn_short span{
  float:left;
  width:55px;
  height:55px;
  background-image:url('../images/icon_check_white.png');
  background-repeat:no-repeat;
  background-position:center center;
}
.header_btn{
  float:right;
  width:260px;
  height:38px;
  margin-top:45px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color:#000000;
  color:#ffffff;
  cursor:pointer;
  font-size:17px;
  line-height:18px;
  font-weight:normal;
  padding:14px 15px 14px 0px;
}
.header_btn span{
  float:left;
  width:46px;
  height:38px;
  background-image:url('../images/icon_check.png');
  background-position:center center;
  background-repeat:no-repeat;
}
.header_btn:hover{
  color:#15B7FA;
}
@media screen and (max-width: 768px) { 
  #home_reference_logo{
    background-size:700px 288px; 
  }
  #home_reference_logo{
    height:288px;  
  }
  #nav{
    width:768px;
  }
  a.hoofdmenu{  	
		font-size: 13px !important;
  }
  #menu{
    margin-right:15px; 
  }
  #logo{
    margin-left:15px; 
  }
  .center_div {
    width:768px;
  }
  a.scrollButtonDown{
    margin-left:367px;
  }
  .leader_box{
    width:768px; 
  }
  #leader_button_prev{
    left:15px; 
  }
  #leader_button_next{
    right:15px; 
  }
  .leader_content{
    margin-right:25px;
  }
  #home_icons_top h1{
    width:80%;
    margin:0 10% 20px;
    height:auto;
  }
  .home_icon_subtxt{
  	margin-top:20px;
  }
  #home_icons{
    height:918px;
  }
  .home_icon{
    width:30%;
    margin:0 10%; 
  }
  .home_icon span{
    width:100%;
    height:75px;
    background-image:none;
  }
  #home_icons_top{
    height:750px; 
    background-repeat:repeat-y;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:170px;
    margin:21px 0 21px 125px;
  }
  #home_icons_taxiid_nu span{
  }
  .home_icons_taxiid_numbers{
    margin:21px 0 21px 125px;
  }
  #product_nav{
    display:none; 
  }
  #product_section{
    padding:0; 
    width:768px;
  }
  .product{
    width:768px; 
  }
  .product_text{
    width:768px;
    min-height:0px;
    background-size: 768px auto;
    margin-top:20px;
  }
  #layout_1{
    background-position:108px 0px;
  }
  #layout_1 .product_text_left{
   margin:10px 0 0 20px;
   width:280px;
  }
  #layout_1 .product_text_right{
   margin-top:310px;
   margin-right:20px;
   width:350px;
  }
  #layout_2{
    margin-top:0px;
    padding-top:0px;
    margin-top:10px;
    background-position:70px 0px;
  }
  #layout_2 .product_text_left{
   margin:10px 0 0 20px;
   width:310px;   
  }
  #layout_2 .product_text_right{
   margin-top:310px;
   margin-right:20px;
   width:315px;
  }
  #layout_3{
    margin-top:0px;
    padding-top:0px;
    margin-top:10px;
    background-position:115px 0px;
  }
  #layout_3 .product_text_left{
   margin:10px 0 0 20px;
   width:310px;   
  }
  #layout_3 .product_text_right{
   margin-top:330px;
   margin-right:20px;
   width:315px;
  }
  #layout_4{
    background-position:41px 0px;
  }
  #layout_4 .product_text_left{
    width:230px;
    margin: 20px 0 0 495px;
  }
  #layout_4 .product_text_right{
    width:230px;
    margin-left:495px;
    margin-top:145px;
  }
  
  #layout_4{
    background-position:21px 0px;
  }
  #layout_4 .product_text_left{
    width:230px;
    margin: 20px 0 0 495px;
  }
  #layout_4 .product_text_right{
    width:230px;
    margin-left:495px;
    margin-top:0px;
  }
  #layout_5{
  	background-size:auto auto;
  	min-height:570px;
  }
  #layout_5 .product_text_left{
    margin-left:30px;
  }
  #layout_6{
  	background-size:auto auto;
  }
  #layout_6 .product_text_left{
    margin-left:30px;
  }
  #layout_6 .product_text_right{
		margin-top: 420px;
		width:355px;
		margin-right:20px;
		margin-left:0px;
  }
  #layout_7{
    padding-bottom:330px; 
  }
  #layout_7 .product_text_left{
    margin-left:5%;
    width:42%;
  }
  #layout_7 .product_text_right{
    margin-right:5%;
    width:42%;
  }
  #layout_8 .product_text_left{
    margin-left:20px;
  }
  #layout_8 .product_text_right{
  	margin-right:20px;
  	width: 330px;
  }
  #layout_8 .product_text_left_2{
    margin-left:20px;
  }
  #layout_8 .product_text_left_3{
    margin-left:20px;
  }
  #layout_8 .product_text_left_4{
  	margin-left:130px;
  }
  #layout_8 .product_text_right_3{
  	margin-left:113px
  }
  .product h1 {
    width:80%;
    margin:0 10%;  
    overflow:visible;
  }
  a.product_prijs{
    margin:10px 0 0 225px; 
  }
  a.scrollButton_small_down{
    margin-left:372px;
  }
  .ref_box{
    width:768px; 
  }
  .ref_left{
    width:768px; 
    margin-left:0px;
  }
  .ref_left h1{
    margin:0 55px 25px; 
  }
  .ref_left .ref_text{
    margin:0 55px 27px; 
  }
  .ref_right{
    display:none; 
  }
  #ref_button_prev{
    left:15px; 
  }
  #ref_button_next{
    right:15px; 
  }
  #footer{
    height:250px; 
  }
  #footer_left{
    margin-left:50px; 
    height:80px;
  }
  #footer_left_center{
    height:80px;
  }
  #footer_center{
    height:80px;
  }
  #footer_right_center{
    margin-top:15px;
    width:50%; 
  }
  #footer_right{
    margin-top:60px;
    width:50%; 
  }
  #footer_right span{
    margin-bottom:15px;
  }
  #footer_right_center a.linkedin {
    margin-left:139px;
  }
  #footer_right a.wintax {
    margin-left: 84px;
  }
}
@media screen and (max-width: 640px) { 
  #home_reference_logo{
    background-size:630px 254px; 
  }
  #home_reference_logo{
    height:254px;  
  }
  #mobile_sub_menu{
    width:440px;
    margin:0 100px 20px;
  }
  #mobile_sub_menu .mobile_bellen{
    width:144px; 
  }
  #mobile_sub_menu .mobile_registreer,#mobile_sub_menu .mobile_more_info{
    width:146px; 
  }
  #home_referenties .center_div,#home_referenties #referentie_train,#home_icons_bot{
    display:none;    
  }  
  #home_referenties{
    height:45px; 
  }
  #producten_tab{
    top:0;
    background-image:none; 
    background-color:#ffffff;
  }
  a.product_tab{
    background-image:none; 
  }
  #home_leader{
    display:none !important; 
  }
  #home_icons{
    margin-top:77px; 
  }
  #home_icons .scrollButton {
    display:none; 
  }
  #nav{
    width:100%; 
  }
  #menu{
    display:none; 
  }
  #mobile_sub_menu{
    display:block; 
  }
  #mobile_menu_btn{
    display:block; 
  }
  .center_div {
    width:640px;
  }
  a.scrollButtonDown{
    margin-left:303px;
  }  
  #home_icons{
    height:830px; 
  }
  #home_icons_top{
    height:830px; 
  }
  #home_icons_taxiid_nu{
    margin:21px 45px 21px 88px;
    width:125px;
  }
  #home_icons_taxiid_nu span{
    width:14px; 
  }
  .home_icons_taxiid_numbers{
    margin:21px 0 21px 88px;
  }
  .leader_box{
    width:640px; 
  }
  .product{
    width:640px; 
  }
  .product_text{
    width:640px;
    background-size: 640px auto;
  }
  #layout_1 .product_text_left,#layout_2 .product_text_left,#layout_3 .product_text_left,#layout_4 .product_text_left,#layout_6 .product_text_left,#layout_7 .product_text_left,#layout_8 .product_text_left,#layout_8 .product_text_left_2,#layout_8 .product_text_left_3,#layout_8 .product_text_left_4{
    margin:0 5%;
    width:90%;
    min-height:0px;
  }
  #layout_1 .product_text_right,#layout_2 .product_text_right,#layout_3 .product_text_right,#layout_4 .product_text_right,#layout_6 .product_text_right,#layout_7 .product_text_right,#layout_8 .product_text_right,#layout_8 .product_text_right_2,#layout_8 .product_text_right_3,#layout_8 .product_text_right_4{
    margin:15px 5% 0;
    width:90%;
    min-height:0px;
  }
  #layout_8 .product_text_right,#layout_8 .product_text_right_2,#layout_8 .product_text_right_3,#layout_8 .product_text_right_4{
 		height:auto;
 		margin:15px 5% 0;
 		text-align:left;
  }
  #layout_8 .product_text_left,#layout_8 .product_text_left_2,#layout_8 .product_text_left_3,#layout_8 .product_text_left_4{
  	height:auto;
  	margin:15px 5% 0;
 		text-align:left;
  }
  #layout_1{
  	padding-bottom:371px;
  	background-position:120px bottom;
  }
  #layout_2{
  	padding-bottom:436px;
  	background-position:center bottom;
  }
  #layout_3{
  	padding-bottom:491px;  	
  	background-position:115px bottom;
  }
  #layout_4{
  	padding-bottom:569px;
  	background-position:92px bottom;
  }
  #layout_5{
  	background-position:top right;
  	background-size:405px auto;
  }
  #layout_6{
  	padding-bottom:625px;
  	background-position:92px bottom;
  	min-height:0px;
  }
  #layout_8{
  	padding-bottom:1252px;
  	background-position:100px bottom;
  	min-height:0px;
  }
  a.product_prijs{
    margin:10px 0 0 161px; 
  }
  a.scrollButton_small_down{
    margin-left:308px;
  }
  .ref_box{
    width:640px; 
  }
  .ref_left{
    width:640px; 
  }
  #footer_left{
    display:none; 
  }
  #footer_left_center{
    margin-left:111px; 
  }
  #footer_right_center a.linkedin {
    margin-left:105px;
  }
  #footer_right a.wintax {
    margin-left: 50px;
  }
  h1.responseHeader{
  	font-size:28px !important;
  	line-height:34px !important;
  	margin-top:26px;
  }
}
@media screen and (max-width: 480px) { 
  #home_reference_logo{
    background-size:460px 189px; 
  }
  #home_reference_logo{
    height:189px;  
  }
  #mobile_sub_menu{
    margin:0 20px 20px;
  }
  #mobile_sub_menu .mobile_bellen{
    width:56px; 
  }
  #mobile_sub_menu .mobile_bellen span{
		width: 49px;
	}
  .center_div {
    width:320px;
  }
  .center_div {
    width:480px;
  }
  a.scrollButtonDown{
    margin-left:223px;
  }
  .leader_box{
    width:480px; 
  }
  #home_icons{
    height: 876px;
  }  
  #home_icons_top{
    height:876px; 
  }
  .home_icon span{
    width:100%;
    height:80px;
    background-image:none;
    margin-bottom:7px;
    padding-bottom:20px;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:185px; 
    line-height:35px;
    margin:9px 0 0px 80px;
  }
  #home_icons_taxiid_nu span{
    width: 14px;
  }
  .home_icons_taxiid_numbers{
    width:310px; 
    line-height:36px;
    margin:0 0 0 79px;
  }
  #product_nav{
    display:none; 
  }
  #product_section{
    padding:0; 
    width:480px;
  }
  .product{
    width:480px; 
  }
  .product_text{
    width:480px;
    background-size: 480px auto;
  }
  #layout_1 .product_text_left,#layout_2 .product_text_left,#layout_3 .product_text_left,#layout_4 .product_text_left,#layout_5 .product_text_left,#layout_6 .product_text_left,#layout_7 .product_text_left,#layout_8 .product_text_left{
    margin:0 5%;
    width:90%;
    min-height:auto;
  }
  #layout_1 .product_text_right,#layout_2 .product_text_right,#layout_3 .product_text_right,#layout_4 .product_text_right,#layout_5 .product_text_right,#layout_6 .product_text_right,#layout_7 .product_text_right,#layout_8 .product_text_right{
    margin:15px 5% 0;
    width:90%;
    min-height:auto;
  }
  #layout_1{
  	padding-bottom:276px;
  }
  #layout_2{
  	padding-bottom:334px;
  	background-position:center bottom;
  }
  #layout_3{
  	padding-bottom:371px;  	
  	background-position:151px bottom;
  }
  #layout_4{
  	padding-bottom:429px;
  	background-position:92px bottom;
  }
  #layout_5{
  	padding-bottom:429px;
  	background-position:bottom right;
  	background-size:405px auto;
  }
  #layout_6{
  	padding-bottom:399px;
  	background-position:126px bottom;;
  	min-height:auto;
		background-size: 460px auto;
  }
  #layout_8{
  	padding-bottom:940px;
  	background-position:100px bottom;
  	min-height:auto;
  }
  a.product_prijs{
    margin:10px 0 0 81px; 
  }
  a.scrollButton_small_down{
    margin-left:228px;
  }
  .ref_box{
    width:480px; 
  }
  .ref_left{
    width:480px; 
  }
  .ref_right{
    display:none; 
  }
  #ref_button_prev{
    left:15px; 
  }
  #ref_button_next{
    right:15px; 
  }
  #footer_left_center{
    margin-left:40px; 
  }
  #footer_right_center a.linkedin {
    margin-left:68px;
  }
  #footer_right a.wintax {
    margin-left: 68px;
  }
  #footer_right a.taxis {
    margin-left: 75px;
  }
  h1.responseHeader{
  	font-size:28px !important;
  	line-height:34px !important;
  	margin-top:26px;
  }
}
@media screen and (max-width: 435px) { 
  #home_reference_logo{
    background-size:90% auto; 
    background-position:center center;
  }
  #home_reference_logo{
    height:164px;  
  }
  .center_div{
    width:435px;
  }
  a.scrollButton_small_down{
    margin-left:205px;
  }
  #home_icons_top h1{
    width:90%;
    margin:20px 5% 20px;
    height:auto;
    font-size:23px;
    line-height:23px;
    font-weight:normal;
  }
  .home_icon_subtxt{
  	margin-top:40px;
  }
  #home_icons{
    height:430px; 
  }
  .home_icon{
    width:189px;
    margin:0 14px;
    font-size:10px;
    line-height:11px;
    height:160px;
  }
  .home_icon_1{
    background-size:65px auto;
  }
  .home_icon_2{
    background-size:53px auto;
  }
  .home_icon_3{
    background-size:30px auto;
  }
  .home_icon_4{
    background-size:52px auto;
  }
  .home_icon span{
    font-size:12px;
    line-height:12px;
    height:auto;
    margin-top:61px;
    padding-bottom:20px;
  }
  #home_icons_top{
    height:430px; 
    background-repeat:repeat-y;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:185px; 
    line-height:35px;
    margin:3px 0 0px 80px;
  }
  #home_icons_taxiid_nu span{
    width: 14px;
  }
  .home_icons_taxiid_numbers{
    width:310px; 
    line-height:36px;
    margin:0 0 0 79px;
  }
  #mobile_sub_menu{
    width:415px;
    margin:0 10px 20px;
  }
  .leader_box{
    width:385px; 
  }
  #product_section{
    padding:0; 
    width:435px;
  }
  .product{
    width:435px; 
    font-size:10px;
    line-height:11px;
    padding-bottom:30px;
  }
  .product_text{
    width:435px;
    background-size: 375px auto;
  }
  #layout_1 {
    padding-bottom:227px;
    background-position:113px bottom;
  }
  #layout_2 {
    padding-bottom:291px;
    background-position:98px bottom;
  }
  #layout_3 {
    padding-bottom:272px;
    background-position:122px  bottom;
    background-size: 355px auto;
  }
  #layout_4 {
    padding-bottom:355px;
    background-position:168px bottom;
  }
  #layout_5 {
    min-height:0px;
    padding-bottom:342px;
    background-position:153px bottom;
    background-size:300px auto;
  }
  #layout_6 {
    padding-bottom:275px;
    background-position:149px bottom;
    background-size: 310px auto;
  }
  #layout_7{
    padding-bottom:200px;
    background-position:170px bottom;
  }
  #layout_8{
    background-image:none !important;
  	padding-bottom: 20px;
		background-position: 110px bottom;
  }
}
@media screen and (max-width: 414px) { 
  #home_reference_logo{
    background-size:90% auto; 
    background-position:center center;
  }
  #home_reference_logo{
    height:164px;  
  }
  .center_div{
    width:414px;
  }
  #mobile_sub_menu{
    width:394px;
    margin:0 10px 20px;
    display:none;
  }
  #mobile_sub_menu .mobile_bellen{
    width:56px; 
  }
  #mobile_sub_menu .mobile_more_info{
    width:155px;
  }
  #mobile_sub_menu .mobile_registreer{
  	width:127px;
  }
  #mobile_sub_menu .mobile_bellen span{
		width: 49px;
	}
  a.scrollButtonDown{
    margin-left:223px;
  }
  .leader_box{
    width:374px; 
  }
  .leader_content{
    margin-right:25px;
  }
  #home_icons_top h1{
    width:90%;
    margin:20px 5% 20px;
    height:auto;
    font-size:23px;
    line-height:23px;
    font-weight:normal;
  }
  #home_icons{
    height:480px; 
  }
  .home_icon{
    width:179px;
    margin:0 14px;
    font-size:10px;
    line-height:11px;
    height:200px;
  }
  .home_icon_1{
    background-size:65px auto;
  }
  .home_icon_2{
    background-size:53px auto;
  }
  .home_icon_3{
    background-size:30px auto;
  }
  .home_icon_4{
    background-size:52px auto;
  }
  .home_icon span{
    font-size:12px;
    line-height:12px;
    height:auto;
    margin-top:125px;
    padding-bottom:20px;
  }
  .home_icon_subtxt{
  	display:none;
  }
  #home_icons_top{
    height:480px; 
    background-repeat:repeat-y;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:185px; 
    line-height:35px;
    margin:3px 0 0px 80px;
  }
  #home_icons_taxiid_nu span{
    width: 14px;
  }
  .home_icons_taxiid_numbers{
    width:310px; 
    line-height:36px;
    margin:0 0 0 79px;
  }
  #product_nav{
    display:none; 
  }
  #product_section{
    padding:0; 
    width:414px;
  }
  .product{
    width:414px; 
    font-size:10px;
    line-height:11px;
    padding-bottom:30px;
    padding-top:30px;
  }
  .product .header_title{
    font-size:11px;
    height:30px;
  }
  .product h1{
    font-size:15px; 
    line-height:16px;
  }
  .product_text{
    width:414px;
    background-size: 414px auto;
  }
  a.product_prijs{
    margin:10px 0 0 81px; 
  }
  a.scrollButton_small_down{
    margin-left:195px;
  }
  #layout_1 {
    padding-bottom:227px;
    background-position:113px bottom;
  }
  #layout_2 {
    padding-bottom:291px;
    background-position:98px bottom;
  }
  #layout_3 {
    padding-bottom:304px;
    background-position:119px  bottom;
    background-size: 404px auto;
  }
  #layout_4 {
    padding-bottom:355px;
    background-position:164px bottom;
  }
  #layout_5 {
    min-height:0px;
    padding-bottom:342px;
    background-position:166px bottom;
    background-size:300px auto;
  }
  #layout_6 {
    padding-bottom:275px;
    background-position:170px bottom;
    background-size: 310px auto;
  }
  #layout_7{
    padding-bottom:200px;
    background-position:176px bottom;
  }
  #layout_8{
    background-image:none !important;
  	padding-bottom: 20px;
		background-position: 110px bottom;
  }
  a.product_prijs{
    width:200px;
    font-size:9px;
    margin-left:60px;
    margin-top:30px;
  }
  #footer{
    background-repeat:repeat; 
    height:420px;
  }
  #footer_left_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_right_center{
    width:100%; 
  }
  #footer_right_center a.linkedin {
    margin-left: 99px;
  }
  #footer_right{
    width:100%; 
  }
  #footer_right a.wintax {
    margin-left: 110px;
  }
  #footer_right a.taxis {
    margin-left: 115px;
  }
  h1.responseHeader{
  	font-size:28px !important;
  	line-height:34px !important;
  	margin-top:26px;
  }
  #contact_top{
  	margin-top:15px !important;
  	margin-bottom:30px !important;
  }
}
@media screen and (max-width: 375px) { 
  .center_div{
    width:375px;
  }
  a.scrollButton_small_down{
    margin-left:175px;
  }
  .home_icon{
    width:159px;
    margin:0 14px;
    font-size:10px;
    line-height:11px;
    height:160px;
  }
  #home_icons{
    height:420px;
  }
  #home_reference_logo{
    height:106px ;   
    background-position: center center;
  }
  #home_icons_top{
    height:420px;
  }
  #mobile_sub_menu{
    width:355px;
    margin:0 10px 20px;
  }
  .leader_box{
    width:335px; 
  }
  #product_section{
    padding:0; 
    width:375px;
  }
  .product{
    width:375px; 
    font-size:10px;
    line-height:11px;
    padding-bottom:30px;
  }
  .product_text{
    width:375px;
    background-size: 375px auto;
  }
  #layout_1 {
    padding-bottom:227px;
    background-position:113px bottom;
  }
  #layout_2 {
    padding-bottom:291px;
    background-position:98px bottom;
  }
  #layout_3 {
    padding-bottom:272px;
    background-position:122px  bottom;
    background-size: 355px auto;
  }
  #layout_4 {
    padding-bottom:355px;
    background-position:168px bottom;
  }
  #layout_5 {
    min-height:0px;
    padding-bottom:342px;
    background-position:153px bottom;
    background-size:300px auto;
  }
  #layout_6 {
    padding-bottom:275px;
    background-position:149px bottom;
    background-size: 310px auto;
  }
  #layout_7{
    padding-bottom:200px;
    background-position:170px bottom;
  }
  #layout_8{
    background-image:none !important;
  	padding-bottom: 20px;
		background-position: 110px bottom;
  }
}
@media screen and (max-width: 360px) {
  #mobile_sub_menu{
    width:340px;
    margin:0 10px 20px;
    display:none;
  }
  #mobile_sub_menu .mobile_bellen{
    width:56px; 
  }
  #mobile_sub_menu .mobile_more_info{
    width:155px;
  }
  #mobile_sub_menu .mobile_registreer{
  	width:127px;
  }
  #mobile_sub_menu .mobile_bellen span{
		width: 49px;
	}
  .center_div {
    width:320px;
  }
  a.scrollButtonDown{
    margin-left:223px;
  }
  .leader_box{
    width:320px; 
  }
  .leader_content{
    margin-right:25px;
  }
  .product {
    padding: 20px 0px 20px;
  }
  #home_icons_top h1{
    width:90%;
    margin:20px 5% 20px;
    height:50px;
    font-size:23px;
    line-height:23px;
    font-weight:normal;
  }
  .home_icon_subtxt{
  	margin-top:20px;
  	display:none;
  }
  #home_icons{
    height:480px; 
  }
  .home_icon{
    width:125px;
    margin:0 14px;
    font-size:10px;
    line-height:11px;
    height:200px;
  }
  .home_icon_1{
    background-size:65px auto;
  }
  .home_icon_2{
    background-size:53px auto;
  }
  .home_icon_3{
    background-size:30px auto;
  }
  .home_icon_4{
    background-size:52px auto;
  }
  .home_icon span{
    font-size:12px;
    line-height:12px;
    height:auto;
    margin-top:130px;
    padding-bottom:20px;
  }
  #home_icons_top{
    height:480px; 
    background-repeat:repeat-y;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:185px; 
    line-height:35px;
    margin:3px 0 0px 80px;
  }
  #home_icons_taxiid_nu span{
    width: 14px;
  }
  .home_icons_taxiid_numbers{
    width:310px; 
    line-height:36px;
    margin:0 0 0 79px;
  }
  #product_nav{
    display:none; 
  }
  #product_section{
    padding:0; 
    width:320px;
  }
  .product{
    width:320px; 
    font-size:10px;
    line-height:11px;
    padding-bottom:30px;
  }
  .product .header_title{
    font-size:11px;
    height:30px;
  }
  .product h1{
    font-size:15px; 
    line-height:16px;
  }
  .product_text{
    width:320px;
    background-size: 320px auto;
  }
  a.product_prijs{
    margin:10px 0 0 81px; 
  }
  a.scrollButton_small_down{
    margin-left:148px;
  }
  #layout_1 {
    padding-bottom:191px;
    background-position:111px bottom;
  }
  #layout_2 {
    padding-bottom:222px;
    background-position:94px bottom;
  }
  #layout_3 {
    padding-bottom:245px;
    background-position:119px bottom;
    background-size: 310px auto;
  }
  #layout_4 {
    padding-bottom:288px;
    background-position:107px bottom;
  }
  #layout_5 {
    padding-bottom:342px;
    background-position:128px bottom;
    background-size:300px auto;
  }
  #layout_6 {
    padding-bottom:275px;
    background-position:119px bottom;
    background-size: 310px auto;
  }
  #layout_8{
  	padding-bottom: 631px;
		background-position: 110px bottom;
  }
  a.product_prijs{
    width:200px;
    font-size:9px;
    margin-left:60px;
    margin-top:30px;
  }
  #footer{
    background-repeat:repeat; 
    height:420px;
  }
  #footer_left_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_right_center{
    width:100%; 
  }
  #footer_right_center a.linkedin {
    margin-left: 99px;
  }
  #footer_right{
    width:100%; 
  }
  #footer_right a.wintax {
    margin-left: 110px;
  }
  #footer_right a.taxis {
    margin-left: 115px;
  }
  h1.responseHeader{
  	font-size:28px !important;
  	line-height:34px !important;
  	margin-top:26px;
  }
  #contact_top{
  	margin-top:15px !important;
  	margin-bottom:30px !important;
  }
}
@media screen and (max-width: 320px) { 
  #mobile_sub_menu{
    width:300px;
    margin:0 10px 20px;
  }
  #mobile_sub_menu .mobile_bellen{
    width:56px; 
  }
  #mobile_sub_menu .mobile_more_info{
    width:135px; 
  }
  #mobile_sub_menu .mobile_registreer{
  	width:107px;
  }
  #mobile_sub_menu .mobile_bellen span{
		width: 49px;
	}
  .center_div {
    width:320px;
  }
  a.scrollButtonDown{
    margin-left:223px;
  }
  .leader_box{
    width:320px; 
  }
  .leader_content{
    margin-right:25px;
  }
  #home_icons_top h1{
    width:90%;
    margin:20px 5% 20px;
    height:auto;
    font-size:23px;
    line-height:23px;
    font-weight:normal;
  }
  #home_icons{
    height:480px; 
  }
  .home_icon{
    width:125px;
    margin:0 14px;
    font-size:10px;
    line-height:11px;
    height:200px;
  }
  .home_icon_1{
    background-size:65px auto;
  }
  .home_icon_2{
    background-size:53px auto;
  }
  .home_icon_3{
    background-size:30px auto;
  }
  .home_icon_4{
    background-size:52px auto;
  }
  .home_icon span{
    font-size:12px;
    line-height:12px;
    height:auto;
    margin-top:120px;
    padding-bottom:20px;
  }
  #home_icons_top{
    height:480px; 
    background-repeat:repeat-y;
  }
  #home_icons_bot{
    background-position:center center;
  }
  #home_icons_taxiid_nu{
    width:185px; 
    line-height:35px;
    margin:3px 0 0px 80px;
  }
  #home_icons_taxiid_nu span{
    width: 14px;
  }
  .home_icons_taxiid_numbers{
    width:310px; 
    line-height:36px;
    margin:0 0 0 79px;
  }
  #product_nav{
    display:none; 
  }
  #product_section{
    padding:0; 
    width:320px;
  }
  .product{
    width:320px; 
    font-size:10px;
    line-height:11px;
    padding-bottom:30px;
  }
  .product .header_title{
    font-size:11px;
    height:30px;
  }
  .product h1{
    font-size:15px; 
    line-height:16px;
  }
  .product_text{
    width:320px;
    background-size: 320px auto;
  }
  a.product_prijs{
    margin:10px 0 0 81px; 
  }
  a.scrollButton_small_down{
    margin-left:148px;
  }
  #layout_1 {
    padding-bottom:191px;
    background-position:111px bottom;
  }
  #layout_2 {
    padding-bottom:222px;
    background-position:94px bottom;
  }
  #layout_3 {
    padding-bottom:245px;
    background-position:119px bottom;
    background-size: 310px auto;
  }
  #layout_4 {
    padding-bottom:288px;
    background-position:157px bottom;
  }
  #layout_5 {
    padding-bottom:342px;
    background-position:128px bottom;
    background-size:300px auto;
  }
  #layout_6 {
    padding-bottom:275px;
    background-position:119px bottom;
    background-size: 310px auto;
  }
  #layout_8{
  	padding-bottom: 0px;
		background-position: 110px bottom;
  }
  a.product_prijs{
    width:200px;
    font-size:9px;
    margin-left:60px;
    margin-top:30px;
  }
  #footer{
    background-repeat:repeat; 
    height:420px;
  }
  #footer_left_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_center{
    width:100%;
    text-align:center;
    margin:0;
  }
  #footer_right_center{
    width:100%; 
  }
  #footer_right_center a.linkedin {
    margin-left: 99px;
  }
  #footer_right{
    width:100%; 
  }
  #footer_right a.wintax {
    margin-left: 110px;
  }
  #footer_right a.taxis {
    margin-left: 115px;
  }
  h1.responseHeader{
  	font-size:28px !important;
  	line-height:34px !important;
  	margin-top:26px;
  }
  #contact_top{
  	margin-top:15px !important;
  	margin-bottom:30px !important;
  }
  .textField{
  	width:240px !important;
  }
}
.android_link,.iphone_link{
	float:right;
	width:60px;
	height:65px;
	position:absolute;
	top:280px;
}
.android_link{
	right:165px;
}
.iphone_link{
	right:75px;
}
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* FF 19+ */
:-moz-placeholder { color:#999; } /* FF 18- */
:-ms-input-placeholder { color:#999; }
.placeholder { color:#999 !important; } /* for the polyfill */	