/*
Code by psdhtml.sk
Ver. 3.0 #5
Project: Travel Guide
Add.info: 
No: 2012085
*/

/* ---------------------------------------------------- */
/*                   Zakladné Elementy                  */
/* ---------------------------------------------------- */
html,body {
  margin: 0;
  padding: 0;
  height: auto;
}
body {
  background: url('../images/bg.jpg') no-repeat top center;
  color: #333333;
  font: 0.75em/1.5 'Arial', sans-serif;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { margin: 0; }
h1 { color: #fd5f06; font-weight: normal; font-size: 24px; }
h2 { color: #129bda; font-size: 18px; padding-top: 5px; padding-bottom: 5px; }
h2.title { font-size: 17px; font-weight: normal; padding-top: 30px; padding-bottom: 0; }
h2.title-2 { font-size: 17px; color: #202c80; font-weight: normal; }
.contact h2 { font-size: 14px; padding: 5px 0 0 0; }
h2.contact-2 { font-size: 14px; padding: 10px 0 0 0; }
h3 { color: #3271AC; font-size: 13px; margin: 10px 0; }
.form-wrapper h3 {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/bg-blue-2.png') #3271ac repeat-x;
  margin: 0;
  font-size: 18px;
  padding: 10px 20px;
}
h4 {  }
h5 {  }
h6 {  }
img {  }
a img {  }
a {
  color: #129bda;
}
a.btn-title { color: #fd5f06; background: url('../images/bg-gray.gif') repeat-x bottom; float: right; margin-top: -35px; text-decoration: none;
  display: block; padding: 0 10px; line-height: 27px; border: 1px solid #d9d9d9; text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
span.btn-title { color: #fd5f06; background: url('../images/bg-gray.gif') repeat-x bottom; text-decoration: none;
  display: block; padding: 0 10px; line-height: 27px; border: 1px solid #d9d9d9; text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position:absolute; right:0; top:0; }
a.btn-title span { color: #333333; font-size: 11px; }
a.btn-title.add { padding: 0 0 0 20px; width: 159px; border: none; color: #fd5f06; background: url('../images/button-check.jpg') no-repeat; float: left; margin-top: 5px; }
a.btn-title.check { padding: 0 0 0 20px; width: 159px; border: none; color: #fd5f06; background: url('../images/button-check.jpg') no-repeat; float: left; margin-top: 5px; }
a.btn-title.add-object { border: none; padding: 0 0 0 30px; width: 73px; background: url('../images/button-add-object.png') no-repeat; font-size: 11px; }
a:hover {
  text-decoration: none;
}
.contact a {
  color: #fd5f06;
}
b.orange { color: #fd5f06; }
b.blue { color: #129bda; }
b.title { font-size: 14px; }
b.btn-title { color: #fd5f06; font-size: 14px; position: absolute; top: 0; right: 0; background: url('../images/bg-gray.gif') repeat-x;
  display: block; padding: 0 10px; line-height: 30px; border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
p.perex {
  font-size: 14px;
  color: #129bda;
}
p.blue {
  font-size: 14px;
  font-weight: bold;
  color: #129bda;
}
span.req {
  font-size: 14px!important;
  color: #fd5f06;
  font-weight: bold!important;
}

.cleaner {
  clear: both;
}
.hide {
  display: none;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}

.pagination {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
.pagination li {
  display: inline;
}
.pagination li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination li a:hover {
  text-decoration: underline;
  -webkit-box-shadow: 0 0 3px #e6e6e6;
  -moz-box-shadow: 0 0 3px #e6e6e6;
  box-shadow: 0 0 3px #e6e6e6;
}
.pagination li.prev a {
  padding-left: 20px;
  background: url('../images/arrow-6.png') no-repeat 3px 11px;
}
.pagination li.next a {
  padding-right: 20px;
  background: url('../images/arrow-7.png') no-repeat 40px 11px;
}
.pagination li b {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: url('../images/bg-orange-2.png') #3271ac repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 2px;
}

.fancybox-skin { background: #fff!important; }

/* ---------------------------------------------------- */
/*                       Formulare                      */
/* ---------------------------------------------------- */
.form-wrapper { background: #f0f9fc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-top: 20px; }
.left.form-wrapper, .right.form-wrapper { height: 730px; }
.rating-form { background: #f0f9fc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 20px 0;
  padding: 10px; }
.rating-form span { font-weight: normal; }
#reservation-form {  }
form.invoice { width: 420px; }
form.invoice .left, form.invoice .right { width: 200px;}
form.invoice .left { margin-right: 20px; }
form.invoice .right { padding-top: 3px; }
.form-wrapper.invoice { width: 450px; }

.form-wrapper.orange { background: url('../images/bg-orange-2.png') #fd4900 repeat-x; padding: 8px 20px 9px 20px; color: #fff;
  font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.form-wrapper.orange span.title { display: block; float: left; padding-top: 8px; padding-right: 10px; }
.form-wrapper.orange label { font-size: 24px; color: #fff; padding-right: 15px; display: block; float: left;}
.form-wrapper.orange span { display: block; float: right; }
.form-wrapper.orange span b { font-size: 24px; margin-left: 20px; }

.left.form-wrapper { margin-right: 20px; }
.left.form-wrapper label, .right.form-wrapper label { display: block; float: left; width: 173px; padding-top: 8px; }

.form-wrapper .row { padding: 10px 20px; }
#reservation-form .row { padding: 0 0 20px 0; }
#reservation-form #rooms .row { float:left; width:762px; }
#reservation-form .childAgeContainer{ float:left; }

/* Label */
.form-wrapper label { color: #333333; }
form.invoice label, .form-wrapper.login label { display: block; padding-top: 10px; }
/* Input */
.form-wrapper input.text, .form-wrapper input.file { width: 130px; height: 30px; border: 1px solid #202c80; padding: 0 5px;
  background: url('../images/bg-input.png'); color: #202c80; font-weight: bold; }
.rating-form input.text { width: 230px; height: 30px; color: #202c80; font-weight: bold; border: 1px solid #202c80; padding: 0 5px;
  background: url('../images/bg-input.png'); }
.form-wrapper input.date { width: 85px; height: 30px; border: 1px solid #202c80; padding: 0 5px; float: left;
  background: url('../images/bg-input.png'); color: #202c80; font-weight: bold; }
#reservation-form input.text { width: 230px; height: 30px; border: 1px solid #202c80; padding: 0 5px;
  background: url('../images/bg-input.png'); color: #202c80; font-weight: bold; }
#reservation-form input.date { width: 85px; height: 30px; border: 1px solid #202c80; padding: 0 5px; float: left;
  background: url('../images/bg-input.png'); color: #202c80; font-weight: bold; }
form.invoice input.text { width: 418px; height: 30px; border: 1px solid #202c80; padding: 0 5px;
  background: url('../images/bg-input.png'); color: #202c80; font-weight: bold; }
form.invoice .left input.text, form.invoice .right input.text { width: 190px; }
.form-wrapper.invoice input.text, .form-wrapper.invoice textarea, .form-wrapper.login input.text { width: 398px; }
.form-wrapper.invoice .left .left input.text, .form-wrapper.invoice .left .right input.text { width: 189px; }
  
.ui-button { background: url('../images/checkbox-0.png') no-repeat 0 3px!important; border: none!important; }
.ui-button.ui-state-hover { background: url('../images/checkbox-1.png') no-repeat 0 3px!important; }
.ui-button.ui-state-active { background: url('../images/checkbox-2.png') no-repeat 0 3px!important; }
.form-wrapper.orange .ui-button { background-position: 0 13px!important; }
.ui-button-text-only .ui-button-text { padding: 0 0 0 20px!important; text-align: left; font-weight: normal; }

/* Columns */
.form-wrapper .col2 { width: 50%; float: left; height: 70px; }
#reservation-form .col2 { width: 50%; float: left; }
#reservation-form .col2.last { text-align: right; padding-top: 20px; }
.form-wrapper .col2 input.text { width: 320px; }
.form-wrapper .col2 select { width: 320px; height: 30px; border: 1px solid #202c80; padding: 5px;
  background: url('../images/bg-input.png'); }
select.rating { width: 242px; height: 30px; border: 1px solid #202c80; padding: 5px;
  background: url('../images/bg-input.png'); }
.form-wrapper .col3 { width: 275px; float: left; height: 70px; }
.form-wrapper.contact .col3 { width: 230px; }
.form-wrapper .col3.first { width: 140px; }
.form-wrapper .col3 label { padding: 0 10px 0 0; display: inline-block; float: left; }
.form-wrapper .col3.first label { padding: 0 0 0 10px; }
.form-wrapper .col3.first input { float: left; }
.form-wrapper .col3.last input { width: 240px; }
.form-wrapper.contact .col3 input { width: 160px; }
.form-wrapper.contact textarea { width: 620px; }
.form-wrapper .col4 { width: 25%; float: left; height: 40px; }
.form-wrapper .col4 label { width: 140px; padding-right: 10px; }
.form-wrapper .col4 select { width: 130px; height: 32px; border: 1px solid #202c80; padding: 5px; background: url('../images/bg-input.png'); }
#reservation-form .col4 { width: 190px; float: left; height: auto; }
#reservation-form .col4 label { display: inline; }
#reservation-form .col4 input { width: 160px; }
#reservation-form .col4 input.date { width: 130px; }
#reservation-form .col4 select { width: 150px; height: 32px; border: 1px solid #202c80; padding: 5px; background: url('../images/bg-input.png'); font-weight: bold; color: #202c80; }
#reservation-form .col4 span { font-size: 11px; }
.form-wrapper .col5 { width: 115px; float: left; height: 40px; }
.form-wrapper .col5.first { width: 230px; }
.form-wrapper .col5 input.text { width: 90px; }
.form-wrapper .col5 label { padding: 0 0 0 10px; display: inline-block; }
.form-wrapper .col6 { width: 115px; float: left; height: 70px; }
.form-wrapper .col6 input.text { width: 90px; }
#reservation-form .col7 { float: left; width: 83px; }
#reservation-form .col7.age { float: left; width: 55px; }
#reservation-form .col7.select { float: left; width: 155px; }
#reservation-form .col7.delete { float: left; width: 24px; text-align: left; }
#reservation-form .col7 input.text { width: 29px; height: 28px; float: left; }
#reservation-form .col7.age input.text { width: 30px; }
#reservation-form .col7.select select { width: 141px; height: 32px; border: 1px solid #202c80; padding: 5px; background: url('../images/bg-input.png'); font-weight: bold; color: #202c80; }
select#rezervacia { width: 115px; height: 30px; border: 1px solid #202c80; padding: 5px; position: absolute; right: 0; top: 0;
  font-weight: bold; color: #202c80; }

#reservation-form .col7.meal { float: left; width: 112px; }
#reservation-form .col7.meal select { width: 100px; }
.form-wrapper textarea, .rating-form textarea, #reservation-form textarea, form.invoice textarea { width: 320px; height: 70px; border: 1px solid #202c80; padding: 5px;
  -webkit-box-shadow: inset 1px 1px 3px #a9a9a9; -moz-box-shadow: inset 1px 1px 3px #a9a9a9; box-shadow: inset 1px 1px 3px #a9a9a9; color: #202c80; font-weight: bold; }
.rating-form textarea { width: 230px; height: 90px; color: #202c80; font-weight: bold; }
form.invoice textarea { width: 418px; height: 90px; color: #202c80; font-weight: bold; }

.form-wrapper button.ui-datepicker-trigger,
#reservation-form button.ui-datepicker-trigger { background: none; border: none; float: left; padding: 0; margin: -4px 0 0 -2px; }

.form-wrapper .form-photo-list { float: left; margin: 10px 0 10px 20px; position: relative; }
.form-wrapper .form-photo-list .delete { position: absolute; top: -12px; right: -12px; }

.form-wrapper a.button.save {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 140px;
  height: 37px;
  padding: 10px 0 0 53px;
  background: url('../images/button-save.png') no-repeat;
}

form.invoice .button.save,
form.login .button {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 133px;
  height: 47px;
  padding-left: 55px;
  background: url('../images/button-save-2.png') no-repeat;
  border: none;
  text-align: left;
  margin-top: 20px;
}
.form-wrapper.invoice .button.save {
  width: 200px;
  background: url('../images/button-send-2.jpg') no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-wrapper.login .button {
  width: 160px;
  background: url('../images/button-send-2.jpg') no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-wrapper.login .button.password {
  width: 190px;
}

.form-wrapper .button.send {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 160px;
  height: 47px;
  padding: 0 0 0 20px;
  background: url('../images/button-send.png') no-repeat;
  border: none;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  margin-bottom: 10px;
}

.form-wrapper .button.google-search {
  display: block;
  font-size: 14px;
  color: #fd5f06;
  width: 129px;
  height: 31px;
  padding: 0 0 0 20px;
  background: url('../images/btn-google-search.png') no-repeat;
  border: none;
  text-decoration: 0 1px 0 #fff;
}

.rating-form .button.add-rating {
  display: block;
  font-size: 14px;
  color: #fd5f06;
  width: 181px;
  height: 31px;
  padding: 0 0 0 30px;
  background: url('../images/button-add-rating.png') no-repeat;
  border: none;
  text-decoration: 0 1px 0 #fff;
}

#reservation-form .button.send-reservation {
  display: block;
  font-size: 18px;
  color: #fff;
  width: 350px;
  height: 47px;
  padding: 0 0 0 60px;
  background: url('../images/button-send-2.jpg') no-repeat;
  border: none;
  text-align: left;
}

form.sort {
  float: right;
  margin-top: -25px;
}

/* ---------------------------------------------------- */
/*                        Tabulky                       */
/* ---------------------------------------------------- */
#container table {
  width: 100%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
  border-radius: 4px;
  border-collapse: separate;
}
#container tr {
  background: #f0f9fc;
}
#container table.table-objects tr {
  background: none;
}
#container .rating-list tr, #container .rating-form tr {
  background: none;
}
#container tr.heading {
  background: none;
}
#container .rating-list td, #container .rating-list th, #container .rating-form td, #container .rating-form th {
  padding: 0 20px 5px 0;
  vertical-align: top;
}
#container td, #container th {
  padding: 2px 10px;
  border-top: 1px solid #C7EFFC;
}
#container th {
  font-weight: normal;
  color: #333333;
  padding-bottom: 0;
}
#container table.table-objects th {
  background: #f0f9fc;
  border-top: 1px solid #adddf2;
  border-bottom: 1px solid #adddf2;
  color: #202c80;
  font-weight: bold;
  padding: 15px;
}
#container table.table-objects th.col1 { width: 170px; }
#container table.table-objects th.col2 { width: 130px; }
#container table.table-objects th.col3 { width: 100px; }
#container table.table-objects th.col4 { width: 85px; }
#container table.table-objects.my-objects th.col1 { width: 135px; }
#container table.table-objects.my-objects th.col2 { width: 70px; }
#container table.table-objects.my-objects th.col3 { width: 100px; }
#container table.table-objects.my-objects th.col4 { width: 60px; }

#container .rating-list th, #container .rating-form th {
  font-weight: bold;
  color: #202c80;
}
#container .rating-list.stars th {
  width: 160px;
}
#container .rating-list.words th {
  width: 80px;
}
#container .rating-form .words th {
  width: 100px;
}
#container td {
  font-weight: bold;
  color: #202c80;
}
#container .rating-list td, #container .rating-form td {
  font-weight: normal;
  color: #333333;
}
#container td p {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
/*
#container table tr:nth-child(2) td {
  border-top: 1px solid #adddf2;
}
#container table tr:nth-child(2) td:first-child,
#container table.table-objects th:first-child {
  -moz-border-radius-top-left: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left: 1px solid #adddf2;
}
#container table.table-objects th:first-child {
  -moz-border-radius-bottom-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#container table tr:nth-child(2) td:last-child,
#container table.table-objects th:last-child {
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 1px solid #adddf2;
}
#container table.table-objects th:last-child {
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#container table tr:last-child td {
  border-bottom: 1px solid #adddf2;
}
#container table tr:last-child td:first-child {
  -moz-border-radius-bottom-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #adddf2;
}
#container table tr:last-child td:last-child {
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #adddf2;
}
#container table.rating-list td, .rating-form td, #container table.table-objects td {
  border: none!important;
}
#container table.table-objects td {
  border-bottom: 1px solid #adddf2!important;
  padding: 15px;
  font-weight: normal;
  color: #333333;
}
#container table.table-objects tr td:last-child {
  text-align: center;
}
#container table.table-objects.my-objects tr td:last-child {
  text-align: left;
}
#container table.table-objects tr:last-child td {
  border-bottom: none!important;
}
*/

#container table.table-objects a {
  color: #fd5f06;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #929292;
  box-shadow: 0 0 3px #9c9c9c;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #c8c8c8;
}
.ui-button.ui-spinner-button {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  float: left;
  width: 30px;
  height: 15px!important;
  line-height: 15px!important;
  margin: 0!important;
  padding: 0!important;
}
.ui-spinner-button.ui-spinner-up {
  background: url('../images/spinner-up.gif') no-repeat !important;
}
.ui-spinner-button.ui-spinner-down {
  background: url('../images/spinner-down.gif') no-repeat !important;
}
.ui-spinner-button .ui-icon {
  background: none;
  visibility: hidden;
}

/* ---------------------------------------------------- */
/*                         Obsah                        */
/* ---------------------------------------------------- */
#container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 162px;
  position: relative;
}
#header .logo {
  display: block;
  height: 144px;
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
#header .gplus-block {
  position: absolute;
  right: 0;
  top: 22px;
  width: 146px;
  height: 24px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #666666;
  font-size: 11px;
}
#header .lang {
  position: absolute;
  right: 0;
  top: 126px;
  color: #202c80;
  background: url('../images/topmenu-li.gif') repeat-x;
  padding: 5px 5px 5px 5px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 4px 0 0 2px;
  width: 38px;
  height: 22px;
  cursor: pointer;
  overflow: hidden;
  z-index:100;
}
#header .lang.open {
  background: #fff;
  height: auto;
  padding-bottom: 0;
}
#header .lang ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: url('../images/arrow-3.gif') no-repeat right 10px;
}
#header .lang li {
  padding: 2px 0 3px 0;
}

#content {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(15,159,222,0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(15,159,222,0.3);
  box-shadow: 0 0 4px 1px rgba(15,159,222,0.3);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 30px;
}

.heading {
  height: 24px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: url('../images/content-heading.gif');
  padding: 18px 20px;
  line-height: 24px;
  position:relative;
}
.heading b.title {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.heading #search {
  position: absolute;
  top: 12px;
  right: 18px;
}
.heading #search form {
  float: left;
}
.heading #search input {
  display: block;
  float: left;
  width: 120px;
  background: url('../images/search-input.png') repeat-x;
  height: 36px;
  border: 0;
  padding-left: 12px;
  padding-right: 5px;
  outline: none;
}
.heading #search input.button {
  width: 80px;
  color: #fff;
  background: url('../images/search-button.png') repeat-x;
  padding-left: 23px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.heading #search .advance {
  float: left;
  display: block;
  height: 36px;
  line-height: 36px;
  width: 151px;
  margin-left: 5px;
  background: url('../images/advance-search.png') repeat-x;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  text-decoration: none;
}

