@font-face
 {
 font-family:mojFont;
 src: url('../fonts/Topeka.ttf') format('truetype');
 }
 
html
{
background: url('../site_graphics/mt_background.jpg') no-repeat left center fixed;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 0;
}

bodi
{
	margin: 0px;
	padding: 0px;
/* 	font-family: Arial, "MS Trebuchet", sans-serif; */
}

#wrapper 
{
	font-family: mojFont;
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
	min-height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}

header#page_header
{
	background:rgba(255,255,255,0.5);
	width: 100%;
	height: 113px;
}
.inner
{
	width: 1000px;
	margin: auto;
	height: 100%;
}
header#page_header nav ul
{
margin:50px 0px 0px 0px;
list-style: none;
padding: 0;
}

#page_header nav ul li, footer#page_footer nav ul li{
padding:0;
margin: 0px 20px 0 0;
display:inline;
}

#page_header nav ul li a:link, #page_header nav ul li a:visited
{
	text-decoration:none;
	font-size:14px;
	color: #000066;
	text-shadow: 2px 2px 6px #000066;
}

#page_header nav ul li a:hover{
	color:white;
	text-shadow: none;
}

.textSmall
{
    	text-decoration:none;
	font-size:12px;
	color: #000066;
        margin:2px 0px 2px 20px;
}

#logo
{
	display:table-cell;
	float: left;
	margin-right: 50px;
	height: 100%;
	line-height:112px;
}

#logo img
{
	vertical-align: middle;
}
#logo_link .logo
{
	border: 0;
}

#menu
{
	display: inline-block;
}

#phone
{
	width:100%;
}
#phone img
{
	margin-left:400px;
}

#phone p
{
	display:inline-block;
	font-size:25px;
	margin:10px 0px 0px 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight:bold;
	color:white;
	text-shadow: 2px 2px 4px #000066;
}

#bestof{
	width: 300px;
	margin-left:10px;
	margin-top: 20px;
	border:1px solid white;
	border-radius:15px;
	background-color:rgba(255, 255, 255,0.8);
	box-shadow: 5px 5px 5px #888888 ;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:black ;
}

.boxTitle{
    position: relative;
    /*top: -14px;*/
    left: 15px;
    color: navy;
    font-size: 14px;
    font-weight:bold;
}

#content_box
{
	width: 900px;
	margin-left:5px;
	margin-top: 10px;
	border:1px solid white;
	border-radius:15px;
	padding: 10px;
	background-color:rgba(255, 255, 255,0.9);
	box-shadow: 5px 5px 5px #888888 ;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:16px;
	font-weight:normal;
	color:black ;
}

#content_box img
{
	border:1px solid white;
	border-radius:15px;
	float: right;
	margin: 10px;
}

#content_box li
{
	margin: 5px 0px 5px 0px;
	text-align: justify;
}

#translations
{
	float: right;
}
#translations p
{
	font-size:14px;
	float: left;
	margin: 0px 2px 0px 2px;
}
#translations img
{
	border-radius:4px;
	float: right;
	vertical-align: middle;
	border: 0px;
	margin: 0px 2px 0px 2px;

}

#content_box p
{
text-align: justify;
}

#address, #map_canvas
{
	display: inline-block;
}

#map_canvas
{
		width: 600px;
		height: 450px;
		margin-left:60px;
		background-color:#0099FF;
		border:1px solid navy;
		border-radius:15px;
}

#bestof ul li
{
	padding:1px;
}
#booking
{
	display:table;
	margin-left:10px;
	margin-top: 12em;
	border:1px solid white;
	border-radius:15px;
	padding:5px;
	background-color:rgba(255, 255, 255,0.5);
	box-shadow: 5px 5px 5px rgba(255, 255, 255,0.5) ;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
	/* font-weight:bold; */
	/* color:gray; */
	font-weight:bold;
}

#cizmicka
{
    display: none;
}

.form_section
{
	display:inline-block;
	padding-left:4px;
	padding-right:4px;
}
.passanger_number
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

button
{
	width:100px;
	font-weight:bold;
	border-radius:4px;
}
.submit_btn
{
	height:71px;
	background: #33FF66;
	border: 1px solid #339966;
	margin-bottom:10px;
	margin-top:10px;
}

.reset_btn
{
	background: #FF3333;	
	border: 1px solid #CC0033;
	margin-top:4px;
}

div#booking form div label
{
	display:block;
}

div#booking form div input.txt
{
	border:1px solid navy;
	border-radius:6px;
}
section
{
	height: auto;
}
#central
{
padding-bottom:26px;   /* Height of the footer */
}
footer#page_footer
{
	height:26px;
	line-height:7px;
	width:100%;
	background-color:rgba(0, 0, 51,0.4);
	color: white;
	position:absolute;
	bottom:0;
	left:0;
}

footer#page_footer div.inner p
{
	text-align:center;
}

#side_bar
{
	position:absolute;
        margin-left: 350px;
	top:15px;  
}

#response_bg
{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.9);
  z-index: 100;
  display: none;
}

#response_fg
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    width: 500px;
/*    height: 300px;*/
    background-color:rgba(255,255,255,1);
    border:1px solid navy;
    border-radius:15px;
    padding:5px 5px 5px 15px;
    z-index: 110;
    display: none;
}

.bolderP
{
    font-weight: bold;
}

.formError
{
    color: red;
    margin-top: 30px;
}
.formOk
{
    color: green;   
    margin-top: 30px;
}

.redBold
{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.exitBoutton{
    position: absolute;
    top: 5px;
    right: 5px;
}

/* The animation code */

@-webkit-keyframes blink {
    to{visibility: hidden;}
}
@-moz-keyframes blink {
    to{visibility: hidden;}
}
@-ms-keyframes blink {
    to{visibility: hidden;}
}
@-o-keyframes blink {
    to{visibility: hidden;}
}
@keyframes blink {
    to{visibility: hidden;}
}

#top-layer{
    position: absolute;
    top: 140px;
    left: 600px;
    background-color: yellow;
    
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size:16px;
    font-weight:bold;
    color:black;
    
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    -ms-animation: blink 1s steps(5, start) infinite;
    -o-animation: blink 1s steps(5, start) infinite;
    animation: blink 1s steps(5, start) infinite;
   
    border:1px solid navy;
    border-radius:10px;
    padding:5px 5px 5px 15px;
    z-index: 50;
/*    display: none;*/
}