/* GLOBAL STYLING */
/* Block Elements */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

@font-face {
	font-family:'maxpro';
	src: url('fonts/MaxPro-Bold_gdi.eot');
	src: url('fonts/MaxPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/MaxPro-Bold_gdi.woff') format('woff'),
		url('fonts/MaxPro-Bold_gdi.ttf') format('truetype'),
		url('fonts/MaxPro-Bold_gdi.otf') format('opentype'),
		url('fonts/MaxPro-Bold_gdi.svg#MaxPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'maxpro';
	src: url('fonts/MaxPro-Regular_gdi.eot');
	src: url('fonts/MaxPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/MaxPro-Regular_gdi.woff') format('woff'),
		url('fonts/MaxPro-Regular_gdi.ttf') format('truetype'),
		url('fonts/MaxPro-Regular_gdi.otf') format('opentype'),
		url('fonts/MaxPro-Regular_gdi.svg#MaxPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'brandon';
	src: url('fonts/BrandonGrotesque-Bold_gdi.eot');
	src: url('fonts/BrandonGrotesque-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/BrandonGrotesque-Bold_gdi.woff') format('woff'),
		url('fonts/BrandonGrotesque-Bold_gdi.ttf') format('truetype'),
		url('fonts/BrandonGrotesque-Bold_gdi.otf') format('opentype'),
		url('fonts/randonGrotesque-Bold_gdi.svg#BrandonGrotesque-Bold') format('svg');
	font-weight: 450;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'bebas';
	src: url('fonts/Bebas_gdi.eot');
	src: url('fonts/Bebas_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Bebas_gdi.woff') format('woff'),
		url('fonts/Bebas_gdi.ttf') format('truetype'),
		url('fonts/Bebas_gdi.svg#Bebas-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-007E;
}

body {
	font-size: 10px;
	font-family: 'maxpro', sans-serif;
	color: #000000;
	margin: 0px;
	line-height: normal;
	background-color: #ffffff;
	font-weight: 400;
}
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blocquote,
nav,
header,
footer,
section,
aside,
hr,
menu,
label,
hgroup,
figure,
figcaption,
details {
	display: block;
}
p {
	margin: 0px;
	margin-bottom: 30px;
	line-height: 24px;
	font-weight: 400;
	font-size: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 5px;
	font-family: 'maxpro', sans-serif;
	color: #c23030;
	line-height: normal;
	font-weight: 700;
}
h1 {
	font-size: 3.6em;
	font-family: 'brandon', sans-serif;
	margin-bottom: 10px;
}



h2 {
	font-size: 2.4em;
	text-transform: uppercase;
}
h3 {
	font-size: 2.6em;
	text-transform: uppercase;
	color: #000;
}
h4 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #000;
}
h5 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #000;
}
h6 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000;
}
blockquote {
}

textarea {
	
}

input[type=text],
input[type=password],
input[type=email] {
	
}

::-webkit-input-placeholder {
   color: #bababa;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bababa;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #bababa;
}

:-ms-input-placeholder {  
   color: #bababa;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border: 0px solid #f9a519;
}
input[type=submit] {
	
}



