@charset "UTF-8";
/*
*
*    Výchozí styl
*    Načítá všechny komponenty ze složek GLOBALS, BASE, LAYOUT
*
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "ubuntubold", Tahoma, sans-serif;
  color: #af1e23;
  margin: 10px 0 30px 0;
  padding: 0;
}

p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  color: #292929;
  margin: 10px 0 10px 0;
  padding: 0;
}

a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  font-family: #292929;
  color: #af1e23;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}

ul {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  color: #292929;
  margin: 10px 0 10px 0;
  padding: 0;
}

@font-face {
  font-family: "ubuntulight";
  src: url("../fonts/ubuntu-light/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-light/ubuntu-l-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-light/ubuntu-l-webfont.woff") format("woff"),
    url("../fonts/ubuntu-light/ubuntu-l-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-light/ubuntu-l-webfont.svg#ubuntulight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubunturegular";
  src: url("../fonts/ubuntu-regular/ubuntu-r-webfont.eot");
  src: url("../fonts/ubuntu-regular/ubuntu-r-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-regular/ubuntu-r-webfont.woff") format("woff"),
    url("../fonts/ubuntu-regular/ubuntu-r-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-regular/ubuntu-r-webfont.svg#ubunturegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntubold";
  src: url("../fonts/ubuntu-bold/ubuntu-b-webfont.eot");
  src: url("../fonts/ubuntu-bold/ubuntu-b-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ubuntu-bold/ubuntu-b-webfont.woff") format("woff"),
    url("../fonts/ubuntu-bold/ubuntu-b-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-bold/ubuntu-b-webfont.svg#ubuntubold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-regular/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular/opensans-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-regular/opensans-regular-webfont.woff")
      format("woff"),
    url("../fonts/opensans-regular/opensans-regular-webfont.ttf")
      format("truetype"),
    url("../fonts/opensans-regular/opensans-regular-webfont.svg#open_sansregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans-semibold/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold/opensans-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-semibold/opensans-semibold-webfont.woff")
      format("woff"),
    url("../fonts/opensans-semibold/opensans-semibold-webfont.ttf")
      format("truetype"),
    url("../fonts/opensans-semibold/opensans-semibold-webfont.svg#open_sanssemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold/opensans-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-bold/opensans-bold-webfont.woff") format("woff"),
    url("../fonts/opensans-bold/opensans-bold-webfont.ttf") format("truetype"),
    url("../fonts/opensans-bold/opensans-bold-webfont.svg#open_sansbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Document */
*,
html,
body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ubunturegular", Tahoma, sans-serif;
  color: #292929;
}

.wrap {
  min-width: 1060px;
  margin: 0 auto;
}

.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

i[class^="ico"] {
  display: inline-block;
}

input[type^="submit"] {
  cursor: pointer;
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Buttons */
.btn.flat,
.content form.main .btn {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  font-family: "ubuntubold", Tahoma, sans-serif;
  background: #f7f7f7;
  padding: 10px 10px;
  display: inline-block;
  border: 1px solid #bfc0c0;
  color: #af1e23;
  text-decoration: none;
}
.btn.flat:hover,
.content form.main .btn:hover {
  background-color: #efefef;
  border: 1px solid #a6a6a6;
}
.btn.flat:active,
.content form.main .btn:active {
  background-color: lightgray;
}

/* Forms */
/* Header */
.header {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  position: relative;
}
.header .logo-menu {
  position: relative;
  z-index: 1000;
}
.header .logo-menu a.logo {
  display: block;
  float: left;
}
.header.sub {
  height: 263px;
  background: transparent url("../img/bg/header_bg_sub.png") no-repeat 50% 50%;
}
.header .reservation-form {
  position: absolute;
  top: 75px;
  right: 11px;
  margin: 0;
  z-index: 500;
}
.header .reservation-form .form {
  width: 270px;
  height: 316px;
  position: relative;
  z-index: 500;
  margin: 30px 0 0 0;
  padding: 15px 0 0 35px;
  background-color: rgba(0, 0, 0, 0.83);
  float: right;
}
.header .reservation-form .form h3 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: "ubunturegular", Tahoma, sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.header .reservation-form .form .input {
  width: 210px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.28);
  margin-bottom: 13px;
}
.header .reservation-form .form .input input[type="text"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #ffffff;
  font-family: "open_sansregular", Tahoma, sans-serif;
  width: 170px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #3f4442;
  border-right: none;
  margin: 1px 0 0 1px;
  outline: none;
  float: left;
  padding: 0 0 0 10px;
  text-transform: lowercase;
}
.header
  .reservation-form
  .form
  .input
  input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.header .reservation-form .form .input input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.header .reservation-form .form .input input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.header
  .reservation-form
  .form
  .input
  input[type="text"]
  :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.header .reservation-form .form .input a {
  height: 35px;
  width: 39px;
  margin: 1px 0 0 0;
  display: block;
  border: 1px solid #3f4442;
  border-left: none;
  float: right;
}
.header .reservation-form .form .input a .ico.cal {
  background: transparent url("../img/sprites/sprites.png") no-repeat -66px 0px;
  width: 23px;
  height: 24px;
  margin: 4px 0 0 3px;
}
.header .reservation-form .form .input.no-ico input[type="text"] {
  width: 210px;
  border: 1px solid #3f4442;
}
.header .reservation-form .form .input .hp-form-select {
  width: 211px;
  height: 36px;
  border: 1px solid #3f4442;
  background-color: transparent;
  color: white;
  padding-left: 8px;
  font-size: 15px;
}
.header .reservation-form .form .input .hp-form-select option {
  background-color: black;
  height: 40px;
}
.header .reservation-form .form input.continue {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  border: 1px solid #3f4442;
  width: 210px;
  height: 56px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: rgba(0, 0, 0, 0.43);
}
.header .reservation-form .form input.continue:hover {
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid #6e7372;
}

