@import url('/public/styles/normalize.css');
@import url('/public/styles/foundation.min.css');
@import url('/public/styles/font-awesome.min.css');
@import url('/public/styles/animate.css');
@import url('/public/styles/slick/slick.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');
.c1 {
  background: #25a8ae;
  height: 100%; }

.c2 {
  background: #c33d66;
  height: 100%; }

.c3 {
  background: #231f20;
  height: 100%; }

.borderWrap {
  height: 4px;
  max-width: 100% !important; }

body {
  font-size: 11pt;
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  color: #3d3b48;
  line-height: normal;
  overflow-y: scroll;
  overflow-x: hidden;
  letter-spacing: 1px; }

.row {
  max-width: 1325px;
  margin: auto;
  position: relative; }

.dr {
  position: absolute;
  bottom: 22px;
  right: 60px;
  width: 170px;
  border-radius: 15px; }

.bt {
  position: absolute;
  top: 10vh;
  right: 0px;
  width: 250px;
  padding: 20px;
  background: #fff; }

a {
  color: #3e3e3e;
  text-decoration: none; }

table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px; }

td {
  padding: 0px;
  margin: 0px; }

.clearList, .menu, .menu > li > ul, #location, .submenu, .submenuSecond {
  list-style: none;
  padding: 0px;
  margin: 0px; }

p {
  padding: 7px 0px;
  margin: 0px;
  line-height: 26px; }

.major {
  text-align: center;
  color: #64738f; }

.major span {
  margin: auto;
  display: inline-block;
  border-bottom: 1px solid #bec6d6;
  font-size: 1.3em;
  padding: 10px 0px;
  margin: 15px 0px; }

.wrap {
  position: relative; }

.center {
  text-align: center !important; }

.left {
  text-align: left; }

.txtRight {
  text-align: right; }

.nopad {
  padding: 0px !important; }

.fullwidth {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important; }

.halfwidth {
  width: 50% !important;
  height: auto !important; }

.leftphoto {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.transEase, button, .button, .header, .menu > li > a, .menu > li > ul, .menu > li > ul > li a, .submenuSecond li:before, .submenuSecond li a, .bigmenu .img, .bigmenu .more, .bigmenu .title, .bigmenu .title .bigmenu .desc, .bigmenu .shadow, label, .roomImg .img, .roomImg .shadow, .roomImg .more, .roomImg .roomInfo, .roomImg .title, .lightBack .title, .roomImg .title p, .more, .dateBox, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease; }

#cookies-message-container {
  color: #505050;
  padding: 5px;
  font-size: 0.9em;
  position: fixed;
  top: 100px;
  background-color: rgba(255, 255, 255, .8);
  right: 0px;
  z-index: 9999999;
  text-align: center; }
  #cookies-message-container i {
    display: none; }
  #cookies-message-container h2 {
    font-size: 1.4em; }
  #cookies-message-container #cookies-message {
    font-size: 0.8em; }

#accept-cookies-checkbox {
  padding: 10px 20px;
  line-height: inherit;
  height: auto;
  margin: 10px auto; }

.pagination a {
  margin: 0px 2x;
  padding: 0px 20px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 84, 134, 0.37);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 84, 134, 0.37);
  box-shadow: 0px 0px 0px 0px rgba(0, 84, 134, 0.37); }

.msg {
  padding: 15px; }