input[type=radio],
input[type=checkbox] {
	border: 0;
	vertical-align: text-bottom;
}
label {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000000;
}
select {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td {
	vertical-align: top;
}
ul,
ol {
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}
li {
	font-size: 1.4em;
	margin-bottom: 10px;
}
hr {
}
a,
input[type=submit],
input[type=text],
input[type=email],
textarea,
a:before, .main-navigation>li, .video-text, .video-screenshot, header, .article-box img   {
	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
}

/* Inline Elements */
a {
	color: #c23030;
	text-decoration: none;
}



a:hover {
	color: #c23030;
	text-decoration: none;
}
a:active {
	color: #afafaf;
	outline: 0;
}
a:visited {
	color: #ccc;
}
strong {
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
small {
	font-size: 85%;
}
del {
	text-decoration: line-through;
}
sub {
	font-size: smaller;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	vertical-align: super;
}
b {
	color: #363636;
	font-weight: 700;
}

/* GLOBAL CUStoM STYLING */
.hidden {
	display: none !important;
}
.cf:before,
.cf:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.overflow_no,
.overflow_no * {
	overflow: visible;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.centered-content {
	text-align: center;
}


.sub-menu {
	display: none;
	background: #303030;
	width: 400px;
	padding: 27px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}

.main-navigation li:hover > ul {
	display: block;
}


.has-dropdown:before {
	content: "";
	position: absolute;
	right: 12px;
	top: 23px;
	width: 9px;
	height: 5px;
	background: url(images/sprite.png) -221px -22px;
}

.sub-menu li {
	width: 48%;
	margin: 1%;
	display: inline-block;
	float: left;

}

.sub-menu li.full {
	width: 100%;
	margin: 0;
	margin-top: 1%;
}

.sub-menu li.full a {
	text-align: center;
}

.sub-menu li a {
	color: #fff;
	padding: 9px 17px;
	width: 100%;
	background: #262626;
	display: inline-block;
	font-size: 0.7em;
}

.sub-menu li a:hover {
	background: #c23030;
}

.dropdown {
	display: none;
	background: #303030;
	width: 400px;
	padding: 27px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
.dropdown li {
	width: 48%;
	margin: 1%;
	display: inline-block;
	float: left;

}

.dropdown li.full {
	width: 100%;
	margin: 0;
	margin-top: 1%;
}

.dropdown li.full a {
	text-align: center;
}

.dropdown li a {
	color: #fff;
	padding: 9px 17px;
	width: 100%;
	background: #262626;
	display: inline-block;
	font-size: 0.7em;
}

.dropdown li a:hover {
	background: #c23030;
}

.social-networks {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.social-networks span, .social-networks a {
	float: left;
	display: inline-block;
	margin-left: 5px;
}

.social-networks span {
	text-transform: uppercase;
	margin-right: 5px;
	text-shadow: 0 0 5px rgba(0,0,1,.3); /* drop shadow */
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
	line-height: 30px;
}

.social-networks a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	background-image: url(images/sprite.png);
}

.social-networks a:hover {
	background-color: rgba(255,255,255,1);
}

.social-networks a.facebook {
	background-position: -11px -11px;
}

.social-networks a.twitter {
	background-position: -59px -11px;
} 

.social-networks a.youtube {
	background-position: -111px -12px;
} 

header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}

nav.navigation-menu {
	width: 100%;
	display: inline-block;
	
	background-color: #fff; /* layer fill content */
-moz-box-shadow: 0 1px 3px rgba(0,0,1,.5); /* drop shadow */
-webkit-box-shadow: 0 1px 3px rgba(0,0,1,.5); /* drop shadow */
box-shadow: 0 1px 3px rgba(0,0,1,.5); /* drop shadow */

}

nav.navigation-menu ul {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

nav.navigation-menu .menu-wrapper {
	width: 39%;
	float: left;
}



.main-navigation>li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 3
}



.main-navigation>li:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 18px;
	width: 1px;
	height: 17px;
	background: #d9d9d9;
	z-index: 1;
}

.main-navigation>li:last-child:after {
	display: none;
}

.main-navigation>li>a {
	display: inline-block;
	padding: 17px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 1em;
}
.main-navigation>li:hover {
	background: #000;
}

.main-navigation>li:hover>a {

	color: #fff;
}

/*
nav.navigation-menu ul.left li:first-child a {
	padding-left: 0px;
}

nav.navigation-menu ul.right li:last-child a {
	padding-right: 0px;
}

*/

nav.navigation-menu .logo {
	float: left;
	padding-top: 17px;
	width: 22%;
	position: relative;
}

nav.navigation-menu .logo:before {
	content: "";
	position: absolute;
	top: -88px;
	left: 50%;
	margin-left: -57px;
	width: 100px;
	height: 100px;
	background: url(images/sprite.png) 0 -50px no-repeat; 
}

.homep-slider-wrapper {
	position: relative;
}

.homep-slider-wrapper .slide {
	background-size: cover;
	background-position: top center;
	height: 750px;
	position: relative;
}

.homep-slider-wrapper .slide .container {
	height: 100%;
	position: relative;
}

.homep-slider-wrapper .slide .text-box {
	position: relative;
	top: 42%;
	left: 0px;
}

.homep-slider-wrapper:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: 999;
	background: rgba(255,255,255,0.15);
}

.text-box {
	border-left: 4px solid #c23030;
	position: relative;
	z-index: 999;
	overflow: hidden;
	max-width: 60%;
	}

.text-box h2 {
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 2px 19px;
	text-transform: uppercase;
	font-family: "brandon", sans-serif;
	font-weight: 700;
	font-size: 4.4em;
	margin: 0px;
	display: inline-block;
	clear: both;
	float: left;
}

.text-box p.description {
	display: inline-block;
	margin: 0px;
	clear: both;
	float: left;
	font-size: 1.6em;
	background: rgba(255,255,255,0.9);
	padding: 5px 19px;
}

.homep-slider-wrapper .slide:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(images/stripe_pat.png);
	}


