.img-intro__left, .img-full__left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}
.section1{
	min-height: 227px;
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    /* background-image: url(/static/images/3.116.0.0/fab_resultback.jpg); */
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 2rem;
    padding:1.7rem;
    position: relative;
    z-index: 1;
    height: auto;
    /* padding-right: 260px; */
}
.inner_room{
	margin-bottom: -28px;
    border-top: 1px solid #efefef;
    margin-top: .5rem;
    padding-top: 1px;
    padding-right: .5rem;
    color: #444;
    font-size: 13px;
}
.amenitites{
    color: #444;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: -18px;
    line-height: 1.4;
    font-weight: 600;
}
.title_view{
	font-size: 16px !important;
    letter-spacing: 1px;
    margin-bottom: 8px !important;
	margin-top:10px;
}
.inner_amenit{
	display: inline-block;
    margin: 0 3px;
    text-align: center;
    line-height: 20px;
}
.label1{
	margin-bottom: -2.5rem;
   display: inline;
    margin-top: .5rem;
    padding-top: .5rem;
    padding-right: .5rem;
    color: #444;
    font-size: 11px;
    font-weight: 600;
    line-height: 25px;
}
.icomoon{
font-size: 21px;
}
@media (max-width:767px){
	.img-intro__left, .img-full__left{
		float: left;
    margin-right: 0;
    max-width: 100%;
	}
}