#main-content.login-register {
  padding: 10px 30px 0 30px;
}

.left, .right {
  float: left;
}
.left.contact, .right.contact {
  width: 50%;
}
.left.subpage {
  width: 188px;
  margin: 20px;
}
.left.main-text {
  width: 530px;
  padding: 0 20px;
}
.left.contact img {
  float: left;
  margin: 0 10px 5px 0;
  clear: both;
}
.right {
  
}
.right.regions {
  padding-left: 20px;
}
.right.title-info {
  width: 400px;
}
.right.subpage {
  width: 732px;
  margin: 20px 20px 20px 0;
  position: relative;
}
.right.contact {
  text-align: right;
}

#main-content.login-register .left, #main-content.login-register .right {
  width: 450px;
  margin: 0 0 20px 0;
}
#main-content.login-register .left .left, #main-content.login-register .left .right {
  width: 190px;
  margin: 0;
}
#main-content.login-register .left, #main-content.login-register .left .left {
  margin-right: 20px;
}

.logo-contact, .logo-links {
  float: left;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  width: 105px;
  height: 105px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.logo-links {
  margin-bottom: 10px;
}
 
/* ---------------------------------------------------- */
/*                        Položky                       */
/* ---------------------------------------------------- */
.items {
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 20px;
  background: url('../images/items-head-shadow.gif') no-repeat;
  padding-bottom: 30px;
}
.item-list {
  float: left;
  width: 460px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
}
.item-list .item-img {
  display: block;
  float: left;
  margin-right: 10px;
}
.item-list .item-desc a {
  color: #fd5f06;
}
.item-list .item-desc p {
  padding: 0;
  margin: 0;
  line-height: 130%;
}
.item-list .item-price {
  color: #D62246;
  display: block;
}
.item-price span {
    font-size: 1.2em;
}

/*** Objekt list ***/
.object-list {
  padding: 1px 0 1px 1px;
  -moz-box-shadow: 0 0 5px rgba(230,230,230,0.75);
  -webkit-box-shadow: 0 0 5px rgba(230,230,230,0.75);
  box-shadow: 0 0 5px rgba(120,120,120,0.75);
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 15px;
  margin-bottom: 10px;
  position: relative;
}
.object-list.blue, .object-list.type {
  padding: 0;
  -moz-border-radius-bottom-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.object-list.type {
  -moz-box-shadow: 0 0 5px rgba(253,95,6,0.35);
  -webkit-box-shadow: 0 0 5px rgba(253,95,6,0.35);
  box-shadow: 0 0 5px rgba(253,95,6,0.35);
}
.object-list.blue .main-info {
  padding: 0;
  border: 1px solid #129bda;
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.object-list.type .main-info {
  padding: 0;
  border: 1px solid #fd5f06;
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.object-list .list-img {
  display: block;
  width: 250px;
  height: 188px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.object-list.object-2 .list-img {
  width: 180px;
  height: 113px;
}
.object-list .list-info {
  float: left;
  width: 465px;
  padding-top: 10px;
}
.object-list.object-2 .list-info {
  width: 535px;
}
.object-list .title {
  display: inline;
  font-size: 18px;
  color: #fd5f06;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
}
.object-list .location {
  display: block;
  font-size: 11px;
  color: #333333;
  margin-top: 9px;
}
.object-list p {
  margin: 0;
  padding: 5px 0;
  color: #666666;
}
.object-list p.alert, .object-detail p.alert {
  color: #FBFBff;
  padding: 2px 4px;
  background: #F8333C;
  border-radius: 2px 0 2px 0!Important;
  float: left;
  margin-bottom: 3px;
  margin-right: 5px;
}
.object-list p.subheader, .object-detail p.subheader {
  color: #FBFBff;
  padding: 2px 6px;
  background: #ED125A;
  border-radius: 4px!Important;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.object-list div.descriptionList {
	/*height:99px;
  float: left;*/
}

.object-list .price, .object-list .type {
  display: inline-block;
}
.object-list .price {
  width: 165px;
  margin-top: 5px;
  float:right;
  text-align:right!Important;
}
.object-list .price b {
  color: #D62246;
}
.object-list .price span {
  font-size: 1.5em;
}
.object-list .type {
  width: 128px;
  margin-top: 10px;
  text-align:right;
}
.object-list .list-icons img {
  margin-right: 5px;
}
.object-list .list-icons {
  height: 20px;
  margin-top:10px;
  width:300px;
  float:left;
  display:table;
}
.object-list .item-link {
  display: inline-block;
  float: right;
  background: url('../images/arrow-4.gif') no-repeat 96px 12px #f0f9fc;
  border: 1px solid #adddf2;
  text-decoration: none;
  text-align: center;
  width: 95px;
  height: 22px;
  padding-top: 7px;
  padding-right: 15px;
  margin-right: -6px;
  margin-bottom: -1px;
  margin-top: 11px;
  -moz-border-radius-top-left: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #333333;
}
.object-list.blue .item-link {
  border: 1px solid #129bda;
}
.object-list.type .item-link {
  border: 1px solid #fd5f06;
  background: url('../images/arrow-4.gif') no-repeat 96px 12px #fff;
}
.object-list .item-link.open {
  border-bottom: none;
  height: 23px;
  -moz-border-radius-bottom-right: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: url('../images/arrow-5.gif') no-repeat 96px 12px #f0f9fc;
}
.object-list.type .item-link.open {
  background: url('../images/arrow-5.gif') no-repeat 96px 12px #fff;
}
.object-list .item-link span {
  margin-bottom: -1px;
}
.object-list .item-content {
  background: #f0f9fc;
  border: 1px solid #adddf2;
  margin-bottom: -1px;
  margin-left: -1px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
  width: 730px;
}
.object-list.blue .item-content {
  border: 1px solid #129bda;
}
.object-list.type .item-content {
  border: 1px solid #fd5f06;
  background: #fff;
}
.object-list .object-footer {
  background: url('../images/bg-object-footer.gif') repeat-x #129bda;
  -moz-border-radius-bottom-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  padding: 5px 0;
}
.object-list.type .object-footer {
  background: url('../images/bg-object-footer-orange.gif') repeat-x #fd5f06;
}
.object-list .object-footer .col1,.object-list .object-footer .col2 {
  float: left;
  padding: 5px 0;
}
.object-list .object-footer .col1 {
  width: 250px;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
.object-list .object-footer .col2 {
  width: 460px;
  background: url('../images/arrow-2.gif') no-repeat 0 10px;
  padding-left: 10px;
}
.object-list .hint-label {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../images/our-hint-02.png') no-repeat;
  width: 63px;
  height: 63px;
  top: -3px;
  left: -3px;
  position: absolute;
}
.object-list .short-info {
  color: #333333;
}
.object-list .short-info b {
  color: #fd5f06;
  font-size: 14px;
}
a.heart {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../images/heart.png') no-repeat;
  width: 29px;
  height: 25px;
}
a.heartDetail {
  right: 0px;
  top: 0px;
}
a.heart.rated,
a.heart:hover {
  background: url('../images/heart-rated.png') no-repeat;
}
.object-list .more {
  display: block;
  color: #fd5f06;
}

.results {
  color: #333333;
  float: right;
  margin-top: -30px;
}

/*** Objekt list 2 ***/
.object-list-2 {
  width: 350px;
  margin-bottom: 10px;
  height: 40px;
}
.left .object-list-2 {
  margin-right: 20px;
}
.object-list-2 .obj-img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  clear: both;
}
.object-list-2 .obj-title {
  display: block;
  float: left;
  width: 300px;
  padding-top: 5px;
  color: #202c80;
  text-decoration: none;
}
.object-list-2 .obj-title:hover {
  text-decoration: underline;
}

/*** Objekt list 3 ***/
.object-list-3 {
  padding: 10px 0;
  border-bottom: 1px dashed #cccccc;
}
.object-list-3 .left {
  width: 370px;
}
.object-list-3 .right {
  width: 60px;
  text-align: right;
  padding-top: 40px;
  font-weight: bold;
  color: #202c80;
}
.object-list-3 a {
  text-decoration: none;
  color: #fd5f06;
  font-weight: bold;
}
.object-list-3 .price {
  color: #08ba0d;
  font-weight: bold;
  font-size: 14px;
}

/*** Objekt list 4 ***/
.object-list-4 {
  padding: 5px 0 5px 30px;
  border-bottom: 1px dashed #cccccc;
  width: 315px;
  float: left;
  margin: 0 10px;
  color: #202c80;
  background: url('../images/ico-dist.gif') no-repeat 0 center;
  line-height: 130%;
}
.object-list-4:nth-child(1n) {
  margin: 0;
}
.object-list-4:nth-child(2n) {
  margin: 0 0 0 30px;
}
.object-list-4 a {
  color: #202c80;
  font-weight: bold;
  text-decoration: none;
}

/*** Objekt detail ***/
.object-detail.left {
  width: 140px;
}
.object-detail.right {
  padding-left: 20px;
  width: 570px;
}
.object-detail.right p {
  padding: 0;
  margin: 0;
}
.object-detail {
  margin-top: 20px;
}
#tabs.object-detail .btn-title {
  margin-top: -1px;
  height: 27px;
  line-height: 27px;
}
#tabs.object-detail ul.ui-tabs-nav {
  border-bottom: 1px solid #129bda;
}
#tabs.object-detail ul.ui-tabs-nav li {
  display: inline-block!important;
  margin-right: 3px;
}
#tabs.object-detail ul.ui-tabs-nav li a {
  display: inline-block!important;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background: url('../images/bg-tab.gif') #fff repeat-x bottom;
  border: 1px solid #129bda;
  border-bottom: none;
  -moz-border-radius-top-left: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
#tabs.object-detail ul.ui-tabs-nav li.ui-state-active a {
  background: #fff;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.object-detail .left.info {
  width: 430px;
  padding-top:10px;
}
.object-detail .left.info .more {
  width: 70px;
  display: block;
  background: url('../images/arrow-7.png') no-repeat right center;
}
.object-detail .right.info {
  width: 284px;
  padding-left: 16px;
}

.object-detail .left .prices {
  background: #f0f9fc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.object-detail .left .prices b.title {
  display: block;
  padding: 8px 10px 0 10px;
  color: #129bda;
  font-size: 14px;
}
.object-detail .left .prices table td {
  border: none;
  color: #333333;
}

.reservation {
  display: block;
  line-height: 47px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/bg-orange-2.png') #fd4900 repeat-x;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ca5b27;
  width: 430px;
}

.object-detail a.obj-detail-btn-web,
.object-detail a.obj-detail-btn-rating {
  color: #fd5f06;
  float: left;
  text-decoration: none;
  display: block; 
  padding: 0 10px 0 40px; 
  line-height: 31px; 
  border: 1px solid #d9d9d9; 
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  width: 160px;
  font-size: 14px;
  margin-bottom: 10px;
}
.object-detail a.obj-detail-btn-web {
  margin-right: 5px;
  background: url('../images/btn-web.png') no-repeat;
}
.object-detail a.obj-detail-btn-rating {
  background: url('../images/btn-rating.png') no-repeat;
}

.adv-info {
  background: #f0f9fc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  float:left;
  width: 100%;
}
.adv-info b.title {
  color: #129bda;
  display: block;
  clear: both;
  padding: 5px 10px;
  border-top: 1px solid #c7effc;
  -moz-box-shadow: 0 -1px 0 #fff;
  -webkit-box-shadow: 0 -1px 0 #fff;
  box-shadow: 0 -1px 0 #fff;
}
.adv-info b.title:first-child {
  border-top: none;
  box-shadow: none;
}
.adv-info ul {
  margin: 0;
  padding: 0 10px 5px 10px;
  list-style-type: none;
  font-size: 11px;
  width: 195px;
}
.adv-info.info-2 ul {
  font-size: 12px;
  width: 100%;
}
.adv-info li {
  /*padding-left: 5px;
  background: url('../images/arrow-1.gif') no-repeat 0 7px;*/
  color: #333333;
  list-style-type:initial;
  margin-left:7px;
}
.adv-info .list-photo {
  margin-left: 10px;
}
.adv-info .list-photo a {
  display: inline-block;
  width: 78px;
  height: 58px;
  overflow: hidden;
  padding: 0;
  margin: 0 3px 3px 0;
}
.adv-info p {
  margin: 10px;
  font-size: 11px;
}

.object-detail .right .gallery {
  margin-bottom: 10px;
}
.object-detail .right .gallery .top-photo,
.object-detail .right .block-white-2, .top-photo {
  background: url('../images/bg-detail-gallery.png') no-repeat;
  padding: 20px;
  margin-bottom: 10px;
}
.object-detail .right .gallery .list-photo {
  margin-left: 26px;
  text-align: left;
}
.object-detail .right .gallery .list-photo a {
  display: inline-block;
  width: 78px;
  height: 58px;
  overflow: hidden;
  padding: 0;
  margin: 0 3px 3px 0;
}

.block-white {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #202c80;
  margin-bottom: 15px;
  padding: 10px;
  font-weight: bold;
  -moz-box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
  -webkit-box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
  box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
}
.right.info .block-white {
  margin-left: 10px;
}
.block-white b.title {
  display: block;
  font-size: 14px;
  color: #fd5f06;
}
.block-white b.title-2 {
  display: block;
  padding: 10px;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/bg-blue-2.png') #3271AC repeat-x;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
}
.right.info .block-white b.title {
  color: #129bda;
  line-height: 130%;
  margin-bottom: 10px;
}
.block-white ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-white li {
  padding: 4px 6px;
  border-bottom: 1px dashed #cccccc;
  background: url('../images/arrow-1.gif') no-repeat 0 11px;
}
.block-white li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.block-white table,
.block-white table tr {
  background: none;
  vertical-align: top;
  line-height: 130%;
  margin-bottom: 0;
}
.block-white table td {
  /*border: none!important;*/
  vertical-align: top;
  color: #333333;
}

.navigation {
  background: url('../images/bg-navigation.png') no-repeat;
  height: 535px;
  margin: 10px 0;
}
.navigation .google-map {
  padding-left: 16px;
  padding-top: 25px;
}
.navigation .google-map-form {
  padding: 30px 60px 0 60px;
  line-height: 130%;
  color: #202c80;
}
.navigation .google-map-form .col4 {
  padding-top: 10px;
}

.user-rating-list {
  padding-top: 10px;
  border-bottom: 1px dashed #cccccc;
}

.recom-list {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px dashed #cccccc;
  position:relative;
}
.recom-list .recom-img {
  width: 39px;
  height: 39px;
  margin-right: 10px;
  float: left;
  display: block;
}
.recom-list .recom-info {
  font-weight: normal;
  line-height: 130%;
  width: 150px;
  float: left;
  color: #333333;
}
.recom-list .recom-info a {
  color: #fd5f06;
  display: block;
}
.recom-list .recom-dist {
  width: 45px;
  float: left;
  text-align: right;
  padding-top: 25px;
  background: url('../images/ico-dist.gif') no-repeat 7px 3px;
}
.recom-list .recom-dist span {
  font-size: 10px;
}
.recom-all {
  display: block;
  text-align: center;
  color: #333333;
  font-weight: normal;
  padding: 10px;
}
.assocPictograms {
    position: absolute;
    bottom: 6px;
}
.assocPictograms img {
    margin-right: 4px;
}
.reservationButtonAssoc {
	padding:4px;
	border:1px solid #ccc;
	border-radius:3px;
	color:white!Important;
	text-decoration:none;
	background: #129bda;
	position:absolute;
	bottom:8px;
	right:0px;
}

/***** Generic links *****/
.generic-links {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.generic-links a {
  color: #fd5f06;
}

/* ---------------------------------------------------- */
/*                        Hints                       */
/* ---------------------------------------------------- */
.hint {
  height: 300px;
  width: 300px;
  margin: 10px 0 20px 20px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
  -moz-box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
  box-shadow: 0 0 5px 1px rgba(230,230,230,0.75);
  color: #fff;
  position:relative;
  overflow:visible;
}
.hint.block-1 {
  background: url('../images/bg-blue-1.png') #3271ac repeat-x;
}
.hint.block-2 {
  background: url('../images/bg-orange-1.png') #fd4900 repeat-x;
}
.hint.block-3 {
  background: url('../images/bg-green-1.png') #009904 repeat-x;
}
.hint .left {
  padding: 10px 5px;
  line-height: 130%;
  background: rgba(25, 25, 25, 0.5);
  position:absolute;
  bottom:0px;
  height:25%;
  width:290px;
  text-align:center;
  border-radius:4px;
}
.hint .right {
  width:300px;
  height:300px;
  border-radius:0px 0px 4px 4px;
}
.hint .right img {
  border-radius:4px;
}
.hint .title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px;
}

.randomBanner {
	position:relative;
	
}
.randomBanner .randomBannerTitle {
  display: block;
  color:white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
  line-height: 100%;
  background: rgba(25, 25, 25, 0.5);
  position:absolute;
  bottom:5px;
  height:13%;
  width:387px;
  text-align:center;
}

/* ---------------------------------------------------- */
/*                        Pätička                       */
/* ---------------------------------------------------- */
#footer {
  background: #f2fafd;
}
#footer .partners {
  padding: 20px 0 0 20px;
}
#footer .logo {
  text-align: center;
  padding: 10px 0;
}
#footer .logo img {
  background: #f2fafd;
  margin: 0 22px 0 0;
}
#footer .footer-reg {
  background: url('../images/bg-footer-registration.png') no-repeat;
  width: 375px;
  height: 158px;
  color: #fff;
  text-shadow: 0 1px 0 #2e3192;
  position: relative;
  padding: 25px 10px 0 10px;
  font-size: 17px;
  line-height: 130%;
  float: left;
  margin: 5px 5px 0 0;
}
#footer .footer-reg b.title {
  font-size: 24px;
  display: block;
  padding-bottom: 20px;
}
#footer .footer-reg p {
  margin: 0 0 10px 0;
}
#footer .footer-reg p.small {
  font-size: 15px;
}
/*
#footer .footer-reg .button-reg {
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px;
  background: url('../images/button-reg.png') no-repeat;
  width: 173px;
  height: 48px;
}
*/
.button-reg {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url('../images/button-reg.png') no-repeat;
  width: 173px;
  height: 40px;

  display: block;
  line-height: 41px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url('../images/bg-orange-2.png') #fd4900 repeat-x;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ca5b27;
  padding:0 10px;
}