.video-overlay {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(images/stripe_pat.png);
	}

.homep-slider-wrapper .bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
}

.homep-slider-wrapper .bx-wrapper .bx-viewport {

box-shadow: none;
border: 0px solid #fff;
left: auto;
background: #fff;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}

.home-slider-controls {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	z-index: 999;
}

.home-slider-controls span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 3px;
}


.home-slider-controls span a {
	display: inline-block;
	text-indent: -9999px;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background-image: url(images/sprite.png);
	opacity: 0.2;
}


.home-slider-controls span a:hover {
	opacity: 0.5;
}

.home-slider-controls span#slider-prev a {
	background-position: -206px -55px; 
}

.home-slider-controls span#slider-next a {
	background-position: -255px -55px; 
}

.search-bar {
	float: right;
	margin-top: 12px;
	opacity: 0.8;
}

.search-bar input[type="text"] {
	float: right;
	border: 0;
	outline: 0;
	background: #fff;
	
	width: 0px;
	padding: 7px 0px;
	display: inline-block;
	margin: 0; 
}

.search-bar .open-search {
	width: 30px;
	height: 30px;
	margin: 0;

	cursor: pointer;
	float: right;
	display: inline-block;
	background: url(images/sprite.png) -160px -10px;
}

.search-bar.opened {
	opacity: 1;
}

.search-bar.opened input[type="text"] {
	width: 200px;
	padding: 7px 15px;
}

.carousel-slide {
	position: relative;
}

.carousel-slide .text-overlay {
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px 20px;
	width: 100%;
}

.carousel-slide .text-overlay h3 {
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	text-transform: none;
	font-family: "maxpro", sans-serif;
}

.carousel-slide .text-overlay h3 a {
	color: #fff;

}

.home-carousel-wrapper {
	background: #222222;
	padding: 20px 0px;
}

.home-carousel-wrapper .bx-wrapper .bx-viewport {
	box-shadow: none;
border: 0px solid #fff;
left: auto;
background: none;
}

.home-carousel-wrapper .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 35%;
margin-top: 0px;
outline: 0;
width: 40px;
height: 40px;
text-indent: -9999px;
z-index: 9999;
}

.home-carousel-wrapper .bx-wrapper .bx-prev {
left: 10px;
background: url(images/sprite.png) no-repeat -105px -55px;
}

.home-carousel-wrapper .bx-wrapper .bx-next {
right: 10px;
background: url(images/sprite.png) no-repeat -155px -55px;
}

.home-carousel-wrapper .bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
}

.row {
	display: inline-block;
	width: 100%;
	margin: 0px -15px; 
}