/* Menu */
ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
ul.nav li {
  float: left;
}
ul.nav li a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 69px;
  line-height: 4.3125rem;
  font-family: "open_sanssemibold", Tahoma, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  height: 69px;
  padding: 0 22px 0 21px;
  cursor: pointer;
  border-right: 1px solid rgba(227, 227, 227, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(227, 227, 227, 0.4);
}
ul.nav li a:hover,
ul.nav li a.active {
  background-color: rgba(255, 255, 255, 0.15);
}
ul.nav li.last a:after {
  content: "";
  position: absolute;
  height: 69px;
  right: -2px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
ul.nav li.first a {
  padding-left: 24px;
  padding-right: 24px;
}
ul.nav li ul.sub-default {
  display: none;
  position: absolute;
  left: -236px;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1000;
  width: 978px;
  padding: 0;
}
ul.nav li ul.sub-default li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  border: none;
  height: 50px;
  padding: 0 14px;
}
ul.nav li ul.sub-default li a:hover {
  background-color: rgba(0, 0, 0, 0.33);
}
ul.nav li ul.sub-default li a:after {
  display: none;
}
ul.nav li ul.sub-default li.last a {
  padding-left: 16px;
}
ul.nav li:hover ul.sub-default {
  display: block;
}

.container-sidebar ul.nav-sub {
  background: transparent url("../img/bg/shine.png") no-repeat 100% 0;
  margin: 0;
  padding: 0;
  list-style: disc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 20px 15px 0 35px;
  display: block;
}
.container-sidebar ul.nav-sub li {
  text-transform: uppercase;
  border-bottom: 1px dashed #d3d3d3;
  width: 210px;
  padding: 10px 0 10px 0;
}
.container-sidebar ul.nav-sub li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #585858;
  text-decoration: none;
}
.container-sidebar ul.nav-sub li a:hover,
.container-sidebar ul.nav-sub li a.active {
  color: #af1e23;
}
.container-sidebar ul.nav-sub li.last {
  border-bottom: none;
}
.container-sidebar ul.nav-sub li ul.sub-default {
  list-style: none;
  margin-left: 0;
}
.container-sidebar ul.nav-sub li ul.sub-default li {
  width: 200px;
  border-bottom: none;
  margin: 0px 0 0px 0;
  padding: 5px 0 5px 0;
}

/* Welcome */
.welcome {
  width: 100%;
  position: relative;
  margin: 0;
}
.welcome .welcome-content,
.welcome .header .reservation-form,
.header .welcome .reservation-form,
.welcome .container-sidebar .reservation-form-panel,
.container-sidebar .welcome .reservation-form-panel {
  width: 479px;
  height: 422px;
  position: relative;
  float: left;
}
.welcome .welcome-content h1,
.welcome .header .reservation-form h1,
.header .welcome .reservation-form h1,
.welcome .container-sidebar .reservation-form-panel h1,
.container-sidebar .welcome .reservation-form-panel h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 51px;
  line-height: 3.1875rem;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 0 0;
}
.welcome .welcome-content p,
.welcome .header .reservation-form p,
.header .welcome .reservation-form p,
.welcome .container-sidebar .reservation-form-panel p,
.container-sidebar .welcome .reservation-form-panel p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #ffffff;
  margin-top: 5px;
}
.welcome .welcome-content p a,
.welcome .header .reservation-form p a,
.header .welcome .reservation-form p a,
.welcome .container-sidebar .reservation-form-panel p a,
.container-sidebar .welcome .reservation-form-panel p a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #ffffff;
}
.welcome .welcome-content p a:hover,
.welcome .header .reservation-form p a:hover,
.header .welcome .reservation-form p a:hover,
.welcome .container-sidebar .reservation-form-panel p a:hover,
.container-sidebar .welcome .reservation-form-panel p a:hover {
  text-decoration: none;
}
.welcome .slider-wrapper {
  margin-top: -85px;
  padding-top: 0px;
  height: 500px;
  z-index: 450;
  position: relative;
}
.welcome .slider-wrapper ul.slider {
  margin: 0;
  padding: 0;
}
.welcome .slider-wrapper ul.slider li {
  height: 521px;
  padding: 135px 0 0 0;
}
.welcome .slider-wrapper ul.slider li.slide-1 {
  background: transparent url("../img/bg/jezero.jpg") no-repeat 50% 50%;
}
.welcome .slider-wrapper ul.slider li.slide-2 {
  background: transparent url("../img/bg/sal.jpg") no-repeat 50% 50%;
}
.welcome ul.slider-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2000;
  list-style: none;
}
.welcome ul.slider-controls li {
  float: left;
}
.welcome ul.slider-controls li a {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  color: #ffffff;
  text-decoration: none;
  margin-right: 25px;
}
.welcome ul.slider-controls li a .ico.dot {
  background: transparent url("../img/sprites/sprites.png") no-repeat 0px 0px;
  width: 33px;
  height: 33px;
  margin: 0 10px -11px 0;
}
.welcome ul.slider-controls li.active a i.ico.dot {
  background: transparent url("../img/sprites/sprites.png") no-repeat -33px 0px;
  width: 33px;
  height: 33px;
  margin: 0 10px -11px 0;
}

