/* Tile link
--------------------------------------------- */

.iimv-tile-link {
	
	display:block;
	border: 1px solid #dfdede;
	

	font-size:15px !important;
	font-size: 1.5rem !important;
	text-decoration: none !important;
	line-height: 20px;

	background-image: url(../images/icon-link.png);
	background-position: 10px 31px;
	background-repeat: no-repeat;

	padding:35px 10px 35px 60px;
	
	margin-bottom: 10px;
	
}

.iimv-tile-link.default{
	width: 24.5%;
	margin-left: 0.6%;
	float:left;
}

.iimv-tile-link.full-width{
	width: 100%;
	margin-left: 0px;
	float:none;
}

.iimv-tile-link.first{
	margin-left:0px;
}

.iimv-tile-link.last{
	margin-right:0px;
}

.iimv-tile-link span{
	color:#333333;
	font-size: 17px !important;
	font-size: 1.7rem !important;
	display:block;
}



/* Tile activity
--------------------------------------------- */

.iimv-tile-post{
	float:left;
	margin-bottom: 20px;
	text-align: left;
}

.iimv-tile-post .wrap{
	position:relative;
	margin-bottom: 15px;
}

.iimv-tile-post .title{
	
	color:#fff;
	font-family: 'Varela Round', sans-serif;
	font-size: 19px;
	font-size: 1.9rem;

	height:140px;
	overflow:hidden;
	padding:15px 10px 15px 10px;

	background: #065999; /* Old browsers */
	background: -moz-linear-gradient(left, #065999 0%, #2184c2 50%, #065999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#065999), color-stop(50%,#2184c2), color-stop(100%,#065999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #065999 0%,#2184c2 50%,#065999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #065999 0%,#2184c2 50%,#065999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #065999 0%,#2184c2 50%,#065999 100%); /* IE10+ */
	background: linear-gradient(to right, #065999 0%,#2184c2 50%,#065999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065999', endColorstr='#065999',GradientType=1 ); /* IE6-9 */
}

.iimv-tile-post .content{
	
	color:#000;
	font-size: 17px;
	font-size: 1.7rem;

	height:170px;
	overflow:hidden;

	padding:15px 10px 15px 10px;
	
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;

}

.iimv-tile-post .deco{
	
	width: 100%;
	border-top: 7px solid #88caf5;
	border-bottom: 1px solid #ececec;
	position: absolute;
	bottom: 0px;
}

.iimv-tile-post.one-column {
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.iimv-tile-post.two-column {
	width: 49%;
	margin-right: 1.8%;
}

.iimv-tile-post.three-column {
	width: 32%;
	margin-right: 1.8%;
}

.iimv-tile-post.two-column.first,
.iimv-tile-post.three-column.first{
	margin-left:0px;
}

.iimv-tile-post.two-column.second,
.iimv-tile-post.three-column.third{
	margin-right:0px;
}


/* Madiaqueries
---------------------------------------------------------------*/

@media only screen and (max-width: 1139px) {

}


@media only screen and (max-width: 1023px) {

	.iimv-tile-link.default{
		width: 48%;
		margin-right: 0.6%;
		margin-left: 0px;
	}

	.iimv-tile-post.two-column {
		width: 48%;
	}


	.iimv-tile-post.two-column.first{
		margin-right: 0.6%;
	}

	.iimv-tile-post.three-column {
		width: 31.5%;
		margin-right: 1%;
	}

}

@media only screen and (max-width: 767px) {


	.iimv-tile-link.default{
		width: 100%;
		margin-right: 0px;
	}

	.iimv-tile-post.two-column,
	.iimv-tile-post.three-column {
		width: 100%;
		margin-right: 0px;
	}

}