.col60 {
	width: 60%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col40 {
	width: 40%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col70 {
	width: 70%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col30 {
	width: 30%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col33 {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col50 {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col66 {
	width: 66.66%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

.col100 {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 0px 15px;
}

footer {
background-color: #191919; 
border-top: 1px solid #000;
padding: 40px 0px;
}

footer p {
	color: #8a8a8a;
	margin: 0;
}

.footer-menu {
	margin-top: 40px;
}

.footer-menu li {
	float: left;
	border-right: 1px solid #8a8a8a;
	padding: 0px 13px;
}

.footer-menu li a {
	color: #8a8a8a;
}

.footer-menu li a:hover {
	color: #fff;
}

.footer-menu li:last-child {
	border: 0;
}

.game-video-header {
	position: relative;
	height: 550px;
	background-size: cover;
	background-position: top center;
}

.game-video-header video, .slide video {
	width: 100%;
}

.game-video-header:after {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 10px;
z-index: 999;
background: rgba(255,255,255,0.15);
}

.video-text {
	position: absolute;
	  top: 46%;
  left: 19%;
	margin-top: -30px;
	z-index: 10;
	opacity: 1;
}

.game-video-header .vdeo-text {
	  top: 58% !important;
}

.searchbox {
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -30px;
	z-index: 10;
	width: 600px;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	border-left: 5px solid #c23030;
	padding: 28px 25px 28px 35px;
}

.video-text .play-button {
	width: 101px;
  	height: 101px;
	position: relative;
	float: left;
	display: inline-block;
	background: #c23030;
}

.video-text .play-button-popup {
	width: 101px;
  	height: 101px;
	position: relative;
	float: left;
	display: inline-block;
	background: #c23030;
}

#video-wrapper {
	display: none;
}

.video-text .play-button:before {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	background: url(images/sprite.png) -100px -100px;
}

.bottom-butons {
	overflow: hidden;
}

.bottom-butons a {
	float: left;
	margin-right: 3px;
}


.bottom-butons .buy-buttons{
	float: left;
}

.bottom-butons .tags{
	float: right;
}

.article-box.small .bottom-butons .tags{
	float: left;
}

.video-text .play-button-popup:before {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	background: url(images/sprite.png) -100px -100px;
}

.video-text .text-content {
	float: left;
}
.text-box h2 a:active,
.text-box h2 a:hover,
.text-box h2 a:visited,
.text-box h2 a,
.video-text .text-content h1 a:active,
.video-text .text-content h1 a:hover,
.video-text .text-content h1 a:visited,
.video-text .text-content h1 a {
	color: #fff !important;
}
.video-text .text-content h1 {
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 2px 19px;
	text-transform: uppercase;
	font-family: "brandon", sans-serif;
	font-weight: 700;
	font-size: 4.4em;
	line-height: normal;
	margin: 0px;
	display: inline-block;
	clear: both;
	float: left;
}

.no-controls {
	opacity: 0;
}

.video-text .text-content span {
	display: inline-block;
	margin: 0px;
	clear: both;
	float: left;
	font-size: 1.6em;
	background: rgba(255,255,255,0.9);
	padding: 5px 19px;
	}

.video-screenshot {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1;
	top: 0;
	left: 0;
}

.page-header{
	position: relative;
	height: 300px;
	background-size: cover;
}

.page-title {
	position: absolute;
	top: 63%;
	width: 100%;
	left: 0;
	z-index: 99;
}

.page-title h1 {
	line-height: 1em;
	color: #fff;
	font-size: 4.8em;
	text-transform: uppercase;
}

.slide-up {
	top: -90px;
}

.game-title {
	position: relative;
	margin-bottom: 30px;
}

.game-title:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 9999px;
	height: 10px;
	background: url(images/title-sep.jpg) repeat;
}

.game-title h2 {
	font-size: 5.2em;
	font-family: "brandon", sans-serif;
	color: #c23030 !important;
}

.main-content {
	padding: 55px 0px;

}

.game-news h3 {
	color: #c23030;
}

.media-gallery-section h3 {
	color: #c23030;
}

.media-gallery-section {
	margin-bottom: 50px;
}


.media-gallery-wrapper {
	overflow: hidden;
	background: #000000;
	padding: 10px 0px 10px 10px;
}

.media-gallery-wrapper .row {
	margin: 0px -5px;
	float: left;
}

.media-gallery-wrapper .col30 {
	padding: 0px 5px;
}


.media-gallery-wrapper .col70 {
	padding: 0px 5px;
}

.media-gallery-wrapper .col33 {
	padding: 0;
}

.media-gallery-wrapper .col66 {
	padding: 0;
}

.media-gallery-wrapper .tab-wrapper .tab {
	display: none;
}

.media-gallery-wrapper .tab-wrapper .tab.active {
display: block;
}

.media-gallery-wrapper .tab-wrapper .tab .content {
	overflow: hidden;
}

.media-gallery-wrapper .tab-wrapper .tab .content img {
	float: left;
}


.media-gallery-wrapper .navigator {
	overflow: hidden;
	margin: -5px 0px;
	margin-right: -5px;
	height: 440px;
}

.media-gallery-wrapper .tab-selector {
	height: 111px;
	margin: 0px 0px;
	cursor: pointer;
	background: #000;
	border: 5px solid #000;
}

.media-gallery-wrapper .tab-selector.has-video:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	background: url(images/sprite.png) -225px -125px;
	z-index: 999;
}

.media-gallery-wrapper .tab-selector.active.has-video:before {
	display: none;
}

.media-gallery-wrapper .tab-selector img {
	opacity: 0.5;
}

.media-gallery-wrapper .tab-selector.active img {
	opacity: 1;
}

.sidebar {
	background: #f4f4f4;
	padding: 40px 30px;
	overflow: hidden;
}

.game-summary {
	text-align: center;
}

.game-summary h3 {
	font-family: "brandon", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 4em;
	margin-bottom: 10px;
	color: #c23030;
}

.game-summary .cover {
	padding: 15px;
	overflow: hidden;
	background: url(images/image-pattern.png);
	margin-bottom: 20px;
}

.tags {
	overflow: hidden;
	margin-bottom: 0px;
}

.tags a {
	display: inline-block;
	float: left;
	margin-right: 3px;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #000; /* layer fill content */
color: #fff;
padding: 4px 6px 2px;
line-height: 15px;
text-transform: uppercase;
font-size: 1.2em;
margin-bottom: 3px;
}


.sidebar .sep {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 20px 0px;
}

a.button {
	display: inline-block;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
padding: 15px 80px 13px;
color: #fff;
font-size: 1.4em;
font-weight: 700;
text-align: center;
margin-bottom: 6px;
}

a.small-button {
	display: inline-block;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
padding: 4px 20px 3px;
color: #fff;
font-size: 1.3em;
font-weight: 700;
text-align: center;
margin-bottom: 6px;
text-transform: uppercase;
}



.sidebar a.button {
	width: 100%;
	padding: 15px 0px 13px;
}

.game-social-networks-wrapper {
	overflow: hidden;
}

.social-networks-title {
	float: left;
	line-height: 30px;
	font-size: 1.4em;
}

.game-social-networks {
	float: right;
}

.game-social-networks a {
	display: inline-block;
	float: left;
	margin-left: 5px;
}


a.red {
background-color: #c12f2f; /* layer fill content */
}

a.grey {
background-color: #939393; /* layer fill content */
}

a.green {
background-color: #30c252; /* layer fill content */
}


a.button:hover {
	background: #000;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(255,255,255,0.3);
	margin-right: 5px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255,255,255,0.3);
	margin-right: 5px;
}

ul.recognition-list {
	margin-left: 0px;
	margin-bottom: 30px;
}
ul.recognition-list li {
	padding-left: 16px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 400;
}

.sidebar h3 {
	
 
}

.article-sidebar h3 {
	 margin-bottom: 0px;
	 color: #c23030;
	  font-size: 2.2em;
  font-family: "brandon";
}

.article-sidebar .sep {
	  margin: 5px 0px 15px;
}

ul.recognition-list li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 5px;
	background: #d72a25;
}

.main-content li {
	padding-left: 16px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 400;
}

.main-content li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 5px;
	background: #d72a25;
}

.main-content img {
	padding: 15px;
	margin-bottom: 30px;
  	background: url(images/image-pattern.png);
}

.game-article-box img {
	padding: 0;
	background: none;
	margin-bottom: 0px;
}

.article-box{
	overflow: hidden;
	background: #f6f6f6;
	min-height: 600px;
	margin-bottom: 25px;
}

.article-box .text-content {
	padding: 20px 25px;
}

.article-box h2 {
	font-family: "Oswald";
	font-size: 2em;
	margin-bottom: 5px;
	font-weight: normal;
}

.games .article-box h2 {
	font-size: 4em;
	}

.article-box h2 a {
	font-size: 1em;
	color: #c23030;
}

.article-box .postdate {
	color: #aaaaaa;
	font-family: "brandon";
	font-size: 1.3em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.article-box p {
	margin-bottom: 10px;
}



.article-box img {
	padding: 0;
	width: 100%;
	float: left;
	background: none;
	margin-bottom: 0;
	/*opacity: 0.75;*/
}

.article-box .image {
	background: #000;
	overflow: hidden;
	position: relative;
}
/*.article-box .image:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.25;
}
.article-box .image:hover:after {
	opacity: 0;
}*/
.article-box.big .image {
	height: 312px;
}
.article-box.small .image {
	height: 239px;
}

/*.article-box:hover img {
	opacity: 1;
}*/

.page-title .postdate {
	color: #aaaaaa;
	font-size: 1.3em;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}

.main-content h2 {
	color: #000;
}

.page-title.article h1 {
	font-size: 3.4em;
	padding-right: 30px;
	line-height: 36px;
	margin-bottom: 0px;
}


.sidebar .game-article-box {
	margin-bottom: 20px;
}

.careers-banner {
	height: 800px;
}

.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(radio.png) no-repeat;
}
.select {
  position: absolute;
  width: 100%;
  height: 38px;
  padding: 9px 24px 0 8px;
  color: #939393;
  font: 12px/21px arial,sans-serif;
  background: #fff url(images/select-arrow.png) right 16px no-repeat;
  overflow: hidden;
  -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
}

.input-box {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.searchbox label {
	color: #c23030;
}

.searchbox input[type="submit"] {
	background: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.searchbox h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.6em;
}

.game-title.has-tabs:after {
	display: none;
}

.game-title.has-tabs .navigator:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 9999px;
  height: 100%;
  z-index: -1;
  background: url(images/title-sep.jpg) repeat;
}

.tabs .navigator {
	position: relative;
	display: inline-block;
	width: 100%;
}



.tabs .tab-wrapper .tab {
	display: none;
}

.tabs.contact-map-wrapper .tab-wrapper .tab {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.tabs.contact-map-wrapper .tab-wrapper .tab.active {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 2;
}
.tabs.contact-map-wrapper .tab-wrapper img {
	max-width: initial;
}
.address-wrapper .address {
	margin-bottom: 24px;
}
.tabs .tab-wrapper .tab.active {
display: block;
}

.tabs .tab-selector {
	padding: 10px 5px;
	color: #c5c5c5;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	margin-right: 60px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.tabs .tab-selector.active {
	color: #fff;
}

.tabs .tab-selector:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 7px;
	left: 0px;
	display: none;
	background: url(images/active-tab.png);
}

.tabs .tab-selector.active:before {
	display: block;
}

.tabs .tab-wrapper {
	padding: 30px 0px;
}


.floating-elements {
	overflow: hidden;
}

.floating-elements .button, .floating-elements span {
	float: left;
	margin-right: 20px;
}

.floating-elements span {
	line-height: 44px;
	font-size: 1.4em;
	color: #c5c5c5;
}

.accordion-section-title {
	font-size: 1.8em;
	font-weight: 700;
	padding: 13px 25px;
	line-height: normal;
	display: inline-block;
	width: 100%;
	color: #000;
	background: #e5e5e5;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
}

.accordion-section-title:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 13px;
  height: 13px;
  background: url(images/sprite.png) -168px -169px;
}