#footer .button-user {
  float: left;
  background: url('../images/button-footer-user.png') no-repeat;
  width: 173px;
  height: 64px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 36px 0 0 20px;
  font-weight: bold;
}
#footer .footer-info {
  background: url('../images/bg-footer.jpg') no-repeat;
  margin-top: 10px;
  color: #fff;
  height: 127px;
}
#footer .foot-block {
  float: left;
  width: 205px;
  height: 107px;
  background: url('../images/bg-foot-block.png') no-repeat;
  padding: 20px 20px 0 20px;
  font-size: 12px;
  line-height: 150%;
}
#footer .foot-block a {
  color: #fff;
  text-decoration: none;
}
#footer .foot-block a:hover {
  text-decoration: underline;
}
#footer .foot-block.login {
  width: 225px;
  background: none;
  padding: 15px 20px 0 0;
}
#footer .foot-block.login a {
  display: block;
  width: 155px;
  height: 81px;
  background: url('../images/button-footer-login.png') no-repeat center 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding-left: 90px;
  padding-top: 30px;
  line-height: 130%;
}

.object-detail h1 {
	font-weight:bold;
}

#capacities th {
	width:50%;
}

.pricesSmall {
	font-size:11px;
}

.localityDetail {
	width:383px;
}

.stayDuration {
	color:#129BDA;
	font-size:17px;
	padding-bottom:0px;
	padding-top:3px;
	font-weight:bold;
	margin:0;
}

