
/* #General
================================================== */
	
html {
	height:100%;
	margin: 0;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background: #080D13;
	font: 15px/23px "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6abbcf;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.wrap {
	position:relative;
	z-index:500;
}
.content-section {
	padding-top:150px;
	padding-bottom:130px;
	background: #080D13;
	border-bottom: 1px solid #22c1fc;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-justify {
	text-align: justify;
}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
} 

.grecaptcha-badge {
	right: 15px !important;
	z-index:1000 !important;
}
/* #Typography
================================================== */

h1, h2, h3, h4 { color: #e8f9ff; font-family: 'Orbitron', Helvetica, Arial, sans-serif; font-weight: 500; text-transform:uppercase; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h5, h6 { color: #333333; font-family: 'ralewaymedium', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h1 { font-size:36px; }
h2 { font-size:36px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h3 { font-weight: 400; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2 { text-shadow: 0 0 40px #5fd2fc, 2px 2px 3px black; color: #ffffff; padding: 0 10px; }
h3 { text-shadow: 0px 0px 15px #39809a, 2px 2px 3px black; color: #fca400; padding: 0 35px; }
h4 { text-shadow: 0px 0px 15px #39809a, 2px 2px 3px black; color: #fca400; padding: 0 0; margin: 0 0 10px 0; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 1.125em; text-align: justify; line-height: 27px; color: #a0c3d5; padding: 10px;  }
p.notice { font-size: 1.125em; text-align: center; line-height: 27px; color: #a0c3d5; padding: 40px 0px 10px 0;  }
p.appendix { font-size: 0.95em; text-align: left; line-height: 22px; color: #a0c3d5; padding: 0px 10px 10px 10px; }
p.big-white { font-size: 1.35em; color: #ffffff !important; font-weight: 600; text-align: center; line-height: 35px; color: #a0c3d5; padding: 10px 0px 10px 0; }
p.big-orange { font-size: 1.35em; color: #fca400 !important; font-weight: 600; text-align: center; line-height: 35px; color: #a0c3d5; padding: 10px 0px 10px 0; }
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #DDDDDD; }
blockquote cite { display: block; font-size: 12px; color: #999999; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a { color: #999999; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 20px 0 40px; height: 0; }

/* #Links
================================================== */

a { 
	text-decoration: none; 
	outline: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s color linear;
		-moz-transition:0.2s color linear;
			transition:0.2s color linear;
}
a:hover { color: #ffffff; text-decoration: underline; }
h2 a:hover { color: #ffffff; }

/* #Lists
================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin-left: 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0 }

/* #Pagination
================================================== */
ul.pagination {
    display: inline-block;
    text-align: center;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
    color: white;
    float: left;
    font-size: 18px;
    padding: 8px 16px;
    /*border: 1px solid #22c1fc;*/
    text-decoration: none;
}
ul.pagination li.prev {
	width: 42px;
	height: 41px;
}
ul.pagination li.next {
	width: 42px;
	height: 41px;
}
ul.pagination li.disabled {
	display: none;
}
ul.pagination li.active a {
	color: #22c1fc;
}
/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto; 
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

.news-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.news-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.logos-frame {
	padding: 10px 0 40px 0;
}

/* #Header Section
================================================== */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width:100%;
	padding: 0;
	z-index: 1001;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	/*box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);*/
	background: #080D13 url('../../images/links_section.png') no-repeat right bottom;

	border-bottom: 2px solid #22c1fc;
	box-shadow: 0 0 30px #22c1fc /*rgba(0, 102, 255, 0.5)*/;
}
.ha-header.ha-transparent {
    /*background: transparent;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ha-header.ha-transparent .logo {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.ha-header.ha-dark {
	background: #080D13 url('../../images/links_section.png') no-repeat right bottom;

}
.ha-header.ha-dark .logo {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
.ha-header.ha-dark nav {

}
.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ha-header-perspective > div {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ha-header .social-network {
	list-style: none;
	margin: 0;
	text-align: center;
	float: right;
}
.ha-header .social-network li {
	text-align:center;
	float: left;
    padding: 17px 12px 0px 12px;
    height: 48px;
}
.ha-header .social-like {
	float: right;
	margin: 24px 3px 0 0;
	width: 126px;
	height: 20px;
}
.ha-header .ue-funds {
	float: right;
	margin: 9px 0px 0 0;
	width: 82px;
	height: 48px;
}
.ha-header .ha-header-right {
	padding-left: 0;
	padding-right: 0;
}
.ha-header .social-link {
	display:block;
}
.ha-header .social-link {
	color: #ffffff;
	text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.ha-header .social-link:visited,
.ha-header .social-link:hover,
.ha-header .social-link:active {
	color: #22c1fc !important;
}
.ha-header.ha-dark .social-link {
    text-shadow: 0 0 40px black, 2px 2px 3px black;
}
a .icon-discord {
	background:url('../../images/discord_icon_white.png');
	width: 27px;
	height: 31px;
	display: block;
	cursor:pointer;
}
a .icon-discord:hover {
	background:url('../../images/discord_icon_blue.png');
}
.social-share {
	float: right;
	margin: 5px 0 5px 0;
}
.social-share .social-item {
	float: left;
}
.social-share .social-link {
	margin: 0 3px;
}
.social-share .social-title {
	font-size: 1.5em;
	padding: 5px 10px;
	text-shadow: 3px 3px 10px #0e0e0e; 
}
.social-share .social-link .social-icon {
	font-size: 1.5em;
	float: left;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    margin: 0 auto 20px auto;
    background: rgba(255, 255, 255, 0.1);
}
.logo {
	text-align:left;
	margin:0;
	line-height:80px;
	color:#1d1d1d;
	text-transform:uppercase;
}
.logo img {
	max-height:138px;
	vertical-align:middle;
}
.ha-header nav {
	height: 100%;
	text-align: left;
	font-family: 'Orbitron', Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 14px;
}
.ha-header nav a {
	margin-top: 10px;
    line-height: 50px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:14px;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    text-decoration: none;
	margin-left: 35px;
	position:relative;
}
.ha-header nav a:hover {
    color: #22c1fc;
}
.ha-header nav a.selected {
    text-shadow: 0 0 40px #ffffff;
	border-bottom: 5px solid #22c1fc;
}
.ha-header nav a:after {
	content:'/';
	font-size:20px;
	position:absolute;
	top:0;
	color:#6abbcf;
	font-weight:bold;
	left:-25px;
}
.ha-header nav a:first-child:after {
    display: none;
}
.ha-header.ha-dark nav a {
    color: #ffffff;
}
.ha-header.ha-dark nav a:hover {
    color: #22c1fc;
}
.header-box {
	background:url('../../images/header_background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
    padding-top: 80px;
    margin-bottom: 40px;
}
.header-box .header-line {
	background-image: -webkit-linear-gradient(left, rgba(255,0,0,0), rgb(111,230,243), rgba(255,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(255,0,0,0), rgb(111,230,243), rgba(255,0,0,0) );
    background-image: -o-linear-gradient(rgba(255,0,0,0), rgb(111,230,243), rgba(255,0,0,0));
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(111,230,243), rgba(255,0,0,0) );
	padding: 1px;
}
/*
.section-header {
	text-align:center;
	position:relative;
	overflow:hidden;
	padding-left: 104px;
	padding-right: 104px;
}
.section-header-start {
	background:url('../../images/header_border_left.png');
	position: absolute;
	top: 0px;
	left: 8px;
	width: 104px;
	height: 30px;
}
.section-header-end {
	background:url('../../images/header_border_right.png');
	position: absolute;
	top: 0px;
	right: 8px;
	width: 104px;
	height: 30px;
}

.section-title {
  	height: 84px;
  	line-height: 84px;
  	text-align: center;
  	background:url('../../images/header_center.png');
}
*/
.section-title {
	margin-bottom: 10px;
}
.section-title span {
	margin-top: -5px;
	font-size: 28px;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
  	text-transform:uppercase;
}
.section-slogan {
	font-size:20px;
	line-height:140%;
}
.section-header.section-header-wide  {
	display: block;
}
.section-header.section-header-wide .section-title {
	display: block;
	padding: 0px;
}
.section-header.section-header-wide .section-title span {
	display: block;
    padding: 25px 0;
}
.js .section-title,
.js .section-slogan,
.js .section-header-start,
.js .section-header-end,
.js .contact-wrap,
.js .hero .hero-holder,
.js .about-box,
.js .feature-box,
.js .press-box,
.js .portfolio-border,
.js .ut-features,
.js .counter-box,
.js .parallax-title,
.js .parallax-slogan {
	opacity:0;
}
/* Responsive Menu */

.mobile-social .social-network {
	float: left;
}
.mobile-trigger {
	cursor:pointer;
	text-align:right;
	position:relative;
	line-height:65px;
	height:65px;
}
.mobile-button {
	border:none;
	height:35px;
	cursor:pointer;
	margin:15px 0;
	padding:0 15px;
	background:transparent;
	color: #ffffff;
	text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.mobile-button:before {
	content: "\f0ca";
	font-family:'FontAwesome';
	font-size:25px;
	text-align:center;
	background:transparent;
	color:#FFFFFF;
	-webkit-transition:.2s color linear;
	-moz-transition:.2s color linear;
	transition:.2s color linear;
}
.mobile-button:hover,
.mobile-button:focus,
.mobile-button.active {
	background:transparent;
	outline: none !important;
	color: #22c1fc !important;
}
.mobile-nav {
	margin:0;
	padding:0 !important;
	overflow:hidden;
	position:relative;
	display: none;
	border-top:1px solid #22c1fc;
}
.mobile-menu {
	line-height: 100%;
	padding:0;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
    margin-bottom: 20px !important;
}
.mobile-menu a {
	width: 100%;
	color:#a0c3d5 !important;
	padding: 2px 0;
	display:block;
	padding-left:30px;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.mobile-menu a:after {
	content:'â€¢';
	position:absolute;
	top:6px;
	left:15px;
}
.mobile-menu a:hover:after,
.mobile-menu a:hover {
	color:#22c1fc;
}
.mobile-menu li {
	padding:0;
	margin:0;
		border-bottom:1px solid #444444;
}

.ut-scroll-pane {
	height: 80vh;
	max-height: 80vh;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

/* #Hero Section
================================================== */
.hero {
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.hero .hero-holder {
	display:inline-block;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:100%;
	max-width: 75%;
}
.btn-holder {
	padding-top: 20px;
	display:block;	
}
.hero-btn {
	background:url('../../images/store_neutral_2.png');
	width: 270px;
	height: 50px;
	font-family: 'Orbitron';
	font-weight: bold;
	color:  #ffffff;
	padding: 22px 15px 0px 15px;
	font-size:24px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.hero-btn:hover {
	color:#ff2b03;
	text-shadow: 0 0 5px #ffffff;
	background:url('../../images/store_active_2.png');
	text-decoration: none;
}
.hero-poster-image {
	background:url('../../images/parallax-banner-1.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:0 !important;
	backface-visibility:hidden;
	background-position:center center;
}

/* Play Button 
================================================== */
.play-btn {
	background:url('../../images/play_btn_neutral.png');
	width: 104px;
	height: 104px;
	margin-left: 20px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.play-btn:hover {
	color:#FFFFFF;
	background:url('../../images/play_btn_active.png');
}

/* Content Divider
================================================== */

.content-divider {
	position: relative;
	overflow: hidden;
	background: transparent;
	width: 100%;
	z-index: 1000;
}
.content-divider-1 {
	margin-top: -96px;
	height: 96px;
	top: 40px;
}
.content-divider-1 .content-divider-left {
	background:url('../../images/section_border_left.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-divider-1 .content-divider-center {
	background:url('../../images/section_border_fill.png');
	width: 100%;
	height: 37px;
	position: absolute;
	top: 26px;
	left: 0px;
}
.content-divider-1 .content-divider-right {
	background:url('../../images/section_border_right.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.content-divider-2 {
	margin-top: -90px;
	height: 90px;
	top: 34px;
}
.content-divider-2 .content-divider-left {
	background:url('../../images/section_border_left.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-divider-2 .content-divider-center {
	background:url('../../images/section_border_fill.png');
	width: 100%;
	height: 37px;
	position: absolute;
	top: 26px;
	left: 0px;
}
.content-divider-2 .content-divider-right {
	background:url('../../images/section_border_right.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* #About Section
================================================== */

.about-section {
	padding-top:60px;
	padding-bottom:60px;
	text-align: center;
}
.about-box {
	overflow:hidden;
	padding-top:80px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.about-box h2 {
	margin-bottom: 20px;
}

.about-icon {
	float:left;
	margin-right:20px;
	overflow:hidden;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	margin-bottom:20px;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.about-icon img {
	max-width:30px;
}

/* Feature Section 
================================================== */
.feature-box {
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 450px;
}

/* Press Section 
================================================== */
.press-content {
	padding: 30px 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #6abbcf;
}
.press-content h2 {
	padding: 30px 0;
}

/* #Service Section
================================================== */

.info { overflow:hidden; text-align:left; }

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(255, 255, 255, 0.15);
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-10px;
}

/* #Team Section
================================================== */

.team-section {
	padding-top:60px;
	padding-bottom:60px;
}

/* Blog Section 
================================================== */

.blog-section {
	padding-top: 100px;
    padding-bottom: 100px;
}
.blog-header {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: right;
}
.blog-header h1 {
	color: #ffffff; 
	padding: 60px 30px 60px 30px;
}
.post {
	margin-bottom: 50px;
}
.blog-image {
	margin-bottom: 20px;
}
.blog-logo {
    margin-top: 0px;
    margin-bottom: 40px;
}
.entry-meta {
	font-size:11px;
	text-align:right;
	margin-bottom:20px;
	margin-top: 10px;
	padding: 0 5px;
	color:#ffffff;
}
.entry-content {
	padding: 0;
	margin: 0 0 0 10px;
	color: #dddddd;
	font-size: 1.125em;
}
.entry-content a {
	text-decoration: underline;
}
.entry-more {
	border-top:1px solid #6abbcf;
	margin: 0 0 0 10px;
}
.entry-header {
	margin-top:10px;
}
.entry-header .entry-meta {
	float: left;
	text-align:left;
	margin-top:10px;
	margin-bottom:15px;
}
.entry-header .entry-social {
	float: right;
	text-align:right;
	margin-top:5px;
	margin-bottom:15px;
}
.entry-header h2 {
	font-size: 32px;
	line-height: 38px;
	padding-left: 10px;
}
.entry-header h1 {
	font-size: 31px;
	line-height: 38px;
	padding: 20px 10px 0px 10px;
}
.reply-link i, .edit-link i, .tags-links i, .entry-meta i {
	padding-right:5px;
	color:#ffffff;
}
.entry-meta .author-links, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .edit-link {
	color:#ffffff;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.entry-header .entry-meta .date-format, .entry-header .entry-meta .author-links, .entry-header .entry-meta .cat-links, .entry-header .entry-meta .comments-link {
	display:inline-block;
	margin-right:10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links a, .entry-meta a {
	color:#22c1fc;
}
.permalink {
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.tags-links {
	margin-bottom:20px;
	font-size:11px;
	color:#ffffff;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.date-format {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ffffff;
	font-family:'Helvetica', Arial, Sans-serif !important;
}
.entry-header .date-format {
	margin:0;
	padding:0;
	border:none;
	font-family:inherit;
}
.date-format .day {
	font-size:60px;
	display:block;
	line-height:50px;
	font-weight:bold;
	color:#ffffff;
}
.date-format .month {
	color:#ffffff;
	display:block;
	text-transform:uppercase;
	font-size:14px;
}
a.more-link {
	color:#22c1fc;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.5px;	
}
a.more-link:hover {
	color:#ffffff;
}
a.more-link .more-link {
	text-align:right;
	display:block;
	width:auto;
}
.author-link i, a.more-link i {
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	transition:0.3s all ease;
	padding-left:5px;
}
.author-link:hover i, a.more-link:hover i {
	padding-left:10px;
}

.latest-news ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
.latest-news ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
.latest-news li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #222222;
	padding-left:15px;
	position:relative;
}
.latest-news li:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none !important;
}
.latest-news li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
    color:#777777;
}

/* #Portfolio Section
================================================== */

.media-section {
	padding-top: 20px;
    padding-bottom: 100px;
}
.portfolio-header {
	text-align: center; 
	color: #ffffff; 
	margin-bottom: 70px; 
	margin-top: 60px;
}
.portfolio-header h2 {
	padding: 0;
	color: #ffffff;
}
.portfolio-border {
	margin:0;
	border: 1px solid #22c1fc;
	box-shadow: 0 0 10px #22c1fc;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.portfolio-box {
	position:relative;
	overflow:hidden;
}
.portfolio-border:hover {
    border-color: #22c1fc;
    box-shadow: 0 0 20px #22c1fc /*rgba(0, 102, 255, 0.5)*/;
}
.portfolio-box:hover .portfolio-caption {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.portfolio-image {
	margin:0;
    border: 1px solid #000000;
}
.portfolio-image img {
	display: block;
    width: 100%;
	box-shadow:0 0 0 0 #000000;
}
.portfolio-caption:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-caption:before {
    content: "";
    height: 100%;
}
.portfolio-caption {
	background: transparent;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	opacity:1;
	text-align:center;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
			backface-visibility:hidden;
}
.portfolio-caption .play-btn {
	padding: 0;
	position: absolute;
	margin-left: -52px;
	margin-top: -52px;
	top: 50%;
	left: 50%;
}
.portfolio-caption .play-btn-media {
	margin-top: -65px;
}
.portfolio-play {
	background: transparent;
	position:absolute;
	top:30%;
	left:0;
	width:100%;
	height:100%;
	display:block;
	opacity:1;
	text-align:center;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
			backface-visibility:hidden;
}
.portfolio-title {
	color:#FFFFFF;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	padding:0 10px;
}
.portfolio-category {
	display:block;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:5px;
}
.portfolio-description {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}
.portfolio-description a {
	color: #ffffff;
}
.portfolio-signature {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.portfolio-signature span {
	display: block;
 	font-size: 12px;
 	color: #a0c3d5;
}
.portfolio-signature a {
	white-space: nowrap;
	overflow: hidden;
}
/* #Features Section
================================================== */

.about-section {
	margin: 0;
	padding: 0 0 120px 0;
}
.ut-features {
	position:relative;
	overflow:hidden;
}
.ut-quote-name {
	margin:5px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ut-quote-comment {
	font-size:24px;
	display:block;
}
.ut-rotate-avatar .slides > li,
.ut-rotate-quote .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} 
.ut-rotate-avatar,
.ut-rotate-quote {
    position: relative;
    zoom: 1;
}
.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
    zoom: 1;
}
.ut-rotate-quote .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ut-rotate-quote {
	position:relative;
	text-align:center;
}
.ut-rotate-avatar {
	margin: 0 auto 40px auto;
	overflow: hidden;
	width: 80%;
}
.ut-rotate-avatar .slides {
	list-style:none;
	margin: 0px !important;
}
.ut-rotate-avatar img {
	display: block;
	width: 100%;
}
.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
	list-style:none;
}
.ut-rotate-quote .slides {
	list-style:none;
	margin:0px !important;
}
.ut-rotate-quote .flex-direction-nav {*height: 0; list-style:none;}
.ut-rotate-quote .flex-direction-nav a  { display: block; text-indent:-9999px; width: 40px; height: 40px; margin: -110px 0 0; position: absolute; top: -50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.9); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.ut-rotate-quote .flex-direction-nav .flex-prev { left: -50px; background-image:url(../../images/arrow-left-black.png); background-repeat:no-repeat; }
.ut-rotate-quote .flex-direction-nav .flex-next { right: -50px; background-image:url(../../images/arrow-right-black.png); background-repeat:no-repeat;  }
.ut-features:hover .ut-rotate-quote .flex-prev { opacity: 0.7; left: 10px; }
.ut-features:hover .ut-rotate-quote .flex-next { opacity: 0.7; right: 10px; }
.ut-features:hover .ut-rotate-quote .flex-next:hover, 
.ut-features:hover .ut-rotate-quote .flex-prev:hover { opacity: 1; }
.ut-rotate-quote .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* #Contact Section
================================================== */

.contact-section {
	position:relative;
	padding-bottom:150px;
}
.contact-section .parallax-header {
	padding-bottom:70px !important;
}
.contact-section .section-title span {
	background:#F1F4F5;
}
.contact-wrap {
	color:#FFFFFF;
}
.contact-message {
	padding:20px 20px 10px;
	font-size:12px;
	letter-spacing:1px;
	background:rgba(255, 255, 255, 0.15);
}
.contact-message ul li {
	margin-bottom:10px;
}
.contact-form-holder {
	padding:20px;
	background:rgba(255, 255, 255, 0.15);
}

/* #Social Newtwork Section
================================================== */

.store-section .parallax-header {
	padding-bottom:70px !important;
}
.store-section {
	padding-top:150px;
	padding-bottom:160px;
}
.buy-content {
	background-image:url(../../images/background_stripe.png);
	background-position: center center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.store-logo {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	min-height: 133px;
}
.store-logo-wide {
	display: block;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
	min-height: 83px;
}
.store-link {
	text-shadow: 0 0 40px #000000, 2px 2px 3px black;
	display:block;
}
.store-link,
.store-link:visited {
	font-size: 1.125em;
	font-weight: bold;
	color:#ff8400;
}
.store-link a:hover {
	color:#ff8400;
	text-decoration: underline;
}
.store-link-disabled {
	color:#999999;
}
.store-link-disabled:hover {
	text-decoration: none;
}

/* #Widget
================================================== */

#widget {
    border: 1px solid #2d3139;
    background-color: #282e39;
	max-width: 614px;

	padding: 5px 0px;
	position: relative;
	margin: 0 auto;
	background-image: url(/images/steam_ico.png);
	background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;

    border: 1px solid #fefefe;
}

#widget .main_text {
	padding: 5px 0 0 0;
	text-align: left;
}

#widget .main_text a {
	color: #fefefe !important;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal; /* normal */
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	font-size: 21px;
	line-height: 28px;
}

#widget .main_text a:hover {
    text-decoration: none;
}

#widget .main_text a em {
	font-weight: 300;
	font-style: normal;
	color: #9e9e9e !important;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 300; /* light */
}

#widget .capsule {
	float: left;
	margin: 2px 10px 0px 0;
}

#widget .desc {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 0;
	font-size: 13px;
	color: #c9c9c9;
	line-height: 16px;
	padding: 0 0 30px 0;
}

#widget .game_purchase_action {
	position: absolute;
	bottom: -20px;
	left: 0;
}
#widget .game_purchase_action_bg {
	width: 100%;
}
#widget .game_purchase_action_bg.coming_soon .coming_soon_date {
	display: inline-block;
}
#widget .game_purchase_action_bg.coming_soon {
	float: left;
	text-align: left;
	padding: 5px 0px;
	color: #8bc53f !important;
	border: 1px solid #576922;
	background: -webkit-linear-gradient( top, #384416 5%, #272f0f 95%);
	background: linear-gradient( to bottom, #384416 5%, #272f0f 95%);
	border-radius: 3px;
	height: auto;
	margin: 0;
}

#widget .game_purchase_action_bg.coming_soon h1 {
	font-size: 16px;
	line-height: 34px;
	color: #8bc53f !important;
	font-family: "Motiva Sans", Sans-serif;
	text-transform: none;
	font-weight: normal;
	text-shadow: none;
	margin: 0;
	padding: 0 10px;
}

#widget .btn_addtocart {
	float: right;
	text-align: right;
	padding: 0px 5px;
}

#widget .btn_addtocart .btn_addtocart_content {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 0px 11px;
    line-height: 34px;
    border-radius: 2px;
    text-transform: unset;
    background: #75b022;
    background: -webkit-linear-gradient( top, #75b022 5%, #588a1b 95%);
    background: linear-gradient( to bottom, #75b022 5%, #588a1b 95%);
    cursor: pointer;
}

#widget .btn_addtocart a:hover {
    text-decoration: none;
}


#widget .game_purchase_action .game_purchase_price,
#widget .game_purchase_action .game_purchase_discount,
#widget .game_purchase_action .btn_addtocart,
#widget .game_purchase_action .btn_packageinfo,
#widget .game_purchase_action .game_purchase_action_bg .game_purchase_action .game_purchase_action_qty {
    /*box-shadow: 2px 2px 10px rgba(0,0,0,0.5);*/
}
#widget .game_purchase_action_bg {
    background: transparent;
}

/* #Parallax
================================================== */

.parallax-section {
	position:relative;
	overflow:hidden;
	width:100%;
}
.parallax-header {
	position:relative;
}
.parallax-title {
	font-size:40px;
	color:#FFFFFF;
	display:inline-block;
	text-transform:uppercase;
}
h1.parallax-title {
	padding: 50px 10px 10px 10px;
	margin: 0px;
}
.parallax-title span {
}
.parallax-slogan {
	font-size: 14px;
	line-height:140%;
	margin:0;
	z-index:10;
	position:relative;
}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.parallax-content .parallax-header {

}

.no-js .parallax-banner-0 { background-image: url('../../images/parallax-banner-0.jpg'); background-position: center center; }
.no-js .parallax-banner-1 { background-image: url('../../images/parallax-banner-1.jpg'); background-position: center center; }
.no-js .parallax-banner-2 { background-image: url('../../images/parallax-banner-2.jpg'); background-position: center center; }
.no-js .parallax-banner-3 { background-image: url('../../images/parallax-banner-1.jpg'); background-position: center center; }
.no-js .parallax-banner-4 { background-image: url('../../images/parallax-banner-4.jpg'); background-position: center center; background-attachment: fixed !important }
.no-js .parallax-banner-5 { background-image: url('../../images/parallax-banner-5.jpg'); background-position: center center; background-attachment: fixed !important }
.no-js .parallax-banner-6 { background-image: url('../../images/parallax-banner-6.jpg'); background-position: center center; background-attachment: fixed !important }
.no-js .parallax-banner-7 { background-image: url('../../images/404.jpg'); }
.no-js .parallax-banner-8 { background-image: url('../../images/parallax-banner-7.jpg'); background-position: center center; }

.parallax-overlay-1 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-2 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-3 { background-image: url('../../images/grid.png'); }
.parallax-overlay-4 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-5 { background-image: url('../../images/grid.png'); }
.parallax-overlay-6 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-7 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-8 { background-image: url('../../images/overlay-pattern.png'); }

.parallax-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-attachment: scroll;
}
.parallax-section {
    border-bottom: 1px solid #22c1fc;
}
.parallax-hero {
    background-image: url(../../images/header_highlight_big.png);
    background-size: contain;
    position: absolute;
    height: 259px;
    width: 81%;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 55%;
}
.parallax-footer {
    background-image: url(../../images/header_highlight_big.png);
    position: absolute;
    height: 309px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
/* #Trailer Content 
================================================== */

.trailer-container {
	width: 100%; 

	display: inline-block;
	position: relative;
	/*border: 1px solid #22c1fc;*/	
	background:rgba(0, 0, 0, 0.7);
	margin: 0px 0 10px 0;
	box-shadow: 0 0 40px 3px #6fddfd;
}
.trailer-container {
  position: relative;
  border-top: 3px solid #6edcfb;
  border-bottom: 3px solid #015a9f;
}
.trailer-container:before, .trailer-container:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6edcfb), to(#015a9f));
  background-image: -webkit-linear-gradient(#6edcfb, #015a9f);
  background-image: -moz-linear-gradient(#6edcfb, #015a9f);
  background-image: -o-linear-gradient(#6edcfb, #015a9f);
  background-image: linear-gradient(#6edcfb, #015a9f);
  top: -3px;
  bottom: -3px;
  width: 3px;
}
.trailer-container:before {
  left: -3px;
}
.trailer-container:after {
  right: -3px;
}
/*
.trailer-container .trailer-left-up {
	background-image: url(../../images/trailer_corner_left_top.png);
    position: absolute;
    width: 147px;
    height: 145px;
    left: -12px;
    margin-left: 0;
    top: -9px;
    z-index: 1000;
}
.trailer-container .trailer-left-down {
	background-image: url(../../images/trailer_corner_left_bottom.png);
    position: absolute;
    width: 147px;
    height: 145px;
	left: -10px;
    bottom: -10px;
    z-index: 1000;
}
.trailer-container .trailer-right-up {
	background-image: url(../../images/trailer_corner_right_top.png);
    position: absolute;
    width: 147px;
    height: 145px;
    right: -10px;
    top: -10px;
    z-index: 1000;
}
.trailer-container .trailer-right-down {
	background-image: url(../../images/trailer_corner_right_bottom.png);
    position: absolute;
    width: 147px;
    height: 145px;
    right: -12px;
    bottom: -9px;
    z-index: 1000;
}
.trailer-container .trailer-top-left {
	background-image: url(../../images/video_frame_fill_hor_left.png);
    position: absolute;
    width: 3px;
    height: 100%;
    left: -3px;
    top: 0;
}
.trailer-container .trailer-top-right {
	background-image: url(../../images/video_frame_fill_hor_right.png);
    position: absolute;
    width: 3px;
    height: 100%;
    right: -3px;
    top: 0;
}
.trailer-container .trailer-bottom-left {
	background-image: url(../../images/video_frame_fill_ver_up.png);
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
}
.trailer-container .trailer-bottom-right {
	background-image: url(../../images/video_frame_fill_ver_down.png);
    position: absolute;
    width: 100%;
    height: 3px;
    top: -3px;
}

.trailer-container .trailer-bottom {
	background-image: url(../../images/header_highlight_inverse.png);
	background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 206px;
    bottom: -206px;
}
.trailer-container .trailer-top-horizontal {
	background-image: url(../../images/trailer_horizontal.png);
    position: absolute;
    width: 426px;
    height: 54px;
    left: 25px;
    top: -30px;
}
.trailer-container .trailer-bottom-horizontal {
	background-image: url(../../images/trailer_horizontal.png);
    position: absolute;
    width: 426px;
    height: 54px;
    left: 165px;
    bottom: -40px;
}
.trailer-container .trailer-left-vertical {
	background-image: url(../../images/trailer_vertical.png);
    position: absolute;
    width: 38px;
    height: 246px;
    left: -20px;
    top: 10px;
}
.trailer-container .trailer-right-vertical {
	background-image: url(../../images/trailer_vertical.png);
    position: absolute;
    width: 38px;
    height: 246px;
    right: -34px;
    top: 0px;
}


*/

.logos-container {
	width: 100%; 
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0.75) 95%, rgba(0, 0, 0, 0.0) 100%);
	margin: 0px 0 10px 0;
}
.logos-container {
  position: relative;
}
.logos-container:before, .logos-container:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 3px;
}
.logos-container:before {
  left: -3px;
}
.logos-container:after {
  right: -3px;
}
.logos-container .console-logo {
  padding: 20px 0px;
}
.logos-wrapper {
  padding: 0 50px;
}
/* #Box Content 
================================================== */

.border-container {
	width: 100%; 
	display: block;
	position: relative;
	border: 1px solid #22c1fc;	
	background:rgba(0, 0, 0, 0.7);
	margin: 0 0 10px 0;
	box-shadow: 0 0 10px #22c1fc /*rgba(0, 102, 255, 0.5)*/;
}
/*.border-container .border-left-up {
	background-image: url(../../images/border_left_up.png);
    position: absolute;
    width: 68px;
    height: 53px;
    left: -17px;
    margin-left: 0;
    top: -1px;
}
.border-container .border-left-down {
	background-image: url(../../images/border_left_down.png);
    position: absolute;
    width: 77px;
    height: 49px;
    left: -3px;
    bottom: -1px;
}
.border-container .border-right-up {
	background-image: url(../../images/border_right_up.png);
    position: absolute;
    width: 81px;
    height: 67px;
    right: -1px;
    top: -3px;
}
.border-container .border-right-down {
	background-image: url(../../images/border_right_down.png);
    position: absolute;
    width: 76px;
    height: 74px;
    right: -4px;
    bottom: -1px;
}
*/
/* #Footer
================================================== */

.footer{
	padding: 30px 0;
	text-align:center;
	background:#080D13;
	position:relative;	
}
.toTop {
	display: block;
	z-index: 1000;
	width: 40px;
	height: 40px;
	background:#080D13;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -41px;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 1px solid #22c1fc;
	border-left: 1px solid #22c1fc;
	border-right: 1px solid #22c1fc;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: none; /*0px -5px 5px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateZ(0);
	-webkit-transition:0.2s all linear;
		-moz-transition:0.2s all linear;
			transition:0.2s all linear;
}
.toTop:hover {
	-webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: none; /*0px -5px 5px rgba(0, 0, 0, 0.1)*/;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.footer h3 {
	text-transform:none;
	margin:0;
	position:relative;
}
.copyright { 
	padding:0; 
	margin:0;
	letter-spacing:1px; 
	font-size:10px; 
	color:#6abbcf; 
}
.copyright a {
	color:#333333;
	text-transform:uppercase;
}

/* #Buttons
================================================== */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  	border: none;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	color: #FFFFFF;
	padding:10px 15px;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
		  border-radius: 3px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	-webkit-appearance: none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #111111;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #FFFFFF;
	background: #111111;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */

form { margin:0; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family:"ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	border: 1px solid transparent;
	padding: 10px;
	outline: none;
	color: #FFFFFF;
	margin: 0;
	width:100%;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-clip: padding;
		-moz-background-clip: padding;
			background-clip: padding-box;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.50);
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius: 0;
			-webkit-appearance: none;	
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: vertical;
	min-height:151px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid transparent;
	color: #FFFFFF;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.85);
}
.success-message,
.alert-message,
.error-message {
	display:none;
	font-size:12px;
	letter-spacing:1px;
}

/* #Misc
================================================== */

.no-js .section-title,
.no-js .section-slogan,
.no-js .section-header-start,
.no-js .section-header-end,
.no-js .hero .hero-holder,
.no-js .about-box,
.no-js .feature-box,
.no-js .press-box,
.no-js .member-box,
.no-js .portfolio-box,
.no-js .portfolio-border,
.no-js .ut-features,
.no-js .contact-wrap,
.no-js .buy-link,
.no-js .parallax-title,
.no-js .parallax-slogan,
.no-js .client-logo {
	opacity:1;
}
.slider,
.slides,
.flex-viewport,
.main-slider {
	position:relative;
	height:100%;
	width:100%;
}
.slides li {
	height:100%;
	width:100%;
	display:block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height:100% !important;
	position:relative;
	width:100% !important;
	background-position:center center !important;
}
.main-slider .flex-direction-nav {
	display:none;
}
.slider .parallax-overlay,
.slider .hero-holder {
	z-index:500;
}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
	

/* #Media Queries
================================================== */

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {

.logos-container {
  background: none;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
}
.logos-container:before, .logos-container:after {
  background-image: none;
}
.logos-container .console-logo {
	padding: 10px 0px;
}
.player {
	display: none;
}

.player-placeholder {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: black;
}

.player-placeholder video {
	display: block;
	width: 100%;
	height: auto;
}


.ha-header .ue-funds {
	float: left;
}
.hero {
	height:100% !important;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.hero .hero-holder {
	margin-top: 80px;
	margin-bottom: 80px;
	display:inline-block;
	position:relative;
	-webkit-transform:translate(0%, 0%);
	-moz-transform:translate(0%, 0%);
	transform:translate(0%, 0%);
	left: 0;
	top: 0;
	max-width: 100%;
}
.mobile-trigger {
  line-height: 65px;
  height: 65px;
}
#widget {
	max-width: 255px;
}
#widget .game_purchase_action_bg.coming_soon {
	float: none;
	text-align: center;
	padding-top: 0px;
}
#widget .btn_addtocart {
	float: none;
	text-align: center;
}
#widget .game_purchase_action_bg.coming_soon h1 {
	font-size: 15px !important;
}
#widget .main_text a {
	font-size: 16px !important;
}
#widget .desc {
	text-align: center;
}
#widget .capsule {
	float: none;
	margin-bottom: 20px;
}
.mobile-button {
	margin-top: 15px;
}
.ha-header .social-network li {
    padding: 17px 10px 0px 10px !important;
}
.content-divider-2 .content-divider-left {
	display: none;
}
.content-divider-1 .content-divider-right {
	display: none;
}
.ha-header {
	background-image: none;
}
.ha-header.ha-dark {
	background-image: none;
}
.ha-header nav a {
	margin-top: 0px;
}
p.lead {
    padding-left: 0px;
    padding-right: 0px;
}
.parallax-hero {
    padding-left: 0;
    width: 100%;
}
.btn-holder {
	padding-top: 10px;
}
.mobile-right {
	float: right;
}
.entry-header h2 {
	font-size: 32px;
}
.hero-title {
	font-size:45px;
	margin-top:0;
}
.hero-title-holder {
	background-image: none !important;
}	
.hero-description {
	display:none;
}
.trailer-container {
	margin-top: 0px;
	width: 100%; 
	height: 100%; 
	display: inline-block;
}
.logos-container {
	margin-top: 0px;
	width: 100%; 
	height: 100%; 
	display: inline-block;
}
.section-title {
	font-size:22px;
	padding: 0px;
}
.parallax-slogan,
.section-slogan {
	font-size:15px;
}
.section-title span {
	background:transparent;
	padding:0;
}	
.buy-info {
	display:none;
}
.parallax-background {
	background-position:center center !important;
}
.hero {
    background-position: right center !important;
}
.arrow-right {
	display:none;
}
.info {
	text-align:center;
	margin-top:20px;
}
.content-section {
	padding-top:50px;
	padding-bottom:30px;
}
.media-section {
	padding-top: 60px;
    padding-bottom: 100px;
}
.parallax-content .parallax-header {
	padding-top:20px;
	padding-bottom:10px !important;
}
.counter-section,
.service-section {
	padding-bottom:30px;
}
.contact-section,
.cta-section {
	padding-bottom:50px;
}
.about-section {
	margin: 0;
	padding: 30px 0;
}
.about-box {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.about-box h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.counter-box {
	margin-bottom:20px;
}
.feature-box {
	min-height: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.feature-box h2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.store-section {
	padding-top: 100px;
	padding-bottom:80px;
}
.about-section,
.team-section {
	padding-top:50px;
	padding-bottom:100px;
}
.portfolio-header {
	margin-bottom: 40px;
	margin-top: 20px;
}
.portfolio-category,
.portfolio-title {
	font-size:10px;
	letter-spacing:1px;
}
/*.section-header-start {
    background: url(../../images/header_border_left_mobile.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 84px;
}
.section-header {
	padding-left: 45px;
	padding-right: 45px;
}
.section-header-end {
    background: url(../../images/header_border_right_mobile.png);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 84px;
}*/
.blog-section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.blog-header {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.blog-header h1 {
	padding: 20px 10px 0px 10px;
}
.blog-logo {
    margin-top: 0px;
    margin-bottom: 0px;
}
.entry-header h1 {
	font-size: 26px;
}
.latest-news {
	text-align: center;
}
.latest-news h2 {
	margin: 30px 0;
}
.latest-news ul {
	margin-bottom: 20px;
	padding-left: 0px;
}
.latest-news li {
	padding-left:0px;
}
.post {
    margin-bottom: 50px;
}
.footer-logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
.js .section-title,
.js .section-slogan,
.js .section-header-start,
.js .section-header-end,
.js .hero .hero-holder,
.js .about-box,
.js .feature-box,
.js .press-box,
.js .member-box,
.js .portfolio-box,
.js .portfolio-border,
.js .ut-features,
.js .contact-wrap,
.js .buy-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
	opacity:1;
}

}

/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

.hero {
	height:100% !important;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.ha-header .ue-funds {
	float: left;
}
.feature-box {
    padding-left: 10px;
    padding-right: 10px;
}
.hero .hero-holder {
	margin-top: 80px;
	margin-bottom: 80px;
	display:inline-block;
	position:relative;
	-webkit-transform:translate(0%, 0%);
	-moz-transform:translate(0%, 0%);
	transform:translate(0%, 0%);
	left: 0;
	top: 0;
	max-width: 100%;
}
.ha-header {
	background-image: none;
}
.ha-header.ha-dark {
	background-image: none;
}
.content-divider-2 .content-divider-left {
	display: none;
}
.content-divider-1 .content-divider-right {
	display: none;
}
.parallax-hero {
    padding-left: 0;
    width: 100%;
}
.btn-holder {
	padding-top: 50px;
}
.trailer-container {
	width: 70%;
}
.logos-container {
	width: 70%;
}
.main-logo {
	padding-bottom: 0px;
}
.feature-box {
    min-height: 0px;
}
.section-title {
	font-size:22px;
	padding: 0px;
}
.section-title span {
	background:transparent;
	padding:0;
}	
#widget .game_purchase_action_bg.coming_soon h1 {
	font-size: 16px !important;
}
/*
.section-header-start {
    background: url(../../images/header_border_left_mobile.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 84px;
}
.section-header {
	padding-left: 45px;
	padding-right: 45px;
}
.section-header-end {
    background: url(../../images/header_border_right_mobile.png);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 84px;
}*/
.parallax-background {
	background-position:center center !important;
}
.media-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.portfolio-header {
	margin-bottom: 60px;
	margin-top: 40px;
}
.blog-header {
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.blog-header h1 {
	padding: 40px 10px 0px 10px;
}
.blog-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}
.post {
    margin-bottom: 50px;
}
.footer-logo {
	margin-top: 40px;
	margin-bottom: 40px;
}
.js .section-title,
.js .section-slogan,
.js .section-header-start,
.js .section-header-end,
.js .hero .hero-holder,
.js .about-box,
.js .feature-box,
.js .press-box,
.js .portfolio-box,
.js .portfolio-border,
.js .ut-features,
.js .contact-wrap,
.js .buy-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
	opacity:1;
}

}
@media screen and (max-width: 1600px) {
.ha-header .ue-funds {
	margin-right: 10px;
}
.logos-wrapper {
  padding: 0 20px;
}
}
@media screen and (max-width: 1382px) {
.ha-header .social-like {
	display: none;
}
.ha-header .ue-funds {
	margin-right: 0px;
}
#widget .game_purchase_action_bg.coming_soon h1 {
	font-size: 15px;
	padding: 0 5px;
}
#widget .btn_addtocart .btn_addtocart_content {
    font-size: 12px;
}
.hero .hero-holder {
	max-width: 100%;
}
.ha-header nav a {
	margin-left: 25px;
}
.ha-header nav a:after {
	left: -20px;
}
}
@media screen and (max-width: 1190px) {
.ha-header nav a {
	margin-left: 15px;
	font-size: 13px;
}
.ha-header nav a:after {
	left: -15px;
}
.ha-header .social-network li {
    padding: 17px 10px 0px 10px;
}
.trailer-container .trailer-top-horizontal {
    display: none;
}
.trailer-container .trailer-left-vertical {
    display: none;
}
.trailer-container .trailer-bottom-horizontal {
    display: none;
}
.trailer-container .trailer-right-vertical {
    display: none;
}
#widget .game_purchase_action_bg.coming_soon h1 {
	font-size: 11px;
	padding: 0 5px;
}
.logos-wrapper {
  padding: 0 10px;
}
}

/* Small Height Fix */
@media screen and (max-height: 650px) and (min-width: 1025px) {

.hero {
	height:100% !important;
	min-height:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	z-index:750;
}
.hero .hero-holder {
	margin-top: 80px;
	margin-bottom: 80px;
	display:inline-block;
	position:relative;
	-webkit-transform:translate(0%, 0%);
	-moz-transform:translate(0%, 0%);
	transform:translate(0%, 0%);
	left: 0;
	top: 0;
	max-width: 100%;
}
}


/* Small Height Fix */
@media screen and (max-height: 850px) and (min-width: 1025px) {
#widget .main_text {
	padding-bottom: 30px;
}
#widget .desc {
	display: none;
}
}

/* #Grid
================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .clearfix:before,
.grid-container:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .clearfix:after {
  clear: both;
}

.grid-container, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */
}

p.lead {
  padding: 0;
}

h1 {
  font-size: 33px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.about-box {
  padding-top: 10px !important;
}
.header-box {
  padding-top: 40px;
  padding-bottom: 20px;
}

.hero-btn {
  width: 210px;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}
.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  /* </IE7> */
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (max-width: 320px) {

.mobile-social {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}

