.col-md-offset-right-1, .col-lg-offset-right-1 {
	margin-right: 8.33333333%;
}

.list_style {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

.row.m0 {
	margin: 0px;
}

.p0 {
	padding: 0px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

body {
	line-height: 24px;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #777777;
}

section {
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

button:focus {
	outline: none;
}

@media ( min-width : 1200px) {
	.container {
		max-width: 1170px;
	}
}

.section_gap {
	padding: 120px 0;
}

.d_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.mb_30 {
	margin-bottom: -30px;
}

.section_title {
	margin-bottom: 75px;
}

.section_title h2 {
	font-size: 36px;
	line-height: 45px;
	font-weight: 600;
}

.section_title p {
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 0px;
}

.title_color {
	color: #222222;
	margin: 10px 0;
}

.title_w {
	color: #fff;
}

.title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 600;
}

.theme_btn {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background: #f3c300;
	padding: 5px 30px;
}

.theme_btn:before {
	background: #f8b100;
}

.theme_btn:hover {
	color: #fff;
}

.white_btn {
	background: #fff;
	padding: 0px 40px;
	line-height: 40px;
	font-size: 14px;
	color: #222222;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.button_hover {
	border-radius: 0px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
	border: 0px;
	display: inline-block;
	text-align: center;
}

.button_hover:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: -1;
	background: #f8b100;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

.button_hover:hover {
	color: #fff;
}

.button_hover:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.theme_btn_two {
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	background: #222222;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 29px;
}

.header_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.navbar {
	border: 0px;
	border-radius: 0px;
	background: #fff;
	padding: 0px 30px;
}

.navbar .logo_h {
	padding-top: 0px;
}

.logo_h img {
	aspect-ratio: 224/169;
}

.navbar .menu_nav .nav-item .nav-link {
	font: 500 12px/80px "Poppins", sans-serif;
	color: #222222;
	text-transform: uppercase;
	padding: 0px;
}

.navbar .menu_nav .nav-item .nav-link:after {
	display: none;
}

.navbar .menu_nav .nav-item:hover .nav-link, .navbar .menu_nav .nav-item.active .nav-link
	{
	color: #52c5fd;
}

.navbar .menu_nav .nav-item.submenu {
	position: relative;
}

.navbar .menu_nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	background: transparent;
}

@media ( min-width : 992px) {
	.navbar .menu_nav .nav-item.submenu ul {
		position: absolute;
		top: 70%;
		left: 0px;
		min-width: 170px;
		text-align: left;
		opacity: 0;
		-webkit-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
		visibility: hidden;
		display: block;
		border: none;
		padding: 0px;
		border-radius: 0px;
	}
}

.navbar .menu_nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.navbar .menu_nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #ededed;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

@media ( min-width : 992px) {
	.navbar .menu_nav .nav-item.submenu ul .nav-item {
		margin-top: 10px;
	}
}

.navbar .menu_nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 28px;
	color: #222222;
	padding: 0px 20px;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	display: block;
}

.navbar .menu_nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none;
}

.navbar .menu_nav .nav-item.submenu ul .nav-item:hover .nav-link {
	background: #f0f0f0;
	color: #52c5fd;
}

@media ( min-width : 992px) {
	.navbar .menu_nav .nav-item.submenu:hover ul {
		visibility: visible;
		opacity: 1;
	}
}

.navbar .menu_nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px;
}

.navbar .menu_nav .nav-item+li {
	margin-left: 20px;
}

.menu_two {
	background: rgba(255, 255, 255, 0.15);
}

.menu_two .menu_nav .nav-item .nav-link {
	line-height: 60px;
	color: #fff;
}

.navbar_fixed {
	position: fixed;
	width: 100%;
	left: 0;
	background: #fff;
	top: 0;
	top: -50px;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	transition: transform 300ms ease, background 300ms ease,
		-webkit-transform 300ms ease;
}

.navbar_fixed .navbar {
	background: transparent;
}

.navbar_fixed .header-top {
	display: none;
}

.navbar_fixed.header_two {
	background: rgba(34, 34, 34, 0.9);
}


.banner_area {
	background: #04091e;
	position: relative;
	z-index: 1;
}

.banner_area .bg-parallax {
	background: url("../img/1-MlOlwov.jpg") no-repeat scroll center;
	opacity: 0.50;
}

.banner_area .position {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}

.booking_table {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 570px;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 125%;
	bottom: 0;
	z-index: -1;
}

.banner_content {
	color: #fff;
	margin-bottom: 94px;
}

.banner_content h6 {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: 400;
}

.banner_content h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}

.banner_content h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}

.banner_content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0px 20px;
}

.page-cover-tittle {
	display: block;
	font-size: 36px;
	line-height: 45px;
	color: #fff;
}

