/*Button Toggle*/
.up-toggle{
	position: absolute;
	left: 25px;
	color: #939598;
	background-color: transparent;
	padding: 6px 10px;
	font-size: 13px;
	border-radius: 4px;
	border: 1px solid #939598;
	cursor: pointer;
	z-index: 1004;
	bottom: 0;
	top: 0;
	margin: auto;	
	height: 33px;
}

/*Navigation Content*/
.nav-mobile{
	color: #fff;	
	-webkit-transition: all 0.5s ease 0s;	
	-o-transition: all 0.5s ease 0s;	
    transition: all 0.5s ease 0s;	
    z-index: 1002;
}
.nav-mobile ul{
	padding: 0;
}
.nav-mobile li{
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.nav-mobile ul.nav-list > li:last-child{
	border-bottom-width: 0;
	margin-bottom: 20px;
}
.nav-mobile ul.nav-list > li > a{
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}
.nav-mobile ul.nav-list > li a:HOVER,.nav-mobile ul.nav-list > li a:FOCUS{
	color: #ED0D6D;
}
.nav-mobile li a{
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}
.nav-mobile ul.nav-list ul.sub-menu li{
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.nav-mobile ul.nav-list ul.sub-menu li:last-child{
	margin-bottom: 7px;
}

/*Language and Icon*/
.nav-mobile .nav-lang-icon{
	text-align: center;
	list-style-type: none;
}
.nav-mobile ul.nav-list > li.nav-lang-icon > a{
	display: inline-block;
	padding: 7px 4px;
	text-align: center;	
}
.nav-mobile .nav-lang-icon a span{
	width: 32px;
	height: 25px;
	display: block;
}
.nav-mobile .nav-lang-icon a span .fa{
	font-size: 18px;
}
.nav-mobile .nav-lang-icon img{
	width: 100%;
	height: 100%;
}
.mobile-header .lang{
	position: absolute;
	right: 25px;
	z-index: 1005;
	height: 22px;
	-webkit-transition: all 0.5s ease 0s;	
	-o-transition: all 0.5s ease 0s;	
    transition: all 0.5s ease 0s;	
}
.mobile-header .lang a{
	margin-left: 5px;
}

/*Search*/
.nav-mobile .nav-search{	
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav-mobile .nav-search .form-control{
	box-shadow: none;
	border-color: #333;
	height: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 2px;
	font-size: 12px;
	background-color: #444;
	color: #fff;
}
.nav-mobile .nav-search .btn{
	position: absolute;
	right: 1px;
	top: 11px;
	padding: 2px 8px !important;
	border-radius: 0;
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.nav-mobile .nav-search .btn:HOVER,.nav-mobile .nav-search .btn:FOCUS{
	color: #428bca;
}

/*Button Login - Logout*/
.nav-mobile .nav-btn{
	padding-top: 10px;
}
.nav-mobile .nav-btn a.btn{
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #333;
	border-color: #222;
	padding: 5px;
}
.nav-mobile .nav-btn a.btn:HOVER,.nav-mobile .nav-btn a.btn:FOCUS{
	color: #428bca;
}
@media (min-width:415px){
	.nav-mobile .nav-btn a.btn{
		width: 48%;
		float: left;
	}
	.nav-mobile .nav-btn > .btn:first-child{
		margin-right: 1%;
	}
	.nav-mobile .nav-btn > .btn:last-child{
		margin-left: 1%;
	}
}
@media (max-width:414px){
	.nav-mobile .nav-btn a.btn{
		width: 100%;
		margin-bottom: 10px;
	}
}

/*Mobile Header*/
.mobile-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.15);
	z-index: 1004;
}
.mobile-header .mobile-logo{
	height: 110px;
	text-align: center;
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	z-index: 1003;
    -webkit-transition: all 0.5s ease-in-out 0s;	
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;	
}
.mobile-header .mobile-logo img{
	max-height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;	
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;	
}
.mobile-header.scroll-sticky .mobile-logo{
	height: 75px;
}
.mobile-header.scroll-sticky .mobile-logo img{
	max-height: 65px;
}
ul.sub-menu_mobile{
	padding-left: 15px;
}
ul.sub-menu_mobile > li{
	padding-bottom: 5px;
}
ul.sub-menu_mobile > li:LAST-CHILD {
	padding-bottom: 10px;
}
li.curr > a{
	color: #ED0D6D;
}
@media (max-width:767px){
	.mobile-header .mobile-logo{
		height: 75px;
	}
	.mobile-header .mobile-logo img{
		max-height: 55px;
	}
	.mobile-header .lang{
		right: 15px;
	}
	.mobile-header .lang a {
	    margin-left: 0;
	}
	.up-toggle{
		left: 15px;
	}
	.nav-mobile {
	    top: 75px;
	}	
	body {
	    padding-top: 75px;
	}
}
/*nav-mobile-open*/
.nav-mobile-open{
	background-color: rgba(20, 20, 20, 0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all 0.25s ease-in-out 0s;	
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.nav-mobile-open.open-active{
	visibility: visible;	
	-webkit-backface-visibility: visible;
    backface-visibility: visible;
	opacity: 1;
}

@media screen and (min-width: 1200px){
	.nav-mobile ul{
		width: 1170px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.nav-mobile ul{
		width: 970px;
	}	
}
@media screen and (min-width: 992px){
	.nav-mobile{
		background-color: rgba(0, 0, 0, 0.99);
		width: 100%;
	}
	.nav-mobile ul{
		margin: 0 auto;
		display: table;
	}	
	.nav-mobile ul.nav-list > li{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}	
	.nav-mobile li a{
		color: #fff;
	}
	.mobile-header .lang{
		top: 44px;	
	}
	.mobile-header.scroll-sticky .lang{
		top: 25px;
	}	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	body {
	    padding-top: 110px;
	}
}
@media screen and (max-width: 991px){
	.nav-mobile{
		background-color: rgba(0, 0, 0, 0.8);
		height: 100%;
		overflow-y: auto;
		padding: 15px 15px 40px;
		width: 250px;
		left: -260px;
	    position: fixed;
	}	
	.scroll-sticky .nav-mobile{
		top: 75px;
	}
	.scroll-sticky .nav-mobile.mobile-nav{
		top: 75px;
	}
	.nav-mobile.mobile-nav{
		left: 0 !important;
	}
	.nav-mobile ul.nav-list > li{
		border-bottom: 1px solid #222;
	}
	.mobile-header .lang{
		bottom: 0;
		margin: auto;
		top: 0;
	}
}
