body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: white;
	color: black;
	position: relative;
}

.clear {
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #8fc540;
}

fieldset.flat {
	border: none;
}

table {
	max-width: 100%;
}

div#main {
	font-size: 14px;
	padding: 10px;
	min-height: 400px;
}

	div#main h1 {
		font-size: 24px;
	}

	div#main h2 {
		font-size: 20px;
	}

	div#main h3 {
		font-size: 18px;
	}

	div#main h4 {
		font-size: 16px;
	}

	div#main p {
		margin: 10px 0px 0px 0px;
	}

	div#main ul li {
		margin-top: 6px;
	}


p.error {
	margin: 10px 0px;
	text-align: center;
	color: red;
}

div.actions {
	margin-top: 20px;
	font-size: 13px;
}

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

	div.postponed_messages p.postponed_error {
		color: red;
	}

	div.postponed_messages p.postponed_warning {
		color: blue;
	}

	div.postponed_messages p.postponed_message {
		color: green;
	}


div.youtube-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

	div.youtube-video-container iframe,
	div.youtube-video-container object,
	div.youtube-video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



div#main div.sitemap p.level_0 {
	margin-top: 20px;
}

div#main div.sitemap p.level_1 {
	margin-left: 20px;
}

div#main div.sitemap p.level_2 {
	margin-left: 40px;
}

div#main div.sitemap p.level_3 {
	margin-left: 60px;
}

div#main div.sitemap p.level_4 {
	margin-left: 80px;
}

div#main div.sitemap p.level_5 {
	margin-left: 100px;
}


div.site-container {
	background-color: white;
}

		div.banner div.content p.title {
			font-size: 20px;
			text-transform: uppercase;
		}

		div.banner div.content p.desc {
			font-size: 16px;
		}

		div.banner div.content a.button {
			display: block;
			margin: 40px auto;
			width: 80px;
			border: 1px solid white;
			border-radius: 10px;
			padding: 10px 40px;

			font-size: 14px;
			font-weight: 600;
			text-transform: uppercase;
			color: white;
		}

			div.banner div.content a.button:hover {
				background: white;
				color: #808080;
			}

div.clients {
	text-align: center;
}

div.clients div.icon {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 110px;
	height: 110px;
	margin: auto;
}

	div.clients div.column h5 {
		font-size: 16px;
		font-weight: 600;
	}

	div.clients div.column p {
		color: #808080;
	}



a.button {
	border: 1px solid #8fc540;
	border-radius: 10px;
	padding: 10px 40px;

	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

a.button:hover {
	background: #8fc540;
	color: white;
}


	div.intro a.button {
		display: block;
		margin: 40px auto;
		width: 80px;
	}



	div.services a.service-mobile {
		background-image: url(/static/img/services/mobile.jpg);
	}

	div.services a.service-statistics {
		background-image: url(/static/img/services/statistics.jpg);
	}

	div.services a.service-video {
		background-image: url(/static/img/services/video.jpg);
	}

	div.services a.service-display {
		background-image: url(/static/img/services/display.jpg);
	}


			div.services a.service div.text h5 {
				margin: 10px 10px 10px 10px;
				font-size: 14px;
				font-weight: 600;
				color: #404040;
			}

			div.services a.service div.text p {
				margin: 0px 10px 10px 10px;
				font-size: 13px;
				color: #808080;
			}



div.icons {
	background: #eeeeee;
}


				div.icons div.content div.row div.item div.icon {
					float: left;
					width: 120px;
					height: 120px;
					background-repeat: no-repeat;
					background-size: auto 80px;
					background-position: center center;
				}

				div.icons div.content div.row div.item div.text {
					text-align: left;
					color: #676c6a;
					margin-left: 5px;
				}

					div.icons div.content div.row div.item div.text h5 {
						font-size: 16px;
						font-weight: 600;
						margin: 5px 0px 0px 0px;
					}

					div.icons div.content div.row div.item div.text p {
						font-size: 13px;
						font-weight: 400;
						margin: 6px 0px 0px 0px;
					}


			div.icons div.content div.row div.item-1 div.icon {
				background-image: url(/static/img/icon/1.svg);
			}

			div.icons div.content div.row div.item-2 div.icon {
				background-image: url(/static/img/icon/2.svg);
			}

			div.icons div.content div.row div.item-3 div.icon {
				background-image: url(/static/img/icon/3.svg);
			}

			div.icons div.content div.row div.item-4 div.icon {
				background-image: url(/static/img/icon/4.svg);
			}

			div.icons div.content div.row div.item-5 div.icon {
				background-image: url(/static/img/icon/5.svg);
			}

			div.icons div.content div.row div.item-6 div.icon {
				background-image: url(/static/img/icon/6.svg);
			}



	div.blog h3 {
		text-transform: uppercase;
		font-weight: 600;
	}


	div.blog div.columns div.column h5 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 16px;
		color: #676c6a;
		margin: 10px 0px 0px 0px;
	}

	div.blog div.columns div.column p {
		color: #676c6a;
		font-size: 14px;
	}

	div.blog div.columns div.column p.date {
		margin: 4px 0px 0px 0px;
		font-size: 13px;
		color: #b3b5b4;
	}

	div.blog a.button {
		display: block;
		margin: 40px auto;
		width: 140px;
	}


	div.news h3 {
		text-transform: uppercase;
		font-weight: 600;
		margin: 0px 0px 40px 0px;
	}

		div.news a.button {
			display: block;
			margin: 40px auto;
			width: 80px;
		}


div.eset {
	margin: 80px auto 0px auto;
	text-align: center;
}

	div.eset div.text {
		font-size: 14px;
		text-align: center;
		color: #99a09d;
	}

a#home-eset-img {
	background: url(/static/img/eset.png);
	background-size: 288px 57px;
	width: 288px;
	height: 57px;
	display: block;
	margin: auto;
}

div.datame {
	margin: 80px auto 0px auto;
	text-align: center;
}

	div.datame div.text {
		font-size: 14px;
		text-align: center;
		color: #99a09d;
	}

a#home-datame-img {
	background: url(/static/img/datame.png);
	background-size: 182px 46px;
	width: 182px;
	height: 46px;
	display: block;
	margin: auto;
}


		div.site-content div.page h1 {
			font-size: 30px;
		}

		div.site-content div.page h2 {
			font-size: 24px;
		}

		div.site-content div.page h3 {
			font-size: 22px;
		}

		div.site-content div.page h4 {
			font-size: 18px;
		}

		div.site-content div.page h5 {
			font-size: 16px;
		}

		div.site-content div.page h6 {
			font-size: 14px;
		}

		div.site-content div.page p {
			margin: 10px 0px 0px 0px;
		}

		div.site-content div.page ul li {
			margin: 6px 0px 0px 0px;
		}


div#news-container div.news-item img {
	max-width: 100%;
	height: auto;
}


div.opt_out_btn {
	text-align: center;
	padding-top: 20px;
}

	div.opt_out_btn input#disable_adserver_cookies_btn {
		padding: 5px 20px;
	}

footer ul.links a {
	text-transform: uppercase;
}

