/* ___________1. Cancel CSS_____________*/
* {
  background-color: transparent;
  vertical-align: top;
  outline: 0;
  padding: 0;
  margin: 0;
}

html {
  overflow: auto;
}
html article, html aside, html details, html figcaption, html figure, html footer, html header, html hgroup, html main, html menu, html nav, html section, html summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'roboto_condensedregular';
  position: relative;
  z-index: 0;
  line-height: 1;
  background: url("../images/body-bg.png") 0 0;
}
body::before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

.holder {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.holder:after {
  content: " ";
  display: block;
  clear: both;
}

tbody {
  border: 0 none;
}

.content a {
  color: #000000;
}
.content a:hover {
  text-decoration: none;
}

/* ___________2. Typical elements_____________*/
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

header {
  position: relative;
  z-index: 3;
}

section {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 2;
}

.front footer {
  margin-top: 0 !important;
}

/* ___________3. Fonts_____________*/
@font-face {
  font-family: 'roboto_condensedregular';
  src: url("../fonts/RobotoCondensed-Regular-webfont.eot");
  src: url("../fonts/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular-webfont.woff") format("woff"), url("../fonts/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ___________4. Default_____________*/
#page-title h1 {
  text-transform: uppercase;
  vertical-align: middle;
  padding: 26px 0 10px;
  font-weight: normal;
  font-size: 23px;
  color: #9d734b;
  letter-spacing: 1px;
}

/*___Grids___*/
.basic-colums-list .item-list ul {
  margin: 0 -1.66667%;
}
@media (max-width: 768px) {
  .basic-colums-list .item-list ul {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  .basic-colums-list .item-list ul {
    margin: 0 -1.66667%;
  }
}
.basic-colums-list .item-list ul .col-md-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  display: table;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  .basic-colums-list .item-list ul .col-md-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
    list-style: none;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .basic-colums-list .item-list ul .col-md-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    list-style: none;
    margin: 0;
  }
}
.basic-colums-list .item-list ul li {
  padding-top: 1.66667%;
  padding-bottom: 1.66667%;
}
.basic-colums-list .item-list ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .basic-colums-list .item-list ul li {
    padding-top: 1.25%;
    padding-bottom: 1.25%;
  }
}
@media (max-width: 480px) {
  .basic-colums-list .item-list ul li {
    padding-top: 1.66667%;
    padding-bottom: 1.66667%;
  }
}
.basic-colums-list .list-inside {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #fff;
  position: relative;
}
.basic-colums-list .list-inside .field-image {
  overflow: hidden;
}
.basic-colums-list .list-inside img {
  -moz-transition: -moz-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}
.basic-colums-list .list-inside:hover img {
  -moz-transition: -moz-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.basic-colums-list .field-title {
  position: absolute;
  display: table;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.basic-colums-list .field-title a {
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 18px;
  font-size: 16px;
  height: 46px;
  color: #64492f;
}
.basic-colums-list .field-title a::after {
  background: url("../images/link-icon.png");
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 12px;
  content: "";
}

.gorizontal-columns-list .view-content {
  margin: 0 -1.66667%;
  padding-bottom: 1.66667%;
}
.gorizontal-columns-list .view-content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gorizontal-columns-list .view-content .grid-sizer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
}
.gorizontal-columns-list .view-content .item {
  list-style-type: none;
  margin: 0;
}
.gorizontal-columns-list .view-content .item img {
  width: 100%;
  height: auto;
}
.gorizontal-columns-list .view-content .item .first-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  padding-bottom: 1.66667%;
  padding-top: 1.66667%;
}
.gorizontal-columns-list .view-content .item .second-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  padding-bottom: 1.66667%;
  padding-top: 1.66667%;
}
.gorizontal-columns-list .view-content .item .field-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 8px;
  position: relative;
  font-size: 21px;
  color: #9d734b;
  top: -2px;
}
.gorizontal-columns-list .view-content .item .field-body {
  font-size: 16px;
  color: #535353;
  line-height: 1.45;
}
.gorizontal-columns-list .view-content .item .field-body a {
  color: #535353;
}
.gorizontal-columns-list .list-inside .field-image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #fff;
}

