img {
	max-width: 100%;
}

.filtermenu {
	width:100%;
	padding-top: 30px;
	
	padding-bottom:30px;
	text-align: center;

	 li {
		border: 1px solid #CCC;
		padding: 4px 12px;
		display: inline-block;
		border-radius: 6px;
		cursor: pointer;
		 
		 &.active {
			
		 }
	}
}


.container {
	
	margin: 0 auto;
	
	flex-wrap: wrap;
}

.post {


	
	&-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom:10px;
	}
	
	&-thumb {
		margin-bottom:10px;
	}
	
	&-txt { 
		font-size: 12px;
	}
}