*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}


body {
	position: relative;
	font-size: 14px;
	line-height: 22px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #115398;
	text-decoration: none;
}

.hidden{
	visibility: hidden;
}

.logo{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.has-shadow:before {
	content: "";
	z-index: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.49);
}

.bg-blur {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.content-holder {
	width: 500px;
	position: relative;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #f3f3f3;
}

.content-holder > div{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.header{
	min-height: 55px;
}

.content-holder{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.content-holder .body {
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}

.content-holder .body p:first-child{
	margin-top: 0;
}

.btn-accept{
	display: block;
	background-image: url("/images/general/bt_ok_cookie.png");
	background-repeat: no-repeat;
	width: 226px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
}

.actions{
	margin-top: 15px;
	margin-bottom: 15px;
}

.service{
	font-size: 11px;
}
