@media screen and (min-width: 100px) and (max-width: 999px){
	body,html {
		overflow-x: hidden;
	}
	section.callback div.callback {
width: 100%;
}
	header {
		padding: 5px 0;
	}
	header div#logo {
		width: 50%;
	}
	header div#logo img {
		height: 50px;
	}
	header div#logo div:nth-child(2){
		font-size: 20px;
		width: 40px;
		padding-top: 13px;
		padding-left: 0;
	}
	header div#logo div:first-child {
		width: 140px;
	}
	header a#phone {
		display: inline-block;
		width: 40%;	
		background-size: 25px;
		font-size: 26px;
		background-position: top 12px left;
		padding: 14px 0 5px 30px;
	}
	.holder {
		width: 95%;
	}
	#slideshowWrapper {
		width: 200px;
		height: 200px;
		right: 0;
		display: none;
	}
	ul#slideshow{
		width:200px;
		height:200px;
	}
	ul#slideshow img {
		height: 200px;	
	}
	section#kop div.holder div.content {
		padding: 10px 0;	
		width: 100%;
	}
	section#kop div.holder div.content h1 {
		font-size: 40px;
		line-height: 42px;	
		font-weight: 700;
	}
	section#kop div.holder div.content p {
		font-size: 10px;	
	}
	section#kop div.holder ul {
		margin: 10px 0;
	}
	section#kop div.holder ul li {
		background-size: 14px;
		background-position: top 5px left;
		padding: 2px 0 3px 18px;
		font-size: 14px;
		font-weight: 500;
	}
	#callback {
		width: 100%;	
	}
	.reviews h3 {
		font-size: 20px;	
	}
	div.flexi {
		flex-direction: column;	
	}
	div.flexi.even {
		flex-direction: column-reverse;
	}
	div.flexi div:nth-child(1),div.flexi div:nth-child(2){
		width: 100%;
	}
	.reviews ul li {
		width: 100%;
		border-bottom: 1px solid #CCC;
		border-right: none;
		height: auto
	}
	.reviews ul li div:first-child {
		height: auto;	
	}
	section.content img {
		max-width: 90%;
		max-height: 400px;
	}
	#callback h3 {
		font-size: 18px;	
	}
	#callback p {
		font-size: 12px;
		line-height: 12px;
		width: 100%;
		margin: 5px 0 15px 0;
	}
	#callback input[type="submit"]{
		font-size: 14px;
		padding: 10px 0;	
	}
	section#kop {
		margin-bottom: 40px;
	}
	#callback input {
		font-size: 11px;
	}
}