
@import "../../../Shared/Libraries/bootstrap-3.1.1-dist/css/bootstrap.css";
/**
* Few rules:
* - if not specified you're free to customize anything
* - do not style the header, main, footer elements directly, style header-container, center-container, footer-container instead (do not style HTML5 specific elements in general)
* - do not set padding or margin to html, body, body-container
* - prefix the name of your local variables with scope name like this @scopeName_variableName
* - do not use decimal numbers or you won't be able to compile correctly on windows with current less compiler (php locale settings problem) (if you really need to use decimal number place it to separate css file and include it)
*/
#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: Arial;
  font-weight: normal;
}
.font-normal {
  font-family: Arial;
  font-weight: normal;
}
.font-bolder {
  font-family: Arial;
  font-weight: bold;
}
.font-bold {
  font-family: Arial;
  font-weight: bolder;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a7395;
  font-family: Arial;
  font-weight: bolder;
}
h1 {
  margin: 25px 0;
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
a {
  color: #628d28;
  font-family: Arial;
  font-weight: bolder;
  text-decoration: underline;
}
a:hover {
  color: #628d28;
}
a:visited {
  color: #628d28;
}
a:active {
  color: #628d28;
}
strong {
  font-family: Arial;
  font-weight: bold;
}
body {
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  text-align: justify;
}
button,
input,
optgroup,
select,
textarea {
  color: #000000;
}
#header .icon-fb {
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  height: 30px;
  width: 30px;
  background-image: url("../Images/icon_fb.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .icon-tw {
  display: block;
  position: absolute;
  top: 5px;
  left: 45px;
  height: 30px;
  width: 30px;
  background-image: url("../Images/icon_twitter.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .icon-gp {
  display: block;
  position: absolute;
  top: 5px;
  left: 80px;
  height: 30px;
  width: 30px;
  background-image: url("../Images/icon_gplus.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .icon-yt {
  display: block;
  position: absolute;
  top: 5px;
  left: 115px;
  height: 30px;
  width: 30px;
  background-image: url("../Images/icon_youtube.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .slideshow {
  position: absolute;
  right: 8px;
  top: 50px;
  width: 645px;
  height: 193px;
}
#header .phone {
  display: block;
  position: absolute;
  top: 8px;
  right: 217px;
  font-size: 18px;
  font-family: "Open Sans Semibold";
  color: #fff;
}
#header .logo {
  position: absolute;
  top: 50px;
  left: 7px;
  height: 194px;
  width: 236px;
  display: block;
}
#navigation {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  width: auto;
  top: 249px;
  left: 8px;
}
#navigation > * {
  display: table-row;
}
#navigation > * > * {
  display: table-cell;
  vertical-align: top;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
}
#navigation li.separator {
  display: none;
}
#navigation li a {
  display: block;
  height: 50px;
  color: transparent;
}
#navigation li.menu-item-1 {
  width: 149px;
  background-image: url("../Images/menu_item_1.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navigation li.menu-item-1.current,
#navigation li.menu-item-1:hover {
  background-position: center -50px;
}
#navigation li.menu-item-2 {
  width: 181px;
  background-image: url("../Images/menu_item_2.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navigation li.menu-item-2.current,
#navigation li.menu-item-2:hover {
  background-position: center -50px;
}
#navigation li.menu-item-3 {
  width: 193px;
  background-image: url("../Images/menu_item_3.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navigation li.menu-item-3.current,
#navigation li.menu-item-3:hover {
  background-position: center -50px;
}
#navigation li.menu-item-4 {
  width: 177px;
  background-image: url("../Images/menu_item_4.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navigation li.menu-item-4.current,
#navigation li.menu-item-4:hover {
  background-position: center -50px;
}
#navigation li.menu-item-5 {
  width: 180px;
  background-image: url("../Images/menu_item_5.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navigation li.menu-item-5.current,
#navigation li.menu-item-5:hover {
  background-position: center -50px;
}
#left-panel .side-nav {
  position: relative;
  background-image: url("../Images/bg_side_menu.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 167px;
  margin-bottom: 8px;
}
#left-panel .side-nav a {
  display: block;
  position: absolute;
  width: 222px;
  height: 29px;
  left: 8px;
  color: transparent;
}
#left-panel .side-nav a.stehovani {
  top: 28px;
}
#left-panel .side-nav a.stehovani:hover,
#left-panel .side-nav a.stehovani.current {
  background-image: url("../Images/bg_stehovani_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#left-panel .side-nav a.vyklizeni {
  top: 67px;
}
#left-panel .side-nav a.vyklizeni:hover,
#left-panel .side-nav a.vyklizeni.current {
  background-image: url("../Images/bg_vyklizeni_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#left-panel .side-nav a.autodoprava {
  top: 106px;
}
#left-panel .side-nav a.autodoprava:hover,
#left-panel .side-nav a.autodoprava.current {
  background-image: url("../Images/bg_autodoprava_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#left-panel .btn-vehicles {
  margin-bottom: 8px;
  color: transparent;
  display: block;
  width: 237px;
  height: 64px;
  background-image: url("../Images/btn_vehicles.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#left-panel .btn-news {
  margin-bottom: 8px;
  color: transparent;
  display: block;
  width: 237px;
  height: 65px;
  background-image: url("../Images/btn_news.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#left-panel .fast-contact {
  margin-bottom: 8px;
  background-image: url("../Images/bg_fast_contact.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 212px;
  width: 237px;
  color: #525252;
  font-size: 15px;
  box-sizing: border-box;
  padding: 68px 0 0 38px;
}
#left-panel .fast-contact .title {
  font-family: Arial;
  font-weight: bolder;
  display: block;
  margin-bottom: 5px;
}
#left-panel .fast-contact .lbl {
  display: inline-block;
  width: 43px;
  margin-bottom: 5px;
}
#left-panel .fast-contact .val,
#left-panel .fast-contact a.val {
  display: inline-block;
  font-family: Arial;
  font-weight: normal;
}
#left-panel .btn-request {
  margin-bottom: 8px;
  color: transparent;
  display: block;
  width: 237px;
  height: 65px;
  background-image: url("../Images/btn_request.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#footer a.facebook {
  position: absolute;
  top: 0;
  left: 15px;
  height: 50px;
  display: block;
  background-image: url("../Images/icon_fb2.png");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  padding-left: 53px;
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
}
#footer .copyright {
  position: absolute;
  font-size: 15px;
  color: #fff;
  right: 25px;
  top: 14px;
}
#footer .topweby {
  position: absolute;
  bottom: 20px;
  right: 7px;
  font-size: 11px;
}
#footer .topweby a {
  color: #5e5e5e;
  text-decoration: none;
}
#footer .topweby a:hover {
  text-decoration: underline;
}
.common-button {
  color: #ffffff;
  background-color: #628d28;
  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: #628d28;
  border-color: #628d28;
}
.pagination-container .pagination li.disabled a {
  color: #999;
}
.pagination-container .pagination li a {
  color: #628d28;
}
.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: 183px;
  height: 183px;
  line-height: 183px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}
