
html, body {
    height: 100%;
    font-size: 12px;
}

body {
    font-family: Arial;
    font-size: 16px;
    color: #563838;
    background: #f7f4ed;
	line-height: 1.4em;
}

h1 {
    font-size: 2em;
}

h2 {
  font-size: 1.4em;
  line-height: 1.4em;
}

h1, h2, h3 {
    font-weight: bold;
}
.h1 {
    font-size: 18px;
}

strong {
    font-weight: bold;
}

.center {
    text-align: center;
}

b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #9e7171;
    text-decoration: none;
    /*font-size: 12px;*/
    font-weight: bold;
}

a:hover {
    color: black;
}

u {
    text-decoration: underline;
}

.justify {
    text-align: justify;
}
a img {
	margin-bottom: 4px;
}

.lower_case {
    text-transform: lowercase;
}

.clear {
    clear: both;
}

.header_center, .header_bg_center, .main_banner_center, .container_center, .footer_center {
    margin: 0 auto;
}

.header {
    min-width: 1156px;
    height: 40px;
    background: url("../img/header_bg.png") repeat-x;
}

.header_lang_menu {
    float: right;
    margin-top: 13px;
    font-weight: bold;
    color: #9e7171;
    margin-right: 95px;
}

.header_lang_menu a {
    color: #9e7171;
    text-decoration: none;
}

.header_lang_menu a:hover {
    color: white;
}

.active {
    color: white!important;
}

.header_bg {
    height: 144px;
    background: url("../img/banner_bg.png") no-repeat;
    background-position: center;
}

.main_logo {
    width: 160px;
    height: 88px;
    float: left;
    margin-left: 500px;
    margin-top: 19px;
}

.header_menu {
    width: 384px;
    height: 38px;
    background: url("../img/header_menu_bg.png") no-repeat;
    float: right;
    margin-right: 1px;
}

.header_menu a {
    color: white;
    text-decoration: none;
}

.header_menu a:hover {
    color: #999;
}

.menu_day {
    float: left;
    width: 109px;
    height: 28px;
    margin-right: 3px;
    text-align: center;
    padding-top: 10px;
}

.taxi_service {
    float: left;
    width: 121px;
    height: 28px;
    margin-right: 3px;
    text-align: center;
    padding-top: 10px;
}

.wifi {
    float: left;
    width: 110px;
    height: 28px;
    text-align: center;
    padding-top: 10px;
}

.facebook {
    float: right;
    width: 27px;
    height: 27px;
    display: block;
    overflow: hidden;
    margin-right: 11px;
    margin-top: 5px;
}

.main_banner {
    min-width: 1156px;
}

.main_banner_center {
    background: url("../img/main_banner.png") no-repeat;
    height: 460px;
    margin-top: -6px;
}

.motion_banner {
    background: url("../img/pokoj_banner.jpg") no-repeat;
    width: 1117px;
    height: 425px;
    float: left;
    margin-top: 18px;
    margin-left: 18px;
}

.reservation_box {
    width: 287px;
    height: 539px;
    background: url("../img/reservation_bg.png") no-repeat;
    position: absolute;
    margin-top: 223px;
    margin-left: 760px;
    text-align: center;
}

.reservation_logo {
    position: absolute;
    width: 160px;
    height: 88px;
    background: url("../img/main_logo.png") no-repeat;
    margin-top: 390px;
    margin-left: 65px;
}

.form {
    text-align: left;
    margin-left: 70px;
}

