@font-face {
  font-family: 'OptimusPrinceps';
  src: url("../web/fonts/OptimusPrinceps.woff2") format("woff2"), url("../web/fonts/OptimusPrinceps.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'OptimusPrincepsSemiBold';
  src: url("../web/fonts/OptimusPrincepsSemiBold.woff2") format("woff2"), url("../web/fonts/OptimusPrincepsSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: bold;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.line {
  border-top: 2px solid #535957;
  margin: auto;
}

.title h3 {
  text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.clear {
  clear: both;
}

.bg-theme-color,
body#web .theme-btn {
  background: #ac7f52;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ac7f52), color-stop(100%, #c3986b));
  background: -webkit-gradient(linear, left top, right top, from(#ac7f52), to(#c3986b));
  background: linear-gradient(to right, #ac7f52 0%, #c3986b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac7f52', endColorstr='#c3986b', GradientType=1);
}

.theme-color {
  color: #ac7f52;
}

body#web {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
}

body#web td,
body#web li,
body#web a,
body#web select,
body#web input,
body#web button,
body#web div,
body#web p {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}

body#web .btn-white {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

body#web .theme-btn {
  color: #fff;
  padding: 10px;
  -webkit-box-shadow: -7px 14px 39px -10px #ac7f52;
  box-shadow: -7px 14px 39px -10px #ac7f52;
  width: 50%;
  display: block;
  border: none;
  text-align: center;
}

body#web header#header {
  background-color: #fff;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  width: 100%;
  z-index: 1000;
}

body#web header#header .wrapper {
  width: 90%;
  margin: auto;
}

body#web header#header .wrapper nav.navbar {
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
  position: relative;
}

body#web header#header .wrapper nav.navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body#web header#header .wrapper nav.navbar a {
  color: #000;
}

body#web header#header .wrapper nav.navbar .nav-item,
body#web header#header .wrapper nav.navbar .nav-item-social {
  padding: 5px 0px;
}

body#web header#header .wrapper nav.navbar #logo {
  margin-bottom: -10px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 0 !important;
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
}

body#web header#header .wrapper .logo {
  width: 100px;
}

body#web header#header .wrapper .mobile-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
}

body#web footer.footer {
  background-color: #f3f7f6;
  margin-top: 100px;
  position: relative;
}

body#web footer.footer .logo {
  position: absolute;
  padding: 0 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  top: -70px;
  background-color: #f3f7f6;
}

body#web footer.footer .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  body#web footer.footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body#web footer.footer .footer-logo {
  text-align: center;
}

body#web footer.footer .footer-logo img {
  width: 50%;
}

body#web footer.footer ul,
body#web footer.footer p {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  body#web footer.footer ul{
    margin-bottom: 50px;
  }
}

body#web footer.footer ul li,
body#web footer.footer p li {
  margin-bottom: 10px;
}

body#web footer.footer ul li a,
body#web footer.footer ul li a:link,
body#web footer.footer ul li a:visited,
body#web footer.footer p li a,
body#web footer.footer p li a:link,
body#web footer.footer p li a:visited {
  color: #000;
}

body#web footer.footer p {
  line-height: 2em;
}

body#web footer.footer h6 {
  color: #8f9392;
}

body#web footer.footer .item {
  display: table-row;
  margin-bottom: 20px;
}

body#web footer.footer .item .icon {
  display: table-cell;
  padding-right: 10px;
}

body#web footer.footer .item .content {
  display: table-cell;
}

body#web .copyright {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #8f9392;
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
}

body#web .copyright .social-item {
  margin-top: -20px;
  margin-bottom: 20px;
}

body#web #home .container-fluid {
  margin: 0px;
  padding: 0px;
}

body#web #home .slider {
  width: 100%;
}

body#web #home .slider .item {
  width: 100%;
}

body#web #home .slider .item img {
  width: 100%;
}

body#web #contact .form-wrapper .wrapper {
  margin: auto;
  width: 80%;
}

