@media screen and (max-width: 640px){

	body {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #666;
        overflow-x: hidden;
	}
    
	a, img {
		margin: 0;
		padding: 0;
		border: 0;
	}
	a {
		color: #666;
	}
	input {
		font-size: 11px;
		color: #666;
		font-family: 'Open Sans', sans-serif;
	}
	h1, h3 {
		margin: 0;
		padding: 0 0 10px 0;
		color: #ff8a00;
		font-size: 18px;
		font-weight: 700;
	}
	h2 {
		margin: 0;
		padding: 0 0 3px 0;
		font-size: 18px;
		color: #333;
	}
	p {
		font-size: 14px;
		margin: 0;
		padding: 0;
		color: #666;
	}
	.fltlft {
		float: left;
	}
	.fltrgt {
		float: right;
	}
	.clearfloat {
		clear: both;
		font-size: 1px;
		height: 0;
		line-height: 0;
	}
	#wrapper {
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		
	}
	#header {
		width: 100%;
		height:150px;
		margin: 0 auto;
		
	}
	#logo {
		float: left;
		padding: 15px 0 15px 0;
		margin: 0 ;
		margin-left:5%;
	}	
	
	#logo img {
	width:75%;
		height:auto;
	}
	.backstretch{
	       display:none;
	 }

	#breadcrumbs a:last-child {
		background: none;
		padding-bottom: 20px;
	}

	#verticalmenu {
		width: 245px;
		margin: 10px 0 0 0;
		padding: 0;
		display: none;
	}

	#leaderbord_ad {
		float: left;
		margin-top:0px;
		margin-left: 5%;
		margin-right:5%;
		width: 90%;
		height: 35px;
		background-color: #ebebeb;
	}
	a.jeroenbosch {
		top:-140px;
		float: right;
		display: block;
		margin-left: 100px;
		position:relative;
		margin-right:-15px;
	}
	a.paul {
		top:-140px;
		float: right;
		margin-right:-5px;
		display: block;
		background: url(../../images/paul_header.jpg) no-repeat;
		background-size: 70%;
		position:relative;
	}
	
	a.jeroenbosch img{
		width:70%;
		height:auto;
	}
	
	.first{
	float: left;
	margin-left: 0px;
	color: #ff8a00;
	}
	
	/* Important styles */
	#toggle {
	position:relative;
	top: -100px;
	  display: block;
	  width: 28px;
	  height: 30px;
	  margin: 30px 130px 0px;
	  z-index:100;
	}

	#toggle span:after,
	#toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -9px;
	}
	#toggle span:after{
	  top: 9px;
	}
	#toggle span {
	  position: relative;
	  display: block;
	   margin-top:-7px;
	}

	#toggle span,
	#toggle span:after,
	#toggle span:before {
	  width: 100%;
	  height: 4px;
	  background-color: #ff8a00;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}

	/* on activation */
	#toggle.on span {
	  background-color: transparent;
	}
	#toggle.on span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	  -webkit-transform: rotate(45deg) translate(5px, 5px);
	  -moz-transform: rotate(45deg) translate(5px, 5px);
	  -o-transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	  -webkit-transform: rotate(-45deg) translate(7px, -8px);
	  -moz-transform: rotate(-45deg) translate(7px, -8px);
	  -o-transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu {
	  display: block;
	}
	
	#menu{
	top:-100px;
	display:none;
	position:relative;
	float: left;
	width: 95%;
	color:#262626!important;
    width: 100%;
	}	

	#menu a{
	background-image: none;
	color:#262626;
	width: 100%;
	position: relative;
	z-index:13;
	}

	ul {	
		color:#262626;
		float: left;
		text-align: left;
		margin: 0;
	}
	ul li {
		color:#ff8a00;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ffffff;
		background: none;
		background-color: #f9f9f9;
	}

	ul li a{
		float: left;
		padding: 10px 20px;
	}

	.menutitle {
		display: block;
		position: absolute;
		margin: -7px 0px 0px 40px;
		font-weight: bold;
	}

	#menu ul li a {
		background-color: #ff8a00;
	}

	
	#content {
		float: left;
		padding: 0;
		width:90%;
		height:auto;
		margin-left:5%;
		margin-right:5%;
	}
	#breadcrumbs {
		padding-bottom: 8px;
		margin-top:-50px;
		width:100%;
		float:left;
		position:relative;
	}
	#breadcrumbs a {
		text-decoration: none;
		display: inline-block;
		padding: 3px 8px 3px 2px;
		background: url(../../images/arrow_breadcrumbs.png) right center no-repeat;
		color: #5d5d5d;
	}
	#breadcrumbs a:last-child {
		background: none;
	}
	#breadcrumbs a:hover, #breadcrumbs a.selected {
		color: #ff8a00;
	}
	#footer {
	float: left;
	   background-color: #282828;
	}
	#font_size {
		display:none;
		float: right;
		margin: 89px 10px 0 0;
	}
	a#increase-font, a#decrease-font {
		display: none;
		text-align: center;
		margin: 0 4px 0 0;
		text-decoration: none;
		background-color: #ebebeb;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		color: #5d5d5d;
		border-radius: 2px;
		width: 22px;
		height: 22px;
		font-size: 16px;
	}
	a#decrease-font {
		display:none;
		width: 18px;
		height: 18px;
		font-size: 13px;
	}
	a#increase-font:hover, a#decrease-font:hover {
		background-color: #ff8a00;
		color: #fff;
	}
	
	.responsive_table {
	width:10%;
	border:none;
	}
	
	table{width: 100%!important;}


	.collumn_two_third_right {
		
		float: left;
		width: 100%;
	}
	.collumn_one_third_left {
		position:relative;
		margin-top:-20px;
		display:block;
		float: left;
		width: 100%;
		margin-right: 20px;
	}
	.collumn_middle {
		float: left;
		width: 100%;
		margin-right: 15px;
	}
	.news_item, .news_item_detail {
		position: relative;
		border: 1px solid #dedede;
		margin-bottom: 10px;
	}
	.news_item {
		cursor:pointer;
	}
	.news_item_img {
		display: table-cell;
		float: left;
		width: 100%;
		height: 100%;
		border: 6px solid #fff;
		border-right: 0;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
	}
	.news_item_img img {
		max-width: 100%;
		max-height: 100%;
	}
	.news_item_content {
		float: left;
		padding: 5%;
		margin-bottom:40px;
		width: 90%;
		line-height: 18px;
	}
	.news_item_content img {
		padding: 10px;
	}
	.news_item_content a {
		color: #ff8a00;
		font-weight: 600;
	}
	.collumn_middle .news_item_content {
		width: 100%;
	}
	.collumn_middle .news_item_detail .news_item_img {
		display: none;
	}
	.collumn_middle .news_item_detail .news_item_content {
		width: 100%;
	}
	.collumn_full_width {
		float: left;
		width: 100%;
	}
	.collumn_full_width img {
		padding: 10px;
	}
	.news_item_content h2 {
		display: block;
		line-height: 20px;
	}
	span.date {
		display: block;
		padding-bottom: 10px;
		text-transform: uppercase;
		color: #555;
		font-size: 10px;
	}
	a.item_btn {
		display: block;
		position: absolute;
		background-color: #ff8a00;
		text-decoration: none;
		padding: 5px 10px;
		color: #fff;
		right: 0px;
		bottom: 0px;
	}
	a.item_btn:hover {
		background-color: #333;
	}
	#footer {
		text-align:center;
		font-size:10px;
		color: #fff;
		padding: 8px 35px;
	}
	#footer a {
		color: #fff;
		text-decoration:none;
	}
	#footer a:hover {
		color: #ff8a00;
	}
	.search {
		position: relative;
		background-color: #282828;
		padding: 10px;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.newsletter {
		font-weight: 600;
		font-size: 14px;
		margin: 20px 0 0 0;
		position: relative;
		color: #333;
		margin–bottom: 20px; 
	}
	.search input.textbox, .newsletter input.textbox {
		margin-top: 10px;
		height: 30px;
		padding: 0 10px;
		width: 90%;
		border: 0;
		background-color: #e1e1e1;
		-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
		-moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
		box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
	}
	.search input.submitbutton, .newsletter input.submitbutton {
		position: absolute;
		background: url(../../images/search_btn.png) top repeat-x;
		border: 0;
		right: 10px;
		bottom: 10px;
		height: 30px;
		width: 30px;
		cursor: pointer;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	}


	.search input.submitbutton:hover, .newsletter input.submitbutton:hover {
		background-image: url(../../images/search_btn_h.png);
	}
	.newsletter input.textbox {
		width: 90%;
	}
	.newsletter input.submitbutton {
		right: 0px;
		bottom: 0px;
	}
	.ads {
		margin: 20px 0 0 0;
		width:100%;
		margin-bottom:20px;
	}
	
	.ads table {
		margin: 20px 0 0 0;
		padding-left:5%;
		width:100%;
		margin-bottom:20px;
	}
	#pagination {
		font-weight: 600;
		margin: 30px 0 15px 0;
		text-align: center;
	}
	.pages {
		display: inline-block;
	}
	#pagination .pages a {
		margin: 0;
		padding: 4px 6px;
		text-decoration: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#pagination .pages a.selected, #pagination .pages a:hover {
		background-color: #ff8a00;
		color: #fff;
	}
	#pagination a {
		text-decoration: none;
		color: #333;
		margin: 0 5px;
	}
	#pagination a:hover {
		text-decoration: underline;
	}
	.h20 {
		height: 20px;
	}
	.hidemobile {
		display: none;
	}
.hide{
	display: none;
}

.show{
	display: block;
}

.news_item_content img {
    padding: 10px;
    width: 80%!important;
    height: auto!important;
}
table img{
    width: 80%!important;
    height: auto!important;
}

#menu ul li a{
color: white!important;
}

}