.f_48 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
}

.accomodation_item {
	margin-bottom: 30px;
	background: #fbfaef;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #f8b100;
}

.accomodation_item p {
	color: #777;
	text-align: justify;
}

.accomodation_item .hotel_img {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
}

.accomodation_item .hotel_img img {
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.accomodation_item .hotel_img .theme_btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 5px 25px;
	max-width: 128px;
}

.accomodation_item .hotel_img:hover img {
	-webkit-transform: scale(1.19);
	-ms-transform: scale(1.19);
	transform: scale(1.19);
}

.accomodation_item h5 {
	font-size: 18px;
	line-height: 28px;
	color: #52c5fd;
	font-weight: 600;
	margin-bottom: 0px;
}

.accomodation_item h2 {
	color: #174F83;
}

.accomodation_item h5 small {
	font-weight: 300;
	font-size: 14px;
}

.sec_h4 {
	font-size: 18px;
	line-height: 38px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0px;
}

.accomodation_two {
	margin-bottom: -40px;
}

.accomodation_two .accomodation_item {
	margin-bottom: 45px;
}

.facilities_area {
	position: relative;
	z-index: 1;
	background: #04091e;
	overflow: hidden;
}

.facilities_item {
	border: 1px solid #777777;
	border-radius: 10px;
	background-color: rgba(249, 249, 255, 0.102);
	padding: 31px 40px 37px;
	color: #fff;
	margin-bottom: 30px;
}

.facilities_item .sec_h4 {
	padding-bottom: 18px;
	color: #fff;
}

.facilities_item .sec_h4 i {
	color: #f3c300;
	font-size: 24px;
	line-height: 38px;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 20px;
}

.facilities_item p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}

.about_content {
	padding-right: 60px;
}

.about_content p {
	padding: 18px 0px 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.primary {
	background: #52c5fd;
}

.primary:before {
	background: #2faae6;
}

.success {
	background: #4cd3e3;
}

.success:before {
	background: #2ebccd;
}

.info {
	background: #38a4ff;
}

.info:before {
	background: #298cdf;
}

.warning {
	background: #f4e700;
}

.warning:before {
	background: #e1d608;
}

.danger {
	background: #f54940;
}

.danger:before {
	background: #e13b33;
}

.primary-border {
	background: transparent;
	border: 1px solid #52c5fd;
	color: #52c5fd;
}

.primary-border:before {
	background: #52c5fd;
}

.success-border {
	background: transparent;
	border: 1px solid #4cd3e3;
	color: #4cd3e3;
}

.success-border:before {
	background: #4cd3e3;
}

.info-border {
	background: transparent;
	border: 1px solid #38a4ff;
	color: #38a4ff;
}

.info-border:before {
	background: #38a4ff;
}

.warning-border {
	background: #fff;
	border: 1px solid #f4e700;
	color: #f4e700;
}

.warning-border:before {
	background: #f4e700;
}

.danger-border {
	background: transparent;
	border: 1px solid #f54940;
	color: #f54940;
}

.danger-border:before {
	background: #f54940;
}

.link-border {
	background: transparent;
	border: 1px solid #f3c300;
	color: #f3c300;
}

.link-border:before {
	background: #f3c300;
}

.radius {
	border-radius: 3px;
}

.circle {
	border-radius: 20px;
}

.arrow span {
	padding-left: 5px;
}

.e-large {
	line-height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.large {
	line-height: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.medium {
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.small {
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.general {
	line-height: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.white-bg {
	background: #fff;
}

.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee;
}

.switch-wrap {
	margin-bottom: 10px;
}

.switch-wrap p {
	margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
	background: #f9f9ff;
	padding: 100px 0 70px 0;
}

.sample-text {
	margin-bottom: 0;
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px;
}

.typo-list {
	margin-bottom: 10px;
}

@media ( max-width : 767px) {
	.typo-sec {
		margin-bottom: 30px;
	}
}

@media ( max-width : 767px) {
	.element-wrap {
		margin-top: 30px;
	}
}

b, sup, sub, u, del {
	color: #f8b600;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4,
	.typography h5, .typography h6 {
	color: #777777;
}

.button-area {
	background: #f9f9ff;
}

.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
	margin-right: 0;
}

.circle {
	border-radius: 20px;
}

.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.genric-btn:focus {
	outline: none;
}

.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px;
}

.genric-btn.large {
	line-height: 45px;
}

.genric-btn.medium {
	line-height: 30px;
}

.genric-btn.small {
	line-height: 25px;
}

.genric-btn.radius {
	border-radius: 3px;
}

.genric-btn.circle {
	border-radius: 20px;
}

.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.genric-btn.arrow span {
	margin-left: 10px;
}

.genric-btn.default {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.default-border:hover {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.primary {
	color: #fff;
	background: #f8b600;
	border: 1px solid transparent;
	font-size: 14px;
	margin-bottom: 10px;
}

.genric-btn.primary:hover {
	color: #f8b600;
	border: 1px solid #f8b600;
	background: #fff;
}

.genric-btn.primary-border {
	color: #f8b600;
	border: 1px solid #f8b600;
	background: #fff;
}

.genric-btn.primary-border:hover {
	color: #fff;
	background: #f8b600;
	border: 1px solid transparent;
}

.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}

.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}

.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}

.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}

.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}

.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}