.info {
  color: #00529b;
  background-color: #bde5f8; }

.success {
  color: #4f8a10;
  background-color: #dff2bf; }

.warning {
  color: #9f6000;
  background-color: #feefb3; }

.error {
  color: #d8000c;
  background-color: #ffbaba; }

.coverStyle, .img, .imgCover, .callToAction:before, .imgClone, .lightGallery div p, #topImg, .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

iframe {
  height: 400px;
  width: 100%; }

.bottomGradient {
  background: -moz-linear-gradient(top, rgba(89, 89, 89, 0) 0%, #595959 100%);
  background: -webkit-linear-gradient(top, rgba(89, 89, 89, 0) 0%, #595959 100%);
  background: linear-gradient(to bottom, rgba(89, 89, 89, 0) 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00595959', endColorstr='#595959',GradientType=0);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 36%;
  z-index: 9999; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #dcdbda;
  z-index: 999999; }

.preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0; }

.clear {
  clear: both; }

.pageContent {
  position: relative;
  left: 0px; }

.small {
  color: #000 !important; }

.right {
  float: right; }

#popupContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 99999; }

#popupBody {
  position: fixed;
  top: 10%;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 120%;
  margin: 0px;
  padding: 30px 0;
  font-weight: bold;
  color: #333550;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0px;
  padding: 15px 0px;
  color: #1b7396; }

h3, .h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0px;
  color: #333550;
  text-transform: uppercase;
  padding: 10px 0px; }

h4, .h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0px;
  text-transform: uppercase;
  padding: 20px 0px; }

.h3info {
  text-align: center;
  text-transform: uppercase;
  color: #808080;
  margin: auto; }

h1 span, .h1 span {
  font-size: 60%; }

.subtitle {
  padding: 30px; }

.contactForm {
  font-size: 0.9em; }

.contactForm p {
  margin-bottom: 15px; }

button, .button {
  color: #fff;
  background: #1b7396;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 0.8em;
  font-weight: bold;
  height: 44px;
  border-radius: 0px;
  line-height: 44px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer; }

input, select, textarea {
  background: rgba(255, 255, 255, .5);
  height: 44px;
  line-height: 44px;
  border: 0px;
  outline: none;
  width: 100%;
  padding: 0px 10px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, .2);
  letter-spacing: 1px;
  border-radius: 0px; }

input.error {
  border: 1px solid red !important; }

button, .button {
  width: auto; }

.button:hover, button:hover {
  background: #0b3140; }

.secondary {
  text-align: center;
  background: #eee;
  color: #404040; }

.secondary:hover {
  background: #aaa; }

.buttonBig {
  height: auto;
  line-height: 100%;
  height: auto;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 15px 50px; }

.lang li a, .iconCircle, .lightGallery div p, .lightGallery div p i {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

#loadingHeight {
  min-height: 400px;
  background: #eee; }

.lang {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  z-index: 999;
  position: relative;
  float: right;
  margin-left: 20px;
  margin-top: 5px; }

.lang li {
  display: inline-block;
  padding: 0px;
  margin: 0px; }

.lang li a {
  text-transform: uppercase;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0);
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  position: relative; }

.lang li.act a, .lang li:hover a {
  color: #db402a;
  border-top: 1px solid; }

#logo {
  position: relative;
  z-index: 999;
  left: 0px;
  top: 28px;
  width: 300px; }

.header {
  z-index: 9;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 111px 5px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 111px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 111px 5px rgba(0, 0, 0, 0.23);
  height: 120px; }

.topSep {
  display: inline-block;
  width: 60px; }

.topInfo {
  position: absolute;
  top: 15px;
  right: 6px;
  width: 100%;
  text-align: right;
  z-index: 99; }

.iconCircle {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  position: relative;
  color: #808080;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #1b7396; }

.iconCircle:hover {
  border-color: #1b7396; }

#showMenu {
  z-index: 999999999;
  top: 32px;
  right: 40px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 1.2em;
  color: #1b7396;
  border: 2px solid #1b7396;
  width: 40px;
  height: 40px;
  line-height: 38px; }

#menuWrap {
  position: absolute;
  top: 65px;
  right: 0px;
  text-align: right; }

.menu {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 99; }

.menu > li {
  cursor: pointer;
  font-weight: 100;
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block; }

.menu > li > a {
  text-transform: uppercase;
  color: #3e3e3e;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  display: table;
  z-index: 99;
  font-weight: bold; }

.menu > li > a > span {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 12px;
  line-height: 20px; }

.menu > li.over > a, .menu > li:hover > a {
  background: #e3e3e3; }

.menu > li.over > a {
  font-weight: bold; }

.menu > li > ul {
  z-index: 99999;
  position: absolute;
  left: 0px;
  font-size: 0.9em;
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateX(-85deg);
  -moz-transform: perspective(1000px) rotateX(-85deg);
  -ms-transform: perspective(1000px) rotateX(-85deg);
  -o-transform: perspective(1000px) rotateX(-85deg);
  transform: perspective(1000px) rotateX(-85deg);
  transform-origin: top center;
  transform-style: preserve-3d;
  visibility: hidden;
  top: 55px;
  background: rgba(255, 255, 255, 0.7); }

.menu > li:last-child > ul {
  left: initial;
  right: 0px; }

.menu > li > ul > li {
  margin: 0px;
  padding: 0px; }

.menu > li > ul > li a:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.menu > li > ul > li a {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: block;
  line-height: 22px;
  margin: 0px;
  padding: 10px 15px;
  text-align: left;
  color: #fff;
  min-width: 305px;
  font-weight: bold;
  color: #3c3c3c; }

.menu > li > ul > li a:hover {
  background: #fff;
  color: #000; }

.menu > li:hover > ul {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotateX(0deg);
  -moz-transform: perspective(1000px) rotateX(0deg);
  -ms-transform: perspective(1000px) rotateX(0deg);
  -o-transform: perspective(1000px) rotateX(0deg);
  transform: perspective(1000px) rotateX(0deg);
  visibility: visible; }

.mobimenuOverayShow {
  background: rgba(244, 243, 242, 0.95);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 8;
  top: 0px;
  left: 0px; }

.footer {
  background: #eee;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 40px 0px;
  line-height: 28px; }

.footer i {
  font-size: 1.1em; }

.footer strong {
  font-size: 1.1em;
  display: inline-block;
  margin-bottom: 10px; }

.footer h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
  position: relative; }

.credits {
  background: #ddd;
  color: #909090;
  text-align: center;
  font-size: 0.7em;
  padding: 10px;
  margin-top: 0px; }

.credits a {
  color: #505050; }

#gmap {
  height: 440px; }

#gmap2 {
  height: 440px; }

.locationsBox {
  padding-top: 40px;
  padding-bottom: 40px; }

#myButton1 {
  display: none; }

.dead {
  display: none; }

.backPhoto {
  padding: 90px 0px;
  text-align: center;
  position: relative;
  color: #fff; }

.backPhoto p {
  color: #fff; }

.backPhoto h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff; }

.backPhoto {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .backPhoto .row {
    max-width: 850px; }
  .backPhoto button {
    border: 1px solid ;
    background: none; }
    .backPhoto button:hover {
      border: 1px solid ; }

.backPhoto:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6); }

.mainTxtBack {
  color: #fff;
  padding: 8% 0px;
  text-align: center;
  position: relative;
  background-attachment: fixed; }
  .mainTxtBack h2, .mainTxtBack h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4); }
  .mainTxtBack p {
    max-width: 1000px;
    line-height: 30px; }
  .mainTxtBack div {
    z-index: 2;
    max-width: 1000px; }
  .mainTxtBack::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(13, 38, 60, 0.6);
    z-index: 1; }

.mainTxtBack i {
  font-size: 2em; }

.mainTxtBack h1 {
  font-size: 3.2em; }

.column.facilities {
  list-style: none; }

.roomInfobox {
  margin: 0;
  padding-top: 0;
  padding: 0px; }

.roomInfobox ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.roomInfobox .roomB {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #ccc;
  color: #9c9c9c;
  font-weight: bold;
  line-height: 36px;
  text-align: left; }

.roomInfobox li:last-of-type .roomB {
  border-bottom: 0 none; }

.roomInfobox .roomB span {
  color: #000;
  float: right;
  font-weight: bold; }

.row.room {
  padding: 0 0.9375em; }

.row.room .content {
  padding: 0;
  background: #f8e5d7; }

.row.room .row {
  margin: 0; }

.row.room .small-12.medium-9.columns, .row.room .description {
  background: #fff; }

.row.room .small-12.medium-9.columns {
  padding-top: 20px; }

.row.room .small-12.medium-3.columns {
  padding: 0; }

.row.room .small-12.medium-3.columns h2 {
  font-size: 1.5em;
  margin-left: 28px;
  margin-top: 20px;
  color: #9d9d9d; }

.facilities img {
  margin-bottom: 20px; }

.rooms .packageHeading a {
  bottom: -14px; }

.package:hover .rooms .packageHeading a {
  bottom: 7px; }

.package:hover .rooms .packageHeading .new {
  bottom: -20px; }

#topImg {
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0.62);
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #topImg h1 {
    color: #fff;
    text-align: left;
    margin: 0.67em 0; }
  #topImg::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(13, 38, 60, 0.6);
    z-index: 1; }

#topImg .title {
  z-index: 99999;
  color: #fff;
  position: relative;
  width: 100%;
  margin-top: 70px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

#topImg .title h1 span {
  display: block; }

#topImg .button {
  margin-bottom: 20px;
  padding: 0px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: none;
  border: 2px solid #fff; }
  #topImg .button .fa-lg {
    font-size: 0.9em;
    color: #fff;
    vertical-align: 0; }

#location {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 15px 15px;
  position: relative; }

