@charset "UTF-8";
/*!
* Global Styles Definitions
*
* @author				Bradley West
* @copyright			2015 - 505 Games Limited. All rights reserved.
* @version		3.5
*/
/*  ::  Global Styles  ┬╗  Web Fonts		*/
@font-face {
	font-family: 'fivezerofive_icons';
	src: url("../webfonts/505games.eot?40286781");
	src: url("../webfonts/505games.eot?40286781#iefix") format("embedded-opentype"), url("../webfonts/505games.woff?40286781") format("woff"), url("../webfonts/505games.ttf?40286781") format("truetype"), url("../webfonts/505games.svg?40286781#505games") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fivezerofive-press-wf';
	src: url("../webfonts/fivezerofive-press-wf.eot?35806170");
	src: url("../webfonts/fivezerofive-press-wf.eot?35806170#iefix") format("embedded-opentype"), url("../webfonts/fivezerofive-press-wf.woff?35806170") format("woff"), url("../webfonts/fivezerofive-press-wf.ttf?35806170") format("truetype"), url("../webfonts/fivezerofive-press-wf.svg?35806170#fivezerofive-press-wf") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*  ::  Global Styles  ┬╗  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* make sure html5 elements display correctly in old IE */
	display: block;
}
/*  ::  Global Styles  ┬╗  Base Styles (incl background images)	*/
html.desktop {
	/* always display vertical scrollbar, stops centered content jumping between pages */
/*	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;*/
}
body {
	padding: 0 20px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	background: #fff;
	color: #777;
}
#eucookielaw {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999999;
    border: 2px solid #000000;
    border-radius: 20px;
    color: #000;
}
#removecookie {
    cursor: pointer;
    background: green;
    color: #FFF;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
}
#more {
    cursor: pointer;
    background: red;
    color: #FFF;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
}
select, input, textarea {
	font: 400 99% arial, helvetica neue, helvetica, sans-serif;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
fieldset, img {
	border: 0;
	display: block;
}
 input.placeholder, textarea.placeholder, ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
 color: #aaa !important;
 font-style: italic !important;
}
legend {
	color: #777;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
cite, i, em {
	font-style: italic;
}
pre, code {
	font-family: monospace;
	line-height: 100%;
}
caption, th {
	text-align: left;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	overflow: hidden;
	background: #ddd;
	color: #ddd;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	position: relative;
	display: inline-block;
	vertical-align: 0.3em;
	height: 1.2em;
}
sub {
	position: relative;
	display: inline-block;
	vertical-align: -0.1em;
	height: 1.2em;
}
.clear {
	clear: both;
}
.invisible {
	visibility: hidden !important;
}
.fpc-holepunch-fallback {
	/* screen reader only content */
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
html #wp-admin-bar-user-info .avatar, #wpadminbar a img, #wpadminbar a img:hover {
	display: inline;
	left: 5px;
	position: relative;
	top: 4px;
}
/*  ::  Global Styles  ┬╗  Heading Styles	*/
.h-heading1, h1 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 320%;
}
.h-heading2, h2 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 260%;
}
.h-heading3, h3 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 200%;
}
.h-heading4, h4 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 160%;
}
.h-heading5, h5 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 120%;
}
.h-heading6, h6 {
	margin-top: 24px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #777;
	font-size: 100%;
}
img.alignleft + .h-heading1, img.alignleft + .h-heading2, img.alignleft + .h-heading3, img.alignleft + .h-heading4, img.alignleft + .h-heading5, img.alignleft + .h-heading6, img.alignleft + h1, img.alignleft + h2, img.alignleft + h3, img.alignleft + h4, img.alignleft + h5, img.alignleft + h6, img.alignright + .h-heading1, img.alignright + .h-heading2, img.alignright + .h-heading3, img.alignright + .h-heading4, img.alignright + .h-heading5, img.alignright + .h-heading6, img.alignright + h1, img.alignright + h2, img.alignright + h3, img.alignright + h4, img.alignright + h5, img.alignright + h6, .h-heading1:first-child, .h-heading2:first-child, .h-heading3:first-child, .h-heading4:first-child, .h-heading5:first-child, .h-heading6:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
.h-heading1.run-on, .h-heading2.run-on, .h-heading3.run-on, .h-heading4.run-on, .h-heading5.run-on, .h-heading6.run-on, h1.run-on, h2.run-on, h3.run-on, h4.run-on, h5.run-on, h6.run-on {
	margin-top: 8px;
}
.h-heading1 + .h-heading2, .h-heading1 + .h-heading3, .h-heading2 + .h-heading3, .h-heading2 + .h-heading4, .h-heading3 + .h-heading4, .h-heading3 + .h-heading5, .h-heading4 + .h-heading5, .h-heading5 + .h-heading6, h1 + h2, h1 + h3, h1 + h4, h2 + h3, h2 + h4, h2 + h5, h3 + h4, h3 + h5, h3 + h6, h4 + h5, h4 + h6, h5 + h6 {
	margin-top: 16px;
}
/*  ::  Global Styles  ┬╗  Paragraph Styles	*/
p {
	margin-top: 16px;
	font-weight: 400;
	font-size: 100%;
}
.h-heading1 + p, .h-heading2 + p, .h-heading3 + p, .h-heading4 + p, .h-heading5 + p, .h-heading6 + p, h1 + p, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, p.run-on {
	margin-top: 8px;
}
.component-generic-text > div:first-child + p, img.alignleft + p, img.alignright + p, p:first-child {
	margin-top: 0;
}
/*  ::  Global Styles  ┬╗  List Styles	*/
ol, ul {
	margin-top: 24px;
	padding: 0 0 0 25px;
}
dl {
	margin-top: 24px;
	padding: 0 0 0 20px;
}
.h-heading1 + ul, .h-heading2 + ul, .h-heading3 + ul, .h-heading4 + ul, .h-heading5 + ul, .h-heading6 + ul, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, .h-heading1 + ol, .h-heading2 + ol, .h-heading3 + ol, .h-heading4 + ol, .h-heading5 + ol, .h-heading6 + ol, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol, dl.run-on, ol.run-on, ul.run-on {
	margin-top: 8px;
}
img.alignleft + ol, img.alignright + ol, img.alignleft + ul, img.alignright + ul, img.alignleft + dl, img.alignright + dl, ol:first-child, ul:first-child, dl:first-child {
	margin-top: 0;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: square;
}
ul ul ul {
	list-style: circle;
}
li {
	margin-top: 24 pxistItem;
	font-weight: 400;
	font-size: 100%;
}
dt {
	margin-top: 8px;
	font-weight: 700;
	font-size: 100%;
}
dd {
	font-size: 100%;
	font-weight: 400;
}
dt:first-child, li:first-child {
	margin-top: 0;
}
/*  ::  Global Styles  ┬╗  Form Styles	*/
fieldset {
	position: relative;
	display: block;
	padding: 14px 14px;
}
fieldset .disabled {
	position: relative;
	overflow: hidden;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}
