div.site-container {
	position: relative;

	background-image: url(/static/img/default/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


div.topbar {
}

	div.topbar div.content {
		margin: auto;
		width: 1140px;
	}

		div.topbar div.content a.logo {
			float: left;
			width: 90px;
			height: 90px;
			background-image: url(/static/img/default/adverticum-logo.svg);
			background-repeat: no-repeat;
			background-size: 76px 71px;
			background-position: 0px 10px;
		}

			div.topbar div.content div.social-links {
				float: left;
				width: 120px;
				height: 50px;
				margin: 28px 0px 0px 10px;
			}

				div.topbar div.content div.social-links a {
					float: left;
					width: 24px;
					height: 24px;
					background-repeat: no-repeat;
					background-size: 24px 24px;
					background-position: 0px 0px;
					color: green;
					margin-left: 12px;
				}

				div.topbar div.content div.social-links svg {
					fill: #8fc540;
				}

				div.topbar div.content div.social-links svg:hover {
					fill: black;
				}

			div.topbar div.content div.language {
				float: left;
				width: 70px;
				height: 50px;
				margin: 30px 0px 0px 10px;
			}

				div.topbar div.content div.language a:hover {
					color: black;
				}


div.site-content {
	width: 1140px;
	margin: auto;
	text-align: left;
}

	div.site-content div.page {
		margin: 40px auto 0px auto;
		width: 800px;
		min-height: 400px;
	}


div.banner {
	width: 100%;
	height: 330px;
	background-image: url(/static/img/banner/banner-bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: white;
}

	div.banner div.content {
		padding-top: 36px;
	}

		div.banner div.content p.title {
			font-size: 28px;
		}

		div.banner div.content p.desc {
			max-width: 800px;
			margin: auto;
		}

		div.banner div.content a.tcf-registered-vendor {
			position: absolute;
			top: 260px;
			right: 20px;
			display: block;
			background-image: url(/static/img/default/TCF-registered-Vendor.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			width: 150px;
			height: 84px;
		}

		div.banner div.content a.szechenyi2020 {
			position: absolute;
			top: 355px;
			right: 22px;
			display: block;
			background-image: url(/static/img/szechenyi2020.jpeg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			width: 145px;
			height: 45px;

		}

		div.banner div.content a.link {
			position: absolute;
			right: 0px;
			display: block;
			background-repeat: no-repeat;
			background-position: 15px center;
			background-color: white;
			background-size: 28px 28px;
			width: 60px;
			height: 40px;
			border-radius: 20px 0px 0px 20px;
		}

			div.banner div.content a.link div.text {
				display: none;
			}

		div.banner div.content a.adserver-admin-link {
			top: 140px;
			background-image: url(/static/img/default/adserver-admin-link.svg);
		}

		div.banner div.content a.link:hover {
			width: 180px;
		}

			div.banner div.content a.link:hover div.text {
				display: block;
				color: #808080;
				font-size: 13px;
				font-weight: 600;
				text-transform: uppercase;
				margin: 10px 5px 0px 38px;
			}

		div.banner div.content a.newsletter-link {
			top: 200px;
			background-image: url(/static/img/default/newsletter-link.svg);
		}


div.clients {
	width: 1140px;
	margin: 60px auto 0px auto;
}

	div.clients div.column {
		float: left;
		width: 256px;
		padding: 10px;
	}

	div.clients div.column p {
		font-size: 13px;
	}

	div.clients div.column-m {
		margin-left: 10px;
	}

div.clients div.publisher div.icon {
	background-image: url(/static/img/icon/icon-publisher.svg);
}

	div.clients div.publisher a:hover div.icon {
		background-image: url(/static/img/icon/icon-publisher-hover.svg);
	}

div.clients div.agency div.icon {
	background-image: url(/static/img/icon/icon-agency.svg);
}

	div.clients div.agency a:hover div.icon {
		background-image: url(/static/img/icon/icon-agency-hover.svg);
	}

div.clients div.advertiser div.icon {
	background-image: url(/static/img/icon/icon-advertiser.svg);
}

	div.clients div.advertiser a:hover div.icon {
		background-image: url(/static/img/icon/icon-advertiser-hover.svg);
	}

div.clients div.network div.icon {
	background-image: url(/static/img/icon/icon-network.svg);
}

	div.clients div.network a:hover div.icon {
		background-image: url(/static/img/icon/icon-network-hover.svg);
	}

div.intro {
	background-image: url(/static/img/why-choose-us.jpg);
	background-repeat: no-repeat;
	background-size: 570px auto;
	background-position: left;
	width: 1140px;
	margin: 120px auto 0px auto;
	text-align: center;
}

	div.intro div.text {
		margin-left: 600px;
		text-align: left;
		font-size: 14px;
	}

		div.intro div.text h4 {
			font-size: 20px;
			font-weight: 600;
			text-transform: uppercase;
		}




div.services {
	width: 100%;
	height: 430px;
	margin: 120px auto 0px auto;
	text-align: center;
	overflow: hidden;
}

	div.services a.service {
		float: left;
		width: 25%;
		height: 570px;

		background-repeat: no-repeat;

		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);

		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}

		div.services a.service div.img {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			height: 430px;
		}

		div.services a.service div.text {
		}

	div.services a.service:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);

		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		transition-duration: 0.4s;

		-webkit-transform: translateY(-140px); 
		-moz-transform: translateY(-140px); 
		-ms-transform: translateY(-140px); 
		-o-transform: translateY(-140px); 
		transform: translateY(-140px); 
	}

		div.services a.service:hover div.text {
			display: block;
		}


div.icons {
	width: 100%;
	margin: 60px auto 0px auto;
	padding: 60px 0px;
	text-align: center;
}

	div.icons div.content {
		width: 1140px;
		margin: auto;
	}

		div.icons div.content div.row {
		}

		div.icons div.content div.row div.item:hover {
			transform: scale(1.05);
		}

		div.icons div.content div.row-2 {
			margin-top: 30px;
		}

			div.icons div.content div.row div.item {
				width: 32%;
				float: left;
				height: 120px;
			}

				div.icons div.content div.row div.item div.text {
					float: left;
					width: 239px;
					height: 120px;
				}

			div.icons div.content div.row div.item-m {
				margin-right: 2%;
			}

			div.icons div.content div.row div.item-1 {
				margin-left: 210px;
			}



div.blog {
	width: 1140px;
	margin: 60px auto 0px auto;
	text-align: center;
}

	div.blog h3 {
		margin: 0px 0px 40px 0px;
	}

	div.blog div.columns div.column {
		float: left;
		width: 30%;
		text-align: left;
	}

	div.blog div.columns div.column-m {
		margin-right: 5%;
	}

	div.blog div.columns div.column div.img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 200px;
	}


div.news {
	width: 1140px;
	margin: 60px auto 0px auto;
	text-align: center;
}

	div.news div.row {
	}

		div.news div.row div.news-item {
			position: relative;
			background-repeat: no-repeat;
			background-position: center; 
			background-size: cover;
			float: left;
			height: 192px;
			text-align: left;
			overflow: hidden;
		}

		div.news div.row div.news-item-m {
			margin-left: 2px;
		}

			div.news div.row div.news-item::before {
				position: absolute;
				bottom: 0;
				background-image: linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.8 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -moz-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.8 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -ms-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.8 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -o-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.8 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -webkit-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.8 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				content: "\00a0";
				height: 50%;
				width: 100%;
			}

				div.news div.row a:hover div.news-item::before {
					height: 100%;
				}

			div.news div.row div.news-item div.text {
				position: absolute;
				bottom: 20px;
				left: 20px;
			}

				div.news div.row div.news-item div.text p.date {
					margin: 0;
					color: #a0a0a0;
					font-size: 12px;
				}

				div.news div.row div.news-item div.text h5 {
					margin: 0;
					color: white;
					font-weight: 600;
					font-size: 14px;
				}

				div.news div.row div.news-item div.text div.description {
					display: none;
				}

				div.news div.row a:hover div.news-item div.text div.description {
					margin: 10px 0px 0px 0px;
					color: white;
					font-size: 12px;
					display: block;
				}

	div.news div.row-1 {
	}

		div.news div.row-1 div.news-item {
			width: 378px;
		}

	div.news div.row-2 {
		margin-top: 2px;
	}

		div.news div.row-2 div.news-item {
			width: 283px;
		}

div.partners-highlighted {
	width: 1140px;
	margin: auto;
}

div.eset {
	width: 540px;
	float: left;
}

	div.eset div.text {
		width: 510px;
		margin: 20px auto 0px auto;
	}

div.datame {
	width: 540px;
	float: right;
}

	div.datame div.text {
		width: 510px;
		margin: 20px auto 0px auto;
	}

div.partners {
	width: 1140px;
	margin: 80px auto;
	text-align: center;
}

footer {
	margin: 100px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #f0f0f0;
}

	footer div.content {
		width: 800px;
		margin: 0px auto;
		text-align: center;
		padding: 40px 0px;
	}

	footer ul.menu {
		text-align: center;
		width: 720px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: space-between;
	}

		footer ul.menu li {
			margin: 0;
			padding: 0;
		}

			footer ul.menu li a {
				text-transform: uppercase;
				color: black;
				font-size: 14px;
				font-weight: 600;
			}

	footer ul.links {
		text-align: center;
		width: 600px;
		margin: 30px auto 0px auto;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: space-between;
		color: #606060;
	}

		footer ul.links a {
			color: #99a09d;
			text-transform: uppercase;
		}

		footer ul.links a.contact {
			color: #8fc540;
			font-weight: bold;
		}

	footer div.copyright {
		clear: both;
		margin-top: 60px;
		color: #a0a0a0;
		font-size: 14px;
	}

a.button-right {
	float: right;
}


div.topbar div.content div.search {
	float: right;
	margin-top: 28px;
}

input#search-form-text {
	float: left;
	width: 140px;
	height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 2px 4px;
	background: white;
	border: 1px solid #8fc540;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

a#search-form-button {
	float: left;
	width: 20px;
	height: 20px;
	margin: 4px 10px 0px 0px;
	background: url('/static/img/default/search.svg') no-repeat;
	color: white;
	cursor: pointer;
}










