.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 {
	/*    float: left; */
	/* width: 32%; */
	width: calc( 100% / 3 );
	margin-right: 10px
}
.redeem-card:after {
	content: '';
	display: block;
	clear: both;
}

@media(max-width: 992px) {
.redeem-card {
	width:50%;
	/* margin: 0 5px 10px 5px; */
}
}

@media(max-width: 766px) {
.redeem-card {
	width: 100%;
	margin: 0 0 15px 0;
}
}
#redeembox i {
	font-size: 50px;
	color: #FFF;
	margin-bottom: 20px
}
.btnredeem {
	border-radius: 50px;
}
.tagshead img {
	display: inline-block;
	position: absolute;
	left: -55px;
	top: 10px
}
.tagshead i {
	display: inline-block;
	position: absolute;
	left: -50px;
	top: 8px;
	font-size: 40px;
	color: #FFF
}

@media (max-width: 992px) {
.tagshead img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tagshead i {
	left: 0;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
}

