@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");

.img-flag {
	width: 20px;
	height: auto;
}

@media (min-width: 320px) {
.mko-nav-link {
    color: #ffffff;
	padding: 4px;
	margin: 4px;
	border: none;
	font-weight: normal !important;
	width: auto !important;
	text-transform: lowercase;
}
/* NAVIGATION BLACK */
.bg-black .navbar-nav li.active > a {
	background-color: #222222;
	/* color: #F73859 !important; */
	border-bottom: none;
}
.bg-black {
    background-color: #222222 !important;
	padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-collapse-link-left {
	text-align: left !important;
	font-size: 14px;
    font-weight: bolder;
	color: #ffffff !important;
	padding-left: 20px !important;
}
.navbar-collapse-link-left:hover {
	color: #FCC918 !important;
}
.dropdown-menu-custom {
	background-color: #222222;
}
.dropdown-item-custom {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FCC918;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.dropdown-item-custom:hover {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #222222;
}
.nav-logo {
	margin: 0 auto;
	width: 100px;
	height: auto;
}
/* NAVIGATION BLACK */
}

@media (min-width: 1024px) {
.mko-nav-link {
    color: #ffffff;
	padding: 4px;
	margin: 4px;
	border: 1px solid #ffffff;
	font-weight: normal !important;
	width: auto !important;
	text-transform: uppercase;
}
/* NAVIGATION BLACK */
.bg-black .navbar-nav li.active > a {
	background-color: #222222;
	/* color: #F73859 !important; */
	border-bottom: 1px solid #F73859;
}
.bg-black {
    background-color: #222222 !important;
	padding-top: 4px;
    padding-bottom: 4px;
}
.nav-logo {
	margin: 0 auto;
	width: 140px;
	height: auto;
}
.mko-brand {
	padding-right: 240px;
}
.navbar-collapse-link-left {
	text-align: left;
	padding-left: 20px;
}
.dropdown-item-custom {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.dropdown-item-custom:hover {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FCC918;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* NAVIGATION BLACK */
}