.label {
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.input {
    margin: 5px 0;
    margin-left: 70px;
}

.title {
    color: #ffffff;
    font-size: 18px;
    margin-top: 35px;
}

.hr_line {
    background: url("../img/dividing_line.png");
    width: 250px;
    height: 5px;
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

input[type='submit'] {
    border: 0;
    background: none;
    color: #ffffff;
    font-size: 18px;
}

input[type='submit']:hover {
    color: #F7F4ED;
}

.reservation_box input[type='text'], .reservation_box select {
    background: -webkit-linear-gradient(#d26761, #9f3527);
    background: -o-linear-gradient(#d26761, #9f3527);
    background: -moz-linear-gradient(#d26761, #9f3527);
    background: linear-gradient(#d26761, #9f3527);
    border: 0;
    color: white;
    padding: 5px 7px;
}

.reservation_box option {
    color: black;
}


.text_side {
    width: 620px;
    margin-left: 95px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 210px;
}

.text_side p {
    line-height: 20px;
}

.footer {
    min-width: 1156px;
    height: 76px;
    background: url("../img/footer_bg.png") repeat-x;
}

.footer_center {
    text-align: center;
    padding-top: 30px;
    color: white;
    font-size: 14px;
}

.menu {
    width: auto;
    float: left;
    padding: 0 50px;
}

.menu_item {
    float: left;
    width: auto;
    margin-right: 22px;
}

.last {
    margin-right: 0px;
}

.menu_item a {
    font-size: 18px;
    color: #9a938d;
    text-decoration: none;
    font-weight: bold;
    display: block;
	padding-bottom: 20px;
}
}

.menu_item a:hover {
    color: #ffffff;
}

.menu {
    margin: 0 0px 0px 0;
    text-transform: uppercase;
}

.menu a {
    cursor: pointer;
    font-weight: normal;
}

.menu ul {
}

.menu li {
    float: left;
    list-style-type:none;
    font-weight: bold;
}

.menu li ul {
    display: none;
}

.menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 0;
    margin: 0px -10px;
    background: #372f27;
}

.menu li:hover ul li {
    background-image: none;
    float: none;
    text-align: left;
}

.menu li:hover ul li a {
    color: gray!important;
    background-image: none;
    padding: 10px 10px!important;
    display: block;
    overflow: hidden;
    min-width: 190px;
    height: auto;
}

.menu li:hover ul li a:hover {
    background: #fff!important;
    background: none;
}

.menu li:hover ul li ul {
    display: none;
}

.menu li:hover ul li:hover ul {
    display: block;
    position: absolute;
    margin: -35px 34px;
}

.menu li:hover ul li:hover ul li{
    background: darkgrey;
}

table td {
    padding: 8px 11px;
    color: #692923;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f9e8c7;
}


table tr:nth-child(odd) {
    background-color: #fff;
}

.ui-datepicker-trigger {
    position: absolute;
    margin-left: -28px;
    margin-top: 2px;
}

.reservation_form .ui-datepicker-trigger {
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
}

.ui-widget-header {
    background: -webkit-linear-gradient(#d26761, #9f3527)!important;
    background: -o-linear-gradient(#d26761, #9f3527)!important;
    background: -moz-linear-gradient(#d26761, #9f3527)!important;
    background: linear-gradient(#d26761, #9f3527)!important;
}

.ui-datepicker-title {
    color: white;
}

#ui-datepicker-div {
    font-size: 12px!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: -webkit-linear-gradient(#d26761, #9f3527)!important;
    background: -o-linear-gradient(#d26761, #9f3527)!important;
    background: -moz-linear-gradient(#d26761, #9f3527)!important;
    background: linear-gradient(#d26761, #9f3527)!important;
    color: white!important;
}

.reservation_form:-moz-placeholder {
    color: blue;
}

.reservation_form::-webkit-input-placeholder {
    color: blue;
}

.reservation_form:focus {outline: none;}

.reservation_form {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.form_hint, .required_notification {font-size: 11px;}
.reservation_form ul {
    width:630px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.reservation_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.reservation_form li:first-child, .reservation_form li:last-child {
    border-bottom:1px solid #777;
}
.reservation_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252;
    margin:5px 0 0 0;
    display:inline;
    float:right;
}
.reservation_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.reservation_form input  {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.reservation_form select {
    height:30px;
    padding:5px 8px;

}

.reservation_form textarea {padding:8px; width:300px;}
.reservation_form button {margin-left:156px;}
.reservation_form input, .reservation_form textarea, .reservation_form select {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}
.reservation_form input:focus, .reservation_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
/* Button Style */
button.submit {
    background-color: #D26761;
    background: -webkit-gradient(linear, left top, left bottom, from(#D26761), to(#9F3527));
    background: -webkit-linear-gradient(top, #D26761, #9F3527);
    background: -moz-linear-gradient(top, #D26761, #9F3527);
    background: -ms-linear-gradient(top, #D26761, #9F3527);
    background: -o-linear-gradient(top, #D26761, #9F3527);
    background: linear-gradient(top, #D26761, #9F3527);
    border: 1px solid #f9e8c7;
    border-bottom: 1px solid #f9e8c7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #f9e8c7;
    -webkit-box-shadow: 0 1px 0 0 #f9e8c7 inset ;
    -moz-box-shadow: 0 1px 0 0 #f9e8c7 inset;
    -ms-box-shadow: 0 1px 0 0 #f9e8c7 inset;
    -o-box-shadow: 0 1px 0 0 #f9e8c7 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #f9e8c7;
    box-shadow: 0 0 10px 5px #f9e8c7 inset;
    -webkit-box-shadow:0 0 10px 5px #f9e8c7 inset ;
    -moz-box-shadow: 0 0 10px 5px #f9e8c7 inset;
    -ms-box-shadow: 0 0 10px 5px #f9e8c7 inset;
    -o-box-shadow: 0 0 10px 5px #f9e8c7 inset;

}
.reservation_form input:focus, .reservation_form textarea:focus { /* add this to the already existing style */
    padding-right:70px;
}
.reservation_form input, .reservation_form textarea { /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.reservation_form input, .reservation_form textarea {
    padding-right:30px;
}
input:required, textarea:required {
    background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
::-webkit-validation-bubble-message {
    padding: 1em;
}
.reservation_form input:focus:invalid, .reservation_form textarea:focus:invalid, .reservation_form select { /* when a field is considered invalid by the browser */
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.reservation_form input:required:valid, .reservation_form textarea:required:valid, .reservation_form select { /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.reservation_form input:focus + .form_hint {display: inline;}
.reservation_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.reservation_form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */


.leva, .prava {
  flex: 1; /* každý zabere polovinu šířky */
  padding: 10px;
}
ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
}

li.menu_item ul li {
  margin-bottom: 0;
}
.text_side p {
  line-height: 20px;
  margin-bottom: 20px;
}
.clear.logo img {
	position: absolute;
	/* bottom: 100px; */
	margin: 15px;
	padding-left:10px;
}