
.component.budavartours.inline-offers {
	display: inline-block;
	margin: 10px 0;
	padding: 0;
	width: 630px;
	position: relative;
}

.component.budavartours.inline-offers > h2 {
	background-color: #000000;
	display: block;
	font-size: 0;
	height: auto;
	line-height: normal;
	margin: 0;
	min-height: auto;
	padding: 10px;
}

.component.budavartours.inline-offers > h2 > a {
	color: #ffffff;
	display: inline-block;
	font-family: "webfontregular", "Lucida Bright", "DejaVu Serif", Georgia, serif;
	height: 31px;
	margin: 0;
	padding: 0;
}

.component.bootstrap.budavartours.inline-offers > h2 > a > img { display: block; }

.component.budavartours.inline-offers > .container-offer {
	background-color: #e2dfdc;
	margin: 0;
	padding: 7px;
}

.component.budavartours.inline-offers > .container-offer:before,
.component.budavartours.inline-offers > .container-offer:after {
	display: table;
	content: " ";
}

.component.budavartours.inline-offers > .container-offer:after { clear: both; }

.component.budavartours.inline-offers > .container-offer > .col-lg-4,
.component.budavartours.inline-offers > .container-offer > .col-md-6,
.component.budavartours.inline-offers > .container-offer > .col-sm-6,
.component.budavartours.inline-offers > .container-offer > .col-xs-12 { padding: 3px; }

.component.budavartours.inline-offers > .container-offer > .product { width: 200px; }

.component.budavartours.inline-offers > .container-aside {
	display: block;
	position: absolute;
	max-width: 310px;
	min-width: 120px;
	height: 296px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	-moz-transform: translateX(-100%) translateY(0px);
	-webkit-transform: translateX(-100%) translateY(0px);
	-o-transform: translateX(-100%) translateY(0px);
	-ms-transform: translateX(-100%) translateY(0px);
	transform: translateX(-100%) translateY(0px);
	zoom: 1;
}

.component.budavartours.inline-offers > .container-aside > .advertise-content {
	max-width: 310px;
	max-height: 296px;
	height: auto;
}
