@keyframes reveal {
	0% {
		transform: perspective(2500px) rotateX(0);
	}
	25% {
		transform: perspective(2500px) rotateX(-83deg);
	}
	50% {
		transform: perspective(2500px) rotateX(0) rotate(0);
	}
	99% {
		transform-origin: center;
		transform: translateX(240px);
	}
}

.footer-v6 .copyright {
	background-color: rgb(91,135,52);
	display: none;
}

.twelve-days-header {
	width: 100%;
	background-image: url("/_resources/themes/bellstores/images/12-days/12-days-header.jpg");
	background-size: cover;
	background-position: center;
	height: 350px;
}

@media screen and (min-width: 2200px) {
	.twelve-days-header {
		height: 280px;
	}
}

.twelve-days-footer {
	width: 100%;
	background-image: url("/_resources/themes/bellstores/images/12-days/12-days-footer.jpg");
	background-size: cover;
	background-position: center;
	height: 300px;
	position: relative;
}

.twelve-days-body {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.twelve-days-container {
	max-width: 770px;
	padding: 50px 15px;
}

.twelve-days-container .heading {
	width: 100%;
	background-image: url("/_resources/themes/bellstores/images/12-days/Its-that-time-of-year-heading.png");
	background-position: left;
	height: 32px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.twelve-days-container .grid-heading {
	width: 100%;
	background-image: url("/_resources/themes/bellstores/images/12-days/lets-play-heading.png");
	background-position: left;
	height: 32px;
	background-repeat: no-repeat;
	margin-top: 45px;
	margin-bottom: 15px;
}

.twelve-days-container .rewards-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.twelve-days-container .rewards-grid .rewards-item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 240px;
	padding: 0 10px;
	margin-bottom: 30px;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img img {
	z-index: 1;
	margin-bottom: 5px;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.past {
	opacity: 0.5;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today {
	position: relative;
	cursor: pointer;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today.active {
	cursor: default;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today img.todays-reward {
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration: 1.5s;
	transition-delay: 1s;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today.active img.todays-reward {
	opacity: 1;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today img.todays-reward-cover {
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 1;
	transition-property: opacity;
	transition-delay: 1.00s;
	transition-duration: 0.25s;
	backface-visibility: hidden;
	animation-fill-mode: forwards;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-img.today.active img.todays-reward-cover {
	animation: reveal;
	animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-day-wrapper {
	text-align: center;
	margin-top: -15px;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-day-wrapper .rewards-item-day {
	text-transform: uppercase;
	color: white;
	background-color: rgb(208,53,48);
	font-weight: bold;
	padding: 3px 30px;
	border-radius: 8px;
}

.twelve-days-container .rewards-grid .rewards-item .rewards-item-date {
	text-align: center;
	text-transform: uppercase;
	color: rgb(208,53,48);
	font-weight: bold;
}

.twelve-days-container .rewards-grid .rewards-item.bonus-item {
	margin-top: 50px;
}

.twelve-days-container .rewards-grid .rewards-item.bonus-item .rewards-item-day {
	padding: 3px 15px;
}

.twelve-days-container .rewards-grid .rewards-item.bonus-item-image {
	margin-top: 50px;
	padding-top: 40px;
}

.twelve-days-register-panel {
	background-image: url("/_resources/themes/bellstores/images/12-days/green-sweater-app-background.png");
	background-position: center;
	background-size: cover;
	position: relative;
}

.twelve-days-register-panel .arrow-img {
	position: relative;
	bottom: -50px;
}

.twelve-days-register-panel .rewards-logo-img {
	margin-bottom: 5px;
}

.twelve-days-register-panel .bold-red {
	color: rgb(208,53,48);
	text-transform: uppercase;
	font-size: 18px;
}

.twelve-days-register-panel .disclaimer-text {
	margin-top: 10px;
	font-size: 8.5px;
	text-align: center;
}

.twelve-days-register-panel .flex-row {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}

.twelve-days-register-panel .app-store-logo,
.twelve-days-register-panel .play-store-logo {
	max-height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.twelve-days-register-panel .or-register-span {
	display: block;
	margin-right: 10px;
	line-height: 50px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twelve-days-register-panel .btn-register-now {
	margin-top: 15px;
	margin-right: 0;
	width: calc(100% - 31px);
	background-color: rgb(208,53,48);
}

.twelve-days-register-panel .btn-register-now::after {
	display: none;
}

.twelve-days-register-aside {
	position: fixed;
	right: 10px;
	top: 400px;
	z-index: 2;
}

@media screen and (max-width: 1040px) {
	.twelve-days-register-aside {
		width: 100px;
	}
}

@media screen and (max-width: 764px) {
	.twelve-days-container .rewards-grid .rewards-item.bonus-item-image {
		flex-basis: calc((100% - 240px)/2);
	}

	.twelve-days-register-panel .app-store-logo,
	.twelve-days-register-panel .play-store-logo {
		max-height: 30px;
	}

	.twelve-days-register-panel .or-register-span {
		line-height: 30px;
	}

	.twelve-days-register-panel .btn-register-now {
		margin-top: 5px;
	}
}

@media screen and (max-width: 524px) {
	.twelve-days-header {
		height: 150px;
	}

	.twelve-days-footer {
		height: 180px;
	}

	.twelve-days-container .rewards-grid .rewards-item.bonus-item {
		margin-top: 0;
	}

	.twelve-days-container .rewards-grid .rewards-item.bonus-item-image {
		margin-top: 0;
		padding-top: 0;
		flex-basis: 240px;
	}

	.twelve-days-register-panel .bell-image-wrapper,
	.twelve-days-register-panel .arrow-img{
		display: none;
	}

	.twelve-days-register-panel .copy-wrapper {
		width: 100%;
	}

	.twelve-days-register-panel .rewards-logo-img {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.twelve-days-register-panel .flex-row {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 420px) {
	.twelve-days-register-aside {
		display: none;
	}
}
