.bar_overview{background:url("../themes/yosemite/img/guestrooms.png") no-repeat;height: 15px;
 margin-bottom: 10px;width: 92%;}
 
 .bar_div{background:url("../themes/yosemite/img/barA.png") no-repeat;height: 15px;
 margin-bottom: 10px;width: 100%;}

/* New Css */
.news_single{text-align:left; position:relative; margin-bottom:30px; margin-top:20px; display:flex; align-items:center;}

.news_single .news_title{text-align:left; font-weight: 700; font-size: 22px; margin-top:0; margin-bottom: 30px;text-transform: capitalize;}
.news_image{position:relative;}
.news_date { position: absolute;z-index: 1; width: 100%; max-width: 200px; display: block; margin: 0 auto; left: 0; right: 0; text-align: center; padding: 12px 10px; background: #ffffff; border-radius: 20px; color: #888888; top: -20px; font-size:16px; text-transform:uppercase; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); /*box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);*/}
.news_content{position:relative;}
.news_sum, .news_content p {text-align:justify;color: #7b7b7b;  margin-bottom: 20px; line-height: 25px; position:relative;}
.but_brown2{transition: all .3s; padding: 12px 20px; display:block; text-transform:uppercase; max-width:250px; text-align:center; background:#ffffff !important; color:#222 !important; border:1px solid #222 !important; cursor:pointer; position:relative;}
.but_brown2:hover{background:var(--primary) !important; color:#ffffff !important; -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);}

.btns { text-transform: uppercase; padding: 15px 30px !important; border-radius: 0; letter-spacing: 1px; transition: all .3s; }
.btn-brown { background-color: #50453a; border-color: #50453a; color: #fff; }
.btn-brown:hover { transform: translateY(-4px); -webkit-box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75); box-shadow: 0px 21px 27px -15px rgba(0, 0, 0, 0.75); }

@media screen and (min-width: 1024px)   and (max-width: 1024px) {  
}
@media screen and (min-width: 768px)   and (max-width:991px) {  
	.news_image{margin-bottom:20px;}
}
@media screen and (min-width: 320px)   and (max-width: 767px) {  
	.news_date{max-width:175px; font-size:14px;}
	.news_image{margin-bottom:20px;}
	.news_single{display:block;}

}
/* New Css */

.news_image img {
    outline: 1px solid #e1e1e1;
}