lable.sve_color {
    color: #856d47;
    font-weight: 600;
    font-size: 21px;
}

figcaption h5 {
    text-align: center !important;
}
/*

@Author: Themezinho
@URL: http://www.themezinho.net
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. FONTS
		02. BODY
		03. HTML TAGS
		04. LINKS
		05. FORM ELEMENTS
		06. CUSTOM CONTAINER 
		07. CUSTOM CURSOR
		08. RANGE SLIDER
		09. ACCORDION
		10. DATE PICKER
		11. HAMBURGER MENU
		12. REVEAL EFFECT
		13. CUSTOM BUTTON
		14. PRELOADER 
		15. PAGE TRANSITION
		16. PAGE LOADED
		17. HAMBURGER NAVIGATION
		18. NAVBAR
		19. SLIDER
		20. PAGE HEADER
		21. CONTENT SECTION
		22. SECTION TITLE
		23. HOTEL SEARCH FORM
		24. SIDE CONTENT
		25. SIDE IMAGE
		26. SIDE GALLERY
		27. SIDE HOTEL BOX
		28. CAROUSEL IMAGE BOX
		29. EVENTS TAB
		30. CONTENT TAB
		31. CAROUSEL EVENT BOX
		32. ROOM SLIDER
		33. RECENT NEWS
		34. IMAGE
		35. TESTIMONIAL BOX
		36. PACKAGE BOX
		37. MEMBER BOX
		38. VIDEO BOX
		39. ROOMS FILTER
		40. ROOMS LIST
		41. ROOMS BOX
		42. ROOMS TYPE
		43. RECENT TESTIMONIALS
		44. ROOMS GALLERY
		45. ROOMS INFO BOX
		46. MEETING EVENT BOX
		47. SPECIAL OFFER BOX
		48. EVENT HEADLINE
		49. CONTACT FORM
		50. CONTACT BOX
		51. GOOGLE MAPS
		52. NEWS BOX
		53. SIDEBAR
		54. PAGINATION
		55. NEWSLETTER BOX
		56. FOOTER BAR
		57. FOOTER
		58. MEDIUM DEVICE RESPONSIVE
		59. TABLET DEVICE RESPONSIVE
		60. MOBILE DEVICE RESPONSIVE

	

*/
    @font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: normal;
    src: local('Philosopher'), url('Philosopher.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Philosopher Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Philosopher Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Philosopher Italic'), url('Philosopher-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Philosopher Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Philosopher Bold'), url('Philosopher-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Philosopher Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Philosopher Bold Italic'), url('Philosopher-BoldItalic.woff') format('woff');
    }

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&amp;display=swap");
@font-face {
  font-family: 'Argesta Display';
  src: url("../fonts/ArgestaDisplay-Regular.eot");
  src: url("../fonts/ArgestaDisplay-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ArgestaDisplay-Regular.woff2") format("woff2"), url("../fonts/ArgestaDisplay-Regular.woff") format("woff"), url("../fonts/ArgestaDisplay-Regular.ttf") format("truetype"), url("../fonts/ArgestaDisplay-Regular.svg#ArgestaDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'philosopher';
 font-size: 16px;
    line-height: 1.6;
  color: #141414;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
	overflow-x: hidden
	
}

/* HTML TAGS */

.rooms-slider .swiper-slide .room-detail h4 {   
  font-family: "Argesta Display";
  margin-bottom: 20px;
  font-size: 25px;
}

p {
  text-align: justify !important;
}
img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

iframe {
  max-width: 100%;
}

/* LINKS */
a {
  color: #141414;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #141414;
}

/* FORM ELEMENTS */
input[type="text"],
input[type="email"], 
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"] {
 width: 100%;
  max-width: 100%;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #141414;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
}

input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #141414;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 100px;
  padding: 12px 15px;
  border: 1px solid #cecece;
}

select {
  width: 420px;
  max-width: 100%;
  height: 80px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="submit"] {
  height: 80px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #856d47;
  border: none;
  padding: 0 50px;
}

button[type="submit"] {
  height: 80px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #856d47;
  border: none;
  padding: 0 50px;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* SPACINGS */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.spacing-50 {
  height: 50px;
  display: flex;
}

.spacing-100 {
  width: 100%;
  height: 100px;
  display: flex;
}
p.content_cont{
	margin-bottom: 5px;
}

.t-left{
	text-align: left !important
}
.t-right{
	text-align: right !important;
}
.content_cont a.map_border {
    padding: 10px 25px;
    display: inline-block;
}


.f-top-row {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 25px;
    margin-bottom: 25px;
    align-items: center;
}
.p-relative{
	position: relative;
}

.testimonial-box.bottom {
    margin-bottom: 0;
    position: absolute;
    max-width: 400px;
    top: 80px;
    right: 0;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-25{
	margin-top: 25px;
}
.mt-40{
	margin-top: 40px;
}
.property-box {
    padding-bottom: 50px;
}

.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#fff;
  margin-top:5px;margin-right:0px;
}
/*
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
*/
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.bg-dark {
  background-color: #000000!important;
}

.dropdown-menu {
  color: #ffffff;
}

div#navbarContent ul li a {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
	text-transform: uppercase;
}
div#navbarContent ul li.dropdown-submenu a, .dropdown-menu.show li a{
	padding: 12px 10px !important;
}

.dropdown-item{
  color: #000 ;
}

.navbar-brand { 
  padding: 0px;
  margin: 0px;
}

.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;    
		background-color: #856d47;
}
 	
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 10rem; */
    padding: 0px 0;
    margin: 5px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}


.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
	text-align: left
}

section.content-section.page-banner img {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: .4;
}

.page-banner {
    width: 100%;
    height: 400px;
    padding: 0px;
    margin: 0px;
	  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-banner .container{
	position: relative;
	height: 100%;
}
.t_align_right h2 {
  text-align: end;
}

giphy#loader-icon-first {
  display: none;
}
giphy#loader-icon-first {
  z-index: 9999;
  width: 150px;
  height: 150px;
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0px;

}

giphy#loader-icon-first img{
position: absolute;
top: -38px !important;
bottom: 0;
left: 0 !important;
border-radius: 0.5em;
z-index: 9999;
}

giphy#loader-contact-form {
  display: none;
}
giphy#loader-contact-form {
  z-index: 9999;
  width: 150px;
  height: 150px;
  top: -38px;
  position: absolute;
  left: 80%;
  bottom: 0px;

}


giphy#loader-contact-form img{
position: absolute;
top: -38px !important;
bottom: 0;
left: 0 !important;
border-radius: 0.5em;
z-index: 9999;
}

.swiper-slide {
  background: #fff;
}
.section-title .inner-title{
	margin-bottom: 20px;
}
.d-btn-flex{
	display: flex;
	justify-content: flex-start;
}
.d-btn-flex input[type="button"]{
	width: auto
}


/*
@media (min-width: 768px) { 
}
@media (min-width: 992px) { 
}
@media (min-width: 1200px) { 
}
*/