.not-front .basic-colums-list .view-content {
  padding-bottom: 1.66667%;
}
@media (max-width: 768px) {
  .not-front .basic-colums-list .view-content {
    padding-bottom: 1.25%;
  }
}
@media (max-width: 480px) {
  .not-front .basic-colums-list .view-content {
    padding-bottom: 1.66667%;
  }
}

.partners .grid-sizer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.25%;
  padding-right: 1.25%;
}
.partners .view-content {
  margin: 0 -1.25%;
}
.partners .view-content .col-md-2-of-8 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: table;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  .partners .view-content .col-md-2-of-8 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
}
.partners .view-content .item {
  padding-top: 1.25%;
  padding-bottom: 1.25%;
}
.partners .view-content .item img {
  width: 100%;
  height: auto;
}
.partners .view-content .item .list-inside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.partners .view-content .item img {
  padding: 20px;
  box-sizing: border-box;
  background: #F5F5F5;
}
.partners .list-inside {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.14);
  border: 5px solid #fff;
  display: table-cell;
  position: relative;
}

/*___Vegas container___*/
body .vegas-container {
  position: absolute;
  height: 100% !important;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}

/* ___________System Tabs___________*/
.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url("../images/tabs-border.png") repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left;
  /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0;
  /* LTR */
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left;
  /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left;
  /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}
.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.cmn-toggle-switch {
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  border: 2px solid #9d734b;
  cursor: pointer;
  border-radius: 50%;
}
.cmn-toggle-switch span {
  background-color: #9d734b;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 10px;
  right: 10px;
  height: 2px;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
  background-color: #9d734b;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -8px;
}
.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch__htx span {
  -moz-transition: background 0.3s 0;
  -o-transition: background 0.3s 0;
  -webkit-transition: background 0.3s 0;
  transition: background 0.3s 0;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-delay: 0.3s, 0;
  -o-transition-delay: 0.3s, 0;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
  -moz-transition-delay: 0, 0.3s;
  -o-transition-delay: 0, 0.3s;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/* ___________5. Header_____________*/
#header-top {
  background-color: rgba(255, 255, 255, 0.8);
}
#header-top .header-item {
  margin: 0 -1.66667%;
  margin: 0 -1.66667%;
}
@media (max-width: 768px) {
  #header-top .header-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  #header-top .header-item {
    margin: 0 -1.66667%;
  }
}
#header-top .header-item .col-md-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  display: table;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  #header-top .header-item .col-md-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
    list-style: none;
    margin: 0;
  }
}
@media (max-width: 480px) {
  #header-top .header-item .col-md-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    list-style: none;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #header-top .header-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  #header-top .header-item {
    margin: 0 -1.66667%;
  }
}
#header-top .header-item .col-md-4-at-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  list-style: none;
  margin: 0;
}
#header-top .header-item #logo {
  float: left;
}
#header-top .header-item #language {
  float: left;
}
#header-top .header-item #hamburger {
  display: none;
  float: right;
}
#header-top .header-item #hamburger .region {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

#block-locale-language .content .language-switcher-locale-url {
  vertical-align: middle;
  display: table-cell;
  height: 80px;
}
#block-locale-language .content li {
  list-style-type: none;
}
#block-locale-language .content li a, #block-locale-language .content li span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.51);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1px;
  padding: 3px 6px;
  font-size: 12px;
  width: 32px;
  color: #644930;
}
#block-locale-language .content li a {
  text-decoration: none;
}
#block-locale-language .content li a.active {
  background: #ffffff;
  color: #c79451;
}

/*_____Main menu_____*/
#main-menu {
  float: right;
}
#main-menu .menu {
  margin: 0;
  position: relative;
  left: 15px;
}
#main-menu .menu::before {
  background: #ebebeb;
  position: absolute;
  margin: 0 15px;
  height: 1px;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}