.reference .images .image-box img {
  max-width: 173px;
  max-height: 173px;
  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: 183px;
  height: 183px;
  line-height: 183px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}
.reference-thumbnail .images .image-box img {
  max-width: 173px;
  max-height: 173px;
  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: 183px;
  height: 183px;
  line-height: 183px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}
.reference-detail .images .image-box img {
  max-width: 173px;
  max-height: 173px;
  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;
  border-radius: 5px;
  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;
  border-radius: 5px;
  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: #628d28;
  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: #628d28;
  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: #628d28;
}
.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;
  border-radius: 5px;
  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;
  border-radius: 5px;
  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;
  border-radius: 5px;
  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: #628d28;
  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: Arial;
  font-weight: bold;
}
.contact .request-form-button {
  color: #ffffff;
  background-color: #628d28;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  margin-top: 17px;
  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: Arial;
  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;
  border-radius: 5px;
  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;
}
/*
 * Place all the site specific styles here
*/
body {
  background-image: url("../Images/bg.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
#body-container {
  height: 100%;
}
#header-container {
  position: relative;
  width: 896px;
  height: 305px;
  background-image: url("../Images/bg_header.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#center-container {
  display: table;
  width: 100%;
  position: relative;
  width: 896px;
  padding-bottom: 20px;
  background-image: url("../Images/bg_center.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#center-container > * {
  display: table-row;
}
#center-container > * > * {
  display: table-cell;
  vertical-align: top;
}
#left-panel-container {
  width: 251px;
  padding: 0 7px;
}
#main-container {
  width: 645px;
  padding: 0 34px 0 27px;
}
#right-panel-container {
  width: 224px;
}
#footer-container {
  position: relative;
  width: 896px;
  height: 105px;
  background-image: url("../Images/bg_footer.png");
  background-position: center top;
  background-repeat: no-repeat;
}
/* ˇˇˇ Sticky footer ˇˇˇ */
html,
body,
#body-container {
  height: 100%;
}
#redirect-content {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
#redirect-content a {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#redirect-content a:hover {
  opacity: 0.9;
}
@media (max-width: 890px) {
  #redirect-content {
    position: static;
    background: none;
  }
  body {
    overflow: hidden;
    background-image: url("../Images/bcg_resposive.jpg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #body-container {
    display: none;
  }
  #redirect-content img {
    width: 100%;
    height: auto;
  }
  #redirect-content a {
    position: absolute;
    left: 0;
    transform: translate(0%, -50%);
  }
}
