/*Body*/
body{
/*	padding-top: 110px;*/
}
/*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{
	-webkit-transition: all 0.5s ease 0s;	
	-o-transition: all 0.5s ease 0s;	
    transition: all 0.5s ease 0s;	
    z-index: 1002;
}

@media (max-width:991px){
	.nav-mobile > ul{
		padding: 0;
	}
	.nav-mobile li{
		overflow: hidden;
	}	
}
.nav-mobile li{
	white-space: nowrap;
	position: relative;
}
.nav-mobile ul.nav-list > li:last-child{
	border-bottom-width: 0;
}
.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: #ffc233;
}
.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: auto;
	height: 18px;
}
.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{
	-webkit-box-shadow: none;
	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;
	border-radius: 0;
	background-color: #333;
	color: #fff;
}
.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;
	-webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);	
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);	
	z-index: 1004;
	background-color: #fff;
}
.mobile-header .mobile-logo{
	height: 90px;
	text-align: left;
	float: left;
	position: relative;
	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: 70px;
	position: relative;
	top: 10px;
	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;
}
@media (max-width:767px){
	body {
	    padding-top: 75px;
	}
	.mobile-header .mobile-logo{
		height: 75px;
	}
	.mobile-header .mobile-logo img{
		max-height: 60px;
		top: 8px;		
	}
	.mobile-header .lang{
		right: 15px;
	}
	.mobile-header .lang a {
	    margin-left: 0;
	}
	.up-toggle{
		left: 15px;
	}
	.nav-mobile {
	    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;
}

a.socicon:HOVER,a.socicon:FOCUS {
	background-color: #fff;
}

@media screen and (min-width: 1200px){
	.nav-mobile > ul{
		width: 770px;
	}
	.nav-mobile .nav-list > li > a{
		line-height: 70px;
	}	
	/*
	.mobile-header .mobile-logo img{
		max-height: 100px;
		max-width: 333px;
	}
	.mobile-header .mobile-logo{
		height: 110px;
	}	
	*/	
	.nav-mobile ul.nav-list > li > a{
		padding-left: 15px;
		padding-right: 15px;		
	}	
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.nav-mobile > ul{
		width: 675px;
	}	
	.nav-mobile .nav-list > li > a{
		line-height: 70px;
	}	
	.mobile-header .mobile-logo img{
		max-height: 80px;
		max-width: 100%;
	}	
	.nav-mobile ul.nav-list > li > a{
		padding-left: 8px;
		padding-right: 8px;		
	}	
	.mobile-header .mobile-logo{
		height: 90px;
	}	
}
@media screen and (min-width: 992px){
	.nav-mobile{
		float: right;
	}
	.nav-mobile ul{
		margin: 0 auto;
		text-align: right;		
	}	
	.nav-mobile ul.nav-list > li{
		vertical-align: middle;
		display: inline-block;
	}	
	.nav-mobile li a{
		color: #fff;
	}
	.nav-mobile ul.nav-list > li:last-child > a{
		padding-right: 0px;		
	}	
	.mobile-header .lang{
		top: -29px;
		right: 15px;	
	}
	body{
		padding-top: 0;
	}
	.mobile-header{
		position: relative;
	}
	ul.nav-list > li .sub-menu{
		position: absolute;
		top: 90px;
		left: 0;
		visibility: hidden;
		padding-left: 0;
		list-style: none;
		min-width: 200px;
		text-align: left;
		font-size: 16px;
	}
	.nav-mobile ul.nav-list ul.sub-menu li{
		padding: 0;
		margin-bottom: 3px;
		background-color: transparent;
	}
	ul.nav-list > li .sub-menu li a{
		padding: 10px 25px 10px 15px;
		display: block;
		font-weight: 400;
		background-color: rgba(0, 148, 247, 0.65);
		color: #fff;
	}
	ul.nav-list > li .sub-menu li a:HOVER{
		color: #fff;
		background-color: #e8bd20;
	}
	ul.nav-list > li .sub-menu .sub-menu{
		left: -webkit-calc(100% + 3px);		
		left: -moz-calc(100% + 3px);		
		left: calc(100% + 3px);		
		top: 0;
		border-top: 0;		
	}
	ul.nav-list li:hover > .sub-menu{
		visibility: visible;		
	}	
}

@media screen and (min-width:768px) and (max-width: 991px){
	body{
		padding-top: 90px;
	}	
	.nav-mobile {
	    top: 90px;
	}
	.mobile-header.scroll-sticky .mobile-logo img{
		max-height: 65px;
	}	
	.scroll-sticky .nav-mobile{
		height: -moz-calc(100% - 75px);
	    height: -webkit-calc(100% - 75px);	
	    height: -o-calc(100% - 75px);	
	    height: calc(100% - 75px);		
	}	
}
@media screen and (max-width: 991px){
	.nav-mobile{
		background-color: rgba(0, 0, 0, 0.8);
		overflow-y: auto;
		padding: 15px 15px 40px;
		width: 285px;
		left: -285px	;
	    position: fixed;
		
		height: -moz-calc(100% - 110px);
	    height: -webkit-calc(100% - 110px);	
	    height: -o-calc(100% - 110px);	
	    height: calc(100% - 110px);		
	}
	.mobile-header .mobile-logo{
		width: 100%;
		text-align: center;
		background-color: #fff;
	}
	.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;
	}
	.header-menu-main .container{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.socicon-mobile{
		border-bottom: 1px solid #222;		
	}
	.socicon-mobile a{
		color: #fff;
	    display: block;
	    overflow: hidden;
	    padding-bottom: 10px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.socicon-mobile a.socicon{
		display: inline-block;
	}
	.socicon-mobile > a > .fa{
		font-size: 24px;
		margin-right: 10px;
	}	
	.socicon-mobile > a > img{
		height: 24px;
		margin-right: 10px;
	}
	.socicon-wrapper{
		padding-bottom: 10px;
		text-align: center;
	}
	ul.nav-list > li .sub-menu{
		padding-left: 0;
	}
}
@media screen and (max-width: 359px){
	.mobile-header .mobile-logo img{
		max-height: 55px;
		top: 10px;
	}
}

/* dropdown lang */
.language .caret {
    border-top: 4px solid #fff;
}
.language .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    left: -4px;
    margin-top: 4px;
    min-width: 50px;
    text-align: left;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
}
.language .dropdown-menu > li > a {
    line-height: 1;
	padding: 5px 10px;
}
.language img{
	height: 18px;
}
.padding-bottom-35{
	padding-bottom: 35px !important;
	min-height: 1px;
}
