.bgBanner {
	width: 100%;
	background: url('../images/bgbanner1.jpg') 50% 50% no-repeat;
	background-size: cover;
}
.fc-container .fancybox-bg {
	background: #0b4da1;
}
.fancybox-is-open.fc-container .fancybox-bg {
	opacity: 0.95;
}
.popuplogo {
	width: 120px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	display: block
}
.fc-content {
	min-width: 550px;
	max-width: 550px;
	width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}
.w-bg {
	background: #FFF;
	margin: 70px 0 0 0;
	padding: 50px;
	box-shadow: 10px 10px 40px -25px;
	border-top-left-radius: 0;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 0;
}
.fc-content h3 {
	margin-top: 0;
	font-size: 20px;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-family: 'Prompt', sans-serif !important;
}
.fc-content p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Prompt', sans-serif !important;
}
.fc-content p:last-child {
	margin-bottom: 0;
}
/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous, .fancybox-fx-material.fancybox-slide--next {
	transform: translateY(-60px) scale(1.1);
	opacity: 0;
}
.fancybox-fx-material.fancybox-slide--current {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.headbox small {
	line-height: 1em !important;
	margin-top: 30px !important;
}

.store-other-group {
	position: relative;
	width: 445px;
	max-width: 100%;
	margin: 0 auto;
}
.store-other-group .bootstrap-select {
	width: 100%;
	height: 50px !important;
}
.store-other-group .bootstrap-select.btn-group>.dropdown-toggle {
	min-width: 200px !important;
	padding-left: 5px;
}

