html,body,button,a,h1,h2,h3,h4,h5,span,p,div{font-family: "Nunito"}
a:hover{text-decoration:none;}
.center-vertical {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;lign-items: center;}

	html,body{
		height:100%;
	}

	/* CONTENT */
	#content{
		background: #000 !important;
		color:#fff !important;
		margin: 0; 
		height: 100%; 
		overflow: hidden;
	}
	
	/* POPUP HEADER */
	#popup-header{
		height:50px;
	}
	
	/* CURRENT SLIDE TITLE UP CENTER */
	#current_slide_title{
		font-size:16px;
		text-transform:uppercase;
		height:30px;
		padding: 5px;
	}
	
	/* TITLE SEPARATOR BETWEEN MENU HEADER AND MENU BODY */
	#title_separator{
		height:30px;
		width:auto;
		max-width:100%;
	}
	
	/* MENU BODY */
	#popup-body{
		height:90vh;
		max-height:90vh;
		padding-top:20px;
	}
	
	/* SWIPER SLIDER */
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	.swiper-slide {
		padding-bottom: 10px !important;
	}
	.swiper-pagination-bullet{
		background: #fff !important;
		margin: 0 20px !important;
		opacity:1 !important;
	}
	.swiper-pagination-bullet-active{
		background: #b69e4f !important;
		opacity:1 !important;
		width:9px !important;
		height:9px !important;
	}
	.swiper-wrapper.disabled {
		transform: translate3d(0px, 0, 0) !important;
	}
	.swiper-pagination.disabled {
		display: none;
	}
	
	/* SLIDE PAGE CONTENT */
	.slide_content{
		overflow-y: scroll;
		overflow-x: hidden;
		padding:10px;
		height:100%;
	}