/* CUSTOM CONTAINER */
@media (min-width: 425px) {
	.icon-bar{ display:block; }
	.icon-bar-mobile{ display:none; }
}
@media (max-width: 425px) {
	.icon-bar{ display:none; }
	.icon-bar-mobile{ display:block; }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 767px) {
.carousel-events-box .swiper-prev {    
top: 30%;
}
.carousel-events-box .swiper-next {    
top: 30%;
}
.side-content.text-left {
    padding: 10px 0;
}
 

}
.entr-event h2 {
    text-align: right;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM CURSOR */
.cursor {
  position: fixed;
  top: -40px;
  left: -40px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor:before {
  content: "";
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
  border: 1px solid white;
  transition: all ease 0.15s;
  transform: scale(0.15);
}

.cursor.light:before {
  transform: scale(1);
  background: transparent;
}

.cursor.drag {
  mix-blend-mode: unset;
}

.cursor.drag:before {
  transform: scale(1);
  background: #856d47;
  border-color: transparent;
}

.cursor.drag:before {
  content: "\ea23";
  font-family: "LineIcons";
  font-size: 20px;
  color: #fff;
}

/* RANGE SLIDER */
.range-slider {
  width: 100%;
  display: block;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 0;
  background: #f2f2f2;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #856d47;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #856d47;
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range:active::-moz-range-thumb {
  background: #856d47;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #856d47;
}

::-moz-range-track {
  background: #856d47;
  border: 0;
}

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

/* ACCORDION */
.accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0;
}
.accordion .card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: none;
  border-radius: 0;
  border: 1px solid #eaebee;
  margin-bottom: 10px;
  border: none;
}
.accordion .card .card-header {
  width: 100%;
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  font-weight: 600;
  padding: 20px 25px;
  color: #141414;
  font-weight: 600;
  border: 1px solid #cbcbcb;
}
.accordion .card .card-header a:hover {
  color: #856d47;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  line-height: 26px;
  opacity: 0.7;
}
.accordion .card [aria-expanded="true"] {
  color: #fff !important;
  background: #856d47;
  border-color: #856d47 !important;
}

/* DATE PICKER */
.datepicker-dropdown {
  width: 280px;
  border: none;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.datepicker-panel ul:first-child {
  width: 280px;
  display: flex;
}
.datepicker-panel ul:first-child li {
  flex: auto;
  box-shadow: none;
}

.datepicker-panel ul:nth-child(2) {
  font-weight: 600;
}
.datepicker-panel ul:nth-child(2) li {
  background: #f5f3ec;
}

.datepicker-panel > ul > li {
  padding: 5px 0;
  width: 40px;
  height: auto;
  box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  background: #856d47;
  color: #fff;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #856d47;
}

.datepicker-panel > ul > li:hover {
  background-color: #f5f3ec;
}

.datepicker-top-left:after, .datepicker-top-right:after {
  display: none;
  border: none;
}

.datepicker-top-left:before, .datepicker-top-right:before {
  display: none;
  border: none;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  display: none;
  border: none;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  display: none;
  border: none;
}

/* HAMBURGER MENU */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 38px;
	margin-bottom: 0
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}
.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #856d47 !important;
  /* background: #141414; */

  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated > * {
  animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  51% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* CUSTOM BUTTON */
.custom-button {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #856d47;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
    font-weight: 500;
  position: relative;
}
.custom-button.light {
  border: 1px solid #fff;
  background: none;
}
.custom-button:hover {
  text-decoration: none;
  color: #fff;
}
.custom-button:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.custom-button:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #141414;
  transition: width .25s ease;
  opacity: 0.1;
}
.custom-button:hover:before {
  width: 100%;
  background: #141414;
  opacity: 0.1;
  transition: width .25s ease;
}
.custom-button:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}


/* OLD PRELOADER */
/* .preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #b55d5d;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
  transition-delay: 1s;
}
.preloader .loadbar {
  width: 0%;
  height: 100%;
  max-height: 6px;
  background: #856d47;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.preloader figure {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade 0.30s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  position: relative;
}
 
.preloader figure span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 14px;
} */

/* .preloader figure img {
  height: 100px;
  display: inline-block;
  opacity: 0.05;
} */


/* PRELOADER */
/* #preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
} */

/* Spotlight background */
/* #preloader::before {
  content: "";
  position: absolute;
  inset: 0;
   
  background: radial-gradient(circle at center,
      rgba(255, 215, 0, 0.15),
      rgba(0,0,0,0.95));
  z-index: 1;
} */

/* Curtains */
/* .curtain {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    #3d0000 0%,
    #7a0000 20%,
    #a30000 50%,
    #7a0000 80%,
    #3d0000 100%
  );
  box-shadow: inset 0 0 50px rgba(0,0,0,0.7);
  transition: transform 2s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 3;
} */

/* Velvet folds effect */
/* .curtain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.02) 15px,
    rgba(0,0,0,0.08) 30px
  );
}

.left-curtain {
  left: 0;
}

.right-curtain {
  right: 0;
} */

/* Logo */
/* .preloaderlogo {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: gold;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 6px;
  opacity: 0;
  transform: scale(0.8);
  z-index: 2;
  transition: all 1.5s ease;
  text-shadow:
    0 0 10px rgba(255,215,0,0.8),
    0 0 20px rgba(255,215,0,0.6),
    0 0 40px rgba(255,215,0,0.4);
} */

/* Glow reveal */
/* .preloaderlogo.show {
  opacity: 1;
  transform: scale(1);
} */

/* Curtain opening */
/* #preloader.open .left-curtain {
  transform: translateX(-100%);
}

#preloader.open .right-curtain {
  transform: translateX(100%);
} */

/* Fade out preloader */
/* #preloader.hide {
  opacity: 0;
  transition: opacity 3s ease;
} */


/*CODE END HERE*/

  #preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
  }

  #preloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }




@keyframes fade {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #856d47;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-transition .layer {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
}
.page-transition.active {
  height: 100vh;
}
.page-transition.active .layer {
  height: 100vh;
}

/* BODY */

body .slider .main-slider {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

body .page-header {
  transform: scale(1.4);
  transition-delay: 1.15s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

/* PAGE LOADED */
.page-loaded .preloader {
  height: 0;
}

.page-loaded .preloader .loadbar {
  max-height: 100%;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-loaded .preloader figure {
  /* transform: translateY(50px); */
  /* opacity: 0; */
  z-index: 9999;
}

.page-loaded .slider .main-slider {
  transform: scale(1);
}

.page-loaded .page-header {
  transform: scale(1);
}

/* HAMBURGER NAVIGATION */
/* .hamburger-navigation {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  background: #856d47;
}
.hamburger-navigation .layer {
  width: 100%;
  height: 0;
  background: #856d47;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
}
.hamburger-navigation .container {
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.hamburger-navigation .info-box {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
  color: #fff;
  font-size: 14px;
}
.hamburger-navigation .nav-menu {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
  display: none;
}
.hamburger-navigation .nav-menu li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hamburger-navigation .nav-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-family: "Argesta Display";
}
.hamburger-navigation .nav-menu li a:hover {
  color: #856d47;
} */

/* HAMBURGER NAGIVATION ACTIVE */
/* .hamburger-navigation-active .scroll-content {
  transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
  height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
  height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
  visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
  opacity: 1;
  visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
  opacity: 1;
  visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
  opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
  opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
  opacity: 0;
} */

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 7;
	transition: all .35s ease;
  transition-delay: 1.3s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);

}

.navbar.header-fixed {
  position: fixed;
	transition: all .5s ease;	
  padding: 10px 10px;
}
.navbar .logo {
  display: inline-block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.navbar .logo a {
  display: inline-block;
}
.navbar .logo a img {
  height: 100%;
  width: 100%;
}

.swiper-slide.swiper-slide-active {
  width: 750px;
  /* height: 750px; */
}
.swiper-slide {
  width: 750px;
  /* height: 750px; */
}

.container .site-menu,.navbar-text,.hamburger-menu,.menu{
/*  margin-top: 3% !important;*/
}
.navbar .navbar-text {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.navbar .site-menu {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.navbar .site-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
	float: left;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
.navbar .site-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.navbar .hamburger-menu {
  display: inline-block;
  margin-left: auto;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
  /* background: url("../images/slide01.jpg") center; */
  background-size: cover !important;
  overflow: hidden;
}
.bg-set{
/*	    background-image:url('../images/page-header01.jpg');*/
/*background-repeat:no-repeat;background-size:contain;background-position:center;*/
}

.slider h6 {
  width: 100%;
  display: block;
  letter-spacing: 4px;
  font-size: 18px;
  background-color: #0000009a;
  padding: 5px;
  border-radius: 15px 0px 15px 0px;
  width: 40%;
  margin: 0px auto;
}
.slider h1 {
  font-weight: 400;
  font-size: 6vw;
  font-family: "Argesta Display";
  margin-bottom: 30px;
  color: black;
  text-shadow: 1px 1px white;
}
.slider p {
  padding: 0 20%;
  opacity: 0.7;
  letter-spacing: 1px;
}
.slider a {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  background: #f5f3ec;
  color: #856d47;
  font-size: 14px;
  font-weight: 600;
  padding: 0 50px;
  position: relative;
}
.slider a:hover {
  text-decoration: none;
}
.slider a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: width 0s ease, background .25s ease;
}
.slider a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #141414;
  transition: width .25s ease;
  opacity: 0.1;
}
.slider a:hover:before {
  width: 100%;
  background: #141414;
  opacity: 0.1;
  transition: width .25s ease;
}
.slider a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.slider .main-slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.slider .main-slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.slider .main-slider .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.slider .main-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center;
  padding-top: 0px;
}
.overly-section{
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
  .scroll-down { 
    display: none;
}
  .slider .main-slider .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important; 
} 

.page-loaded.hamburger-navigation-active .navbar {
    padding: 10px 0;
    background: #080808 !important;
    width: 70px;
    height: 70px;
    left: 80% !important;
}
.page-loaded.hamburger-navigation-active .hamburger-menu.col-md-2.col-xs-2 {
    top: -49px;
    right: 15px;
}
.section-title.text-center span{
  background-color: #000000df;
  color: #ff9f06;
   
}
}
.slider .main-slider .swiper-slide .slide-inner:after {
  content: "";
  /* width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3; */
}
.slider:before {
/*
  content: "";
  width: 30%;
  height: 6px;
  background: #856d47;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
*/
}
.slider .slider-fraction {
  width: 20%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #141414;
  font-family: "Argesta Display";
  font-size: 22px;
}
.slider .slider-prev {
  width: 80px;
  height: 80px;
  background: #856d47;
  position: absolute;
  right: calc(20% + 82px);
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.slider .slider-prev:hover:before {
  opacity: 1;
}
.slider .slider-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 35px;
  top: 30px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0.5;
}
.slider .slider-next {
  width: 80px;
  height: 80px;
  background: #856d47;
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.slider .slider-next:hover:before {
  opacity: 1;
}
.slider .slider-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 35px;
  top: 30px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0.5;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover !important;
  position: relative;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #A00108;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.page-header .container {
  position: relative;
  z-index: 1;
  color: #fff;
}
.page-header .container h1 {
  width: 100%;
  display: block;
  font-size: 3vw;
  font-family: "Argesta Display";
  text-indent: -5px;
}
.page-header .container p {
  width: 100%;
  display: block;
  margin: 0;
  letter-spacing: 0px;
  font-size: 22px;
}