body#web #contact .form-wrapper .row .contact-information {
  background-color: #f3f7f6;
  padding: 0 60px 40px 60px;
}

@media (max-width: 768px) {
  body#web #contact .form-wrapper .row .contact-information {
    margin-bottom: 50px;
  }
}

body#web #contact .form-wrapper .row .contact-form-wrapper {
  height: 85.94%;
}

@media (max-width: 768px) {
  body#web #contact .form-wrapper .row .contact-form-wrapper {
    height: 980px;
  }
}

body#web #contact .form-wrapper .row .contact-information h4,
body#web #contact .form-wrapper .row .contact-information .contact-details {
  margin-bottom: 35px;
}

body#web #contact .form-wrapper .row .contact-information .contact-details.address,
body#web #contact .form-wrapper .row .title {
  margin-bottom: 20px;
}

body#web #contact .form-wrapper .row .contact-information .connect .fb-link {
  margin-right: 20px;
}

body#web #contact .form-wrapper .row .contact-information .fa-icon {
  font-size: 30px;
  margin-right: 15px;
}

body#web #contact .form-wrapper .wrapper .form-control {
  border-radius: 0px;
  margin-bottom: 10px;
}

body#web #contact .form-wrapper .wrapper textarea {
  font-size: 10px;
  height: 200px;
}

body#web #contact .form-wrapper .wrapper .btn {
  background-color: #96a39c;
  color: #fff;
  width: 100%;
  border-radius: 0px;
}

body#web #contact #map {
  display: block;
  width: 100%;
  height: 500px;
}

body#web #branch .slide-wrapper {
  position: relative;
}

body#web .boxnew {
  border-radius: 50%;
  text-align: center;
}

body#web .boxnew .resboxnew label {
  color: #000;
}

body#web .boxnew .resboxnew select {
  background: rgba(0, 0, 0, 0.17) url(img/downarrow.png) no-repeat scroll 100% 50%;
  color: #000;
}

body#web.boxnew .resboxnew input[type="text"] {
  background: rgba(0, 0, 0, 0.17);
  color: #000;
}

body#web .boxnew .resboxnew .hasDatepicker {
  background: rgba(0, 0, 0, 0.17) url(https://live.ipms247.com/themes/reservation/images/bookingbtn/calendarnew.png) no-repeat 6% 47% !important;
}

a#bb_resBtn {
  margin: 18px 0px 0px 0px !important;
}

body#web #branch .slide-wrapper .slider {
  width: 100%;
}

body#web #branch .slide-wrapper .slider .item {
  width: 100%;
}

body#web #branch .slide-wrapper .slider .item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

body#web #branch .slide-wrapper .slider ul.slick-dots {
  bottom: 25px;
}

body#web #branch .staywithus .choose-room {
  margin-top: 50px;
}

body#web #branch .staywithus .choose-room .room-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper {
  width: 100%;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 5px;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item .guest {
  font-weight: bold;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item .room-type {
  margin-top: 10px;
  margin-bottom: 10px;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item .room-type .room-type-item {
  background-color: #a2a7a8;
  color: #fff;
  padding: 5px 8px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item .btn-book-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body#web #branch .staywithus .choose-room .room-list .item-wrapper .item .btn-book-wrapper .btn-book {
  background-color: #4d555a;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px 0px;
  border-radius: 4px;
}

body#web #branch .journey .wrapper {
  margin-top: 50px;
}

body#web #branch .journey .wrapper .text-content .text-content-wrapper {
  border: 1px solid #ddd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body#web #branch .journey .wrapper .text-content .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

body#web #branch .journey .wrapper .text-content .content {
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

body#web #branch .custommodal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  padding: 3em;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body#web #branch .custommodal .body-overlay {
  background: rgba(22, 21, 21, 0.85);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

body#web #branch .custommodal.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

body#web #branch .custommodal-close {
  position: absolute;
  left: auto;
  right: 0;
  top: -10px;
  z-index: 1;
  border: none;
  color: #fff;
  font-size: 50px;
  padding: 10px;
  background-color: transparent;
}

