#infscr-loading{
	position: absolute;
	right: 50%;
	bottom:0;
	background-color: black;
	color: white;
	width:80px;
	height: 60px;
	text-align: center;
	border-radius:10px;
	opacity: 0.9;
}
#infscr-loading img{
	display: block;
	margin: auto;
	opacity: 0.9;
}
#infscr-loading em{ margin: auto; }

#mosaic-container{
	width: 100%;
	margin: 0 auto;
	clear:both;
	overflow-x:hidden;
}
.item{
	margin:0.25%;
	float: left;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: solid 1px #D8D8D8;
	cursor: pointer;

}
.item.w1{ width: 19.5% }
.item.w2{ width: 39.5% }

.item.ibinject-container {
	text-align: center;
}

@media screen and (max-width: 1500px){
	.item.w1{
		width: 32.8%;
	}
	.item.w2{
		width:66.1%;
	}
}


@media screen and (max-width: 1000px){
	.item.w1{
		width: 49.5%;
	}
	.item.w2{
		 width:49.5%;
	}
}

@media screen and (max-width: 700px){
	.item.w1{
		width: 100%;
	}
	.item.w2{
		width:100%;
	}
}

/* Smartphones */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.item.w1{
		width: 100%;
	}
	.item.w2{
		width:100%;
	}
	.item{
		height: 300px;
	}
}

/* Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.item.w1{
		width: 32.8%;
	}
	.item.w2{
		width:66.1%;
	}
}

.info-container{
	position  : absolute;
	bottom    : 0px;
	height: 200px;
	width     : 100%;
	background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)); /* Standard syntax */
	color:black;
}
.info-container.hidden{display: none;}
.info-container .post-title{font-weight:700;}
.info-container h2{ margin:10px 10px 0 10px; font-size: 20px;}
.info-container p{ margin:0 10px 10px 10px; font-size: 15px;}
.info-container a{color:black;}
.info-container a:hover{text-decoration: none;}
.info-container ul li{float:left;}
.info-container .post-info{font-style: italic; display:inline;}
.mi-post-info{position: absolute;bottom: 0px;padding: 1px;}
.view-icon{background: url('/wp-content/plugins/mosaic-inf/images/icon1.png') scroll no-repeat left center;padding: 0 0 0 20px;}
.comment-icon{background: url('/wp-content/plugins/mosaic-inf/images/icon2.png') scroll no-repeat left center;padding: 0 0 0 20px;}

#mosaic-container li.pageview{ display:inline;}
#mosaic-container li.pageview span.eye{ margin-right: 2px}

#mosaic-container .info-container .mi-post-info.mosaic-black, #mosaic-container .info-container .mi-post-info.mosaic-black a {
	color: #000;
}

#mosaic-container .info-container .mi-post-info.mosaic-white, #mosaic-container .info-container .mi-post-info.mosaic-white a {
	color: #FFF;
}