.accordion-section-title.active {
	background: #c23030;
	color: #fff;
}

.accordion-section-title.active:before, .accordion-section-title:hover:before {
  background: url(images/sprite.png) -219px -168px;
}

.accordion-section-content p {
  margin: 0;
}

.accordion-section {
	overflow: hidden;
	margin-bottom: 7px;
}

select.styled {
	height: 38px;
	width: 100% !important;
	line-height: 38px;
	-webkit-select-appearance: none;
	outline: none;
	background-color: #fff;
}


.accordion-section-content {
	display: none;
	padding: 20px;
  margin: 0 auto;
}


.jobs-list a {
	width: 100%;
	display: inline-block;
	background: #000;
	padding: 15px 15px;
	margin-bottom: 5px;
}

.jobs-list a:hover {
	background: #c23030;
}
.jobs-list a.active {
  background: #c23030;
}

.jobs-list a h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0px; 
}

.jobs-list a span {
	font-size: 1.3em;
	font-weight: 700;
	color: #a4a4a4;
}

.contact-details p {
	padding-left: 35px;
	margin-left: 20px;
	line-height: 22px;
	position: relative;
	margin: 10px 0;
}

.contact-details p:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 26px;
	background: url(images/sprite.png);
}

.contact-details p.address:before {
	background-position: -13px -163px;
}