#capacityConf {
	font-size:11px;
}

#capacityConf tr td, #capacityConf tr th {
	overflow:hidden;
}

#capacityConf .small {
	width:10px!Important;
}

#capacityConf .headerRow {
	font-size:9px;
}

#attractionsAcc .recom-img {
	width:21%;
	height:58px;
}

#attractionsAcc .recom-info {
	width:76%;
	float:left;
}
#attractionsAcc .recom-info a.assocName {
    width: 70%;
    display: block;
    float: left;
}
#attractionsAcc .recom-info .assocAcc {
    width: 30%;
    float: right;
    display: block;
    text-align: right;
}

#attractionsAcc .next {
	margin:15px 0;
	text-align:center;
}

.list-info .listTitle {
	display:inline;
	padding-right:40px;
}

.list-info font.title {
	margin-left:-40px;
}

.capacityConfDiv {
	margin-top:10px;
}

.capacityConfDiv #confAdd {
	font-size:13px;
}

.adv-info table {
	width:auto!Important;
}

.stayTitle {
	width:560px;
}

.reservationBottom {
	position:relative;
	height:218px;
}

.reservationBottom #reservation {
	position:absolute;
	bottom:0px;
}

#spaHighlight {
	background:none repeat scroll 0 0 #efefef;
	border:1px solid #FD5F06;
}

