body{

}

textarea{
	white-space: initial !important;
    line-height: 1.4 !important;
	padding: 10px !important;
}


.mb-20{
	margin-bottom: 20px;
}

#mad-nav-btn{
	z-index: 2;
}

.mad-vr-nav > ul > li > a{
	line-height: 18px;
}

.front_page #mad-header .mad-logo img{
	filter: brightness(0) invert(1);
}

.main-slider{
	height: calc(100vh - 154px);
}

.main-slider_item{
	position: relative;
	height: 100%;
}

.main-slider_item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to-albums a{
	color:  white !important;
}


.slider_item__pre_title{
	margin-bottom: 1rem;
	position: relative;
    z-index: 1;
	color: var(--color-neutral-15);
	font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.slider_item__title{
	position: relative;
    z-index: 1;
	margin-bottom: 1.75rem;
	color: var(--color-neutral-0);
	font-family: Anglecia, sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.main-slider_item_captions{
	    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
}


.main-slider_item:after{
	content: '';
	background-color: #0f1322;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.main-slider__slick-prev{
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 1;
	transition: all 0.3s;
}

.main-slider__slick-prev:after{	
	content: "keyboard_arrow_left";
    font-family: 'Material Icons';
    width: 10px;
    background-color: #5e8ebf5c;
    color: white;
    font-size: 50px;
	transition: all 0.3s;
}

.main-slider__slick-prev:hover:after{
	background-color: #5e8ebf;
}

.main-slider__slick-next{
	position: absolute; 
	right: 20px;
	top: 50%;
	z-index: 2;
	transition: all 0.3s;
}

.main-slider__slick-next:after{	
	content: "keyboard_arrow_right";
    font-family: 'Material Icons';
    width: 10px;
    background-color: #5e8ebf5c;
    color: white;
    font-size: 50px;
	transition: all 0.3s;
}

.main-slider__slick-next:hover:after{
	background-color: #5e8ebf;
}

.main-slider .slick-list,
.main-slider .slick-track{
	height: 100%;
}

.mad-entities.type-4 .mad-entity .mad-entity-title{
	white-space: initial;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 22px;
}

.mad-media-element{
    height: calc(100vh - 154px);
}

.abz_spec{
	text-align: center;
    font-size: 20px;
    color: #ababb1;
    font-weight: 100;
    line-height: 1.5;
}

header .mad-logo img{
    width: 150px;
}

footer .mad-logo img{
    width: 120px;
}

.mad-footer {
    padding: 5rem 0;
    padding-bottom: 2rem;
}

.mad-our-info{
    row-gap: 0.5rem;
}

.mad-our-info {
    flex-flow: column;
}

.mad-entities.type-4.quaz .mad-entity:nth-child(2n){
    flex-direction: row-reverse;
}

.mad-entities.type-4.quaz .mad-entity:nth-child(2n) .mad-entity-content{
    right: 0;
    left: initial;
}

.mad-entities.type-4.mad-entities-reverse.quaz .mad-entity .mad-entity-content:after,
.mad-entities.type-4.quaz .mad-entity:nth-child(2n) .mad-entity-content:after {
    right: auto;
    left: 1.1875rem;
	
	
}
.mad-entities.with-img-border.type-4.quaz .mad-entity .mad-entity-content:after {
    right: 1.1875rem;
    top: 1.1875rem;
}

.mad-entities.with-img-border .mad-entity .mad-entity-content:after{
    border-color: white;
}

.mad-entities.with-img-border .mad-entity .mad-entity-content:before {
    border-color: white;
}

.news_item h4 {
    font-size: 1.7rem !important;
    line-height: initial;
}

.oh{
    overflow: hidden;
}

.bg_w{
	background-color: white !important;
	box-shadow: 0 0 21px -18px black;
}

.grid_cust{
	background-color: whitesmoke;
	display: grid;
	height: 100%;	
	grid-gap: 1%;
	grid-template-columns: 30% 30% 40%;
	grid-template-rows: 250px 1fr 250px;
	grid-template-areas: 
		"a b c c" 
		"a b c c" 
		"a b d d" 
		"a b d d";
}

.grid_item h4{
    font-size: 1.8rem;
}

.grid_item{
	position: relative;
	overflow: hidden;
}

.grid_item:nth-child(3){
	margin-bottom: 1.5%;
}

.grid_item .mad-gallery-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    color: var(--color-neutral-0);
    background: none;
    transition: all .7s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.grid_item:hover .mad-gallery-desc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;	
}

.grid_item .mad-gallery-media {
    display: block;
    position: relative;
	height: 100%;
}

.grid_item span{
	color: white;
    font-size: 16px;
    display: inline-block;
    line-height: initial;
	
}

.grid_item .mad-gallery-media:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-neutral);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.grid_item .mad-gallery-desc {
    padding: 2.5rem;
	padding-bottom: 1rem
}