.contact-details p.email:before {
	background-position: -64px -164px;
}

.contact-details p.phone:before {
	  background-position: -12px -211px;
}

.contact-details p.phone {
	text-transform: uppercase;
}

.contact-map-wrapper .tab-selector {
	width: 210px;
	padding: 13px 0px 7px;
	text-align: center; 
	color: #848484;
	background: #d2d2d2;
	margin-right: 3px;
	-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.contact-map-wrapper .tab-selector.active {
	background: #c23030;
}

.contact-map-wrapper .tab-selector:before {
	display: none !important;
}

.contact-map-wrapper .navigator {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.contact-map-wrapper .tab-wrapper {
	border-top: 5px solid #c23030;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.contact-map-wrapper .tab-wrapper .bellow-tab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.contact-map-wrapper .tab-wrapper .bellow-tab .content {
	width: 100%;
}




.show_menu {
  display: none;
  float: right;
  width: 30px;
  margin: -21px 0px 5px;
}

.show_menu span {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 3px;
  background-color: #000;
}

.main-content.load-more {
	padding-top: 0;
}

.main-content img.aligncenter {
	display: block;
	margin: 0 auto;
}
.main-content img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.main-content img.alignright {
	display: inline-block;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.contact-map-wrapper .tab-wrapper .content {
	position: relative;
}

.contact-map-wrapper .tab-wrapper .content .map-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}
.media-gallery-wrapper iframe {
	width: 100%;
	height: 431px;
}
.jobs-list.customScroll {
	height: 600px;
}
.job-listing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.75);
}
.job-listing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 1);
}
.job-listing .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF;
}
.auto-height {
	min-height: initial;
	height: auto;
}
.search-results a.read-more,
.search-results a.read-more:visited {
	color: #C23030;
}
.not-found .title{
	font-size:254px; color: #c23030; font-weight: 700; text-align: center;
}
.not-found .title .sub{
	font-size: 35px;
	color: #000;
	display: block;
	margin-bottom: 18px;
}
.not-found .search-bar{
	text-align: center;
	color: #000;
	font-size: 18px;
	width: 70%;
	display: inline-block;
	float: left;
	height: 38px;
	border: 1px solid #aaa;
	margin: 0;
}
.not-found .search-bar:focus {
	border: 1px solid #aaa;
}
.not-found .search-bar::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
.not-found .search-bar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.not-found .search-bar::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.not-found .search-bar:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