#spaHighlight b.title {
	color:#FD5F06;
}

#spaHighlight a {
	text-decoration:none;
}

.priceBig {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

.priceBigDetail {
	color:#FD5F06;
	font-size:13px;
	font-weight:bold;
}

.priceSmall {
	color:#ffffff;
	font-weight:normal;
	font-size:14px;
}

.priceSmallDetail {
	color:#0c7c59;
	font-size:13px;
	font-weight:normal;
}

#staysListDetail a {
	text-decoration:none;
	/*font-weight:normal;*/
	color:#202C80;
}
#staysListDetail a:hover {
	text-decoration:underline;
}

#staysListDetail {
	border:1px solid #202C80;
}

#staysListDetail b.title {
	color:#129BDA;
}

.descriptionListStays {
	height:64px;
}

#spaRentalType {
	width:240px;
}

#spaListIcons {
	width:225px;
}

#associatedList {
	margin-bottom:5px;
}

#associatedList b.title {
	color:#FD5F06;
	margin-bottom:0px;
}

#associatedList li {
	border-bottom:none;
	padding:0 6px;
}

#associatedList a {
	font-weight:normal;
}

.stayRes {
	width:283px;
}

.bottomLine {
	border-bottom:1px solid #C7EFFC;
	width:100%;
	margin-bottom:10px;
}