#main-menu .menu #magic-line {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
#main-menu .menu #magic-line::after {
  background: #cca067;
  margin: 0 16px;
  display: block;
  height: 1px;
  content: "";
}
#main-menu .menu li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 7px;
}
#main-menu .menu li.last {
  margin-right: 0;
}
#main-menu .menu li a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  color: #5c4636;
  display: block;
  width: 100%;
}
#main-menu .menu li a span {
  position: relative;
  display: block;
  padding: 12px 15px;
}
#main-menu .menu li ul {
  position: absolute;
  margin-top: -1px;
  display: none;
  top: 100%;
  left: 0;
}
#main-menu .menu li ul::before {
  display: none;
}
#main-menu .menu li ul li {
  margin: 0;
}
#main-menu .menu li ul li a {
  text-transform: none;
  letter-spacing: 0;
}
#main-menu .menu li ul li a span {
  padding-left: 10px;
  padding-right: 10px;
}
#main-menu .menu li ul li.active-trail a {
  color: #c79451;
}
#main-menu .menu li ul li.first span {
  padding-left: 15px;
}
#main-menu .menu li ul li.last span {
  padding-right: 15px;
}
#main-menu .menu li.expanded span::after {
  background: url("../images/mnu-links-icon.png") center center no-repeat;
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  right: 0;
  top: 50%;
  content: "";
  height: 8px;
  width: 8px;
}
#main-menu .menu li.expanded.active-trail span::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main-menu .menu li.expanded li span::after {
  display: none;
}
#main-menu .menu li.active-trail a {
  color: #c79451;
}
#main-menu .menu li.active-trail li a {
  color: #5c4636;
}
#main-menu .menu li.active-trail ul {
  display: block;
  z-index: 1;
}
#main-menu .menu li.active-trail ul ul {
  display: none;
}

#header-bottom .holder {
  position: relative;
}
#header-bottom .holder .region-header-bottom {
  padding-top: 10px;
}

.fullscreen #header-bottom .region-header-bottom, .content-top #header-bottom .region-header-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

.booking-button {
  font-family: 'roboto_condensedregular';
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  display: table-cell;
  height: 39px;
  padding: 0 30px;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  background-position: right -39px;
  background: #ccb9a3;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYTY3NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2Q1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cca675), color-stop(100%, #a27d5a));
  background: -moz-linear-gradient(top, #cca675 0%, #a27d5a 100%);
  background: -webkit-linear-gradient(top, #cca675 0%, #a27d5a 100%);
  background: linear-gradient(to bottom, #cca675 0%, #a27d5a 100%);
}

/* ___________6. Content_____________*/
.node-type-page #content .main-item {
  margin: 0 -1.66667%;
  margin: 0 -1.66667%;
}
@media (max-width: 768px) {
  .node-type-page #content .main-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  .node-type-page #content .main-item {
    margin: 0 -1.66667%;
  }
}
.node-type-page #content .main-item .col-md-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  .node-type-page #content .main-item .col-md-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
}
@media (max-width: 768px) {
  .node-type-page #content .main-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  .node-type-page #content .main-item {
    margin: 0 -1.66667%;
  }
}
.node-type-page #content .main-item .col-md-2-at-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  .node-type-page #content .main-item .col-md-2-at-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
}
.node-type-page #content .col-md-4, .node-type-page #content .col-md-2-at-4 {
  padding-top: 1.66667%;
  padding-bottom: 1.66667%;
}
@media (max-width: 768px) {
  .node-type-page #content .col-md-4, .node-type-page #content .col-md-2-at-4 {
    padding-top: 1.25%;
    padding-bottom: 1.25%;
  }
}
@media (max-width: 480px) {
  .node-type-page #content .col-md-4, .node-type-page #content .col-md-2-at-4 {
    padding-top: 1.66667%;
    padding-bottom: 1.66667%;
  }
}
.node-type-page #content .region-content .content {
  line-height: 1.45;
  font-size: 16px;
  color: #535353;
}
.node-type-page #content .region-content .content a {
  color: #535353;
}

.fullscreen .veg-holder {
  position: relative;
  z-index: 2;
}
.fullscreen .veg-nav {
  position: absolute;
  top: 50%;
}