#location li {
  background: none !important;
  padding: 0px 5px;
  display: inline-block;
  font-size: 0.8em; }

.lightGallery div {
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1); }

.lightGallery div p {
  position: relative;
  padding-bottom: 60%;
  cursor: pointer; }

.lightGallery div p i {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding-top: 15%;
  color: #fff;
  font-size: 1.4em;
  background: rgba(0, 0, 0, .4);
  opacity: 0; }

.lightGallery div:hover p i {
  opacity: 1;
  font-size: 2em;
  padding-top: 25%; }

.lightGallery div:hover p {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.36); }

.lightGallery div img {
  display: none; }

.description thead {
  background: #919191; }

.description {
  font-size: 1.1em;
  line-height: 27px;
  padding: 30px 0px;
  text-align: justify;
  /*imgTxtContent Styles*/ }

.imgTxtContent {
  max-width: 100%;
  min-height: 400px; }

.imgTxtContent .columns {
  height: 100%;
  position: relative; }

.imgTxtContent h2 {
  font-size: 3.2em;
  font-weight: 100; }

.imgTxtContent h2:after {
  height: 14px;
  margin : 10px auto 15px auto; }

.backgroundCoverDark h2:after {
  background-image: url("/public/images/chevron-white-small.png");
  opacity: 0.6; }

.imgTxtContent .img {
  display: table;
  height: 100%;
  border: 0px;
  min-height: 400px; }

.vCenter {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  position: relative; }

.backgroundCoverDark {
  color: #fff; }

.jsCenter {
  padding: 0px 10%;
  text-align: justify; }

.infoContainerElements {
  z-index: 1;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  padding: 30px 0px;
  border: 0px; }

.lightBg, .darkBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.85); }

