@charset "utf-8";
/* CSS Document */
.filterbuttons {
	width: 100%;
	
	padding: 0.5vw;
	margin-left: 1vw;
	background: url(img/filter.png) no-repeat top center;
	background-size: contain;
	display: flex;
	justify-content: center;
	font-size: 0.9vw;	
}
.filter-button
{  font-size: 1vw;
	margin-left: 0.1vw;
	margin-right: 0.1vw;
	background-color: transparent;
	border: none;
	outline: none;
}
.filter-button:hover {
	background-color: transparent;
	border: none;
	outline: none;	
}
.btn-default:active .filter-button:active
{
   background-color: transparent;
	border: 0;
	outline: 0;
}

.filter-button:focus {
	background-color: transparent;
	border: 0;
	outline: 0;	
}

.port-image
{
    width: 100%;
}

.gallery_product
{
	background-color: white;
	padding-top: 10px;
	text-align: center;
	width: 25%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
    margin-bottom: 30px;
}

.img-responsive{
	width: 92%;	
	margin: auto;
}

.date {
  position: absolute;
  margin-left: 7vw;
  margin-top: -2vw;
  font-size: 1.5vw;
  display: block;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  background: #ffffff;
  float: left;
  width: 75px;
  font-family: mensch;
  padding: 10px;
}

.date2 {
	margin-top: 2vw;	
}


.banner {
	width: 75%;	
	margin-top: 1vw;
}

.show_caption {
	margin: auto;
	margin-top: 1vw;
	margin-bottom: 1vw;	
	width: 80%;
	
}

.show_caption2 {
	font-size: 2vw;
	margin: auto;
	margin-top: 1vw;
	margin-bottom: 1vw;	
	width: 80%;
	
}

.show_caption strong {
	text-transform: capitalize;
}

@media screen and (max-width: 800px) {
.gallery_product
				{ 
				
				width : 60%;
				margin: auto;	
				margin-top: 3vw;	
}

.filterbuttons {
	background: #f3e4c8; 
	width: 100%;
	flex-wrap: wrap;
}

.filter-button
{
	font-size: 4vw;	
}

.date {
  font-size: 5vw;
  border-radius: 4vw;
  display: block;
  margin-top: -7vw;
  margin-left: 24vw;
}



}

