::selection {
  background-color: #232323;
  color: #fff;
}

::-moz-selection {
  background-color: #232323;
  color: #fff;   
}

.header_mobile .header_menu {
  background-color: #ca2f23d9;
}
.header_mobile .header_menu ul li .sub-menu {
  background-color: #ca2f23d9;
}
.reservation:after {
  background-color: #f4edd3;
}
.form_callback {
  color: #ca2f23;
}
.form_callback .form__title {
  color: #ca2f23;
}
#form_callback .single__block input {
  color: #ca2f23;
}
.form_callback .single__block input, .form_callback select, .form_callback textarea {
  border: 2px solid #ca2f23;
  color: #ca2f23;
}
#form_callback .single__block input::placeholder, #form_callback select::placeholder, #form_callback textarea::placeholder {
  color: #ca2f23;
}
.heading {
	text-align: center;
}
.accomd-modations-room_1 .text .name__room {
	color: #ca2f23;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.accomd-modations-room_1 .text .name__room:hover {
	color: #3d2c21;
}
.accomd-modations-room_1 .text .price .amout {
	color: #232323;
    font-size: 18px;
}
/* CUSTOM HOME GUEST BOOK */
.guestbook-btn {
  	margin: 50px 70px;
  	text-align:center;
  	color: #fff;
}
.home-guestbook {
  	padding: 0;
}
.guestbook-content .owl-pagination {
  	margin-top: 20px;
 	margin-left: 0;
 	text-align: center;
}
.home-guestbook .awe-overlay {
  	background-color: rgba(72, 72, 72, 0.5);
}
.home-guestbook:before {
  	display: none;
}
.guestbook-item .text {
	padding-left: 70px;
}
@media screen and (max-width: 480px) {
	.guestbook-item .text {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* END | CUSTOM HOME GUEST BOOK */
.awe-btn.awe-btn-4 {
    border: 2px solid #fff;
    color: #fff;
}
.awe-btn.awe-btn-4:hover {
	border: 2px solid #ca2f23;
	background-color: #ca2f23;
    color: #fff;
}
#footer .footer_center {
    background-image: none;
    background-color: #f4edd3;
    color: #232323;
    padding-bottom: 40px;
}
#footer .footer_center hr {
	border-color: #ca2f23;
}
#footer .footer__menu {
    padding-inline-start: 0px;
    text-align: center;
}
#footer .footer__menu li a {
	color: #232323;
}
#footer .footer__menu li a:hover {
	color: #ca2f23;
}
#footer .footer_bottom {
	color: #fff;
}
/* BTN BACK TO UP */
.back_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #ca2f23b3;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: #e9ebec;
  color: #ca2f23;
}

.back_to_top-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .back_to_top {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 18px;
  }
}
/* END | BTN BACK TO UP */
/* CUSTOM ROOMS ACCORDION  */
.rooms_accordion {
    margin-top: 30px
}

.rooms_accordion .panel-default {
    border-color: #ffd8d8
}
.rooms_accordion .panel-default> .panel-heading {
    background-color: #fff6f6
}
.rooms_accordion .panel-heading {
    padding:0;
}
.rooms_accordion .panel-heading a {
    font-size: 18px;
    color: #ca2f23;
    padding: 10px 15px;
    display: block;
}
/* END | CUSTOM ROOMS ACCORDION  */
/* SLIDER DOWN ARROW  */
.slider_down-arrow {
    position: absolute;
    bottom: 25%;
    right: calc(50% - 30px);
    box-sizing: border-box;
    z-index: 1;
}

.slider_down-arrow a {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.slider_down-arrow .hillter-icon-down-arrow {
	position: absolute;
	left: calc(50% - 14.5px);
	top: calc(50% - 8px);
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
/* END | SLIDER DOWN ARROW  */
.custom-anchor {
	padding-top: 200px;
	margin-top: -200px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}
.menu-bars span, .menu-bars span:after, .menu-bars span:before {
    background-color: #ca2f23;
}
.not-found .not-found-text ul {
    padding-inline-start: 0px;
}
.not-found .awe-btn.awe-btn-4 {
    background: transparent;
}
.not-found .awe-btn.awe-btn-4:hover {
    background: #ca2f23;
}
@media screen and (max-width: 1440px) {
	.not-found .not-found-text {
		position: relative;
		margin-top: 2em;
    	color: #232323;
	}
	.not-found .not-found-text h2 {
		color: #232323;
	}
}
@media screen and (max-width: 991px) {
	.not-found .not-found-text {
    	color: #232323;
	}
	.not-found .not-found-text h2 {
		color: #232323;
	}
}
/* cloudpayments */
.cloudpayments__wrap {
    display: block;
    width: 550px;
    max-width: 100%;
    margin: 25px auto;
    padding: 0;
}
.cloudpayments__content {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 6px #b1b1b1;
    background: #fff;
    margin: 0;
    padding: 35px;
    border-radius: 6px;
}
.cloudpayments__title {
    text-transform: uppercase;
    font-size: 22px;
    color: #222;
    text-align: center;
    /* font-weight: bold; */
    margin: 10px 20px 10px 20px;
}
.cloudpayments__title:after {
    content:'';
    display: block;
    margin: 5px auto;
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, #ffffff, #222, #ffffff);
}
.cloudpayments__text {
    display: none;
    font-size: 16px;
    padding: 20px 20px 0 20px;
    color: #222;
}
.cloudpayments__wrap .cloudpayments__content .cloudpayments__text p {
    font-size: 16px;
}
.cloudpayments__input {
    padding: 0 20px 18px 20px;
}
.cloudpayments__input input[type="number"] {
        width: 100%;
        padding: 5px 10px;
        font-size: 16px;
        border: none;
        border-bottom: 1px solid #aaaaaa;
        background-color: #fff;
}
.cloudpayments__input input[type="text"],
.cloudpayments__input input[type="email"],
.cloudpayments__input input[type="tel"] {
        width: 100%;
        padding: 5px 10px;
        font-size: 16px;
        color: #232323;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #aaaaaa;
}
.cloudpayments__input input::placeholder {
    color: #aaaaaa;
}
.cloudpayments__button {
    text-align: center;
    margin: 0 20px 18px 20px;
}
.cloudpayments__button button {
    width: 100%;
    background-color: #1b96fe;
    box-shadow: 0px 17px 29px rgba(90,150,210,0.42);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 8px 20px 10px 20px;
    font-size: 16px;
}
.cloudpayments__button button:hover {
    background: #1B76FE;
}
/* END cloudpayments */

#footer .text-under,
#footer .text-under a {
    color: #232323;
}
#footer .text-under a {
    text-decoration: underline;
    cursor: pointer;
}