/* Content */
.content {
  padding-bottom: 15px;
  background: white url("../img/bg/shadow.png") no-repeat 0 40px;
}
.content .error-input {
  border: 2px solid red;
}
.content h1 {
  margin: 10px 0 20px 0;
}
.content .divider-h {
  width: 100%;
  height: 1px;
  margin: 6px 0 6px 0;
  border-bottom: 1px dashed #d3d3d3;
  background: transparent;
}
.content.panel .container-content {
  width: 670px;
}
.content.hp {
  background: #ffffff;
}
.content.hp .divider-h {
  width: 100%;
  height: 1px;
  margin: 6px 0 6px 0;
  border-bottom: 1px dashed #d3d3d3;
  background: transparent;
}
.content.hp .divider-v {
  height: 50px;
  width: 1px;
  border-left: 1px dashed #d3d3d3;
  background: transparent;
  float: left;
}
.content.hp .divider-v.small {
  height: 288px;
  padding: 0;
  margin: 260px 7px 0 7px;
}
.content.hp .divider-v.big {
  height: 630px;
  padding: 0;
  margin: 20px 4px 0 4px;
}
.content.hp .top-info {
  overflow: hidden;
}
.content.hp .top-info .bg {
  background: transparent url("../img/bg/top-info.png") no-repeat 100% 0;
  overflow: hidden;
  height: 360px;
}
.content.hp .top-info h2 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  font-weight: 700;
  margin: 12px 0 3px 0;
  letter-spacing: -0.6px;
  color: #af1e23;
}
.content.hp .top-info p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  width: 540px;
  margin: 0 0 0 0;
}
.content.hp .top-info a.btn {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  padding: 20px 80px;
  margin: 15px 0 0 0;
}
.content.hp .packages {
  background: #f8f8f8 url("../img/bg/shadow.png") no-repeat 0 60px;
  padding-bottom: 30px;
}
.content.hp .packages .recreation,
.content.hp .packages .company {
  width: 485px;
  float: left;
  padding-left: 4px;
}
.content.hp .packages .recreation h3,
.content.hp .packages .company h3 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-align: center;
  margin: 25px 0 0 0;
  color: #af1e23;
}
.content.hp .packages .recreation .package-box,
.content.hp .packages .company .package-box {
  width: 230px;
  float: left;
  margin: 25px 0 0 0;
  position: relative;
}
.content.hp .packages .recreation .package-box .border-circle .border-inner,
.content.hp .packages .company .package-box .border-circle .border-inner {
  width: 227px;
  height: 233px;
  background: transparent url("../img/bg/border_circle.png") no-repeat 0 0;
  position: absolute;
  z-index: 500;
}
.content.hp .packages .recreation .package-box .border-circle img,
.content.hp .packages .company .package-box .border-circle img {
  width: 220px;
  height: 222px;
  display: block;
  position: relative;
  z-index: 100;
}
.content.hp .packages .recreation .package-box img,
.content.hp .packages .company .package-box img {
  display: block;
  margin: 0 auto;
}
.content.hp .packages .recreation .package-box .info,
.content.hp .packages .company .package-box .info {
  padding: 0 8px;
}
.content.hp .packages .recreation .package-box .info a,
.content.hp .packages .company .package-box .info a {
  text-decoration: none;
}
.content.hp .packages .recreation .package-box .info a h4,
.content.hp .packages .company .package-box .info a h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: center;
  font-weight: 700;
  height: 75px;
  letter-spacing: 0.3px;
  margin: 15px 0 10px 0;
  color: #af1e23;
}
.content.hp .packages .recreation .package-box .info a:hover,
.content.hp .packages .company .package-box .info a:hover {
  text-decoration: underline;
}
.content.hp .packages .recreation .package-box .info p,
.content.hp .packages .company .package-box .info p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #292929;
  text-align: center;
  height: 115px;
}
.content.hp .packages .recreation .package-box .info .nights-info,
.content.hp .packages .company .package-box .info .nights-info,
.content.hp .packages .recreation .package-box .info .package-price,
.content.hp .packages .company .package-box .info .package-price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #626161;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.content.hp .packages .recreation .package-box .info .package-price,
.content.hp .packages .company .package-box .info .package-price {
  color: #af1e23;
}
.content.hp .packages .recreation .package-box a.btn,
.content.hp .packages .company .package-box a.btn {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #545454;
  display: block;
  width: 208px;
  height: 47px;
  margin: 17px auto 0 auto;
  position: relative;
  text-align: center;
}
.content.hp .packages .recreation .package-box a.btn:before,
.content.hp .packages .company .package-box a.btn:before {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #f8f8f8;
  position: absolute;
  top: 7px;
  left: -1px;
}
.content.hp .packages .recreation .package-box a.btn:after,
.content.hp .packages .company .package-box a.btn:after {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #f8f8f8;
  position: absolute;
  top: 7px;
  right: -1px;
}
.content.hp .packages .recreation .package-box a.btn:hover:before,
.content.hp .packages .company .package-box a.btn:hover:before,
.content.hp .packages .recreation .package-box a.btn:hover:after,
.content.hp .packages .company .package-box a.btn:hover:after {
  background-color: #bfc0c0;
}
.content.hp .packages .recreation .package-box.last,
.content.hp .packages .company .package-box.last {
  margin-right: 0;
}
.content.hp .packages .recreation .all-packages,
.content.hp .packages .company .all-packages {
  clear: both;
  overflow: hidden;
  padding: 18px 0 0 0;
  text-align: center;
}
.content.hp .packages .recreation .all-packages p,
.content.hp .packages .company .all-packages p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  text-align: center;
}
.content.hp .packages .recreation .all-packages a.btn,
.content.hp .packages .company .all-packages a.btn {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 15px 0 0 0;
  padding: 16px 28px;
}
.content.hp .packages .company {
  float: right;
}
.content.hp .map {
  width: 100%;
  height: 479px;
  background: transparent url("../img/bg/map_new.jpg") no-repeat 50% 0;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.content.hp .map .divider-h {
  margin: 5px 0 0 0;
}
.content.hp .map .divider-h.bottom {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.content.hp .map h5 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 30px 0 0 0;
  color: #af1e23;
}
.content.hp .map a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "ubunturegular", Tahoma, sans-serif;
  text-decoration: underline;
  margin: 10px 0 0 0;
  display: inline-block;
  line-height: 0rem;
}
.content.hp .map a:hover {
  text-decoration: none;
}
.content.hp .map a:after {
  content: " >";
  text-decoration: none;
}
.content .container-content {
  float: left;
}
.content .container-content .divider-h {
  margin: 20px 0 20px 0;
}
.content .container-content .trip {
  margin-bottom: 25px;
}
.content .container-content .trip .border {
  position: relative;
  margin-left: 10px;
  margin-right: 30px;
}
.content .container-content .trip .border .border-inner {
  width: 200px;
  height: 200px;
  background: transparent url("../img/bg/border.png") no-repeat 0 0;
  position: absolute;
  z-index: 500;
  left: -10px;
  top: -9px;
  margin-right: 30px;
}
.content .container-content .trip .border img {
  width: 180px;
  height: 180px;
  display: block;
  position: relative;
  z-index: 100;
}
.content .container-content .trip .border.left {
  float: left;
}
.content .container-content .trip p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.content .container-content .trip h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  color: #af1e23;
}
.content .container-content .trip a {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  color: #585858;
  text-decoration: none;
  text-align: right;
  position: relative;
  float: right;
}
.content .container-content .trip a:hover {
  text-decoration: underline;
}
.content .container-content .trip a:before {
  content: "";
  width: 530px;
  height: 1px;
  border-bottom: 1px dashed #d3d3d3;
  position: absolute;
  left: -540px;
  bottom: 5px;
}
.content .container-content .trip ul.summary {
  margin: 10px 0 25px 0;
  padding: 0;
  list-style: none;
}
.content .container-content .trip ul.summary li {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  color: #af1e23;
}
.content .container-content .trip ul.summary li.delitko {
  margin: 0 10px 0 10px;
  color: #585858;
}
.content .container-content .trip ul.summary li span.label {
  color: #585858;
}
.content .container-content .balicek-form-div {
  width: 850px;
  margin: 0 auto 0 auto;
}
.content .container-content .balicek-form-div form.main table tr td {
  padding-bottom: 15px;
}
.content
  .container-content
  .balicek-form-div
  form.main
  table
  tr
  td.pobyty-form-td {
  padding-top: 20px;
}
.content
  .container-content
  .balicek-form-div
  form.main
  table
  tr
  td.pobyty-form-td
  div
  input {
  float: none;
  margin-top: 80px;
}
.content .container-panel {
  width: 265px;
  float: right;
}
.content .trip a.main {
  display: block;
  margin: -12px 0 15px 0;
  padding: 0;
  float: none;
  text-align: left;
}
.content .trip a.main:hover,
.content .trip a.main:hover h4 {
  text-decoration: none;
  color: #83171a;
}
.content .trip a.main:before {
  display: none;
  float: left;
}
.content .trip a.more {
  margin: 20px 0 0 0;
}
.content .strankovani_fromzero {
  width: 170px;
  height: 40px;
  margin: 0 0 0 200px;
}
.content .strankovani_fromzero a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  font-family: "ubuntubold", Tahoma, sans-serif;
  background: #f7f7f7;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #bfc0c0;
  color: #af1e23;
  text-decoration: none;
}
.content .strankovani_fromzero a:hover {
  background-color: #efefef;
  border: 1px solid #a6a6a6;
}
.content .strankovani_fromzero a:active {
  background-color: lightgray;
}
.content .streankovani {
  width: 670px;
  text-align: right;
  margin: 30px 0 0 0;
}
.content .streankovani a {
  color: #af1e23;
}
.content .streankovani a.prev {
  margin: 0 10px 0 0;
}
.content .streankovani a.next {
  margin: 0 0 0 10px;
}
.content .streankovani a.page {
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  display: inline-block;
  border: 1px solid #bfc0c0;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 2px;
  text-decoration: none;
}
.content .streankovani a.page:hover,
.content .streankovani a.page.active {
  background-color: #af1e23;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.content .streankovani a.page:active {
  background-color: #af1e23;
  border: 1px solid #859f40;
}
.content .aktuality-in {
  margin: -10px 0 30px 0;
}
.content .aktuality-in a img {
  float: right;
  margin: 5px 0 20px 30px;
  border: 5px solid #e2e2e2;
}
.content .aktuality-in p.date {
  text-align: right;
  color: #848484;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.content .nahledy {
  margin-bottom: 20px;
}
.content .nahledy a {
  text-decoration: none;
}
.content .nahledy a.last img {
  margin-right: 0;
}
.content .nahledy a img {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  margin-right: 15px;
  border: 3px solid #e2e2e2;
}
.content .nahledy a:hover img {
  border: 3px solid #b6b6b6;
}
.content .nahledy .g2 {
  float: left;
  margin: 0 16px 20px 0;
}
.content .nahledy .g2.last {
  margin-right: 0;
}
.content .nahledy .g2.last img {
  margin-right: 0;
}
.content .gallery .g2 {
  width: 320px;
  background-color: #ffffff;
  margin: 0 30px 20px 0;
  float: left;
  height: 420px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.21);
  position: relative;
}
.content .gallery .g2.last {
  margin-right: 0;
}
.content .gallery .g2 a.magnifier {
  width: 320px;
  height: 229px;
  position: relative;
  display: block;
}
.content .gallery .g2 a.magnifier span.hover {
  transition: height 0.4s ease-out;
  width: 320px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.content .gallery .g2 a.magnifier span.hover span.text {
  transition: bottom 0.5s ease-out, opacity 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 320px;
  text-align: center;
  color: #ffffff;
  font-family: "ubuntubold", Tahoma, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 229px;
  line-height: 14.3125rem;
  bottom: -40px;
  position: absolute;
}
.content .gallery .g2 a.magnifier:hover span.hover {
  height: 229px;
}
.content .gallery .g2 a.magnifier:hover span.hover span.text {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
.content .gallery .g2 h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
  margin: 10px 0 5px 0;
  color: #af1e23;
}
.content .gallery .g2 p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0 15px 0 15px;
}
.content .gallery .g2 a.btn {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  position: absolute;
  background-color: #af1e23;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: 100px;
  height: 30px;
  bottom: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
}
.content .gallery .g2 a.btn:hover {
  background-color: #6e1316;
}
.content form.main {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #cdcdcd;
  background-color: #fcfcfc;
}
.content form.main fieldset {
  border: none;
  width: 100%;
}
.content form.main table {
  width: 100%;
}
.content form.main table td {
  padding-bottom: 25px;
  width: 100%;
  vertical-align: top;
}
.content form.main table td span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
}
.content form.main table td .inline-message {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: "ubunturegular", Tahoma, sans-serif;
  padding: 5px 0 0 0;
  color: #ff7e7e;
}
.content form.main table td input[type="text"],
.content form.main table td input[type="number"],
.content form.main table td select,
.content form.main table td textarea {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #292929;
  font-family: "ubunturegular", Tahoma, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cdcdcd;
  display: block;
  width: 250px;
  height: 40px;
  padding: 2px 0 0 10px;
  margin: 5px 0 0 0;
  outline: none;
}
.content form.main table td input[type="text"]:focus,
.content form.main table td input[type="number"]:focus,
.content form.main table td select:focus,
.content form.main table td textarea:focus {
  background-color: #f4f4f4;
  border: 1px solid #ababab;
}
.content form.main table td input[type="text"].error-input,
.content form.main table td input[type="number"].error-input,
.content form.main table td select.error-input,
.content form.main table td textarea.error-input {
  border: 1px dashed #ff7e7e;
}
.content
  form.main
  table
  td
  input[type="text"].error-input::-webkit-input-placeholder,