.lightBg2 {
  background: rgba(255, 255, 255, 0.55); }

.darkBg {
  background: rgba(0, 0, 0, 0.85); }

iframe {
  border: none; }

.valignContainer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.valignBody {
  position: relative;
  z-index: 2;
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  text-align: center; }

.callToAction {
  padding: 0px;
  text-align: center;
  position: relative;
  color: #fff; }

.callToAction .button {
  background: #fff;
  color: #000;
  border: 0px; }

.callToAction:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.88)); }

.submenu {
  background: #eee; }

.submenu li {
  cursor: pointer;
  position: relative;
  padding: 12px 15px;
  text-align: left;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px; }

.submenu li a {
  color: #000; }

.submenu li.over {
  border-bottom: 1px solid #1b7396;
  font-weight: bold; }

.submenu li:hover {
  border-bottom: 1px solid #1b7396; }

.submenu li:hover a, .submenu li.over a, .submenu li.over {
  color: #1b7396; }

.submenuSecond {
  text-align: left;
  margin: 0px auto; }

.submenuSecond li:last-child:after {
  content: " "; }

.submenuSecond li:before {
  content: "\f054";
  font-size: 0.55em;
  font-family: FontAwesome; }

.submenuSecond li:hover:before {
  color: #00a6e8; }

.submenuSecond li.over:before {
  color: #00a6e8; }

.submenuSecond li a {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 3px 0px;
  font-size: 0.65em;
  line-height: 35px; }

.submenuSecond li.over a {
  font-weight: bold;
  color: #00a6e8; }

.submenuSecond a:hover {
  color: #00a6e8; }

.bigmenu {
  overflow: hidden;
  background-color: #1b7396;
  margin-bottom: 25px;
  cursor: pointer;
  overflow: hidden;
  height: 250px;
  text-align: center; }

.bigmenu img {
  width: 40%;
  margin: auto;
  margin-top: 20px; }

.bigmenu .img {
  height: 250px; }

.bigmenu .more {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 60%;
  margin-top: -10px;
  z-index: 4;
  text-align: center;
  opacity: 0; }

.bigmenu .more span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 3px 20px;
  font-size: 0.7em;
  margin: auto;
  color: #fff;
  text-transform: uppercase; }

.bigmenu .title {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 40px;
  display: table;
  text-align: center;
  height: 60px;
  z-index: 4;
  text-transform: uppercase;
  color: #fff; }
  .bigmenu .title a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 2.2em;
    position: relative;
    font-weight: 900;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

.bigmenu .title .bigmenu .desc {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: table;
  height: 120px;
  z-index: 4;
  opacity: 0; }

.bigmenu .desc p {
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 24px;
  text-align: center; }

.bigmenu .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 2;
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0); }

.bigmenu:hover .shadow {
  opacity: 0.9;
  height: 80%; }

.bigmenu:hover .title {
  bottom: 20px; }

.bigmenu:hover .desc {
  opacity: 1;
  bottom: 30px; }

.bigmenu:hover .more {
  top: 50%;
  opacity: 1; }

.bigmenu:hover .img {
  transform: scale(1.1); }

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd; }

.detailContainer {
  margin-top: -35px; }
  .detailContainer h1 {
    padding: 0;
    padding: 30px 0 30px 0; }
  .detailContainer h2 {
    margin-bottom: 40px; }

.noneB {
  display: none; }

#tab1 {
  display: none; }

#tab2 {
  display: none; }

#tab3 {
  display: none; }

#tab4 {
  display: none; }

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  text-transform: uppercase; }

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

label[for*='1']:before {
  content: '\f0f6'; }

label[for*='2']:before {
  content: '\f2cd'; }

label[for*='3']:before {
  content: '\f030'; }

label[for*='4']:before {
  content: '\f274'; }

label:hover {
  color: #888;
  cursor: pointer; }

input:checked + label {
  color: #333550;
  border: 1px solid #ddd;
  border-top: 2px solid #00b6ff;
  border-bottom: 1px solid #fff; }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
  display: block; }

@media screen and (max-width: 650px) {
  label:before {
    margin: 0;
    font-size: 18px; } }

@media screen and (max-width: 400px) {
  label {
    padding: 15px; } }

#content1 h5 {
  display: none; }

#content2 h5 {
  display: none; }