fieldset .cols2, fieldset .cols3, fieldset .cols4, fieldset .cols5 {
	margin: 0;
	padding-left: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
fieldset .cols2 li, fieldset .cols3 li, fieldset .cols4 li, fieldset .cols5 li {
	margin: 0;
	overflow: hidden;
}
fieldset .cols2 + .cols2, fieldset .cols3 + .cols3, fieldset .cols4 + .cols4, fieldset .cols5 + .cols5 {
	padding-left: 21px;
}
.ie7 fieldset .cols2, .ie7 fieldset .cols3, .ie7 fieldset .cols4, .ie7 fieldset .cols5 {
	padding-left: 0 !important;
}
.ie7 fieldset .cols2 input[type="text"], .ie7 fieldset .cols2 input[type="password"], .ie7 fieldset .cols2 textarea, .ie7 fieldset .cols3 input[type="text"], .ie7 fieldset .cols3 input[type="password"], .ie7 fieldset .cols3 textarea, .ie7 fieldset .cols4 input[type="text"], .ie7 fieldset .cols4 input[type="password"], .ie7 fieldset .cols4 textarea, .ie7 fieldset .cols5 input[type="text"], .ie7 fieldset .cols5 input[type="password"], .ie7 fieldset .cols5 textarea {
	width: 90%;
}
.fieldset--alternative {
	padding-left: 14px;
	padding-right: 14px;
	background: #eee;
	margin-left: -14px;
}
.ie7 .fieldset--alternative > textarea, .ie7 .fieldset--alternative > input[type="text"], .ie7 .fieldset--alternative > input[type="search"], .ie7 .fieldset--alternative > input[type="email"], .ie7 .fieldset--alternative > input[type="password"] {
	position: relative;
	margin-left: 20px;
}
label {
	float: left;
	margin-bottom: 4.66667px;
	font-family: arial, helvetica neue, helvetica, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #666;
}
button {
	float: left;
	display: inline;
	zoom: 1;
	display: inline-block;
}
textarea, input, select {
	float: left;
	margin: 0 0 14px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin-top: 7px;
	margin-right: 4px;
}
label + input[type="radio"], label + input[type="checkbox"] {
	margin-left: 14px;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	min-width: 85%;
	margin-top: 7px;
}
/*textarea, select, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	float: left;
	display: block;
	width: 100%;
	min-height: 22px;
	padding: 7px 8px 5px 8px;
	background: #fff;
	border: 1px solid #aaa;
	font-family: arial, helvetica neue, helvetica, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #000;
	box-sizing: border-box;
}*/
.ie7 textarea, .ie7 select, .ie7 input[type="text"], .ie7 input[type="email"], .ie7 input[type="search"], .ie7 input[type="password"] {
	/* handle the lack of border box support */
	width: 95%;
}
textarea {
	height: 100px;
}
/*  ::  Global Styles  ┬╗  Table Styles	*/
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 10px;
	border-top: 1px solid #f0f0f0;
}
table:first-child {
	margin-top: 0;
}
table th, table td {
	padding: 4px 8px;
	border-bottom: 1px solid #f0f0f0;
}
table th {
	font-weight: 700;
}
table td:first-child {
	padding-left: 0;
}
table tr:nth-child(odd) td {
	background: #fafafa;
}
table tr:nth-child(even) td {
	background: #fff;
}
table tr:not(.hidden):nth-child(odd) td {
	background: #fafafa;
}
table tr:not(.hidden):nth-child(even) td {
	background: #fff;
}
/*  ::  Page Styles	*/
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1304px;
}
/*  ::  Page Styles  ┬╗  Content	*/
#global-content {
	position: relative;
	width: 100%;
	z-index: 1;
	word-wrap: break-word;
}
.mobile #global-content {
	padding: 0;
}
/*  ::  Page Styles  ┬╗  Footer	*/
#global-footer {
	position: relative;
	padding: 60px 0 0 0;
}
.desktop #global-footer .footer-links-primary, .tablet #global-footer .footer-links-primary {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.desktop #global-footer .footer-links-primary .primary-link, .tablet #global-footer .footer-links-primary .primary-link {
	float: left;
	margin: 26px 0 0 0;
	padding: 0;
	border-left: 1px solid #959595;
}
.desktop #global-footer .footer-links-primary .primary-link:first-child, .tablet #global-footer .footer-links-primary .primary-link:first-child {
	border-left: 0;
}
.desktop #global-footer .footer-links-primary .primary-link:first-child a, .tablet #global-footer .footer-links-primary .primary-link:first-child a {
	padding-left: 0;
}
.desktop #global-footer .footer-links-primary .primary-link a, .tablet #global-footer .footer-links-primary .primary-link a {
	float: left;
	display: block;
	padding: 6px 20px 0 20px;
	border-bottom: 6px solid #f8f8f8;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 900;
}
.desktop #global-footer .footer-links-primary .primary-link a:hover, .tablet #global-footer .footer-links-primary .primary-link a:hover {
	border-bottom: 6px solid #e20613;
	text-decoration: none;
}
.desktop #global-footer .footer-logo, .tablet #global-footer .footer-logo {
	position: absolute;
	right: 0;
	top: 20px;
}
.desktop #global-footer .footer-legal, .tablet #global-footer .footer-legal {
	margin: 0;
	padding: 10px 0 30px 0;
	font-size: 10px;
}
#global-footer .footer-switch {
	font-size: 12px;
	text-align: center;
}
/*  ::  Page Styles  ┬╗  Components  */
.component {
	position: relative;
	padding: 0 30px;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Page Title  */
.component-page-title {
	position: relative;
}
.mobile .component-page-title {
	width: 100%;
	margin: 20px 0 10px 0;
}
.component-page-title h1 {
	color: #777;
	font-size: 35px;
	font-family: "proxima-nova-alt-condensed", arial, helvetica neue, helvetica, sans-serif;
	margin-bottom: 8px;
	font-weight: 800;
	text-transform: uppercase;
}
.component-page-title h1:last-child {
	margin: 0 0 20px 0;
	padding: 0;
}
.component-page-title p {
	margin: 0;
	padding: 0;
	margin: -10px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.component-page-title img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.component-page-title.divider {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Generic Text  */
.component-generic-text {
	position: relative;
	margin: 0 0 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.tablet .component-contact .column-phone .phone-item {
	float: none;
	width: auto;
}
}
.component-contact .column-phone .phone-item:nth-child(even) {
	clear: left;
}
.component-contact .column-widget {
	float: left;
	width: 33%;
}
.mobile .component-contact .column-widget {
	clear: left;
	float: none;
	width: auto;
	margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.tablet .component-contact .column-widget {
	clear: left;
	float: none;
	width: auto;
	margin: 0 0 20px 0;
}
}
.component-contact .column-widget .inner {
	padding: 0 20px;
}
.mobile .component-contact .column-widget .inner {
	padding: 0;
}
.component-contact .column-widget .inner h5 {
	margin: 0 0 20px 0;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Image Slider  */

.component-image-slider .pagination {
	float: right;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.component-image-slider .pagination li {
	float: left;
	margin: 0 4px;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 3px solid #fff;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 0 0 0 2px #d5d5d5;
	background: #fff;
	cursor: pointer;
}
.component-image-slider .pagination li.active {
	background: #777;
	cursor: default;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Pagination  */
.component-pagination {
	position: relative;
	padding: 10px 30px;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.component-pagination .current {
	float: left;
}
.component-pagination .pages {
	float: right;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.component-pagination .pages span {
	margin: 0 4px;
}
.component-pagination .pages span:hover {
	text-decoration: underline;
	cursor: pointer;
}
.component-pagination .pages b {
	margin: 0 4px;
	color: #000;
	text-decoration: underline;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Platform List  */
.component-platform-list {
	position: relative;
	padding: 10px 30px;
	overflow: hidden;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.component-platform-list form, .component-platform-list fieldset {
	float: right;
	margin: 0;
	padding: 0;
}
.component-platform-list select {
	float: right;
	margin: 0;
	display: none;
}
.component-platform-list ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
.component-platform-list li {
	margin: 0 8px;
	padding: 0;
	display: inline;
	zoom: 1;
	display: inline-block;
	/* inline and zoom gives inline-block in old ie */
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.component-platform-list li:first-child {
	margin-left: 0;
}
.component-platform-list li b {
	font-weight: 800;
}
.component-platform-list .active {
	border-bottom: 2px solid #e20613;
	text-decoration: none;
	cursor: default;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Platforms Overview  */
.component-platforms-overview .platform-selector {
	
}
.component-platforms-overview .platform-selector ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.component-platforms-overview .platform-selector li {
	margin: 0;
	padding: 0;
	display: inline;
	zoom: 1;
	display: inline-block;
	/* inline and zoom gives inline-block in old ie */
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
.component-platforms-overview .platform-selector li b {
	font-weight: 800;
}
.component-platforms-overview .platform-selector li a {
	text-decoration: none;
	cursor: pointer;
}
.component-platforms-overview .platform-selector .platform {
	margin: 0 8px;
	cursor: pointer;
}
.component-platforms-overview .platform-selector .platform:first-child {
	margin-left: 0;
}
.component-platforms-overview .platform-selector .active {
	border-bottom: 2px solid #e20613;
}
.component-platforms-overview .platform-item {
	position: relative;
	overflow: hidden;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d5d5d5;
}
.component-platforms-overview .platform-item h3 {
	float: left;
	text-align: left;
}
.component-platforms-overview .platform-item .viewall {
	float: right;
	margin: 15px 35px 0 0;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.component-platforms-overview .platform-item .viewall img {
	position: absolute;
	top: 14px;
	right: 8px;
}
.component-platforms-overview .platform-item .product-item {
	zoom: 1;
	margin: 10px 0;
}
.component-platforms-overview .platform-item .product-item img {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}
.product-item span {
	font-size: 13px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.40);
	/* width: 100%; */
	float: right;
	color: #FFF;
	padding: 5px 10px;
	margin: -38px 0 0;
	z-index: 999;
	position: relative;
	text-align: right;
	font-weight: bold;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Product Category Grid  */
.component-product-category-grid {
	position: relative;
	overflow: hidden;
	padding: 20px 40px;
}
.component-product-category-grid .grid-item:nth-child(4n + 1) {
	clear: left;
}
.mobile .component-product-category-grid .grid-item {
	text-align: center;
}
.component-product-category-grid .grid-item .cover-art {
	margin: 20px 0;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: auto;
}
.mobile .component-product-category-grid .grid-item .cover-art {
	margin: 20px auto;
}
.component-product-category-grid .grid-item h4 {
	font-size: 16px;
	margin: 5px 0;
}
.component-product-category-grid .grid-item p {
	margin: 0;
}
.component-product-category-grid .grid-item p span {
	color: #333;
	font-weight: bold;
}
.component-product-category-grid .grid-item a {
	color: #333;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Lightbox  */

/*  ::  Page Styles  ┬╗  Components  ┬╗  Video Player  */
.component-video {
	margin: 0 0 30px 0;
}
.component-video .video-player {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1024px;
}
.component-video .video-player .video-shim {
	position: relative;
	width: 100%;
}
.component-video .video-player iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*  ::  Page Styles  ┬╗  Components  ┬╗  Password Form  */
.component-password-form {
	margin: 50px 0;
}
.component-password-form h1 {
	margin: 0;
	padding: 0 0 24px 0;
}
.component-password-form p {
	padding: 8px 0 16px 0;
}
.component-password-form form {
	position: relative;
	padding: 0 0 24px 0;
	max-width: 400px;
	margin: 24px auto;
	background: #fbfbf9;
	outline: 1px solid #fbfbf9;
	box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.05);
}
.component-password-form form fieldset {
	padding: 24px 36px 0 36px;
}
.component-password-form form fieldset input[type="text"] {
	width: 90%;
}
.component-password-form form fieldset input[type="submit"] {
	float: right;
	padding: 10px 16px;
}
/*  begin:  Component  ┬╗  Blog Header  */
.component-blog-header {
	position: absolute;
	overflow: hidden;
	margin: 0 auto -39px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.38);
	width: 100%;
}
.mobile .component-blog-header {
	padding: 20px 10px 10px 10px;
}
.component-blog-header h1 {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 0 10px
}
.component-blog-header a {
	text-decoration: none;
	color: #FFF;
}
.component-blog-header .filters {
	float: right;
	text-transform: uppercase;
}
.component-blog-header .filters .title {
	float: left;
	padding: 5px 20px;
	color: #FFF;
}
.mobile .component-blog-header .filters .title {
	display: none;
}
.component-blog-header .filters .featured-games {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #959595;
}
.mobile .component-blog-header .filters .featured-games {
	display: none;
}
.component-blog-header .filters .featured-games li {
	position: relative;
	display: block;
	float: left;
	border-right: 1px solid #959595;
	margin: 0;
	padding: 5px 20px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.mouse .component-blog-header .filters .featured-games li:hover:after, .component-blog-header .filters .featured-games li.active:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #e20613;
	display: block;
	content: "";
}
.component-blog-header .filters form {
	float: left;
	margin: 5px 10px 0 0;
}
.tablet .component-blog-header .filters form .featured, .desktop .component-blog-header .filters form .featured {
	display: none;
}
.mobile .component-blog-category {
	padding: 0px 10px 10px 10px;
}
.avatar {
	float: left;
	margin: 0 10px 0 0;
}
.avatar img {
	width: 64px;
	height: 64px;
}
.component-blog-single {
}
.component-blog-category .category-hero {
	position: relative;
	margin: 70px 0 -70px 0;
}
.component-blog-category .category-hero .slides-container {
	position: relative;
	width: 100%;
}
.component-blog-category .category-hero .nav {
	position: absolute;
	top: 40%;
	font-family: fivezerofive_icons, sans-serif;
	font-size: 64px;
	cursor: pointer;
}
.mobile .component-blog-category .category-hero .nav {
	display: none !important;
}
.component-blog-category .category-hero .nav.nav-prev {
	left: 10px;
	color: #FFF;
}
.component-blog-category .category-hero .nav.nav-next {
	right: 10px;
	color: #FFF;
}
.component-blog-category .category-hero .slide-item {
	position: relative;
	width: 100%;
	height: 400px;
	display: table;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.mobile .component-blog-category .category-hero .slide-item {
	height: 300px;
}
.component-blog-category .category-hero .shim {
	width: 100%;
}
.component-blog-category .category-hero .title {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	padding: 20px 40px;
}
.component-blog-category .category-hero .title .category {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.mobile .component-blog-category .category-hero .title .category {
	display: none;
}
.component-blog-category .category-hero .title .category a {
	color: #fff;
	text-decoration: none;
}
.mouse .component-blog-category .category-hero .title .category a:hover {
	color: #e20613;
}
.component-blog-category .category-hero .title h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 48px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.tablet .component-blog-category .category-hero .title h2 {
	font-size: 32px;
}
.mobile .component-blog-category .category-hero .title h2 {
	font-size: 32px;
}
.component-blog-category .category-hero .title h2 a {
	color: #fff;
}
.mouse .component-blog-category .category-hero .title h2 a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-category .category-featured {
	padding: 0 0 5px 0;
}
.component-blog-category .category-featured .post-item {
	position: relative;
	background: #f8f8f8;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.component-blog-category .category-featured .post-item a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-category .category-featured .post-item .photo {
	float: left;
	/*width: 40%;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.tablet .component-blog-category .category-featured .post-item .photo {
	min-height: 300px;
}
.mobile .component-blog-category .category-featured .post-item .photo {
	float: none;
	width: 100%;
}
.component-blog-category .category-featured .post-item .photo .shim {
	width: 100%;
}
.component-blog-category .category-featured .post-item .text {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px;
}
.mobile .component-blog-category .category-featured .post-item .text {
	padding: 30px;
}
.component-blog-category .category-featured .post-item .text .category {
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.mobile .component-blog-category .category-featured .post-item .text .category {
	display: none;
}
.component-blog-category .category-featured .post-item .text .timestamp {
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}
.component-blog-category .category-featured .post-item .text h2 {
	font-size: 28px;
}
.component-blog-category .category-featured .post-item .text .excerpt p {
	font-size: 14px;
}
.component-blog-category .category-video {
	position: relative;
	width: 100%;
	margin: 0 0 50px 0;
}
.component-blog-category .category-video .shim {
	width: 100%;
}
.component-blog-category .category-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.component-blog-category .category-posts .ajax-load-more {
	padding: 10px 0;
	text-align: center;
	width: 170px;
	margin: 0 auto 55px;
	background: #777777;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
}
.component-blog-category .category-posts .ajax-load-more span p {
	clear: both;
	text-align: center;
	margin: 0;
}
.component-blog-category .category-posts .ajax-load-more span p span {
	top: 0px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	transform: scale(2, 1);
	-webkit-transform: scale(2, 1);
	-moz-transform: scale(2, 1);
	-ms-transform: scale(2, 1);
	-o-transform: scale(2, 1);
	margin: 0 0 0 14px;
}
.component-blog-category .category-posts .posts-container {
	position: relative;
	overflow: hidden;
}
.component-blog-category .category-posts .post-item {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	background: #f8f8f8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.component-blog-category .category-posts .post-item:first-child {
	margin-left: 0;
}
.component-blog-category .category-posts .post-item:nth-child(3n+1) {
	margin-left: 0;
}
.tablet .component-blog-category .category-posts .post-item, .mobile .component-blog-category .category-posts .post-item {
	float: none;
	width: auto;
	margin: 0 0 30px 0 !important;
}
.component-blog-category .category-posts .post-item:hover * {
/*color: #FFF !important;
	text-decoration: none;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);*/
}
.component-blog-category .category-posts .post-item a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-category .category-posts .post-item .photo {
	float: left;
	width: 40%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.tablet .component-blog-category .category-posts .post-item .photo {
	min-height: 300px;
}
.mobile .component-blog-category .category-posts .post-item .photo {
	float: none;
	width: 100%;
}
.component-blog-category .category-posts .post-item .photo .shim {
	width: 100%;
}
.component-blog-category .category-posts .post-item .text {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 25px;
	background: #f8f8f8;
	min-height: 250px;
}
.mouse .component-blog-category .category-posts .post-item .text:hover {
	background: transparent;
}
.mobile .component-blog-category .category-posts .post-item .text {
	padding: 30px 30px 40px 30px;
	min-height: 1px;
}
.component-blog-category .category-posts .post-item .text .category {
	margin: 0;
	padding: 15px 0 12px 0;
	text-transform: uppercase;
	font-size: 16px;
	display: none;
}
.mobile .component-blog-category .category-posts .post-item .text .category {
	display: none;
}
.component-blog-category .category-posts .post-item .text .timestamp {
	padding: 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}
.component-blog-category .category-posts .post-item .text h2 {
		font-size: 26px;
}
.component-blog-category .category-posts .post-item .text .excerpt p {
	font-size: 14px;
}
/*  end:  Component  ┬╗  Blog Category  */
/*  begin:  Component  ┬╗  Blog Single  */
.mobile .component-blog-single {
	padding: 20px 10px 10px 10px;
}
.mouse .component-blog-single a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-single .post-hero {
	position: relative;
	width: 100%;
	height: 400px;
	display: table;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
}
.mobile .component-blog-single .post-hero {
	height: 300px;
}
.component-blog-single .post-hero .shim {
	width: 100%;
}
.component-blog-single .post-hero .title {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	padding: 20px 40px;
}
.component-blog-single .post-hero .title .category {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.mobile .component-blog-single .post-hero .title .category {
	display: none;
}
.component-blog-single .post-hero .title .category a {
	color: #fff;
	text-decoration: none;
}
.mouse .component-blog-single .post-hero .title .category a:hover {
	color: #e20613;
}
.component-blog-single .post-hero .title h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 48px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.tablet .component-blog-single .post-hero .title h2 {
	font-size: 36px;
}
.mobile .component-blog-single .post-hero .title h2 {
	font-size: 36px;
}
.component-blog-single .post-hero .title h2 a {
	color: #fff;
}
.mouse .component-blog-single .post-hero .title h2 a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-single .post-content {
	/*padding: 0 0 50px 0;*/
}
.component-blog-single .post-content .post-meta {
	float: left;
	padding: 20px;
	margin: 0 30px 20px 0;
	display: block;
	background: #f8f8f8;
	width: 200px;
	z-index: 10000;
}
.mobile .component-blog-single .post-content .post-meta, .tablet .component-blog-single .post-content .post-meta {
	width: auto;
	float: none;
	margin: 0 0 20px 0;
}
.component-blog-single .post-content .post-meta .author {
	position: relative;
	overflow: hidden;
}
.component-blog-single .post-content .post-meta .author a {
	font-weight: 700;
}
.component-blog-single .post-content .post-meta .author .twitter {
	font-size: 75%;
}
.component-blog-single .post-content .post-meta .author .avatar {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.component-blog-single .post-content .post-meta .author p {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.component-blog-single .post-content .post-meta .stats {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
	display: none;
}
.component-blog-single .post-content .post-meta .stats li {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
/*.component-blog-single .post-content td, .component-blog-single .post-content li, .component-blog-single .post-content p {
	font-size: 16px;
	line-height: 25px;
}*/
.tablet .component-blog-single .post-content td, .mobile .component-blog-single .post-content td, .tablet .component-blog-single .post-content li, .mobile .component-blog-single .post-content li, .tablet .component-blog-single .post-content p, .mobile .component-blog-single .post-content p {
	margin-left: auto;
	margin-right: auto;
}
.component-blog-single .post-content blockquote {
	float: left;
	width: 50%;
	margin: 30px;
}
.mobile .component-blog-single .post-content blockquote {
	width: auto;
	float: none;
	margin: 10px;
}
.component-blog-single .post-content blockquote p {
	font-weight: 200;
	font-size: 36px;
}
.component-blog-single .post-content .slider {
	position: relative;
	clear: both;
	margin: 20px 0;
}
.component-blog-single .post-content .slider:last-child {
	margin-bottom: 0;
}
.component-blog-single .post-content .slider .slides-container {
	position: relative;
	width: 100%;
}
.component-blog-single .post-content .slider .nav {
	position: absolute;
	top: 40%;
	font-family: fivezerofive_icons, sans-serif;
	font-size: 64px;
	cursor: pointer;
}
.mobile .component-blog-single .post-content .slider .nav {
	display: none !important;
}
.component-blog-single .post-content .slider .nav.nav-prev {
	left: -40px;
}
.component-blog-single .post-content .slider .nav.nav-next {
	right: -40px;
}
.component-blog-single .post-content .slider .slide-item {
	position: relative;
	width: 100%;
	height: 400px;
	display: table;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.component-blog-single .post-content .slider .shim {
	width: 100%;
}
.component-blog-single .post-content iframe {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.component-blog-single .post-content .slider .title {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	padding: 20px 40px;
}
.component-blog-single .post-content .slider .title .category {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.component-blog-single .post-content .slider .title h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 48px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.component-blog-single .post-content .slider .title h2 a {
	color: #fff;
}
.mouse .component-blog-single .post-content .slider .title h2 a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-single .post-footer {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f8f8f8;
	padding: 20px 25px;
	margin: 0 0 50px 0;
	clear: both;
}
.component-blog-single .post-footer .photo {
	float: left;
	margin: 0 30px 0 0;
}
.component-blog-single .post-footer .text {
	display: block;
	position: relative;
	overflow: hidden;
}
.component-blog-single .post-footer .text .twitter {
	font-size: 70%;
}
.component-blog-single .post-related {
	position: relative;
	overflow: hidden;
}
.component-blog-single .post-related h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.component-blog-single .post-related .related-container {
	margin: 0;
	padding: 0;
	list-style: none;
}
.component-blog-single .post-related .related-item {
	float: left;
	width: 31%;
	margin: 0 0 30px 3.5%;
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.component-blog-single .post-related .related-item:first-child {
	margin-left: 0;
}
.component-blog-single .post-related .related-item:nth-child(3n+1) {
	margin-left: 0;
}
.component-blog-single .post-related .related-item a {
	display: table;
	height: 200px;
	width: 100%;
	text-align: center;
}
.component-blog-single .post-related .related-item a:hover {
	color: #e20613;
	text-decoration: none;
}
.component-blog-single .post-related .related-item h5 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
}
.component-blog-single .post-related .related-item a:hover h5 {
	color: #e20613;
}
.component-blog-single .post-comments {
	position: relative;
	overflow: hidden;
}
.component-blog-single .post-comments h2 {
	text-align: center;
	text-transform: uppercase;
}