span.hidden-info {
	display: none;
}

div.partners-box {
	margin: 0px auto;
	padding-top: 17px;
	position: relative;
	width: 900px;
}

	div.partners-box a.partner-icon {
		background: url("/static/img/partners.png");
		display: block;
		float: left;
		margin-right: 20px;
		height: 50px;
	}

	div.partners-box a.partner-row {
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		margin-top: 12px;
	}

		div.partners-box a.partner-row:hover {
			cursor: pointer;
		}

	div.partners-box a#left-row {
		background: url("/static/img/default/arrow-left.svg");
		margin-right: 17px;
	}

	div.partners-box a#right-row {
		background: url("/static/img/default/arrow-right.svg");
		margin-left: 15px;
	}

	div.scrollable {
		overflow: hidden;
		position: relative;
		width: 800px;
		float: left;
		height: 60px;
	}

		div.scrollable div.items {
			width: 20000em;
			position: absolute;
		}











#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a,
#main-menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1em;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu > ul > li > a {
	height: 64px;
}
#main-menu:after,
#main-menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#main-menu #menu-button {
	display: none;
}
#main-menu {
	float: left;
	width: 620px;
	margin: 26px 0px 0px 40px;
}
#main-menu > ul {
	float: none;
	text-align: center;
	white-space: nowrap;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
