/* CSS Document */
.container {
	width: 100%;
	height: auto;
	border-top:2px solid #F7941D;
	border-bottom: 2px solid #F7941D;
}
.banner-store {
	position: relative;
	overflow: hidden;
	background:url(http://www.whitepapergames.com/2016/images/banner-store.png) no-repeat top center;
	background-color:#7d7d7d;
}
.store {
	width: 90%;
	height: 100%;
	display: block;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.tshirt {
	width: 16%;
	min-width:150px;
	height: 100%;
	position: absolute;
	top: 0;
	margin: 0 2%;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.t01 {
	z-index:2;
	left: 0%;
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt01.png) no-repeat center;
	background-size:contain;
}
.t02 {
	z-index:3;
	left: 20%;
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt02.png) no-repeat center;
	background-size:contain;
}
.t03 {
	z-index:3;
	right: 20%;
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt03.png) no-repeat center;
	background-size:contain;
}
.t04 {
	z-index:2;
	right: 0%;
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt04.png) no-repeat center;
	background-size:contain;
}
.store-button {
	width: 16%;
	min-width: 150px;
	height: auto;
	position: relative;
	top: 0;
	z-index:4;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	padding:30px 30px 0px 30px;
}
.tshirt-glow {
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tshirt:hover, .tshirt:hover .tshirt-glow{
	opacity: 1;
}
.glow-01 {
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt01-glow.png) no-repeat center;
	background-size:contain;
}
.glow-02 {
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt02-glow.png) no-repeat center;
	background-size:contain;
}
.glow-03 {
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt03-glow.png) no-repeat center;
	background-size:contain;
}
.glow-04 {
	background: url(http://www.whitepapergames.com/2016/images/store/tshirt04-glow.png) no-repeat center;
	background-size:contain;
}
.store-button img, .store-button-act img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.store-button-act {
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	opacity: 0;
	padding: 30px 30px 0px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.store:hover .store-button-act {
	opacity: 1
}
.central {
	text-align: center;
}

/*-- Timer --*/
.styled{
  margin-bottom: 10px;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
	color: #F7941D;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.logo-press {padding: 30px 100px 30px 100px !important;
height: 230px !important}