#message {
	padding: 20px;
    display: block;
    text-align: center;
}

#message .success-text {
	color: #3a9266;
}

#message .error-text {
	color: #ce1c12;
}

.event-item p small {
	color: #a07d2a;
    display: inline-block;
    margin-bottom: 8px;
}

.event-item h3 {
	margin-bottom: 1px;
}

.event-item .price {
	font-size: 24px;
}
    

.no-link-decoration {
	color: white;
}

.container-fluid {
	padding-right: 20px;
    padding-left: 20px;
}

.material-icons.dash {
	color: transparent;
}

.modal-dialog.modal-dialog-centered {
	margin: 30px auto;
}

.asteriskField {
	color: red;
}

.notice-message {
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	color: grey;
}

.notice-message-left {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: grey;
	border-top: 0.1px solid #eae4d0;
}

.dropdown-menu {
	z-index: 9999;
}

.tooltip-bottom.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.tooltip-bottom.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

#book-a-room .section-title {
	font-size: 57px;
}

#book-a-room .form-control {
	border-color: #e6d8ab;
	color: #908d84;
}

#book-a-room input::placeholder {
	color: #e0dccc;
}

.socia-link #book-a-room .form-group {
	text-align: center;
}

.socia-link #book-a-room .form-group .form-control{
	text-transform: none;
}

.socia-link #book-a-room .form-group.align-left {
    text-align: left;
    margin-left: 1px;
}

.socia-link .button.full-width {
	text-align: center;
}

.form-two-columns .form-group {
    display: inline-block;
    width: 49.5%;
}

/*#hotel-rooms .theme-btn {
	margin-left: 2px;
	//background-color: #262728;
}*/

.header-img-logo {
	width: 95%;
	margin: 0 auto;
    display: block;
}

.fsz-34-number {
	display: inline-block;
    margin-top: -12px;
    margin-right: -5px;
}

.start-frm .fsz-34 {
	font-weight: 100;
}

.menu-toggle-pointer {
	
}

.close-modal-custom {
    font-size: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 7px;
	color: grey;
}

.gallery-head {
	margin-top: -50px;
	margin-bottom: 150px;
}



.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}


img.fac-icon {
	margin-top: 30px;
	width: 60px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	filter: invert(0.68) sepia(0.5) saturate(1.9) hue-rotate(10deg)
}

.fotorama__thumb-border {
	border-color: #d4bd6d;
}

.padding-top-80 {
	padding-top:80px;
}

.details {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 768px) {
	.gal-container .modal-dialog {
		width: 55%;
		margin: 50 auto;
	}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}

.section-title.sec-page{
	font-size:60px;
}

.banner-content .section-title.sec-page{
	font-size:112px;
}

.breadcrumb-bg{
	padding: 60px 0;
	background-size: cover;
}
.gal-container {
    padding-top: 45px;
}
.gallery-bg {
    background-color: #faf6e4;
}

.rooms-theme{
	background-image: url('../img/room-banner_blur.jpg')
}

/* card */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-text:last-child {
	text-align: center;
    margin-bottom: 7px;
}

.card-text:last-child .btn-1.btn-sm-white {
	height: 35px;
}

.card-text:last-child .theme-btn i{
	    margin-bottom: 3px;}
	

.card-title {
    margin-bottom: .75rem;
}

p.card-text {
	line-height: 1.4;
}

.h4, h4 {
    font-size: 1.5rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}