/* SCROLL DOWN */
.scroll-down {
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: 0;
  z-index: 2;
}
.scroll-down:after {
  content: "";
  width: 1px;
  height: 0;
  animation: 1s scrolldown infinite;
  background: #856d47;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
/* CONTENT SECTION */
.content-section {
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    position: relative;
}
.content-section_new {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  position: relative;
	
}
.content-section_footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 49px 0px 58px 0px;
    position: relative;
	
}

.page-banners{	
 background-image: url(%c3%a2%c2%80%c2%98http_/localhost/Data/shreevinayakevents/images/page-header01.html) !important; background-size: cover;background-repeat: no-repeat;
}
.common_section {
    padding: 9px 0px 8px 0px;
}
.common_heading  {

	justify-content: center
}

form#contact-form {
    text-align: center;
    margin: 0px auto;
}
input#submit_request_form {
    margin: 0px;
}
form#contact-form input{ 
   padding: 15px;
    border: 1px solid #cecece;
    width: 100%;
}
form#contact-form .form-group {
    width: 25%;
}

.common_heading h3{    
    font-size: 28px;
    text-align: center;
    font-weight: 400 !important;
	color: #fff;
	margin-bottom: 15px;
}
div#contact-form {
    width: 100% !important;
}
.cs-tb{
  padding: 100px 0px 0px 0px !important;
  margin: -10px 0px;
}
.content-section.bottom-spacing {
  margin-bottom: 100px !important;
}
.content-section.top-spacing {
  margin-top: 100px !important;
}
/*

#main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
*/

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
	padding-bottom: 0
}
.section-title.text-center {
  text-align: center;
}
.section-title.text-center .main-title:before {
 left: 50%;
    transform: translate(-50%, 0);
}
.section-title.light {
  color: #fff;
}
.small-title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #856d47;
    opacity: 1;
}
#bloglist{
	padding: 15px 0 0 0;
}
.pb-15{
	padding-bottom: 15px;
}
.section-title.light .small-title {
 color: #fff;
}
.section-title.light .main-title:before {
  background: #fff;
}
.section-title .main-title {
  width: 100%;
  display: block;
  position: relative;
	margin-bottom: 25px;
    padding-bottom: 20px;
}
.section-title .main-title:before {
 content: "";
    width: 55px;
    max-width: 100%;
    height: 2px;
    display: inline-block;
    background: #141414;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.section-title h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-family: "Argesta Display";
  font-size: 38px;
}
.mar_tb .section-title h2{
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* HOTEL SEARCH FORM */
.hotel-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.hotel-search h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
}
.hotel-search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hotel-search form .form-group {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.hotel-search form .form-group i {
  position: absolute;
  right: 25px;
  bottom: 42px;
  transform: translateY(50%);
  color: #808080;
}
.hotel-search form .form-group input[type="number"] {
  /*width: 100px;*/
}
.hotel-search form .form-group input {
  width: auto;
}
.hotel-search form .form-group select {
  width: 300px;
}
.hotel-search form .form-group label {
  width: 100%;
  display: block;
  font-size: 14px;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.side-content.text-left {
  padding-right: 30%;
}
.side-content.text-left p {
  padding-right: 10%;
}
.side-content.text-center {
  padding: 0;
}

.side-content.light {
  color: #fff;
}
.side-content.light .custom-button {
  border: 1px solid #fff;
  background: none;
}
.side-content h6 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;
}
.side-content h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-family: "Argesta Display";
  font-size: 50px;
}
.side-content p {
  width: 100%;
  display: block;
  margin-top: 0px;
  opacity: 0.7;
	font-size: 16px;
    line-height: 1.6;
}
.side-content p:last-child {
  margin-bottom: 0;
}
.side-content .custom-button {
  margin-top: 20px;
	height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #856d47;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

/* SIDE IMAGE */
.side-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
/*
.side-image.overlap-bottom {
  transform: translateY(100px);
}
*/
.side-image.overlap-top {
  transform: translateY(-100px);
}
.side-image.right-full {
  width: 100%;
  float: left;
}
.side-image.left-full {
  width: 50vw;
  float: right;
}
.side-image.left-full-space {
  width: 44vw;
  float: right;
  margin-right: 6vw;
}
.side-image.left-align {
  float: right;
  position: relative;
}
.side-image.left-align:after {
  content: "";
  width: calc(50vw - 100px);
  height: 100%;
  background: #f5f3ec;
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: -1;
}
.side-image.right-align {
  float: left;
  position: relative;
}
.side-image.right-align:after {
  content: "";
  width: calc(50vw - 100px);
  height: 100%;
  background: #f5f3ec;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: -1;
}
.side-image .video-button {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #fff;
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  color: #856d47;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.side-image .video-button:hover {
  background: #856d47;
  color: #fff;
}
.side-image img {
  width: 100%;
}

/* SIDE GALLERY */
.side-gallery {
  width: calc(50vw + 15%);
  float: right;
  margin-bottom: 0;
  position: relative;
  transform: translateY(-100px);
}
.side-gallery div:first-child {
  width: calc(66.66666% - 10px);
}
.side-gallery div:nth-child(2) {
  margin-bottom: 10px;
}
.side-gallery div {
  width: calc(33.33333% - 10px);
  float: left;
  margin-right: 10px;
}

/* SIDE HOTEL BOX */
.side-hotel-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side-hotel-box.right {
  padding-left: 100px;
}
.side-hotel-box .review {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.side-hotel-box .review i {
  display: inline-block;
  margin-right: 3px;
  color: #00aa6c;
}
.side-hotel-box .review span {
  display: inline-block;
  opacity: 0.4;
  margin-left: 8px;
}
.side-hotel-box h2 {
  width: 100%;
  display: block;
  font-size: 44px;
  font-family: "Argesta Display";
  margin-bottom: 25px;
}
.side-hotel-box p {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.side-hotel-box .info-box {
  width: 100%;
  display: flex;
  border: 1px solid #cbcbcb;
  padding: 20px;
  margin-bottom: 20px;
}
.side-hotel-box .info-box span {
  display: inline-block;
  border-left: 6px solid #856d47;
  padding-left: 20px;
}
.side-hotel-box .info-box b {
  height: 54px;
  line-height: 1.3;
  margin-left: auto;
  font-size: 40px;
}
.side-hotel-box .info-box b small {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.5;
}
.side-hotel-box .custom-button {
  margin-right: 30px;
}
.side-hotel-box .availability {
  line-height: 80px;
  display: inline-block;
}
.side-hotel-box .availability i {
  color: #856d47;
}

/* CAROUSEL IMAGE BOX */
.carousel-image-box {
/*  width: calc(50vw + 100% / 2);*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding: 15px 0 25px 0;
}
.carousel-image-box figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.carousel-image-box figure img {
  width: 100%;
  float: left;
}
.carousel-image-box figure figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  color: #1d1313;
  
  
}
.carousel-image-box figure figcaption h5 {
  width: 100%;
  display: block;
  font-size: 32px;
  font-weight: 800;
  background-color: rgba(245, 245, 245, 0.633);
  border-radius: 10px;
}
.carousel-image-box figure figcaption p {
  width: 100%;
  display: block;
  margin: 0;
}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  display: inline-block;
  opacity: 1 !important;
}

/* EVENTS TAB */
.events-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
	padding: 15px 0 0 0;
}
.events-tab .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0;
}
.events-tab .tab-nav li {
  display: inline-block;
  margin-right: 20px;
  padding: 0 5px;
  list-style: none;
  border-bottom: 4px solid transparent;
}
.events-tab .tab-nav li.active {
  border-color: #856d47;
}
.events-tab .tab-nav li a {
  display: inline-block;
  color: #fff;
}
.events-tab .tab-item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  overflow: hidden;
}
.events-tab .tab-item.active-item {
  display: block;
}

/* CONTENT TAB */
.content-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content-tab .tab-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.content-tab .tab-nav li {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  margin-right: 20px;
  padding: 0 25px;
  list-style: none;
  border: 1px solid #eee;
  margin-bottom: -1px;
}
.content-tab .tab-nav li.active {
  border-bottom: 1px solid #fff;
}
.content-tab .tab-nav li.active a {
  color: #856d47;
  opacity: 1;
}
.content-tab .tab-nav li a {
  display: inline-block;
  font-weight: 600;
  opacity: 0.5;
}
.content-tab .tab-item {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: none;
  padding: 50px;
}
.content-tab .tab-item ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.content-tab .tab-item ul li {
  width: 33.33333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 7px 0;
}
.content-tab .tab-item ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.content-tab .tab-item ul li figure {
  width: 50px;
  float: left;
  margin-bottom: 0;
}
.content-tab .tab-item ul li figure img {
  height: 22px;
  float: left;
}
.content-tab .tab-item ul li b {
  font-weight: 400;
  float: left;
}
.content-tab .tab-item.active-item {
  display: block;
}

/* CAROUSEL EVENTS BOX */
.carousel-events-box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
	display: flex;
    height: 100%;
}
.carousel-events-box .swiper-prev {
  width: 40px;
  height: 40px;
  background: #856d47;
  position: absolute;
  left: 0;
  top: 33%;
  z-index: 2;
  cursor: pointer;
}
.carousel-events-box .swiper-prev:hover:before {
  opacity: 1;
}
.carousel-events-box .swiper-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0.5;
}
.carousel-events-box .swiper-next {
  width: 40px;
  height: 40px;
  background: #856d47;
  position: absolute;
  right: 0;
  top: 33%;
  z-index: 2;
  cursor: pointer;
}
.carousel-events-box .swiper-next:hover:before {
  opacity: 1;
}
.carousel-events-box .swiper-next:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0.5;
}
.carousel-events-box figure {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
.carousel-events-box figure:before {
  background: #856d47 !important;
}
.carousel-events-box figure img {
  width: 100%;
  display: block;
}
.carousel-events-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.carousel-events-box .content h5 {
 width: 100%;
    font-size: 26px;
    font-family: "Argesta Display";
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.carousel-events-box .content p{
	color: #141414;
}
.carousel-events-box .content h5 a {
  display: inline-block;
	/* color: #fff;*/
}
.carousel-events-box .content h5 a:hover {
  color: #856d47;
}
.carousel-events-box .content span {
  display: inline-block;
  margin: 4px auto;
  color: #f5f3ec;
  opacity: 0.6;
}
.carousel-events-box .content small {
  width: 100%;
  display: block;
}

/* ROOM SLIDER */
.rooms-slider {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.rooms-slider:before {
  content: "";
  width: 100%;
  height: 240px;
  background: #141414;
  position: absolute;
  left: 0;
  top: 0;
}
.rooms-slider .swiper-slide {
  max-width: 75%;
  background-size: cover !important;
  background-position: center !important;
  transform: scale(0.9);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.rooms-slider .swiper-slide .room-detail {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0;
}
.rooms-slider .swiper-slide .room-detail .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #856d47;
  letter-spacing: 1px;
}
.rooms-slider .swiper-slide .room-detail .price-line span {
  color: #141414;
  opacity: 0.7;
}
.rooms-slider .swiper-slide .room-detail h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
}
.rooms-slider .swiper-slide .room-detail .reviews {
  width: 100%;
  color: #888888;
  font-size: 15px;
}
.rooms-slider .swiper-slide .room-detail .reviews span {
 padding: 12px 15px;
    background: #856d47;
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
    display: inline-block;
    font-size: 16px;
}
.rooms-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
  opacity: 1 !important;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
  padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
  padding-left: 30px;
}

.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.recent-news figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.recent-news figure img {
  width: 100%;
}
.recent-news .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}
.recent-news .content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  position: relative;
}
.recent-news .content ul:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #856d47;
  position: absolute;
  left: -80px;
  top: calc(50% - 0.5px);
}
.recent-news .content ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.recent-news .content ul li:last-child {
  margin-right: 0;
}
.recent-news .content ul li a {
  display: inline-block;
  color: #856d47;
  font-size: 14px;
  font-weight: 600;
}
.recent-news .content span {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
  line-height: 27px;
}
.recent-news .content span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #141414;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.recent-news .content h2 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Argesta Display";
  margin-top: 20px;
  margin-bottom: 0;
}

