body.ie .logo-cont .logo{
	background-color: #272727;
	transition: background-color .12s ease-in-out;
}
body.ie:not(.mobile) .logo-cont .logo:hover{
	background-color: #840536;
}
body.ie .borders .bright .top .quick-contact .booking,
body.ie .quick-booking .submit{
	background-color: #840536;
	transition: background-color .12s ease-in-out;
}
body.ie:not(.mobile) .borders .bright .top .quick-contact .booking:hover,
body.ie:not(.mobile) .quick-booking .submit:hover,
body.ie:not(.mobile) .page-footer .cont .top .submit:hover,
body.ie:not(.mobile) .page-footer .cont .info-area .right .socials .item:hover,
body.ie:not(.mobile) .single-arr .img .cont .booking:hover{
	background-color: #272727;
}
body.ie .owl-prev i, .owl-next i{
	line-height: 0;
}
body.ie .owl-prev,.owl-next{
	transition: background-color .12s ease-in-out;
}
body.ie:not(.mobile) .owl-prev:hover,body:not(.mobile) .owl-next:hover{
	background-color: #272727 !important;
}
body.ie .gallery[data-slide="false"][data-items="2"] .item{
	width: calc(100% / 2.1);
}
body.ie .gallery[data-slide="false"][data-items="3"] .item{
	width: calc(100% / 3.1);
}
body.ie .gallery[data-slide="false"][data-items="4"] a.item{
	width: calc(100% / 4.1);
}
body.ie .gallery[data-slide="false"][data-items="5"] a.item{
	width: calc(100% / 5.1);
}
body.ie .gallery[data-slide="false"][data-items="6"] a.item{
	width: calc(100% / 6.1);
}
body.ie .gallery[data-slide="false"][data-items="7"] a.item{
	width: calc(100% / 7.1);
}
body.ie .gallery[data-slide="false"][data-items="8"] a.item{
	width: calc(100% / 8.1);
}
