
.crp_related {
	clear: both;
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 20px;
}
.crp_related h3 {
/*	margin: 0 !important; */
}
.crp_related ul {
	list-style: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 14px !important;
}
.crp_related li, .crp_related a {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.crp_related li {
	margin: 6px;
	border: 0px solid #ddd;
	padding: 0px;
	margin-bottom: 14px;
	margin-right: 0;
}
@media only screen and (min-width: 690px) {
.crp_related li:nth-child(2n+1) {
	margin-right: 14px;
}
.crp_related li:first-child { 
	margin-top: 6px;
}
}
.crp_related li:hover {
	background: #eee;
	border-color: #bbb;
}
.crp_related img {
	opacity:0.9;
	max-width: 258px !important;
}
.crp_related img:hover {
	opacity:1;
}
.crp_related li:hover img {
	opacity:1;
}
.crp_related a {
	width: 258px !important;
	height: 128px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.crp_related a:hover {
	text-decoration: none;
}
.crp_related .crp_title {
	color: #fff !important;
	position: absolute;
	display: block;
	bottom: 0;
	padding: 7px 0;
	color: #fff;
	font-family: Arial,'Open Sans', 'Roboto', Georgia, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding-left: 12px;
	text-shadow: 1000 .1em .1em .2em;
	background: rgb(0.5, 0.5, 0.6);
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.1s ease;
}
.crp_related li:hover .crp_title {
	background: rgb(0.2, 0.2, 0.2);
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.1s ease;
}
.crp_related li {
	transition: all 0.1s ease;
	vertical-align: bottom;
}
.crp_clear {
	clear: both;
}
.crp_title:visited {
	color: #fff !important;
}


.crp_related_widget {
	clear: both;
	margin: 0;
}
.crp_related_widget h3 {
	margin: 0 !important;
}
.crp_related_widget ul {
	list-style: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 12px !important;
}
.crp_related_widget li, .crp_related_widget a {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.crp_related_widget li {
	margin: 0;
	border: 0px solid #ddd;
	padding: 0px;
}
.crp_related_widget li:hover {
}
.crp_related_widget a {
	height: 72px;
	text-align: left;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.crp_related_widget a:hover {
	text-decoration: none;
}
.crp_related_widget .crp_title {
	color: #404040;
	opacity: 0.8;
	max-width: 154px;
	margin-top: 11px;
	display: block;
	vertical-align: top;
	float: right;
	bottom: 0;
	padding: 3px 0;
	font-family: Arial,'Open Sans', 'Roboto', Georgia, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-shadow: 1000 .1em .1em .2em;
}

.crp_related_widget li:hover {
	margin-left: 3px;
}

.crp_related_widget li:hover span {
	color: #5f9ea0 !important;
	opacity: 1;
}

@media only screen and (max-width: 480px) {
	
	.crp_related ul {
		padding-left: 19px !important;
		}
		
		.crp_related a {
		width: 278px !important;
		height: 138px !important;
		}
		
		.crp_related img{
		max-width: 278px !important;
		}
	
}

@media only screen and (max-width: 360px) {
	
	.crp_related ul {
		padding-left: 0px !important;
		}
		
}

