header {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

nav {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

.header {
	position: fixed;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 28px 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0;
	font-family: maven pro, sans-serif;
	transition: 0.2s ease;
}
.logo-container {
	padding: 0 2%;
	width: 20%;
}
.logo-container img {
	height: 44px;
}
.nav-container {
	display: inline-block;
	padding: 0 2%;
	width: 72%;
	height: 44px;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
}
.nav-link-container {
	position: relative;
	display: inline-block;
}
.nav-item {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	color: #fff;
	line-height: 44px;
	cursor: pointer;
	transition: 0.2s ease;
}
.nav-item:hover {
	color: #17da93;
}
a.nav-link {
	color: #fff;
	text-decoration: none;
	line-height: 44px;
	transition: 0.2s ease;
}
a.nav-link:hover {
	color: #17da93;
}

a.mobile-dropdown-link {
	text-decoration: none;
	text-transform: capitalize;
}

.dropdown-container {
	position: absolute;
	top: 57px;
	left: 0px;
	display: none;
	width: 160px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	-webkit-box-shadow: 0 6px 20px -6px #222;
	-moz-box-shadow: 0 6px 20px -6px #222;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	line-height: normal;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff !important;
	text-decoration: none;
	background: #1394d7 !important;
	cursor: pointer;
}

a.dropdown-link {
	text-decoration: none;
}
.dropdown-item {
	padding: 12px;
	color: #787878;
	text-align: center;
	text-transform: capitalize;
	transition: 0.2s ease;
	font-weight: 700 !important;
}

.head-btn {
	display: inline-block;
	padding: 0 14px;
	border-radius: 3px;
	vertical-align: top;
	line-height: 44px;
	cursor: pointer;
	transition: 0.2s ease;
}

.mobile-dropdown-container {
	display: none;
}

.mobile-nav-btn {
	display: none;
	padding: 0 4%;
	width: 68%;
	height: 44px;
	text-align: right;
}
.mobile-nav-img-container {
	display: table-cell;
	height: 24px;
	vertical-align: middle;
}
.mobile-nav-img-container img {
	height: 24px;
	cursor: pointer;
	transition: 0.2s ease;
}
.mobile-nav-img-container img:hover {
	opacity: 0.65;
}
.mobile-nav-container {
	z-index: 2;
	display: none;
}
.mobile-nav-overlay,
.login-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.mobile-nav-sub-container {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 11;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 100%;
	background-color: #232a2d;
	transition: 0.2s ease;
	flex: auto;
}
.mobile-nav-top-bar {
	position: relative;
	padding: 20px 0;
	width: 100%;
	border-bottom: 2px solid #263238;
	background: #305263;
	background: -webkit-linear-gradient(left, #305263, #343434);
	background: -o-linear-gradient(right, #305263, #343434);
	background: -moz-linear-gradient(right, #305263, #343434);
	background: linear-gradient(to right, #305263, #343434);
	font-size: 0;
}
.mobile-nav-top-bar .head-btn {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
	font-size: 13px;
}
.mobile-nav-top-bar .head-btn:first-child {
	margin: 0 16px 0 32px;
}
.mobile-nav-top-bar .head-btn:last-child {
	margin: 0 32px 0 16px;
}
.mobile-nav-main {
	overflow: scroll;
	overflow-y: auto;
	padding: 16px;
	font-size: 12px;
}
.mobile-nav-main a {
	color: #fff;
	text-decoration: none;
}
.mobile-menu-item {
	position: relative;
	padding: 20px 10px;
	border-bottom: 2px solid #263238;
	cursor: pointer;
	transition: 0.2s ease;
}
.mobile-menu-item:hover {
	background: #263238;
}
.mobile-menu-dd-img {
	position: absolute;
	top: 22px;
	right: 14px;
	height: 8px;
	-webkit-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	transition: transform 0.2s;
}
.flip {
	transform: rotate(-180deg);
}
.mobile-menu-dropdown {
	display: none;
	margin: 20px 0 0;
	border-radius: 4px;
	background: #305263;
}
.mobile-menu-dropdown-item {
	padding: 10px 12px;
	font-size: 11px;
	transition: 0.2s ease;
}
.mobile-menu-dropdown-item:hover {
	background: #fff;
	color: #343434;
}
.mobile-menu-dropdown-item img {
	margin-right: 12px;
	vertical-align: bottom;
}
.mobile-nav-bottom-bar {
	position: fixed;
	bottom: 0;
	z-index: 1;
	padding: 20px 0;
	width: 300px;
	background: #eee;
	background: #232a2d;
	text-align: center;
	font-size: 0;
}
.mobile-nav-close {
	margin: 0 auto;
	padding: 0;
	width: 100px;
	border: 2px solid #ff6767;
	border-radius: 3px;
	color: #ff6767;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 44px;
	cursor: pointer;
	transition: 0.2s ease;
}
.mobile-nav-close:hover {
	border: 2px solid #fff;
	color: #fff;
}
