.graybg {
	background: url('../images/bghero.png') no-repeat bottom center;
	background-size: cover;
}
.bgBanner {
	width: 100%;
	background: url('../images/bgbanner1.jpg') 50% 50% #e0dbdf 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);
}
#redeem .lead {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}

.redeem-card {
	width: calc( 100% / 3 );
}

/* xl - more 1 */
@media (min-width: 1549px) and (max-width: 1740px) {
}

/* xl - more 2 */
@media (min-width: 1299px) and (max-width: 1550px) {
}

/* xl - more 3 */
@media (min-width: 1200px) and (max-width: 1300px) {
}

/* xl */
@media (min-width: 1200px) { }

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) { }

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
.redeem-card {
	width: calc( 100% / 2 );
}
}

/* sm - sm */
@media (max-width: 767.98px) { 
.redeem-card {
	width: 100%;
	margin: 0 0 15px 0 !important;
	/* margin: 0 0 10px 0; */
}
/* .redeem-card+.redeem-card {
	margin-top: 15px !important;
} */

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) { }

/* xs */
@media (max-width: 575.98px) {

.redeem-topic-group {
	position: relative;
	width: calc( 100% + 40px );
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px;
	background: #0c4da2 !important;
}
.redeem-topic-group .title {
	padding: 20px 0;
	margin: 0 !important;
}
/* .redeem-topic-group .redeem-filter {
	border: 1px solid rgba(0,0,0,0.05);
	border-left: none;
	border-right: none;

} */

}