/* ==================
 *
 *google fonts 
 *
 *===================*/


/* ==================
 *
 *var section 
 *
 *===================*/


/*****  font size  ******/


/*****  Colors  ******/


/* ==================* * Reset Class Css *
 *===================*/

body {
	line-height: 24px;
	font-size: 14px;
	color: #80d6a3;
	font-weight: 400;
	color: #444;
	overflow: hidden;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
	margin: 0px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:active,
a:focus,
a:active {
	text-decoration: none !important;
}

.clear {
	clear: both;
}


/* ==================
 *
 *  Global Class 
 *
 *===================*/

.btn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 9px 25px;
	border-radius: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: transparent;
}

.title {
	text-align: center;
	padding-bottom: 30px;
}

.title h2 {
	color: #333;
	font-size: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.title h2:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #b3b3b3;
	position: absolute;
	top: 12px;
	left: -60px;
}

.title h2:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #b3b3b3;
	position: absolute;
	top: 12px;
	right: -60px;
}

.title p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #817C7C;
}

#mixed-items .mix {
	display: none;
}


/* animation keyfrem */

@-webkit-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@-moz-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@-o-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}


/******** travel plans ******/

nav ul#listMenu {
	position: fixed;
}

#top-part {
	margin: 0 auto;
	padding: 0px;
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 80px;
	z-index: 998;
	opacity: 1;
	/*max-width: 1560px;*/
	max-width: 2048px;
}

.top-inner-color {
	background: rgb(12, 47, 129) !important;
}

.top-part-inner {
	margin: 0 auto;
	padding: 0px;
	width: 95%;
}

.logo {
	margin: 5px 0 0 25px;
	padding: 0px;
	float: left;
}

.top-link-login {
	margin: 10px 0 0 100px;
	padding: 0px;
	float: left;
}

.top-link-login span {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 74px;
}

.top-link-login span a {
	margin: 0 11px 0 10px;
	padding: 0px;
	float: left;
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 70px;
}

.top-link-login span a i {
	padding-right: 6px;
}

.dash-img {
	position: absolute;
	top: 35px;
	margin-left: -26px !important;
	width: 18px;
}

.top-link-login span a img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.top-link-login span .active {
	color: #127d27;
	border-bottom: 2px solid #127d27;
}

#book_fa_icon {
	color: #fff;
	padding-right: 10px;
}

.listOpen .mobile {
	display: none;
}

.user-part-login {
	margin: 10px 0 0;
	padding: 0px;
	float: right;
}

.user-part-login span {
	margin: 5px 15px 0 0;
	padding: 0px;
	float: left;
	color: #f7f7f7;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.user-part-login span a {
	color: #f7f7f7;
	font-size: 20px;
}

.user-part-login span a:hover {
	color: #ccc;
}

.user-part-login b {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 59px;
	height: 59px;
	overflow: hidden;
}

.user-part-login b img {
	width: 100%;
	border-radius: 50%;
	margin-top: 0;
	height: 55px;
}

.login-err .btn {
	white-space: unset;
}
