html, body{
	font-family: Arial, Helvetica, sans-serif;
}

@media(min-width: 1260px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1220px !important;
	}
}

@media(max-width: 1259px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 100% !important;
	}
}

header{
	position: relative;
}

.headerbox{
	background: rgba(0,0,0,0.7);
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 9;
}

body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border-top: 10px solid #ff9900;
	background: #787e61;
}

img{
	width: 100%;
}

h1, h2, h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

img.alignright {float:right; margin: 5px 0 20px 20px;}
img.alignleft {float:left; margin: 0px 30px 20px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin: 5px 0 20px 20px;}
a img.alignleft {float:left; 0px 30px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.text-with-images p{
			margin: 0 0 10px;
}
@media(max-width: 767px){
	img.alignleft,
	img.alignright{
		float: none;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.box-content a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #656a50;
	text-decoration: none;
}

.box-content a:hover, 
.box-content a:focus {
  text-decoration: none;
  color: #eb5410;
}

.custom-header .navbar,
.custom-header .navbar .container-fluid{
	height: 82px;
}

.custom-logo-link{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
}

@media(max-width: 767px){
	.navbar-toggler{
		margin-left: auto;
		margin-right: 0;
	}
}

.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
}

.navbar-nav li a.active,
.navbar-nav li a:hover{
	text-decoration: none;
	background-color: #000000;
	color: #f09000 !important;

}

@media(min-width: 768px) AND (max-width: 1140px){
	.navbar-nav > li > a{
		font-size: 13px;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

.dropdown:hover .dropdown-menu{
	display: block;
	margin-top: 0;
}

ul.dropdown-menu{
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgb(60,60,60);
}

ul.dropdown-menu li a{
	color: #fff;
}

.header-socket{
	position: absolute;
	top: 13px;
	right: 10px;
}

.header-socket ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  font-size: 0px;
  margin-bottom: 5px;
}

.header-socket ul li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #808080;
}

.header-socket ul li:last-child {
  border-right: 0px solid #808080;
}

.header-socket ul li a {
  color: #f09000;
  padding: 0px 15px;
  text-decoration: none;
}

.header-socket ul li a:hover {
  color: #ffffff;
}

.header-socket ul li a span {
  color: #ffffff;
}

#navbarCollapse{
	margin-top: 30px;
}

.show-mobile {
  display: none !important;
}

@media(max-width: 991px){
	.header-socket ul li {
	  border: 1px solid #808080 !important;
	  margin-left: 3px;
	}
	.header-socket ul li span, .header-socket ul li b {
	  display: none;
	}
	.show-mobile {
	  display: inline-block !important;
	}
	.header-socket ul li a {
	  padding: 5px !important;
	}
	.header-socket {
	  top: 7px;
	}
}

.navbar-toggler{
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px;
}

@media(max-width: 767px){
	.navbar-toggler{
		position: absolute;
		top: 45px;
		right: 10px;
	}
	#navbarCollapse{
		margin-top: 74px;
		background-color: rgb(60,60,60);
		z-index: 99;
	}
}