body#web #branch .quickmodal-inside {
  z-index: 100;
  background-color: #fff;
  width: 80%;
  max-height: 600px;
  overflow: auto;
}

body#web #branch .quickmodal-inside .container {
  padding: 20px;
}

body#web #branch .custommodal.is-visible .quickmodal-inside {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body#web #branch .pdetails-singlethumb img,
body#web #branch .pdetails-singleimage img {
  width: 100%;
  padding: 0.3em;
}

body#web #gallery .container-fluid {
  padding: 0px;
  margin: 0px;
}

body#web #gallery .wrapper .text-content .text-content-wrapper {
  border: 1px solid #ddd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body#web #gallery .wrapper .text-content .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

body#web #gallery .wrapper .text-content .content {
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

body#web #staycation .container-fluid {
  padding: 0px;
  margin: 0px;
}

body#web #aboutus .container-fluid {
  padding: 0px;
  margin: 0px;
  background-image: url("../storage/images/aboutus.jpg");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

body#web #aboutus .container-fluid .wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
}

body#web #aboutus .container-fluid .wrapper .title {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 18px;
}

body#web #aboutus .container-fluid .wrapper p {
  margin-top: 10px;
  font-size: 12px;
}

body#web #aboutus .container-fluid .wrapper .quote {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}

body#web #facilities .container-fluid {
  padding: 0px;
  margin: 0px;
}

body#web #facilities .item {
  background-color: #f4faf6;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  body#web #facilities .item {
    padding: 60px 0;
  }
}

body#web #facilities .item .title {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

body#web #facilities .item .list {
  text-align: center;
  line-height: 2.0em;
}

body#web #facilities .item-wrapper {
  background-color: #f7faf9;
  padding: 10px;
}

body#web #facilities .item-wrapper img {
  width: 15px;
}

body#web #facilities .item-wrapper div {
  font-size: 13px;
}

body#web #facilities .item-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #e7e9e8;
  border-bottom: 1px solid #e7e9e8;
  padding: 10px;
  padding-right: 50px;
}

body#web #facilities .item-wrapper .right img {
  margin-left: 30px;
}

body#web #facilities .item-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e9e8;
  padding: 10px;
  padding-left: 50px;
}

body#web #facilities .item-wrapper .left img {
  margin-right: 30px;
}

body#web #facilities .facility-list {
  height: 50%;
}

@media (max-width: 768px) {
  body#web #facilities .facility-list {
    height: unset;
  }
}

body#web #facilities .gallery .col-md-3 {
  margin-bottom: 20px;
  height: 255px;
}

@media (max-width: 992px) {
  body#web #facilities .gallery .col-md-3 {
    height: 150px;
  }
}

@media (max-width: 768px) {
  body#web #facilities .gallery .col-md-3 {
    height: unset;
  }
}

body#web #facilities .gallery .col-md-3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body#web #media iframe {
  width: 100%;
  height: 500px;
}

body#web #media .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

body#web #media .post-wrapper {
  -webkit-box-shadow: -1px 3px 12px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 12px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 50px;
}

body#web #media .post-wrapper .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 200px;
}

body#web #media .post-wrapper .post-content {
  padding: 20px;
}

body#web #media .post-wrapper .post-content .date {
  color: #aa8851;
  font-weight: bold;
}

body#web #media .post-wrapper .post-content .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}

body#web #media .post-wrapper .post-content .desc {
  margin-top: 10px;
  color: gray;
}

body#web #media a,
body#web #media a:link,
body#web #media a:visited,
body#web #media .readmore {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  color: #000;
  display: block;
}

/*ZoomIn Hover-Mask Effect*/
.hover-mask a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-mask img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-mask:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hover-mask a div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  padding: 45% 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.hover-mask:hover a div {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.hover-mask .glyphicon {
  -webkit-transform: scale(0);
  transform: scale(0);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hover-mask:hover .glyphicon {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}