		div.topbar div.content div.search {
			display: none;
		}

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

			div.topbar div.content div.social-links {
				display: none;
			}


	div.site-content div.page {
		margin: 40px 20px 0px 20px;
	}

		div.site-content div.page img {
			max-width: 100%;
			height: auto;
		}


div.banner {
	width: 100%;
	min-height: 200px;
	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: 20px 20px 20px 20px;
	}

		div.banner div.content a.adserver-admin-link {
			display: none;
		}
		div.banner div.content a.newsletter-link {
			display: none;
		}

div.clients {
	margin: 0px 20px 20px 20px;
}

	div.clients div.column {
		margin-top: 40px;
	}

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

		div.clients div.column h5 {
			margin-top: 10px;
			margin-bottom: 10px;
		}

	div.clients div.publisher 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-hover.svg);
	}

	div.clients div.advertiser 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-hover.svg);
	}


div.intro {
	background-image: url(/static/img/why-choose-us.jpg);
	background-repeat: no-repeat;
	background-size: 100% 280px;
	background-position: top;
	margin: 40px auto 0px auto;
	text-align: center;
}

	div.intro div.text {
		font-size: 14px;
		padding-top: 280px;
		margin: 0px 20px;
	}

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



	div.services a.service {
		float: left;
		width: 50%;
		background-repeat: no-repeat;
		margin-bottom: 20px;

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

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


		div.icons div.content div.row div.item {
			clear: both;
			padding: 20px;
		}

			div.icons div.content div.row div.item div.text {
				padding: 20px;
			}


div.blog {
	margin: 60px 20px 0px 20px;
}

	div.blog h3 {
		text-align: center;
	}


div.news {
	margin: 60px 20px 0px 20px;
}

	div.news h3 {
		text-align: center;
	}



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

			div.news div.row div.news-item::before {
				position: absolute;
				bottom: 0;
				background-image: linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.9 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -moz-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.9 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -ms-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.9 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -o-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.9 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				background-image: -webkit-linear-gradient( bottom, 
					rgba( 0, 0, 0, 0.9 ) 0%, 
					rgba( 0, 0, 0, 0 ) 100% );
				content: "\00a0";
				height: 60%;
				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: #d0d0d0;
					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.eset div.text {
		margin: 20px;
	}

	div.datame div.text {
		margin: 20px;
	}


div.partners {
	display: none;
}



footer {
	margin: 40px 0px 0px 0px;
	border-top: 1px solid #f0f0f0;
	background: #f8f8f8;
}

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

	footer ul.menu {
		text-align: center;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

		footer ul.menu li {
			margin-top: 10px;
		}

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

	footer ul.links {
		text-align: center;
		margin: 30px auto 0px auto;
		padding: 0px;
		list-style-type: none;
		color: #606060;
	}

		footer ul.links li {
			margin-top: 10px;
		}

		footer ul.links a {
			color: #99a09d;
		}

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

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







#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 {
	padding: 0;
	border-bottom: none;
}
#main-menu > ul {
	display: none;
	background: #e0e0e0;
}
#main-menu > ul.open {
	display: block;
	margin: 66px 0px 0px 0px;
	padding: 0;
}
#main-menu > ul > li {
	float: none;
	display: block;
	border-top: 1px solid white;
	text-transform: uppercase;
}
#main-menu > ul > li > a {
	padding: 12px 25px;
	color: #808080;
}
#main-menu > ul > li > ul > li > a {
	padding: 8px 25px 8px 50px;
	color: #808080;
}
#main-menu > ul > li > ul > li > ul > li > a {
	padding: 8px 25px 8px 75px;
	color: #808080;
}
#main-menu > ul > li.has-sub > a {
	padding-right: 25px;
}
#main-menu #menu-button {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: black;
	padding: 12px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
#main-menu ul ul,
#main-menu ul li:hover > ul,
#main-menu > ul > li > ul,
#main-menu ul ul ul,
#main-menu ul ul li:hover > ul {
	left: 0;
	right: auto;
	top: auto;
	opacity: 1;
	width: 100%;
	padding: 0;
	position: relative;
	text-align: left;
}
#main-menu ul ul li {
	width: 100%;
}
#main-menu ul ul li a {
	width: 100%;
	box-shadow: none;
	padding-left: 40px;
	color: #808080;
}
#main-menu ul ul ul li a {
	padding-left: 60px;
	color: #808080;
}
#main-menu ul ul ul ul li a {
	padding-left: 80px;
	color: #808080;
}
#main-menu #menu-button::after {
	display: block;
	content: '';
	position: absolute;
	height: 6px;
	width: 40px;
	border-top: 4px solid #90c743;
	border-bottom: 4px solid #90c743;
	right: 40px;
	top: 32px;
}
#main-menu #menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 6px;
	width: 40px;
	border-top: 4px solid #90c743;
	right: 40px;
	top: 52px;
}
#main-menu > ul > li.has-sub > a::after,
#main-menu ul ul li.has-sub > a::after {
	display: none;
}
#main-menu > ul > li:hover > a,
#main-menu > ul > li > a:hover {
	background: none;
}
#main-menu ul ul li:hover > a {
	background: none;
}