.navbar-toggler .navbar-toggler-icon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggler .icon-bar{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler:focus{
	outline: 0 !important;
	box-shadow: none !important;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.footer-menu ul li {
  border-right: #000000 1px solid;
}

.footer-menu ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0px 10px;
  line-height: 1.3;
}

.footer-menu ul li a {
  color: #000000;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #ffffff;
}

.social-media {
  text-align: right;
}

.social-media li {
  border: none !important;
  padding: 0px 4px !important;
}

.social-media i {
  color: #7e8467;
  background: #000000;
  padding: 5px;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
}

.social-media a:hover i {
  color: #ffffff;
  background: #333333;
}

.footer-menu {
  background: #ddd url(assets/images/bg-menu.png) center center;
  background: #777d60;
  background: -moz-linear-gradient(left, #777d60 0%, #91977b 50%, #777d60 100%);
  background: -webkit-linear-gradient(left, #777d60 0%,#91977b 50%,#777d60 100%);
  background: linear-gradient(to right, #777d60 0%,#91977b 50%,#777d60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777d60', endColorstr='#777d60',GradientType=1 );
  padding: 10px 0;
}

.footer-copyright {
  color: #ffffff;
  background: #000000;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}

.footer-copyright {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

@media(max-width: 767px){
	.footer-menu {
	  text-align: center;
	}
	.footer-menu > .container > .row > div {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
	.footer-menu ul li:last-child {
	  border-right: #000000 0px solid;
	}
	.footer-menu ul li {
		line-height: 1;
		margin-bottom: 5px;
	}
	.social-media {
	  text-align: center;
	}
}

.custom-slider .carousel-item{
	min-height: 750px;
	height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media(max-width: 991px){
	.custom-slider .carousel-item{
		min-height: 550px !important;
		height: 550px !important;
	}
}

.custom-slider{
	position: relative;
}

.custom-slider::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 82px;
	background: rgba(0,0,0,0.6);
	z-index: 9;
	bottom: 0;
}

/*@media(max-width: 767px){
	.custom-slider::before{
		display: none;
	}
}*/

.custom-content{
	padding-top: 30px;
	padding-bottom: 30px;
}

h1.heading-cst-01{
	color: #fff;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.box-wrapper p{
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.flex-shrink-0{
/*	position: relative;*/
	background: #4d513c;
	background: -moz-linear-gradient(top, #4d513c 0%, #787e61 100%);
	background: -webkit-linear-gradient(top, #4d513c 0%,#787e61 100%);
	background: linear-gradient(to bottom, #4d513c 0%,#787e61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d513c', endColorstr='#787e61',GradientType=0 );
	margin-bottom: -60px;
	padding-bottom: 60px;
}

.box-wrapper{
	margin-bottom: 60px;
	position: relative;
}

.box-wrapper::after{
	content: '';
	background-image: url('images/shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: absolute;
	width: 100%;
	bottom: -60px;
	left: 0;
	z-index: 999;
	clear: both;
	height: 60px;
}

.custom-row-list{
	margin-bottom: 100px;
}

.ct-list{
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.ct-list .imgbox {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 24px;
}

.ct-list .imgbox img{
	width: 100%
}

.ct-list .imgbox::after {
  position: absolute;
  content: '';
  background: url('images/img-shadow.jpg') center top no-repeat;
  bottom: -24px;
  left: 0;
  height: 24px;
  width: 100%;
}

.ct-list .ct-box-same h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 200;
	font-size: 18px;
	color: #000;
}

@media(max-width: 767px){
	.row.custom-row-list > div {
	  margin-bottom: 30px;
	}
	.custom-row-list{
		margin-bottom: 60px;
	}
}

.wrapper-min-top{
	position: relative;
	top: -70px;
	z-index: 999;
}

.wrapper-min-top .box-content{
	padding: 30px;
	background: #ffffff;
	border-radius: 14px;
	margin-bottom: 60px;
	position: relative;
}

.custom-breadcrumb{
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.custom-breadcrumb ol.breadcrumb{
	padding: 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	justify-content: end;
}

.custom-breadcrumb ol.breadcrumb li,
.custom-breadcrumb ol.breadcrumb li a{
	font-size: 12px;
	font-style: italic;
	color: #000;
}

.custom-breadcrumb ol.breadcrumb li a{
	color: #656a50;
	text-decoration: none;
}

.box-content h1{
	text-transform: uppercase;
	font-size: 26px;
	padding: 0;
	margin: 10px 0px 30px 0px;
}

.room_list h3 {
  color: #656a50;
  font-size: 18px;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 10px;
}

.room_gallery {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: -5px;
  margin-left: -5px;
}

.room_gallery > div {
  padding-right: 5px;
  padding-left: 5px;
}

.room_gallery img {
  border: 4px solid #656a50;
  margin-bottom: 10px;
}

.clearfix::before,
.clearfix::after{
	display: table;
	content: " ";
}

.clearfix::after{
	clear: both;
}

/*.spa-facilities-wrapper img.alignleft{
	width: auto;
}*/

.spa-facilities-wrapper h3{
	font-size: 18px;
}

.spa-facilities-wrapper h3 strong{
	font-weight: 700;
}

.spa-facilities-wrapper img{
	width: auto;
}

@media(max-width: 767px){
	.spa-facilities-wrapper img{
		width: 100%;
	}
}

.row-restaurant{
	margin-bottom: 30px;
	margin-top: 30px;
}


@media(max-width: 767px){
	.row-restaurant .col-md-8{
		margin-top: 15px;
	}
}

.main_gallery {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: -5px;
  margin-left: -5px;
  position: relative;
}

.main_gallery > div {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 25px;
}

.main_gallery img {
  border: 4px solid #656a50;
}

.imggallerybox h3 {
  font-size: 18px;
}

.wedding-wrapper h3{
	font-size: 18px;
}

.wedding-wrapper h4{
	font-size: 20px;
}

.ct-form label input,
.ct-form label textarea{
	margin-top: 10px;
	border-radius: 0;
	border: 1px solid #c2c2c2;
	padding: 6px 15px;
}

.ct-form [type="submit"]{
	background-color: #333;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-weight: 700;
}

.text-strong {
	font-weight: 700;
}

@media(max-width: 767px){
	.ct-form label input,
	.ct-form label textarea{
		width: 100%;
	}
}

.member_area .sidebar{
	padding: 10px;
	background: #656a50;
}

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

.member_area .sidebar a{
	padding: 5px 0px;
	color: #ffffff;
	display: block;
	border-bottom: 1px dotted #eeeeee;
}