.not-found .submit {
	width: 30%; float: left; height: 38px; border: 1px solid #aaa; border-left: none;
}

.career-buttons .button.red {
	margin-right: 8px;
}
.home-carousel-wrapper .carousel-slide h3 a {
	font-size: 12px !important;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.map-wrap .overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2150;
}
/*.col-wrapper .career-title-desktop {
	display: block;
}
.col-wrapper .career-title-mobile {
	display: none;
	font-size: 52px;
	margin-top: 32px;
}*/

@media (max-width: 1600px) { 
	.homep-slider-wrapper .slide {
		height: 600px;
	}
}

@media (max-width: 1220px) { 
	.homep-slider-wrapper .slide {
		height: 450px;
	}

	.carousel-slide .text-overlay {
		  padding: 10px 20px;
	}

	.has-dropdown:before {
  right: 7px;
  top: 20px;
}

	.footer-menu li {
  padding: 0px 6px;
}

.carousel-slide .text-overlay h3 {
	font-size: 1.6em;
}

	.main-navigation>li:after {
	  top: 14px;
	}

	.social-networks {
  margin-top: 20px;
}

.main-navigation>li>a {
  padding: 13px 18px 12px;
}

	nav.navigation-menu .logo {
  padding-top: 15px;
}

	.container {
		width: 980px;
	}


.page-title {
  top: 49%;
}

.media-gallery-wrapper .tab-wrapper .tab .content iframe {
	width: 100% !important;
}

	.article-box.big .image,
	.article-box.small .image {
		height: auto;
	}

}


@media (max-width: 1000px) { 

	.container {
		width: 750px;
	}

	.menu-wrapper {
		display: none;
	}

.sidebar {
  background: #f4f4f4;
  padding: 40px 15px;
}

.video-text {
	left: 5%;
}

.sidebar h3 {
	font-size: 2em;
}

	.show_menu {
		display: block;
	}

	.dropdown {
		display: block;
	}

	.has-dropdown:before {
		display: none;
	}

	.page-title.article h1 {
		  font-size: 2.4em;
		  line-height: 26px;
	}

	.mm-list > li > a {
		color: #fff;
	}

	.mm-menu .mm-list > li:after {
  border-color: rgba(255, 255, 255,.15);
}

	.mm-menu {
		background: #1d1d1d;
	}

	.mm-list, .mm-list > li.mm-subtitle {
		width: 100%;
	}

	.mm-list a.mm-subclose:before {
		bottom: 83%;
	}

	.dropdown li:after {
  border: 0 !important;
}

nav.navigation-menu .logo {
	float: none;
	margin: 0 auto;
}

.dropdown li {
  margin: 0 1%;
}

.carousel-slide .text-overlay {
  padding: 5px 15px;
}

.carousel-slide .text-overlay h3 {
  font-size: 1.4em;
}

.video-text .text-content h1 {
  font-size: 5.5em;
}
.slide-up {
  top: -80px;
}

.news .col66 {
	width: 50%;
}

.news .col33 {
	width: 50%;
}

.article-box {
	height: auto;
	min-height: 600px;
}

.not-found .title {
	font-size: 210px;
}
.not-found .title .sub {
	font-size: 26px;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
	width: 80% !important;
	left: 50% !important;
	margin-left: -40% !important;
}

.fancybox-inner,
#video-wrapper,
#video-wrapper iframe {
	width: 100% !important;
	height: auto !important;
}

}