.card{box-shadow:2px 2px 20px rgba(0,0,0,0.3); border:none; margin-bottom:30px;}
.card-01 .card-body{position:relative; padding-top:40px;}
.card-01 .badge-box{position:absolute; top:-20px; left:50%; width:100px; height:100px;margin-left:-50px; text-align:center;}
.card-01 .badge-box i{background:#DFC717; color:#fff; border-radius:50%;  width:50px; height:50px; line-height:50px; text-align:center; font-size:20px;}
.card-01.height-fix{height:455px; overflow:hidden;}
.card-01.height-fix .card-img-top{
	    display: block;
    height: 600vw;
    width: 600vh;
    object-fit: cover;
}
.card-01.height-fix .card-img-overlay {
    top: unset;
    color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	background: #0000004f;
	padding-top: 0px;
	/*background: #d4bd6d;
    background: -moz-linear-gradient(top, rgba(26,96,111,0) 0%, rgba(26,96,111,0) 1%, rgba(203, 176, 82, 0.7) 40%, rgba(203, 176, 82, 0.9) 80%, rgba(203, 176, 82, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(26,96,111,0) 0%, rgba(26,96,111,0) 1%, rgba(203, 176, 82, 0.7) 40%, rgba(203, 176, 82, 0.9) 80%, rgba(203, 176, 82, 1) 100%);
    background: linear-gradient(to bottom, rgba(26,96,111,0) 0%, rgba(26,96,111,0) 1%, rgba(203, 176, 82, 0.7) 40%, rgba(203, 176, 82, 0.9) 80%, rgba(203, 176, 82, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a606f', endColorstr='#e8154159',GradientType=0 );*/
}
.card-01.height-fix .fa{color: #fff;font-size: 22px;margin-right: 18px;}

.btn-1.btn-sm-white {
	min-width: 150px;
	height: 36px;
	line-height: 33px;
	color: #FFF;
}

.btn-sm-white:before, .btn-sm-white:after {
	background: #FFF;
}

h4.card-title {
	font-family: 'Arapey', serif;
    font-size: 32px;
    font-weight: 300;
}

.card-text-fixed-size{
	height: 40px;
}


/* carousel start */
.hide-bullets {
    list-style:none;
    /*margin-left: -40px;
    margin-top:20px;*/
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.column-spacer {
	height: 20px;
}

/*end of carousel*/

@media (max-width: 1199px) {
	.header-img-logo {
		margin-top:70px;
		width: 100%
	}
}

@media (max-width: 991px) {
	.header-img-logo {
		margin-top:35px;
		width: 100%
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.footer-1 .primary-navbar > li + li::before {
		top: -5px;
	}
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	
	.header-img-logo {
		margin-top:0px;
		width: 50%
	}
	.footer-1{
		text-align:center !important;
	}
	
    .modal-dialog.modal-dialog-centered {
	    padding-left: 15px;
		padding-right: 15px;
	}
	
	.book-now {
		text-align: center;
	}
	
	.off-canvas .nav-trigger .toggle-icon {
		height: 40px;
		width: 40px;
		left: 0;
		line-height: inherit;
		margin: -3px -3px auto auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.nav-trigger .toggle-icon {
		font-size: 24px;
		border: 3px solid #000;
	}
	
	.primary-navbar {
		float: none;
		margin: -26px 0 0 0;
	}
	
	.header-logo .nav-trigger .toggle-icon{
		margin: 0;
		height: 34px;
		line-height: 28px;
		width: 34px;
	}
	
	.main-header.is-sticky{
		padding: 25px 0;
	}
	
	.header-wrap .navigation {
		top: -1px;
		right: 14px;
		display: none;
	}
	
	.header-wrap .navigation.off-canvas {
		display: inline-block;
	}
	.header-wrap .navigation {
	overflow: hidden;	

	}
	.footer-1 .primary-navbar > li {
    text-align: center;
    display: block;
	}
	.socia-link {
    text-align: center;
	}
	.footer-1 .primary-navbar{
		border-bottom: 0.1px solid #eae4d0;
		margin-bottom: 12px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.banner-content .section-title.sec-page {
		font-size: 55px;
	}
	
	.section-title.sec-page {
		font-size: 35px;
	}
	
	.padding-top-80 {
		padding-top:310px;
	}
}

@media only screen and (max-width: 398px) {
	.form-two-columns .form-group {
		display: inline-block;
		width: 100%;
	}
}