div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
a.link-wrapper {
	padding: 0 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent !important;
	z-index: 9999;
	border: none !important;
}
.detail-picture {
	display: none !important;
}
@media (max-width: 767px) {
	section.slider .home-slider .item img {
/*		z-index: 2;
		position: absolute;
		height: auto;*/
		width: 100% !important;
		/*right: initial;
		margin: auto;*/
		left: 0;
		right: 0;
	}
}


.owl-carousel .owl-item img.img-desktop { display: block; }
.owl-carousel .owl-item img.img-mobile { display: none; }

@media (max-width: 767px) {
  .owl-carousel .owl-item img.img-desktop { display: none; }
  .owl-carousel .owl-item img.img-mobile { display: block; }
}

img.img-mobile {
    width: 100% !important;
}