.alignRight {
	text-align:right;
	font-size:10px;
}

.infoStay p {
	font-size:12px;
}

.highlighted {
	border:1px solid #FD5F06!Important;
}

h2.aboveList {
	width:555px;
}
 
h1.listHeader1 {
	max-width:466px;
}
 
h1.headerDetail1 {
	margin-top:5px;
	font-size:23px;
	display:inline;
}
 
.socials {
	float:right;
	margin-right:50px;
}

.facebookBanner {
	display: block;
	width: 396px;
	height: 85px;
	background: url('../images/banner-facebook.png') no-repeat center 0;
	color: #fff;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
	padding-top: 5px;
	line-height: 130%;
}

#showTmcInfo {
	margin-left:20px;
}

#staysDurations {
	width:360px;
}

#staysPrice {
	width:105px;
}

.vucPhotos {
	float:left;
	margin:0 10px 10px 0;
}

.vucPhotos img {
	border:1px solid grey;
}

ul.objectTypes {
	width:230px!Important;
}

.detailStars {
	display:inline;
	color:#FD5F06;
	font-size:18px;
	font-weight:bold;
}

.stayThumbs img {
	width:236px;
}

.stayThumbs .list-photo a {
	width:236px;
	height:auto;
}


.distanceList {
	width:250px;
	height:23px;
	position:absolute;
	top:159px;
	left:1px;
	background:black;
	color:white;
	opacity:0.6;
	text-align:center;
	padding-top:7px;
}