.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}

.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}

.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}

.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}

.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}

.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}

.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}

.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}

.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}

.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}

.genric-btn.link {
	color: #222222;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent;
}

.genric-btn.link:hover {
	color: #222222;
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.link-border {
	color: #222222;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline;
}

.genric-btn.link-border:hover {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.disable {
	color: #222222, 0.3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed;
}

.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #fff;
	border-left: 2px solid #f8b600;
}

.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 200px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
	opacity: .8;
}

.list-style {
	width: 14px;
	height: 14px;
}

.unordered-list b {
	border-bottom: 1px solid #f8b600;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

.unordered-list li.hotel-facility {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
	background: #FBFAEF;
}

.unordered-list li.hotel-facility:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #f8b600;
	background: #fff;
	top: 6px;
	left: 10px;
	border-radius: 50%;
}

.ordered-list {
	margin-left: 30px;
}

.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #f8b600;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list li span {
	font-weight: 300;
	color: #777777;
}

.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #f8b600;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list-alpha li span {
	font-weight: 300;
	color: #777777;
}

.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #f8b600;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list-roman li span {
	font-weight: 300;
	color: #777777;
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #fff;
	padding: 0 20px;
}

.single-input:focus {
	outline: none;
}

.input-group-icon {
	position: relative;
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3;
}

.input-group-icon .icon i {
	color: #797979;
}

.input-group-icon .single-input {
	padding-left: 45px;
}

.unordered-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ordered-list {
	list-style: none;
	padding: 0px;
}

.mt-10 {
	margin-top: 10px;
}

.footer-area {
	background: #04091e;
	padding: 10px 0px;
}

.single-footer-widget ul li a {
	line-height: 25px;
	display: inline-block;
	color: #52c5fd;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 13px;
}

.single-footer-widget ul li a:hover {
	color: #f3c300;
}

.single-footer-widget .instafeed {
	margin-left: -5px;
	margin-right: -5px;
}

.single-footer-widget .instafeed li {
	margin: 5px;
}

.single-footer-widget .subscribe_form {
	padding-top: 13px;
}

.single-footer-widget .input-group {
	display: block !important;
}

.single-footer-widget input {
	width: 100%;
	border: 1px solid #333333;
	font-size: 13px;
	line-height: 30px;
	padding-right: 40px;
	height: 40px;
	color: #999999;
	background: transparent;
	padding-left: 20px;
}

.single-footer-widget input.placeholder {
	color: #999999;
}

.single-footer-widget input:-moz-placeholder {
	color: #999999;
}

.single-footer-widget input::-moz-placeholder {
	color: #999999;
}

.single-footer-widget input::-webkit-input-placeholder {
	color: #999999;
}

.single-footer-widget input:focus {
	outline: none;
}

.single-footer-widget .sub-btn {
	background: #f3c300;
	color: #fff;
	font-weight: 300;
	border-radius: 0;
	line-height: 34px;
	padding: 4px 11px 0px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

.footer_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.border_line {
	width: 100%;
	height: 1px;
	background: #333333;
	margin-top: 30px;
}

.footer-bottom {
	padding-top: 46px;
}

.footer-bottom .footer-text a {
	color: #f3c300;
}

.footer-bottom .footer-social {
	text-align: right;
}

.footer-bottom .footer-social a {
	font-size: 18px;
	line-height: 30px;
	color: #82848f;
	margin-left: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footer-bottom .footer-social a:hover {
	color: #f3c300;
}

#searchform_input {
	height: 40px;
	background-color: white;
	border: 1px solid rgba(13, 82, 132, 0.2);
	color: #0D5284;
	border-radius: 5px;
	padding: 0 30px;
	font-size: 18px;
	vertical-align: middle;
	width: 60%;
}

.accomodation_item .hotel_img {
	max-height: 200px;
	background-color: #f0f0f0;
}

.accomodation_item .hotel_img .theme_btn {
	max-width: 256px;
}

#HotelMap {
	height: 400px;
	width: 100%;
	z-index: 10;
}

.post-date {
	margin: 5px;
}

.leaflet-container{
	z-index: 10;
}