@media (max-width: 780px) {
	.map-wrap .overlay {
		display: block;
	}
	.map-wrap .gmnoprint {
		display: none !important;
	}


}
	

@media (max-width: 756px) { 

	.container {
		width: 95%;
	}

	nav.navigation-menu .logo {
		width: 35%;
	}
	
	.col70, .col30 {
		width: 100%;
	}

	.homep-slider-wrapper .slide .text-box {
	width: 100%;
	max-width: 100%;
}

	.game-news .col100 {
		width: 33.33%;
	}

	.sidebar {
  padding: 40px 30px;
}

	.searchbox {
  left: 5%;
}

.careers-banner {
  height: 500px;
}

.media-gallery-wrapper .tab-selector.col33 {
	width: 20%;
}

.media-gallery-wrapper .tab-selector.col66 {
	width: 40%;
}

.row {
  display: block;
  overflow: hidden;
  margin: 0px -15px;
  width: auto;
}

	/*.col-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}*/

	.jobs-list.customScroll {
		height: auto;
	}
/*	.col-wrapper .career-title-desktop {
		display: none;
	}
	.col-wrapper .career-title-mobile {
		display: block;
	}*/

/*	.col-wrapper .col70 {
	    -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	}
	.col-wrapper .col30 {
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	}*/

	/*.sidebar.article-sidebar.job-listing {
		padding: 0;
	}
	.game-title.has-tabs .navigator:before {
		left: 0;
		right: initial;
	}*/

}

@media (max-width: 650px) { 

	footer .col60, footer .col40 {
		width: 100%;
	}



	.footer-menu {
		margin-left: 0px;
	}

	.game-title h2 {
		font-size: 3.6em;
	}

	.footer-menu li {
	  padding: 0px 10px;
	}

	.social-networks span {
		display: none;
	}

	.searchbox .col50 {
		width: 100%;
	}

	.searchbox h1 {
		font-size: 2.8em;
	}

	.searchbox {
		width: 90%;
		 top: 40%;

	}

	.col50 {
		width: 100%;
	}

	.contact-details {
		margin-bottom: 50px;
	}

	.video-text .text-content {
		display: none;
	}

	.video-text .play-button {
  width: 90px;
  height: 90px;
  background: none;
}

.video-text {
  left: 50%;
  margin-left: -45px;
  top: 63%;
}
	.homep-slider-wrapper .slide {
		background-color: #000;
	}
	.slide video {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.not-found .title {
		font-size: 152px;
	}
	.not-found .title .sub {
		font-size: 22px;
	}
}

@media (max-width: 480px) { 
	.article-box.small .image {
		height: auto;
	}
		.text-box h2 {
			font-size: 3em;
		}

		.tabs .tab-selector {
			width: 100%;
			margin-right: 0px;
			padding: 15px 5px;
		}

.game-news .col33 {
	width: 100%;
}

.news .col66 {
	width: 100%;
}

.news .col33 {
	width: 100%;
}

.article-box {
	height: auto;
	min-height: 400px;
}

.game-article-box {
	margin-bottom: 30px;
}

		.media-gallery-wrapper .tab-selector.col33 {
	width: 33.33%;
}

.media-gallery-wrapper .tab-selector.col66 {
	width: 66.66%;
}


			.text-box p.description {
	  font-size: 1.4em;
	    padding: 5px 15px;
	}

	.game-news .col100 {
		width: 100%;
	}

	nav.navigation-menu .logo {
  width: 50%;
}

	.not-found .title {
		font-size: 111px;
	}
	.not-found .title .sub {
		font-size: 18px;
}

}

@media (max-width: 360px) { 
		.text-box h2 {
			font-size: 2.8em;
		}
		.not-found .title .sub {
			display: block;
		}
	}