.content form.main table td select.error-input::-webkit-input-placeholder,
.content form.main table td textarea.error-input::-webkit-input-placeholder {
  color: #be1010;
}
.content form.main table td input[type="text"].error-input:-moz-placeholder,
.content form.main table td input[type="number"].error-input:-moz-placeholder,
.content form.main table td select.error-input:-moz-placeholder,
.content form.main table td textarea.error-input:-moz-placeholder {
  color: #be1010;
}
.content form.main table td input[type="text"].error-input::-moz-placeholder,
.content form.main table td input[type="number"].error-input::-moz-placeholder,
.content form.main table td select.error-input::-moz-placeholder,
.content form.main table td textarea.error-input::-moz-placeholder {
  color: #be1010;
}
.content
  form.main
  table
  td
  input[type="text"].error-input:-ms-input-placeholder,
.content form.main table td select.error-input:-ms-input-placeholder,
.content form.main table td textarea.error-input:-ms-input-placeholder {
  color: #be1010;
}
.content form.main table td input[type="text"].error-input:focus,
.content form.main table td input[type="number"].error-input:focus,
.content form.main table td select.error-input:focus,
.content form.main table td textarea.error-input:focus {
  background-color: #f4f4f4;
  border: 1px solid #ababab !important;
}
.content form.main table td select:focus {
  background-color: #ffffff;
}
.content form.main table td textarea {
  height: 150px;
  resize: none;
  padding: 10px;
}
.content form.main .btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 15px 60px;
  float: right;
  color: #ffffff;
  background-color: #af1e23;
}
.content form.main .btn:hover {
  background-color: #88171b;
}
.content form.main.balicek-order {
  margin: 20px 0 0 0;
}
.content form.main.balicek-order table tr td {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #af1e23;
  font-family: "ubuntubold", Tahoma, sans-serif;
}
.content form.main.balicek-order table tr td span {
  color: #585858;
}
.content form.main.balicek-order table tr td input[type="text"],
.content form.main.balicek-order table tr td textarea,
.content form.main.balicek-order table tr td select {
  width: 400px;
}
.content .error-input {
  background-color: #ffe6e6;
  border: 1px dashed #ff7e7e;
}

