/*
* Brooklyn 1.3.6
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/

/* Table of Content
==================================================
	#General
	#Typography
	#Links
	#Lists
	#Images
	#Header Section
	#Hero Section
	#About Section
	#Service Section
	#Team Section
	#CTA Section
	#Portfolio Section
	#Testimonial Section
	#Contact Section
	#Social Network Section
	#Parallax
	#Counter Section
	#Client Section
	#Footer Section
	#Buttons
	#Forms
	#Misc 
	#Media Queries
	#Grid */


/* #General
================================================== */
	
html {
	height:100%;
	margin: 0;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background: #050505;
	font: 15px/23px "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eeeeee;
	-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: #050505;
	/*border-bottom: 1px solid #757575; #no-border */
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.left {
	display: inline-block;
}
/* #Typography
================================================== */

h1, h2, h3 { color: #ffffff; font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h4, 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:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, h2 { color: #ffffff; padding:0 10px; }
h3 { color: #757575; padding:0 35px; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 1.125em; text-align: justify; line-height: 27px; color: #eeeeee; padding: 10px;  }
p.lead-left { font-size: 1.125em; text-align: left; line-height: 27px; color: #eeeeee; padding: 10px;  }
p.lead-right { font-size: 1.125em; text-align: right; line-height: 27px; color: #eeeeee; padding: 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: #555555; }
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 #757575;*/
    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: #fca400;
}
/* #Images
================================================== */

img {
	max-width: 100%;
	height: auto; 
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

.logos-frame {
	padding: 10px 0 40px 0;
}

/* #Videos 
================================================== */

/*.player {
	z-index: 0;
	width: 100% !important;
	height: auto !important;
	padding-top: 56.25% !important;
	position: relative !important;

    .mbYTP_wrapper iframe {
        margin: 0px !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}
*/
.YTPFullscreen {
	padding-top: 0% !important;
}

/* #Header Section
================================================== */

#header-section {
	line-height:80px; 
}
.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;
	background:#050505;
	box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
	/*background: url('../../images/home_border_left.png') no-repeat left bottom;*/
}
.ha-header.ha-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ha-header.ha-dark {
	/*background: #050505 url('../../images/home_border_left.png') no-repeat left bottom;*/
	/*border-bottom: 1px solid #757575;*/
	background: #050505;
}
.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 9px 0 0;
	text-align: center;
	float: right;
	font-size: 24px;
}
.ha-header .social-network li {
	text-align:center;
	float: left;
    padding: 0px 10px 0px 10px;
    height: 30px;
    color: #ffffff;
}
.ha-header .social-network li a{
    color: #ffffff;
    text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.ha-header .social-network li a:hover {
    color: #757575;
}
.ha-header .social-like {
	float: right;
	margin: 24px 3px 0 0;
	width: 126px;
	height: 20px;
}
.ha-header .ue-funds {
	float: right;
	margin: -2px 8px 0 7px;
	width: 92px;
	height: 26px;
}
.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: #757575 !important;
}
.ha-header.ha-dark .social-link {
    text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.logo {
	text-align:left;
	margin:0;
	line-height:80px;
	color:#1d1d1d;
	text-transform:uppercase;
}
.logo img {
	max-height:45px;
	vertical-align:middle;
}
.ha-header nav {
	height: 100%;
	text-align: left;
	font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 14px;
}
.ha-header nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:14px;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    text-decoration: none;
	padding-left:30px;
	position:relative;
	text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.ha-header .logo  {
	padding-left:15px;
}
.ha-header nav a:after {
	content:'·';
	font-size:20px;
	position:absolute;
	top:0;
	color:#eeeeee;
	font-weight:bold;
	left:10px;
}
.ha-header nav a:first-child:after {
    display: none;
}
.ha-header nav a:nth-child(2) {
    padding-left: 20px;
}
.ha-header nav a:nth-child(2):after {
    display: none;
}
.ha-header.ha-dark nav a {
    color: #ffffff;
    text-shadow: 0 0 40px black, 2px 2px 3px black;
}
.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: 0px;
	width: 104px;
	height: 84px;
}
.section-header-end {
	background:url('../../images/header_border_right.png');
	position: absolute;
	top: 0px;
	right: 0px;
	width: 104px;
	height: 84px;
}
.section-title {
  	height: 84px;
  	line-height: 84px;
  	text-align: center;
  	background:url('../../images/header_center.png');
}
.section-title span {
	margin-top: -5px;
	font-size: 22px;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
}
.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 {
	opacity:1;
}

/* Responsive Menu */

.mobile-social .social-network {
	float: none;
}
.mobile-trigger {
	cursor:pointer;
	text-align:right;
	position:relative;
	line-height:80px;
	height:80px;
}
.mobile-button {
	border:none;
	height:50px;
	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: #757575 !important;
}
.mobile-nav {
	margin:0;
	padding:0 !important;
	overflow:hidden;
	position:relative;
	display: none;
	border-top:1px solid #757575;
}
.mobile-menu {
	line-height: 150%;
	padding:0;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
}
.mobile-menu a {
	width: 100%;
	color:#eeeeee !important;
	padding: 10px 0;
	display:block;
	padding-left:30px;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}
.mobile-menu a:after {
	content:'â€¢';
	position:absolute;
	top:10px;
	left:15px;
}
.mobile-menu a:hover:after,
.mobile-menu a:hover {
	color:#757575;
}
.mobile-menu li {
	padding:0;
	margin:0;
		border-bottom:1px solid #444444;
}
.mobile-logo img {
	vertical-align:middle;
	padding-top: 80px;
	padding-bottom: 40px;
}

.ut-scroll-pane {
	height: 294px;
	max-height: 294px;
	-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:1600px; WIDE*/
}
.hero .grid-container {
	width: 100%;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.hero .grid-container .grid-100, .hero .grid-container .grid-33  {
	padding-left: 0px;
	padding-right: 0px;
}
.js .hero .hero-holder {
	opacity:1;
}
.btn-holder {
	margin: 20px 0px 20px 10px;
}
.read-holder {
	margin: 0px 0px 0px 10px;
	position: absolute;
    bottom: 70px;
    right: 40px;
}
.image-holder {
	width: 100%;
	min-height: 255px;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.15s ease-in-out;
    border-radius: 10px 10px 0px 0px;
}
.articles-section-first .header {
	font-size: 24px !important;
}
.articles-section-first .card-text {
	padding-right: 150px;
}
.articles-section-first .image-holder {
	min-height: 355px;
}
.articles-section-first .articles-message{
	min-height: 110px;
	max-height: 110px;
}
.image-holder:hover {
    background-size: 110%;
}
.hero-btn {
	background:transparent;
	color:#FFFFFF;
	border:2px solid rgba(255, 255, 255, 0.15);
	border-radius: 7px !important;
	padding:10px 15px;
	font-size:12px;
	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:#FFFFFF;
	background:rgba(255, 255, 255, 0.15);
}
.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;
}
.vignette {
	-webkit-box-shadow: inset 0px 100px 100px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0px 100px 100px -25px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0px 100px 100px -25px rgba(0, 0, 0, 0.75);
	line-height: 0;         /* ensure no space between bottom */
	display: inline-block;  /* don't go wider than image */

	background-color: rgba(0, 0, 0, 0); 
	background-repeat: no-repeat; 
	background-size: cover;
    background-position: center center;
    width: 33.3333%;
    height: 100%;
    opacity: 1;
    visibility: inherit;

    position: relative;

    background-size: 100%;
    transition: all 0.15s ease-in-out;
}
.vignette a img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto auto 0;
    padding-bottom: 50px;
}
.vignette:hover {
    background-size: 110%;
}
.vignette-top {
	-webkit-box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset 0px 100px 100px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         inset 0px 100px 100px 0px rgba(0, 0, 0, 0.75);
	line-height: 0;         /* ensure no space between bottom */
}

/* Content Divider
================================================== */

.content-divider {
	position: relative;
	overflow: hidden;
	background: transparent;
	width: 100%;
	z-index: 1000;
}
.content-divider-1 {
	margin-top: -15px;
	height: 15px;
	top: 8px;
}
.content-divider-1 .content-divider-left {
	background:url('../../images/section_border_bottom_left.png');
	width: 270px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-divider-1 .content-divider-right {
	background:url('../../images/section_border_bottom_right.png');
	width: 270px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.content-divider-2 {
	margin-top: -20px;
	height: 20px;
	top: 12px;
}
.content-divider-2 .content-divider-left {
	background:url('../../images/section_border_top_left.png');
	width: 723px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content-divider-2 .content-divider-right {
	background:url('../../images/section_border_top_right.png');
	width: 723px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Riftbreaker Content Divider
================================================== */

.riftbreaker-content-divider {
	position: relative;
	overflow: hidden;
	background: transparent;
	width: 100%;
	z-index: 1000;
}
.riftbreaker-content-divider-1 {
	margin-top: -96px;
	height: 96px;
	top: 40px;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-left {
	background:url('../../images/riftbreaker_section_border_left.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-center {
	background:url('../../images/riftbreaker_section_border_fill.png');
	width: 100%;
	height: 37px;
	position: absolute;
	top: 26px;
	left: 0px;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-right {
	background:url('../../images/riftbreaker_section_border_right.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.riftbreaker-content-divider-2 {
	margin-top: -90px;
	height: 90px;
	top: 34px;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-left {
	background:url('../../images/riftbreaker_section_border_left.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-center {
	background:url('../../images/riftbreaker_section_border_fill.png');
	width: 100%;
	height: 37px;
	position: absolute;
	top: 26px;
	left: 0px;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-right {
	background:url('../../images/riftbreaker_section_border_right.png');
	width: 604px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* #Contact Section
================================================== */
.wide-section .grid-container {
	max-width: 1472px;
}
.high-section {
	padding-top: 70px;
	padding-bottom: 50px;
}
.articles-section {
	position:relative;
	padding-top:0px;
	padding-bottom:40px;
	padding-left: 0px !important;
	padding-right: 0px !important;
    min-height: 200px;
}
.articles-section .thumbnail {
	object-fit: fill;
    height: 200px;
}
.articles-section .grid-30 {
	padding-left: 0px;
	padding-right: 0px;
}
.articles-section .grid-70 {
	padding-left: 0px;
	padding-right: 0px;
}
.articles-section .parallax-header {
	padding-bottom:70px !important;
}
.articles-section .section-title span {
	background:#F1F4F5;
}
.articles-wrap {
	color:#FFFFFF;
}
.js .articles-wrap {
	opacity:0;
}
.articles-message {
	border-radius: 0px 0px 10px 10px;
	padding:20px 20px 20px;
	font-size:12px;
	letter-spacing:1px;
	background:rgba(255, 255, 255, 0.15);
	min-height: 210px;
	max-height: 210px;
}
.articles-message ul li {
	margin-bottom:10px;
}
.articles-message p {
	padding-bottom:0px;
	margin-bottom: 0px;
}
.articles-form-holder {
	padding:20px;
	background:rgba(255, 255, 255, 0.15);
}
.articles-section .header {
	font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; 
	font-weight: bolder;
    color: #fca400;
    padding: 0 0px;
	font-size:18px;
	letter-spacing:2px;
	text-align:left;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}

/* #Newsletter Section
================================================== */

.newsletter-section {
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
}
.newsletter-section .form-message {
    padding: 20px 50px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    min-height: 160px;
    font-size: 14px;
    text-align: center;
}
.newsletter-section p {
	text-align: center !important;
    font-size: 18px !important;
    color: #fca400;

}
.newsletter-section .grid-container {
	max-width: 1200px !important;
}
.newsletter-section input {
	font-size: 18px !important;
    border-radius: 10px !important;
    padding: 20px !important;
}
.newsletter-section input {
	font-size: 18px !important;
    border-radius: 10px !important;
    padding: 20px !important;
}
.newsletter-btn {
	background-color:#fca400;
	color:#09090a;
	font-size: 18px !important;
    border-radius: 10px !important;
    padding: 20px !important;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	width: 100%;
    display: inline-block;
    margin: 0px 0px;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.newsletter-btn:hover {
	color:#FFFFFF;
	background:rgba(252, 164, 0, 0.15);
}
/* #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: 30px;
}
.js .about-box {
	opacity:1;
}
.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 
================================================== */
.game-content {
	padding-bottom: 100px;
	padding-top: 100px;
}
.game-logo {
	padding-bottom: 20px;
}
/* Press Section 
================================================== */
.press-box {
	overflow:hidden;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.press-content {
	padding: 30px 0 30px 0;
	margin: 0 0 30px 0;
	/*border-bottom: 1px solid #eeeeee; #no-border */
}
.press-content h2 {
	padding: 30px 0;
}
.js .press-box {
	opacity:1;
}

/* #Service Section
================================================== */

.service-section .parallax-header {
	padding-bottom:70px !important;
}
.info { overflow:hidden; text-align:left; }
.service-section {
	padding-bottom:130px;
}
.service-section .service-icon {
	display:block;
	text-align:center;
	font-size:100px;
	line-height:150px;
	background:rgba(255, 255, 255, 0.15);
	color:#FFFFFF;
	z-index:3;
	position:relative;
}
.icon-box { 
	position:relative;
	margin-bottom:40px;
	width:150px;
	height:150px;
	float:left;
	margin-right:20px;
}
.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;
}
.js .box-fade {
	opacity:1;
}

/* #Team Section
================================================== */

.team-section {
	padding-top:60px;
	padding-bottom:60px;
}
.member-box {
	overflow:hidden;
	margin-bottom:20px;
}
.js .member-box {
	opacity:1;
}
.member-box h3 {
	margin-bottom:0;
	margin-top:15px;
	font-size:15px;
}
.member-box span {
	color:#8F989F;
	margin-bottom:20px;
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height:120%;
	text-transform:uppercase;
	margin-top:5px;
}
.member-photo {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:60px;
	height:60px;
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}
.member-photo.alternative {
	width:100%;
	height:auto;
	
	margin:0 auto;
	float:none;
	display:block;
}
.member-photo.alternative img {
	
	margin:0 auto;
	float:none;
	display:block;
}

/* Team Single Page */

.team-bio .member-box {
	text-align:center;
}
.team-bio .member-box h3 {
	margin-top:0;
}
.team-bio .member-photo {
	float:none;
	width:100%;
	height:auto;
	border:none;
	margin-right:0;	
}
.team-bio .member-photo img {
	border:4px solid #F1F4F5;
}
.bio-desc h3 {
	color:#222222;
}

/* Riftbreaker Section 
================================================== */
.riftbreaker-section .header-box {
	background:url('../../images/header_background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
    padding-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}
.riftbreaker-section .header-box h1 {
	font-family: 'Orbitron', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-shadow: 0px 0px 15px #39809a, 2px 2px 3px black;
    color: #fca400;
    padding: 0 0px;
	font-size:32px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	text-rendering: optimizelegibility;
	-webkit-transition:0.2s background linear;
		-moz-transition:0.2s background linear;
			transition:0.2s background linear;
}
.riftbreaker-section .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;
	margin-bottom: 10px;
}
.riftbreaker-section .grid-container {
	max-width: 880px;
}
.riftbreaker-section p {
	text-align: justify;
}
.riftbreaker-section a {
	color: #00c2ff;
}

.riftbreaker-section h1 {
	font-family: 'Orbitron', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color:  #ffffff;
	text-shadow: 0 0 40px #5fd2fc, 2px 2px 3px black;
    padding: 0 0px;
	font-size:24px;
	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;
}
.riftbreaker-section h2 {
	font-family: 'Orbitron', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-shadow: 0px 0px 15px #39809a, 2px 2px 3px black;
    color: #fca400;
    padding: 0 0px;
	font-size:18px;
	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;
}
.riftbreaker-section h3 {
	font-family: 'Orbitron', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #5fd2fc;
	text-shadow: 3px 3px 10px #0e0e0e;
    padding: 0 0px;
	font-size:14px;
	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;
}

/* Riftbreaker Section 
================================================== */
.gray-section .header-box {
	background:url('../../images/header_background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
    padding-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}
.gray-section .header-box h1 {
	font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; 
	font-weight: bolder;
	text-shadow: 0px 0px 15px #39809a, 2px 2px 3px black;
    color: #fca400;
    padding: 0 0px;
	font-size:32px;
	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;
}
.gray-section .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;
	margin-bottom: 10px;
}
.gray-section .grid-container {

	
}
.gray-section p {
	text-align: justify;
}
.gray-section a {
	color: #c8c8c8;
}
.gray-section.parallax-section {
	/*border-bottom: 1px solid #727272 !important; #no-border */
}
.gray-section .pager {
	padding: 0 0 15px 0;
}
.gray-section .summary {
	padding: 14px 20px 15px 0;
}

/* Hero Section 
================================================== */

.hero-section {
	padding-top: 150px;
    padding-bottom: 150px;
}
.hero-section p img {
	margin-bottom: 10px;
    margin-top: 10px;
}
.hero-section.riftbreaker-section {
	padding-top: 50px;
}

/* Blog Section 
================================================== */
.blog-section ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.blog-section li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.blog-section {
	padding-top: 150px;
    padding-bottom: 150px;
}
.blog-section p img {
	margin-bottom: 10px;
    margin-top: 10px;
}
.blog-section.riftbreaker-section {
	padding-top: 50px;
}
.blog-section .grid-container {
	max-width: 880px;
}
.blog-section h1 {
	padding: 10px 0;
	color: #fca400;
}
.blog-section h2 {
	padding: 0px 0;

}
.blog-section h3 {
	padding: 0px 0;

}
.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-strip {
	height: 24px; 
	background-color: rgba(0, 0, 0, 0); 
	background-repeat: no-repeat; 
	background-image: url('/images/blog_strip_wide.png');  
	background-position: right 9px;
}
.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 0 20px 0;
	margin: 0 0 0 10px;

}
.entry-content a {
	text-decoration: underline;
}
.entry-more {
	border-top:1px solid #eeeeee;
	margin: 0 0 0 10px;
}
.entry-header {
	margin-top:10px;
}
.entry-header .entry-meta {
	text-align:left;
	margin-top:5px;
	margin-bottom:15px;
}
.entry-header h2 {
	padding-left: 10px;
}
.entry-header h1 {
	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:#757575;
}
.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;
	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:#757575;
	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
================================================== */

.portfolio-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 #757575;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.portfolio-box {
	position:relative;
	overflow:hidden;
}
.portfolio-border:hover {
    border-color: #757575;
    box-shadow: 0 0 20px #757575 /*rgba(0, 102, 255, 0.5)*/;
}
.js .portfolio-border {
	opacity:1;
}
.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: -49px;
	margin-top: -74px;
	top: 50%;
	left: 50%;
}
.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-signature {
	text-align: center;
	margin-bottom: 20px;
}

/* #Testimonial Section
================================================== */

.about-section {
	margin: 0;
	padding: 100px 0;
}
.console-logo {
	margin: 10px 10px 10px 10px;
}
.ut-testimonials {
	position:relative;
	overflow:hidden;
}
.js .ut-testimonials {
	opacity:1;
}
.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-testimonials:hover .ut-rotate-quote .flex-prev { opacity: 0.7; left: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next { opacity: 0.7; right: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next:hover, 
.ut-testimonials: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:0px;
	padding-top: 50px;
}
.contact-section .parallax-header {
	padding-top:100px !important;
	padding-bottom:50px !important;
}
.contact-section .section-title span {
	background:#F1F4F5;
}
.contact-map {
	border-radius: 10px;
	margin-top: 120px;
	margin-bottom: 120px;
	/*border: 1px solid #757575; #no-border */
	width: 80%;
}
.contact-list {
	padding: 30px 0;
}
.contact-icon {
	padding: 20px;
}
.contact-item {
	padding: 0px 0;
}

/* #Parallax
================================================== */

.parallax-section {
	position:relative;
	overflow:hidden;
	width:100%;
}
.parallax-header {
	position:relative;
	text-align:center;
}
.parallax-title {
	font-size:36px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-attachment: scroll;
	background-image: url('../../images/divider1.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom:20px;
	display:inline-block;
	position:relative;
	z-index:10;
}
.parallax-title span {
	font-size:32px;
	line-height: 42px;
}
.parallax-slogan {
	font-size:20px;
	line-height:140%;
	margin:0;
	z-index:10;
	position:relative;
}
.js .parallax-title,
.js .parallax-slogan {
	opacity:1;
}
.parallax-content {
	color:#FFFFFF;
	position:relative;
}
.parallax-background {
	background-position:center center;
	-webkit-background-size: cover !important; 
    -moz-background-size: cover !important;  
    -o-background-size: cover !important; 
    background-size: cover !important;
	background-repeat:repeat-y;
}
.parallax-background.fixed {
	background-attachment: fixed !important;
}

.no-js .parallax-banner-0 { background:url('../../images/parallax-banner-0.jpg'); background-position: center center; }
.no-js .parallax-banner-1 { background:url('../../images/parallax-banner-1.jpg'); background-position: center center; }
.no-js .parallax-banner-2 { background:url('../../images/parallax-banner-2.jpg'); background-position: center center; }
.no-js .parallax-banner-3 { background:url('../../images/parallax-banner-3.jpg'); }
.no-js .parallax-banner-4 { background:url('../../images/parallax-banner-4.jpg'); }
.no-js .parallax-banner-5 { background:url('../../images/parallax-banner-5.jpg'); }
.no-js .parallax-banner-6 { background:url('../../images/parallax-banner-6.jpg'); }
.no-js .parallax-banner-8 { background:url('../../images/parallax-banner-7.jpg'); }
.no-js .parallax-banner-9 { background:url('../../images/parallax-banner-8.jpg'); }
.no-js .parallax-banner-10 { background:url('../../images/parallax-banner-9.jpg'); }
.no-js .parallax-banner-7 { background:url('../../images/404.jpg'); }

.no-js .rifbreaker-parallax-banner-0 { background:url('../../images/riftbreaker-parallax-banner-0.jpg'); }
.no-js .rifbreaker-parallax-banner-1 { background:url('../../images/riftbreaker-parallax-banner-1.jpg'); }
.no-js .rifbreaker-parallax-banner-2 { background:url('../../images/riftbreaker-parallax-banner-2.jpg'); }

.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/noise.png'); }
.parallax-overlay-4 { background-image: url('../../images/overlay-pattern.png'); }
.parallax-overlay-5 { background-image: url('../../images/noise.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'); }

.rifbreaker-parallax-overlay-0 { background-image: url('../../images/grid.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 #757575; #no-border */
}

/* #Trailer Content 
================================================== */

.trailer-container {
	width: 100%; 

	display: inline-block;
	position: relative;
	border: 1px solid #757575;	
	background:rgba(0, 0, 0, 0.7);
	margin: 30px 0 10px 0;
	    box-shadow: 0 0 10px #757575 /*rgba(0, 102, 255, 0.5)*/;
}
.trailer-container .trailer-left-up {
	background-image: url(../../images/trailer_corner_left_top.png);
    position: absolute;
    width: 82px;
    height: 148px;
    left: -6px;
    margin-left: 0;
    top: -8px;
}
.trailer-container .trailer-left-down {
	background-image: url(../../images/trailer_corner_left_bottom.png);
    position: absolute;
    width: 147px;
    height: 145px;
    left: -9px;
    bottom: -11px;
}
.trailer-container .trailer-right-up {
	background-image: url(../../images/trailer_corner_right_top.png);
    position: absolute;
    width: 68px;
    height: 145px;
    right: -22px;
    top: -3px;
}
.trailer-container .trailer-right-down {
	background-image: url(../../images/trailer_corner_right_bottom.png);
    position: absolute;
    width: 75px;
    height: 121px;
    right: -10px;
    bottom: -4px;
}
.trailer-container .trailer-top-left {
	background-image: url(../../images/trailer_top_left.png);
    position: absolute;
    width: 296px;
    height: 19px;
    left: 45px;
    top: -18px;
}
.trailer-container .trailer-top-right {
	background-image: url(../../images/trailer_top_right.png);
    position: absolute;
    width: 299px;
    height: 26px;
    right: 24px;
    top: -24px;
}
.trailer-container .trailer-bottom-left {
	background-image: url(../../images/trailer_bottom_left.png);
    position: absolute;
    width: 298px;
    height: 32px;
    left: 22px;
    bottom: -33px;
}
.trailer-container .trailer-bottom-right {
	background-image: url(../../images/trailer_bottom_right.png);
    position: absolute;
    width: 298px;
    height: 46px;
    right: 53px;
    bottom: -40px;
}
/* #Box Content 
================================================== */

.border-container {
	width: 100%; 
	display: block;
	position: relative;
	border: 1px solid #757575;	
	background:rgba(0, 0, 0, 0.7);
	margin: 10px 0;
	    box-shadow: 0 0 10px #757575 /*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;
}
/* #Counter Section
================================================== */

.counter-section {
	padding-bottom:110px;
}
.counter-section .parallax-header {
	padding-bottom:70px;
}
.counter-box {
	text-align:center;
	background:rgba(255, 255, 255, 0.15);
	padding:20px;
	margin-bottom:40px;
}
.counter-details {
	color:#FFFFFF;
	margin:0;
}
.count {
	font-family:'ralewaysemibold',Helvetica,Arial,sans-serif;
	font-size: 60px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	display:block;
	text-transform: uppercase;
}
js .counter-box {
	opacity:1;
}

/* #Client Section
================================================== */

.client-section {
	padding:40px 0;
}
.client-logo img {
	margin:0 auto;
	display:block;
}
.js .client-logo {
	opacity:1;
}

/* #Footer
================================================== */

.footer{
	padding: 30px 0;
	text-align:center;
	background:#050505;
	position:relative;	
}
.toTop {
	border-radius: 7px 7px 0 0;
	display: block;
	z-index: 2000;
	width: 40px;
	height: 40px;
	background:#050505;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	/*border-top: 1px solid #757575;
	border-left: 1px solid #757575;
	border-right: 1px solid #757575; #noborder*/
	-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:#eeeeee; 
}
.copyright a {
	color:#333333;
	text-transform:uppercase;
}
/*
.footer.riftbreaker .toTop {
	border-top: 1px solid #22c1fc;
    border-left: 1px solid #22c1fc;
    border-right: 1px solid #22c1fc;
}
.footer.riftbreaker a {
    color: #00c2ff;
}
.footer.riftbreaker .copyright {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-size: 10px;
    color: #6abbcf;
}
.footer.riftbreaker strong {
    color: #00c2ff;
}
.footer.riftbreaker i {
    color: #00c2ff;
}
*/
.footer.gray .toTop {
	border-radius: 7px 7px 0 0;
	/*
	border-top: 1px solid #727272;
    border-left: 1px solid #727272;
    border-right: 1px solid #727272; #noborder */
}
.footer.gray a {
    color: #fca400;
}
.footer.gray .copyright {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-size: 10px;
    color: #fdfdfd;
}
.footer.gray strong {
    color: #fca400;
}
.footer.gray i {
    color: #fca400;
}
/* #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 .press-box,
.no-js .box-fade,
.no-js .member-box,
.no-js .portfolio-box,
.no-js .portfolio-border,
.no-js .ut-testimonials,
.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) {
h3 {
	padding: 0 15px;
}
.ha-header .ue-funds {
	float: left;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-left {
	display: none;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-right {
	display: none;
}
.hero {
	height:82% !important;
	min-height:82%;
	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;
}
.hero-btn {
	margin: 10px 0;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}
.articles-section-first .card-text {
	padding-right: 0px;
}
.articles-section-first .header {
	font-size: 18px !important;
}
.articles-section-first .image-holder {
	border-radius: 10px 10px 0 0;
	min-height: 185px;
}
.articles-section-first .articles-message {
	border-radius: 0 0 10px 10px;
	min-height: auto;
	max-height: unset;
}
.image-holder {
	border-radius: 10px 10px 0 0;
	min-height: 185px;
}
.articles-message {
	border-radius: 0 0 10px 10px;
	min-height: auto;
	max-height: unset;
}
.read-holder {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	right: auto;
	bottom: auto;
}
.read-holder .hero-btn {
	margin: 20px 0 0 0;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}
.btn-holder {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
.mobile-center {
 	text-align: center;
}
p.lead-left {
	text-align: justify;
}
p.lead-right {
	text-align: justify;
}
p.mobile-center {
 	text-align: center;
}
.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 {
	width: 100%; 
	height: 100%; 
	display: inline-block;
}
.section-title {
	font-size:22px;
	padding: 0px;
}
.parallax-title {
	font-size:25px;
}
.parallax-title span {
    font-size: 28px;
    line-height: 36px;
}
.parallax-slogan,
.section-slogan {
	font-size:15px;
}
.section-title span {
	background:transparent;
	padding:0;
}	
.member-photo {
	float:none;
	margin:0 auto;
}
.member-box {
	text-align: center;
}
.buy-info {
	display:none;
}
.parallax-background {
	background-position:center center !important;
}
.icon-box { 
	float:none;
	margin-right:0;
}
.arrow-right {
	display:none;
}
.info {
	text-align:center;
	margin-top:20px;
}
.content-section {
	padding-top:50px;
	padding-bottom:30px;
}
.portfolio-section {
	padding-top: 60px;
    padding-bottom: 100px;
}
.parallax-content .parallax-header {
	padding-top:0px;
	padding-bottom:0px !important;
}
.counter-section,
.service-section {
	padding-bottom:30px;
}
.contact-section,
.cta-section {
	padding-bottom:50px;
}
.about-section {
	margin: 0;
	padding: 30px 0;
}
.game-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.game-content .parallax-content .parallax-header {
	padding-top: 0px; 
	padding-bottom: 30px;
}
.about-box {
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.about-box h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.counter-box {
	margin-bottom:20px;
}
.press-box {
	padding-left: 10px;
	padding-right: 10px;
}
.buy-section {
	padding-top: 100px;
	padding-bottom:80px;
}
.about-section,
.team-section {
	padding-top:100px;
	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;
}
.member-box {
	margin-bottom:10px;
}
.blog-section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.hero-section {
	padding-top: 100px;
    padding-bottom: 100px;
}
.hero-section.grid-container {
	max-width: 880px;
}
.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;
}
.blog-strip {
	height: 24px; 
	background-image: url('/images/blog_strip.png');  
	background-position: right 9px;
}
.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;
}
.contact-map {
	width: 90%;
	margin-top: 50px; 
	margin-bottom: 50px; 
}
.newsletter-section .form-message {
    padding: 20px 20px 20px;
}
.js .section-title,
.js .section-slogan,
.js .section-header-start,
.js .section-header-end,
.js .hero .hero-holder,
.js .about-box,
.js .press-box,
.js .box-fade,
.js .member-box,
.js .portfolio-box,
.js .portfolio-border,
.js .ut-testimonials,
.js .contact-wrap,
.js .buy-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
	opacity:1;
}

}

@media screen and (min-width: 1240px) and (max-width: 1480px)  {
.articles-section-first .image-holder {
	min-height: 310px;
}
.articles-section-first .card-text {
	padding-right: 150px;
}
.image-holder {
	min-height: 210px;
}
}
/* Tablet Landscape */
@media screen and (min-width: 1024px) and (max-width: 1240px) {
.image-holder {
    background-size: cover;
}
.image-holder:hover {
    background-size: cover;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-left {
	display: none;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-right {
	display: none;
}
.articles-section-first .image-holder {
	min-height: 395px;
}
.articles-section-first .card-text {
	padding-right: 150px;
}
.articles-section-first .articles-message {
	min-height: 110px;
	max-height: 110px;
}
.articles-message{
	min-height: 250px;
	max-height: 250px;
}
}
/* 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;
}
.articles-message{
	min-height: 230px;
	max-height: 230px;
}
.articles-section-first .articles-message {
	min-height: 230px;
	max-height: 230px;
}
.articles-section-first .card-text {
	padding-right: 0px;
}
.high-section {
	padding-top: 70px;
	padding-bottom: 50px;
}
.articles-section-first .image-holder {
	min-height: 190px;
}
.image-holder {
	border-radius: 10px 10px 0 0;
	min-height: 190px;
}
.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;
}
.riftbreaker-content-divider-2 .riftbreaker-content-divider-left {
	display: none;
}
.riftbreaker-content-divider-1 .riftbreaker-content-divider-right {
	display: none;
}
.ha-header .ue-funds {
	float: left;
}
.btn-holder {
	padding-top: 50px;
}
.trailer-container {
	width: 70%;
}
.main-logo {
	padding-bottom: 0px;
}
.section-title {
	font-size:22px;
	padding: 0px;
}
.section-title span {
	background:transparent;
	padding:0;
}	
.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;
}
.portfolio-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.portfolio-header {
	margin-bottom: 60px;
	margin-top: 40px;
}
.parallax-content .parallax-header {
	padding-top:0px;
	padding-bottom:30px !important;
}
.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;
}
.contact-map {
	margin-top: 20px; 	
	margin-bottom: 100px; 
}
.js .section-title,
.js .section-slogan,
.js .section-header-start,
.js .section-header-end,
.js .hero .hero-holder,
.js .about-box,
.js .press-box,
.js .box-fade,
.js .member-box,
.js .portfolio-box,
.js .portfolio-border,
.js .ut-testimonials,
.js .contact-wrap,
.js .buy-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
	opacity:1;
}

}

/* 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;
}

}

/* #Grid
================================================== */
/* Small Height Fix */
@media screen and (max-width: 345px) {
.image-holder {
	min-height: 140px;
}
.articles-section-first .image-holder {
	min-height: 140px;
}
}
@media screen and (max-width: 400px) {
.image-holder {
	min-height: 160px;
}
.articles-section-first .image-holder {
	min-height: 160px;
}
}
@media screen and (max-width: 465px) and (min-width: 400px) {
.ha-header .social-network li {
    padding: 0px 5px 0px 5px;
}
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
.mobile-social {
	margin-right: 0px;
	padding-right: 0px !important;
}
.ha-header .social-network li {
    padding: 0px 5px 0px 5px;
}
.ha-header .logo {
	padding-left: 0px;
	padding-right: 0px;
}
}
.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> */
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.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;
}
