/*
 * Instagram Fancybox C5
 * Version: Concrete5.7+
 *
 * Author: Chris Rivers
 * http://chrisriversdesign.com
 *
 *
 */

.instagram-photo {
	display: inline-block;
    height: 195px;
	margin:10px;
	overflow:hidden;
	position:relative;
	width: 195px;
}

.instagram-photo .instagram-hover-cover {
	background:#111;
	bottom:0;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

.instagram-photo img { 
	height: 100% !important; /* Required for Non-Square Bug Fix */
	left: 50%;
	min-width: 100% !important; /* Required for Non-Square Bug Fix */
	max-width: inherit !important; /* Required for Non-Square Bug Fix */
	position: absolute;
	top: 50%;
	transform-origin: 0 0;
	transition: 0.4s all ease;
	transform: scale(1) translate(-50%, -50%);
	width:auto !important; /* Required for Non-Square Bug Fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1.05) translate(-50%, -50%); 
	-moz-transform: scale(1.05) translate(-50%, -50%); 
	-ms-transform: scale(1.05) translate(-50%, -50%); 
	-o-transform: scale(1.05) translate(-50%, -50%); 
}

.instagram-photo .instagram-hover-cover h3, div#main-container .instagram-photo h3 { color:#fff; line-height: 20px; margin:15px 17px 0 17px; text-transform:capitalize; }
.instagram-photo .instagram-hover-cover em { display:inline-block; font-size:11px; font-style:normal; height: 14px; margin: 0 17px; text-transform:uppercase; }
.instagram-photo .instagram-hover-cover p { color:#D7D7D7; line-height:17px; margin: -1px 17px 0 17px; }

#seachInstagramLoadMoreContainer {
	cursor:pointer;
	text-align:center;
}

.list .instagram-photo {
	position: relative;
	height:auto;
	margin:10px 0;
	max-width: 620px;
	width:100%;
}

.list .instagram-photo img {
	height: auto !important; /* Required for Non-Square Bug Fix */
	left: auto;
	min-width: 0 !important; /* Required for Non-Square Bug Fix */
	max-width: 100% !important; /* Required for Non-Square Bug Fix */
	position: static;
	top: auto;
	transform: scale(1);
	width:auto !important; /* Required for Non-Square Bug Fix */
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
}

.igf-edit { background:#fff url("logo.jpg") no-repeat center center; background-size: 8%; height:350px; }