.tipsy {
  font-size: 14px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #ccc;
  color: #000;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #ccc;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #ccc;
}

.tipsy-arrow-s {
  border-top-color: #ccc;
}

.tipsy-arrow-e {
  border-left-color: #ccc;
}

.tipsy-arrow-w {
  border-right-color: #ccc;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.aktuality-in.balicek {
  position: relative;
  padding: 30px 0 0 0;
}
.aktuality-in.balicek .main-info {
  float: left;
  width: 720px;
  min-height: 303px;
  height: 303px;
}
.aktuality-in.balicek .main-info h1 {
  width: 500px;
  margin-bottom: 10px;
}
.aktuality-in.balicek .main-info .price-ribbon {
  width: 207px;
  height: 77px;
  background: transparent url("../img/bg/prelepka.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 25px;
}
.aktuality-in.balicek .main-info .price-ribbon p.cena {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-align: center;
  color: #ffffff;
  margin: 17px 0 0 0;
}
.aktuality-in.balicek .main-info .price-ribbon p.cena.pobyt-balicek {
  font-size: 20px;
}
.aktuality-in.balicek .main-info ul.summary {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.aktuality-in.balicek .main-info ul.summary li {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  color: #af1e23;
}
.aktuality-in.balicek .main-info ul.summary li.delitko {
  margin: 0 20px 0 20px;
  color: #585858;
}
.aktuality-in.balicek .main-info ul.summary li span.label {
  color: #585858;
}
.aktuality-in.balicek .main-img {
  float: left;
  width: 260px;
}
.aktuality-in.balicek .main-img .package-mask {
  position: relative;
  margin-left: 10px;
  margin-right: 30px;
}
.aktuality-in.balicek .main-img .package-mask .mask-inner {
  width: 235px;
  height: 303px;
  background: transparent url("../img/bg/package_mask.png") no-repeat 0 0;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.aktuality-in.balicek .main-img .package-mask img {
  width: 222px;
  height: 230px;
  display: block;
  position: relative;
  z-index: 100;
}
.aktuality-in.balicek ul {
  margin-bottom: 0;
}

.package-footer {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.package-footer .final-info-buy {
  float: right;
}
.package-footer .final-info-buy a.order-package.btn.flat,
.package-footer .final-info-buy .content form.main a.order-package.btn,
.content form.main .package-footer .final-info-buy a.order-package.btn {
  display: block;
  text-align: center;
  width: 245px;
  height: 60px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #af1e23;
  font-family: "ubuntubold", Tahoma, sans-serif;
}
.package-footer .final-info-buy a.buy-as-gift {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #585858;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  margin: 0 0 0 50px;
}
.package-footer .final-info-buy a.buy-as-gift:before {
  content: "";
  background: transparent url("../img/sprites/sprites.png") no-repeat -159px -17px;
  width: 33px;
  height: 33px;
  position: absolute;
  left: -40px;
  top: -3px;
}
.package-footer .final-info-buy a.buy-as-gift:hover {
  color: #727272;
  text-decoration: underline;
}
.package-footer .final-info-buy p.cena {
  width: 245px;
  text-align: center;
  cursor: help;
}
.package-footer .price-ribbon-footer {
  width: 207px;
  height: 77px;
  background: transparent url("../img/bg/prelepka_left.png") no-repeat 0 0;
  position: absolute;
  left: -20px;
  top: 15px;
}
.package-footer .price-ribbon-footer.ribbon-firemni {
  top: -18px;
}
.package-footer .price-ribbon-footer p.cena {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-align: center;
  color: #ffffff;
  margin: 33px 0 0 0;
}

.form_buttons .cena {
  float: left;
}
.form_buttons .cena .cena-main {
  color: #af1e23;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
}
.form_buttons .cena .poznamka {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #8c8c8c;
}

/* WIDGET */
.contact-widget {
  position: fixed;
  top: 105px;
  right: -300px;
  z-index: 999999;
}
.contact-widget.open {
  right: 0;
}
.contact-widget a.toggle {
  background: url(../img/widget_head.png) no-repeat;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  display: block;
  float: left;
  color: #fafafa;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-decoration: none;
  text-align: center;
  width: 69px;
  height: 282px;
  border-right: 0;
  position: relative;
  font-family: "ubuntubold", Tahoma, sans-serif;
}
.contact-widget a.toggle div {
  transform: rotate(-90deg);
  text-align: center;
  width: 282px;
  height: 69px;
  position: absolute;
  top: 106px;
  left: -80px;
  font-size: 18px;
  font-weight: normal;
}
.contact-widget a.toggle img {
  margin-bottom: -2px;
  margin-top: 8px;
}
.contact-widget .widget-info {
  float: left;
  width: 300px;
  height: 282px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  text-align: center;
}
.contact-widget .widget-info h5 {
  color: #af1e23;
  font-family: "ubuntubold", Tahoma, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 30px 0 15px 0;
}
.contact-widget .widget-info p {
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
}
.contact-widget .widget-info a.btn.flat,
.contact-widget .widget-info .content form.main a.btn,
.content form.main .contact-widget .widget-info a.btn {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 15px 0 0 0;
  padding: 16px 28px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .contact-widget {
    display: none;
  }
}

/* Sidebar */
.container-sidebar {
  width: 265px;
  position: relative;
  float: right;
}
.container-sidebar .sidebar {
  background: white;
  background: url(../img/ie9_svg.php?from=f4f4f4&to=ffffff);
  background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(100%, white)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0%,
    white 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f4f4f4 0%,
    white 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, white 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='white'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF')"; /* IE8 */
  zoom: 1;
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  width: 265px;
  margin-bottom: 30px;
}
.container-sidebar .reservation-form-panel {
  float: left;
}
.container-sidebar .reservation-form-panel .form {
  width: 265px;
  height: 316px;
  position: relative;
  z-index: 500;
  margin: 0 0 20px 0;
  padding: 15px 0 0 25px;
  background-color: #3e3b31;
}
.container-sidebar .reservation-form-panel .form h3 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: "ubunturegular", Tahoma, sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.container-sidebar .reservation-form-panel .form .input {
  width: 210px;
  height: 36px;
  background-color: #343029;
  margin-bottom: 13px;
}
.container-sidebar .reservation-form-panel .form .input input[type="text"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #ffffff;
  font-family: "open_sansregular", Tahoma, sans-serif;
  width: 170px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #3f4442;
  border-right: none;
  margin: 1px 0 0 1px;
  outline: none;
  float: left;
  padding: 0 0 0 10px;
  text-transform: lowercase;
}
.container-sidebar
  .reservation-form-panel
  .form
  .input
  input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.container-sidebar
  .reservation-form-panel
  .form
  .input
  input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.container-sidebar
  .reservation-form-panel
  .form
  .input
  input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.container-sidebar
  .reservation-form-panel
  .form
  .input
  input[type="text"]
  :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.container-sidebar .reservation-form-panel .form .input a {
  height: 35px;
  width: 39px;
  margin: 1px 0 0 0;
  display: block;
  border: 1px solid #3f4442;
  border-left: none;
  float: right;
}
.container-sidebar .reservation-form-panel .form .input a .ico.cal {
  background: transparent url("../img/sprites/sprites.png") no-repeat -66px 0px;
  width: 23px;
  height: 24px;
  margin: 4px 0 0 3px;
}
.container-sidebar
  .reservation-form-panel
  .form
  .input.no-ico
  input[type="text"] {
  width: 210px;
  border: 1px solid #3f4442;
}
.container-sidebar .reservation-form-panel .form input.continue {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  border: 1px solid #5e5d57;
  width: 210px;
  height: 56px;
  color: #ffffff;
  position: relative;
  background-color: #343029;
}
.container-sidebar .reservation-form-panel .form input.continue:hover {
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid #6e7372;
}
/* Footer */
.footer {
  height: 315px;
}
.footer h3 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 20px 0 0 0;
  letter-spacing: -0.6px;
}
.footer .newsletter {
  margin: 10px 0 0 0;
  position: relative;
}
.footer .newsletter:before {
  content: " ";
  width: 1px;
  height: 80px;
  position: absolute;
  left: -20px;
  top: 50px;
  background: #e2e2e2;
}
.footer .newsletter h5 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2e2e2e;
  font-weight: normal;
  margin: 14px 0 6px;
}
.footer .newsletter h5 .ico.envelope {
  background: transparent url("../img/sprites/sprites.png") no-repeat -91px 0px;
  width: 33px;
  height: 24px;
  margin: 0 0 -5px 10px;
}
.footer .newsletter p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #2e2e2e;
  margin: 0;
}
.footer .newsletter input[type="text"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #565555;
  font-family: "open_sansregular", Tahoma, sans-serif;
  outline: none;
  border: none;
  background-color: #e8e7e7;
  display: inline-block;
  height: 40px;
  width: 260px;
  padding: 0 0 0 18px;
  margin: 24px 0 0 0;
  float: left;
}
.footer .newsletter input.send {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 48px;
  line-height: 3rem;
  border: 1px solid #000000;
  display: block;
  float: left;
  height: 48px;
  width: 260px;
  background-color: #af1e23;
  color: #ffffff;
  text-decoration: none;
  font-family: "ubuntubold", Tahoma, sans-serif;
  text-align: center;
  margin: 20px 0 0 42px;
}
.footer .newsletter input.send:hover {
  background-color: #83171a;
  border: 1px solid #262020;
}
.footer .divider-footer {
  float: left;
  height: 87px;
  width: 1px;
  background-color: #e2e2e2;
  margin: 65px 5px 0 5px;
}
.footer .contact {
}
.footer .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .contact ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  color: #252525;
  margin-bottom: 13px;
}
.footer .contact ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  color: #252525;
  text-decoration: none;
}
.footer .contact ul li a.mail {
  color: #af1e23;
}
.footer .contact ul li a:hover {
  text-decoration: underline;
}
.footer .contact ul li .ico {
  margin-right: 10px;
}
.footer .contact ul li .ico.tel {
  background: transparent url("../img/sprites/sprites.png") no-repeat -162px 0px;
  width: 14px;
  height: 16px;
  margin-bottom: -2px;
}
.footer .contact ul li .ico.fax {
  background: transparent url("../img/sprites/sprites.png") no-repeat -125px 0px;
  width: 17px;
  height: 16px;
  margin-bottom: -2px;
}
.footer .contact ul li .ico.mail {
  background: transparent url("../img/sprites/sprites.png") no-repeat -143px 0px;
  width: 18px;
  height: 17px;
  margin-bottom: -2px;
}
.footer .social {
  margin: 50px 0 0 0;
}
.footer .social a.net {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  font-size: 0;
  color: transparent;
  text-indent: -9999;
  margin-right: 14px;
}
.footer .social a.net:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer .social a.net .ico.gplus {
  background: transparent url("../img/sprites/sprites.png") no-repeat -46px -33px;
  width: 45px;
  height: 45px;
  margin-bottom: -2px;
}
.footer .social a.net .ico.fb {
  background: transparent url("../img/sprites/sprites.png") no-repeat 0px -33px;
  width: 45px;
  height: 45px;
  margin-bottom: -2px;
}
.footer .social a.net .ico.ig {
  background: transparent url("../img/sprites/ig.jpg");
  background-size: 45px;
  width: 45px;
  height: 45px;
  margin-bottom: -2px;
}
.footer .social .copy,
.footer .social .copy a {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: "open_sansregular", Tahoma, sans-serif;
  color: #c4c3c3;
  margin: 20px 0 0 30px;
  display: inline-block;
  position: relative;
}
.footer .social .copy a {
  text-decoration: none;
  margin: 0;
}
.footer .social .copy a:hover {
  text-decoration: underline;
  color: #787676;
}
.footer .social .copy a:after {
  display: none;
}
.footer .social .copy:after,
.footer .social .copy a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: #c4c3c3;
}
.footer.sub {
  border-top: 1px dashed #d3d3d3;
}
.footer--top-text {
  border-bottom: 2px solid #d3d3d3;
  padding: 10px;
  margin-top: -30px;
  text-align: left;
  font-weight: bold;
}
.sub .footer--top-text {
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}
.place-distance {
  margin: 54px 0 0 -20px !important;
}
.place-distance span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.place-distance span:before {
  content: " ";
  background: url("../img/sprites/misto-ikonka.jpg") no-repeat center;
  background-size: 20px;
  margin-right: 10px;
  width: 20px;
  height: 26px;
}
/* *
*    Tiny MCE
*    Základní nastavení
* */
div.content p {
  line-height: 28px;
  margin: 5px 0px;
  font-size: 14px;
  color: #4b4b4b;
  padding: 0px;
  font-family: "ubunturegular", Tahoma, sans-serif;
}
div.content table td {
  font-size: 90%;
  padding: 3px 5px;
  line-height: 150%;
}
div.content ul li {
  font-size: 17px;
  padding: 3px 0px 3px 0px;
  margin: 0px;
  line-height: 150%;
  color: #4b4b4b;
  background: none;
}
div.content ol li {
  font-size: 90%;
  padding: 5px 0px 5px 0px;
  background: none;
  line-height: 150%;
}
div.content a,
div.content a:visited {
  text-decoration: underline;
  color: #af1e23;
}
div.content p a,
div.content p a:visited {
  font-family: "ubunturegular", Tahoma, sans-serif;
  color: #545454;
  padding: 0px;
  line-height: 28px;

  font-size: 14px;
}
div.content a:hover {
  text-decoration: none;
}
div.content strong {
  color: #3e3e3e;
}

