@-webkit-keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-10px);
  }
}
@keyframes arrowbounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
body {
  min-height: 500px;
  background-color: #2b2724;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: white;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body a {
  cursor: pointer;
  color: #c39973;
  text-decoration: none;
  /*&:hover,*/
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
body a:focus, body a:active {
  outline: 0;
}
body a:hover {
  color: #c39973;
}
body input::-moz-focus-inner {
  border: 0;
}
body .clear:after {
  content: "";
  clear: both;
  display: block;
}
body img, body video, body iframe {
  max-width: 100%;
}
body img.border, body video.border, body iframe.border {
  border: 1px solid;
}
body hr {
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid;
  height: 1px;
  margin: 30px 0;
}
body hr.fullwidth {
  margin: 20px -9999px;
  padding: 0 -9999px;
}
body .naturalcolor {
  color: #c29b6e;
}
body .heavencolor {
  color: #f9f0d3;
}
body .coolcolor {
  color: #fe5042;
}
body .classiccolor {
  color: #fc9e42;
}
body .zold {
  color: #b2ff97;
}
body .alignright1 {
  float: right;
  clear: both;
}
body .alignleft1 {
  float: left;
  clear: both;
}
body .centered {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
body .textupper {
  text-transform: uppercase;
}
body .error {
  color: red;
}
body p {
  margin-bottom: 20px;
}
body ul:not(.menu-item):not(.menu):not(.nav-menu):not(.sub-menu) {
  list-style: disc;
}
body ul:not(.menu-item):not(.menu):not(.nav-menu):not(.sub-menu) li {
  margin: 0 0 0 15px;
}
body ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
body h1, body h2, body h3 {
  line-height: 1.2em;
}
body h4, body h5, body h6 {
  line-height: 1.2em;
}
body h1 {
  font-size: 24px;
}
body h2 {
  font-size: 18px;
}
body h3 {
  font-size: 16px;
}
body h4 {
  font-size: 13px;
}
body h5 {
  font-size: 12px;
}
body h6 {
  font-size: 10px;
}
body *:focus {
  outline: 0;
}
body b {
  font-weight: bold;
}
body .softhidethis {
  display: none;
}
body .hidethis {
  display: none !important;
}
body .bigger_font {
  font-size: 18px !important;
}
body .bigger_line {
  line-height: 1.5em;
}
body .bottom_line {
  border-bottom: 1px solid;
}
body input[type="submit"], body .button {
  cursor: pointer;
}
body input:not([type="submit"]), body textarea {
  box-sizing: border-box;
  border: 1px solid;
}
body input[type="radio"], body input[type="checkbox"] {
  /*display: none !important;
   &+label{
   display: inline-block;
   font-weight: bold;
   text-transform: uppercase;
   color: $gray0;
   font-size: 13px;
   margin: 5px 0;
   &:before{
   content: "";
   display: inline-block;
   height: 20px;
   width: 20px;
   margin-right: 10px;
   margin-bottom: 3px;
   vertical-align: middle;
   background-image: url("/assets../img/cbbg.png");
   }
   }
   &:checked+label{
   &:before{
   background-image: url("/assets../img/cbbgc.png");
   }
   }*/
}
body label.beforeinput {
  /*display: inline-block;
   font-weight: bold;
   text-transform: uppercase;
   color: $gray0;
   font-size: 13px;
   margin: 5px 0;
   &:after{
   content: "";
   display: inline-block;
   height: 20px;
   width: 20px;
   margin-left: 10px;
   margin-bottom: 3px;
   vertical-align: middle;
   background-image: url("/assets../img/cbbg.png");
   }
   &.checked:after{
   background-image: url("/assets../img/cbbgc.png");
   }*/
}
body select {
  border: 1px solid;
  /*background: url("/assets../img/selectbg.png") no-repeat right 5px center;
   background-color: #F3F3F3;
   appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   text-indent: 0.01px;
   text-overflow: "";
   padding-right: 25px;
   padding-left: 10px ;
   height: 35px;
   min-width: 140px;
   line-height: 1.2;
   cursor: pointer;
   &::-ms-expand {
   display: none;
   }
   option{
   padding: 5px 10px;
   &:not(:first-child){
   border-top: 1px solid;
   }
   }*/
}
body .wrapp1500 {
  /*overflow: hidden;*/
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
body .wrapp1500:after {
  content: "";
  display: block;
  clear: both;
}
body .wrapp1200 {
  /*overflow: hidden;*/
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
body .wrapp1200:after {
  content: "";
  display: block;
  clear: both;
}
body .wrapp1000 {
  /*overflow: hidden;*/
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
body .wrapp1000:after {
  content: "";
  display: block;
  clear: both;
}
body .wrapp800 {
  /*overflow: hidden;*/
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body .wrapp800:after {
  content: "";
  display: block;
  clear: both;
}
body .button0 {
  color: white;
  background-color: #c89f6b;
  border: 2px solid #c89f6b;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .button0:hover {
  color: white;
  background-color: #fd5042;
  border-color: #fd5042;
}
body .button0:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body .button1 {
  color: #c89f6b;
  background-color: transparent;
  border: 2px solid #c89f6b;
  border-radius: 3px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none !important;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .button1:hover {
  color: white;
  background-color: #fd5042;
  border-color: #fd5042;
}
body .button1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body .button2 {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .button2:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
body .button2:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body .boxshadow {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
}
body .formobile, body .fortablet {
  display: none;
}
body .gm-style {
  color: black;
}
body .site-header {
  position: relative;
}
body .site-header .topbar {
  background-color: #1b1b1b;
  height: 32px;
  box-sizing: border-box;
  padding-top: 4px;
  text-align: right;
  position: relative;
  z-index: 1002;
}
body .site-header .topbar a {
  color: white;
  margin-right: 25px;
}
body .site-header .topbar .email {
  padding-left: 35px;
  background-image: url("/assets../img/mail.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  padding-top: 2px;
}
body .site-header .topbar .tel {
  padding-left: 30px;
  background-image: url("/assets../img/phone.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  padding-top: 2px;
}
body .site-header .topbar .gmap {
  padding-left: 30px;
  background-image: url("/assets../img/map.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  padding-top: 2px;
}
body .site-header .topbar select {
  display: inline-block;
  vertical-align: middle;
}
body .site-header .topbar .onlyshowcurrent {
  display: inline-block;
  vertical-align: middle;
}
body .site-header .topbar .onlyshowcurrent ul li a img {
  border-radius: 0;
  margin-right: 5px;
}
body .site-header .topbar .onlyshowcurrent ul li a span {
  display: initial !important;
}
body .site-header .topbar .onlyshowcurrent ul li {
  display: none;
  margin: 0 !important;
}
body .site-header .topbar .onlyshowcurrent ul li.wpml-ls-current-language {
  display: initial;
}
body .site-header .topbar .languagedropdown {
  position: relative;
  display: none;
}
body .site-header .topbar .languagedropdown ul {
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 2000;
    width: 150px;
    height: 220px;
    background-color: #1b1b1b;
    padding: 0 20px 20px 20px;
}
body .site-header .topbar .languagedropdown ul li {
  margin-top: 12px !important;
  padding-top: 10px;
  width: 90px;
  text-align: left;
  border-top: 1px solid white;
}
body .site-header .topbar .languagedropdown ul li a img {
  border-radius: 0;
  margin-right: 5px;
}
body .site-header .topbar .languagedropdown ul li a span {
  display: initial !important;
}
body .site-header .menubar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.27);
  padding: 10px 0;
}
body .site-header .menubar .sitelogo {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  vertical-align: top;
}
body .site-header .menubar .sitelogo img {
  height: 100px;
  width: auto;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .site-header .menubar .toplogos {
  display: none;
  /*inline-block*/
  margin-top: 10px;
  vertical-align: top;
}
body .site-header .menubar .toplogos img {
  height: 80px;
  width: auto;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .site-header .menubar .menubooknow {
  float: right;
  padding: 5px 20px 6px;
  margin-top: 10px;
  margin-left: 60px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fd5042;
  border-color: #fd5042;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .site-header .menubar .menubooknow:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  font-weight: normal !important;
}
body .site-header .menubar .main-navigation {
  float: right;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
body .site-header .menubar .main-navigation .nav-menu > li {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-left: 60px;
  line-height: 2;
  cursor: pointer;
}
body .site-header .menubar .main-navigation .nav-menu > li a {
  color: white;
}
body .site-header .menubar .main-navigation .nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
body .site-header .menubar .main-navigation .nav-menu > li.current_page_item > a, body .site-header .menubar .main-navigation .nav-menu > li.current-menu-item > a, body .site-header .menubar .main-navigation .nav-menu > li.current-menu-ancestor > a {
  font-family: Open Sans !important;
}
body .site-header .menubar .main-navigation .nav-menu > li.current_page_item > a:before, body .site-header .menubar .main-navigation .nav-menu > li.current-menu-item > a:before, body .site-header .menubar .main-navigation .nav-menu > li.current-menu-ancestor > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu {
  width: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  -ms-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li {
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  background-color: #c89f6b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current-menu-parent, body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current_page_item {
  color: white;
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current-menu-parent > a, body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current_page_item > a {
  color: white;
  font-family: Open Sans !important;
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: black;
  font-size: 14px;
}
body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li .sub-menu {
  position: absolute;
  left: 200px;
  padding-left: 5px;
  top: 0px;
  max-height: 0;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li:hover > .sub-menu {
  font-family: Open Sans;
  max-height: 500px;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li .sub-menu:hover {
  overflow: visible;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li .sub-menu li {
  margin-bottom: 5px;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li .sub-menu li:hover {
  background-color: #fd5042;
  color: white;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li .sub-menu li:hover > a {
  color: white;
}
body .site-header .menubar .main-navigation:not(.mobile) .nav-menu > li .sub-menu li:hover > .sub-menu {
  display: inherit;
  max-height: 500px;
}
body .site-header .headertitle {
  position: absolute;
  top: 180px;
  font-size: 35px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: Open Sans;
}
body .site-header.topzero .topbar {
  display: none;
}
body .site-header.topzero .menubar {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
body .site-header.topzero .menubar .sitelogo img {
  height: 40px;
}
body .site-header.topzero .menubar .main-navigation {
  margin-top: 2px;
}
body .site-header.topzero .menubar .menubooknow {
  margin-top: 3px;
  font-weight: normal !important;
}
body .slimheader .menubar {
  position: fixed;
}
body .slimheader .menubar .sitelogo img {
  max-height: 50px;
  height: 75px;
  width: auto;
}
body .slimheader .menubar .toplogos img {
  height: 65px;
  width: auto;
}
body .slimheader .menubar .menubooknow {
  margin-top: 8px;
}
body .slimheader .menubar .main-navigation {
  margin-top: 8px;
}
body.slimedheader .sliderbooknow {
  display: none;
}
body.slimedheader .menubooknow {
  display: inherit !important;
}
body #colophon {
  background-color: #1b1b1b;
  padding: 70px 0 30px;
  position:relative;
  z-index:1000;
}
body #colophon a:hover {
  color: #fd5042 !important;
}
body #colophon .designedby {
  font-size: 16px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #c89f6b;
}
body #colophon .site-info {
  font-size: 15px;
}
body #colophon .site-info .widget-area {
  display: inline-block;
  vertical-align: top;
}
body #colophon .site-info #footerwidget1 {
  width: 380px;
}
body #colophon .site-info #footerwidget1 img {
  max-height: 60px;
  width: auto;
  margin-bottom: 10px;
}
body #colophon .site-info #footerwidget2 {
  width: 200px;
}
body #colophon .site-info #footerwidget2 a {
  color: white;
  margin-bottom: 15px;
  display: block;
}
body #colophon .site-info #footerwidget3 {
  width: 200px;
}
body #colophon .site-info #footerwidget3 a {
  color: white;
  margin-bottom: 15px;
  display: block;
}
body #colophon .site-info #footerwidget4 {
  width: 375px;
}
body #colophon .site-info #footerwidget4 .mc4wp-form label {
  display: block;
  font-family: Open Sans;
  font-size: 20px;
  margin-bottom: 20px;
}
body #colophon .site-info #footerwidget4 .mc4wp-form input[type="email"] {
  padding: 7px 10px;
  border-radius: 5px;
  vertical-align: middle;
  width: 200px;
}
body #colophon .site-info #footerwidget4 .mc4wp-form input[type="submit"] {
  color: white;
  background-color: #c89f6b;
  border: 2px solid #c89f6b;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: Open Sans;
  padding: 3px 20px;
  vertical-align: middle;
}
body #colophon .site-info #footerwidget4 .mc4wp-form input[type="submit"]:hover {
  color: white;
  background-color: #fd5042;
  border-color: #fd5042;
}
body .socialicons {
  color: white;
}
body .socialicons a {
  color: white;
  border: 1px solid white;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .socialicons a:hover {
  border-color: #fd5042;
  color: #fd5042;
  border-width: 2px;
  padding-top: 5px;
  width: 35px;
  height: 35px;
}
body #main.wrapper {
  min-height: 800px;
}
body .infobox .onerow {
  margin-bottom: 10px;
}
body .infobox span {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
}
body .infobox a {
  display: inline-block;
  vertical-align: top;
}
body .sliderbutton0 {
  padding: 5px 20px 6px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fd5042;
  border-color: #fd5042;
  line-height: 1.2;
  transition: all 0.3s ease-in !important;
  -o-transition: all 0.3s ease-in !important;
  -moz-transition: all 0.3s ease-in !important;
  -webkit-transition: all 0.3s ease-in !important;
}
body .sliderbutton0:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body .homeslider {
  overflow: hidden;
  top: -30px;
  position: relative;
}
body .homeslider .myslide {
  text-align: center;
  color: white;
  z-index:1000 !important;
}
body .homeslider .sliderh1 {
  font-size: 50px;
  margin-bottom: 50px;
  font-family: Open Sans !important;
   text-align: center !important;
   letter-spacing: 2px !important;
}
body .homeslider .slidertext {
  font-size: 20px;
  line-height: 1.2;
  font-family: Open Sans !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
}
body .homeslider .sliderbuttons {
  letter-spacing: 2px !important;
}
body .homeslider .slidelogo {
  height: 130px !important;
  width: auto !important;
}
body .homeslider .tparrows {
  box-sizing: border-box;
  height: 80px;
  width: 80px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .homeslider .tparrows:before {
  font-size: 40px;
  line-height: 80px;
}
body .homeslider .tparrows.tp-rightarrow:hover {
  margin-left: 20px;
}
body .homeslider .tparrows.tp-rightarrow {
  padding-left: 15px;
}
body .homeslider .tparrows.tp-leftarrow:hover {
  margin-left: -20px;
}
body .homeslider .tparrows.tp-leftarrow {
  padding-left: 10px;
}
body .homeslider .sliderdownarrow {
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: -100px;
}
body .homeslider .sliderdownarrow img {
  text-align: center;
  margin: 10px 50px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 43px;
  height: auto;
  animation: arrowbounce 2s infinite;
  -moz-animation: arrowbounce 2s infinite;
  -webkit-animation: arrowbounce 2s infinite;
  -o-animation: arrowbounce 2s infinite;
}
body .homeslider .sliderdownarrow:hover img {
  margin-top: 20px;
}
body .homestyles {
  margin-top: 30px;
  text-align: center;
}
body .homestyles h1, body .homestyles h2, body .homestyles h3 {
  color: #c89f6b;
  font-weight: normal;
}
body .homestyles h1 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans;
}
body .homestyles h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Open Sans;
}
body .homestyles h3 {
  font-size: 23px;
}
body .homestyles p {
  margin-bottom: 20px;
}
body .homestyles .homestyleboxes {
  margin-top: 80px;
}
body .homestyles .homestyleboxes .onebox {
  margin-bottom: 50px;
}
body .homestyles .homestyleboxes .onebox img {
  border-radius: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 3px solid #c89f6b;
  max-height: 250px;
  width: auto;
  transition: padding 0.3s ease-in-out;
}
body .homestyles .homestyleboxes .onebox .rwtitle {
  font-weight: normal;
  margin-top: 40px;
}
body .homestyles .homestyleboxes .onebox .rwdescription {
  margin-top: 20px;
}
body .homestyles .homestyleboxes .onebox .rwbutton {
  margin-top: 40px;
}
body .homestyles .homestyleboxes .onebox .rwbutton:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body .homestyles .homestyleboxes .onebox.boxstyle1 img {
  border-color: #c39973;
}
body .homestyles .homestyleboxes .onebox.boxstyle2 img {
  border-color: #c39973;
}
body .homestyles .homestyleboxes .onebox.boxstyle3 img {
  border-color: #c39973;
}
body .homestyles .homestyleboxes .onebox.boxstyle4 img {
  border-color: #c39973;
}
body .homestyles .homestyleboxes .onebox:hover img {
  border-color: #fd5042;
  padding: 0px;
}
body .homestyles .hometestimonials .onetestimoial {
  margin: 40px 0;
}
body .homestyles .hometestimonials .onetestimoial .testimonialtext {
  font-size: 25px;
}
body .homestyles .hometestimonials .onetestimoial .testimonialauthor {
  font-size: 20px;
}
body .homestyles .hometestimonials .onetestimoial .testimonialauthor span {
  display: inline-block;
  vertical-align: top;
  margin-left: 500px;
}
body .homestyles .myslideshow {
  position: relative;
  width: 100%;
  height: 220px;
}
body .homestyles .myslideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
body .parallaxsectionfromtop {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
body .homeparallax .onesection {
  width: 100%;
  height: 380px;
  font-size: 20px;
  background-size: cover;
  background-position: center center;
}
body .homeparallax .onesection h2 {
  font-weight: normal;
  font-size: 70px;
}
body .homeparallax .onesection .leftbox {
  margin-top: 100px;
  width: 650px;
  float: left;
}
body .homeparallax .onesection .rightbox {
  margin-top: 100px;
  width: 550px;
  float: right;
}
body .homeparallax .parallaxsection {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
body .homeparallax .budapestsection {
  background-position: center top;
}
body .homeparallax .wellnesstsection {
  background-position: center top;
}
body .homeparallax .btn:hover {
  font-weight: normal;
}
body .homecalltoaction, body .calltoactionline {
  padding: 40px 0;
}
body .homecalltoaction .wrapp1200, body .calltoactionline .wrapp1200 {
  position: relative;
}
body .homecalltoaction .textcontent, body .calltoactionline .textcontent {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  max-width: 70%;
}
body .homecalltoaction .button0, body .calltoactionline .button0 {
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
body.single-rendezveny .calltoactionline .button0 {
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0px;
}
body.single-rendezveny .calltoactionline .textcontent {
  max-width: 55%;
}
body .homeservices, body .servicebox {
  padding: 50px 0;
  background-color: #f9f0d3;
  color: #3f3f3f;
  text-align: center;
}
body .homeservices a, body .servicebox a {
  color: #3f3f3f;
}
body .homeservices .servicestitle, body .servicebox .servicestitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-family: Open Sans;
  margin-bottom: 10px;
  font-weight: normal;
}
body .homeservices .fourcircle, body .servicebox .fourcircle {
  margin: 0 auto 20px;
  display: block;
}
body .homeservices .serviceicon, body .servicebox .serviceicon {
  display: block;
  width: 120px;
  height: 120px;
  padding: 5px;
  border: 3px solid #c89f6b;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px auto;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
body .homeservices .serviceicon:hover, body .servicebox .serviceicon:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
body .homeservices .servicetitle, body .servicebox .servicetitle {
  text-align: center;
  font-size: 23px;
  width: 160px;
  margin: 20px auto;
}
body .homeservices .services, body .servicebox .services {
  margin-top: 50px;
}
body .homeservices .services .oneservice:hover .serviceicon, body .servicebox .services .oneservice:hover .serviceicon {
  border-color: #fd5042;
}
body .homeservices .featuredservices .servicetitle, body .servicebox .featuredservices .servicetitle {
  font-family: Open Sans;
}
body .homeservices .secondaryservices, body .servicebox .secondaryservices {
  text-align: left;
  padding-bottom: 50px;
}
body .homeservices .secondaryservices .oneservice, body .servicebox .secondaryservices .oneservice {
  margin-bottom: 10px;
  min-height: 50px;
}
body .homeservices .secondaryservices .serviceicon, body .servicebox .secondaryservices .serviceicon {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-size: cover;
}
body .homeservices .secondaryservices .servicetitle, body .servicebox .secondaryservices .servicetitle {
  text-align: left;
  font-size: 20px;
  font-family: Open Sans;
  width: auto;
  max-width: 80%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: middle;
}
body .servicebox {
  font-size: 0;
  padding-bottom: 0;
}
body .servicebox .oneservice {
  float: none;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 50px;
}
body #parallaxservices {
  background-color: transparent !important;
  color: white;
}
body #parallaxservices a {
  color: white;
}
body #parallaxservices .serviceicon {
  height: 80px;
  width: 80px;
  background-size: auto 50px;
}
body #parallaxservices .servicetitle {
  width: 140px;
}
body #parallaxservices .oneservice {
  min-height: 205px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
body #parallaxservices .oneservice:first-of-type {
  margin-left: 0;
}
body #parallaxservices .oneservice:last-of-type {
  margin-right: 0;
}
body.page-template-room-type .site-header .headertitle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-template-room-type #parallaxservices > .servicebox {
  background-attachment: fixed;
  background-position: center;
}
body #servicessection .featuredservices .serviceicon {
  height: 120px;
  width: 120px;
}
body #servicessection .featuredservices .servicetitle {
  width: 150px;
}
body .toptext {
  font-family: Open Sans;
  font-size: 23px;
  padding: 50px 0;
  text-align: center;
}
body .promotionspage .fourcircle {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .promotionspage .pagecontent {
  margin-top: 50px;
  margin-bottom: 50px;
}
body .promotionbanner {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
  background-position: center;
  /*-50px*/
  background-size: cover;
}
body .promotionbanner .redcircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: rgba(240, 91, 78, 0.8);
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -250px;
  z-index: 10;
  padding: 120px 10px;
  box-sizing: border-box;
  text-align: center;
}
body .promotionbanner .redcircle:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fd5042;
  bottom: -10px;
  content: "";
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
}
body .promotionbanner .redcircle .discount {
  font-family: Neris-Black;
  font-size: 84px;
}
body .promotionbanner .redcircle .text1 {
  font-size: 40px;
  text-transform: uppercase;
}
body .promotionbanner .redcircle .text2 {
  font-size: 20px;
  margin-bottom: 20px;
}
body .wrapp1200.singlepost {
  margin-top: 150px;
}
body .presslist {
  margin: 80px auto;
}
body .presslist .pressitem {
  margin-bottom: 60px;
}
body .presslist .pressitem img {
  width: 200px;
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 100%;
}
body .presslist .pressitem .presstitle {
  font-family: Open Sans;
  font-size: 20px;
  color: #c89f6b;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
}
body .presslist .pressitem .presstitle a:hover {
  color: #fd5042;
}
body .presslist .pressitem .presstitle:before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  left: 20px;
  bottom: -20px;
  background-color: #c89f6b;
}
body .presslist .pressitem .presstexts {
  float: left;
  width: 730px;
  max-width: 100%;
}
body .aboutpage .pagetitle, body .contactnew .pagetitle {
  font-weight: normal;
  font-family: Open Sans;
  font-size: 35px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
body .aboutpage .topinfos, body .contactnew .topinfos {
  margin-bottom: 50px;
}
body .aboutpage .topinfos .attachment-post-thumbnail, body .contactnew .topinfos .attachment-post-thumbnail {
  float: left;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 50px;
  border-right: 1px solid white;
  max-height: 100px;
  width: auto;
}
body .aboutpage .topinfos .text, body .contactnew .topinfos .text {
  padding-top: 25px;
}
body .aboutpage .bigbanner, body .contactnew .bigbanner {
  min-height: 520px;
}
body .aboutpage .bigbanner img, body .contactnew .bigbanner img {
  width: 100%;
  height: auto;
}
body .aboutpage .pagedescription, body .contactnew .pagedescription {
  padding: 40px 0;
  text-align: center;
}
body .aboutpage .pagedescription .descriptiontitle, body .contactnew .pagedescription .descriptiontitle {
  margin-bottom: 40px;
  font-family: Open Sans;
  font-size: 23px;
}
body .aboutpage .fourcircle, body .contactnew .fourcircle {
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .aboutpage .toptext, body .contactnew .toptext {
  padding-top: 30px;
}
body .imagetiles {
  margin: 50px auto;
  font-size: 0;
}
body .imagetiles .imagetile {
  height: 260px;
  width: 33.3%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
body .imagetiles .imagetile img {
  width: 100%;
  height: 100%;
}
body .imagetiles .imagetile.bigtile {
  height: 400px;
  width: 49.9%;
}
body .greenbox {
  padding: 34px 0;
  background-color: #528e3d;
}
body .greenbox .greentitle {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
body .greenbox .greencontent .leftimg img {
  max-width: 70%;
  margin: 20px auto;
}
body .greenbox .greencontent .righttext span.zold {
  font-family: Neris-Black;
}
body .greenbox .greencontent .righttext > p {
  margin-bottom: 10px;
}
body .gallerypage {
  background-color: #f9f0d3;
  padding: 70px 0;
}
body .gallerypage .galleries .galleryfilter {
  text-align: center;
  margin-bottom: 30px;
}
body .gallerypage .galleries .galleryfilter .filter {
  line-height: 2;
  display: inline-block;
  vertical-align: top;
  color: #5d5d5d;
  font-family: Open Sans;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .gallerypage .galleries .galleryfilter .active {
  border-bottom: 1px solid #fd5042;
}
body .gallerypage .galleries .galleryimages .gallery {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
body .gallerypage .galleries .galleryimages .gallery:not(.active) {
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
body .gallerypage .galleries .galleryimages .gallery h1 {
  display: none;
  text-align: center;
  color: #fd5042;
  margin-bottom: 20px;
}
body .gallerypage .galleries .galleryimages .gallery .iframes {
  text-align: center;
}
body .gallerypage .galleries .galleryimages .gallery .iframes .iframecontainer {
  margin-bottom: 6px;
  margin-right: 2px;
  width: 385px;
  height: 385px;
  display: inline-block;
  max-width: 100%;
}
body .gallerypage .galleries .galleryimages .gallery .iframes .iframecontainer iframe {
  max-width: 100%;
}
body .fbx-light, body .fbx-light .fbx-caption, body .fbx-light.fbx-phone .fbx-social {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body .fbx-light .fbx-close, body .fbx-light .fbx-fullscreen-toggle, body .fbx-light .fbx-inner, body .fbx-light .fbx-loader, body .fbx-light .fbx-next, body .fbx-light .fbx-pause, body .fbx-light .fbx-play, body .fbx-light .fbx-prev, body .fbx-light .fbx-social-toggle, body .fbx-light.fbx-inset-buttons .fbx-next::before, body .fbx-light.fbx-inset-buttons .fbx-prev::before {
  background-color: transparent;
}
body .fbx-light .fbx-close, body .fbx-light .fbx-error-msg, body .fbx-light .fbx-fullscreen-toggle, body .fbx-light .fbx-loader, body .fbx-light .fbx-next, body .fbx-light .fbx-pause, body .fbx-light .fbx-play, body .fbx-light .fbx-prev, body .fbx-light .fbx-social-toggle, body .fbx-light.fbx-inset-buttons .fbx-next::before, body .fbx-light.fbx-inset-buttons .fbx-prev::before, body .fbx-metro.fbx-light .fbx-count, body .fbx-metro.fbx-light .fbx-credit a {
  color: white !important;
}
body .fbx-rounded .fbx-close {
  border: 3px solid transparent;
  border-radius: 50%;
  height: 28px;
  line-height: 28px;
  /*right: -30px;
   top: -30px;*/
  width: 28px;
}
body .fbx-light .fbx-caption, body .fbx-light .fbx-inner, body .fbx-light .fbx-social, body .fbx-light.fbx-inset-buttons .fbx-next::before, body .fbx-light.fbx-inset-buttons .fbx-prev::before, body .fbx-light.fbx-modal, body .fbx-modal.fbx-light.fbx-phone .fbx-close:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-next:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-pause:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-play:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-prev:hover, body .fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover, body .fbx-rounded.fbx-light .fbx-close, body .fbx-rounded.fbx-light .fbx-fullscreen-toggle, body .fbx-rounded.fbx-light .fbx-pause, body .fbx-rounded.fbx-light .fbx-play, body .fbx-rounded.fbx-light .fbx-social-toggle {
  border-color: transparent;
  border-width: 0;
}
body .fbx-rounded .fbx-next.fbx-btn-shadow, body .fbx-rounded .fbx-next.fbx-btn-shadow:hover {
  box-shadow: none;
}
body .fbx-rounded .fbx-prev.fbx-btn-shadow, body .fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
  box-shadow: none;
}
body .fbx-rounded.fbx-desktop .fbx-next, body .fbx-rounded.fbx-desktop .fbx-prev {
  position: fixed;
  font-family: "revicons";
  font-size: 40px;
  height: 100%;
  top: 0;
  padding-top: 48vh;
}
body .fbx-rounded.fbx-desktop .fbx-next {
  right: 0px;
}
body .fbx-rounded.fbx-desktop .fbx-prev {
  left: 0px;
}
body .fbx-prev::before {
  font-family: "revicons";
  content: "\e824";
}
body .fbx-next::before {
  font-family: "revicons";
  content: "\e825";
}
body .fbx-rounded .fbx-close {
  position: fixed;
  top: 20px;
  right: 5px;
  font-size: 25px;
}
body .fixedbooknow {
  display: none;
  font-family: Open Sans;
  font-size: 20px;
  padding: 5px 40px 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  top: 200px;
  right: -70px;
  z-index: 1000;
}
body .fixedbooknow:hover {
  padding-bottom: 50px;
}
body.home .menubooknow {
  display: none;
}
body .aloldal .pagedescription {
  padding: 50px 0;
  text-align: center;
  font-family: Open Sans;
  font-size: 23px;
}
body .aloldal .pagedescription .descriptiontitle {
  font-family: Open Sans;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}
body .aloldal .pagedescription .fourcircle {
  display: block;
  margin: 30px auto;
}
body .aloldal .fullwidthsection {
  margin-bottom: 20px;
}
body .aloldal .fullwidthsection .leftsection {
  text-align: right;
}
body .aloldal h2 {
  font-family: Open Sans;
  font-size: 20px;
  color: #c39973;
  text-transform: uppercase;
}
body .aloldal h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #c39973;
  margin: 20px;
}
body.single-room #main.wrapper {
  min-height: 500px;
}
body.single-room .headertitle {
  display: none;
}
body.single-room .yellow-container p:last-of-type {
  margin-bottom: 0 !important;
}
body.single-room .dark-container {
  margin-bottom: 0;
}
body.single-room .dark-container p:last-of-type {
  margin-bottom: 0 !important;
}
body.single-room #servicessection .services .featuredservices .oneservice {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
body.single-room #servicessection .services .featuredservices .oneservice:first-of-type {
  margin-left: 0;
}
body.single-room #servicessection .services .featuredservices .oneservice:last-of-type {
  margin-right: 0;
}
body.single-room #servicessection .services .secondaryservices {
  padding-left: 100px;
}
body .defaultelements .fourcircle {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-landing .wrapper .button0 {
  background-color: #9a7444;
  border-color: #9a7444;
}
body.page-template-landing .wrapper .button0:hover {
  background-color: #fd5042;
  border-color: #fd5042;
}
body.page-template-landing #colophon {
  border-top: 0px;
}
body.single-rendezveny .headertitle {
  display: none;
}
body.single-rendezveny .wrapper .button0 {
  background-color: #c89f6b !important;
  border-color: #c89f6b;
}
body.single-rendezveny .wrapper .button0:hover {
  background-color: #fd5042 !important;
  border-color: #fd5042;
}
body.single-rendezveny #colophon {
  border-top: 0px;
}
body.single-rendezveny .main-navigation .nav-menu > li.menu-item-object-rendezveny > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body.single-rendezveny .calltoactionline .textcontent {
  color: #3f3f3f;
}
body.single-rendezveny .roomspage .dark-container {
  margin-bottom: 0;
}
body .qtranxs-available-languages-message {
  display: none;
}
.pum-theme-1019 .pum-container, .pum-theme-1019 .pum-theme-lightbox .pum-container {
  max-width: 80%;
}
.pum-theme-1019 .pum-container.pum-scrollable .pum-content {
  max-height: 100%;
}
#cookie-law-info-bar {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.533) !important;
  color: rgb(255, 255, 255) !important;
}
#cookie-law-info-bar a{
  color: rgb(200, 159, 107) !important;
  text-decoration: none;
}
#cookie-law-info-bar #cookie_action_close_header{
  border-radius:5px;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(200, 159, 107) !important;
}
#cookie-law-info-bar br {
  display: none;
}
#cookie-law-info-bar .cli_action_button {
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .single-room .rev_slider_wrapper, .single-room .rev_slider, .single-room .tp-fullwidth-forcer, .single-room .rev_slider .tp-bgimg.defaultimg {
    max-height: 400px !important;
  }
  .single-room .yellow-container {
    padding: 10px 0 !important;
  }
  .wrapp1500 {
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
  }
  .site-header {
    max-height: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapp1500 {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  body .wrapp1500, body .wrapp1200, body .wrapp1000, body .wrapp800 {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.single-rendezveny .calltoactionline .button0 {
    float: none;
    margin-top: 20px;
  }
  body.single-rendezveny .calltoactionline .textcontent {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body .menubar .wrapp1500 {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .site-header .menubar .sitelogo {
    margin-right: 10px;
  }
  body .site-header .menubar .sitelogo img {
    height: 50px !important;
  }
  body .site-header .menubar .toplogos img {
    height: 40px !important;
  }
  body .homeparallax .parallaxsection {
    background-attachment: scroll;
  }
  body.page-template-room-type #parallaxservices > .servicebox {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 800px) {
  body .fortablet {
    display: inherit;
  }
  body .notablet {
    display: none;
  }
  body .fullwidthsection {
    padding: 0 20px;
  }
  body .one_half, body .one_third, body .two_third, body .one_fourth, body .three_fourth, body .one_fifth {
    width: 100% !important;
    margin-right: 0% !important;
    float: none !important;
  }
  body .one_half img, body .one_third img, body .two_third img, body .one_fourth img, body .three_fourth img, body .one_fifth img {
    max-width: 100%;
    height: auto;
  }
  body .site-header .topbar {
    text-align: center;
  }
  body .site-header .topbar .email, body .site-header .topbar .tel, body .site-header .topbar .gmap {
    width: 1px;
    overflow: hidden;
    text-indent: 5px;
  }
  body .site-header .menubar .menubooknow {
    margin-left: 10px;
    margin-right: 70px;
    margin-top: 10px !important;
    font-size: 14px;
  }
  body .site-header .menubar .menutoggle {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: auto;
  }
  body .site-header .menubar .main-navigation {
    display: none;
    float: none;
    background-color: #2b2724;
    max-height: 80vh;
    overflow: auto;
  }
  body .site-header .menubar .main-navigation .nav-menu > li {
    display: block;
    margin: 0;
    position: relative;
    background-color: #c89f6b !important;
    border-bottom: 5px solid #2b2724;
    color: black;
  }
  body .site-header .menubar .main-navigation .nav-menu > li a {
    color: black;
    display: block;
    padding-left: 20px;
  }
  body .site-header .menubar .main-navigation .nav-menu > li.current-menu-parent, body .site-header .menubar .main-navigation .nav-menu > li.current_page_item {
    color: white !important;
  }
  body .site-header .menubar .main-navigation .nav-menu > li.current-menu-parent > a, body .site-header .menubar .main-navigation .nav-menu > li.current_page_item > a {
    color: white !important;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu {
    display: none;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    max-height: inherit;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li {
    border-top: 5px solid #2b2724;
    background-color: #c89f6b !important;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li a {
    padding-left: 40px;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current-menu-parent, body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li.current_page_item {
    background-color: #c89f6b !important;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li .sub-menu {
    left: 0;
    padding-left: 0;
    position: relative;
    top: 0;
    width: 100%;
    max-height: inherit;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li .sub-menu li {
    border-top: 5px solid #2b2724;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li .sub-menu a {
    padding-left: 60px;
  }
  body .site-header .menubar .main-navigation .nav-menu .sub-menu li {
    margin-bottom: 0px !important;
  }
  body .site-header .menubar .main-navigation .nav-menu .menu-item-has-children > a {
    position: relative;
  }
  body .site-header .menubar .main-navigation .nav-menu .menu-item-has-children > a:after {
    display: block;
    position: absolute;
    content: "+";
    right: 10px;
    top: -6px;
    font-size: 22px;
    z-index: 1000;
  }
  body .site-header .menubar .main-navigation .nav-menu .menu-item-has-children > a.opened:after {
    content: "-";
  }
  body .site-header .menubar .main-navigation .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
    top: 1px;
  }
  body .homeslider .tparrows {
    display: none !important;
  }
  body .homestyles .homestyleboxes .onebox {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 45% !important;
    display: inline-block !important;
    vertical-align: top;
    float: none;
  }
  body .homestyles .hometestimonials .onetestimoial .testimonialauthor span {
    margin-left: 0px;
  }
  body .homestyles .myslideshow {
    height: 300px;
  }
  body .homeservices .oneservice {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 45% !important;
    display: inline-block !important;
    vertical-align: top;
    float: none;
  }
  body .parallaxsectionfromtop {
    background-position: center !important;
    background-attachment: scroll !important;
  }
  body .homeparallax .parallaxsection {
    background-attachment: scroll;
    background-position: center !important;
  }
  body .homeparallax .onesection .rightbox, body .homeparallax .onesection .leftbox {
    margin-top: 80px;
    float: left;
    width: 100%;
    text-align: center;
  }
  body .homeparallax .onesection h2 {
    font-size: 60px;
  }
  body .homecalltoaction, body .calltoactionline {
    text-align: center;
  }
  body .homecalltoaction .textcontent, body .calltoactionline .textcontent {
    width: 100%;
    max-width: 100%;
  }
  body .homecalltoaction .button0, body .calltoactionline .button0 {
    float: none !important;
    margin: 10px auto !important;
    position: inherit;
    top: 0;
    right: 0;
  }
  body footer#colophon .site-info {
    text-align: center;
  }
  body footer#colophon .site-info .widget-area {
    width: 100%;
    margin-bottom: 50px;
  }
  body footer#colophon .site-info #footerwidget1 {
    width: 500px;
  }
  body footer#colophon .site-info #footerwidget2 {
    width: 49%;
  }
  body footer#colophon .site-info #footerwidget3 {
    width: 49%;
  }
  body .presslist {
    text-align: center;
  }
  body .presslist .presstitle:before {
    display: none !important;
  }
  body .presslist img {
    margin: 20px auto !important;
    float: none !important;
  }
  .contactpage .contactinfos .one_half {
    text-align: center !important;
  }
  .contactpage .contact-container .contact-left {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .contactpage .contact-container .contact-right {
    float: none;
    width: 100%;
  }
  .roomspage .content-container .yellow-container .yl-col {
    float: none;
    width: 100%;
  }
  .roomspage .content-container .dark-container .dc-center-col .onebox {
    margin: 0;
  }
  .roomspage .content-container .dark-container .dc-col {
    float: none;
    width: 100%;
  }
  #map_text_container {
    display: none;
  }
  #parallaxservices .oneservice {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 45% !important;
    display: inline-block !important;
    vertical-align: top;
  }
  #servicessection .featuredservices .oneservice {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 45% !important;
    display: inline-block !important;
    vertical-align: top;
  }
  #servicessection .secondaryservices .oneservice {
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 45% !important;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
  }
  #servicessection .secondaryservices .oneservice .serviceicon {
    display: block;
    margin: 40px auto 10px;
  }
  .single-room #servicessection .services .secondaryservices {
    padding-left: 0px;
  }
}
@media screen and (max-width: 800px) and (min-width: 481px) {
  body .homeslider .sliderh1 {
    font-size: 50px !important;
  }
  body .homeslider .slidertext {
    font-size: 25px !important;
    margin-bottom: 50px !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 480px) {
  body .formobile {
    display: inherit;
  }
  body .nomobile {
    display: none;
  }
  body .topbar .wrapp1500 > a {
    background-position: center top !important;
  }
  body .topbar .languagedropdown ul {
    right: -25px !important;
  }
  body .menubar .wrapp1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body #colophon .site-info #footerwidget4 {
    min-width: 300px;
    width: auto;
  }
  body #colophon .site-info #footerwidget1 {
    min-width: 300px;
    width: 100% !important;
  }
  body .homeslider .sliderh1 {
    font-size: 32px !important;
  }
  body .homestyles .myslideshow {
    font-size: 20px;
    height: 300px;
  }
  body .homestyles .hometestimonials .onetestimoial {
    margin-top: 0;
  }
  body .homestyles .hometestimonials .onetestimoial .testimonialtext {
    font-size: 20px;
  }
  body .site-header .menubar .menubooknow {
    font-size: 11px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: 60px !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  body .site-header .menubar .sitelogo {
    margin-right: 10px;
  }
  body .site-header .menubar .main-navigation .nav-menu > li .sub-menu li a {
    color: black;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body .yellow-container .yl-left-col {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  body .yellow-container .yl-center-col {
    position: relative;
  }
  body .yellow-container .yl-center-col .yl-page-title {
    position: absolute;
    width: 100%;
    top: -150px;
    color: white;
  }
  body .yellow-container .yl-right-col {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  body .yellow-container .yl-right-col .yl-icon .yl-icon-text {
    opacity: 1 !important;
    height: auto !important;
    min-height: 30px;
  }
  body .dark-container .dc-left-col {
    margin-top: 20px !important;
  }
  body .dark-container .dc-center-col {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  body .dark-container .dc-center-col .onebox {
    margin: 10px 15px !important;
  }
  body .dark-container .dc-right-col {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  body .contactpage .contact-container .contact-left {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  body .contactpage .contact-container .contact-right {
    width: 100%;
    float: none;
    padding: 20px;
  }
  body .presslist {
    text-align: center;
  }
  body .presslist img {
    margin: 20px auto !important;
    float: none !important;
  }
  body .gallerypage .galleries .galleryfilter .filter {
    display: block;
  }
  #cookie-law-info-bar br {
    display: block;
  }
  #cookie-law-info-bar .cli_action_button {
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  body .homeservices .oneservice .serviceicon {
    width: 120px;
    height: 120px;
  }
  body .homeservices .oneservice .servicetitle {
    width: 140px;
  }
}
@media screen and (max-width: 320px) {
  body .site-header .menubar .sitelogo img {
    height: 40px !important;
  }
  body .site-header .menubar .menubooknow {
    margin-right: 60px !important;
  }
  body .button1 {
    padding: 10px 40px;
  }
  body .homeservices .oneservice .serviceicon {
    height: 100px;
    width: 100px;
  }
  body .homeservices .oneservice .servicetitle {
    width: 100px;
    font-size: 18px;
  }
  body #servicessection .featuredservices .serviceicon {
    height: 100px;
    width: 100px;
  }
  body #servicessection .featuredservices .servicetitle {
    width: 100px;
    font-size: 18px;
  }
}
