/* =============================================================================
   PINTEREST LAYOUT
   ========================================================================== */
.pinterest_columns {
    position: relative;
    width: 100%;
}
.pinterest_list{
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
	padding: 0;
}
.pinterest_item {    
    display: none; /** Hide items initially to avoid a flicker effect **/
    margin: 0px;
    width: 210px;
    padding: 0px;    
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
}
.pinterest_item_wrapper {
	position: relative;
	overflow: hidden;
	display: table-cell;
	width: 100%;
	height: 100%;
	min-height: 100px;
}
.pinterest_modify_wrapper {
	position: absolute;
	display: table-cell;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
	.pinterest_modify_wrapper:hover {
		transition: background-color .3s cubic-bezier(.5,.5,.5,.5);
		background-color: rgba(0, 0, 0, 0.70);	
	}
.pinterest_modify_body a {
	outline: 0;
}
.pinterest_modify_button_play{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	width: 60px;  
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
	.pinterest_modify_button_play:hover{
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
.pinterest_modify_button {
	width: 30px;
	margin: 5px 0 0 5px;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
	.pinterest_modify_button:hover{
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
.pinterest_modify_button_active {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.pinterest_item_img {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto -5px auto;
    clear: none;
    color: rgb(0, 0, 0);
   	overflow: hidden;
}

/* =============================================================================
   IMG OVERLAY
   ========================================================================== */
.gallery_image_details_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	text-align: right;
	color: #bbb;
	height: 60px;
	padding-right: 2%;
	padding-top: 5px;
  font-size: .85em;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 74%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(0%, rgba(0,0,0,0.75)), color-stop(0%, rgba(0,0,0,0.75)), color-stop(74%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 74%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 74%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 74%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 74%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.gallery_image_title_wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  text-align: right;
  color: #fff;
  eight: 50px;
  padding: 5px 2% 5px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&amp;0+0,0.55+40,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0.55)), color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 979px) {
	
}
@media screen and (max-width: 859px) {
	    
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 640px) {
	.pinterest_modify_wrapper {
		background-color: rgba(0, 0, 0, 0.50);
	}
		.pinterest_modify_wrapper:hover {
			transition: background-color 0s cubic-bezier(.5,.5,.5,.5);
			background-color: rgba(0, 0, 0, 0.50);	
		}
	.pinterest_modify_button {
		opacity: 0.7;
	    filter: alpha(opacity=70); /* For IE8 and earlier */
	}
	.pinterest_modify_button {
		width: 25px;
		margin: 5px 0 0 5px;
	}
	.pinterest_modify_button_play{
		margin-left: -20px;
		margin-top: -20px;
		width: 40px;  
	}
}
@media screen and (max-width: 479px) {
	.pinterest_item {   
	    width: 49%;
	}
	
}