#scrollbar-container {
  position: absolute;
  right: 0px;
  width: 11px;
  height: 100%;
  border-left: 2px solid #cdcab8;
  border-right: 2px solid #e6e3d4;
  background-color: #e1ab63;
  display: none;
  z-index: 1000;
}
#scrollbar-container #scrollbar {
  position: absolute;
  right: 1px;
  width: 7px;
  height: 100px;
  background-color: #8a875c;
  border-radius: 5px;
  top: 0px;
  cursor: pointer;
}
.center75 {
  max-width: 1440px;
}
.center75,
.center60 {
  width: 75%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.center75 .long-text,
.center60 .long-text {
  line-height: 34px;
  color: black;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
}
@media screen and (max-width: 479px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 8px;
    line-height: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 10px;
    line-height: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 13px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 14px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .center75 .long-text,
  .center60 .long-text {
    font-size: 18px;
  }
}
.center75 .long-text a,
.center60 .long-text a {
  text-decoration: none;
  color: #77754d;
}
.center75 .long-text h2,
.center60 .long-text h2 {
  line-height: 42px;
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 7px;
    line-height: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 11px;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 13px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 15px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .center75 .long-text h2,
  .center60 .long-text h2 {
    font-size: 18px;
  }
}
.center75 .long-text h3,
.center60 .long-text h3 {
  line-height: 34px;
  color: #77754d;
  text-transform: none;
}
@media screen and (max-width: 479px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 7px;
    line-height: 11px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 13px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .center75 .long-text h3,
  .center60 .long-text h3 {
    font-size: 18px;
  }
}
.center75 .float-left .item2x2,
.center60 .float-left .item2x2 {
  width: 100%;
}
.center75 .float-66,
.center60 .float-66 {
  width: 66.66666667%;
  overflow: hidden;
}
.center75 .float-66 .item1x1,
.center60 .float-66 .item1x1,
.center75 .float-66 .item1x2,
.center60 .float-66 .item1x2 {
  width: 50%;
}
.center75 .float-66 .item2x2,
.center60 .float-66 .item2x2,
.center75 .float-66 .item2x1,
.center60 .float-66 .item2x1 {
  width: 100%;
}
.center75 .float-33,
.center60 .float-33 {
  width: 33.33333333%;
  overflow: hidden;
}
.center75 .float-33 .item1x1,
.center60 .float-33 .item1x1,
.center75 .float-33 .item1x2,
.center60 .float-33 .item1x2 {
  width: 100%;
}
.center60 {
  width: 60%;
}
.center60 .long-text {
  padding-left: 0px;
  padding-right: 0px;
}
.float-50 {
  width: 40%;
  padding-right: 10%;
  overflow: hidden;
}
.big-margin {
  margin-bottom: 10% !important;
}
@media screen and (max-width: 479px) {
  .big-margin {
    margin-bottom: 7% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .big-margin {
    margin-bottom: 8% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .big-margin {
    margin-bottom: 9% !important;
  }
}
.big-margin.parallax {
  margin-bottom: 8% !important;
}
@media screen and (max-width: 479px) {
  .big-margin.parallax {
    margin-bottom: 5% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .big-margin.parallax {
    margin-bottom: 6% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .big-margin.parallax {
    margin-bottom: 7% !important;
  }
}
.margin-top {
  margin-top: 14px !important;
}
.item {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.item.video-item video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  visibility: hidden;
}
.item iframe {
  width: 100%;
  height: 100%;
}
.item.item1x1 {
  float: left;
  height: 473px;
  line-height: 473px;
  width: 33.33333333%;
}
.item.item1x1.quote {
  background-color: white;
}
.item.item1x1 .text-container .title {
  color: black;
  line-height: 32px;
  margin-left: 50px;
  text-align: left;
  line-height: 87px;
  font-size: 26px;
}
.item .bg {
  position: absolute;
}
.item .bg.bg-parallax {
  top: -550px !important;
}
.item.item2x1 {
  float: left;
  height: 473px;
  line-height: 473px;
  width: 66.66666667%;
}
.item.item2x1 .text-container .title {
  font-size: 26px;
  color: black;
  line-height: 32px;
  margin-left: 50px;
  text-align: left;
}
.item.item3x1 {
  float: left;
  height: 473px;
  line-height: 473px;
}
.item.item3x2 {
  width: 100%;
  clear: both;
  height: 810px;
  line-height: 810px;
}
.item.item3x2 .text-container {
  vertical-align: middle;
  top: 5%;
}
.item.item3x2 .text-container.tworows {
  top: 0px;
}
.item.item3x2 .text-container.tworows .title {
  line-height: 101px;
}
@media screen and (max-width: 479px) {
  .item.item3x2 .text-container.tworows .title {
    line-height: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.item3x2 .text-container.tworows .title {
    line-height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.item3x2 .text-container.tworows .title {
    line-height: 55px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.item3x2 .text-container.tworows .title {
    line-height: 81px;
  }
}
.item.item3x2 .text-container.tworows .subtitle {
  line-height: 36px;
}
@media screen and (max-width: 479px) {
  .item.item3x2 .text-container.tworows .subtitle {
    line-height: 22px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.item3x2 .text-container.tworows .subtitle {
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.item3x2 .text-container.tworows .subtitle {
    line-height: 38px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.item3x2 .text-container.tworows .subtitle {
    line-height: 41px;
  }
}
.item.item2x3 {
  width: 66.66666667%;
  float: left;
  height: 1025px;
  line-height: 1025px;
}
.item.item2x2 {
  width: 66.66666667%;
  float: left;
  height: 960px;
  line-height: 960px;
}
.item.item1x2 {
  width: 33.33333333%;
  float: left;
  height: 960px;
  line-height: 960px;
}
.item.item1x3 {
  width: 33.33333333%;
  float: left;
  height: 1025px;
  line-height: 1025px;
}
.item.left {
  position: relative;
  left: -7px;
}
@media screen and (max-width: 479px) {
  .item.left {
    left: -3px;
  }
}
.item.right {
  position: relative;
  right: -7px;
}
@media screen and (max-width: 479px) {
  .item.right {
    right: -3px;
  }
}
.item.float-right {
  float: right !important;
}
.item .quote {
  line-height: 34px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #585858;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .item .quote {
    font-size: 5px;
    line-height: 9px;
    letter-spacing: 1px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item .quote {
    font-size: 7px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item .quote {
    font-size: 11px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item .quote {
    font-size: 13px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .item .quote {
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .item .quote {
    font-size: 18px;
  }
}
.item.left .quote {
  margin-left: 27px;
}
@media screen and (max-width: 479px) {
  .item.left .quote {
    margin-left: 10%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.left .quote {
    margin-left: 17px;
  }
}
.item.right .quote {
  margin-right: 27px;
}
@media screen and (max-width: 479px) {
  .item.right .quote {
    margin-right: 10%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.right .quote {
    margin-right: 17px;
  }
}
.item .text-container {
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.item .text-container .title {
  color: white;
  display: block;
  line-height: 23px;
  text-transform: uppercase;
  font-size: 100px;
    text-shadow: 0 0 5px red;
}
@media screen and (max-width: 479px) {
  .item .text-container .title {
    font-size: 25px;
    line-height: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item .text-container .title {
    font-size: 40px;
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item .text-container .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item .text-container .title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .item .text-container .title {
    font-size: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .item .text-container .title {
    font-size: 100px;
  }
}
.item .text-container .subtitle {
  line-height: 105px;
  color: white;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
    text-shadow: 0 0 5px red;
}
@media screen and (max-width: 479px) {
  .item .text-container .subtitle {
    font-size: 9px;
    line-height: 24px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item .text-container .subtitle {
    font-size: 13px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item .text-container .subtitle {
    font-size: 13px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item .text-container .subtitle {
    font-size: 15px;
    line-height: 75px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .item .text-container .subtitle {
    font-size: 16px;
  }
}
.item .text-container .text {
  line-height: 32px;
  color: black;
  font-size: 16px;
  text-transform: none;
  margin: 55px;
  text-align: left;
}
.item .chapiter {
  font-size: 14px;
  color: white;
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.item.room-item {
  background-color: #f6e5ad;
  color: black;
  text-align: left;
  line-height: 1em !important;
}
.item.room-item h2 {
  display: inline-block;
  margin-top: 8%;
  margin-left: 100px;
  line-height: 34px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 479px) {
  .item.room-item h2 {
    margin-top: 5px;
    margin-left: 19px;
    font-size: 7px;
    line-height: 7px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.room-item h2 {
    margin-top: 5px;
    margin-left: 30px;
    font-size: 13px;
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.room-item h2 {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.room-item h2 {
    margin-top: 20px;
    margin-left: 70px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .item.room-item h2 {
    margin-top: 25px;
    margin-left: 80px;
  }
}
.item.room-item h2 img {
  position: absolute;
  left: -40px;
  top: 5px;
}
@media screen and (max-width: 479px) {
  .item.room-item h2 img {
    width: 10px;
    left: -12px;
    top: -2px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.room-item h2 img {
    width: 15px;
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.room-item h2 img {
    width: 25px;
    left: -30px;
  }
}
.item.room-item p {
  margin-left: 60px;
  line-height: 36px;
  padding-right: 64px;
  margin-top: 30px;
  color: #737373;
  text-align: justify;
}
@media screen and (max-width: 479px) {
  .item.room-item p {
    line-height: 6px;
    font-size: 5px;
    margin-top: 3px;
    margin-left: 5px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.room-item p {
    line-height: 10px;
    font-size: 7px;
    margin-top: 2px;
    margin-left: 10px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 580px) and (max-width: 767px) {
  .item.room-item p {
    line-height: 14px;
    font-size: 8px;
    margin-top: 1px;
    margin-left: 10px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.room-item p {
    line-height: 17px;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 20px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.room-item p {
    line-height: 24px;
    font-size: 13px;
    margin-top: 12px;
    margin-left: 30px;
    padding-right: 34px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .item.room-item p {
    line-height: 27px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 40px;
    padding-right: 44px;
  }
}
.item.room-item .room-price-container {
  left: 60px;
  position: absolute;
  bottom: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .item.room-item .room-price-container {
    bottom: 0px;
    left: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.room-item .room-price-container {
    bottom: 0px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.room-item .room-price-container {
    bottom: 12px;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.room-item .room-price-container {
    bottom: 30px;
    left: 30px;
  }
}
.item.room-item .room-price-container .room-price {
  margin-right: 25px;
  color: #a3a3a3;
}
@media screen and (max-width: 479px) {
  .item.room-item .room-price-container .room-price {
    margin-right: 2px;
    font-size: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .item.room-item .room-price-container .room-price {
    margin-right: 2px;
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item.room-item .room-price-container .room-price {
    margin-right: 7px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .item.room-item .room-price-container .room-price {
    margin-right: 18px;
    font-size: 13px;
  }
}
* {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
ul,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
li {
  list-style-type: none;
}
a,
img {
  border: none;
  border-style: none;
}
html,
body {
  margin: 0 0;
  padding: 0 0;
  color: white;
  font-weight: normal;
  width: 100%;
  height: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #e1ab63;
}
html {
  overflow: hidden;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scroll: touch;
}
body #body-content {
  padding-top: 282px;
}
header,
footer,
section {
  display: block;
  position: relative;
  overflow: hidden;
}
p {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.loader:before {
  position: absolute;
  width: 76px;
  height: 76px;
  content: "";
  background-image: url('../images/loader.gif');
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  display: inline-block;
  z-index: 1;
}
.loader {
  background-color: white;
}
.loader .bg,
.loader .text-container {
  display: none !important;
}
::-webkit-input-placeholder {
  font-family: 'ralewayregular';
}
::-moz-placeholder {
  font-family: 'ralewayregular';
}
:-ms-input-placeholder {
  font-family: 'ralewayregular';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'ralewayregular';
}
.hover:hover {
  cursor: pointer;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.gap2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gap2 .gap-left {
  float: left;
}
.gap2 .gap-left,
.gap2 .gap-right {
  width: 46%;
}
@media screen and (max-width: 479px) {
  .gap2 .gap-left,
  .gap2 .gap-right {
    width: 47%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .gap2 .gap-left,
  .gap2 .gap-right {
    width: 47%;
  }
}
.gap2 .gap-right {
  float: right;
}
.nospace {
  white-space: nowrap;
}
hr {
  display: block;
  width: 75%;
  border-bottom: 1px solid #d3d0c3;
  border-top: 1px solid #e1dfd1;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  hr {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
hr.width60 {
  width: 60%;
}
.button {
  width: 400px;
  height: 100px;
  background-color: #f6e5ad;
  position: relative;
  line-height: 104px;
  text-transform: none;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .button {
    width: 160px;
    height: 30px;
    line-height: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .button {
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
}
.button img {
  position: absolute;
  left: 47px;
  top: 38px;
}
@media screen and (max-width: 479px) {
  .button img {
    top: 7px;
    height: 14px;
    left: 10px;
    width: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .button img {
    top: 11px;
    height: 29px;
    left: 28px;
    width: 23px;
  }
}
.button span {
  display: inline-block;
  line-height: 34px;
  color: black;
  margin-left: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 479px) {
  .button span {
    font-size: 8px;
    line-height: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .button span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .button span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .button span {
    font-size: 16px;
  }
}
.right14 {
  margin-right: 14px;
}
@media screen and (max-width: 479px) {
  .right14 {
    margin-right: 6px;
  }
}
.top14 {
  margin-top: 14px;
}
@media screen and (max-width: 479px) {
  .top14 {
    margin-top: 6px;
  }
}
.bottom14 {
  margin-bottom: 14px;
}
@media screen and (max-width: 479px) {
  .bottom14 {
    margin-bottom: 6px;
  }
}
#body-content {
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
@font-face {
  font-family: 'ralewaysemibold';
  src: url('../fonts/raleway-semibold-webfont.eot');
  src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('../fonts/raleway-bold-webfont.eot');
  src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('../fonts/raleway-regular-webfont.eot');
  src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url('../fonts/raleway-medium-webfont.eot');
  src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway-medium-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ralewaysemibold {
  font-family: 'ralewaysemibold';
}
.ralewaybold {
  font-family: 'ralewaybold';
}
.ralewayregular {
  font-family: 'ralewayregular';
}
.ralewaymedium {
  font-family: 'ralewaymedium';
}
header {
  height: 282px;
  width: 100%;
  background-color: #e1ab63;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 479px) {
  header {
    height: 262px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  header {
    height: 262px;
    top: -20px;
  }
}
header > a {
  z-index: 1;
}
header .logo {
  position: relative;
    margin-left: auto;
    margin-right: auto;
  top: 43px;
  display: block;
}
@media screen and (max-width: 479px) {
  header .logo {
    width: 140px;
    height: 116px;
    top: 73px;
    margin-left: -70px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  header .logo {
    width: 140px;
    height: 116px;
    top: 73px;
    margin-left: -70px;
  }
}
header .logo-small {
  position: absolute;
  left: 30px;
  bottom: 9px;
  width: 170px;
  display: block;
}
@media screen and (max-width: 479px) {
  header .logo-small {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  header .logo-small {
    display: none;
  }
}
header #header-nav {
  text-align: center;
  width: 100%;
  top: 230px;
  position: absolute;
  left: 0px;
  z-index: -1;
}
header #header-nav #cursor-menu {
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 1px;
  background-color: #7d1b1a;
  width: 0px;
}
@media screen and (max-width: 479px) {
  header #header-nav #cursor-menu {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  header #header-nav ul {
    width: 320px;
    top: -13px;
    position: relative;
    margin: 0 auto;
  }
}
header #header-nav li {
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 479px) {
  header #header-nav li {
    font-size: 9px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 0px;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  header #header-nav li {
    font-size: 9px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header #header-nav li {
    font-size: 11px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  header #header-nav li {
    font-size: 13px;
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  header #header-nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  header #header-nav li {
    font-size: 14px;
  }
}
header #header-nav li a {
  color: #7d1b1a;
  font-weight: bold;
  text-decoration: none;
}
header #header-share {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #7f1819;
}
@media screen and (max-width: 479px) {
  header #header-share {
    font-size: 11px;
    top: 10px;
    width: 200px;
    right: 50%;
    margin-right: -101px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  header #header-share {
    font-size: 11px;
    top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header #header-share {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  header #header-share {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  header #header-share {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  header #header-share {
    font-size: 14px;
  }
}
header #header-share .lang-selector {
  margin-left: 8px;
  position: relative;
  top: -5px;
}
header #header-share .lang-selector .lang {
  color: #7f1819;
  text-decoration: none;
}
header #header-share .lang-selector .lang.selected {
  border-bottom: 2px solid;
}
header #header-share a {
  text-decoration: none;
}
header #header-share a img {
  display: inline-block;
}
footer {
  height: 50px;
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  padding-right: 15px;
  bottom: 0px;
  background-color: #7f1819;
  overflow: visible;
}
footer #credits {
  font-size: 14px;
  line-height: 50px;
  float: right;
  color: black;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 479px) {
  footer #credits {
    font-size: 11px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  footer #credits {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer #credits {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  footer #credits {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  footer #credits {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  footer #credits {
    font-size: 14px;
  }
}
footer #credits img {
  position: absolute;
  right: 15px;
  top: 20px;
}
footer #credits-hover {
  color: #e1ab63;
  line-height: 23px;
  text-align: right;
  height: 87px;
  background-color: black;
  width: 100%;
  position: absolute;
  bottom: -107px;
  right: 0px;
  padding-right: 34px;
  overflow: hidden;
  padding-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  footer #credits-hover {
    font-size: 11px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  footer #credits-hover {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer #credits-hover {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  footer #credits-hover {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  footer #credits-hover {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  footer #credits-hover {
    font-size: 14px;
  }
}
footer #credits-hover b,
footer #credits-hover a {
  color: white;
  text-decoration: none;
}
.address-container {
  color: #7f1819;
  line-height: 31px;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .address-container {
    font-size: 8px;
    line-height: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .address-container {
    font-size: 10px;
    line-height: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .address-container {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .address-container {
    font-size: 14px;
    line-height: 26px;
  }
}
.address-container h2 {
  text-transform: uppercase;
}
.address-container a {
  color: black;
  text-decoration: none;
}
#button-googlemaps {
  background-color: #7f1819;
  width: 292px;
  height: 57px;
  line-height: 57px;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  #button-googlemaps {
    width: 192px;
    height: 37px;
    line-height: 35px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #button-googlemaps {
    width: 232px;
    height: 37px;
    line-height: 37px;
  }
}
#button-googlemaps img {
  position: relative;
  left: -4px;
  top: 8px;
}
@media screen and (max-width: 479px) {
  #button-googlemaps img {
    height: 15px;
    left: -9px;
    top: 3px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #button-googlemaps img {
    height: 15px;
    left: -9px;
    top: 3px;
  }
}
#button-googlemaps span {
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  #button-googlemaps span {
    font-size: 8px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #button-googlemaps span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #button-googlemaps span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #button-googlemaps span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  #button-googlemaps span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  #button-googlemaps span {
    font-size: 15px;
  }
}
.form-item {
  position: relative;
}
.form-item.required .required-mention {
  display: block;
}
.form-item input {
  width: 100%;
  line-height: 10px;
  height: 10px;
  margin-bottom: 14px;
  color: black;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .form-item input {
    padding: 5px 30px 5px 30px;
    font-size: 9px;
    line-height: 9px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .form-item input {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-item input {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .form-item input {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .form-item input {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .form-item input {
    font-size: 16px;
    line-height: 16px;
  }
}
.form-item textarea {
  width: 100%;
  resize: none;
  height: 230px;
  line-height: 30px;
  color: black;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .form-item textarea {
    padding: 5px 30px 5px 30px;
    font-size: 9px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .form-item textarea {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-item textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .form-item textarea {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .form-item textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .form-item textarea {
    font-size: 16px;
  }
}
.form-item .required-mention {
  color: #ff0f0f;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 479px) {
  .form-item .required-mention {
    font-size: 9px;
    top: 7px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .form-item .required-mention {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-item .required-mention {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .form-item .required-mention {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .form-item .required-mention {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .form-item .required-mention {
    font-size: 16px;
  }
}
#contact-required {
  line-height: 52px;
  color: black;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  #contact-required {
    font-size: 8px;
    line-height: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #contact-required {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact-required {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #contact-required {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  #contact-required {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  #contact-required {
    font-size: 14px;
  }
}
#contact-send {
  padding-left: 50px;
  padding-right: 20px;
  line-height: 50px;
  background-color: white;
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  #contact-send {
    margin-top: 10px;
    line-height: 30px;
    font-size: 10px;
  }
}
#contact-send span {
  display: inline-block;
  color: black;
}
#form-newsletter .button-newsletter {
  height: 70px;
  line-height: 70px;
  color: white;
  padding-left: 17px;
  padding-right: 36px;
  display: inline-block;
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 479px) {
  #form-newsletter .button-newsletter {
    font-size: 10px;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
  }
}
#form-newsletter .button-newsletter span {
  vertical-align: middle;
}
#form-newsletter .button-newsletter.selected,
#form-newsletter .button-newsletter:hover {
  background: #7f1819;
  color: white;
}
#form-newsletter .button-newsletter.selected img.hover,
#form-newsletter .button-newsletter:hover img.hover {
  display: inline-block;
}
#form-newsletter .button-newsletter.selected img.no-hover,
#form-newsletter .button-newsletter:hover img.no-hover {
  display: none;
}
#form-newsletter .button-newsletter img {
  margin-right: 20px;
  vertical-align: middle;
}
#form-newsletter .button-newsletter img.hover {
  display: none;
}
@media screen and (max-width: 479px) {
  #form-newsletter .button-newsletter img {
    display: none !important;
  }
}
#form-newsletter .form-item {
  width: 380px;
  margin-top: 23px;
  visibility: hidden;
}
@media screen and (max-width: 479px) {
  #form-newsletter .form-item {
    margin-top: 5px;
  }
}
#form-newsletter .form-item .required-mention {
  left: 103%;
  white-space: nowrap;
  top: 24px;
}
@media screen and (max-width: 479px) {
  #form-newsletter .form-item .required-mention {
    left: 93px;
    white-space: nowrap;
    top: 10px;
  }
}
#form-newsletter .form-item input {
  height: 40px;
  line-height: 40px;
  width: 253px;
  float: left;
  display: block;
  margin-bottom: 0px;
}
@media screen and (max-width: 479px) {
  #form-newsletter .form-item input {
    height: 20px;
    line-height: 20px;
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#form-newsletter .form-item #newsletter-submit {
  float: left;
  height: 100%;
  background: #7f1819;
  width: 66px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: black;
  cursor: pointer;
  font-family: 'ralewaysemibold';
}
@media screen and (max-width: 479px) {
  #form-newsletter .form-item #newsletter-submit {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
}
#confirmation-email {
  position: fixed;
  width: 60%;
  background-color: #7f1819;
  color: white;
  top: 20%;
  z-index: 10;
  left: 20%;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
  display: none;
}
@media screen and (max-width: 479px) {
  #confirmation-email {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #confirmation-email {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
#confirmation-email .close {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  top: 17px;
  right: 24px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  #confirmation-email .close {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #confirmation-email .close {
    font-size: 14px;
  }
}
#confirmation-email .close img {
  top: 5px;
  left: 5px;
  position: relative;
}
@media screen and (max-width: 479px) {
  #confirmation-email .close img {
    width: 17px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #confirmation-email .close img {
    width: 17px;
  }
}
#confirmation-email .title {
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #confirmation-email .title {
    font-size: 27px;
    line-height: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #confirmation-email .title {
    font-size: 27px;
    line-height: 20px;
  }
}
#confirmation-email .description {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 479px) {
  #confirmation-email .description {
    font-size: 12px;
    line-height: 23px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #confirmation-email .description {
    font-size: 15px;
    line-height: 23px;
  }
}
#confirmation-email .newsletter-item {
  display: none;
}
#confirmation-email.contact .newsletter-item {
  display: none;
}
#confirmation-email.contact .contact-item {
  display: block;
}
#confirmation-email.newsletter .newsletter-item {
  display: block;
}
#confirmation-email.newsletter .contact-item {
  display: none;
}
/*# sourceMappingURL=style.css.map */







.linkcopy {
color:#E6CCA7;
text-decoration:none;
}

.linkcopy:hover
{
color:#7f1819;
text-decoration:none;
}