.custom-breadcrumb .home{
	position: relative;
	color: #5d0c0c;
}

.custom-breadcrumb a.post.post-page,
.custom-breadcrumb a.post-accommodation-archive{
	color: #5d0c0c !important;
}

.custom-breadcrumb .home::before{
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 5px;
}

.custom-breadcrumb .home:hover{
	color: #A43364;
}

.custom-breadcrumb .current-item{
	color: #c5a666;
	text-transform: uppercase;
}

.my-custom-gallery a.lightbox-link{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 300;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1),0 2px 6px 0 rgba(0,0,0,0.1);
}

.my-custom-gallery a.lightbox-link:hover{
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.second-facilities-page-slider .unslider-nav{
	bottom: 15px !important;
}

.second-facilities-page-slider .unslider-nav li{
	width: 10px;
	height: 10px;
	border: 1px solid #fff !important;
	border-radius: 50%;
}

.second-facilities-page-slider .unslider-nav li:hover,
.second-facilities-page-slider .unslider-nav li.unslider-active{
	background-color: #742f38 !important;
	width: 10px;
	height: 10px;
	border: 1px solid #742f38 !important;
}


/*.custom-menu .menu-main-menu-container{
	margin-top: 40px !important;
}

.custom-menu li{
	border-bottom: 1px dotted #ccc;
}

.custom-menu li a{
	position: relative;
	line-height: 20px !important;
}

.custom-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area{
	position: absolute;
	right: 5px;
	min-width: 20px !important;
	min-height: 20px !important;
	border-radius: 50%;
	margin-right: 0 !important;
}

.custom-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area svg{
	margin-left: 0 !important;
}

.custom-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area:hover{
	background-color: #bda36d !important;
}

.custom-menu li.menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area:hover svg{
	color: #fff !important;
}

.custom-menu li .sub-menu{
	padding-left: 10px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.custom-menu li .sub-menu li{
	border-bottom: 0;
}

.custom-menu li .sub-menu li a{
	color: #666666 !important;
	text-transform: none !important;
	font-size: 14px !important;
}

.custom-menu li .sub-menu li a:hover{
	color: #7b6c4c !important;
}

.custom-menu li .sub-menu li {
	height: 32px !important;
}*/


.acm-list-facilities ul{
	margin-top: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}

.acm-list-facilities ul li{
	display: inline-block;
	position: relative;
	padding-right: 5px;
	margin-bottom: 2px;
}

.acm-list-facilities ul li::before{
	content: '\f00c';
	font-family: "FontAwesome";
	color: #333;
	padding-right: 5px;
}

@media(max-width: 991px){
	.acm-list-facilities ul{
		text-align: center;
	}
}

.single-accommodation .promotions-section{
	display: none;
}

.home-form-book .row{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-end;
}

.home-form-book .row::after{
	content: "";
	display: table;
	clear: both;
}

.home-form-book .row .column{
	width: 33.333%;
	/*float: left;*/
}

.home-form-book .row .column label{
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}

.home-form-book .row .column input[type="text"]{
	width: 97%;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 6px 35px 6px 15px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 22px;
	color: #666;
	font-size: 16px;
	font-family: 'Lato';
}

.home-form-book .row .column input[type="text"]:focus{
	outline: none;
}

.home-form-book .row .column input[type="submit"]{
	background-color: #565656;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato';
	padding: 7px 15px;
	width: 100%;
	border-radius: 15px;
	height: 34px;
	cursor: pointer;
}

.home-form-book .row .column input[type="submit"]:hover{
	background-color: #800000;
}

@media(max-width: 767px){
	.home-form-book .row{
		display: block;
	}
	.home-form-book .row .column{
		width: 100%;
		margin-bottom: 10px;
	}
	.home-form-book .row .column input[type="text"]{
		width: 100%;
	}
	.home-form-book .row .column label {
		text-align: center;
	}
}