/*
  Author: http://codecanyon.net/user/sike?ref=sike
*/
.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: 200px;
	background:transparent none repeat scroll 0 0;
	background-image: none;
	list-style-image:none;
	list-style-type:none;
	display: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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;
	padding: 0;
	display: block;
	-webkit-border-radius: 0;
	 -moz-border-radius: 0;
	      border-radius: 0;
	box-shadow: none;



}

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: 11px;
	margin: 7px 7px 0 7px;
	padding-bottom: 8px;
	/*color: #FFF;*/
	line-height:normal;
	text-align:center;
}


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: 0 5% 12px 5%;
}

.cq-pinterest-filters li {
	display: inline-block;
	background-color:#990000;
	color: #FFF;
	font-size: 14px;
	/*float: left;*/
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	margin: 0 1% 10px 1%;
	/*width: 8%;*/
	-webkit-transition: all 0.15s ease-out;
	 -moz-transition: all 0.15s ease-out;
	   -o-transition: all 0.15s ease-out;
	      transition: all 0.15s ease-out;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	      border-radius: 3px;
}

.cq-pinterest-filters li:hover {
	background-color: #ff9900;
}

.cq-pinterest-filters li.active {
  background: #ff9900;
  color: #FFFFFF;
}

.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;
}