.headerSlogan {
	position:absolute;
	right:222px;
	top:31px;
	font-size:20px;
	font-style:italic;
	text-shadow:0.8pt 0.6pt 4px white;
	color:#fd5f06;
	font-weight:bold;
}

#content #main-content .right p img {
	margin:0 10px 10px 0;
}

.headerBanner {
	position:absolute;
	right:0px;
	top:66px;
}

.packagePrice {
	background-color:#fd5f06;
	padding:8px;
	border-radius: 5px;
	font-weight:bold;
	color: #fff;
	font-size: 18px;
}

#main-content .right.subpage p {
	text-align:justify;
}
#tabs-1 .info p {
	text-align:justify;
}


/* slider*/

                .jssort11
                {
                	font-family: Arial, Helvetica, sans-serif;
					color:#f2fdfa!Important;
                }
                .jssort11 .i, .jssort11 .pav:hover .i
                {
                	position: absolute;
                	top:3px;
                	left:3px;
                	WIDTH: 60px;
                	HEIGHT: 30px;
                	border: white 1px dashed;
                }
                * html .jssort11 .i
                {
                	WIDTH /**/: 62px;
                	HEIGHT /**/: 32px;
                }
                .jssort11 .pav .i
                {
                	border: white 1px solid;
                }
                .jssort11 .t, .jssort11 .pav:hover .t
                {
                	position: absolute;
                	top: 3px;
                	left: 68px;
                	width:129px;
                	height: 32px;
                	line-height:32px;
                	text-align: center;
                	color:#FC9835;
                	font-size:12px;
                	font-weight:700;
                }
                .jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t
                {
                	color:#fff;
                }
                .jssort11 .c, .jssort11 .pav:hover .c
                {
                	position: absolute;
                	top: 38px;
                	left: 3px;
                	width:197px;
                	height: 31px;
                	line-height:31px;
                	color:#fff;
                	font-size:11px;
                	font-weight:400;
                	overflow: hidden;
                }
                .jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c
                {
                	color:#2C5071;
                }
                .jssort11 .t, .jssort11 .c
                {
                	transition: color 2s;
                    -moz-transition: color 2s;
                    -webkit-transition: color 2s;
                    -o-transition: color 2s;
                }
                .jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c
                {
                	transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }
                .jssort11 .p
                {
                	background:#3271AC;
                }
                .jssort11 .pav, .jssort11 .pdn
                {
                	background:#61BCE6;
                }
                .jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover
                {
                	background:#61BCE6;
                }

/* koniec slider */


