.rating-symbol {
	font-size: 0.6rem;
}
.rating-symbol-foreground, .rating-symbol-background {
	color: #f78200 !important;
}

.text-editor>ul li:before {
	color: #cbe4f5;
	font-weight: 900;
	content: '\f6ec';
}

.trip-includes>ul li:before {
	color: #2170a5;
    content: '\f058';
}

.trip-excludes>ul li:before {
	color: #f78200;
	content: '\f057';
}

.navbar .dropdown-item {
	padding: 10px !important;
}

.navbar .dropdown-menu {
	width: max-content !important;
}

.navbar .dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
}

.navbar .dropdown-menu li:last-child {
	border-bottom: none;
}

.hero-bottom>.container {
	display: block !important;
}

.hero-bottom .container>h1 {
	float: left !important;
}

.hero-bottom .container>nav {
	float: right !important;
}

.package-card img.img-fluid {
	width: 100%;
	height: 175px !important;
}

.stars>.fa-star {
	color: #f78200;
}

/*gallery*/
.gallery-wrap {
	position: relative;
	margin-bottom: 20px;
}

.gallery-wrap>.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(34, 113, 165, 0.09);
}

.gallery-wrap>.overlay:hover {
	background-color: rgba(247, 130, 1, 0.25882352941176473);
}

.gallery-wrap>img {
	width: 100%;
	height: 170px;
}

.gallery-wrap>.title {
	position: absolute;
	bottom: 11px;
	left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
/**/

.middle-row.min {
	width: 100%;
	background-color: white;
    position: fixed;
    top: 0;
    z-index: 1021;
}

/*jquery ui autocomplete style*/
.autocomlete-highlight {
	z-index: 9;
	background-color: #f9f9f9;
	width: 1225px !important;
	padding: 0px;
}

.autocomlete-highlight li {
	list-style: none;
}
.autocomlete-highlight li>div {
    color: black;
	display: block;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	cursor: pointer;
	display: block;
	background-color: #f78200;
    color: white;
    /*font-weight: bold !important;*/
}
/*end of jquery ui autocomplete style*/

label.error {
    color: red !important;
    display: block;
    margin-top: 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
