/* --- Items Category: module_show => normal --- */
.sbeffectives {
	box-shadow: 2px 2px 5px 1px lightgrey;
	display: block;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.sbeffectives-div-l {
	float: left;
	margin: 0 10px 0 0;
	width: 40%;
}

.sbeffectives-div-l img {
	border: 1px solid #eee;
}

.sbeffectives-div-r {
	float: left;
	font-family: Lato,Arial,Tahoma,sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0 0 10px 30px;
	width: 55%;
}

.sbeffectives-p {
	margin-bottom: 20px;
}

.sbeffectives-clear-both {
	clear: both;
	display: block;
}

.sbeffectives-link-item {
	bottom: 0;
	position: absolute;
	display: block;
	margin: 0 0 22px;
}

@media screen and (max-width: 1290px) {
	.sbeffectives-div-l {
		width: 100%;
	}
	.sbeffectives-div-r {
		width: 100%;
		margin: 15px 0;
	}
}