.adhorizontal
{
	width: 80%;
	max-width: 810px;
	padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.adhalfpage
{
	max-width: 400px;
	margin: 30px auto;
}
.adbottommargin
{
	margin-top: 10px;
	clear: both;
}

.footer-ad
{
	width: 100%;
	max-height: 90px;
	background-color: #ffffff;
	border-top: 1px solid #aaa;
	margin-top: 4px;
	display: flex;
	justify-content: center;
}

.search-page-top-ad
{
	display: none;
}

@media all and (max-width: 1000px), all and (max-height: 900px)
{
	.search-page-top-ad
	{
		display: block;
	}

	#cookiebar
	{
		bottom: 50px;
	}
}

@media all and (max-height: 760px)
{
	.footer-ad
	{
		display: none;
	}
}
@media all and (max-width: 820px)
{
	#calendarAdInsideWrapper
	{
		display: table-row;
	}
}