/* CSS */

.black::-webkit-input-placeholder {color: #303030;}
.black:-moz-placeholder { color: #303030;}
.black:-ms-input-placeholder { color: #303030;}
.black:-moz-placeholder { color: #303030;}

/* Custom scrollbar start */

/* width */
::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}			
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Custom scrollbar end */

.rlf {
	position: relative;
	float: left;
	width: 100%;
}
.bi {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.animate {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.animate-fast {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.animate-slow {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.noAnimate {
	-webkit-transition: all 0s ease-in-out !important;
	-moz-transition: all 0s ease-in-out !important;
	-o-transition: all 0s ease-in-out !important;
	transition: all 0s ease-in-out !important;
}

.d-c-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.d-c-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}
.d-c-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
}
.d-c-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	align-content:center;
}
.d-s-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-start;
	align-content:flex-start;
}
.d-e-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-end;
	align-content:flex-end;
}

@media screen and (min-width: 1100px) {

	.partners {
		height: 100%;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			height: 100%;
			display: block;
		}
			.partners__box {
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;		
			}
				.partners__box--img {
					width: 70%;
					height: 70%;
					max-width: 70%;
					max-height: 70%;
					object-fit: scale-down;
				}	
				.partners.singleGallery .partners__box--img {
					height: 100%;
					max-width: 100%;
					max-height: 100%;
					object-fit: cover;			
				}		
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		float: left;
		width: 100%;
		position: relative;
		margin: 2vw 0 2vw 0;
	}	
		.pliki a { 
			position: relative;
			float: left;
			text-decoration: none;
			font: normal normal 700 1vw/3vw Ubuntu;
			color: #fff;
			margin: 0 0.6vw 0.6vw 0;
			padding: 0 3vw 0 4.4vw;
			background: #0E0E0E url(../images/download_icon.svg) left 2vw top 50% no-repeat;
			background-size: 1.4vw;
		}
	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}
	
.mainPhoto { 
	height: 100%;
	z-index: 5;
}
	.gallery__box--img,
	.mainPhoto__img {
		height: 100%;
		object-fit: cover;	
	}
	.kbox .fade,
	.obox .fade,
	.partners__box .fade,
	.gallery__box .fade,
	.mainPhoto .fade {
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Ubuntu', sans-serif;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.partners__box:hover .fade,
		.gallery__box:hover .fade,
		.mainPhoto:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery { }
	.gallery__box { 
		width: calc(25% - 8px);
		height: 16vw;
		margin: 0 10px 10px 0;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery__box:nth-of-type(4n) {
		margin: 0 0 10px 0;
	}	
.white {
	color: #fff !important;
}	
.shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italicStyle em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.wrap { 
	width: 80%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.text_20 {
	float: left;
    width: 100%;
    position: relative;	
	font: normal normal 300 1.1vw/1.7vw Ubuntu;
	color: #0E0E0E;
}
.text_18 {
	float: left;
    width: 100%;
    position: relative;	
	font: normal normal 300 1vw/1.6vw Ubuntu;
	color: #0E0E0E;
}
	.text_18 ul {
		padding-left: 1.2vw;
		margin-top: 1vw;
	}
		.text_18 ul li::marker {
			color: #0187FE;
		}

.link {
	position: relative;
	float: left;
	text-decoration: none;
	background: #fff;
	font: normal normal 700 1vw/3vw Ubuntu;
	color: #FFFFFF;
	padding: 0 4.2vw 0 1.6vw;
	border: 2px solid #0187FE;
	background: #0187FE url('../images/arrowRightWhite.svg') right 1.6vw top 50% no-repeat;
	background-size: 1.19vw;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	cursor: pointer;
}
.link:hover {
	background: #0187FE url('../images/arrowRightWhite.svg') right 1vw top 50% no-repeat;
	background-size: 1.19vw;	
}
.link.orange {
	background: #FFA600 url('../images/arrowRightWhite.svg') right 1.6vw top 50% no-repeat;	
	border: 2px solid #FFA600;
}
.link.orange:hover {
	background: #FFA600 url('../images/arrowRightWhite.svg') right 1vw top 50% no-repeat;
	background-size: 1.19vw;	
}
.header_72 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 3.75vw/4.6vw Ubuntu;
	color: #0E0E0E;
}
.header_60,
.text_18 h2 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 3.1vw/3.6vw Ubuntu;
	color: #0E0E0E;
}
.header_40 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 2.1vw/2.6vw Ubuntu;
	color: #0E0E0E;	
}

.no-comp { display:none !important; }
.marginTop {
	margin-top: 8.5vw !important;
}

.popup {
	float:left;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.9);
	z-index:80;
	display:flex;
	justify-content:center;
	align-items:center;	
}
	.popup .wrap {
		float:left;
		width:80%;
		position:relative;
		height: auto;
	}
	.downloadPopup__wrap {
		flex-flow: column;
	}
	.popup .wrap .title {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 28px;
		font-weight: 300;
		line-height: 34px;
		text-align:center;
	}
	.downloadPopup__title {
		margin-bottom: 2vw !important;
	}
		.popup .wrap .title a {
			color:#fff;
		}
	.popup .wrap .close {
		float:left;
		height: 60px;
		position:relative;
		margin:20px 0px 0px -78px;
		padding:0px 40px 0px 40px;
		color: #000;
		font-family: 'Ubuntu', sans-serif;
		font-size: 21px;
		font-weight: 700;
		line-height: 60px;
		border:0;
		top:0;
		left:50%;
		cursor:pointer;
		text-align:center;
		text-decoration:none;
		background:#FFA600;
	}
	.downloadPopup__close {
		position: absolute;
		right: 10%;
		top: 6vw;
		width: 60px;
		height: 55px;
		color: #000;
		font-family: 'Ubuntu', sans-serif;
		font-size: 35px;
		font-weight: 700;
		line-height: 80px;
		background: #FFA600;
		padding-bottom: 5px;
		cursor: pointer;
	}