.grid_item .mad-gallery-name a{
	color: white;
}

.grid_item:hover .mad-gallery-media:after {
    opacity: 0.6;
    visibility: visible;
}

.tac{
	text-align: center;
}

.grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.grid_item_mf img{
	max-height: 330px;
}

.grid_item_head{
	font-family: Anglecia, sans-serif;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 28px;
    width: 100%;
    padding: 50px 10px 30px 10px;
    transition: all 0.2s;
	
	background: rgb(18,27,60);
	background: -moz-linear-gradient(0deg, rgba(18,27,60,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18,27,60,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(18,27,60,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121b3c",endColorstr="#ffffff",GradientType=1);
	opacity: 1;
}

.grid_item:hover .grid_item_head{
	opacity: 0;
}

.mad-breadcrumb.with-bg-img {
    background-position: center;
}

.rooms_other_b img{
    height: 550px;
    object-fit: cover;
}

.clr{
	background-color: #e8ebf2;
	
}

.clr .mad-page-title,
.clr .mad-room-detail span{
	color: black;
}

.container_main{
	padding-top: 60px;
	padding-bottom: 60px;
}

.container_main p a{
	color: #5e8ebf;
}

.room-card__image-wrapper img{
	width: 100%;
}

.review_item{
	margin-bottom: 30px;
    border-left: 5px solid #5e8ebf;
    padding-left: 10px;
}

.review_item_meta{
	    font-size: 14px;
    color: grey;
	display: flex;
}

.review_item_name{
	margin-right: 10px;
}

.form__bottom{
	display: flex;
}

.ff_d{
	display: flex;
	    margin: 20px 0;
}

.form-group{
	display: inline;
}

input[type="email"],
input[type="text"],
textarea{
	font-family: Roboto, sans-serif;
}

#comment_form{
	background-color: whitesmoke;
	padding: 12px 34px;
}

.review_list{
	margin: 60px 0;
}

textarea{
	padding: 10px;
}

.error_forma_msg{
	    background-color: #ffeaea;
    padding: 20px;
    margin-bottom: 20px;
}

#form-messages ul{
	list-style: initial;
    padding-left: 19px;
}

.success_forma_msg{
	background-color: #cfffcf;
    padding: 20px;
    text-align: center;
}

h4.mad-entity-title{
	font-size: 27px;
    line-height: 1;
    margin-bottom: 17px;
}

.capt_line{
	display: flex;
	align-items: center;
	margin: 10px 0;
    justify-content: space-between;
}

.pull-left_img{
	width: 35%;
}

.img_capth_txt{
	margin-bottom: 0 !important;
}

.pull-left_inp{
	width: 65%;
	margin-left: 10px;
}

.form_msgs ul{
	list-style: initial;
    padding-left: 19px;
}

.mad-pagination > li:first-child, .mad-pagination > li:last-child{
	flex: initial;
}

.page-numbers.current{
	color: white !important;
    background-color: #5e8ebf;
}

.mad-entities.type-4 .mad-entity .mad-entity-media{
	padding-bottom: 40px;
}

.owl-dots .owl-dot:after{
	display: none;
}


.type-3.owl-carousel .owl-dots{
    display: none;
}

@media(max-width: 1800px){
	.mad-navigation {
    column-gap: 22px;
	}
}

@media(max-width: 1650px){
	.mad-navigation {
    column-gap: 12px;
	}
	
	.mad-header-item {
		column-gap: 1.2rem;
	}
	
	header .mad-actions .btn {
		padding: 1rem 0.5rem 1rem;
	}
	
	header .mad-navigation-container{
		    margin-left: 20px;
	}
	
	header .mad-navigation > li{
		display: flex;
		align-items: center;
		text-align: center;
	}
	
	.mad-navigation > li > a {
		letter-spacing: 0;
		text-transform: initial;
	}
	
}

@media(max-width: 1200px){
	.mad-navigation:not(.side-menu){
		display: none;
	}
	
	
	.mad-header.header-2.mad-header--transparent .mad-header-items > .mad-header-item:nth-child(1){
		width: 10%;
	}
	.mad-header.header-2.mad-header--transparent .mad-header-items > .mad-header-item:nth-child(2){
		width: 30%;
	}
	.mad-header.header-2.mad-header--transparent .mad-header-items > .mad-header-item:nth-child(3){
		width: 60%;
	}
	
	.mad-entity.reverse .mad-entity-media{
		order: 1;
	}
	
	.mad-entity.reverse .mad-entity-content{
		order: 2;
	}
	
	.mad-icon-boxes{
		width: 100%;
	}
	
	.mad-icon-boxes .mad-col{
		width: 33%;
	}
	
	.mad-icon-box h4.mad-icon-box-title{
		font-size: 23px;
		line-height: 1;
	}
	
	header .mad-navigation > li{
		display: block;		
	}
}

@media(max-width: 991px){
	.mad-storyline .mad-story-item .mad-story-content{
		position: relative;
		width: 100%;
	}
	
	.mad-story-item .mad-story-inner{
		padding-bottom: 10px;
	}

}

@media(max-width: 768px){
	h1.mad-page-title{
		font-size: 32px;
	}
	
	.mad-breadcrumb-path{
		letter-spacing: 0;
		text-transform: none;
	}
	
	.mad-our-info{
		
	}
	
	.mad-header-items .mad-actions a.btn{
		/*display: none;*/
	}
	
	.mad-our-info{
		row-gap: 1;
	}
	
	.mad-our-info .mad-info{
		font-weight: 500;
		font-size: 13px;
	}
	.mad-header.header-2 .mad-actions {
		justify-content: end !important;
	}
	
	.mad-info i{
		display: none;
	}
	
	.mad-header.header-2.mad-header--transparent .mad-header-items > .mad-header-item:nth-child(3){
		width: 35%;
	}
	
	.mad-actions {
		display: inline-block;
	}
	
	.main-slider_item_captions{
		padding: 0 60px;
		text-align: center;
	}
	
	.main-slider__slick-next {
		right: 0;
	}
	
	.main-slider__slick-prev{
		left: 0;
	}
	
	.mad-entity-content{
		overflow: scroll;
	}
	
	.mad-entities.type-4 .mad-entity .mad-entity-title{
		font-size: 34px;
	}
	
	.mad-entities.type-4 .mad-entity .mad-entity-media{
		padding-bottom: 0;
	}
	
	.mad-room-details {
		row-gap: 4px;
	}
	
	.grid_cust{
		grid-template-areas:
        "a c"
        "b d";		
		grid-template-columns: 50% 50%;
		grid-template-rows: initial;
	}
	
	.grid_item_head {    
		font-size: 22px;
	}
	
	.grid_item_mf img{
		max-height: 100%;
	}
}

@media(max-width: 482px){
	.mad-entity-content.bg_w{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.grid_item_head {    
		font-size: 16px;
	}
}