div.content table {
  font-size: 14px;
  border: none;
  border-collapse: collapse;
  font-family: "ubunturegular", Tahoma, sans-serif;
  color: #292929;
}

div.content p li,
div.content p li,
div.content p h1,
div.content p h2,
div.content p h3,
div.content p h4,
div.content p h5,
div.content p h6,
div.content p p,
div.content p td,
div.content p table,
div.content div table,
div.content table td table td,
div.content table td div,
div.content table td p,
div.content table td li {
  line-height: 14px;
  font-size: 100%;
  font-family: "ubunturegular", Tahoma, sans-serif;
  color: #292929;
}
div.content h1 {
  color: #af1e23;
  font-size: 42px;
  margin: 0px 0px 20px 0px;
  text-decoration: none;
  padding: 10px 0px 5px 0px;
  font-weight: bold;
}
div.content h2 {
  color: #545454;
  font-size: 36px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
}
div.content h3 {
  color: #545454;
  font-size: 28px;
  margin: 0px 0px 6px 0px;
  background: none;
  text-decoration: none;

  padding: 12px 0px 0px 0px;
  font-weight: bold;
}
div.content h4 {
  color: #545454;
  font-size: 22px;
  margin: 5px 0px 2px 0px;
  background: none;
  text-decoration: none;

  padding: 0px 0px 0px 0px;
  font-weight: bold;
}
div.content h5 {
  color: #545454;
  font-size: 18px;
  margin: 4px 0px 4px 0px;
  background: none;
  padding: 0px 0px 0px 0px;
}

