.pinterest-container {
	-webkit-transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
	width: 100%;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.pinterest-container li {
	list-style: none!important;
	width: 30%;
	background:transparent none repeat scroll 0 0;
	background-image: none;
	list-style-image:none;
	list-style-type:none;
	display: none;
	margin:0;
	padding:0 15px ;
	
}
.pinterest-container li.inactive {
  visibility: hidden;
  opacity: 0;
}
.pinterest-container a, .pinterest-container a:active, .pinterest-container a:focus{
	text-decoration: none;
	outline: 0;
}

.pinterest-container li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.pinterest-container li img {
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	-webkit-border-radius: 0;
	 -moz-border-radius: 0;
	      border-radius: 0;
	box-shadow: none; width:100%;



}

div.front{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1001;
	background: #C71585;
	color: #FFF;
	/*border-radius: 4px;*/
}

div.back{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: #FFF;
	/*border-radius: 4px;*/
}
div.back h4{
	margin: 7px 7px 0 7px;
}
/*div.front p, div.back p, div.info p{
	color: #666;
	font-size: 12px;
	margin: 7px 7px 0 7px;
	padding-bottom: 4px;
	color: #FFF;
}
*/
.pinterest-container li p, .pinterest-container li p, .pinterest-container li p{
	color: #666;
	font-size: 12px;
	margin: 7px 7px 0 7px;
	padding-bottom: 8px;
	color: #FFF;
}


div.info{
	background: #FFF;
}
div.info h4{
	margin: 0px 7px 0 7px;
	padding-top: 10px;
}

/**
 * Filters
 */
.cq-pinterest-filters {
  list-style-type: none;
  text-align: center;
  margin-bottom:30px;
}

.cq-pinterest-filters li {
	display: inline-block;
	padding: 9px 10px;
	background: #e3e3e3;
	color: #000000;
	font-size: 17px;
	border-radius: 8px;
	cursor:pointer;
	margin-bottom:5px;
}

.cq-pinterest-filters li.active, .cq-pinterest-filters li:hover {
	background: #0797dd;
	color: #ffffff;
}


.cq-pinterest-filters li:last-child {
	background-image:none;
}
.cq-pinterest-filters li span {
	display:inline-block;
	 border-bottom:3px solid transparent;
}
.cq-pinterest-filters li:hover span { color:#49a03d; border-bottom:1px solid #49a03d
}

.cq-pinterest-filters li.active span {
 color:#49a03d; border-bottom:1px solid #49a03d
}

.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
@media(max-width:1330px){.pinterest-container li {width: 28%;}}
@media(max-width:800px){.pinterest-container li {width: 42%;}}
@media(max-width:480px){.pinterest-container li {width: 100%;}}