/*___Tripadvisor___*/
#block-system-main #CDSWIDSSP {
  width: 100% !important;
}
#block-system-main #CDSWIDSSP div {
  font-family: 'roboto_condensedregular';
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPH18,
#block-system-main #CDSWIDSSP .widSSPData .widSSPH11,
#block-system-main #CDSWIDSSP .widSSPData .widSSPBranding dt.widSSPTagline,
#block-system-main #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div,
#block-system-main #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div b,
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span,
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a,
#block-system-main #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b,
#block-system-main #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx .widSSPPopIdxData {
  font-family: 'roboto_condensedregular';
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPH18 {
  font-size: 18px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPH11,
#block-system-main #CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
  font-size: 16px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span.widSSPDate, #block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span.widSSPQuote {
  display: inline;
  margin-top: 0;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div {
  font-size: 12px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div b {
  font-size: 12px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li {
  margin: 0 0 15px;
}
#block-system-main #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a {
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  background: #589442;
  display: table-cell;
  color: #ffffff;
  height: 24px;
  padding: 0 10px;
}

/* ___________7. Footer_____________*/
.front #page-title,
.front #main-content {
  display: none;
}

#footer {
  background: url("../images/body-bg.png") 0 0;
}
#footer .main-item {
  margin: 0 -1.66667%;
  margin: 0 -1.66667%;
}
@media (max-width: 768px) {
  #footer .main-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  #footer .main-item {
    margin: 0 -1.66667%;
  }
}
#footer .main-item .col-md-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  #footer .main-item .col-md-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
}
@media (max-width: 768px) {
  #footer .main-item {
    margin: 0 -1.25%;
  }
}
@media (max-width: 480px) {
  #footer .main-item {
    margin: 0 -1.66667%;
  }
}
#footer .main-item .col-md-2-at-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  #footer .main-item .col-md-2-at-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
}
#footer .col-md-4, #footer .col-md-2-at-4 {
  padding-top: 1.66667%;
  padding-bottom: 1.66667%;
}
@media (max-width: 768px) {
  #footer .col-md-4, #footer .col-md-2-at-4 {
    padding-top: 1.25%;
    padding-bottom: 1.25%;
  }
}
@media (max-width: 480px) {
  #footer .col-md-4, #footer .col-md-2-at-4 {
    padding-top: 1.66667%;
    padding-bottom: 1.66667%;
  }
}
#footer .region-content .content {
  line-height: 1.45;
  font-size: 16px;
  color: #535353;
}
#footer .region-content .content a {
  color: #535353;
}

#footer-top .holder {
  position: relative;
}
#footer-top .region-footer-top {
  padding: 0 0 1.66667%;
  position: absolute;
  bottom: 100%;
  width: 100%;
}

#footer-bottom {
  background-color: #ffffff;
  overflow: hidden;
}
#footer-bottom .footer-item {
  text-align: center;
  padding: 18px 0;
}
#footer-bottom .region {
  text-align: left;
}
#footer-bottom .footer-left {
  float: left;
}
#footer-bottom .footer-right {
  float: right;
}
#footer-bottom .footer-center {
  display: inline-block;
  width: 524px;
}
#footer-bottom .footer-center .region {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 3.33333%;
  padding-right: 3.33333%;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #bf9361;
}
#footer-bottom .content {
  line-height: 1.25;
  font-size: 14px;
  color: #64492f;
}
#footer-bottom .content a {
  color: #64492f;
}

#block-views-price-block {
  display: table;
  width: 100%;
}
#block-views-price-block .block-title {
  display: table;
  width: 100%;
}
#block-views-price-block .block-title h2 {
  background-color: #c49965;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: normal;
  display: table-cell;
  padding: 0 18px;
  font-size: 18px;
  height: 50px;
  color: #fff;
}
#block-views-price-block .view-content {
  background-color: #fff;
  padding: 0 18px;
}
#block-views-price-block .view-content .views-field {
  border-bottom: 1px solid #dbdbdb;
  display: table;
  width: 100%;
}
#block-views-price-block .view-content .views-field:last-child {
  border-bottom: 0;
}
#block-views-price-block .view-content .views-field span {
  vertical-align: middle;
  display: table-cell;
  color: #535353;
  height: 45px;
}
#block-views-price-block .view-content .views-field span:last-child {
  width: 65px;
}
#block-views-price-block .view-footer {
  line-height: 1.7;
  font-size: 14px;
  color: #535353;
  padding: 18px;
}

