
.navbar-default .lang {
	margin-left: 5px;
}
.navbar-default .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.navbar-default .lang ul a {
	margin-left: 0;
}
.navbar-default .lang:before {
	content: '';
	height: 14px;
	width: 1px;
	float: left;
	position: relative;
	top: 18px;
	border-left: 1px solid #fff;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: white;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 20px;
	border-top: 1px solid #4d5d70;
}

.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
	color: #b2c85f;
	background: #4d5d70 !important;
}
.mtb {
	margin-top: 20px;
	margin-bottom: 40px;}

.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

.hline {
	border-bottom: 1px solid #384452;
	margin: -9px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.dropdown-menu {
	min-width: 195px!important;
	margin-left: 0px!important;
	padding-left: 0px!important;
}

.dropdown-menu > li > a {
  	 margin-left: 4px!important;
    padding-left: 4px!important;
}

@media screen and (min-width: 1025px) {
.scrollup {
    z-index: 20;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(../../assets/core/scrolltotop.png) no-repeat;
}
}
@media screen and (max-width: 1024px) {

.scrollup {
    z-index: 20;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 40px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url(../../assets/core/scrolltotop25.png) no-repeat;
}
}