
@import "../../../Shared/Libraries/bootstrap-3.1.1-dist/css/bootstrap.css";
@import "../Styles/open_sans.css";
@import "../Fonts/opensanscondensed_bold/stylesheet.css";
@import "../Fonts/opensanscondensed_light/stylesheet.css";
@import "../Fonts/opensanscondensed_lightitalic/stylesheet.css";
#Utils {
  /* Deprecated use bgImage instead */
  /* Deprecated use bgImage instead ex: bgImage('cz_CZ/image.png')*/
}
.display-as-table {
  display: table;
  width: 100%;
}
.display-as-table > * {
  display: table-row;
}
.display-as-table > * > * {
  display: table-cell;
  vertical-align: top;
}
.font-light {
  font-family: "Open Sans Light";
  font-weight: normal;
}
.font-normal {
  font-family: "Open Sans Regular";
  font-weight: normal;
}
.font-bolder {
  font-family: "Open Sans Semibold";
  font-weight: normal;
}
.font-bold {
  font-family: "Open Sans Bold";
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5da5e5;
  text-transform: uppercase;
  font-family: "open_sanscondensed_light";
}
h1 {
  margin: 25px 0;
  font-size: 34px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
a {
  color: #5da5e5;
  text-decoration: underline;
}
a:hover {
  color: #5da5e5;
}
a:visited {
  color: #5da5e5;
}
a:active {
  color: #5da5e5;
}
strong {
  font-family: "Open Sans Semibold";
  font-weight: normal;
}
body {
  font-family: "Open Sans Regular";
  font-weight: normal;
  font-size: 13px;
  color: #404040;
  text-align: justify;
}
button,
input,
optgroup,
select,
textarea {
  color: #000000;
}
#header .menu-text {
  position: absolute;
  color: #fff;
  font-family: "open_sanscondensed_light";
  font-size: 21px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: block;
  top: 0;
  left: 145px;
}
#header .logo {
  position: absolute;
  display: block;
  width: 1158px;
  height: 440px;
  top: 70px;
  left: 0;
}
#header ul.sortiment {
  list-style-type: none;
  position: absolute;
  bottom: 11px;
  left: 196px;
  padding: 0;
}
#header ul.sortiment li {
  display: inline-block;
  font-family: "open_sanscondensed_light";
  font-size: 20px;
  color: #fff;
  width: 179px;
}
#header ul.side-nav {
  position: absolute;
  top: 70px;
  left: -262px;
  padding: 0;
  list-style-type: none;
}
#header ul.side-nav li {
  border-bottom: 1px solid #fff;
}
#header ul.side-nav li a {
  padding: 13px 23px;
  color: #fff;
  display: block;
  font-size: 24px;
  font-family: "open_sanscondensed_light";
  text-decoration: none;
  background-color: #212121;
  width: 207px;
  box-sizing: border-box;
}
#header ul.side-nav li.current a,
#header ul.side-nav li a:hover {
  color: #5da5e5;
}
#navigation {
  position: absolute;
  top: 0;
  left: 220px;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
}
#navigation li {
  display: inline-block;
  margin: 0 33px;
}
#navigation li.separator {
  display: none;
}
#navigation li a {
  display: block;
  color: #fff;
  font-family: "open_sanscondensed_light";
  font-size: 21px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-decoration: none;
}
#navigation li.current a,
#navigation li a:hover {
  color: #5da5e5;
}
#footer .slogan {
  box-sizing: border-box;
  padding: 69px 180px 0 180px;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-family: "open_sanscondensed_light";
  position: absolute;
  width: 100%;
  text-align: center;
}
#footer .copyright {
  position: absolute;
  left: 79px;
  bottom: 35px;
  color: #fff;
  font-size: 13px;
}
#footer .follow {
  color: #fff;
  position: absolute;
  right: 115px;
  bottom: 35px;
}
#footer .fb {
  background-image: url("../Images/icon_fb.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 77px;
  bottom: 34px;
  display: block;
  height: 19px;
  width: 24px;
}
.common-button {
  color: #ffffff;
  background-color: #5da5e5;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
}
.article .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 12px;
}
.pagination-container {
  text-align: center;
}
.pagination-container .pagination li.active a {
  color: #ffffff;
  background-color: #5da5e5;
  border-color: #5da5e5;
}
.pagination-container .pagination li.disabled a {
  color: #999;
}
.pagination-container .pagination li a {
  color: #5da5e5;
}
.messages {
  color: #294d1e;
  line-height: 18px;
  text-shadow: 1px 1px 0px #a9dc93;
  background-color: #99FF99;
  padding: 10px;
  padding-left: 25px;
  list-style-type: square;
  border: 1px solid #417630;
  text-align: justify;
  border-radius: 5px;
  /*background: -moz-linear-gradient(center top , #a9dc93, #5cc151 repeat scroll 0 0 transparent);
  background: -webkit-linear-gradient(top, #f8c2c5, #ee7a85);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c2c5', endColorstr='#ee7a85');*/
}
.errors {
  color: #3a1017;
  text-shadow: 1px 1px 0px #f8c2c5;
  line-height: 18px;
  background-color: #FF9999;
  padding: 10px;
  padding-left: 25px;
  list-style-type: square;
  border: 1px solid #e7505b;
  text-align: justify;
  border-radius: 5px;
  /*box-shadow: 0 0 10px #808080;
  background: -moz-linear-gradient(center top , #f8c2c5, #ee7a85 repeat scroll 0 0 transparent);
  background: -webkit-linear-gradient(top, #f8c2c5, #ee7a85);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c2c5', endColorstr='#ee7a85');*/
}
.news .pagination-container {
  text-align: center;
}
.news-thumbnail {
  margin: 40px 0;
}
.news-thumbnail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 11px;
}
.news-thumbnail .show-more {
  text-align: right;
}
.news-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 11px;
}
.references .categories-filter {
  margin: 20px 0;
}
.references .categories-filter label {
  vertical-align: middle;
}
.references .categories-filter input[type="checkbox"] {
  margin-right: 3px;
}
.references .categories-filter input[type="submit"] {
  float: right;
}
.reference {
  margin: 40px 0;
}
.reference .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 11px;
}
.reference .images {
  margin: 10px auto;
}
.reference .images .image-box {
  position: relative;
  display: inline-block;
  width: 223px;
  height: 223px;
  line-height: 223px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 5px;
}
.reference .images .image-box img {
  max-width: 213px;
  max-height: 213px;
  vertical-align: middle;
  margin: 0 auto;
}
.reference-thumbnail {
  margin: 40px 0;
}
.reference-thumbnail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 11px;
}
.reference-thumbnail .images {
  margin: 10px auto;
}
.reference-thumbnail .images .image-box {
  position: relative;
  display: inline-block;
  width: 223px;
  height: 223px;
  line-height: 223px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 5px;
}
.reference-thumbnail .images .image-box img {
  max-width: 213px;
  max-height: 213px;
  vertical-align: middle;
  margin: 0 auto;
}
.reference-thumbnail .description {
  max-height: 60px;
  overflow: hidden;
}
.reference-thumbnail .show-more {
  text-align: right;
}
.reference-detail {
  margin: 40px 0;
}
.reference-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 11px;
}
.reference-detail .images {
  margin: 10px auto;
}
.reference-detail .images .image-box {
  position: relative;
  display: inline-block;
  width: 223px;
  height: 223px;
  line-height: 223px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 5px;
}
.reference-detail .images .image-box img {
  max-width: 213px;
  max-height: 213px;
  vertical-align: middle;
  margin: 0 auto;
}
.categories-tree {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.categories-tree li .item-container {
  display: table;
  width: 100%;
}
.categories-tree li .item-container .item {
  display: table-row;
}
.categories-tree li .item-container .item .category-spacer {
  display: table-cell;
  width: 23px;
}
.categories-tree li .item-container .item i.category-icon {
  cursor: pointer;
  display: table-cell;
  width: 22px;
}
.categories-tree li .item-container .item a {
  display: table-cell;
}
.products-filters {
  margin: 25px 0;
}
.products-filters .buttons {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}
.products-filters .buttons a {
  display: inline-block;
  color: #333333;
  background-color: #EEEEEE;
  background-image: -moz-linear-gradient(center top, #ffffff, #e6e6e6);
  border-left: 1px solid #CFCFCF;
  padding: 5px 9px;
  text-decoration: none;
}
.products-filters .buttons a:first-child {
  border-left: none;
}
.products-filters .buttons a:hover {
  background-color: E6E6E6E;
  background-image: none;
}
.products-filters .buttons a i {
  color: #A9A9A9;
  font-size: 14px;
  margin-right: 5px;
}
.products-filters .view-limit-box {
  display: inline-block;
  color: #333333;
  background-color: #EEEEEE;
  background-image: -moz-linear-gradient(center top, #ffffff, #e6e6e6);
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding: 5px 8px;
  float: right;
}
.products-filters .view-limit-box label {
  font-weight: normal;
  margin: 0 5px 0 0;
}
.products-filters .view-limit-box select {
  background-color: #FFFFFF;
  border: 1px solid #A6A4A4;
  border-radius: 3px;
  color: #000000;
}
.category-description {
  margin: 25px 0;
}
.category-images {
  margin: 25px 0;
}
.category-images a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 0 10px 10px 0;
}
.category-images a img {
  max-width: 190px;
  max-height: 190px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-thumbnail {
  width: 200px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  text-align: middle;
  padding: 10px;
}
.product-thumbnail h2 {
  padding: 0;
  color: #9F1500;
  font-size: 13px;
  height: 40px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.product-thumbnail h2 a {
  text-decoration: underline;
}
.product-thumbnail .description {
  display: block;
  height: 80px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 5px 0;
}
.product-thumbnail .image-box {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border: 1px solid #CCCCCC;
  text-align: center;
  border: none;
}
.product-thumbnail .image-box img {
  max-width: 170px;
  max-height: 170px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-thumbnail .image-box .icon-top {
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-thumbnail .bottom {
  position: relative;
  font-family: Arial;
  height: 50px;
}
.product-thumbnail .bottom .discount {
  top: 0px;
  font-size: 10px;
  font-weight: bold;
  left: 5px;
  position: absolute;
}
.product-thumbnail .bottom .discount .strike {
  background-attachment: scroll;
  background-image: url("../Images/common/bg_strike.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.product-thumbnail .bottom .price {
  position: absolute;
  top: 14px;
  color: #D11C00;
  font-size: 17px;
  font-weight: bold;
}
.product-thumbnail .bottom .price-vat-excluded {
  position: absolute;
  bottom: 0px;
  left: 5px;
  font-size: 10px;
  font-weight: bold;
}
.product-thumbnail .bottom .button-detail {
  color: #ffffff;
  background-color: #5da5e5;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding: 0 6px;
}
.product-detail .summary {
  float: right;
  position: relative;
  width: 385px;
}
.product-detail .summary .short-description {
  border-bottom: 1px solid #BFBEBE;
  line-height: 20px;
  margin: 0 0 20px;
  padding-bottom: 8px;
}
.product-detail .summary .prices {
  font-family: Arial;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.product-detail .summary .prices .text {
  padding: 3px 0 3px 13px;
}
.product-detail .summary .prices .value {
  padding: 0 13px 0 0;
  text-align: right;
}
.product-detail .summary .prices .discounted-price-vat-included .text {
  font-weight: bold;
}
.product-detail .summary .prices .discounted-price-vat-included .value {
  color: #D11C00;
  font-size: 23px;
}
.product-detail .summary .request-button-box {
  background-color: #EEEEEE;
  border: 1px solid #BFBEBE;
  border-radius: 5px;
  margin: 0;
  padding: 12px;
  text-align: right;
  vertical-align: middle;
}
.product-detail .summary .request-button-box .button {
  color: #ffffff;
  background-color: #5da5e5;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  display: inline-block;
}
.product-detail .tabs {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  margin: 40px 0 25px 0;
}
.product-detail .tabs .tab {
  position: relative;
  top: 1px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #CCCCCC;
  display: inline-block;
  padding: 8px 20px;
  z-index: 5;
  text-decoration: none;
  color: #999999;
  margin-right: 5px;
}
.product-detail .tabs .tab.active {
  border-bottom: 1px solid #ffffff;
  color: #5da5e5;
}
.product-detail .content {
  padding: 0 10px;
}
.product-detail .content #tab-images a {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 0 10px 10px 0;
}
.product-detail .content #tab-images a img {
  max-width: 160px;
  max-height: 160px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-detail .main-image-box {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border: 1px solid #CCCCCC;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-detail .main-image-box img {
  max-width: 240px;
  max-height: 240px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-detail .main-image-box .icon-top {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-detail .main-image-box .lens {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 5px;
  right: 5px;
  background-image: url("../Images/common/icon_lens.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.product-detail .images-carousel-container {
  position: relative;
  width: 250px;
  margin-top: 3px;
}
.product-detail .images-carousel-container .images-carousel {
  height: 73px;
  width: 219px;
  overflow: hidden;
  margin: 0 16px;
}
.product-detail .images-carousel-container .images-carousel ul {
  position: relative;
  list-style-type: none;
  padding: 0;
}
.product-detail .images-carousel-container .images-carousel li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 73px;
  width: 73px;
}
.product-detail .images-carousel-container .images-carousel li a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #CCCCCC;
  text-align: center;
  border-radius: 0px;
}
.product-detail .images-carousel-container .images-carousel li a img {
  max-width: 65px;
  max-height: 65px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-detail .images-carousel-container .prev {
  background-color: #EEEEEE;
  background-image: url("../Images/common/icon_arrows2.png");
  background-position: 0 31px;
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 0 5px;
  cursor: pointer;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
}
.product-detail .images-carousel-container .next {
  background-color: #EEEEEE;
  background-image: url("../Images/common/icon_arrows2.png");
  background-position: -12px 31px;
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 5px;
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 12px;
}
.catalog-quick-search-container input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 4px;
  border: none;
}
.catalog-quick-search-container .submit-container {
  text-align: right;
}
.catalog-quick-search-container input[type="submit"] {
  background-image: url("../Images/common/icon_lens_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px;
  display: block;
  color: transparent;
  border: none;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  float: right;
}
.request-form input[type="submit"] {
  color: #ffffff;
  background-color: #5da5e5;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  display: inline-block;
}
.contact table.data-grid {
  margin: 30px 0;
}
.contact table.data-grid .title {
  vertical-align: top;
  width: 150px;
  padding-bottom: 5px;
  font-family: "Open Sans Semibold";
  font-weight: normal;
}
.contact .request-form-button {
  color: #ffffff;
  background-color: #5da5e5;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  display: inline-block;
}
.room-reservations .datepicker-container {
  display: inline-block;
  width: 240px;
  margin-right: 50px;
}
.room-reservations .datepicker-container label {
  width: 50px;
}
.room-reservations .datepicker-container .selected-date {
  text-align: right;
  width: 190px;
  display: inline-block;
}
.room-reservations #room-reservation-form .persons-count-label {
  width: 100px;
}
.room-reservations #room-reservation-form #persons-count {
  width: 30px;
}
.room-reservations #room-reservation-form input[type="submit"] {
  margin: 10px 0;
  font-family: "Open Sans Regular";
  font-weight: normal;
  font-size: 13px;
  padding: 5px 10px;
}
.room-reservations #room-types {
  margin-top: 30px;
}
.room-reservations .room-type {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px 0;
  margin: 20px 0;
}
.room-reservations .room-type .images {
  margin: 15px auto;
}
.room-reservations .room-type .images .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 5px;
}
.room-reservations .room-type .images .image-box img {
  max-width: 90px;
  max-height: 90px;
  vertical-align: middle;
  margin: 0 auto;
}
.room-reservations .room-type .toggle-reservation-form-button-container a {
  display: inline-block;
  background-color: #9b7e2e;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
}
.room-reservations .room-type .room-type-reservation-form {
  margin: 10px 0;
}
.room-reservations .room-type .room-type-reservation-form label {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
.room-reservations .room-type .room-type-reservation-form input[type="text"] {
  width: 300px;
}
.room-reservations .room-type .room-type-reservation-form input[type="submit"] {
  margin: 10px 0;
}
.room-reservation-detail label {
  width: 150px;
}
.homepage-news-container {
  margin: 40px 0;
  overflow: hidden;
}
.homepage-news-container .title {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-news-container .single-news {
  display: inline-block;
  margin-left: 30px;
  width: 290px;
  vertical-align: top;
  text-align: justify;
}
.homepage-news-container .single-news:first-child {
  margin-left: 0;
}
.homepage-news-container .date {
  color: #787878;
  font-size: 11px;
  margin: 3px 0;
}
.homepage-news-container .show-more {
  text-align: right;
}
body {
  background-image: url("../Images/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
#body-container {
  height: 100%;
}
#header-container:before,
#center-container:before,
#footer-container:before {
  box-shadow: -15px 0 20px -15px #444444 inset;
  content: " ";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
#header-container:after,
#center-container:after,
#footer-container:after {
  box-shadow: 15px 0 20px -15px #444444 inset;
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
#header-container {
  position: relative;
  width: 1158px;
  height: 581px;
  background-color: red;
  background-image: url("../Images/bg_header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#center-container {
  display: table;
  width: 100%;
  position: relative;
  width: 1158px;
  padding-bottom: 40px;
  background-color: #fff;
  padding-left: 113px;
  padding-right: 113px;
  padding-top: 10px;
}
#center-container > * {
  display: table-row;
}
#center-container > * > * {
  display: table-cell;
  vertical-align: top;
}
#left-panel-container {
  width: 289.5px;
}
#right-panel-container {
  width: 289.5px;
}
#footer-container {
  position: relative;
  width: 1158px;
  height: 352px;
  background-color: grey;
  background-image: url("../Images/bg_footer.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
/* ˇˇˇ Sticky footer ˇˇˇ */
html,
body,
#body-container {
  height: 100%;
}
