/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.bg_dark {
  background-color: #000;
}
.color-second {
	color: #eece93 !important;
}
.bg_dark .title h2, h3, h6, p {
	color: #FFF;
}
.bg_dark a.btn_1.outline, .btn_1.outline {
	color: #FFF;
	border-color: #EEE;
}
.bg_dark .pagination a, .pagination span {
	color: #FFF
}
.bg_dark .marquee {
	color: #FFF;
    margin-top: 0px !important;
    height: 140px;
}
.bg_dark .marquee .content {
	opacity: 0.5;
	line-height: 1;
}
.bg_dark .collapse p, .collapse h3 {
    color: #000;
}
header.reveal_header.headroom--not-top {
	background-color: #000;
	border-bottom: none;
}
header.fixed_header.sticky nav ul li a {
	color: #FFF;
}
.blog p {
	color: #000;
}
a.box_cat_rooms .info-2 {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 0 30px 0 30px;
    color: #fff;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    backface-visibility: hidden;
    transform: translate(0, 0);
    transition: all 0.4s ease;
    background: transparent;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.hover-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.qrcode-popup {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 10;
}

.qrcode-popup img {
    width: 150px;
    height: 150px;
}

.hover-container:hover .qrcode-popup {
    display: block;
}

@media (max-width: 991px) {
    .panel_menu .wrapper_menu {
    	text-align: center;
    }
}