#eu_cookies {
	font-family:'FontAwesome';
	font-size:1.2rem;
	text-align:center; 
	padding: 10px; 
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.9); 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:1019;
	display:inline-block;
	opacity:1;
	visibility:visible;
	transition: all 0.5s;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	overflow-y: auto;
}

#eu_cookies:target {
	opacity:0;
	visibility:hidden;
}	
	
#eu_cookies a {
	font-family:'FontAwesome';
	font-size:1.2rem;
	color: gold;
}

#eu_cookies p {
	font-family:'FontAwesome';
	font-size:1.2rem;
	color: #fff;
}

#eu_cookies button {
 	width:auto;
	font-family:'FontAwesome';
	font-size:18px;
	background-color: #2d7dc4;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: none;
  color: white;
  padding: 10px 17px;
  text-decoration: none;
  margin: 5px 5px;
  cursor: pointer;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  transition: all 0.3s;
}


#cookies_podmienky {
	visibility:hidden;
	opacity:0;
	font-family:'FontAwesome';
	font-size:18px;
	border:0px solid #fff; 
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:10px;
	padding-bottom:30px;
	margin:0px;
	z-index:1120; 
	position: fixed; 
	top:0px; 
	left:-100%; 
	background: rgba(0, 0, 0, 9); 
	transition: all 0.5s;
	overflow-y: auto;
}

#cookies_podmienky:target {
	left:0%;
	opacity:0.9;
	visibility:visible;

}

#cookies_podmienky h1 {
	font-family:'FontAwesome';
	font-size:18px;
	color: #fff;
	text-align:justify;
}
	
#cookies_podmienky p {
	font-family:'FontAwesome';
	font-size:16px;
	color: #fff;
	text-align:justify;
}

#cookies_podmienky a {
	font-family:'FontAwesome';
	font-size:16px;
	color: gold;
}

#cookies_buttons {
	width:100%; 
	text-align:center;
	display:table;
}

#cookies_podmienky button {
 	width:auto;
	font-family:'FontAwesome';
	font-size:16px;
	background-color: #2d7dc4;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: none;
  color: white;
  padding: 10px 17px;
  text-decoration: none;
  margin: 5px 5px;
  cursor: pointer;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  transition: all 0.3s;
}

#cookies_podmienky button:hover {
	opacity:0.8; filter:alpha(opacity=80);
	
}

.cookies_cancel_button {
	cursor:pointer;
	float:right; 
	padding:10px; 
	font-size:2rem; 
	font-weight:bold;
	color:gold;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/********** MEDIA MOBILE **/
@media only screen and (max-device-width: 7in) {
	#eu_cookies {
		font-family:'FontAwesome';
		font-size:3vw;
		text-align:center; 
		padding: 0px; 
		border:1px solid #fff; 
		width:100%;
		height:auto;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9); 
		position:fixed; 
		top:0px; 
		left:0px; 
		z-index:1019;
		display:inline-block;
		opacity:1;
		visibility:visible;
		transition: all 0.5s;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
		overflow-y: scroll;
}

#eu_cookies:target {
	opacity:0;
	visibility:hidden;
}	

#eu_cookies a {
	font-family:'FontAwesome';
	font-size:3vw;
	color: gold;
}
#eu_cookies p {
	font-family:'FontAwesome';
	font-size:3vw;
	color: #fff;
}

#cookies_podmienky {
	visibility:hidden;
	opacity:0;
	font-family:'FontAwesome';
	font-size:3vw;
	border-collapse:collapse; 
	width:100%;
	box-sizing: border-box;
	height:100%;
	padding:2%;
	padding-bottom:30px;
	margin:0px;
	z-index:1050; 
	position: fixed; 
	top:0px; 
	left:-100%; 
	background: rgba(0, 0, 0, 9); 
	transition: all 0.5s;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	display:inline-block;
}

#cookies_podmienky:target {
	left:-100%;
	opacity:0.9;
	visibility:visible;

}

#cookies_podmienky h1 {
	font-family:'FontAwesome';
	font-size:3vw;
	color: #fff;
	text-align:justify;
}
	
#cookies_podmienky p {
	font-family:'FontAwesome';
	font-size:3vw;
	color: #fff;
	text-align:justify;
}

#cookies_podmienky a {
	font-family:'FontAwesome';
	font-size:3vw;
	color: gold;
}

#eu_cookies button {
	width:auto;
	font-family:'FontAwesome';
	font-size:3vw;
	background-color: #2d7dc4;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: none;
  color: white;
  padding: 10px 17px;
  text-decoration: none;
  margin: 5px 5px;
  cursor: pointer;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  transition: all 0.3s;
}

#eu_cookies button:hover {
	opacity:0.8; filter:alpha(opacity=80);
}


#cookies_buttons {
	display:table;
	width:100%; 
	height:auto;
	text-align:center;
}

#cookies_podmienky button {
 	width:auto;
	font-family:'FontAwesome';
	font-size:3vw;
	background-color: #2d7dc4;
	-moz-border-radius: 10px;
	border-radius: 10px;
  border: none;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  margin: 10px 5px;
  cursor: pointer;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  transition: all 0.3s;
}

#cookies_podmienky button:hover {
	opacity:0.8; filter:alpha(opacity=80);
}

.cookies_cancel_button {
	cursor:pointer;
	float:right; 
	padding:10px; 
	font-size:4vw; 
	font-weight:bold;
	color:gold;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 8vw;
  height: 4vw;
  float:right;
 
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 3vw;
  width: 3vw;
  left: 0.5vw;
  bottom: 0.5vw;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(4vw);
  -ms-transform: translateX(4vw);
  transform: translateX(4vw);
}

/* Rounded sliders */
.slider.round {
  border-radius: 3vw;
}

.slider.round:before {
  border-radius: 50%;
}
	
}
