#vk_comments,
#vk_comments iframe {
    width:100% !Important;
}

.owl-wrapper-outer {
	position: absolute !important; /* fix percentage width bug, see owlResponsiveUpdate function */
}

a.il-link {
	display: block;
	text-align: center;
}

a.il-link, a.il-link:hover {
	text-decoration: none !important;
}

.owl-custom-img-container {
	background: #F8F8F8;
}
.owl-carousel .owl-item img, .il-single-image{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.owl-carousel .owl-item .vertical img, .vertical .il-single-image {
	margin-top: 0;
	width: auto;
	height: 100%;
}

.owl-custom-controls {
		font: 15px/17px Verdana;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
	}
	.owl-custom-controls .prev, .owl-custom-controls .next {
		font: 17px/17px Comic Sans MS;
		font-weight: bold;
		display: inline-block;
		width: 17px;
		padding: 1px 2px 4px 3px;
		text-align: center;
		border: 2px solid transparent;
		border-radius: 50%;
		text-decoration: none !important;
		color: black;
		}
		.owl-custom-controls .prev:hover, .owl-custom-controls .next:hover {
			border-color: #E4E4E4;
		}
	.owl-custom-controls .pager {
		display: inline-block;
		padding: 0 10px;
	}

.owl-custom-info {
	padding-top: 4px;
	font: 10px/16px Tahoma;
	text-align: left;
	}
	.owl-custom-name {
		color: black;
	}
	.owl-custom-description {
		color: #888;
	}