#content3 h5 {
  display: none; }

#content4 h5 {
  display: none; }

.roomImg {
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.roomImg .img {
  height: 200px;
  position: relative; }

.roomImg .shadow {
  position: absolute;
  top: 180px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 2;
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0); }

.roomImg .more {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 60%;
  margin-top: -10px;
  z-index: 4;
  text-align: center;
  opacity: 0; }

.roomImg .more span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 3px 20px;
  font-size: 0.7em;
  margin: auto;
  color: #fff;
  text-transform: uppercase; }

.roomImg .roomInfo {
  position: absolute;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  padding: 20px;
  font-weight: bold;
  font-size: 0.9em;
  width: 100%;
  bottom: 0px;
  left: -10px; }

.roomImg .price {
  position: absolute;
  top: 230px;
  right: 20px;
  z-index: 5;
  color: #fff;
  font-weight: bold;
  font-size: 2em; }

.roomImg .price span {
  font-size: 0.3em; }

.roomImg .title {
  width: 100%;
  display: table;
  text-align: left;
  height: 100px;
  z-index: 4; }

.lightBack .title {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #eee; }
  .lightBack .title a {
    color: #1f3346;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase; }

.roomImg .title p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #606060;
  font-size: 0.8em; }
  .roomImg .title p a {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px; }

.roomImg:hover .title {
  bottom: 40px; }

.roomImg:hover .shadow {
  opacity: 1; }

.restInfo {
  margin-top: 30px; }
  .restInfo p {
    text-align: center;
    font-weight: bold; }

.roomInfo {
  margin-top: 8px;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  margin-left: 5px; }

.price {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 12px; }
  .price span {
    font-size: 0.5em; }

.iconInside {
  margin-left: 20px;
  line-height: 35px; }

.room:hover .title {
  background: rgba(0, 0, 0, 0.23); }

.roomHover .title {
  background: #1f8ebb !important; }
  .roomHover .title a {
    color: #fff !important; }

.room {
  -webkit-box-shadow: -1px 7px 20px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 7px 20px -7px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 7px 20px -7px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, .03);
  height: 201px;
  cursor: pointer; }

.more {
  text-align: center;
  margin-top: 20px; }
  .more button {
    background: rgba(0, 166, 232, 0.86);
    line-height: 5px;
    height: 35px;
    color: #fff;
    padding: 10px;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }

.roomImg:hover .more {
  top: 50%;
  opacity: 1; }

.roomImgInfobox {
  padding: 20px 0px; }

.roomImgInfobox ul li {
  padding-bottom: 0px; }

.roomB {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #606060; }

.facilities {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #606060; }

.facilities span {
  display: block;
  margin-bottom: 10px; }

.facilities img {
  max-height: 50px; }

.bigButton {
  padding: 10px;
  width: 100%;
  height: auto;
  background: #ccc; }

.bigButtonHi {
  background: #f2c709; }

.routePluginContainer {
  position: absolute;
  z-index: 3;
  top: 30px;
  width: 300px;
  text-align: left;
  right: 30px;
  color: #fff; }

.routePluginContainer h4 {
  text-transform: uppercase;
  font-weight: 100; }

.routePluginResult {
  font-weight: 100;
  padding: 20px;
  background: rgba(0, 0, 0, .3);
  display: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4); }

.routePluginResult strong {
  font-size: 1.1em;
  color: #fff;
  font-weight: 100; }

.routePluginResult i {
  color: red; }

.routePluginInput {
  display: block;
  position: relative; }

.routePluginInput input {
  height: 50px;
  background: rgba(0, 0, 0, .5);
  position: relative;
  right: 0px;
  color: #fff;
  border: 0px;
  font-size: 1.2em; }

.routePluginInput button {
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 14px;
  top: 8px;
  background: none;
  border: 0px; }

.routePluginInput button:hover {
  background: none; }

.routePluginInput button:hover i {
  color: #fff; }

.routePluginInput input::-webkit-input-placeholder {
  color: #909090;
  font-style: italic; }

.routePluginInput button i {
  padding: 0px;
  border: none;
  font-size: 2em;
  color: #ee1b24; }

.bookingBar {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
  z-index: 1; }

.bookingBarSmall {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 9999999; }

.pad10 {
  padding: 10px 0; }

.bookingWrap {
  background: rgba(0, 166, 232, 0.86);
  padding: 30px;
  color: #fff; }
  .bookingWrap h4 {
    padding: 0px 0px 20px 0; }

.bookingWrap2 {
  background: rgba(0, 166, 232, 0.86);
  padding: 30px;
  color: #fff; }
  .bookingWrap2 h4 {
    padding: 0px 0px 20px 0; }

.bookingWrap2 .columns {
  position: relative; }

.bookingWrap2 input, .bookingWrap2 select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  background: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-weight: bold; }

.bookingWrap2 button {
  background: #fff;
  color: #1b7396;
  font-weight: bold;
  width: 100%;
  margin-top: 0px;
  height: 40px;
  line-height: 40px; }

.bookingWrap2 select option {
  background: rgba(39, 43, 49, 0.9);
  color: #fff;
  border: 1px solid #fff; }

.bookingWrap input, .bookingWrap select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  background: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-weight: bold; }

.bookingWrap button {
  background: #fff;
  color: #1b7396;
  font-weight: bold;
  width: 100%;
  margin-top: 0px; }

.bookingWrap select option {
  background: rgba(39, 43, 49, 0.9);
  color: #fff;
  border: 1px solid #fff; }

.addOverflowHidden {
  overflow: hidden; }

.pageOut {
  left: -;
  /* IE6-9 */
  filter: gray;
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%); }

.bookingIn {
  right: 0%; }

.bookingInfo {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.8em; }

.dateBox {
  cursor: pointer; }

.bookingWrap input:focus {
  background: #fff;
  color: #272b31; }

.calendarIcon:after {
  content: "\f133";
  font-family: FontAwesome;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 38px;
  z-index: 999; }

.ui-datepicker {
  height: auto !important;
  background: #fff;
  color: #3d3b48;
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }

.ui-datepicker-prev {
  font-size: 2em;
  color: #112811; }

.ui-datepicker .ui-datepicker-next {
  font-size: 2em;
  color: #112811; }

.ui-datepicker .ui-datepicker-title {
  font-size: 1.2em; }

.dp-highlight {
  background: #1b7396;
  color: #fff; }

.ui-datepicker a, .ui-datepicker a:hover {
  text-decoration: none; }

.ui-datepicker a:hover, .ui-datepicker td:hover a {
  color: #000;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 700; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff; }

.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff; }

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  color: #1b7396; }

.ui-datepicker .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  max-width: 400px; }

.ui-datepicker-title {
  height: 50px; }

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 12px 15px;
  font-size: 1.1em;
  color: #aaa;
  border-left: 1px solid #eee;
  border-radius: 3px; }

.ui-datepicker .ui-datepicker-calendar th {
  color: #3d3b48;
  opacity: 0.7;
  font-size: 1.1em; }

.ui-datepicker-current-day a {
  color: #1b7396 !important; }

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #1b7396;
  color: #fff;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #3d3b48;
  font-weight: bold; }

.ui-datepicker .ui-datepicker-calendar td:hover a {
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #424241;
  cursor: default; }

.between-date {
  background: red !important; }

.ui-state-disabled {
  color: #c3c3c3; }

.facebook {
  background: #45619d;
  padding: 2px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  color: #fff !important;
  font-size: 0.8em;
  margin-bottom: 4px; }

#facebookSlideBtn {
  float: left;
  width: 50px;
  height: 55px;
  cursor: pointer;
  background: url(/public/images/facebook.png) no-repeat;
  position: absolute;
  top: 0px;
  left: -50px; }

#facebookSlide {
  width: 350px;
  height: 400px;
  display: none;
  right: -350px;
  padding: 0;
  position: fixed;
  top: 275px;
  z-index: 99999999999; }

.slickSlider {
  height: 100%; }

.slickSlider .img {
  height: 100%; }

.slick-list, .slick-track {
  height: 100%; }

.slickSlider .slideInfo {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
  .slickSlider .slideInfo strong {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
  .slickSlider .slideInfo span {
    letter-spacing: 5px;
    line-height: 70px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5); }

.slickWrap {
  position: relative;
  top: 0; }

.shadowSlide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2; }

.shadowSlide2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2; }

.kenWrapper {
  overflow: hidden; }

#topImg {
  position: relative;
  text-align: center; }

#topImg:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9; }

@keyframes kenburns {
  0% {
    opacity: 1; }

  95% {
    transform: scale3d(1.06, 1.06, 1.06) translate3d(0px, 0px, 0px) rotate(0.02deg);
    -webkit-transform: scale3d(1.06, 1.06, 1.06) translate3d(0px, 0px, 0px) rotate(0.02deg);
    -moz-transform: scale3d(1.06, 1.06, 1.06) translate3d(0px, 0px, 0px) rotate(0.02deg);
    animation-timing-function: ease-in;
    opacity: 1; }

  100% {
    transform: scale3d(1.06, 1.06, 1.06); } }

.slick-slide .slideInfo strong {
  opacity: 0;
  position: relative;
  bottom: 0px; }

.slick-active .slideInfo strong {
  opacity: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  position: relative;
  /* Safari 4.0 - 8.0 */
  -webkit-animation: myfirst 8s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate;
  animation: myfirst 8s;
  animation-direction: alternate; }

@-webkit-keyframes myfirst {
  0% {
    bottom: 60px;
    opacity: 0; }

  15% {
    bottom: 60px;
    opacity: 0; }

  38% {
    bottom: 0px;
    opacity: 1; }

  90% {
    bottom: 0px;
    opacity: 1; }

  100% {
    bottom: 60px;
    opacity: 0; } }

.slick-slide .slideInfo span {
  opacity: 0;
  top: 60px; }

.slick-active .slideInfo span {
  opacity: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  position: relative;
  /* Safari 4.0 - 8.0 */
  -webkit-animation: myfirst2 8s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate;
  animation: myfirst2 8s;
  animation-direction: alternate; }

@-webkit-keyframes myfirst2 {
  0% {
    top: 60px;
    opacity: 0; }

  30% {
    top: 60px;
    opacity: 0; }

  45% {
    top: 0px;
    opacity: 1; }

  80% {
    top: 0px;
    opacity: 1; }

  100% {
    top: 0px;
    opacity: 0; } }

@media only screen and (max-height: 700px) {
  .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 5px 4px !important; } }

@media only screen and (max-width: 1700px) {
  .dr {
    bottom: 160px; } }

@media only screen and (max-width: 1300px) {
  .menu > li > a {
    font-size: 0.95em; }

  .menu > li > a span {
    padding: 0px 9px; } }

@media only screen and (max-width: 1150px) {
  .bookingInfo {
    font-size: 0.7em; }

  .calendarIcon:after {
    opacity: 0; }

  .menu > li > a span {
    padding: 0px 7px; } }

@media only screen and (max-width: 1150px) {
  .menu > li > a span {
    padding: 0px 4px; } }

@media only screen and (max-width: 75em) {
  .roomShadow {
    height: auto; }

  .menu > li > a {
    font-size: 0.95em; }

  #booking button {
    height: 103%;
    font-size: 0.9em; }

  .bigmenu .img {
    height: 300px; }

  .vCenter {
    padding: 10%; }

  .jsCenter {
    padding: 0px; }

  .bigmenu:hover .more {
    top: 20%;
    opacity: 0; } }

@media only screen and (max-width: 63.9375em) {
  .dr, .bt {
    display: none; }

  .roomShadow {
    height: auto; }

  .restInfo {
    margin: 0; }

  .more button {
    margin-top: 20px; }

  #myButton1 {
    display: block; }

  label span {
    display: none; }

  .price {
    margin-bottom: 20px;
    text-align: center;
    float: none; }

  #myButton1 {
    background-color : #24b2eb;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }

  .calendarIcon:after {
    opacity: 1; }

  .iconInside {
    text-align: center;
    margin-left: 0; }

  .more {
    margin-top: 0; }

  .room {
    margin-bottom: 0; }

  .conference .img {
    height: 350px; }

  .conference:hover .title {
    bottom: 120px; }

  .submenuSecond li a {
    font-size: 0.5em; }

  .conference .icons {
    top: 10px; }

  .imgTxtContent .img {
    height: auto;
    min-height: 330px; }

  .imgTxtContent .imgCover, .imgTxtContent .callToAction:before {
    min-height: 330px; }

  .header {
    height: 105px; }

  .top p {
    display: none; }

  .lang {
    margin-top: 0px; }

  .lang li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0px;
    background: #eee;
    border-radius: 100%; }

  .lang li.act a, .lang li:hover a {
    color: #fff;
    background: red;
    border: 0px; }

  .bigmenu .img {
    height: 250px; }

  #topImg {
    min-height: 300px; }

  #topImg .title {
    font-size: 1.3em; }

  #logoImg {
    max-width: 250px; }

  #menuWrap, #menuWrapSecond {
    padding : 0px;
    width: 100%; }

  .menu {
    width: 80%;
    margin: auto; }

  #menuWrap {
    padding-top: 70px; }

  .menu li {
    display: block;
    float: none;
    width: 100%; }

  .menu li a {
    font-size: 1.2em;
    height: 60px;
    line-height: 60px;
    margin: 0;
    text-shadow: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2); }

  .menu > li:hover > ul {
    display: none; }

  .package:hover .title {
    bottom: 70px; }

  .packageInfo {
    text-align: center; }

  .packageInfo .iconCircle {
    display: inline-block;
    text-align: center; }

  .description {
    margin-top: 13px; }

  .description h2 {
    font-size: 1.4em;
    position: relative; }

  .routePluginContainer {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    width: 100%; }

  .routePluginContainer h4 {
    color: #404040;
    text-align: center; }

  .routePluginInput input {
    background: #303030;
    border-bottom: 1px solid rgba(255, 255, 255, .1); }

  .routePluginResult {
    background: #000; }

  .menu li.over {
    border-top: 0px solid #d49a33; }

  .menuContainer {
    border-bottom: none;
    background: rgba(255, 255, 255, 0); }

  .topInfo {
    top: 37px;
    right: 120px; } }

@media only screen and (max-width: 40em) {
  .mainTxtBack h1 {
    font-size: 2.2em; }
    #logoImg {
      max-width: 210px;
      margin-top: 7px; }
    .ui-datepicker .ui-datepicker-calendar td a {
      padding: 5px; }
    .roomShadow {
      height: auto; }
    .package .img, .package .price {
      height: 250px; }
    .calendarIcon:after {
      opacity: 1; }
    .footer a {
      line-height: 35px; }
      .footer p {
        line-height: 35px; }
    .package:hover .title {
      bottom: 0px; }
    .padPhone {
      padding: 10px 0; }
    .slickWrap {
      height: 445px;
      top: 0px; }
    .detailContainer h4 {
      display: none; }
    .calendarIcon:after {
      opacity: 0; }
    #gmap {
      display: none; }
    .bookingWrap2 button {
      margin-top: 21px;
      padding: 0; }
    .slickSlider .slideInfo {
      top: 80px; }
    #gmap {
      display: none;
      height: 200px; }
    .noneB {
      display: block;
      margin-top: 30px; }
    .submenuSecond {
      margin-bottom: 20px; }
      .submenuSecond li a {
        line-height: 20px; }
    .room {
      margin-bottom: 200px; }
    .column.li {
      margin-bottom: 20px;
      margin-top: 0px; }
    .header {
      height: 75px; }
    #logo {
      top: 10px; }
    #topImg .title {
      font-size: 1.6em;
      max-width: 100%; }
    #topImg .title h1 {
      padding: 0px; }
    #topImg {
      min-height: 160px;
      margin-top: 10px; }
    .top p {
      display: none; }
    .description .medium-6 {
      margin-bottom: 20px; }
    #footer h4 {
      text-align: center;
      left: 0px; }
    .header img {
      width: auto; }
    #footer {
      padding-bottom: 0px; }
    .footerSocial {
      text-align: center;
      background: rgba(0, 0, 0, .27);
      padding: 20px;
      margin-top: 50px;
      color: #fff; }
    .credits {
      margin: 0px; }
    .small-text-center {
      text-align: center; }
    .slideInfo {
      font-size: 0.4em; }
    #menuWrap {
      padding-top: 30px;
      text-align: center; }
    .menu li a {
      color: #000;
      font-size: 1em;
      text-shadow: none;
      margin: 0;
      padding: 0;
      height: 44px; }
    .menu > li > a > span {
      height: auto; }
    .menu li.over a, .menu li.over a {
      border-bottom: 1px solid #1b7396; }
    .menu > li:hover > ul {
      display: none; }
    #showMenu {
      right: 20px;
      top: 20px;
      width: 35px;
      height: 35px;
      line-height: 32px; }
    .bookingBarSmall {
      position: absolute;
      top: 10px;
      width: 100%;
      right: 0px;
      z-index: 9999999; }
    .bookingBarSmall .bookingWrap select, .bookingBarSmall .bookingWrap button {
      height: 30px;
      line-height: 30px;
      width: 100%;
      padding: 0px 5px;
      font-size: 0.9em; }
    .bookingBarSmall .bookingWrap {
      padding: 0px;
      margin: 0px;
      background: none; }
    .bookingWrap input, .bookingWrap select {
      margin-bottom: 15px; }
    .showBookingBtn {
      width: 35px;
      height: 35px;
      line-height: 35px;
      right: 20px;
      top: 75px; }
    .lang {
      display: block;
      text-align: center;
      margin: 0px auto;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
    .top p {
      display: none; }
    .description h3 {
      font-size: 1.2em; }
    #loadingHeight {
      min-height: 362px;
      background: none !important; }
    h1 {
      font-size: 1.3em; }
    .slick-next, .slick-prev {
      display: none !important; }
    .scrollTop #menu li a {
      line-height: 49px; }
    .slideInfoIco img {
      display: none; }
    .icoWrapper {
      display: none; }
    .topInfo {
      top: 24px;
      right: 70px; }
    .topInfo {
      display: none; }
    #location {
      display: none; }
    .ui-datepicker {
      padding: 15px; }
    .bookingBar {
      width: 100%;
      right: -100%; }
    .pageOut {
      left: 0; }
    .bookingIn {
      right: 0%; }
    .bookingWrap h3:after {
      margin-bottom: 30px; }
    .bookingClose {
      left: 10px;
      top: 10px; }
    .bookingBar {
      padding: 10px; }
    .ui-datepicker {
      padding: 5px; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: 5px;
      font-size: 1.1em; }
    .dateStr {
      text-align: left; }
    .dateStr p {
      font-size: 3em; }
    .dateStr span {
      font-size: 1.2em; }
    .dateStr em {
      font-size: 0.8em; }
    .ui-datepicker-title {
      height: 30px; } }