/* IMAGE */
.image {
  width: 100%;
  display: block;
}

/* TESTIMONIAL BOX */
.testimonial-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #856d47;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-box.bottom {
  margin-bottom: -100px;
}
.testimonial-box small {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.testimonial-box small i {
  display: inline-block;
  margin: 0 3px;
}
.testimonial-box h4 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-family: "Argesta Display";
}
.testimonial-box p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 19px;
}
.testimonial-box .custom-button {
  margin: 0 auto;
}

/* PACKAGE BOX */
.package-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  color: #fff;
}
.package-box h4 {
  width: 100%;
  display: block;
  font-size: 25px;
  font-family: "Argesta Display";
  margin-bottom: 15px;
}
.package-box p {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.package-box a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #eee;
  font-size: 15px;
}

/* MEMBER BOX */
.member-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member-box:hover figure img {
  opacity: 0.6;
}
.member-box:hover figure ul {
  opacity: 1;
  visibility: visible;
}
.member-box figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  background: #141414;
}
.member-box figure * {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.member-box figure ul {
  width: 44px;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
}
.member-box figure ul li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
.member-box figure ul li:last-child {
  margin-bottom: 0;
}
.member-box figure ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  background: #856d47;
  color: #fff;
}
.member-box figure img {
  width: 100%;
  display: block;
}
.member-box .content {
  width: calc(100% - 30px);
  display: inline-block;
  background: #fff;
  margin-top: -30px;
  padding: 30px;
  position: relative;
}

.testimonials .content {
    background: #fff !important;
    color: #856d47 !important;
    margin: 0px !important;
    padding: 20px;
}
.testimonials figure {
    margin: 0 0 0;
	margin-bottom: 0px;
}

.swiper-slide.swiper-slide_testiminial.col-lg-4.col-md-6 {
    padding: 0px !important;
}
.member-box .content small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.member-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Argesta Display";
  margin-bottom: 25px;
  opacity: 0.7;
}
.member-box .content a {
  display: inline-block;
  text-decoration: underline;
  color: #856d47;
  font-weight: 600;
  font-size: 15px;
}

/* VIDEO BOX */
.video-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 100px 0;
}
.video-box .play-btn {
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: inline-block;
  background: #fff;
  color: #856d47;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  margin-bottom: 100px;
}
.video-box .play-btn:hover {
  background: #856d47;
  color: #fff;
}
.video-box h2 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

/* ROOMS FITER */
.rooms-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.rooms-filter h6 {
  display: inline-block;
  font-weight: 600;
}
.rooms-filter .price-range {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}
.rooms-filter .price-range .range-slider__value {
  float: right;
  margin-top: -56px;
  font-weight: 800;
  color: #856d47;
}
.rooms-filter .price-range .range-slider__value:before {
  content: "$";
}
.rooms-filter .price-range .range-slider {
  width: 100%;
}
.rooms-filter .specifications {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
.rooms-filter .specifications ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.rooms-filter .specifications li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}

/* ROOMS LIST */
.rooms-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.rooms-list li {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  padding-right: 30px;
  list-style: none;
}
.rooms-list li:nth-child(1) {
  margin-top: 0;
}
.rooms-list li:nth-child(2) {
  margin-top: 0;
}
.rooms-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 30px;
}

/* ROOM BOX */
.room-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.room-box figure {
  width: 100%;
  display: block;
  margin: 0;
}
.room-box figure img {
  width: 100%;
}
.room-box .content {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: -50px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-right: 0;
}
.room-box .content .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #856d47;
  letter-spacing: 1px;
}
.room-box .content .price-line span {
  color: #141414;
  opacity: 0.7;
}
.room-box .content h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
}
.room-box .content .bottom-specs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.room-box .content .bottom-specs .icons {
  width: 50%;
  display: inline-block;
}
.room-box .content .bottom-specs .icons img {
  height: 25px;
  margin-right: 5px;
}
.room-box .content .bottom-specs .reviews {
  width: 50%;
  text-align: right;
  color: #888888;
  font-size: 15px;
}
.room-box .content .bottom-specs .reviews span {
  padding: 5px 8px;
  background: #856d47;
  color: #fff;
  font-weight: 800;
  margin-left: 5px;
}

