/*****************************************************
NAVBAR
*****************************************************/
body {
	padding: 0 !important;
}

body .navbar,
body .navbar.navbar-default {
	display: block !important;
}

.navbar.navbar-default {
	background: #fff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
	border: 0;
	margin: 0;
	padding: 20px 0 16px;
}

.affix {
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}

.navbar .navbar-brand {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	margin: 0 !important;
}

.navbar .navbar-brand img {
	width: 180px;
	height: 40px;
	margin: 0 auto;
}

.navbar .navbar-brand img:lang(zh-hans) {
	width: 202px;
	height: 23px;
}

.navbar .btn {
	visibility: hidden;
	opacity: 0;
	border: 1px solid #075c8f;
	background: #075c8f;
	color: #fff !important;
	font-weight: 400;
	font-size: 22px; 
	font-family: roboto, sans-serif;
	transition: .3s all ease;
	padding: 8px 1.95455rem;
}

.navbar .navbar__item {
	margin: 0 15px 0 0;
}

.navbar-button:lang(ar) {
	float: left;
	margin-left: -15px;
}

@media (max-width: 991px) {
   .affix {
	   position: static;
   }
}

@media (min-width: 768px) {

	.navbar .navbar-brand img:lang(zh-hans) {
		width: 240px;
		height: 27px;
		margin-top: 4px;
	}
}

@media (min-width: 992px) {

	.navbar .navbar-brand img {
		width: 202px;
		height: 45px;
	}
	
	/* Add additional styles here for the UNCOLLAPSED state */
	.navbar.navbar-default {
		transition: all .35s ease;
	}

	/* Add additional styles here for the COLLAPSED state */
	.navbar.navbar-default.affix {
		padding: 15px;
		height:70px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center
	}

	.sticky {
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;
		position: fixed;
		width: 100%;
		transition: top 1s;
		-webkit-transition: top 1s;
	}

	@keyframes fadeInOpacity {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.navbar.navbar-default.affix .btn,
	.navbar.navbar-default.affix .risk-warning {
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {

	.navbar .btn:visited,
	.navbar .btn:focus,
	.navbar .btn:active {
		background: #075c8f !important;
		color: #fff !important;
		outline: none;
		box-shadow: none;
	}

	.navbar .btn:hover {
		background: #fff;
		color: #075c8f !important;
		outline: none;
		box-shadow: none;
	}
}