#attractionsAcc .recom-dist {
	width:95px;
	padding-top:3px;
	background:url('../images/ico-dist.gif') no-repeat 25px 0px;
}

#attractionsAcc .accPriceNearest {
	color:grey;
	font-size:12px;
	text-align:right;
	float:right;
	padding-top:21px;
	line-height: 1.2em;
	font-weight: initial;
}

#attractionsAcc .accPriceNearest strong {
    color: #D62246;
    font-size: 1.2em;

}

.registerHeaderButton {
	padding:7px;
	background-color:#4ca64c;
	border-radius:5px;
	color:white;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	top:7px;
	text-decoration:none;
}

#cookies-information {
	position:fixed;
	top:0px;
	width:99.6%;
	background: rgba(150, 150, 150, .7);
	border:2px solid #222;
}

#cookies-information p {
	text-align:center;
	opacity:1;
	color:black;
	font-weight:bold;
}

#cookies-information a {
	color:black;
}

#allow-cookies-button {
	background: #129bda;
	border:1px solid #222;
	border-radius:4px;
	color:black;
	padding:7px;
	text-decoration:none;
	cursor:pointer;
	margin-left:20px;
}

/* nice anchor text */
#anchorTitle {
/* set background-color for browsers that don't support gradients as fallback, then define gradient */
	background-color: #888;
	background:-webkit-gradient(linear, left top, left bottom, from(#777), to(#999));
	background:-moz-linear-gradient(top, #777, #999) !important;
	background:-o-linear-gradient(top, #777, #999) !important;
	background:linear-gradient(top, #777, #999) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#999999') !important;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	box-shadow: 2px 2px 3px #bbb;
	/* other settings */
	border: solid 2px #666;
	color: #fff;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	max-width: 200px;
	padding: 5px 7px;
	position: absolute;
}

.priceGrad {
    background: #FFA217; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFA217, #FD4900); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFA217, #FD4900); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFA217, #FD4900); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFA217, #FD4900); /* Standard syntax */
	position:absolute;
	top:-5px;
	right:-5px;
	text-align:center;
	border-radius:50%;
	width:70px;
	height:70px;
	padding:10px;
}
.priceGrad .priceInner {
	font-size:15px;
	font-weight:bold;
	padding:15px 0;
	line-height: 18px;
	text-align: center;
}

.includes span {
	color:#129bda;
	font-weight:bold;
}
.includes div {
	color:#129bda;
	display:inline-block;
	border:1px solid #129bda;
	border-radius:5px;
	padding:3px;
	background:#fbfbff;
	margin-left:4px;
	margin-bottom:5px;
}

.includesStays span {
	color:#129bda;
	font-weight:bold;
}
.includesStays div.includeItem {
	color:white;
	display:inline-flex;
	/*background:#129bda;*/
	border-radius:5px;
	padding:3px;
	margin-left:4px;
	margin-bottom:5px;
	margin-top:5px;
}
.includesStays div.includeItem div {
	margin-top:3px;
}

#pictogramsDetail {
	background:#006494;
	border:1px solid #202c80;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
}
#pictogramsDetail .pictogramsDetailContainer {
	width:50%;
	float:left;
}
#pictogramsDetail .pictogramsDetailText {
    display: inline-table;
    padding-bottom: 5px;
    height: 20px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    width: 88%;
    line-height: 10px;
}

.includes {
	padding-top:8px;
}

.highlights {
	padding:2px 4px!Important;
	border-radius:2px 0 2px 0!Important;
	color:white!Important;
	margin-bottom:3px!Important;
	width:fit-content;
	background:#4CB944;
	float:left;
	margin-right:10px!Important;
}

.allStays {
	/*padding:8px 12px;
	background:#006494;
	border:1px solid #202c80;
	color:white;
	border-radius:8px;*/
	font-size:1.2em;
}

.okolie {
    padding: 8px;
    background: #bfdbf7;
    border-radius: 3px;
    font-size: 1.1em;
	width:fit-content;
}

#staysDurations strong {
    color: #313b72;
}

.price .breakfast {
    padding: 2px 5px;
    background: #084887;
    color: white!Important;
    line-height: 2em;
    border-radius: 2px;
}
.toggleFilter {
	display:none;
}
.alertContainer {
	width:100%;
	float:left;
}

#tabs-2 .navigation .google-map #map {
	width:700px;
}

#tabs-2 #directions {
	width:720px;
}
#tabs-3 .ratingDate {
	float:right;
	margin-top:30px;
}
.localityDetail {
	padding:0px!Important;
}

.user-rating-list .ratingItem {
	float:left;
	width:50%;
	border-top:1px solid #ddd;
	padding:10px 0;
}
.user-rating-list .ratingItemText {
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	padding:10px 0;
}

.user-rating-list .ratingItem .ratingLabel, .user-rating-list .ratingItem .ratingStarsC {
	float:left;
	width:50%;
	font-weight:bold;
}
.user-rating-list .ratingItemText .ratingLabel {
	float:left;
	width:20%;
	font-weight:bold;
}
.user-rating-list .ratingItemText .ratingValue {
	float:left;
	width:80%;
}

.infoStay.adv-info li {
	list-style-type:none!Important;
	margin-left:0px;
}

.infoStay.adv-info .stayDesc li {
	background: url(../images/arrow-1.gif) no-repeat 0 7px;
	padding-left:7px;
}

.infoStay .stayInfo1 {
	width:60%;
	float:left;
}

.infoStay .stayInfo2 {
	width:38%;
	padding-left:10px;
}

.childsInfo div {
	padding-left:25px;
	margin-top:-20px;
	font-weight:bold;
	color:#4CB944;
}

.assocAcc strong {
	color:#D62246;
}
.assocAcc span {
	color:#1D3461;
}
table.price1 td {font-size:14px;}
table.price2 {font-size:14px;}


.ui-autocomplete li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
ul.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222;
}
ul.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-helper-reset, .ui-menu {
    outline: 0;
    list-style: none;
}
.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}
.ui-front {
    z-index: 100;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-autocomplete li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}
.ui-menu .ui-menu-item img {
    width:40px;
	float:left;
}
.ui-widget :active {
    outline: none;
}
.ui-menu .ui-menu-item a span {
    text-decoration: none;
    display: block;
    padding: 0 .4em 0.5em;
    line-height: 1;
    zoom: 1;
    width: 75%;
    float: left;
}
.ui-menu .ui-menu-item a i {
    color:#333333;
}
.ui-menu .ui-menu-item:hover, ui-state-focus {
    background:#e0efef!Important;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background:#e0efef!Important;
} 
/*
.ui-autocomplete {
	left:659px!Important;
	width:500px!Important;
}*/