/* ROOM TYPE */
.room-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.room-type .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #856d47;
  letter-spacing: 1px;
}
.room-type .price-line span {
  color: #141414;
  opacity: 0.7;
}
.room-type h3 {
  width: 100%;
  display: block;
  font-size: 80px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
  text-indent: -4px;
}
.room-type small {
  width: 100%;
  display: block;
  opacity: 0.5;
  font-size: 16px;
}

/* RECENT TESTIMONIAL */
.recent-testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 50px;
  margin-bottom: 50px;
}
.recent-testimonial span {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.recent-testimonial span b {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
}
.recent-testimonial span i {
  color: #856d47;
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
}
.recent-testimonial small {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}
.recent-testimonial p {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 19px;
  font-family: "Argesta Display";
}

/* ROOM GALLERY */
.room-gallery-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.room-gallery-top .swiper-slide {
  max-width: 40%;
}

.room-gallery-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.room-gallery-thumbs .swiper-slide {
  background: #141414;
}
.room-gallery-thumbs .swiper-slide:hover img {
  opacity: 1;
}
.room-gallery-thumbs .swiper-slide img {
  opacity: 0.5;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

/* ROOM INFO BOX */
.room-info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  border: 1px solid #eee;
  margin: 30px 0;
}
.room-info-box h6 {
  width: 100%;
  display: block;
  font-size: 26px;
  font-family: "Argesta Display";
  margin-bottom: 15px;
  color: #856d47;
}
.room-info-box p {
  width: 100%;
  display: block;
}
.room-info-box p:last-child {
  margin-bottom: 0;
}
.room-info-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.room-info-box ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
  padding: 5px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.room-info-box ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.room-info-box ul li figure {
  width: 50px;
  float: left;
  margin-bottom: 0;
}
.room-info-box ul li figure img {
  height: 22px;
  float: left;
}
.room-info-box ul li b {
  width: 30%;
  font-weight: 600;
  float: left;
}
.room-info-box ul li span {
  width: 65%;
  float: left;
}

/* MEETING EVENT BOX */
.meeting-event-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.meeting-event-box figure {
  width: 100%;
  display: block;
  margin: 0;
}
.meeting-event-box figure img {
  width: 100%;
}
.meeting-event-box .content {
  display: flex;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 70%);
    margin-top: -80px;
    position: relative;
    z-index: 1;
    padding: 0px;
    width: 100%;
    justify-content: center;
    text-align: center;
    top: 0px;
}
.hotel-blocks .meeting-event-box .content{
	margin-top: -50px;
}
.meeting-event-box .content h5 {
 width: 100%;
    display: flex;
    font-size: 23px;
    font-family: "Argesta Display";
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.meeting-event-box .content h5 a {
height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting-event-box .content h5 a:hover {
  color: #856d47;
}
.meeting-event-box .content span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  opacity: 0.4;
}
.meeting-event-box .content small {
  width: 100%;
  display: block;
}

/* SPECIAL OFFER BOX */
.special-offer-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.special-offer-box figure {
  width: 100%;
  display: block;
  margin: 0;
}
.special-offer-box figure img {
  width: 100%;
}
.special-offer-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.special-offer-box .content span {
  width: 100%;
  display: block;
  margin-bottom: 0;
  opacity: 0.4;
  font-weight: 600;
  font-size: 13px;
}
.special-offer-box .content h5 {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "Argesta Display";
}
.special-offer-box .content h5 a {
  display: inline-block;
}
.special-offer-box .content h5 a:hover {
  color: #856d47;
}
.special-offer-box .content p {
  width: 100%;
  display: block;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
}
.special-offer-box .content small {
  display: inline-block;
  background: #856d47;
  padding: 4px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}

/* EVENT HEADLINE */
.event-headline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.event-headline .rating {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.event-headline .rating i {
  color: #856d47;
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
}
.event-headline h3 {
  width: 100%;
  display: block;
  font-size: 50px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
  text-indent: -4px;
}
.event-headline address {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.event-headline address span {
  display: inline-block;
}
.event-headline address span:first-child {
  margin-right: 10%;
}
.event-headline address span i {
  display: inline-block;
  color: #856d47;
  margin-right: 10px;
}

span.validation_error {
  display: none;
  padding: 2px 20px;
  color: #7b1d05;
  font-weight: 500;
}

/* CONTACT FORM */
.contact-form {
  width: 100%;
  display: block;
}
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form input[type="email"] {
  width: 100%;
}

.contact-form input[type="number"] {
  width: 100%;
}

.contact-form textarea {
  width: 100%;
}

/* CONTACT BOX*/
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #856d47;
  color: #fff;
  padding: 50px;
  margin: 15px 0;
}
.contact-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Argesta Display";
}
.contact-box address {
  width: 100%;
  display: block;
  margin: 0;
}
.contact-box address strong {
  width: 100%;
  display: block;
  margin-top: 5px;
	font-weight: 300;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 560px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #856d47;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}
.google-maps i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  font-size: 40px;
  color: #856d47;
  border-radius: 50%;
}
.google-maps:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* NEWS BOX */
.news-box {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0px;
}
.news-box.single .content {
  padding-left: 0;
}
.news-box.single .content .category:before {
  display: none;
}
.news-box.single .content .author {
  margin-bottom: 30px;
}
.news-box:last-child {
  margin-bottom: 0;
}
.news-box:hover .content h3 a {
  background-size: 100% 100%;
}
.news-box figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #856d47;
}
.news-box figure img {
  width: 100%;
  max-width: inherit;
}
.news-box .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}
.news-box .content .category {
  display: inline-block;
  color: #856d47;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.news-box .content .category:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #856d47;
  position: absolute;
  left: -80px;
  top: calc(50% - 0.5px);
}
.news-box .content .date {
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
  margin-left: 15px;
}
.news-box .content .date:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #141414;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-2px);
}
.news-box .content h3 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Argesta Display";
}
.news-box .content h3 a {
  display: block;
  color: #141414;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.news-box .content h3 a:hover {
  color: #856d47;
  text-decoration: none;
}
.news-box .content .author {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 13px;
}
.news-box .content .author img {
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.news-box .content .author b {
  font-weight: 600;
}
.news-box .content h6 {
  font-size: 24px;
  line-height: 1.7;
  margin: 30px 0;
}
.news-box .content strong {
  font-weight: 600;
}
.news-box .content figure {
  margin: 15px 0 30px 0;
}
.news-box .content blockquote {
  width: 100%;
  display: block;
  padding: 40px;
  background: #f5f3ec;
  color: #856d47;
  font-size: 22px;
  font-family: "Argesta Display";
  margin: 30px 0;
}
.news-box .content ul {
  padding-left: 20px;
}
.news-box .content ul li {
  margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  display: block;
  padding-left: 30px;
}
.sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f5f3ec;
  border-right: 4px solid #f5f3ec;
  border-bottom: 4px solid #f5f3ec;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
}
.sidebar .widget * {
  position: relative;
}
.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 22px;
  color: #856d47;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Argesta Display";
}
.sidebar .widget .widget-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #856d47;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar .widget .widget-title:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f5f3ec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.sidebar .widget form {
  width: 100%;
  display: block;
}
.sidebar .widget form input[type="submit"] {
  margin-top: 10px;
  background: #141414;
  color: #fff;
}
.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget .categories li a {
  color: #141414;
  font-size: 19px;
}
.sidebar .widget .categories li a:hover {
  color: #856d47;
}
.sidebar .widget .widget-gallery {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
  padding: 0;
}
.sidebar .widget .widget-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 2px;
  list-style: none;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #141414;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* NEWSLETTER BOX */
.newsletter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0%;
}
.newsletter-box h6 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;
  position: relative;
}
.newsletter-box h6:before {
  content: "";
  width: 4vw;
  max-width: 100%;
  height: 1px;
  display: inline-block;
  background: #141414;
  position: absolute;
  left: calc(50% - 2vw);
  top: calc(100% + 10px);
}
.newsletter-box h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: "Argesta Display";
  font-size: 60px;
}
.newsletter-box form {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cbcbcb;
  padding: 10px;
  margin-bottom: 15px;
}
.newsletter-box form input[type="email"] {
  flex: 1;
  height: 60px;
  border: none;
  padding: 0 10px;
}
.newsletter-box form input[type="submit"] {
  height: 60px;
  border: none;
}
.newsletter-box small {
  width: 100%;
  display: block;
}
.newsletter-box small a {
  display: inline-block;
  text-decoration: underline;
}
.newsletter-box small a:hover {
  text-decoration: none;
}

