/* 
* Primary colour: #865150
* Secondary colour: #ac9559
* Primary colour variation: #c49b9b
*
 */
* {
	margin: 0;
	padding: 0;
}

html,
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
    overflow-y: scroll;
}

body {
    background-color: #fff;
}

.preloader {
	position: fixed;
	background: url("../images/loader.gif") #fefefe no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: 12;
}

h1,h2,h3,h4,
p {
	padding: 0;
	margin: 0
}

h1,h2,h3,h4,h5,
.btn, .why_us p,
.home_rooms .card-footer p:first-of-type,
.credits a, .footer p:first-of-type,
.footer .nav-link {
    text-transform: capitalize;
}

.btn {
    border: none;
    box-shadow: none;
}

.btn-success {
    background-color: #c49b9b;
}

.btn-success:hover {
    background-color: #ac9559;
    color: #865150;
}

.btn:focus,
.btn:checked,
.btn:hover,
.btn:active,
.form-control {
	outline: none !important;
	box-shadow: none !important;
}

.input-group,
.form-group {
	margin-bottom: 15px;
}

.input-group-text {
	width: 40px;
	margin: 0 auto;
}

.input-group-text .fas {
	font-size: 16px !important;
}

.logo {
    height: 90px;
    width: auto;
}

.top_bar .navbar-light {
    background-color: transparent;
}

.top_bar * {
    transition-property: all;
    transition-duration: .5s;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    font-weight:400;
    text-transform: uppercase;
    color: #ac9559 !important;
}

.navbar-light .navbar-nav .nav-link span {
	display: block;
	border-bottom: 1px solid transparent;
	margin-top: 3px
}

.navbar-light .navbar-nav .nav-link:hover span,
.navbar-light .navbar-nav .nav-link:active span,
.navbar-light .navbar-nav .nav-link.active span, 
.navbar-light .navbar-nav .nav-link:focus span {
	border-bottom: 1px solid #ac9559
}

.banner {
	position: relative
}

.banner .overlay {
	background-color: rgba(0, 0, 0,.1);
}

.banner form {
    background-color: rgba(134, 81, 80, .9);
    border-radius: 15px;
    padding: 20px;
}

.banner .form-control {
    background-color: transparent;
}

.banner .input-group-text,
.room_gallery .input-group-text {
    background-color: #c49b9b;
    color: #fff;
}

.banner input[type=text]::placeholder,
.banner input {
	color: #fff
}

.banner input {
	accent-color: #fff
}

.datepicker {
	background-color: #865150;
	border-radius: 0;
	color: #f3f3f3;
}

.datepicker-switch {
	font-size: 13px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background-color: transparent
}

.datepicker .day {
	padding: 10px;
}

.datepicker td.day:hover {
	background-color: #c49b9b !important;
}

.datepicker td.today,
.datepicker td.active {
	background-color: #c49b9b !important;
	color: #fff
}

.page_title {
	position: relative;
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	height: 300px;
	color: #fff
}

.breadcrumb {
	background: transparent
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'fontawesome';
	font-size: 14px;
	color: #fff
}

.page_title .container {
	position: relative;
	z-index: 13
}

.page_title a,
.page_title .active {
	color: #fff
}

.welcome {
    background-color: #efefef;
}

.welcome p {
    font-size: 20px;
    line-height: 35px;
}

.why_us {
    background-color: #c49b9b;
    color: #333;
}

.why_us p {
    font-size: 18px;
    font-weight: 400;
}

.why_us .fas {
    color: #865150;
}

.why_us .card {
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 5px 0px #333;
}

.rooms_page .card,
.home_rooms .card {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #333;
    overflow: hidden;
	border: none
}

.rooms_page .col-sm-4,
.home_rooms .col-sm-4 {
    display: flex;
}

.rooms_page .card-body,
.home_rooms .card-body {
    position: relative;
    padding: 0;
    color: #865150;
}

.rooms_page .card-body p,
.home_rooms .card-body p {
    display: table;
    background-color: rgba(232, 221, 141,.8);
    padding: 5px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 20px;
}

.rooms_page .card-footer p:nth-child(2),
.home_rooms .card-footer p:nth-child(2) {
    display: flex;
}

.rooms_page .card-footer p:first-of-type,
.home_rooms .card-footer p:first-of-type {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.search_results .facility,
.rooms_page .card-footer .facility,
.home_rooms .card-footer .facility,
.room_gallery .facility {
    flex: 1;
    text-align: center;
    margin: 0 2px;
    padding: 2px;
    border: 1px solid #865150;
    border-radius: 5px;
    color: #865150;
}

.search_results .facility {
	font-size: 16px;
	padding: 5px 10px
}

.room_title {
	background-color: #ddd;
	padding: 20px 10px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 20px
}

.price small {
	font-size: 12px;
}

.attractions {
    position: relative;
    background: url("../images/attractions_bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}

.attractions .container {
    position: relative;
    z-index: 13;
}

.attractions .card {
    overflow: hidden;
}

.attractions .card-body {
    padding: 0;
}

#map {
	height: 350px;
	width: 100%;
}

.contact_page .row .col-sm-5 .row {
	margin-bottom: 20px;
}

.contact_page .col-sm-2 p {
	display: table;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	padding: 6px 5px;
	border-radius: 10px;
	background-color: #ac9559;
	text-align: center;
}

.contact_page .col-sm-2 .fa-envelope {
	margin-top: 2px;
}

.contact_page .col-sm-2 .fa {
	font-size: 25px;
	color: #fff
}

.footer,
.credits {
    font-size: 14px;
}

.footer {
    background-color: #333;
    color: #fff;
}

.footer p:first-of-type {
    font-weight: 400;
    border-bottom: 1px solid #444;
    margin: 20px;
}

.footer .col-sm-4:first-of-type a {
	color: #fff
}

.footer .col-sm-4:first-of-type p:last-of-type {
	text-transform: capitalize
}

.footer .fa-brands {
	font-size: 18px;
	margin-right: 10px
}

.footer .nav-link {
    padding: 5px 20px;
    color: #865150;
}

.footer .nav-link:hover {
    color: #c49b9b;
}

.credits {
    background-color: #bbb;
}

.credits a {
    text-decoration: none;
    color: #fff;
}


@media(max-width: 767px) {

    body {
        font-size: 15px;
    }

    .banner .carousel-item img {
        min-height: 400px;
    }

    .banner form {
        margin-top: 70px;
    }

    .banner .input-group {
        margin-bottom: 10px;
    }

    .home_rooms .card,
    .why_us .card {
        margin-bottom: 20px;
    }
    

}





