
@import "../../../Shared/Libraries/bootstrap-3.1.1-dist/css/bootstrap.css";
@import "../Styles/open_sans.css";
@import "../Fonts/SinkinSans/sinkinsans_300light/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_400regular/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_500medium/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_600semibold/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_700bold/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_800black/stylesheet.css";
@import "../Fonts/SinkinSans/sinkinsans_900xblack/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;
}
/* OpenSans */
/* Raleway */
/* SinkinSans */
/* Caviar Dreams */
.font-light {
  font-family: sinkin_sans300_light;
  font-weight: normal;
}
.font-normal {
  font-family: sinkin_sans400_regular;
  font-weight: normal;
}
.font-bolder {
  font-family: sinkin_sans600_semibold;
  font-weight: normal;
}
.font-bold {
  font-family: sinkin_sans700_bold;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: auto;
}
.headline {
  margin: 25px 0;
  font-size: 25px;
  line-height: 30px;
  font-family: sinkin_sans900_x_black;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.headline:before {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_before.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
.headline:after {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_after.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
h1 {
  margin: 25px 0;
  font-size: 25px;
  line-height: 30px;
  font-family: sinkin_sans900_x_black;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 35px 0;
}
h1:before {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_before.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
h1:after {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_after.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.headline-2 {
  margin: 25px 0;
  font-size: 25px;
  line-height: 30px;
  font-family: sinkin_sans900_x_black;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #f9eac5;
}
.headline-2:before {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_before.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
.headline-2:after {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_after.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.headline-2:before {
  background-image: url("../Images/bg_headline_2_before.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.headline-2:after {
  background-image: url("../Images/bg_headline_2_after.png");
  background-position: center center;
  background-repeat: no-repeat;
}
h2 {
  font-size: 20px;
  font-family: sinkin_sans700_bold;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-family: sinkin_sans700_bold;
  font-weight: normal;
}
a {
  color: #d9c698;
  text-decoration: underline;
}
a:hover {
  color: #d9c698;
}
a:visited {
  color: #d9c698;
}
a:active {
  color: #d9c698;
}
strong {
  font-family: sinkin_sans600_semibold;
  font-weight: normal;
}
body {
  font-family: sinkin_sans400_regular;
  font-weight: normal;
  font-size: 12px;
  color: #222221;
  text-align: justify;
}
main p {
  line-height: 25px;
}
button,
input,
optgroup,
select,
textarea {
  color: #000000;
}
#header a.logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 175px;
  outline: none;
  z-index: 150;
  background-image: url("../Images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .location {
  display: block;
  position: absolute;
  top: 27px;
  right: 195px;
  font-family: sinkin_sans300_light;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 25px;
}
#header .location:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 11px;
  height: 17px;
  background-image: url("../Images/icon_location.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#header .phone {
  display: block;
  position: absolute;
  top: 27px;
  right: 0px;
  font-family: sinkin_sans300_light;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 25px;
}
#header .phone .precall {
  color: #b0b0b0;
}
#header .phone:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 11px;
  height: 17px;
  background-image: url("../Images/icon_location.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#navigation {
  position: absolute;
  bottom: 29px;
  right: 0;
  text-align: center;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 815px;
}
#navigation li {
  display: inline-block;
}
#navigation li.separator {
  height: 15px;
  width: 1px;
  background-color: #716c5d;
}
#navigation li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
#navigation li.current a,
#navigation li a:hover {
  color: #f9eac5;
}
#footer .copyright {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 130px;
  color: #222221;
  font-size: 13px;
  font-family: sinkin_sans300_light;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
}
#footer .copyright span {
  font-family: sinkin_sans400_regular;
  font-weight: normal;
  color: #cebc91;
}
#footer .topweby {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .topweby a {
  color: #fff;
  text-decoration: none;
}
#footer .topweby a:hover {
  text-decoration: underline;
}
#footer .renoweb {
  display: block;
  background-image: url("../Images/logo_renoweb.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 106px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .tw {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 2px;
  margin: auto;
  height: 37px;
  width: 37px;
  background-image: url("../Images/icon_tw.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .fb {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 2px;
  margin: auto;
  height: 37px;
  width: 37px;
  background-image: url("../Images/icon_fb.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.common-button {
  color: #ffffff;
  background-color: #d9c698;
  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: #d9c698;
  border-color: #d9c698;
}
.pagination-container .pagination li.disabled a {
  color: #999;
}
.pagination-container .pagination li a {
  color: #d9c698;
}
.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: 10px;
}
.news-thumbnail .show-more {
  text-align: right;
}
.news-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.news-detail .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.news-detail .images .image-box {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 277px;
  line-height: 277px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.news-detail .images .image-box img {
  max-width: 267px;
  max-height: 267px;
  vertical-align: middle;
  margin: 0 auto;
}
.articles .pagination-container {
  text-align: center;
}
.article-thumbnail {
  margin: 40px 0;
}
.article-thumbnail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.article-thumbnail .show-more {
  text-align: right;
}
.article-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.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: 10px;
}
.reference .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.reference .images .image-box {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 277px;
  line-height: 277px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.reference .images .image-box img {
  max-width: 267px;
  max-height: 267px;
  vertical-align: middle;
  margin: 0 auto;
}
.reference-thumbnail {
  margin: 40px 0;
}
.reference-thumbnail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.reference-thumbnail .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.reference-thumbnail .images .image-box {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 277px;
  line-height: 277px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.reference-thumbnail .images .image-box img {
  max-width: 267px;
  max-height: 267px;
  vertical-align: middle;
  margin: 0 auto;
}
.reference-thumbnail .description {
  max-height: 56px;
  overflow: hidden;
}
.reference-thumbnail .show-more {
  text-align: right;
}
.reference-detail {
  margin: 40px 0;
}
.reference-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.reference-detail .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.reference-detail .images .image-box {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 277px;
  line-height: 277px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.reference-detail .images .image-box img {
  max-width: 267px;
  max-height: 267px;
  vertical-align: middle;
  margin: 0 auto;
}
.gallery {
  margin: 40px 0;
}
.gallery .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.gallery .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.gallery .images .image-box {
  position: relative;
  display: inline-block;
  width: 236px;
  height: 236px;
  line-height: 236px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.gallery .images .image-box img {
  max-width: 226px;
  max-height: 226px;
  vertical-align: middle;
  margin: 0 auto;
}
.gallery-thumbnail {
  margin: 40px 0;
}
.gallery-thumbnail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.gallery-thumbnail .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.gallery-thumbnail .images .image-box {
  position: relative;
  display: inline-block;
  width: 236px;
  height: 236px;
  line-height: 236px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.gallery-thumbnail .images .image-box img {
  max-width: 226px;
  max-height: 226px;
  vertical-align: middle;
  margin: 0 auto;
}
.gallery-thumbnail .description {
  max-height: 56px;
  overflow: hidden;
}
.gallery-thumbnail .show-more {
  text-align: right;
}
.gallery-detail {
  margin: 40px 0;
}
.gallery-detail .date {
  margin-bottom: 6px;
  color: #787878;
  font-size: 10px;
}
.gallery-detail .images {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.gallery-detail .images .image-box {
  position: relative;
  display: inline-block;
  width: 236px;
  height: 236px;
  line-height: 236px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.gallery-detail .images .image-box img {
  max-width: 226px;
  max-height: 226px;
  vertical-align: middle;
  margin: 0 auto;
}
.breadcrumbs {
  margin: 35px 0 0 0;
}
.categories-tree {
  width: 270px;
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}
.categories-tree.categories-root {
  margin: 35px 0 0 0;
}
.categories-tree li .item-container {
  display: table;
  width: 100%;
  background-color: #222221;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  font-size: 13px;
  padding: 10px 25px;
  line-height: 25px;
}
.categories-tree li .item-container.selected,
.categories-tree li .item-container:hover {
  background-color: #f9eac5;
  color: #222221;
}
.categories-tree li .item-container .item {
  display: table-row;
}
.categories-tree li .item-container .item .category-spacer {
  display: table-cell;
  width: 25px;
}
.categories-tree li .item-container .item i.category-icon {
  cursor: pointer;
  display: table-cell;
  width: 22px;
  display: none;
}
.categories-tree li .item-container .item .name {
  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: 270px;
  height: 270px;
  line-height: 270px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  margin: 0 10px 10px 0;
}
.category-images a img {
  max-width: 260px;
  max-height: 260px;
  vertical-align: middle;
  margin: 0 auto;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-thumbnail {
  width: 270px;
  border: 1px solid #d8d8d8;
  margin: 10px;
  position: relative;
  padding: 10px;
}
.product-thumbnail h2 {
  padding: 0;
  color: #9F1500;
  font-size: 12px;
  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: 250px;
  height: 250px;
  line-height: 250px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  text-align: center;
  border: none;
}
.product-thumbnail .image-box img {
  max-width: 240px;
  max-height: 240px;
  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;
  left: 2px;
  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: #d9c698;
  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-container {
  display: flex;
}
.product-detail .summary {
  position: relative;
  margin-left: 35px;
  flex: 2;
}
.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;
  margin: 0;
  padding: 12px;
  text-align: right;
  vertical-align: middle;
}
.product-detail .summary .request-button-box .button {
  color: #ffffff;
  background-color: #d9c698;
  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: #d9c698;
}
.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: 0px;
  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: 0px;
  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;
}
.homepage-categories {
  margin: 43px 0;
}
.homepage-categories .line {
  margin: 15px -12px;
}
.homepage-categories .category {
  vertical-align: top;
  position: relative;
  width: 373px;
  height: 260px;
  display: inline-block;
  margin: 12px;
  text-decoration: none;
}
.homepage-categories .category:hover .name {
  color: #222221;
  background-image: url("../Images/bg_cat_hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.homepage-categories img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.homepage-categories .name {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  line-height: 63px;
  vertical-align: middle;
  width: 373px;
  height: 63px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-family: sinkin_sans500_medium;
  text-decoration: none;
  font-size: 15px;
  padding: 0 120px 0 24px;
  white-space: nowrap;
  background-image: url("../Images/bg_cat.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.request-form input[type="submit"] {
  color: #ffffff;
  background-color: #d9c698;
  text-decoration: none;
  padding: 7px 12px;
  border: none;
  display: inline-block;
}
.contact table.data-grid {
  font-size: 14px;
  margin: 30px 0;
}
.contact table.data-grid td {
  line-height: 25px;
}
.contact table.data-grid .title {
  vertical-align: top;
  width: 150px;
  font-family: sinkin_sans600_semibold;
  font-weight: normal;
}
.contact .request-form-button {
  color: #ffffff;
  background-color: #d9c698;
  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: sinkin_sans400_regular;
  font-weight: normal;
  font-size: 12px;
  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: 0px;
  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-container {
  height: 100%;
}
#top {
  background-image: url("../Images/bg_top.png");
  background-position: left top;
  background-repeat: repeat-x;
}
#center {
  padding-top: 40px;
}
#header-container {
  position: relative;
  width: 1170px;
  height: 121px;
}
#center-container {
  display: table;
  width: 100%;
  position: relative;
  width: 1170px;
  padding-bottom: 40px;
}
#center-container > * {
  display: table-row;
}
#center-container > * > * {
  display: table-cell;
  vertical-align: top;
}
#left-panel-container {
  width: 320px;
}
#right-panel-container {
  width: 320px;
}
#footer-container {
  position: relative;
  width: 1170px;
  height: 113px;
}
/* ˇˇˇ Sticky footer ˇˇˇ */
html,
body,
#body-container {
  height: 100%;
}
#slideshow {
  width: 100%;
  min-width: 1170px;
}
#slideshow .slide {
  width: 100%;
  height: 650px;
}
#slideshow .slide-1 {
  background-image: url("../Images/slide_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#slideshow .slide-2 {
  background-image: url("../Images/slide_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#slideshow .slide-3 {
  background-image: url("../Images/slide_3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#slideshow .inner {
  margin: 0 auto;
  position: relative;
  height: 650px;
  width: 1170px;
}
#slideshow .slogan {
  position: absolute;
  left: 0;
  top: 334px;
  display: block;
  width: 604px;
  height: 160px;
}
#slideshow-pager {
  position: absolute;
  width: 1170px;
  top: 702px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 150;
  text-align: right;
}
#slideshow-pager span {
  display: inline-block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #222221;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
}
#slideshow-pager span.cycle-pager-active {
  background-color: #222221;
}
#news {
  background-color: #222221;
  border-top: 5px solid #f9eac5;
  padding: 88px 0;
}
#news h2 {
  margin: 25px 0;
  font-size: 25px;
  line-height: 30px;
  font-family: sinkin_sans900_x_black;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #f9eac5;
}
#news h2:before {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_before.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
#news h2:after {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_after.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
#news h2:before {
  background-image: url("../Images/bg_headline_2_before.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#news h2:after {
  background-image: url("../Images/bg_headline_2_after.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#news .inner {
  width: 1170px;
  margin: 53px auto 53px auto;
  display: flex;
  justify-content: space-between;
}
#news .a-news {
  display: block;
  width: 373px;
  height: 260px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#news .a-news img {
  width: 100%;
  max-width: 100%;
}
#news .a-news .content-box {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 92px;
  box-sizing: border-box;
}
#news .a-news .date {
  color: #000;
  line-height: 21px;
  display: block;
  background-color: #f9eac5;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 14px;
  top: 14px;
}
#news .a-news .day {
  display: block;
  font-family: sinkin_sans800_black;
  font-size: 20px;
}
#news .a-news .month {
  display: block;
  font-size: 15px;
  font-family: sinkin_sans400_regular;
  text-transform: capitalize;
}
#news .a-news .title {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  width: 259px;
  font-size: 15px;
  font-family: sinkin_sans500_medium;
}
#news .a-news .perex {
  text-align: left;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 40px;
  width: 259px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  height: 40px;
  line-height: 19px;
}
#news .all-news {
  display: flex;
  border: 1px solid #f9eac5;
  color: #f9eac5;
  width: 225px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
}
#contact-form {
  background-color: #222221;
  border-top: 5px solid #f9eac5;
  padding: 88px 0;
}
#contact-form h2 {
  margin: 25px 0;
  font-size: 25px;
  line-height: 30px;
  font-family: sinkin_sans900_x_black;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #f9eac5;
}
#contact-form h2:before {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_before.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
#contact-form h2:after {
  content: "";
  width: 34px;
  height: 15px;
  background-image: url("../Images/bg_headline_after.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
#contact-form h2:before {
  background-image: url("../Images/bg_headline_2_before.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#contact-form h2:after {
  background-image: url("../Images/bg_headline_2_after.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#contact-form .inner {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact-form label {
  display: block;
  font-size: 12px;
  color: #818181;
  line-height: 45px;
  margin: 0;
}
#contact-form input[type="text"],
#contact-form input[type="text"]:focus {
  width: 100%;
  border: 1px solid #818181;
  height: 43px;
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  outline: none;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
#contact-form textarea,
#contact-form textarea:focus {
  width: 100%;
  border: 1px solid #818181;
  height: 239px;
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  outline: none;
  padding: 10px 10px;
  margin: 45px 0 10px 0;
  border-radius: 0;
  resize: none;
}
#contact-form input[type="submit"],
#contact-form input[type="submit"]:focus {
  color: #f9eac5;
  font-size: 13px;
  border: 1px solid #f9eac5;
  background: transparent;
  padding: 10px 34px;
  float: right;
  margin-top: 10px;
}
#contact-form h3 {
  font-size: 20px;
  color: #f9eac5;
  margin: 20px 0;
}
#contact-form a {
  color: #f9eac5;
}
#contact-form .highlight {
  color: #f9eac5;
}
#contact-form .left {
  width: 26%;
}
#contact-form .center {
  width: 40%;
}
#contact-form .right {
  width: 26%;
  text-align: right;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}
#contact-form p {
  margin: 25px 0;
}