/* FOOTER BAR */
.footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 40px 0;
}
.footer-bar i {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.footer-bar h6 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 24px;
  opacity: 0.4;
}
.footer-bar strong {
  font-size: 15px;
}
.footer-bar figure {
  margin-left: auto;
  margin-bottom: 0;
}
.footer-bar figure img {
  height: 40px;
}


/* FOOTER */


/* FOOTER */

.content_cont a {
    padding: 6px;
    border: 1px solid;
    margin-top: 17px !important;
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;  
  background: #856d47;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.footer .widget-title {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Argesta Display";
  margin-bottom: 25px;
  text-align: center;
}
.footer p {
  width: 100%;
  display: block;
}
.footer p a {
  color: #fff;
}
.footer p a:hover {
  text-decoration: underline;
}
.copy-section{
	background-color: #000;
	width: 100%;
}
.bottom-bar {
 width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 14px;
    position: relative;
}

.bottom-bar span {
  display: inline-block;
	color: #fff;
}
.copy-section .footer-social {
  display: inline-block;
  margin: 0;
  padding: 0;
}
 .copy-section .footer-social li {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
.copy-section .footer-social li a {
  display: inline-block;
  color: #fff;
}
.f-right {
    display: flex;
    float: right;
    justify-content: flex-end;
    align-items: center;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
	.navbar{
		padding: 10px 0 0 0
	}
	.topbar{
		top: 0 !important
	}
	div#navbarContent .menu{
		margin: 20px 0px 0px 0px;
	}
	.content-section_footer{
		padding: 40px 0;
	}
	.navbar .container.p-relative {
    max-width: 100%;
}
  .hotel-search form .form-group {
    margin: 15px;
  }

  .side-image .video-button {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }

  .side-image.overlap-bottom {
    transform: translateY(0);
  }

  .side-image.left-align:after {
    display: none;
  }

  .side-image.right-align:after {
    display: none;
  }

  .side-image.overlap-top {
    transform: translateY(0);
  }

  .side-content.text-left p {
    padding-right: 0;
  }

  .side-content .custom-button {
    margin-top: 20px;
  }

  .section-title h2 {
    font-size: 35px;
  }

  .section-title h6:before {
    display: none;
  }

  .side-content h2 {
    font-size: 32px;
  }

  .carousel-image-box {
    width: 100%;
  }

  .side-hotel-box.right {
    padding-left: 50px;
  }

  .side-hotel-box h2 {
    font-size: 38px;
  }

  .side-hotel-box h2 br {
    display: none;
  }

  .side-hotel-box .review {
    display: none;
  }

  .side-content.text-left {
    padding-right: 10%;
  }

  .video-box .play-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }

  .rooms-slider .swiper-slide .room-detail {
    width: 60%;
  }

  .recent-news .content {
    padding-left: 0;
  }

  .recent-news .content ul:before {
    display: none;
  }

  .meeting-event-box .content h5 a{
font-size: 20px;
}

  .event-headline h3 {
    font-size: 44px;
  }

  .room-box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    padding: 0;
  }

  .special-offer-box .content h5 {
    font-size: 23px;
  }

  .special-offer-box .content {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .newsletter-box h2 {
    font-size: 48px;
  }

  .side-gallery {
    transform: translateY(0);
  }

  .rooms-list li {
    padding-right: 15px;
  }

  .rooms-list li:nth-child(even) {
    padding-left: 15px;
  }

  .room-type h3 {
    font-size: 60px;
  }

  .room-info-box {
    padding: 30px;
  }

  .room-info-box ul li span {
    width: auto;
  }

  .contact-box {
    padding: 30px;
  }

  .contact-form input[type="text"] {
    width: 100%;
  }


  .sidebar {
    padding-left: 0;
  }

  .news-box .content {
    padding-left: 0;
  }

  .news-box .content .category:before {
    display: none;
  }

  .footer .bottom-bar:before {
    width: 100%;
    left: 0;
  }

  .content-section.bottom-spacing {
    margin-bottom: 0 !important;
  }

  .content-section.top-spacing {
    margin-top: 0 !important;
  }

  .col-md-6:nth-child(2) .recent-news {
    padding-right: 0;
  }

  .col-md-6:nth-child(3) .recent-news {
    padding-left: 0;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	.entr-event h2 {
    text-align: left;
}
	.ipad-rev{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start !important;
	}
	.testimonial-box p{
		text-align: center !important
	}
	.slider .main-slider{
		height: 100%;
	}
	.slider .main-slider .swiper-slide .slide-inner{
		background-size: cover !important
	}
	div#navbarContent ul li a{
		font-size: 14px !important;
	}
	.slider:before{
		display: none
	}
	.navbar{
		padding: 10px
	}
	div#navbarContent {
		padding: 0px 0px;
    position: fixed;
    height: 100%;
    background-color: #000;
    left: 0;
	display: block;	
    width: 280px;
    top: 0px;
	margin-left: -280px;
		transition: all .5s ease;
		bottom: 0;
	}
	div#navbarContent.show {
		margin-left: 0;
		
	}
	
	.dropdown-submenu>.dropdown-menu{
		left: 0 !important
	}
	div#navbarContent .menu{
		height: 100%;
	}
	.menu li{
		display: flex !important;
		flex-direction: column;
		position: relative
	}
	.dropdown-toggle::after, .dropdown-submenu>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "+";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 0px;
		margin-top: 0;
    
}
	.dropdown-submenu>a:after{
		margin-right: 12px;
	}
	
	.t-right {
    text-align: left !important;
}
  .cursor {
    display: none;
  }

  .hamburger-navigation .nav-menu.mobile-menu {
    display: inline-block;
  }

  .navbar .site-menu {
    display: none;
  }

  .side-image.right-full {
    width: 100%;
  }

  .side-content.text-center {
    padding: 0px 0 50px 0;
  }
	.side-content .custom-button{
		margin-top: 0
	}
  .side-content.text-left {
    padding: 100px 0;
  }

  .side-hotel-box.right {
    padding: 100px 0;
  }

  .side-gallery {
    width: 100vw;
    margin-left: 50%;
    float: left;
    transform: translateX(-50%);
  }

  .side-gallery div:nth-child(1) {
    width: 100%;
  }

  .side-gallery div:nth-child(2) {
    width: 50%;
    margin: 0;
  }

  .side-gallery div:nth-child(3) {
    width: 50%;
    margin: 0;
  }

  .side-content h2 br {
    display: none;
  }

  .rooms-slider {
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .rooms-slider .swiper-slide {
    max-width: 100%;
  }

  .testimonial-box.bottom {
    margin-bottom: 0;
	  position: relative;
	  max-width: 100%;
    top: 0;
    right: 0;
  }

  .recent-news .content h2 {
    font-size: 27px;
    margin-top: 10px;
  }

  .member-box {
    margin: 15px 0;
  }

  .member-box .content {
    width: 100%;
    margin-top: 0;
  }

  .side-image.left-full-space {
    width: 100vw;
    float: left;
    margin-right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .event-headline h3 {
    font-size: 36px;
  }

  .event-headline h3 br {
    display: none;
  }

  .content-tab .tab-item {
    padding: 30px;
  }

  .content-tab .tab-item ul li {
    width: 50%;
  }

  .content-tab .tab-item .col-lg-4.col-md-6 {
    margin-bottom: 30px;
  }

  .video-box {
    margin: 0;
  }

  .video-box h2 br {
    display: none;
  }

  .video-box .play-btn {
    margin-bottom: 50px;
  }

  .rooms-filter .price-range {
    width: 100%;
    margin-bottom: 10px;
  }

  .rooms-filter .specifications {
    width: 100%;
    padding-left: 0;
  }

  .rooms-list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }

  .rooms-list li:nth-child(even) {
    width: 100%;
    padding-left: 0;
  }

  .rooms-list li:last-child {
    margin-bottom: 0;
  }

  .recent-testimonial {
    padding: 30px;
  }

  .sidebar {
    margin-top: 30px;
  }

  .newsletter-box {
    padding: 0;
  }

  .footer-bar h6 {
    font-size: 20px;
  }

  .footer-bar figure img {
    height: 34px;
  }

  .footer .widget-title {
    margin-top: 30px;
  }

}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 1024px){
.carousel-events-box .swiper-next, 
.carousel-events-box .swiper-prev {
	top: 32.9%;
}

div#navbarContent ul li a {     
    font-size: 13px !important; 
}
/*
div#row\ top_navbarContent {
    margin-right: -161px;
}
*/


  .page-header {
    height: 450px;
  }
  .navbar .logo a img { 
    height: auto;
    width: 100%;
}
}
@media only screen and (max-width: 425px){ 
  .page-header {  
    height: 250px;
}

}
@media only screen and (max-width: 767px){ 
	
	.rooms-slider .swiper-slide.swiper-slide-active{
		transform: scale(0.9);
	}
  .slider .slider-prev {
    display: none;
  }
  .slider .slider-next {
    display: none;
  }
  .slider:before {   
    width: 100%;
  }
/*
  .navbar {    
    padding: 5px 0;
  }
*/
  
  .page-header .container p {
    font-size: 19px;
  }

  .rooms-slider {
    width: calc(100% - 0px);
    margin: 0 0px;
}
	.navbar .logo a img { 
		height: 50px;
	}

	.page-header {
    width: 100%;
    height: 300px;
	}
	.scroll-down {
    height: 50px;
	}
}
	
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.copy-section .footer-social{
		display: none
	}
	.section-title h6{
		text-align: center;
	}
	.line{
		font-size: 30px;
	}
	.hotel-search h6{
		margin-bottom: 5px;
    text-align: left;
		padding: 0 15px;
	}

  footer h6.widget-title {
    text-align: left !important;
  }
	.icon-bar a {
    padding: 6px;
    margin: 6px 0px;
}
.icon-bar {    
    top: 250px;    
}
.icon-bar a i {
    padding: 12px;
    /* background: #856d47; */
    color: #fff;
    border-radius: 40%;
    margin: 2px 0px;
}
	
  .footer p a {
    font-size: center;
  }
  .footer h6{
    font-size: center;
  }
  .side-content.text-left {
    padding: 20px 0;
}

	.slider {
    width: 100%;
    height: 42vh;
	}
	.navbar .logo a img { 
		height: 90px;
	}
	.slider .main-slider .swiper-slide .slide-inner:after {
		height: 40%;
  }
  
  .hamburger-navigation-active .hamburger-navigation .container {
    padding-top: 50px;
	  
  }

  .hamburger-navigation .info-box {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hamburger-navigation .nav-menu li {
    margin: 3px 0;
  }

  .hamburger-navigation .nav-menu li a {
    font-size: 6vw;
  }

  .page-header .container h1 {
    font-size: 10vw;
  }

  .page-header .container p {
    letter-spacing: 0;
  }

  .navbar .navbar-text {
    display: none;
  }

  .slider h6 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .slider h1 {
    font-size: 9vw;
  }

  .slider a {
    height: 70px;
    line-height: 70px;
  }

  .slider .slider-prev {
    display: none;
  }

  .slider .slider-next {
    display: none;
  }

  .slider .slider-fraction {
    width: 30%;
  }

  .hotel-search form .form-group {
    width: 100%;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title h2 br {
    display: none;
  }

  .side-hotel-box h2 {
    font-size: 34px;
  }

  .package-box {
    padding: 30px;
  }

  .events-tab .tab-nav li {
    margin-bottom: 10px;
  }

  .rooms-slider .swiper-slide .room-detail {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    padding: 15px;
	  border: 1px solid #eee;
  }

  .room-box .content .bottom-specs .icons {
    width: 100%;
  }

  .room-box .content .bottom-specs .reviews {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .room-type h3 {
    font-size: 34px;
  }

  .room-gallery-top {
    display: none;
  }

  .room-info-box ul li b {
    width: 80%;
  }

  .content-tab .tab-nav li {
    padding: 0 15px;
    margin-right: 0;
    margin-left: -1px;
  }

  .content-tab .tab-nav li:first-child {
    margin-left: 0;
  }

  .content-tab .tab-item ul li {
    width: 100%;
  }

  .news-box {
    margin-bottom: 50px;
  }

  .news-box .content h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .sidebar .widget {
    padding: 30px;
  }

  .newsletter-box h2 {
    font-size: 34px;
  }

  .newsletter-box form {
    height: auto;
  }

  .newsletter-box form input[type="email"] {
    margin-bottom: 10px;
  }

  .newsletter-box form input[type="submit"] {
    width: 100%;
  }

  .footer-bar strong {
    width: 100%;
    display: block;
    margin: 10px 0;
  }

  .footer-bar figure {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .footer .bottom-bar .footer-social {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .footer .bottom-bar .footer-social li {
    margin-left: 0;
    margin-right: 10px;
  }
}
/* New css */
.slider-prev {
  left: 0px !important;
}
.slider-next {
  right: 0px !important;
}

.eapps-instagram-feed-posts-slider-inner.eapps-instagram-feed-posts-inner.eui-slider-inner {
  width: 100% !important;
}

a.footer_bottom_a {
    font-weight: 600;
    font-size: 16px;
    color: #f7ebeb;
}

a.footer_bottom_a:hover {
  /* COLOR: #856d47; */
  COLOR: #ffffff;
  font-weight: 800;
  font-size: 16px;
}

.icon-bar a {
    padding: 10px;
    margin: 10px 0px;
}




.icon-bar {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0px;
    top: 400px;
    color: #ffffff;
  	background: #856d47;
    z-index: 9999999;
	border-radius: 5px 0px 0px 5px;
	display: flex;
    flex-direction: column;
    list-style-type: none;
}
/*
.icon-bar a i:hover {
	 background: #000;
    
	border-radius: 5px;
}
*/
.icon-bar a:hover {
    background: #000;
	 color:#856d47;	
	border-radius: 5px 0px 0px 5px;
}
.icon-bar a{
    padding: 10px;
    color: #fff;   
    margin: 4px 0px;
}
.icon-bar a i {
    padding: 13px 5px;
    color: #fff;
    margin: 0px;
}
figcaption h5,p{
	text-align: left;
}

button.btn.btn-default.text-center.request_a_quote.enquiry {
  height: 53px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #856d47;
  border: none;
  padding: 0px 22px;
}

input#submit_inquiry_form {  
  height: 53px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #856d47;
  border: none;
  padding: 0px 22px;
}
.contact-form .form-group {
  text-align: center;
}

h1.blog_title {
  width: 100%;
  display: block;
  font-size: 3vw !important;
  font-family: "Argesta Display";
  text-indent: 0px !important;
}

.nav-menu.mobile-menu {
  display: none !important;
}

span.video-button {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #fff;
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  color: #856d47;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}

figure.wow.reveal-effect.fix_size{
   max-width: 600px;
   max-height: 455px;
   overflow: hidden;
}

input[type="button"] {
 height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #856d47;
    border: none;
    padding: 13px 30px;
    width: 100%;
}
#alert_success{
  position: absolute;
  bottom: -64px;
  z-index: 9999;
  padding: 31px;  
  width: 90%;
  text-align: center;
  display: none;
}
#alert_error{
  position: absolute;
  bottom: -64px;
  z-index: 9999;
  padding: 31px;  
  width: 90%;
  text-align: center;
  display: none;
}
#alert_success_com{
  position: absolute;
  bottom: -73px;
  z-index: 9999;
  padding: 24px;
  width: 50%;
  right: 38%;
  text-align: center;
  display: none;
}
#alert_error_com{
  position: absolute;
  bottom: -73px;
  z-index: 9999;
  padding: 24px;
  width: 50%;
  right: 38%;
  text-align: center;
  display: none;
}

