body{
	background:url(background.jpg);
	color:white;
}

.meniu{
	text-align:right;
	font-size:20px;
}
.meniu2{
	padding-top:20px;
}

.container{
	position: relative;
	text-align:center;
}
img.container{
	margin-top:30px;
}
p.container{
	width:700px;
	font-family:"Arial Verdana", Sans-serif;
	font-style:bold;
	position: absolute;
	left: 50%;
        top:60%;
	transform: translate(-50%, -50%);
	font-size:35px;
	background-color:grey;
	background-color:rgba(0,0,0,.3);
}

a{
	text-decoration:none !important;
	color:white;
}

.lang{
	text-align:right;
	margin-bottom:0px;
	font-size:20px;
}
#wholepage{
	border:1px solid black;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#formular {
  display: none;
  position: fixed;
  z-index: 1; 
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  margin-bottom:50px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-top: 15px;
  padding-right: 20px;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containerButtons {
  position: relative;
  margin:auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  /*top: 20%; 40*/
  width: auto;
  padding: 16px;
  /*margin-top: -50px;*/
  color: white;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column:nth-of-type(2n) {
  float: left;
  padding-bottom: 30px;
}
.column:nth-of-type(2n+1) {
  float: right;
  padding-bottom: 30px;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.icon{
	width:500px;
}
#da{
	text-align: center;
}