.facebook {
	margin-top:50px;
	z-index:60;
	border:3px solid #4a6ea9;
	width:330px;
	height: 214px;
	position: fixed;
	right: -336px;
	top:60px;
}
.facebook img {
	float:left;
	margin:-3px 0px 0px 0px;
	width:50px;
	position: absolute; 
	top: 0px; 
	left: -50px; 
}
.facebook .fb-page {
	float:left;
	margin:0px 0px 0px 0px;
	position:relative;
	width:330px;
	height:220px;
}
.fb-like-box { 
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	position: relative; 
}
#mapa-box { 
	float: left;
	width: 100%;
	height: 100% ;
	margin: 0 0 0 0;
	overflow: hidden;
	border: 0px solid #c0c0c0; 
}

#cookie_info { 
	position: fixed;
	float: left;
	width: 300px;
	z-index: 99999;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9); 
}
#user_information {}
.user_information_nag { 
	text-align: center;
	font: normal normal normal 24px/33px Ubuntu;
	padding: 45px 0 0 0;
	background: url('../images/cookie_icon.svg') top no-repeat;
	background-size: 35px;	
	margin: 35px 0 10px 0;
	color: #161616;
}
.user_information_text { 
	text-align: center;
	font: normal normal normal 14px/19px Ubuntu;
	margin: 0 10% 20px 10%;
	width: 80%;
	color: #161616;
}
#close_info_cookie { 
	background: #0187FE;
	font: normal normal 300 14px/36px Ubuntu;
	color: #FFFFFF;	
	padding: 0 20px 0 20px;
	margin: 0 0 30px 0;
	width: auto;
	cursor: pointer;
}
}

@media screen and (min-width: 0px) and (max-width: 1100px) {
	
	.partners {
		height: 100%;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			height: 100%;
			display: block;
		}
			.partners__box {
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;		
			}
				.partners__box--img {
					width: 70%;
					height: 70%;
					max-width: 70%;
					max-height: 70%;
					object-fit: scale-down;
				}	
				.partners.singleGallery .partners__box--img {
					height: 100%;
					max-width: 100%;
					max-height: 100%;
					object-fit: cover;			
				}		
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		float: left;
		width: 100%;
		position: relative;
		margin: 2vw 0 2vw 0;
	}	
		.pliki a { 
			position: relative;
			float: left;
			text-decoration: none;
			font: normal normal 700 14px/32px Ubuntu;
			color: #FFFFFF;
			padding: 0 10px 0 36px;
			margin: 0 6px 6px 0;
			background: #0E0E0E url(../images/download_icon.svg) left 2vw top 50% no-repeat;
			background-size: 16px;
		}
	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}
	
