.header {
	x-background: url(/on-line/i/dancing.jpg) center bottom no-repeat;
	position: relative;
}




.carousel-wrap {
	height: 300px;
	bottom: 6px;
	right: 0;
	position: absolute;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.carousel-gap {
	margin: auto 0;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: -30px;
}



.header-line {
	margin: 0 -30px;
	margin-top: 110px;
	position: relative;
	border-bottom: 6px solid #FFEDB8;
	z-index: 2;
}

.page {
	padding-top: 1em;
}

.page-content {
	margin-top: 0;
	
	position: relative;
}

.events-list-gap {
	background: url(/on-line/i/events-list-bg.png) bottom right no-repeat #FAF7F0;
	margin-right: 280px;
	padding: 1em;
	margin-top: -1em;
}

.event-item:last-child {
	margin-bottom: 0 !important;
}


.main-banner {
	width: 250px;
	position: absolute;
	top: 1em;
	right: 0;
}
.main-banner-link {
	text-decoration: none;
}
.main-banner-label {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: normal;
	color: #666;
	line-height: 1.2;
}
.main-banner-label-accent {
	color: #7B002F;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.4em;
}

.product-related-label {
	color: #184A08;
}

.product-flag__new {
	display: none !important;
}


.subscription-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 2147483647;
}

.subscription {
	position: fixed;
	top: 100px;
	left: 25%;
	width: 50%;
	background: #FEEDB9;
	opacity: 0.95;
	padding: 1em;
	border-left: 10px solid #ccc;
}

.subscription-header {
	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: bold;
}

.subscription-actions {
	margin-top: 1em;
	text-align: right;
	margin-right: -1em;
	margin-bottom: -1em;
}

.subscription-content p {
	margin-bottom: 1em;
}

.subscription-actions form {
	display: inline-block;
	margin: 1em;
}