#main-menu > ul > li {
	display: inline;
	float: none;
}
#main-menu > ul > li > a {
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 15px;
	display: inline-block;
}
#main-menu > ul > li:hover > a,
#main-menu > ul > li > a:hover {
}
#main-menu > ul > li.active > a {
}
#main-menu > ul > li.has-sub > a {
	padding-right: 35px;
}
#main-menu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #d0d0d0;
	right: 15px;
	top: 15px;
}
#main-menu > ul > li.has-sub:hover > a::after {
	border-top-color: #e0e0e0;
}
#main-menu ul ul {
	background: white;
	z-index: 9999;
	text-align: left;
	position: absolute;
	left: -9999px;
	top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
/*
submenu back arrow
#main-menu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #f0f0f0;
	top: 12px;
	left: -4px;
}
*/
#main-menu > ul > li > ul {
	top: 0px;
}
#main-menu > ul > li:hover > ul {
	top: 64px;
	left: 0px;
	opacity: 1;
}
#main-menu ul ul > li:hover > ul {
	left: 240px;
	top: 0;
	opacity: 1;
	background: #efefef;
}
	#main-menu ul ul > li:hover > ul > li > a {
		font-weight: 400;
	}
#main-menu ul ul li a {
	white-space: normal;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 25px;
	width: 240px;
	color: #6b6b6b;
}
#main-menu ul ul li.active > a {
	color: black;
}
#main-menu ul ul li:hover > a {
	background: #efefef;
	color: black;
}
#main-menu > ul > li > ul::after {
	position: absolute;
	display: block;
}
/* right arrow next to submenu item with submenu */
#main-menu ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #d0d0d0;
	right: 17px;
	top: 14px;
}
#main-menu ul ul li.has-sub.active > a::after {
}
#main-menu ul ul li.has-sub:hover > a::after {
	border-left-color: #e0e0e0;
}