.page-header .container p {
  text-align: left !important;  
}


.dropdown-submenu {
  position: relative;
}

/* .dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
} */

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #856d47;
}
		   @media (min-width: 991px) {
  .dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
	   

.topbar li {
    display: inline;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {    
    width: auto;    
}
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0;
}

.site-menu.col-md-10.col-xs-12 {
    padding-top: 25px;
}

.icon_color{
    color: #856d47 !important;
}
.navbar-toggler {
    padding: .15rem .55rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #c0954a;
    border: 1px solid #c0954a;
    border-radius: .25rem;
}
*/



/*
nav.navbar.nav_bg {
    width: 70px;
    padding: 0px;
    margin: 0px;
    HEIGHT: 70PX;
}
*/
/*
.logo.col-md-12.col-xs-5.text-center {
    display: none;
}

/* HEADER  STYLE */



@media only screen and (max-width : 425px){
  form#contact-form .form-group {
      width: 100%;
  }
  ul.navbar-nav.mr-auto {
    margin: auto 0px;
    /* padding: 0px 43px; */
}
  ul.navbar-nav.mr-auto {
    padding-top: 6px !important; 
  }
}


@media only screen and (max-width : 767px){
	form#contact-form input.mr-2{
		margin-right: 0 !important
	}
  input#submit_request_form {
      margin: 0px 0px;
  }
  form#contact-form .form-group {
    margin-bottom: 15px;
	  width: 100%;
}

  ul.navbar-nav.mr-auto {
    margin: auto 0px;
    padding: 0px 43px;
}
  ul.navbar-nav.mr-auto {
    padding-top: 6px !important; 
  }
  .common_heading h3 {
    font-size: 22px;
}
	.logo {
    padding: 0px 10px;
}
	.hidden-ms{
		display: none;
	}
  .menu {
    display: block;
    margin: 13px 0px 0px 0px;
    padding: 0;
}
	div#navbarContent {
    margin-top: 0px;
}
	.navbar-nav {    
    	padding-left: 25px;
    	margin-bottom: 10px;
	}
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffffed;
    border: 1px solid #ffffff12;
    border-radius: .25rem; 
  }
  
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    width: auto;
  }

