#slogan h3,
footer h3,
a,
.action-wrap span
{
	font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.action-wrap .library {
	font-size: 0.9em;
}

.action-wrap a,
#slogan h2,
.statement span
{
	font-family: "Proxima Nova Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

footer small,
footer small a,
footer em,
#madeby span
{
	font-family: "Proxima Nova Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

::selection{background:#333; color:#fff}
::-moz-selection{background:#333; color:#fff}

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;  
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

footer a,
.action-wrap span a {
	color: #41b7d8;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 1px;
	font-size: 0.90em;
}
footer a:active,
.action-wrap span a:active {
	background-color: #e53b2c;
	color: #fff;
}
code.discount {
	color: #e31d0c;
}
footer a:hover,
.action-wrap span a:hover {
	border-bottom: 1px solid #41b7d8;
}                 

.action-wrap small {
    font-size: 90%;
    font-style: normal;
    color: rgba(0,0,0,0.75);
}

.action-wrap small a {
    font-size: 100%;
    color: rgba(0,0,0,0.58);
}

.action-wrap small a:hover {
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

footer h3 {
		color: #7d7d7d;
		line-height: 1.2em;
		margin: 0 0 2em 0;
		padding: 0;
}
footer small em {
	font-size: 0.90em;
}

h3 a, .item a h2 span, .item a h2 span:visited { color: #E53B2C; text-decoration: none; border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:1px; }
h3 a:hover, .item a h2 span:hover { border-bottom: 1px solid #E53B2C; }
h3 a:active, .item a h2 span:active {background-color:#e53b2c; color:#fff}

#slogan br {
	display: none;
}
body
{
	font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	max-width: 1800px;
	line-height: 1.5em;
	color: #333333;
}

h1
{
	font-family: "Proxima Nova", serif;
	font-size: 2.75em;
	line-height: 1em;
}

small, em
{
	font-family: "Proxima Nova", serif;
	font-style: italic;
}

/* specific styles */

#wrap
{
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#banner
{
	border-top: 4px solid #E53B2C;
	position: relative;
}

#banner h1
{
	position: absolute;
	overflow: hidden;
	text-indent: -9999em;
}

#slogan
{
	padding: 85px 20px 30px 20px;
/*
	padding: 50px 20px 30px 20px;
*/
	text-align: center;
}

	#slogan h2
	{
		color: #E53B2C;		
		font-size: 3.75em;
		line-height: 1.1em;
		margin: 0;
	}
	
	#slogan h3
	{
		font-size: 1.55em;
		color: #7d7d7d;
		line-height: 1.5em;
		margin: 0;
	}

#madeby, #backto
{
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	color: #c6c6c6;
	font-style: italic;
	font-family: "Proxima Nova", serif;
	font-size: 15px;
}

#backto
{
	left: 20px;
	text-decoration: none;
	right: auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.04);
	border-radius: 5px;
	padding: 5px 10px;
}

	#backto:hover
	{
		color: #AAAAAA;
	}

	#madeby span
	{
		height: 45px;
		line-height: 45px;
		float: left;
		margin-right: 5px;
	}
	
	#madeby a
	{
		overflow: hidden;
		display: inline-block;
		text-indent: -9999em;
		background: url(../images/smash.jpg) no-repeat;
		width: 158px;
		height: 45px;
		margin-top: 0;
		margin-left: 10px;
		padding-top: 8px;		
		float: left;
	}

#contentinfo
{
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	color:rgba(0,0,0,0.35);
}

#contentinfo small
{
	font-style: italic;
	font-family: "Proxima Nova", serif;
}

.items
{
	zoom: 1;
	margin: 3.25em 0;
	list-style: none;
	padding: 0;
	position: relative;
}

.items:before,
.items:after {
    content:"";
    display: table;
}

.items:after {
    clear: both;
}

.item
{
	float: left;
	width: 28%;
	display: block;
	position: relative;
	border-radius: 36px;
/*	margin: 0 2% 2em 2%; */
	margin: 0 2% 2em 2.8%;
	z-index: 10;
}

.item.best-value {
	width: 29.5%;   
}
.item img
{
	max-width: 95%;
	margin: 0 auto;
	cursor: pointer;
	-moz-transition: -moz-transform 0.2s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.2s; /* Safari and Chrome */
	-o-transition: -o-transform 0.2s; /* Opera */
	transition: transform 0.2s;
	-webkit-backface-visibility: hidden;
}

.item img:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	-webkit-backface-visibility: hidden;
}

.item-content
{
	margin: 20px 10px;
	background: #FFFFFF;
	position: relative;
	border-radius: 26px;
	padding: 30px 0;
	
}

.item.best-value .item-content
{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.item > a
{
	text-decoration: none;
}

.item.best-value .item-content:before
{
	display: block;
	content: ' ';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #ffdf7f;
	border: 10px solid #ffdf7f;
	top: -10px;
	left: -10px;
	z-index: -1;
	border-radius: 36px;
	cursor: pointer;
}

.statement
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #0089dc;
	position: absolute;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0.25em 0;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	bottom: 100%;
	z-index: -1;
	cursor: pointer;
	text-decoration: none;
}

.statement span
{
	display: block;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.25em;
	text-decoration: none;
}

.statement span:first-child
{
	font-size: 0.6em;
	font-weight: normal;
}

.action-wrap
{
	margin: 0 30px;
}

.action-wrap span
{
	margin-top: 2em;
	display: block;
	text-align: center;
}

.mini-info {
	color: #666;
	font-size: 0.8em;
	margin-top: 0.75em;
	margin-bottom: 0;
}

.item h2 {
	text-align: center;
	margin-bottom: 0.5em;
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
}

.item .action
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 75%;
	position: relative;
	border-radius: 30px;
	padding: 0.65em 0em;
	font-size: 1.125em;
	font-weight: bold;
	color: #e31d0c;
	font-weight: bold;
	margin: 0 auto;
	top: 20px;
	box-shadow: 0 4px 0 #ce9141, 0 5px 3px rgba(0,0,0,0.3);
	font-family: "Proxima Nova", Arial, sans-serif;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #ffde2f 0%, #fab23e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffde2f), color-stop(100%,#fab23e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* IE10+ */
	background: linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fab23e',GradientType=0 ); /* IE6-9 */
	
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	transition: all 0.2s;
}

.item .action:hover
{
	box-shadow: 0 5px 0 #ce9141, 0 10px 8px rgba(0,0,0,0.3);
	color: #cc0000;
	transition: none !important;
}

.item .action:active
{
	box-shadow: 0 1px 0 #ce9141, 0 2px 3px rgba(0,0,0,0.3);
	top: 23px;
	color: #333;
}

.item .price
{
	width: 75px;
	height: 75px;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
	border-radius: 36px;
	bottom: 10%;
	right: 20px;
}


.item.pre .price.t1
{
	background: url(../images/mobile/01-pre-release-75.png) no-repeat;
}
.item.pre .price.t1-eu
{
	background: url(../images/mobile/01-pre-release-75-eu.png) no-repeat;
}

.item.pre .price.t2
{
	background: url(../images/mobile/02-pre-release-75.png) no-repeat;
}
.item.pre .price.t2-eu
{
	background: url(../images/mobile/02-pre-release-75-eu.png) no-repeat;
}

.item.pre .price.t3
{
	background: url(../images/mobile/03-pre-release-75.png) no-repeat;
}
.item.pre .price.t3-eu
{
	background: url(../images/mobile/03-pre-release-75-eu.png) no-repeat;
}



.item .price.t1
{
	background: url(../images/mobile/01-release-75.png) no-repeat;
}
.item .price.t1-eu
{
	background: url(../images/mobile/01-release-75-eu.png) no-repeat;
}

.item .price.t2
{
	background: url(../images/mobile/02-release-75.png) no-repeat;
}
.item .price.t2-eu
{
	background: url(../images/mobile/02-release-75-eu.png) no-repeat;
}

.item .price.t3
{
	background: url(../images/mobile/03-release-75.png) no-repeat;
}
.item .price.t3-eu
{
	background: url(../images/mobile/03-release-75-eu.png) no-repeat;
}

.item .price.t4
{
	background: url(../images/mobile/04-release-75.png) no-repeat;
}
.item .price.t4-eu
{
	background: url(../images/mobile/04-release-75-eu.png) no-repeat;
}

.button {
	font-size: 1.1em;
	display: block;
	padding: 0 17px;
	margin: 0 auto;
	margin-top: 1em;
	width: 50%;	
	color: #e31d0c;
	text-align: center;
	line-height: 2.25em;
	font-weight: bold;
	text-decoration: none;
		
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #ffde2f 0%, #fab23e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffde2f), color-stop(100%,#fab23e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* IE10+ */
	background: linear-gradient(top, #1e5799 0%,#ffde2f 0%,#fab23e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fab23e',GradientType=0 ); /* IE6-9 */
		
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(0,0,0,.03), 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(0,0,0,.03), 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(0,0,0,.07), 0 1px 1px rgba(0,0,0,.1);
	
	border: 1px solid #ce9141;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
		
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	transition: all 0.2s;
}

.button:hover {
	border: 1px solid #ce9141;
	color: #cc0000;
	opacity: .9;
}

.button:active {
	opacity: 1;
	background-color: #ffde2f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fab23e), to(#fab23e));
	background-image: -webkit-linear-gradient(top, #fab23e, #fab23e);
	background-image: -moz-linear-gradient(top, #fab23e, #fab23e);
	background-image: -o-linear-gradient(top, #fab23e, #fab23e);
	background-image: -ms-linear-gradient(top, #fab23e, #fab23e);
	background-image: linear-gradient(top, #fab23e, #fab23e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fab23e', EndColorStr='#fab23e');
				
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4), inset 0 -1px 1px rgba(255,255,255,.1);
}