div.content h6 {
  color: #545454;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  font-family: "ubunturegular", Tahoma, sans-serif;
}
div.content h2 a,
div.content h3 a,
div.content h4 a,
div.content h5 a,
div.content h6 a,
div.content h2 a:visited,
div.content h3 a:visited,
div.content h4 a:visited,
div.content h5 a:visited,
div.content h6 a:visited {
  color: #af1e23;
}
div.content ul {
  list-style-type: disc;
  margin: 5px 0px 15px 20px;
  padding: 0px 0px 0px 20px;
  color: #292929;
  font-family: "ubunturegular", Tahoma, sans-serif;
  font-size: 14px;
  line-height: 28px;
}
div.content ul li {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
div.content ul li p,
div.content ul li div {
  line-height: 100%;
  font-family: "ubunturegular", Tahoma, sans-serif;
}
div.content p ul li {
  font-size: 14px;
  font-family: "ubunturegular", Tahoma, sans-serif;
}
div.content ul li li {
  font-size: 100%;
}
div.content ol {
  list-style-type: decimal;
  margin: 15px 0px;
  padding: 0px 0px 0px 30px;
}
div.content ol li p,
div.content ol li div {
  line-height: 100%;
  font-size: 100%;
}
div.content p ol li {
  font-size: 120%;
}
div.content ol li li {
  font-size: 100%;
}

div.content img {
  border: none;
}

div.content img.left {
  margin: 18px 20px 5px 0px;
  float: left;
}
div.content img.right {
  margin: 10px 20px 5px 0px;
  float: right;
}
div.content blockquote {
  padding: 5px 0px 5px 20px;
  margin: 0px 0px 0px 0px;
}
div.content hr {
  z-index: 10;
  width: 95%;
  position: relative;
  margin: 15px 0px;
  height: 4px;
  border: none;
}
div.content fieldset {
  border: 1px solid #efefef;
}
div.content fieldset legend {
  font-size: 70%;
}

div.content .info-panel {
  padding: 10px 20px 10px 20px;

  border: 1px solid #4f5a63;
}
div.content .table-s-okrajem td {
  padding: 10px 20px 10px 20px;
  border: 1px solid #4f5a63;
  border: 1px solid #000;
}
div.content .alert-panel {
  padding: 10px 20px 10px 20px;
  border: 1px solid red;
}
div.content .citace {
  display: block;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-left: 5px solid #cdcdcd;
  background-color: #fcfcfc;

  padding: 10px 20px 10px 20px;
  color: #797979;
}
div.content a.tlacitko-cervene,
div.content a.tlacitko-cervene:visited {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border: 1px solid #cdcdcd;
  background-color: #af1e23;
  padding: 11px 32px;
  color: #ffffff;
  font-family: "ubuntubold", Tahoma, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 10px 0;
}
div.content a.tlacitko-cervene:hover {
  background-color: #9a0016;
}
div.content a.tlacitko-svetle,
div.content a.tlacitko-svetle:visited {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border: 1px solid #bfc0c0;
  background-color: #f7f7f7;
  padding: 11px 32px;
  color: #545454;
  font-family: "ubuntubold", Tahoma, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 10px 0;
}
div.content a.tlacitko-svetle:hover {
  background-color: #e2e2e2;
}
/* IE fix */
.ie a.logo img {
  border: none;
}
.ie .bx-wrapper {
  height: 521px;
}
.ie8 ul.nav li a {
  border-right: 1px solid #ffffff;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #ffffff;
}
.ie8 ul.nav li a:hover,
.ie8 ul.nav li a.active {
  background: transparent url("../img/bg/ie_png_fix.png") repeat 0 0;
}
.ie8 ul.nav li ul.sub-default {
  background: transparent url("../img/bg/ie_png_fix.png") repeat 0 0;
}
.ie8 ul.nav li ul.sub-default a:hover {
  background: transparent url("../img/bg/ie_png_fix_dark.png") repeat 0 0;
}
.ie8 .header .reservation-form {
  margin-left: 0;
}
.ie8 .header .reservation-form .form {
  background: url("../img/bg/ie_png_fix_form.png") repeat 0 0;
}

.ie8 .header .reservation-form .form .input input[type="text"] {
  background: #141514;
  padding-top: 6px;
}
.ie8 .header .reservation-form .form .input input[type="submit"] {
  background: #141514;
}
.ie8 .header .reservation-form .form input.continue {
  background: #141514;
}

.ie8 .header .reservation-form .form input.continue:hover {
  background: #080c0b;
}
.ie8
  .container-sidebar
  .reservation-form-panel
  .form
  .input
  input[type="text"] {
  padding-top: 6px;
}
.ie8 .footer .newsletter input[type="text"] {
  padding-top: 8px;
}
.ie8 .content .gallery .g2 a.magnifier span.hover {
  background: transparent url("../img/bg/ie_png_fix_dark.png") repeat 0 0;
}

.ie8 .content form#contact-form table td input[type="text"],
.content form#contact-form table td select,
.content form#contact-form table td textarea {
  padding: 11px 0 0 10px;
}
.ie8 .content form#contact-form table td select {
  padding: 0px 0 0 10px;
}
.ie8 .main.balicek-order input[type="text"] {
  padding-top: 10px;
}

.ie8 .main.balicek-order select {
  padding-top: 0px;
}

.ie8 .contact-widget .widget-info {
  background: #fff;
}
