@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;
}

/**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;
  transition-duration: 2.5s;
}

.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 15px "Roboto", Helvetica, sans-serif;
  color: #000;
  background: #fff;
  line-height: 0;
}

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

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

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

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

/**Back to top**/
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  background: url("images/upup.png") no-repeat;
}
.scrollToTop:hover {
  opacity: 6;
}

footer form {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px;
  background: url("../assets/images/so-white.png") repeat;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  border-radius: 100px !important;
  border: 10px solid #e69502;
}
footer form input {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px;
  background: none;
  color: #fff;
  font-size: 15px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
footer form input::placeholder {
  color: #fff !important;
  font-size: 15px;
}
footer form button {
  background: #e69502;
  color: #fff;
  border: solid 2px #e69502;
  padding: 15px 25px;
  width: 100%;
  float: left;
  display: block;
  margin-top: 15px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
footer form button:hover {
  background: none;
  color: #e69502;
  border: 2px solid #e69502;
}
@media (min-width: 870px) {
  footer form {
    border: 20px solid #e69502;
    padding: 40px 100px;
  }
  footer form input {
    float: left;
    width: 65%;
    display: block;
  }
  footer form button {
    width: 30%;
    float: right;
    display: block;
    padding: 20px;
    margin-top: 0;
  }
}

header {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 10px;
  background: none !important;
  position: absolute;
  z-index: 999999999999;
  left: 0;
  right: 0;
}
@media (min-width: 1000px) {
  header {
    width: 100%;
    padding: 20px;
    display: block;
    margin: auto;
  }
}

.inner_header {
  width: auto;
  height: auto;
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 30px;
  float: right;
}
@media (min-width: 1000px) {
  .inner_header {
    width: 50%;
    height: auto;
    float: right;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .inner_header {
    width: 37%;
    height: auto;
    float: right;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .inner_header {
    width: 35%;
    height: auto;
    float: right;
    text-align: left;
  }
}

.logo {
  font-weight: bold;
  font: normal 16px "Roboto", Helvetica, sans-serif;
  font-family: "Tiempos Headline";
  color: #fff;
  display: none;
}
@media (min-width: 1000px) {
  .logo {
    width: 20%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 20px;
    display: block;
  }
}

.hide_show {
  display: block;
  color: #000;
  font-size: 20px;
  width: 50%;
  float: left;
}
@media (min-width: 1000px) {
  .hide_show {
    display: none;
  }
}

nav {
  width: 80%;
  height: auto;
  display: none;
}
nav a {
  color: #000;
  margin: 12px 20px;
  float: left;
}
@media (min-width: 1000px) {
  nav {
    text-align: left;
    display: block;
  }
}

footer {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  color: #000;
  background: #f5f0eb;
}
footer p {
  margin-top: 20px;
  text-align: center;
}
footer p small {
  font-size: 13px;
  line-height: 25px;
}
footer .rightFooter {
  width: 100%;
  height: 300px;
  display: inline-block;
  margin-top: 50px;
  background: #353535;
  border: 1px solid #cac7c3;
}

@media (min-width: 1000px) {
  footer .rightFooter {
    height: 350px;
    width:100%;
    display:block;
    margin:auto;
  }
}

@media (min-width: 1800px) {
  footer .rightFooter {
    width:70%;
  }
}

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

.leftFooter {
  width: 100%;
  height: auto;
  display: inline-block;
}
.leftFooter h4 {
  font: bold 24px "Titillium Web", sans-serif, serif;
  color: #000;
  text-align: center;
  line-height: 38px;
}
.leftFooter small {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #000;
  text-align: center !important;
  line-height: 30px;
}
.leftFooter small a {
  color: #000 !important;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .leftFooter {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
  .leftFooter h4 {
    font: bold 60px "Titillium Web", sans-serif, serif;
    font-size: 30px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .leftFooter {
    width: 40%;
  }
}

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

.footer_nav {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #000;
  padding: 20px 0;
  text-align: center;
}
.footer_nav a {
  margin: 0 20px;
  line-height: 40px;
  color: #000;
}

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

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

.bodWrapp_front {
  width: 100%;
  height: auto;
  text-align: left;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 0;
  z-index: 10000000;
}
.bodWrapp_front h3 {
  font: normal 16px "Roboto", Helvetica, sans-serif;
  font-size: 20px;
  display: inline;
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
  display: block;
}
.bodWrapp_front a {
  color: #fff;
  background: #e69502;
  text-align: center;
  font: normal 16px "Roboto", Helvetica, sans-serif;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 20px;
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
.bodWrapp_front .bare {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  text-align: center;
  font: normal 16px "Roboto", Helvetica, sans-serif;
  padding: 10px 20px;
  border-radius: 50px;
}
@media (min-width: 870px) {
  .bodWrapp_front a {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .bodWrapp_front h3 {
    font: normal 16px "Roboto", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 85px;
    width: auto;
    display: inline;
  }
  .bodWrapp_front a {
    margin-left: 20px;
    width: auto;
    display: inline;
    margin-top: 0;
  }
}

.inner_bodWrapp_front {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
  .inner_bodWrapp_front {
    width: 65%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .inner_bodWrapp_front {
    width: 60%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .inner_bodWrapp_front {
    width: 50%;
    display: block;
    margin: auto;
  }
}

.body_welcome {
  width: 80%;
  height: auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 100000;
}
.body_welcome p {
  font: normal 16px "Tangerine", cursive;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 50px;
  margin: 0;
  background: rgba(0,0,0,0.1);
  padding:20px 20px 0 20px;
}
.body_welcome h1 {
  font: bold 60px "Titillium Web", sans-serif, serif;
  font-size: 45px;
  display: block;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 55px;
  padding:0 20px 20px 20px;
  background: rgba(0,0,0,0.1);
}

@media (min-width: 1000px) {
    .body_welcome {
      width: 40%;
    }

  .body_welcome h1 {
    font: bold 60px "Titillium Web", sans-serif, serif;
    font-size: 80px;
    line-height: 85px;
    display: block;
  }
}

.why_us {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 0 100px 0;
}
.why_us .box_one {
  width: 100%;
  height: auto;
  display: none;
  background: #c1af9c;
}

.why_us .box_one img{
  width: 100%;
  height: auto;
  display: inline-block;
}
.why_us p {
  font: normal 15px "Roboto", Helvetica, sans-serif;
  line-height: 35px;
}
.why_us .box_two {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.why_us h3 {
  color: #000;
  margin-top: 0;
  text-align: center;
  font: normal 24px "Titillium Web", sans-serif, serif;
}
.why_us h2 {
  color: #000;
  margin: 25px 0 0 0;
  text-align: left;
  font: bolder 25px "Titillium Web", cursive;
  font-weight: 500;
}
.why_us ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  list-style-type: disc;
  text-align: left;
  padding: 0 25px;
}
.why_us ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: disc;
  width: 100%;
  font-size: 15px;
}
@media (min-width: 870px) {
  .why_us {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .why_us h2 {
      font-size: 40px;
      margin:0;
    }
    
  .why_us .box_one {
    width: 35%;
    height: auto;
    display: block;
    float: left;
  }
  .why_us .box_two {
    width: 58%;
    height: auto;
    display: block;
    float: right;
    padding: 0;
  }
}

@media (min-width: 1800px) {
  .why_us {
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .why_us .box_one {
    width: 35%;
    height: auto;
    display: block;
    float: left;
  }
  .why_us .box_two {
    width: 48%;
    height: auto;
    display: block;
    float: right;
    padding: 0;
  }
}

.view_all_rooms {
  padding: 10px;
  border: 1px solid #353535;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 250px;
  color: #353535;
  font: normal 16px "Roboto", Helvetica, sans-serif;
}
.view_all_rooms:hover {
  background: #d2d2d2;
}
@media (min-width: 870px) {
  .view_all_rooms {
    border: 2px solid #353535;
  }
}


.wrap_front_room {
  background: #f5f0eb;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
  margin-top: 0;
}

.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 h1,
.inner_rooms h2 {
  width: 100%;
  font: bold 30px "Titillium Web", sans-serif, serif;
  font-size: 20px;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
  font-weight: normal;
}
.inner_rooms p {
  line-height: 32px;
  width: 100%;
  display: inline-block;
  height: auto;
  text-align: center;
  color: #353535;
}
@media (min-width: 1000px) {
  .inner_rooms {
    width: 90%;
    margin: auto;
    display: block;
    padding: 0;
  }
  .inner_rooms h1,
  .inner_rooms h2 {
    font-size: 30px;
  }
  .inner_rooms p {
    width: 50%;
    display: block;
    margin: auto;
    line-height: 28px;
  }
}

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

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


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

.front_room a {
  color: #000;
}
.front_room a:hover img {
  transform: scale(1.5);
  transition-duration: 2.5s;
}
.front_room img:hover {
  transform: scale(1.5);
  transition-duration: 2.5s;
}

.front_restaurant {
  width: 100%;
  height: auto;
  display: inline-block;
}
.front_restaurant .rest_info {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.front_restaurant .rest_info .view_all_rooms {
  float: left;
  margin-top: 30px;
}
.front_restaurant .rest_info h2 {
  font: bold 30px "Titillium Web", sans-serif, serif;
  font-weight: 500;
}
.front_restaurant .rest_info p {
  line-height: 35px !important;
  font: normal 14px "Roboto", Helvetica, sans-serif;
  color: #353535;
}
.front_restaurant img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 870px) {
  .front_restaurant {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 203px;
    justify-content: center;
  }
  .front_restaurant .rest_info {
    width: 45%;
    float: left;
    padding: 0;
  }
  .front_restaurant .rest_info p {
    line-height: 30px;
  }
  .front_restaurant img {
    width: 58%;
    float: right;
  }
}

@media (min-width: 1800px) {
  .front_restaurant {
    width: 60%;
  }
}

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

.room_features_front {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 0;
  line-height: 28px;
}
.room_features_front h3 {
  font: bold 30px "Titillium Web", sans-serif, serif;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
.room_features_front p {
  font-size: 16px;
  color: #353535;
}
.room_features_front a {
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
@media (min-width: 1000px) {
  .room_features_front h3 {
    font-size: 25px;
  }
}

.room_features {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
  padding: 20px;
  line-height: 28px;
}
.room_features h3 {
  font: bold 18px "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  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;
  }
}

/**  OTHER PAGE **/
.top_banner {
  height: 120px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow:hidden;
}
.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;
}

.slidy header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.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: 50%;
    float: left;
    display: block;
  }
}

.dinning {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
.dinning .rightSide {
  width: 100%;
  height: auto;
  display: inline-block;
}
.dinning img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 870px) {
  .dinning {
    width: 80%;
    display: block;
    margin: auto;
  }
  .dinning .rightSide {
    width: 45%;
    float: left;
    display: block;
  }
  .dinning img {
    width: 55%;
    float: right;
  }
}

.room_details {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 30px;
}
.room_details 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 "Titillium Web", sans-serif, 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;
}
@media (min-width: 870px) {
  .room_details img {
    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 "Titillium Web", sans-serif, serif;
    margin-top: 0;
  }
  .room_details h1 {
    font: bold 60px "Titillium Web", sans-serif, serif;
  }
}

#showLeftPush {
  width: 80px;
  height: 24px;
  display: block;
  float: right;
  background: url("../assets/images/menu.png") no-repeat;
}
#showLeftPush:hover {
  opacity: 0.6;
}

#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;
}

/***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 {
  right: -250px;
}

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

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

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

.cbp-spmenu-push-toleft {
  right: 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;
}

.roomWrpper {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  padding:20px;
}
@media (min-width: 870px) {
  .roomWrpper {
    width: 90%;
    margin: auto;
    display: block;
    padding:0;
  }
}


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

@media (min-width: 1800px) {
  .sliderMsg {
    width: 75%;
  }
}
.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: #f5f0eb !important;
  border: 1px solid #ddd7d1;
  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: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
  }
  .sliderMsg .owl-nav .owl-prev i, .sliderMsg .owl-nav .owl-next i {
    font-size: 30px;
    color: #000;
  }
  .sliderMsg .owl-nav .owl-prev {
    left: -50px;
  }
  .sliderMsg .owl-nav .owl-next {
    right: -50px;
  }
}

.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**/
 background:#e69502;
}

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

/** For adding visible pause video on the video **/
.buttons_play {
  z-index: 100;
  position: absolute;
  width: 100px;
  text-align: center;
  bottom: 20%;
  right: 0;
  margin-right: 10px;
  margin-bottom: 13%;
}
.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: 20px;
    margin-bottom: 100px;
  }
  .buttons_play button {
    width: 60px;
    height: 60px;
  }
}

.floating {
  color: #fff;
  z-index: 999999;
  font-size: 25px !important;
  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_bg {
  background: url("../assets/images/menu_bg.png") no-repeat;
  background-position: right top;
}

.top_menu {
  height: auto;
  width: 100%;
  display: inline-block;
}
.top_menu .logo {
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
  float: none;
  padding: 20px;
  font-size: 22px;
}
.top_menu h1 {
  width: 100%;
  font: bold 30px "Titillium Web", sans-serif, serif;
  font-size: 20px;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
  font-weight: normal;
}
@media (min-width: 870px) {
  .top_menu h1 {
    font-size: 30px;
  }
}

.some_words {
  height: auto;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}

.inner_menu_top {
  height: auto;
  width: 100%;
  display: inline-block;
}
.inner_menu_top p {
  width: 100%;
  display: inline-block;
  height: auto;
  text-align: center;
  color: #353535;
  font: normal 16px "Roboto", Helvetica, sans-serif;
  padding: 0 20px;
  line-height: 29px;
}
@media (min-width: 870px) {
  .inner_menu_top {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .inner_menu_top p {
    font-size: 18px;
    line-height: 32px;
  }
}

.menu {
  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 "Titillium Web", sans-serif, serif;
  font-size: 20px;
  line-height: 35px !important;
}
.inner_menu h1 {
  font: bold 30px "Titillium Web", sans-serif, 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;
}

.inner_menu_bg {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
@media (min-width: 870px) {
  .inner_menu_bg {
    width: 60%;
    display: block;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}

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

.inner_menu_box {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
}
.inner_menu_box h3 {
  font: normal 24px "Titillium Web", sans-serif, serif;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center !important;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0;
  color: #e69502;
  display: none;
}
.inner_menu_box .bev_nav {
  font: normal 24px "Titillium Web", sans-serif, serif;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #e69502;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: left;
  padding: 20px;
  position: relative;
  border-top: 1px solid #000;
}
.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;
  background: #fff;
}
.inner_menu_box ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  list-style-type: none;
  margin-top: 20px;
  padding-bottom: 15px;
  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;
}
@media (min-width: 1000px) {
  .inner_menu_box h3 {
    font-weight: normal;
    text-align: left;
    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: normal 16px "Roboto", Helvetica, sans-serif;
  padding: 0 20px;
}
.wrapMenu h4 {
  color: #000;
  margin-bottom: 0;
  font-weight: normal;
  font: normal 16px "Roboto", Helvetica, sans-serif;
  height: auto;
  display: block;
  float: left;
  width: 80%;
}
.wrapMenu strong {
  display: block;
  width: 20%;
  float: right;
  text-align: right;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .wrapMenu {
    padding: 0;
  }
}

.wrap_menu_dec {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px;
}
@media (min-width: 870px) {
  .wrap_menu_dec {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.odd {
  background: rgba(230, 218, 207, 0.9);
}

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

.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 "Roboto", 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 "Titillium Web", sans-serif, 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 .email {
    border-left: 0;
    border-right: 0;
  }
  .contact_box form .name {
    border-left: 0;
  }
  .contact_box form .phone {
    border-right: 0;
  }
  .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;
  }
}

@media (min-width: 870px) {
  .room_list img {
    width: 50%;
    float:left;
  }

  .front_room>.room_list img {
    width: 100%;
  }
}

.room_list_main{
  width:100%;
  height:auto;
  display:inline-block;
  margin-bottom:25px;
}

.room_list_main p{
  font-size:15px;
}

.room_list_main ul{
  margin:0;
  padding: 0 0 0 15px;
}

.room_features a {
  color: #353535;
  border: solid 1px #353535;
  padding: 5px;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  border-radius: 5px;
}
.room_features a:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.room_features a:hover {
  background: #d2d2d2;
}

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

@media (min-width: 870px) {
  .room_list_main{
    width: 33.3%;
    float:left;
    padding:20px;
    margin-bottom:0;
  }

 
  .room_features a {
    width: 30%;
  }

  .room_features{
    width:100%;
    padding:20px 0;
  }
}

.page_wrap{
  width:100%;
  height:auto;
  display:inline-block;
  padding:50px 20px;
  background:#f5f0eb;
}

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

.inner_page_wrap h1{
  font: normal 30px "Titillium Web", sans-serif, serif;
  text-align:center;
}

.inner_page_wrap p{
  font: normal 14px "Roboto", Helvetica, sans-serif;
  line-height:35px;
}

@media (min-width: 870px) {
  .page_wrap{
    padding:40px 20px 0 20px;
  }

  .inner_page_wrap{
    width:70%;
    margin:auto;
    height:auto;
    display:block;
  }

  .inner_page_wrap h1{
    font-size: 40px;
    text-align:center;
  }
}

/**slider**/
.sliders .slide {
  width: 100%;
  height: auto;
  display: inline-block;
  background: url("../images/loading.gif") no-repeat 50% 50%;
}

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #454142;
  background-color: rgba(69, 65, 66, 0.8);
  color: #ffffff;
  width: 100%;
  z-index: 8;
  padding: 8px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  font: normal 13px Roboto;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nivo-prevNav {
  left: 15px;
  background-position: -30px 0;
  display: block;
  width: 35px;
  height: 72px;
  background: url("../assets/images/previous.png") no-repeat left 0;
  text-indent: -10000px;
  /*moving the default text*/
  overflow: hidden;
  /*hiding the default text*/
}

.nivo-directionNav .nivo-nextNav {
  right: 15px;
  display: block;
  width: 35px;
  height: 72px;
  background: url("../assets/images/next.png") no-repeat right 0;
  text-indent: -10000px;
  /*moving the default text*/
  overflow: hidden;
  /*hiding the default text*/
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  display: none;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

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

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

.inner_page_wrap h1{
  font: normal 30px "Titillium Web", sans-serif, serif;
  text-align:center;
}

.inner_page_wrap ul{
  margin:0;
  padding:10px;
}

.inner_page_wrap li{
  list-style-type:disc;
  line-height:35px;
}

.inner_page_wrap p{
  font: normal 14px "Roboto", Helvetica, sans-serif;
  line-height:35px;
}

@media (min-width: 870px) {
  .page_wrap{
    padding:40px 20px 0 20px;
  }

  .inner_page_wrap{
    width:70%;
    margin:auto;
    height:auto;
    display:block;
  }

  .inner_page_wrap h1{
    font-size: 40px;
    text-align:center;
  }
}

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


.cont_wrap form {
  width: 100%;
  height: auto;
  display: inline-block;
}
.cont_wrap form input {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #000;
  padding: 20px;
  background: none;
  margin-bottom:20px;
  color: #000;
  font-size: 15px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
.cont_wrap form textarea > placeholder{
    color:#000;
    
}
.cont_wrap form textarea {
  width: 100%;
  height: 200px;
  display: inline-block;
  border: 1px solid #000;
  padding: 20px;
  background: none;
  color: #000;
  font-size: 15px;
  margin:20px 0;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
.cont_wrap form input::placeholder {
  color: #000 !important;
  font-size: 15px;
}
.cont_wrap form button {
  background: #e69502;
  color: #fff;
  border: solid 2px #e69502;
  padding: 15px 25px;
  width: 100%;
  float: left;
  display: block;
  margin-top: 15px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
}
.cont_wrap form button:hover {
  background: none;
  color: #000;
  border: 2px solid #000;
}
@media (min-width: 870px) {


  .cont_wrap form span{
    padding:0 2px;
    display:inline-block;
    width:33%;
  }
  .cont_wrap form button {
    width: 100%;
    float: right;
    display: block;
    padding: 20px;
    margin-top: 0;
  }
}

.wrap_gallery{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top:30px;
}

@media (min-width: 870px) {
    .wrap_gallery{
      margin-top:100px;
    }
}

.gal_content{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom:20px;
  line-height:35px;
  padding:20px;
}
.gal_content h1{
  font: bold 30px "Titillium Web", sans-serif, serif;
  font-weight: 500;
}
@media (min-width: 870px) {
  .gal_content{
    width: 25%;
    height: auto;
    float:left;
    margin-bottom:0;
  }
}

.sliderGal {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.owl-gal-main p{
  background:#f5f0eb;
  font-size:15px;
  padding:20px;
  width:100%;
  margin:0;
  line-height:28px;
  display:inline-block;
}
.sliderGal .owl-nav{
  margin-top:40px !important;
}

@media (min-width: 870px) {
  .sliderGal {
    width: 75%;
    float:right;
    overflow:hidden;
    display: block;
  }
}
.sliderGal .owl-nav {
  width: 100% !important;
  position: absolute;
  top: 30%;
}
.sliderGal .owl-nav .owl-prev, .sliderGal .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: #f5f0eb !important;
  border: 1px solid #ddd7d1;
  z-index: 100;
}
.sliderGal .owl-nav .owl-prev i, .sliderGal .owl-nav .owl-next i {
  font-size: 20px;
  color: #000;
}
.sliderGal .owl-nav .owl-prev {
  left: 20px;
}
.sliderGal .owl-nav .owl-next {
  right: 20px;
}
@media (min-width: 870px) {
  .sliderGal .owl-nav .owl-prev, .sliderGal .owl-nav .owl-next {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
  }
  .sliderGal .owl-nav .owl-prev i, .sliderGal .owl-nav .owl-next i {
    font-size: 30px;
    color: #000;
  }
  .sliderGal .owl-nav .owl-prev {
    left: 20px;
  }
  .sliderGal .owl-nav .owl-next {
    right: 20px;
  }
}

.wrapRoomInfo{
  width:100%;
  height:auto;
  padding:20px;
  display:inline-block;
}

.reserveRoom{
    width:100%;
    height:auto;
    background:#f5f0eb;
    border:1px solid grey;
    padding:20px;
    display:inline-block;
}

.reserveRoom p{
  margin:0 0 10px 0;
}

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

.wrapRoomInfo p{
  line-height:28px;
  width:100%;
  display:inline-block;
}

.reserveRoomDetails ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  list-style-type: none;
  text-align: left;
}

.reserveRoomDetails li {
  margin: 0;
  padding: 0;
  line-height:25px;
  list-style-type: disc;
  width: 100%;
  display:inline-block;
  font-size: 15px;
}

@media (min-width: 870px) {
 .wrapRoomInfo{
    width:70%;
    display:block;
    margin:auto;
  }

  .reserveRoom{
    width:38%;
    height:auto;
    float:right;
  }
  
  .reserveRoomDetails{
    width:60%;
    height:auto;
    float:left;
  }
}

.top_image_room{
  height: auto;
  width: 100%;
}

.wrapServices{
    min-height: 260px;
    width: 100%;
    display:inline-block;
    padding:15px;
    background: #f5f0eb;
}

.bar{
  width:100%;
  height:auto;
  display:inline-block;
  color:#fff;
  position:relative;
  background:#ece2da;
  padding:70px 0;
}

.bar h4 {
  font: bold 32px "Titillium Web", sans-serif, serif;
  margin: 0;
  text-align: center;
  color:#e69502;
}

.bar p{
  font-size:19px;
  line-height:32px;
  color:#000;
}

.innerBar{
  width:100%;
  padding:40px 20px;
  text-align:center;
  display: inline-block;
}

.bar img{
    transform: scale(1.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.90);
    }
}

@media (min-width: 870px) {
  .bar{
    min-height:500px;  
    padding:0;
    
  }

  .bar h4 {
    font: bold 50px "Titillium Web", sans-serif, serif;
    margin: 0;
    text-align: center;
  }
  
  .bar p{
    font-size:23px;
    line-height:40px;
  }

  .innerBar{
      width:75%;
      margin:auto;
      text-align:center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      padding:0;
  }
}

.services {
  height: auto;
  width: 100%;
  display: inline-block;
  margin-top:0;
}
.services ul {
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.services li {
    height: 430px;
    width: 100%;
    display: inline-block;
    padding: 0;
    position:relative;
    overflow:hidden;
}

.services li .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.services li .inner:before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  background: rgba(15, 22, 42, 0.2);
  transition: 0.8s cubic-bezier(0.06, 0.43, 0.22, 1);
  z-index: 90;
}
/**
.services li img {
  width: 100%;
  height: auto;
  display: inline-block;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
**/
.services li .fader {
  opacity: 0;
}
.services li .fader:hover {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 870px) {
    .services {
      margin-top:100px;
    }
  .services li {
    height: 430px;
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .services li {
    width: 25%;
    min-height: 644px;
  }
}

.services li:hover > img.blur {
  filter: blur(2px);
  transform: scale(1.1);
  transition: ease-in-out;
}
@media (min-width: 1300px) {
  .services li:hover > img.blur {
    transform: scale(0);
  }
}

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

._back, ._front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  z-index: 100;
  color: #fff;
  transition: 0.8s cubic-bezier(0.06, 0.43, 0.22, 1);
}

._back > *, ._front > * {
  position: relative;
  width: 100%;
  z-index: 150;
}

._front {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

._back {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition-duration: 0s;
}

@media (min-width: 1300px) {
  .services li:before, .services li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background: #fff;
    transition: 0.8s cubic-bezier(0.06, 0.43, 0.22, 1);
    z-index: 200;
  }
}

.services li:hover:after, .services li:hover:before {
  height: 0;
}

.services li:hover .inner:before {
  top: 0;
  bottom: 0;
  background: rgba(15, 22, 42, 0.5);
}

.services li:hover ._front {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: 0s;
}

.services li:hover ._back {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-duration: 0.8s;
}

._back i, ._front i {
  margin-bottom: 40px;
  font-size: 80px;
  color: #e69502;
}

._back h2, ._front h2 {
  padding: 0 45px;
  color: #fff;
  line-height: 25px;
}

._back h4, ._front h4 {
  padding: 0 15%;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-size:24px;
}

._front img{
    width:80px;
    height:80px;
    display:block;
}

._back p, ._front p {
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
}

.services li .the_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.8s cubic-bezier(0.06, 0.43, 0.22, 1);
  z-index: 70;
}

.bg1 {
  background: url("../assets/images/service1.png") repeat;
}

.bg2 {
  background: url("../assets/images/service2.png") repeat;
}

.bg3 {
  background: url("../assets/images/service3.png") repeat;
}

.bg4 {
  background: url("../assets/images/service4.png") repeat;
}

.price{
    background: #e69502;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin: 15px 0 ! important;
    border-radius: 5px;
}