button.navbar-toggler {
   background: transparent;
}
.content-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    position: relative;
}
.content-section_new {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

giphy#loader-contact-form {
  z-index: 9999;
  width: 150px;
  height: 150px;
  
  position: absolute;
  left: 30% !important;
  bottom: 0px;
}

  .footer .bottom-bar {  
    text-align: center;
  }
  .page-banner{
    width: 100% !important;    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .col-xl-3.col-lg-3 p {
      text-align: center !important;
      margin: 0px auto;
  }
  .section-title {      
      padding: 0px;
  }
  div#navbarContent ul li a {      
      font-size: 14px !important;
  }
}


@media only screen and (min-width : 767px){

.topbar {
text-align: right;
    z-index: 9999999;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 15px;
    padding-right: 20px;
}

.topbar ul {
    color: #ffffff !important;
    padding: 0px;
    margin: 0px;
}

.topbar ul li {
    color: #ffffff !important;
    padding: 0px;
    margin: 0px;
}
.topbar ul li a {
    color: #ffffff;
}

li.nav-item {
    padding-left: 15px;
}
div#navbarContent {
    padding: 0px 0 0 36px;
}
li.phn {
    font-size: 13px;
}
.row.header {
    margin: 0px auto;
	width: 100%;
}
header {
    background: #000;
}
ul.navbar-nav.mr-auto {
    padding-top: 33px;
    margin: 0px 0px;
}
.navbar .logo a img {
  height: 130px;
}

}

@media only screen and (max-width: 1414px){
  div#navbarContent {
      padding: 0px 0px;
  }
  div#navbarContent ul li a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}
  
  ul.navbar-nav.mr-auto {
    padding-top: 36px;
    /* margin: 0px 0px; */
}
li.nav-item {
  padding-left: 2px;
}
  div#navbarContent {
      padding: 0px 0px;
  }
li.phn {
  font-size: 13px;
  padding-left:10px;  
}

.common_heading h3 {
  font-size: 24px;
  font-weight: 400 !important;
  color: #FFF;
}

}

@media only screen and (max-width: 767px){
	.footer{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.banner-content{
		text-align: center;
	}
	.banner-content p {
    text-align: center !important;
}
	.page-banner{
		height: 300px;
	}
	.testimonial-box{
		padding: 20px;
	}
	.testimonial-box p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center !important;
}	
	.custom-button {
    height: auto;
    line-height: initial;
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
}
.col-xl-3.col-md-6.col-lg-3, .col-xl-2.col-md-6.col-lg-3, .col-xl-2.col-md-12.col-lg-3 {
    text-align: center !important;
    margin: 0px auto !important;
}
}


.icon-bar-mobile {display: none;}

@media screen and (max-width: 767px) {
.icon-bar {display: none;}
.icon-bar-mobile {display: block;}
.icon-bar-mobile {
position:fixed;
bottom:0px;
z-index:99999;
width:100%;
/* padding:10px 0px ; */
text-align:center;
/* background:#856d47; */
}	
.icon-bar-mobile a {
    color: #fff;
    padding: 0px;
} 
a.col-sm-4{
	padding: 10px 9% !important;
}
a.facebook.col-sm-4{
	background: #3b5998;    
}
a.instagram.col-sm-4{
	background: #bf308d;    
}
a.youtube.col-sm-4{
	background: #ff0000;
}
a.whatsapp.col-sm-4{
   background: #11af0a;
}  

}
.content_cont a {
    border: none !important;
}

footer.footer a {   text-decoration: none !important;
}
.side-content.text-center span{
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 2px;

}
.bold{
  font-weight: 900;
  font-style: bold;
}
a.map_border {
  border: 1px solid #fff !important;
}
.section-title.text-center span {
 width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.6;
    letter-spacing: 1px;
    position: relative;
}
@media (min-width: 991px) {
  p.text_align_add {
    text-align: center !important;
  }
}

.book-now button{
  background-color: #bdb97e;
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
}
.inner-div{
  position: relative;
}
.heritage{
  background-image: url(../images/heritage/1.png);
  height: 350px;
  width: 350px;
  z-index: -1;
  position: absolute;
  right: -100px;
  bottom: 0px;
}
.heritage2{
  background-image: url(../images/heritage/2.png);
  height: 350px;
  width: 350px;
  z-index: -1;
  position: absolute;
  left: -120px;
  top:-60px;
}
.banner-pera{
  background-color: #0000009b;
  width: 24%;
  border-radius: 5px;
}
.b_h{
  background-color: #00000082;
  width: 30%;
}
.box-border .box{
  box-shadow: 1px 1px 8px 3px black;
}






/* NEW NAVBAR */
/* MAIN HEADER */
.header {
    width: 100%;
    background: #000000;
    padding: 10px 20px;
}

/* LOGO DIV */
.logo-container {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.logo-container img {
  width: 80%;
  height: auto;
}

/* NAVBAR DIV */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(212,175,55,0.3);
    padding-top: 15px;
}

/* LEFT AND RIGHT MENUS */
.nav-left,
.nav-right {
    display: flex;
    gap: 40px;
}

.nav-left a,
.nav-right a {
    color: #d4af37;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}

.nav-left a:hover,
.nav-right a:hover {
    color: white;
}

/* MOBILE MENU BUTTON */
.menu-btn {
    display: none;
    color: #d4af37;
    font-size: 30px;
    cursor: pointer;
}
/*--------DROP DOWN CONTENT---------*/
 /* MAIN DROPDOWNS */
.dropdown,
.sub-dropdown {
    position: relative;
}

/* DESKTOP DROPDOWN */
.dropdown-content,
.sub-dropdown-content {
    display: none;
    position: absolute;
    background: #111;
    min-width: 220px;
    border: 1px solid rgba(212,175,55,0.3);
    z-index: 1000;
}

/* FIRST LEVEL */
.dropdown-content {
    top: 100%;
    left: 0;
}

/* SECOND LEVEL */
.sub-dropdown-content {
    top: 0;
    left: 100%;
}

/* HOVER OPEN */
.dropdown:hover > .dropdown-content,
.sub-dropdown:hover > .sub-dropdown-content {
    display: block;
}

/* LINKS */
.dropdown-content a,
.sub-dropdown-content a {
    display: block;
    padding: 12px 15px;
    color: #d4af37;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
}

.dropdown-content a:hover,
.sub-dropdown-content a:hover {
    background: #222;
    color: white;
}

/* MOBILE RESPONSIVE */
@media (max-width: 898px) {
    .dropdown-content,
    .sub-dropdown-content {
        position: static;
        display: none;
        width: 100%;
        border: none;
        background: #111;
        padding-left: 15px;
    }

    /* IMPORTANT: JS toggle class */
    .dropdown-content.active,
    .sub-dropdown-content.active {
        display: block;
    }

    .dropdown-content a,
    .sub-dropdown-content a {
        font-size: 16px;
        padding: 10px;
    }
}
 /* MOBILE CLICK TOGGLE */
.dropdown-content.active,
.sub-dropdown-content.active {
    display: block;
}

 
/* ##########MOBILE RESPONSIVE */
@media (max-width: 898px) {
    .navbar {
        flex-direction: column;
        gap: 20px;
    }

    .nav-left,
    .nav-right {
        flex-direction: column;
        display: none;
        text-align: center;
        gap: 15px;
    }

    .nav-left.active,
    .nav-right.active {
        display: flex;
    }

    .menu-btn {
        display: block;
    }
}
@media (max-width:760px){
    .logo-container img {
    width: 90%;
    height: auto;
}
}
@media screen and (min-device-width: 761px) and (max-device-width: 930px) { 
  .logo-container img {
    width: 90%;
    height: 200px;
}
}
@media screen and (min-device-width: 576px) and (max-device-width: 1200px) { 
  .banner-content .b_h{
    width: 70%;
    
  }
  .banner-pera {
    width: 45%;
}
}
@media (max-width:575px){
  .banner-content .b_h{
    width: 90%;
  }
  .banner-pera {
    width: 65%;
     
}
}
 

.black{
  background-color: black;
}

 





