@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.tablet-portrait, .display-tablet	{ display: block !important }



	#wrapper {
		width: 728px;
		padding: 0 20px;	
	}
	
		#header-menu {
			margin-left: 0;
			float: right;	
		}
		
		#extra-menu {
			display: none;	
		}
	
		.flex-control-nav {
			width: 718px;	
		}
		
		
		#projecten-holder {
			width: 753px;
		}
			.project-button {
				width: 225px;	
				margin-bottom: 15px;
			}
		
		#projecten-holder.small {
			width: 760px;	
		}
			#projecten-holder.small .project-button {
				width: 159px;	
			}
			
		#gallery {
			width: 396px;	
		}
			#gallery a.big {
				width: 385px;	
			}
				#gallery a.big img {
					width: 100%;	
				}
				
				#gallery a.thumb {
					width: 184px;	
				}
					#gallery a.thumb img {
						width: 100%;
					}
					
					
		.news-image img {
			width: 390px;	
		}
		
		#gallery img {
			width: 100%;	
		}
				
}