/* pagina breedte */
.content.thin {
  width: 1255px;
  margin-top: 50px;
	margin-left: 20%; /*280px*/
}

body {
  background: #fff;
}

.wrapper {
  display: block;
  margin-left: 0%; /*280px; /*280*/
}

.post-inner {
  width: 1255px; /*1200*/
  max-width: 100%;
  /*padding: 5% 0;*/
	padding: 20px;
  margin-top: 55px;
}

.posts {
	margin-left: 100px;
}

/* images on home page*/
/*img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img, img.alignnone, .alignnone img {
  border: 1px solid #EEE;
  box-sizing: border-box;
  display: inline;
  padding: 5px;
}
*/
.ic_zoom {
	padding: 0px 0px 20px 0px;
	opacity: 0.75;
} 
.ic_zoom:hover {
	/*margin: 0px 0px 20px 20px;*/
	opacity: 1;
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}
.ic_left {
	float: left;
}
.ic_mid {
  margin-left: auto;
  margin-right: auto;		
}
.ic_right {
	float: right;
}



/*blog style pagibation */
.post-navigation {
	background: #fff;
}
.post-navigation a:hover {
  background: #ffc324;
}
post-nav-prev a:hover {
	background: #0e7d24;
}

#gallery-1 img {
  border: 0px solid #000000;
	padding: 10px 10px 10px 10px;
}

/* contact form */
.post-content input, .post-content input[type="text"], .post-content input[type="tel"], .post-content input[type="url"], .post-content input[type="password"], .post-content textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9em;
  border: 0px;
  color: #333;
  background: #ffc324;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 1000px) {
  .content, .content.thin {
    max-width: 110%;
    margin-left: -70px; /*5% auto;*/
  }
	.wrapper {
		display: block;
		margin-left: -70x;
	}		
		
}