.mainPhoto { 
	height: 100%;
	z-index: 5;
}
	.gallery__box--img,
	.mainPhoto__img {
		height: 100%;
		object-fit: cover;	
	}
	.kbox .fade,
	.obox .fade,
	.partners__box .fade,
	.gallery__box .fade,
	.mainPhoto .fade {
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Ubuntu', sans-serif;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.partners__box:hover .fade,
		.gallery__box:hover .fade,
		.mainPhoto:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery { }
	.gallery__box { 
		width: calc(50% - 5px);
		height: 30vw;
		margin: 0 10px 10px 0;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery__box:nth-of-type(2n) {
		margin: 0 0 10px 0;
	}	
.white {
	color: #fff !important;
}	
.shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italicStyle em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.wrap { 
	width: 94%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.text_20 {
	float: left;
    width: 100%;
    position: relative;	
	font: normal normal 300 15px/23px Ubuntu;
	color: #0E0E0E;
}
.text_18 {
	float: left;
    width: 100%;
    position: relative;	
	font: normal normal 300 15px/23px Ubuntu;
	color: #0E0E0E;
}
	.text_18 ul {
		padding-left: 20px;
		margin-top: 10px;
	}
		.text_18 ul li::marker {
			color: #0187FE;
		}

.link {
	position: relative;
	float: left;
	text-decoration: none;
	background: #fff;
	font: normal normal 700 14px/32px Ubuntu;
	color: #FFFFFF;
	padding: 0 36px 0 10px;
	border: 2px solid #0187FE;
	background: #0187FE url('../images/arrowRightWhite.svg') right 10px top 50% no-repeat;
	background-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.link:hover {
	background: #0187FE url('../images/arrowRightWhite.svg') right 5px top 50% no-repeat;
	background-size: 16px;	
}
.link.orange {
	background: #FFA600 url('../images/arrowRightWhite.svg') right 10px top 50% no-repeat;	
	border: 2px solid #FFA600;
    background-size: 16px;
}
.link.orange:hover {
	background: #FFA600 url('../images/arrowRightWhite.svg') right 5px top 50% no-repeat;
	background-size: 16px;	
}
.header_72 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 6vw/8vw Ubuntu;
	color: #0E0E0E;
}
.header_60,
.text_18 h2 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 6vw/8vw Ubuntu;
	color: #0E0E0E;
}
.header_40 {
	float: left;
    width: 100%;
    position: relative;
	font: normal normal 700 4.6vw/6vw Ubuntu;
	color: #0E0E0E;	
}

.no-comp { display:none !important; }
.marginTop {
	/* margin-top: 8.5vw !important; */
}	
	
.popup {
	float:left;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.9);
	z-index:80;
	display:flex;
	justify-content:center;
	align-items:center;	
}
	.popup .wrap {
		float:left;
		width:80%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		height: auto;
	}
	.downloadPopup__wrap {
		width: 90% !important;
	}
	.popup .wrap .title {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		text-align:center;
	}
	.downloadPopup__title {
		margin-bottom: 20px !important;
	}
		.popup .wrap .title a {
			color:#fff;
		}
	.popup .wrap .close {
		float:left;
		height: 60px;
		position:relative;
		margin:20px 0px 0px -78px;
		padding:0px 40px 0px 40px;
		color: #000;
		font-family: 'Ubuntu', sans-serif;
		font-size: 18px;
		font-weight: 500;
		line-height: 60px;
		border:0;
		top:0;
		left:50%;
		cursor:pointer;
		text-align:center;
		text-decoration:none;
		background:#FFA600;
	}
	.downloadPopup__close {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 50px;
		height: 45px;
		color: #000;
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		font-weight: 700;
		line-height: 80px;
		background: #FFA600;
		padding-bottom: 5px;
		cursor: pointer;
	}

.mobile-contact {
	float:right;
	position:fixed;
	right:5%;
	bottom:20px;
	font-size:24px;
	line-height:24px;
	margin:0px 0px 0px 0px;
	padding:11px 14px 9px 14px;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	border-radius:40em;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	z-index:40;
}
.mobile-info {
	display:none;
	float:right;
	position:fixed;
	right:5%;
	bottom:70px;
	font-size:14px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 25px;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	cursor:pointer;
	z-index:40;
}
	.mobile-info .box {
		float:right;
		margin:0px 0px 0px 0px;
		padding:10px 0px 10px 0px;
		position:relative;
		text-align:right;
		font-size:16px;
		line-height:24px;
		display:inline-block;
		text-decoration:none;
		color:#fff;
		clear:both;
	}
	.mobile-info .box .mobile-ikon {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size:18px;
		top:1px !important;
		right:5px;
	}
	
.facebook { display:none; }


#cookie_info { 
	position: fixed;
	float: left;
	width: 100%;
	z-index: 99999;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9); 
}
#user_information {}
.user_information_nag { 
	text-align: center;
	font: normal normal normal 20px/30px Ubuntu;
	padding: 40px 0 0 0;
	background: url('../images/cookie_icon.svg') top no-repeat;
	background-size: 30px;	
	margin: 25px 0 10px 0;
	color: #161616;
}
.user_information_text { 
	text-align: center;
	font: normal normal normal 14px/19px Ubuntu;
	margin: 0 10% 20px 10%;
	width: 80%;
	color: #161616;
}
#close_info_cookie { 
	background: #0187FE;
	font: normal normal 300 14px/36px Ubuntu;
	color: #FFFFFF;	
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
	width: auto;
	cursor: pointer;
}
	
}