@font-face {
	font-family: "Poppins Regular";
	src: url("fonts/Poppins-Regular.ttf");
}

body,
html {
	font-family: "Poppins Regular" !important;
	color: #363636;
	/* padding: 5px; */
}

body {
	margin-bottom: 25px;
}

section {
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.navbar-default {
	/*background: #fff;*/
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0;
}
.navbar-default .navbar-nav > li > a,
.top-bar span {
	color: #363636;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: bold;
}
.navbar-default .top-bar span {
	color: #363636;
}
.navbar-default.shrink .top-bar span {
	color: #363636;
}
.logo-width {
	width: auto;
	height: 100%;
}

.navbar-brand > img {
	position: absolute;
	top: 0;
}
a.navbar-brand {
	width: 35%;
	height: 100px;
	padding: 0;
}

.full-width,
.img-responsive {
	width: 100%;
}

.top-header {
	background: #fff;
}
.top-bar {
	border-bottom: 1px solid #fff;
	width: 80%;
	float: right;
}
.top-bar span {
	margin-right: 5%;
	line-height: 28px;
	font-size: 13px;
	font-weight: 700;
}

label.view_more_label {
	position: absolute;
	top: 30%;
	margin-left: -30px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
}
label.click {
	cursor: pointer;
}
a.link_display_block {
	display: block;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* .aboutsec {
	background-color: #90b665;
	color: whitesmoke;
	font-size: x-large;
	padding: 1vw;
} */

.contactsec {
	background-color: #fdd713;
	padding: 50px;
	font-weight: bold;
	/* margin-bottom: 0;
	padding-bottom: 0; */
}

.introsec {
	background-image: url("../images/bg-img-copy.jpg");
	background-size: cover;
}

.card {
	/* background-color: tomato; */
	border-radius: 10px;
	border: 2px solid #b4a65c;
	/* width: 200px;
	height: 100px; */
	/* margin: 5%; */
}

.txtimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: honeydew;
	opacity: 1;
}

.imglogo {
	width: 200px;
	height: 100px;
}

img {
	max-width: 100%;
	max-height: 100%;
}
.portrait {
	height: 400px;
	width: auto;
}
.landscape {
	height: auto;
	width: 100%;
}

.card-text {
	font-size: large;
}

.iconfooter {
	height: 15px;
	width: 15px;
}

.btn {
	background-color: #fdfd13;
	color: #2d4907;
	border-radius: 15px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	font-weight: bolder;
}

.aboutser {
	color: #90b665;
	font-size: xx-large;
}

.map {
	width: 750px;
	height: auto;
}

.mapimg {
	border-radius: 15px;
	/* border: 10px solid #90b665; */
	border: 10px solid #b4a65c;
}

.abouttxt {
	padding: 10px;
	margin: 10%;
	font-size: larger;
}

#rectangle {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
}

.gallerysec {
	width: auto;
	height: auto;
}

.section-events,
.section-contact {
	/* padding-bottom: 50px; */
	/* background-color: pink; */
	background-color: #fff;
}
.center-title {
	margin-bottom: auto;
}

.reservation,
.section-events,
.section-gallery,
.section-contact {
	padding-top: 8%;
}

.section-reservation {
	/* height: 100%; */
	background: rgba(255, 254, 224, 0.5);
}

.rates_desc {
	background: rgba(255, 254, 224, 1);
}

.event-desc h4 {
	margin-bottom: 0;
}
.event-desc p {
	margin: 0;
}

.about-section {
	padding-top: 2%;
	padding-bottom: 2%;
}

.container {
	position: relative;
}
textarea#message {
	resize: none;
}

.footer {
	bottom: 0;
	padding: 0;
	background-color: #2d4907;
	position: fixed;
	width: 100%;
	height: 25px;
	margin-bottom: 0px;
}
.space-30 {
	margin-top: 30px;
}
.reservation {
	background: #fff;
}
.reservation .center-title h3 {
	color: #363636;
}

.no-padding {
	padding: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}
label.control-label.checkbox input[type="checkbox"] {
	cursor: pointer;
}

.checkbox input[type="checkbox"] {
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.required,
.red-text {
	color: red;
}

label.input,
label.options {
	cursor: pointer;
}

.box {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
}

.box_big {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab a {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	color: #000;
}

p a {
	color: #000;
}

p a:hover {
	color: #2c4d04;
}

/* Change background color of buttons on hover */
.tab a:hover {
	background-color: #2c4d04;
	color: #fff;
	font-weight: 900;
}

/* Create an active/current tablink class */
.tab a.active {
	background-color: #2c4d04;
	color: #fff;
	font-weight: 900;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}

img.gallery {
	object-fit: cover;
	object-position: center;
}

img.about_img {
	height: 150px;
}
.divide30 {
	padding: 30px;
}
.divide60 {
	padding: 60px;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	float: left;
	margin-left: 5%;
}

.section #reservations {
	background: rgba(255, 254, 224, 0.5);
}

.line-through {
	text-decoration: line-through;
	color: #ccc;
}

.small_table {
	min-height: fit-content !important;
}
table.small_table td {
	border: none !important;
}

table.small_table tr.am_row {
	border-bottom: 2px dashed #ccc;
}

.form-control[readonly] {
	background: #fff !important;
}

.addons-table {
	margin-bottom: 0px;
}

button.btn-default {
	border: 1px solid #ccc;
}

.no-margin {
	margin: 0;
}

div#ui-datepicker-div {
	z-index: 99999 !important;
}

div.event-thumb {
	height: 200px;
	background: #fff;
	/*box-shadow: 1px 1px #ccc;*/
	border: 1px solid #dadada;
}

.event-thumb img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.event-thumb .overlay {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.vertical-center {
	/* margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.cursive {
	font-family: "Great Vibes", cursive;
	opacity: 0.5;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 0;
	color: #2d4907;
}
.cursive2 {
	font-family: "Great Vibes", cursive;
	opacity: 0.5;
	font-size: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #2d4907;
}

@media (max-width: 767px) {
	.carousel {
		margin-top: 13%;
	}
	.reservation,
	.section-events,
	.section-gallery,
	.section-contact {
		padding-top: 20%;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-brand,
	.navbar-brand > img {
		position: absolute;
		width: auto;
		height: 50%;
	}
	.top-bar {
		border: none;
		margin-top: 3%;
	}
	.accommodation_amenities,
	#cta2 {
		display: none;
	}

	.center-title .center-line {
		margin: 0px auto 10px auto;
	}

	#cta1 {
		display: block;
		padding: 20px 0;
	}

	.center {
		padding: 60px 0;
		border: 3px solid green;
		text-align: center;
	}
}

.d-none{
  display: none;
}
