html,body{
	height:100%;
}
.preloader{
	position:fixed;
	top:0px;
	z-index:50000;
	width:100%;
	bottom:0;
	display:none;
}

.preloader img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

a[name="menuLink"][data-type="signout"]{
	display:none;
}

.space-right{
	margin-right:20px;
}

.number{
	width:150px;
}

.owl-nav .owl-prev{
	position:absolute;
	top:50%;
	border:solid  !important;
	border-width:1px !important;
	border-radius:50% !important;
	height:50px !important;
	width:50px !important;
	font-size:28px !important;
}

.owl-nav .owl-next{
	position:absolute;
	top:50%;
	border:solid  !important;
	border-width:1px !important;
	border-radius:50% !important;
	height:50px !important;
	width:50px !important;
	font-size:28px !important;
}