.bottom-header {
	background: #fff;
	padding: 2px 25px;
}

#footer {
	background: #e2e4e7;
	text-align: center
}

	#footer .copyright {
		padding: 12px 0 19px;
		border-top: 1px solid #a3a3a3
	}

	#footer .copyright {
		display: block;
	}


.top-navbar > a {
	float: left;
	color: white;
	text-align: center;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
}

.middle-top-navbar > a {
	text-transform: uppercase;
	margin-right: 12px;
}

.dropdownmenu {
	float: left;
	overflow: hidden;
}

	.dropdownmenu .dropbtn {
		border: none;
		outline: none;
		color: white;
		padding: 8px 8px 8px 8px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
		display: block;
		line-height: 16px;
		cursor: pointer;
	}

.middle-top-navbar > .dropdownmenu .dropbtn {
	text-transform: uppercase;
}

.middle-top-navbar > a {
	line-height: 16px;
}

.top-navbar a:hover, .dropdownmenu:hover .dropbtn {
	background-color: #185fc9;
}

a#btn-home:hover {
	background-color: #132c54;
}

.dropdownmenu-content {
	display: none;
	position: absolute;
	background-color: #247afb;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2000;
}

	.dropdownmenu-content a {
		float: none;
		color: #fff;
		padding: 12px 10px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

		.dropdownmenu-content a:hover {
			background-color: #185fc9;
		}

.dropdownmenu:hover .dropdownmenu-content {
	display: block;
}

.userinfo_dropdownmenu:hover .dropdownmenu-content {
	display: block;
}

.dropdownmenu span {
	color: #ebb622;
}

.price-change {
	margin-right: 20px;
}

.middle-top-navbar > .dropdownmenu > a.dropbtn {
	font-size: 16px;
}

.middle-top-navbar > a {
	font-size: 16px;
}

.btn-myaccount {
	border: 2px solid #ebb622 !important;
	padding: 8px 8px 6px 8px !important;
	margin-top: 8px !important;
	font-size: 16px !important;
}

#header {
	background-color: #142a54;
	overflow: hidden;
	padding: 0 20px;
	min-width: 960px
}

	#header a {
		line-height: 20px;
	}

.menu-active {
	font-weight: bolder;
}

.hMenuIcons {
	padding-right: 30px;
	z-index: 1040;
}

.notification-box:hover {
	background: #459dd6;
}

.vl {
	border-left: 6px solid green;
	height: 20px;
	position: absolute;
}

.footer-block ul > li > a {
	font-size: 14px;
	line-height: 18px;
	color: #464646;
}

@media (min-width:769px) and (max-width:1024px) {
	.middle-top-navbar > a, .middle-top-navbar > .dropdownmenu {
		margin-right: 5px;
	}

	#btn-home {
		margin-right: 30px;
	}

	.middle-top-navbar > .dropdownmenu {
		margin-right: 1em;
	}
}

@media (min-width:1025px) {

	.middle-top-navbar > a, .middle-top-navbar > .dropdownmenu {
		margin-right: 15px;
	}

	#btn-home {
		margin-right: 80px;
	}
}

@media (min-width:1366px) {
	.middle-top-navbar > a, .middle-top-navbar > .dropdownmenu {
		margin-right: 20px !important;
	}

	#btn-home {
		margin-right: 250px !important;
	}
}

.menu_header {
	background-color: #003a70;
}

	.menu_header div {
		text-align: center;
		vertical-align: middle;
	}

.breakingNews {
	background-color: #bb1919;
	text-align: center;
	padding: .5em;
	letter-spacing:1px;
	margin-top: .5em;
	color: #fff;
}

	.breakingNews a {
		color: #fff;
	}

		.breakingNews a:hover {
			text-decoration: underline;
		}

	.breakingNews span {
		font-weight: bolder;
	}


hr.hr-top {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media(min-width:1025px) {
	.menu_header div:first-child {
                   // margin-left: 1em;
                }

                .desktopmenu .right-top-navbar {
                   margin-left: 11em;
                }
}


/*Top section*/
.top-section {
	display: flex;
	align-items: center;
	justify-content: center;
}

	.top-section div {
		vertical-align: middle;
		margin: 0 1em;
	}

		.top-section div:first-child {
			text-align: left;
		}

		.top-section div:last-child {
			text-align: right;
		}

.button_network {
	padding: .20em .5em;
	font-weight: bold;
	filter: drop-shadow(.1em .1em .1em #282828);
	background-color: #fff;
	border-radius: 5px;
}

.network_orange {
	background-color: #eb8a00;
	color: #fff !important;
	border: 1px solid #eb8a00;
}

#div_userInfo img {
	width: 30px;
	height: 30px;
	margin-left: .5em;
	margin-right: .5em
}

#footer .copyright {
	max-width: 1200px;
}

.footer-navigation .container {
	max-width: 1200px;
}

#div_commodity_widget {
	flex: 0 0 100%;
	text-align: center;
	color: #464646;
}

	#div_commodity_widget > div > span.commodity-label {
		font-weight: bolder;
	}

	#div_commodity_widget > div > span {
		padding: 0.25em .5em;
	}

	#div_commodity_widget > div {
		cursor: pointer;
	}

#div_commodity_widget {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
}

	#div_commodity_widget span.commodity-price {
		border: solid 1px #459dd6;
		font-weight: bold;
	}

	#div_commodity_widget span.rz-commodities-grn {
		font-weight: bold;
		color: #87c458;
	}

	#div_commodity_widget span.rz-commodities-red {
		font-weight: bold;
		color: #ec5c5a;
	}

.bottom-header {
	border-bottom: 1px solid #b6b6b6;
}

	.bottom-header a:link,
	.bottom-header a:visited,
	.bottom-header a:hover,
	.bottom-header a:active {
		text-decoration: none
	}
