.active-main-image {
    background: #0ead60!important;
    color: #fff;
}
.fa-camera{
	background: #394a42;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.fa-trash {
    background: #c31111;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}
#LoadingImage{display:none}
i#main {
    position: initial;
}
ul#preview li img{
	width: 150px;
    margin: 10px 0;
}

ul#preview li {
	float:left;
    margin: 5px;
}

.icon-box-icon-block,
.icon-box-round,
.icon-box-text,
.list-thumb-box,
ul.amenities li {
	display: inline-block
}

ul.amenities li {
	margin: 7px 0;
	position: relative;
	padding-left: 0px;
	font-size: 14px
}
.amenities.third {
	margin-bottom: 0px;
}

.hotel-rooms .guides-img-box {
    width: 100px;
    height: 100px;
    margin: 30px auto 5px auto;
    background: #f6f8fb;
    padding: 8px;
}

.hotel-rooms .hotel-box {
    margin-bottom: 0px;
}
.hotel-rooms .guides-container {
    margin: 15px 0;
}
.tr-single-detail .tr-single-body.hotel-rooms  {
    padding: 10px 10px !important;
}

ul.amenities li img {
	width: 30px;
	margin-right: 10px;
}

ul.amenities.two li {
	width: 50%
}

ul.amenities.third li {
	width: 33.3333%
}

ul.amenities.fourth li {
	width: 25%
}

.list-thumb-box {
	position: relative;
	min-height: 250px;
	border-radius: 6px;
	overflow: hidden
}

.list-thumb-box h5 {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 18px
}

.list-thumb-box:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: #162444;
	opacity: .5
}

.icon-box-icon-block {
	width: 100%;
	font-size: 13px
}

.icon-box-round {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 7px;
	color: #778494;
	font-size: 14px;
	border-radius: 50%;
	background-color: #f0f3f7
}

.icon-box-text strong {
	display: block;
	line-height: 1.4
}

.simple-features-list {
	margin: 0;
	padding: 0
}

.simple-features-list li {
	list-style: none;
	padding: 0 0 10px 25px;
	position: relative
}

.simple-features-list li:before {
	position: absolute;
	content: "\e71b";
	font-family: themify;
	left: 0;
	top: 0
}

.extra-service {
	margin: 10px 0 0;
	display: table;
	width: 100%
}

.extra-service li {
	list-style: none;
	padding: 7px 0
}

.extra-service.half li {
	width: 50%;
	float: left;
	display: inline-block
}

.hotel-box .inner-box p {
	font-size: 13.5px
}

.hotel-place {
    position: absolute;
    margin-top: 15px;
    top: 0;
    left: 15px;
    z-index: 1;
    font-size: 16px;
}

.hotel-place a:hover,
.hotel-place>*,
.hotel-place>:focus {
	color: #fff
}

.hotel-detail-box {
	padding: 10px 20px
}

.hotel-ellipsis p {
	font-size: 12px
}
.choose-book.form-control {
    height: 42px;
    margin-bottom: 15px;
}
.hotel-review h6 {
	margin: 0;
	display: inline-block;
	color: #8995a2
}

.room-text {
    white-space: normal;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
.room-text::-webkit-scrollbar {
    width: 0.5em;
}
 
.room-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.room-text::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}