/* Elastislide Style */
.similar_ars p {
	color: #787878;
	margin-top: 17px;
	line-height: 20px;
}
.similar_ars h1 {
	font-size: 24px;
	margin-top: 0px;
}
.similar_ars img {
	/*	border: solid 1px #e8e8e8;*/
	padding: 5px;
}
.similar_ars h3 {
	margin: 0px;
	color: #e8e8e8;
	margin-bottom: 33px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 13px;
}
.similar_ars h1 span {
	font-size: 13.51px;
	color: #666666;
	padding-left: 2px;
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
/*	height: 603px;
	padding-left: 12px;*/
}
.elastislide-carousel button{
   background: rgba(106, 106, 106,0.7);
   border: none;
   color: #fff;
   margin-bottom: 10px;
   padding: 4px 10px;
   font-size: 18px;
}

.elastislide-carousel #carousel {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

.elastislide-carousel #carousel div a img {
	display: block;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
    padding: 0;
}
.elastislide-carousel #carousel div a h1 {
	  margin-bottom: 12px;
}
.loading{
	position:absolute;
    top: 40%;
    left: 43%;
	display: none;
}

 @media screen and (min-width:320px) and (max-width:480px) {

#carousel{
		    width: 100% !important;
	}
#carousel .similar_slider{
		width: 100% !important;
    padding: 0px;
	}	
.similar_ars img {
	width: 100%;
}	 
.similar_ars .loading img {
	width: 20%;
   }
 .loading{
	
    top: 1% !important;
   
}
}


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

#carousel{
		width: 716px !important;
	}	


.similar_ars img {
	width: 100%;
}
.similar_ars .loading img {
	width: 20%;
   }
.loading{
	
    top: 2% !important;
   
}
}