/* Základné nastavenia */
		body{
			margin: 0;
			padding: 0;
			min-height: 700px;
			background-image: url("../img/background.JPG");
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: center;
    		background-size: cover;
    		color: #323232;
    		font-family: Gill Sans MT;
		}
		#hlavicka{
			width: 99vw;
			height: 60vh;
			min-width: 1280px;
			min-height: 404px;
			overflow: hidden;
		}
		#fullscreen{
			width: 99vw;
			min-height: 40vh;
			margin-bottom: 0;
			padding-bottom: 0;
			min-width: 1280px;
		}
		#fullscreen #menufullscreen{
			border-bottom: 1px solid #c1c1c1;
			border-top: 1px solid #c1c1c1;
			position: relative;
			padding: 0;
			width: 100%;
			box-shadow: 0px 2px 10px black;
			min-height: 41px;
			max-height: 41px;
			background-color: rgba(230,230,230,0.5);
		}
		#fullscreen #fixedmenufullscreen{
			border-bottom: 1px solid #c1c1c1;
			border-top: 1px solid #c1c1c1;
			position: fixed;
			z-index: 1000;
			top: 0;
			width: 99vw;
			padding: 0;
			box-shadow: 0px 1px 10px black;
			min-height: 41px;
			max-height: 41px;
			min-width: 1280px;
			background-color: rgba(230,230,230,0.5);
		}
		#fixedmenufullscreen + #telo
		{
			padding-top: 60px !important;
		}
		#fullscreen #menucenter{
			margin: 0 auto;
			width: 60%;
			min-height: 41px;
			max-height: 41px;
			line-height: 41px;
			vertical-align: middle;
			background-color: white;
			border-bottom: 1px solid #c1c1c1;
		}
		#fullscreen #menu{
			width: 100%;
			height: 4vh;
			min-height: 35px;
			position: relative;
			float: left;
		}
		#fullscreen #telo{
			width: 58%;
			margin: 0 auto;
			min-height: 100vh;
			clear: both;
			background-color: rgba(255,255,255,1);
			padding: 1%;
			position: relative;
			padding-bottom: 5%;
		}
		#patafullscreen{
			border-bottom: 1px solid #c1c1c1;
			border-top: 1px solid #c1c1c1;
			width: 100%;
			padding: 0;
			max-height: 40px;
			min-height: 40px;
			box-shadow: 0px -1px 10px black;
			background-color: rgba(230,230,230,0.5);
		}
		#pata{
			width: 60%;
			position: relative;
			height: 40px;
			line-height: 40px;
			margin: 0 auto;
			background-color: #e6e6e6;
			text-align: center;
			vertical-align: middle;
			background-color: white;
		}
		#pata span{
			padding: 0;
			margin: 0;
			font-size: 100%;
			margin-top: 15px;
		}

		/* Menu */

		.dropbtn {
		    background-color: #475F77;
		    color: #DCDDD8;
		    padding: 10px;
		    font-size: 100%;
		    border: none;
		    cursor: pointer;
		    width: 100%;
		    outline: none;
		    height: 4vh;
		    min-height: 35px;
		    max-height: 35px;
		    border-radius: 5px;
			box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.7);
		}
		#login .dropdown-content{
			border-radius: 0;
		}
		.dropbtn img{
			height: 100%;
		}
		.dropbtn a{
			text-decoration: none;
			color: #DCDDD8;
		}
		.dropdown {
		    position: relative;
		    display: inline-block;
		    width: 15%;
		    font-size: 100%;
		    margin-left: 0.5%;
		}
		.dropdown:first-child{
			margin-left: 0%;
		}
		.dropdown-content {
		    display: none;
		    position: absolute;
		    background-color: #f9f9f9;
		    width: 100%;
		    line-height: normal;
		    text-align: left;
		    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
		    z-index: 2;
		    border-bottom-left-radius: 10px;
		    border-bottom-right-radius: 10px;
		    font-family: bell MT;
		}
		.dropdown-content a {
		    color: black;
		    padding: 12px 16px;
		    text-decoration: none;
		    display: block;
		}	
		.dropdown-content a:last-child{
			border-bottom-left-radius: 10px;
		    border-bottom-right-radius: 10px;
		}
		.dropdown-content a:hover {
			background-color: rgba(71,95,119,0.15);
		}
		.dropdown:hover .dropdown-content {
		    display: block;
		}
		.dropdown:hover .dropbtn {
		    background-color: #354B5E;
		}
		.dropdown-login{
			border: 1px solid #c1c1c1;
			box-shadow: 0px 2px 10px grey;
			width: 100%;
		}
		.dropdown-login table{
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.dropdown-login input{
			width: 89%;
			outline: none;
			border: 1px solid #c1c1c1;
			font-size: 100%;
			padding: 5%;
		}
		.dropdown-login input:hover, .dropdown-login input.focus{
			background-color: #e0e0e0;
		}
		.dropdown-login button{
			width: 100%;
			outline: none;
			border: 1px solid #c1c1c1;
			font-size: 100%;
			padding: 10px;
			cursor: pointer;
			background-color: white;
		}
		.dropdown-login button:hover{
			background-color: #e0e0e0;
		}

		/* Slider */
		.slides{
			width: 100%;
			height: auto;
		}
		#rows{
			margin: 0px auto;
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			width: 99vw;
			min-width: 1280px;
			min-height: 404px;
		}
		.dot{
			float: left;
			position: relative;
			left: 48%;
			top: 95%;
			width: 10px;
			height: 10px;
			margin-left: 8px;
			border-radius: 50%;
			background-color: white;
			cursor: pointer;
		}
		#active{
			background-color:#475F77;
		}
		#Bleft img{
			width: 20%;
			opacity: 0.6;
		}
		#Bright img{
			width: 20%;
			opacity: 0.6;
		}
		#Bleft{
			position: absolute;
			top: 50%;
			left: 0%;
			background-color: rgba(0,0,0,0);
			cursor: pointer;
		}
		#Bleft:hover img{
			opacity: 1;
		}
		#Bright{
			position: absolute;
			top: 50%;
			right: 0%;
			background-color: rgba(0,0,0,0);
			cursor: pointer;
		}
		#Bright:hover img{
			opacity: 1;
		}
		/* Cookies */
		#cookies{
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1000;
			width: 99vw;
			height: 100vh;
			background-color: rgba(0,0,0,0.6);
			display: none;
		}
		#cookiesmsg{
			position: relative;
			padding: 10px;
			background-color: white;
			margin-top: 50vh;
		}
		#cookiesmsg button{
			padding: 10px;
			cursor: pointer;
		}

		/* Basic */
		#telo h1{
			text-align: center;
			color: #475F77;
			box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
			font-family: bell MT;
		}
		#telo h2{
			color: #475F77;
			font-family: bell MT;
		}
		#telo p{
			text-align: justify;
		}
		#telo b{
			font-family: times new roman;
		}
		#telo i{
			color: #475F77;
		}
		#telo img{
			border-radius: 5px;
		}
		#telo hr{
			clear: both;
			border: 0;
    		height: 1px;
    		background: #333;
   			background-image: linear-gradient(to right, #ccc, #475F77, #ccc);
		}
		#telo h3{
			color: #475F77;
			font-family: bell MT;
		}

		/* PopUp for change text */

		#cover-popup{
			position: fixed;
			background-color: rgba(0,0,0,0.5);
			top: 0;
			left: 0;
			width: 99vw;
			height: 100vh;
			z-index: 9999999;
			display: none;
		}
		#cover-popup h1{
			text-align: center;
			color: #475F77;
			box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
			font-family: bell MT;
		}
		#content-popup{
			position: relative;
			top: 35%;
			left: 25%;
			padding: 2%;
			background-color: white;
			width: 50%;
			border-radius: 5px;
			padding: 2%;
			box-shadow: 2px 2px 16px rgba(0,0,0,0.5);
		}
		.text-popup{
			outline: none;
			width: 100%;
			max-width: 100%;
			height: 30vh;
		}
		.okay-popup{
			padding: 10px;
			cursor: pointer;
		}
		.storno-popup{
			padding: 10px;
			cursor: pointer;
		}

		/* Denné menu */
		#open_menu{
			text-orientation: sideways;
			position: fixed;
			z-index: 10000;
			left: 0;
			bottom: 5vh;
			background-color: white;
			border: 1px solid rgba(0,0,0,0.5);
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			cursor: pointer;
			box-shadow: 2px -2px 16px rgba(0,0,0,0.7);
		}
		#open_menu h1{
			color: #475F77;
			font-family: Bell MT;
			text-align: center;
		}
		#menu_cover{
			position: relative;
			top: 0;
			left: 0;
			max-width: 25vw;
			min-width: 18vw;
			padding: 2%;
			display: none;
		}
		#text_to_open{
			width: 0.5vw;
			text-align: center;
			color: #475F77;
			font-family: Bell MT;
			font-weight: bold;
			padding: 0.4vw;
			min-height: 180px;
			min-width: 20px;
		}
		#menu_datum{
			color: rgba(0,0,0,0.6);
		}
		#menu_list{
			width: 100%;
			padding: 0;
			margin: 0;
			margin-top: 5%;
			border-collapse: collapse;
			font-size: 1.2em;
			table-layout: fixed;
			cursor: pointer;
		}
		#paste_menu h2{
			color: #475F77;
			font-family: Bell MT;
		}
		#menu_list tr{
			border-bottom: 1px solid #475F77;
			width: 100%;
		}
		#menu_list tr:hover{
			background-color: rgba(71,95,119,0.2);
		}
		#menu_list tr:last-child{
			border:none;
		}
		#menu_list td{
			text-align: left;
		}
		#menu_list td:nth-child(1){
			width: 20%;
		}
		#menu_list td:nth-child(2){
			text-align: justify-all;
		}