@charset "UTF-8";
/*All mixins are here*/ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

script {
  display: none !important;
}

html {
  font-family: ebrima;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
} /*All variables will go here*/ /*All styles for typograpghy will come here*/
a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0.6;
}

/**for all hover effects where buttons or divs**/
:hover {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.clear {
  clear: both;
}

.clearHundred {
  clear: both;
  margin-bottom: 100px;
}

.clearTwenty {
  clear: both;
  margin-bottom: 20px;
}

.clearFifteen {
  clear: both;
  margin-bottom: 15px;
}

.clearFifty {
  clear: both;
  margin-bottom: 25px;
}
@media (min-width: 550px) {
  .clearFifty {
    margin-bottom: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  color: #000;
  background: #fff;
  line-height: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

::-moz-placeholder { /* Firefox 19+ */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

:-ms-input-placeholder { /* IE 10+ */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}

:-moz-placeholder { /* Firefox 18- */
  font: normal 12px "Arial Nova", Arial, Helvetica, sans-serif;
  color: #9f9f9f;
}


footer form {
  width: 100%;
  height: auto;
  display: inline-block;
}
footer form input {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px;
  background: none;
  color: #fff;
  font-size: 16px;
}
footer form input::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
footer form button {
  background: #000;
  color: #fff;
  border: solid 2px #000;
  padding: 15px 25px;
  width: 100%;
  float: right;
  display: block;
  margin-top: 15px;
}
footer form button:hover {
  background: none;
  border: 2px solid #fff;
}
footer form small {
  line-height: 25px;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 13px;
}
@media (min-width: 870px) {
  footer form button {
    width: 30%;
    float: right;
    display: block;
    margin-top: 0;
  }
  footer form small {
    line-height: 25px;
    float: left;
    width: 68%;
    font-size: 13px;
  }
}

.wrapBottom {
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.wrapBottom a {
  color: #fff;
  text-decoration: underline;
}

header {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 10px;
  background: none !important;
  position: absolute;
  z-index: 999999999999;
  border-bottom: 2px solid #fff;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2) !important;
}
@media (min-width: 1000px) {
  header {
    width: 90%;
    padding: 10px 20px;
    display: block;
    margin: auto;
  }
}

.inner_header {
  width: 100%;
  height: auto;
  display: inline-block;
}

.logo {
  font-weight: bold;
}
@media (min-width: 1000px) {
  .logo {
    width: 20%;
    height: auto;
    float: left;
    text-align: left;
  }
}

nav {
  display: none;
}
@media (min-width: 1000px) {
  nav {
    width: 60%;
    height: auto;
    float: left;
    text-align: center;
    display: block;
    padding-top: 8px;
  }
}
nav a {
  text-align: center;
  margin: 0 20px;
  color: #fff;
  font: bold 18px "Arial Nova", Helvetica, sans-serif;
}

.top_contact {
  color: #fff;
  font-weight: bold;
  float: right;
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}
@media (min-width: 1000px) {
  .top_contact {
    width: 20%;
    float: left;
    font: bold 18px "Arial Nova", Helvetica, sans-serif;
    padding-top: 10px;
  }
}

.logo {
  font: normal 16px "Arial Nova", Helvetica, sans-serif;
  font-family: "Tiempos Headline";
  color: #fff;
}
@media (min-width: 1000px) {
  .logo {
    font-size: 30px;
  }
}

footer {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  color: #fff;
  background: url("../assets/images/so-grey.png") repeat;
}
footer p {
  margin-top: 20px;
}
footer p small {
  font-size: 13px;
}
footer .rightFooter {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 720px) {
  footer .rightFooter {
    display: none;
  }
}
@media (min-width: 1000px) {
  footer .rightFooter {
    width: 50%;
    height: auto;
    float: right;
    display: block;
    margin-top: 0;
  }
}

.inner_footer {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .inner_footer {
    width: 95%;
    height: auto;
    display: block;
    margin: auto;
    padding: 100px 20px;
  }
}

.leftFooter {
  width: 100%;
  height: auto;
  display: inline-block;
}

.leftFooter h4 {
  font: bold 24px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
@media (min-width: 1000px) {
  .leftFooter {
    width: 45%;
    height: auto;
    float: left;
    display: block;
  }
  .leftFooter h4 {
    font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    font-size: 50px;
    line-height: 70px;
    margin-top:0;
  }
}

.footer_strip {
  width: 100%;
  height: auto;
  display: inline-block;
}

.footer_nav {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #fff;
  padding: 20px 0;
}
.footer_nav a {
  margin-right: 20px;
  padding: 15px 15px 15px 0;
  line-height: 40px;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer_nav {
    width: 80%;
    float: left;
  }
  .footer_nav a {
    line-height: 40px;
  }
}

.footer_social {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #fff;
}
.footer_social a {
  margin-right: 20px;
  background: #fff;
  color: #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  margin: 0 0 0 15px !important;
}
@media (min-width: 1000px) {
  .footer_social {
    width: 15%;
    float: right;
  }
  .footer_social a {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px !important;
  }
}

.outer_owl {
  width: 100%;
  height: auto;
  display: inline-block;
}

.bodWrapp {
  width: 80%;
  height: auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.bodWrapp h1 {
  font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 1000px) {
  .bodWrapp h1 {
    font-size: 80px;
    line-height: 75px;
    display: block;
  }
}

.bodWrapp_front {
  width: 80%;
  height: auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 100000;
}
.bodWrapp_front h1 {
  font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  font-size: 40px;
  display: block;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .bodWrapp_front h1 {
    font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    font-size: 80px;
    line-height: 85px;
    display: block;
  }
}

.info {
  width: 100%;
  height: 130vh;
  display: inline-block;
  background: url("../assets/images/so-white.png") repeat;
}

.info_rooms {
  width: 100%;
  height: auto;
  display: inline-block;
  background: url("../assets/images/so-white.png") repeat;
}
.info_rooms header {
  background: none;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}
.info_rooms header .logo {
  color: #000 !important;
}
.info_rooms header nav a {
  color: #000 !important;
}
.info_rooms header .top_contact {
  color: #000 !important;
}

.inner_info {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 25px;
  text-align: center;
  line-height: 40px;
  font: bold 18px "Arial Nova", Helvetica, sans-serif;
}
.inner_info .address {
  width: 100%;
  height: auto;
  display: inline-block;
  font: bold 18px "Arial Nova", Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  text-decoration: underline;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner_info h1 {
  font: bold 30px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  color: #000;
  margin: 0;
  text-align: center;
  display: block;
}
.inner_info h2 {
  font-size: 20px;
  margin-top: 25px;
  line-height: 30px !important;
}
@media (min-width: 550px) {
  .inner_info {
    width: 70%;
    display: block;
    margin: auto;
    line-height: 20px;
    font: bold 30px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    padding: 25px 0 0 0;
  }
}
@media (min-width: 1000px) {
  .inner_info {
    line-height: 36px;
    font: bold 30px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    width: 50%;
  }
  .inner_info h1 {
    display: none;
  }
  .inner_info h2 {
    font-size: 30px;
    margin-top: 25px;
    line-height: 40px !important;
  }
  .inner_info .address {
    width: 80%;
    height: auto;
    display: inline-block;
    font: bold 24px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
    line-height: 38px;
  }
}

.front_inner_info h2 h2 {
  font-size: 20px;
  margin-top: 25px;
  line-height: 30px !important;
}
@media (min-width: 870px) {
  .front_inner_info h2 {
    font-size: 35px;
    margin-top: 25px;
    line-height: 45px !important;
  }
}
@media (min-width: 870px) {
  .front_inner_info h2 {
    font-size: 50px;
    margin-top: 25px;
    line-height: 65px !important;
  }
}

.rooms {
  width: 100%;
  height: auto;
  display: inline-block;
}
.rooms a {
  float: left;
  display: block;
  color: #000;
  margin-top: 30px;
  text-decoration: underline;
  float: right;
}
@media (min-width: 870px) {
  .rooms a {
    line-height: 60px;
    margin-top: 0;
    text-decoration: none;
  }
}

.inner_rooms {
  padding: 20px;
  width: 100%;
  display: inline-block;
  height: auto;
}
.inner_rooms h2 {
  width: 100%;
  font-size: 28px;
}
.inner_rooms p {
  line-height: 32px;
  width: 100%;
  display: inline-block;
  height: auto;
}

@media (min-width: 1000px) {
  .inner_rooms {
    width: 90%;
    margin: auto;
    display: block;
    padding: 0;
  }
  .inner_rooms h2 {
    font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    font-size: 50px;
    width: 25%;
    float: left;
    display: block;
    margin: 0;
  }
  .inner_rooms p {
    float: left;
    display: block;
    width: 56%;
    margin-left: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .inner_rooms h2 {
    width: 18%;
  }
}

.room_features {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
  padding: 20px;
  line-height: 28px;
}
.room_features h3 {
  font: bold 18px "Arial Nova", Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
}
.room_features p {
  font-size: 17px;
}
.room_features a {
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
@media (min-width: 1000px) {
  .room_features h3 {
    font-size: 25px;
  }
}

.divider {
  width: 100%;
  height: 5px;
  border: 1px solid #fff;
  margin: 15px 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
@media (min-width: 870px) {
  .divider {
    height: 4px;
  }
}

.inner_info_divider {
  width: 40%;
  height: 5px;
  display: block;
  margin: auto;
  border: 1px solid #000;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
@media (min-width: 870px) {
  .inner_info_divider {
    height: 4px;
    width: 20%;
  }
}

/**  ROOMS PAGE **/
.top_banner {
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}
.top_banner img {
  height: auto;
  width: 100%;
  display: inline-block;
}
.top_banner header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .top_banner {
    height: 350px;
  }
  .top_banner img {
    height: 350px;
  }
}

.room_list {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.room_list img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.room_list .room_features {
  padding: 20px 0;
}
@media (min-width: 870px) {
  .room_list {
    width: 33.3%;
    float: left;
    display: block;
    margin-top: 40px;
  }
}

.room_details {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 30px;
}
.detail_corner img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.room_details .room_inf {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 30px;
}
.room_details .room_inf h1 {
  font: bold 30px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
}
.room_details .room_inf a {
  background: #000;
  color: #fff;
  border: solid 2px #000;
  padding: 25px;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
.room_details .room_inf a:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.room_details p {
  line-height: 32px;
}
.room_details ul {
  margin: 0 20px;
  padding: 0;
  width: 90%;
  height: auto;
  display: inline-block;
  line-height: 28px;
}
.room_details ul li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  list-style-type: disc;
}

.detail_corner{
    width: 100%;
    height: auto;
    display:inline-block;
}

@media (min-width: 870px) {
  .detail_corner{
    width: 60%;
    float: left;
  }
  .room_details .room_inf {
    width: 35%;
    height: auto;
    display: block;
    float: right;
    margin-top: 0;
  }
  .room_details .room_inf h1 {
    font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    margin-top: 0;
  }
  .room_details h1 {
    font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  }
}

/** For adding visible pause video on the video **/
.buttons_play {
  z-index: 100;
  position: absolute;
  width: 100px;
  text-align: center;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 30%;
}
.buttons_play button {
  z-index: 100;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 0;
}
.buttons_play .second {
  z-index: 100;
  position: absolute;
  display: none;
}
@media (min-width: 870px) {
  .buttons_play {
    margin-right: 100px;
    margin-bottom: 100px;
  }
  .buttons_play button {
    width: 60px;
    height: 60px;
  }
}

#showLeftPush {
  width: 60px;
  height: 20px;
  display: block;
  float: left;
  background: url("../assets/images/menu.png") no-repeat;
}
#showLeftPush:hover {
  opacity: 0.6;
}
@media (min-width: 1000px) {
  #showLeftPush {
    display: none;
  }
}

#showLeftPushh {
  display: block;
  width: 30%;
  float: right;
  color: #212030;
  font: normal 30px Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-align: right;
  margin-top: -15px;
}

#showRightPushh:hover {
  opacity: 0.7;
}

.cbp-spmenu a:hover {
  color: #333 !important;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.cbp-spmenu {
  position: fixed;
  width: 250px;
  padding: 20px;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 101000000000000000000000;
  background: #fff;
}

@media (min-width: 1000px) {
  .cbp-spmenu-vertical {
    display: none;
  }
}
/***find border bottom here**/
.cbp-spmenu-vertical a {
  width: 100%;
  height: auto;
  color: #333;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.cbp-spmenu-vertical h3 {
  color: #212030;
  width: 100%;
  height: 40px;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px dashed #212030;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -250px;
}

.cbp-spmenu-right {
  right: -250px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  /**overflow-x: hidden; **/
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 250px;
}

.cbp-spmenu-push-toleft {
  left: -250px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new_active {
  border-bottom: 1px solid white;
}

.outer_owl {
  padding: 20px;
  background: #f2f9fb;
}

.sliderMsg {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
@media (min-width: 870px) {
  .sliderMsg {
    width: 90%;
    margin: auto;
    display: block;
  }
}
.sliderMsg .owl-nav {
  width: 100% !important;
  position: absolute;
  top: 30%;
}
.sliderMsg .owl-nav .owl-prev, .sliderMsg .owl-nav .owl-next {
  position: absolute;
  height: 40px !important;
  width: 40px !important;
  line-height: 35px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  background: #fff !important;
  z-index: 100;
}
.sliderMsg .owl-nav .owl-prev i, .sliderMsg .owl-nav .owl-next i {
  font-size: 20px;
  color: #000;
}
.sliderMsg .owl-nav .owl-prev {
  left: 20px;
}
.sliderMsg .owl-nav .owl-next {
  right: 20px;
}
@media (min-width: 870px) {
  .sliderMsg .owl-nav .owl-prev, .sliderMsg .owl-nav .owl-next {
    height: 80px !important;
    width: 80px !important;
    line-height: 85px !important;
  }
  .sliderMsg .owl-nav .owl-prev i, .sliderMsg .owl-nav .owl-next i {
    font-size: 35px;
    color: #000;
  }
  .sliderMsg .owl-nav .owl-prev {
    left: -30px;
  }
  .sliderMsg .owl-nav .owl-next {
    right: -30px;
  }
}

.sliderMsgGal {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 870px) {
  .sliderMsgGal {
    width: 75%;
    margin: auto;
    display: block;
    padding: 0;
  }
}
.sliderMsgGal .owl-nav {
  width: 60%;
  display: block;
  margin: auto;
}
@media (min-width: 1000px) {
  .sliderMsgGal .owl-nav {
    width: 100% !important;
    top: 40%;
    position: absolute;
  }
}
.sliderMsgGal .owl-nav .owl-prev, .sliderMsgGal .owl-nav .owl-next {
  height: 40px !important;
  width: 40px !important;
  line-height: 35px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  background: #fff !important;
  border: 2px solid grey;
  z-index: 100;
}
.sliderMsgGal .owl-nav .owl-prev i, .sliderMsgGal .owl-nav .owl-next i {
  font-size: 25px;
  color: grey;
}
.sliderMsgGal .owl-nav .owl-prev {
  left: 50px;
}
.sliderMsgGal .owl-nav .owl-next {
  right: 50px;
}
@media (min-width: 1000px) {
  .sliderMsgGal .owl-nav .owl-prev, .sliderMsgGal .owl-nav .owl-next {
    position: absolute;
    height: 80px !important;
    width: 80px !important;
    line-height: 85px !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    border-radius: 100% !important;
    background: #fff !important;
    border: 2px solid grey;
    z-index: 100;
  }
  .sliderMsgGal .owl-nav .owl-prev i, .sliderMsgGal .owl-nav .owl-next i {
    font-size: 35px;
    color: #000;
  }
  .sliderMsgGal .owl-nav .owl-prev {
    left: -100px;
  }
  .sliderMsgGal .owl-nav .owl-next {
    right: -100px;
  }
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-container video.fillWidth {
  width: 100%;
}

#video_header {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  background: url("../assets/images/so-white.png") repeat;
}

#video_header.video_header_fullscreen {
  height: 100vh;
  z-index: 9999;
  max-height: 100vh;
}

.floating {
  color: #fff;
  z-index: 999999;
  font-size: 50px !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
  margin-left: 50%;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.menu {
  width: 100%;
  height: auto;
  display: inline-block;
  background: url("../assets/images/food_p.jpg") repeat;
}

.menu_no_bg {
  width: 100%;
  height: auto;
  display: inline-block;
}

.inner_menu {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 20px 40px 20px;
  position: relative;
}
.inner_menu .floating {
  color: #000 !important;
  margin: auto !important;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.inner_menu p {
  text-align: center;
  font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  line-height: 35px !important;
}
.inner_menu h1 {
  font: bold 30px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  display: block;
  color: #000;
  text-align: center;
  display: block;
}
@media (min-width: 1000px) {
  .inner_menu {
    margin: auto;
    display: block;
    width: 70%;
    padding: 20px;
  }
  .inner_menu p {
    font-size: 28px;
    margin-top: 25px;
    line-height: 40px !important;
  }
  .inner_menu h1 {
    display: none;
  }
}

.menu_box_wrap {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 870px) {
  .menu_box_wrap {
    width: 90%;
    display: block;
    margin: auto;
  }
}

.menu_box {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
  .menu_box {
    width: 60%;
    display: block;
    margin:auto;
  }
}

.inner_menu_box {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.inner_menu_box h3 {
  font: normal 24px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  display: none;
  color: #31e100;
}
.inner_menu_box .bev_nav {
  font: normal 24px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #000;
  width: 100%;
  text-align: left;
  border: 1px solid #000;
  padding: 20px;
  position: relative;
}
.inner_menu_box i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 25px;
  margin-right: 20px;
}
.inner_menu_box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
}
.inner_menu_box ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  list-style-type: none;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed grey;
}
.inner_menu_box ul li strong{
  float:right;
}
.inner_menu_box ul li strong:before{
  content:"\20A6";
}
.inner_menu_box ul li:last-child {
  border-bottom: 0;
}
.inner_menu_box ul li p {
  line-height: 32px !important;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .inner_menu_box h3 {
    font-weight: normal;
    text-align: center;
    display: block;
  }
  .inner_menu_box ul {
    padding: 0;
    background: none;
  }
  .inner_menu_box .bev_nav {
    display: none;
  }
}

.wrapMenu {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 16px;
}
.wrapMenu h4 {
  color: #31e100;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  height: auto;
  display: none;
  float: left;
  width: 80%;
}
.wrapMenu span {
  display: block;
  width: 20%;
  float: right;
  text-align: right;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.odd {
  background: #c0f7b0;
}

.menu_bg_dec {
  width: 100%;
  height: auto;
  display: inline-block;
}

.menu_to_right {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 870px) {
  .menu_to_right {
    float: right;
    width: 83%;
    display: block;
  }
  
  .wrapMenu h4 {
      display:block;
  }
}

.img_placeholder {
  margin: auto;
  display: block;
  width: 100px;
}
.img_placeholder img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  margin: 15px 0;
}
@media (min-width: 870px) {
  .img_placeholder {
    float: left;
    width: 12%;
  }
}

.inner_menu_box a.collapsed i::before {
  content: "\f2c7" !important;
}

.hide_menu {
  display: none;
}
@media (min-width: 1000px) {
  .hide_menu {
    display: block;
  }
}

.map {
  width: 100%;
  height: 250px;
  display: inline-block;
  margin-bottom: 20px;
  background: grey;
  margin-top: 20px;
}
@media (min-width: 870px) {
  .map {
    width: 46%;
    height: 400px;
    float: left;
    display: block;
    margin-top: 0;
  }
}

.wrap_contact {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 870px) {
  .wrap_contact {
    padding: 20px;
  }
}
@media (min-width: 1000px) {
  .wrap_contact {
    padding: 0;
  }
}

.contact_box {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
}
.contact_box a {
  color: #000;
}
.contact_box p {
  width: 100%;
  height: auto;
  display: inline-block;
  font: bold 18px "Arial Nova", Helvetica, sans-serif;
  margin-top: 0;
  line-height: 29px;
}
.contact_box form {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
  padding: 20px;
}
.contact_box form textarea {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  border: 1px solid #000;
  margin: 20px 0;
}
.contact_box form input {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  border: 1px solid #000;
  margin-top: 20px;
}
.contact_box form button {
  background: #000;
  color: #fff;
  border: solid 2px #000;
  padding: 15px 25px;
  width: 100%;
  float: right;
  display: block;
}
.contact_box form button:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}
@media (min-width: 870px) {
  .contact_box {
    width: 50%;
    height: auto;
    float: right;
    display: block;
    padding: 0;
  }
  .contact_box p {
    font: normal 24px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    line-height: 38px;
    padding-right: 20px;
  }
  .contact_box form {
    padding: 0;
  }
  .contact_box form input {
    width: 33.3%;
    float: left;
    margin-top: 0;
  }
  .contact_box form #id_email {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .contact_box form #id_full_name {
    border-left: 0 !important;
  }
  .contact_box form #id_phone_number {
    border-right: 0 !important;
  }
  .contact_box form textarea {
    border: 0;
    margin: 0;
    height: 150px;
    border-bottom: 1px solid #000;
  }
  .contact_box form button:hover {
    background: none;
    color: #000;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}

.about{
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  line-height:32px;
  margin:50px 0;
}

@media (min-width: 870px) {
  .about {
    width:80%;
    display: block;
    margin:auto;
    margin-top:0;
    margin-bottom:100px;
  }
}

.abt_top_banner {
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}
.abt_top_banner img {
  height: auto;
  width: 100%;
  display: inline-block;
}
.abt_top_banner header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.gallery {
  width: 100%;
  height: auto;
  display: inline-block;
}

.gallery img {
  width: 100%;
  height: auto;
  padding: 5px 10px 0 5px;
  display: inline-block;
}

.gallery a {
  width: 50% !important;
  height: auto;
  float: left;
  margin-bottom: 0 !important;
}

.hall_slide{
  width: 100%;
  height: auto;
  display: inline-block;
}

@media (min-width: 870px) {
  .hall_slide {
    width: 60%;
    float: left;
  }
  
  .gallery a {
      width: 25% !important;
    }
}

.hall_slide .owl-nav {
  width: 100%;
  display: inline-block;
  height:auto;
}
@media (min-width: 1000px) {
  .hall_slide .owl-nav {
    top: 35%;
    position: absolute;
  }
}
.hall_slide .owl-nav .owl-prev, .hall_slide .owl-nav .owl-next {
  height: 40px !important;
  width: 40px !important;
  line-height: 35px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  background: #fff !important;
  z-index: 100;
  border:1px solid grey;
}
.hall_slide .owl-nav .owl-prev i, .hall_slide .owl-nav .owl-next i {
  font-size: 25px;
  color: grey;
}
.hall_slide .owl-nav .owl-prev {
  left: 50px;
}
.hall_slide .owl-nav .owl-next {
  right: 50px;
}
@media (min-width: 1000px) {
  .hall_slide .owl-nav .owl-prev, .hall_slide .owl-nav .owl-next {
    position: absolute;
    height: 80px !important;
    width: 80px !important;
    line-height: 85px !important;
  }
  .hall_slide .owl-nav .owl-prev i, .hall_slide .owl-nav .owl-next i {
    font-size: 35px;
    color: #000;
  }
  .hall_slide .owl-nav .owl-prev {
    left: -30px;
  }
  .hall_slide .owl-nav .owl-next {
    right: -30px;
  }
}

.hall_slide .room_features{
  padding:0 20px;
}

.sub_menu{
  width:15%;
  height:auto;
  display:none;
  padding:10px;
  position: fixed;
  left:0;
  margin-left:20px;
  bottom:0;
  border:1px solid #e3c7c7;
  background: white;
  margin-bottom:20px;
}

@media (min-width: 1000px) {
  .sub_menu {
    display:block;
  }
}

.sub_menu a{
  width:100%;
  display:block;
  padding:10px;
  color:grey;
  font-size:13px;
  border-bottom:1px dashed grey;
  line-height: 10px;
}

.custom_wrap{
  width:100%;
  height:auto;
  display:inline-block;
  overflow:hidden;
}

.custom_wrap{
  padding:0 15px;
  width:100%;
  height:auto;
  display:inline-block;
}

.inner_custom_wrap{
  width:100%;
  height:auto;
  display:inline-block;
  background: #fff;
  padding:15px;
}

.wrap_up_img{
  width:100%;
  height:auto;
  display:inline-block;
}

.features_list{
  width:100%;
  height:auto;
  display:inline-block;
  color: #000;
  background: #252736;
}

.features_list h2{
  color:#fff;
  text-align:center;
  margin:30px 0 0 0;
  font: bold 60px "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
  font-size:30px;
  display:block;
  line-height: 70px;
  width:100%;
  height:auto;
  display:inline-block;
}

.inner_features_list{
  width:100%;
  height:auto;
  display:inline-block;
  padding: 50px 0 100px 0;
}

@media (min-width: 770px) {
    
.inner_features_list{
  padding: 50px 0 100px 20px;
}

    
}

.inner_features_list img{
  width:100%;
  height:auto;
  display:inline-block;
}

.features_box{
  width:100%;
  height:auto;
  display:inline-block;
}

.features_box h3{
  width:100%;
  height:auto;
  display:inline-block;
  font-size:20px;
}

.inner_features_list .owl-prev,
.inner_features_list .owl-next{
  font-size:19px !important;
  background:#fff !important;
  color:#252736 !important;
}

@media (min-width: 1340px) {
  .custom_wrap{
    width:100%;
    height:230px;
  }

  .features_list h2{
    font-size: 50px;
    margin-top:70px;
  }
  

  .features_box{
    width:66%;
    float:right;
    height:auto;
  }

  .features_box h3{
    font-size:25px;
  }

  .wrap_up_img{
    width:200px !important;
    height:200px;
    margin-bottom:0;
    transform: translateX(-30px);
    display:inline-block;
  }
}

.inner_custom_wrap p{
  line-height:29px;
  margin:0;
}

@media (min-width: 1340px) {
  .inner_custom_wrap p{
    line-height:29px;
    margin:0 0 25px 0;
  }
}

@media (min-width: 1800px) {
  
  .inner_features_list {
    display:block;
    margin:auto;
    width:80%;
  }
}

.inner_features_list .owl-nav{
  margin-top:60px !important;
  display:block;
}

.map_wrap{
  width:100%;
  height:450px;
  display:inline-block;
}