.region-background {
  display: none;
}

/* ___________8. Media_____________*/
@media (max-width: 992px) {
  .holder {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
  }
  .holder:after {
    content: " ";
    display: block;
    clear: both;
  }

  .fullscreen #content {
    padding-bottom: 0 !important;
  }

  #header-top .header-item .col-md-2,
  #header-top .header-item .col-md-4-at-2 {
    width: 100%;
  }
  #header-top .header-item #hamburger {
    display: block;
  }

  #main-menu {
    position: relative;
    float: none;
  }
  #main-menu #magic-line {
    display: none;
  }
  #main-menu .menu {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    left: 0;
  }
  #main-menu .menu li {
    margin-right: 0;
    float: none;
  }
  #main-menu .menu li.expanded span::after {
    right: 15px;
  }
  #main-menu .menu li a {
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #main-menu .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #main-menu .menu li.active-trail a {
    background-color: #fff;
  }
  #main-menu .menu li.active-trail a:hover {
    background-color: #fff;
  }
  #main-menu.active .menu {
    -moz-transition: max-height 0.75s ease;
    -o-transition: max-height 0.75s ease;
    -webkit-transition: max-height 0.75s ease;
    transition: max-height 0.75s ease;
    max-height: 500px;
  }
  #main-menu.active .menu li ul {
    display: none;
  }

  #header-bottom.active {
    display: none;
  }

  .partners .view-content {
    padding: 1.25% 0;
  }

  footer.to-fullscreen {
    margin-top: -70px !important;
  }

  #footer-top {
    background: url("../images/body-bg.png") 0 0;
  }
  #footer-top .region-footer-top {
    padding: 1.66667% 0;
    position: static;
  }

  #footer-bottom .footer-right {
    display: none;
  }
  #footer-bottom .footer-center {
    float: right;
  }
}
@media (max-width: 768px) {
  .holder {
    width: auto;
    margin: 0 15px;
  }

  .partners .grid-sizer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }

  .gorizontal-columns-list .view-content {
    margin: 0 -1.25%;
    padding-bottom: 1.25%;
  }
  .gorizontal-columns-list .view-content .grid-sizer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
  .gorizontal-columns-list .view-content .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
    padding-bottom: 1.25%;
    padding-top: 1.25%;
  }
  .gorizontal-columns-list .view-content .item .list-inside {
    border-bottom: 1px solid #cca067;
    padding-bottom: 2.5%;
  }
  .gorizontal-columns-list .view-content .item .first-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    padding: 0;
  }
  .gorizontal-columns-list .view-content .item .second-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    padding: 0;
  }
  .gorizontal-columns-list .view-content .item .field-title {
    padding-top: 20px;
  }

  #footer-top .region-footer-top {
    padding: 1.25% 0;
  }

  #footer-bottom .footer-left {
    display: none;
  }
  #footer-bottom .footer-center {
    display: block;
    float: none;
    width: auto;
  }
}
@media (max-width: 540px) {
  #footer-bottom .footer-item {
    padding: 7.5px 0;
  }
  #footer-bottom .footer-center .region {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #header-top .header-item #logo {
    background-color: #fff;
    text-align: center;
    float: none;
  }

  #header-first-column {
    position: relative;
  }

  #block-locale-language .content li {
    float: left;
  }
  #block-locale-language .content li a, #block-locale-language .content li span {
    margin-right: 1px;
  }

  .gorizontal-columns-list .view-content {
    margin: 0 -1.66667%;
    padding-bottom: 1.66667%;
  }
  .gorizontal-columns-list .view-content .grid-sizer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .gorizontal-columns-list .view-content .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    padding-bottom: 1.66667%;
    padding-top: 1.66667%;
  }

  #footer-top .region-footer-top {
    padding: 1.66667% 0;
  }
}
