
div.onepager h1, div.onepager h2 {
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 6px 14px #a5a5a5;
	text-align: center;
	font-size: 42px;
}

div.onepager h2 {
	margin-top: 70px;
	font-size: 36px;
}



.slot-container {
	display:inline-block;
	width:100%;
	margin:20px auto;
	text-align: center;
}

.slot {
	position:relative;
	background: #8d1a01;
	text-align: center;
	width: 210px;
	height: 200px;
	margin: 0 auto;
	line-height: 2.8;
	text-shadow: 1px 1px 5px #000;
	border: 2px solid #701501;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a80a2c+0,8f0222+44,6d0019+100 */
background: #a80a2c; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #a80a2c 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #a80a2c 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #a80a2c 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80a2c', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	box-shadow: 0 9px 26px #545454;
	overflow:hidden;
}



.slot .border {
	width: 92%;
	height: 93%;
	border: 1px solid #888;
	position: absolute;
	margin:8px;
	opacity: 0.9;
}

.slot .day {
	font-size:69px;
	font-weight: bold;
	color:#fff;
}

.slot-container p {
	font-weight: bold;
	color: #84021e !important;
	text-align: center;
	margin: 10px auto;
	font-size: 33px;
	font-weight: 300;
}


.slot:hover .day {
	color:#fff;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.6);
}

.slot:hover .border {
	opacity:1;
	border-color:#999;
}

.slot:hover {
	cursor:pointer;
	border-color:#444;
}

.slot .gift {
	background-size: contain;
	background-color: #fff;
	width:100%;
	height:100%;
	box-sizing: border-box;
	margin:0px;
	border: 0;
	box-shadow: inset 0px 0px 8px #aaa;
	position: absolute;
}

.slot .gift .slot-title,
.slot .slot-title {
	font-weight: bold;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.3;
	padding: 5px 10px !important;
	z-index: 16;
	font-size: 13px;
	display:none;
}


.slot .show-on-open {
	display:none;
}


.slots-container {
	text-align: center !important;
}

.slots-container .slot {
	margin: 12px;
	display:inline-block;
	vertical-align: top;
}

.slot.tiny {
	width:70px;
	height:66px;
	margin: 30px auto;
	box-shadow: 0 9px 35px #000;
	overflow:visible;
}

.slot.tiny span {
	font-size:19px;stroke-dasharray:
}

.slot.tiny .border {
width: 94%;
height: 93%;
/* top: 0; */
/* left: 0; */
margin: 2px;
}

.slot.tiny .line {
	border:0;
	height:3px;
	width:50px;
	background:#fff;
	position:absolute;
	top:30px;
}

.slot.tiny .gift {
	background-size: contain;
	background-color:#fff;
	width: 191px;
	height: 182px;
	position: absolute;
	top: -59px;
	box-shadow: 0px 10px 20px #555;
	z-index: 99;
	border-radius: 130px;
	border:10px solid #fff;
	box-sizing: border-box;
}

.slot.tiny:nth-child(even) .gift {
	left:116px;
}

.slot.tiny:nth-child(even) .line {
	right: -52px;
}

.slot.tiny:nth-child(odd) .gift {
	left: -239px;
}

.slot.tiny:nth-child(odd) .line {
	left: -52px;
}


