@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
#footer h5.footer_title{
	margin-top: 30px;
	margin-bottom: 5px;
	color: #a5a5a5;
	font-size: 18px;
    font-weight: 700;
}
#footer h5.footer_title a{
	color: #a5a5a5;
}

.section-header h1, .section-header h2{
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 4em !important;
    color: #2f2e2e;
}
.section-header h2{
	font-size: 2.5em !important;
}
.upcontainer{
	width: 90%;
	display: block;
	margin: auto;
}
.btn.learn-more{
	border-radius: 0px;
}

.head-game-content .cta-box {
    position: absolute;
    z-index: 3;
    text-align: center;
    top: 70px;
    left: 0px;
}

.head-game-content .cta-character {
    position: absolute;
    right: -7%;
    z-index: 2;
}
#about h1{
	text-align: left;
}
#about .section-header::before{
	left: 0px;
}

.about-img{
	position: absolute;
    right: 30px;
    top: -10px;
}
#featured{
	padding: 60px 0;
	background: #f1f1f1;
}
#company{
	padding: 90px 0;
	background: #f1f1f1;
}
.feat-game-item{
	padding: 20px;
    margin-bottom: 80px;
    background: rgb(212, 212, 212);
    background: linear-gradient(90deg, rgba(236,236,236,0) 0%, rgba(212, 212, 212, 0.45) 50%, rgba(236,236,236,0) 100%);
    display: flex;
    -webkit-transition: background 0.5s ease-in; /* Safari */
    transition: background 0.5s ease-in;
    position: relative;
}
.feat-game-item::before, 
.feat-game-item::after{
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 100%;
    background: #6b6b6b;
    background: linear-gradient(to right,#f1590138 0,#6b6b6b 50%,#f1590138 100%);
    width: 100%;
    left: 0px;
}
.feat-game-item::before{
    top: -2px;
} 
.feat-game-item::after{
    bottom: -2px;
    z-index: 1;
}
.feat-game-item:hover{
	background: rgba(195, 175, 163, 0.4);
}
.feat-game-item:hover > .feat-content .btn.learn-more{
    animation: aura 2s infinite;
}
.feat-thumb{
	width: 42%;
	position: relative;
    z-index: 3;
}
.feat-content{
	width: 58%;
}
.feat-name{
	font-weight: bold;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 2em;
        border-bottom: 1px solid rgba(119, 119, 119, 0.4);;
    margin-bottom: 15px;
}

.btn.learn-more.feat-btn{
	padding: 5px 22px;
	background: #f15901;
}
.btn.learn-more.btn-main{
	font-size: 22px;
    font-family: oswald;
    font-weight: 800;
    padding: 18px 38px;
}
.btn.learn-more.game-link-item{
	font-size: 18px;
    font-family: oswald;
    background: #f15901;
    border-radius: 8px;
    margin: 8px 2px;
    -webkit-transition: background 0.5s ease-in; 
  transition: background 0.5s ease-in;
}
.btn.learn-more.game-link-item:hover{
	background: rgba(0,0,0,0.8);
}
.feat-thumb a img{
	position: absolute;
	    margin-top: -45px;
}
.feat-text{
	 font-size: 16px;
}
#intro{
	border-bottom: 3px solid #f15901;
}
#page-content-main{
	    padding-top: 120px;
    background: #101010;
}
#game-list{
	background-color: #fff;
}
.page-section{
	padding: 60px 0px;
}
.game-dl-links,
.game-list{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.game-list{
	
    margin-bottom: 50px;
}
.game-item img,
#game-list .game-profile img{
	margin: 20px;
    border: 4px solid;
    border-color: #dcdcdc;
    border-radius: 45px;
    -webkit-transition: border-color 0.5s ease-in, all ease-in-out 0.4s; /* Safari */
  	transition: border-color 0.5s ease-in, all ease-in-out 0.4s;
    width: 300px;
    height: 300px;
}
.game-item img:hover{
	border-color: #f15901;
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#game-list .game-profile img{
    border-color: #f15901;
}
.home-runner-menu{
	position: fixed;
  right: 0;
  top: 50%;
  width: 5em;
  margin-top: -2.5em;
  z-index: 99;
}
.home-runner-menu .nav-menu li{
	float: none;

}
.home-runner-menu .nav-menu li.menu-active a:before,
.home-runner-menu .nav-menu li a:hover:before,
.home-runner-menu .nav-menu li:hover > a:before,
.game-content .section-header:before{
	display: none;
}
.home-runner-menu .nav-menu li.menu-active a,
.home-runner-menu .nav-menu li a:hover{
	color: #f15901;
}

.nav-menu ul.dropdown-menu{
	background-color: #4c4c4c;
}
.nav-menu ul.dropdown-menu li a{
	color: #fff;
	text-transform: uppercase;
}
.nav-menu ul.dropdown-menu li:hover > a {
    background: #f15901;
    text-decoration: none;
}
.games .game-logo img{
	    margin-top: -115px;
}
.game-content .section-header h1,
.game-content .section-header p,
.game-content .section-header{
	text-align: left;
}
.game-content .section-header h1{
	margin-bottom: 20px;
}
.game-content .section-header p{
	margin-bottom: 15px;
}
.game-content .section-header{
	margin-bottom: 0px;
}
.game-dl-links{
	margin-top: 20px;
}
.game-dl-links .game-link-item{
	    margin: 10px 2px;
}
.video-container{
	width: 100%;
	height: 100vh; 
}
.video-container iframe{
	width: 100%;
	height: 100%;	
	border: 0px;
}
#game-gallery{
	background-color: #000;
}
#image-gallery li{
	text-align: center;
}
.social-icons a{
	color: #a6a7b1;
	    margin: 0px 2px;
}
.social-icons a:hover{
	color: #f15901;
}
#nav-menu-container{
	position: relative;
}

#mobile-nav li a{
	text-transform: uppercase;
}
#mobile-nav .dropdown-menu{
	display: block !important;
	background-color: transparent;
	font-size: 80%;
	position: relative;
	float: none;
}

.careers-content .section-body p{
	text-align: justify;
}
.careers-content .section-header{
	    margin-bottom: 35px;
}
.career-content-header{
	    font-family: oswald;
    font-size: 2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.career-content-wrap{
	margin-bottom: 50px;
}
.section-body.section-list p{
	text-align: center;
	margin-bottom: 12px;
	font-family: oswald;
	font-size: 1.5em;
	color: #585858;
	text-transform: uppercase;
}
#positions{
	background-color: #565656;
	color: #fff;
}
#positions h1, #positions p{
	color: #fff !important;
}

.career-item{
	background: #1f1f1f;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #737373;
}
.career-position{
	font-family: oswald;
    text-transform: uppercase;
    font-size: 2em;
    border-bottom: 1px solid #565656;
    margin-bottom: 14px;
}
.career-description{
	text-align: justify;
}
.btn.learn-more.load-more{
	display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.section-body-content{
	font-size: 18px;
}

.footer-support-form-area {
    position: fixed;
    bottom: -45px;
    right: 3%;
    width: 94%;
    text-align: center;
    margin: 0;
    z-index: 9999;
}
.footer-support-form-area .button:before { 
   content: "+ ";
}

.footer-support-form-area .expanded:before { 
    content: "- ";
}

.footer-support-form-area .button {
    font-size: 1.1em;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    padding: 5px 20px 5px 20px;
    background-color: #f15901;
    color: #fff;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    -webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    width: 100%;
}
.footer-support-form-area .body {
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0px;
    margin-bottom: 16px;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
}
.contact-form label{
	margin-bottom: 0.1rem;
    font-family: oswald;
}
.form-submit-wrap{
	border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 15px;
}
#game-newsletter{
        padding: 60px 0px;
    background: #212121;
    color: #fff;
    border-bottom: 1px solid #333131;
}
.newsletter-label{
    font-family: oswald;
    text-align: right;
    font-size: 1.6em;
}
.newsletter-input{
    border-radius: 0px;
    height: 42px;
    border: 1px solid #f15901;
    border-right: none;
}
.btn.learn-more.newsletter-btn{
    margin: 0px;
    padding: 12px 25px;
    border: 1px solid #f15901;
}
#game-newsletter .g-recaptcha {
    transform: scale(0.60);
    transform-origin: 0 0;
}
/** responsive **/
@media only screen and (min-width: 768px){
	.footer-support-form-area .body {
	    padding: 30px;
	}
	.footer-support-form-area {
	    right: 20px;
	    width: 390px;
	    text-align: left;
	}
}
@media only screen and (max-width: 1200px){
    .about-img{
        right: 20px;
        width: 100%;
    }
    .feat-thumb a img {
        right: 0px;
    }
    .newsletter-label{
         font-size: 1.3em;
    }
}
@media only screen and (max-width: 1199px){
    .game-item img{
        width: 250px;
        height: 250px;
    }
}
@media only screen and (max-width: 1150px){
    
}
@media only screen and (max-width: 1024px){
    .careers #intro{
        background-position: bottom center;
        background-repeat: no-repeat;
        height: 580px !important;
        background-size: contain;
    }
}
@media only screen and (max-width: 991px){
    .head-game-content .cta-character {
        position: absolute;
        display: block;
        margin: auto;
        top: -140px;
        right: 0px;
    }
    .head-game-content .cta-box {
        position: relative;
        top: 104px;
        display: block;
    }
    .head-game-content .cta-box .hg-logo img{
        width: 400px;
        margin-top: 80px;
        margin-bottom: -15px;
    }

    #about .about-tts .about-img{
        position: relative;
        display: block;
        width: auto;
        /*margin: 20px auto 70px auto;*/
    }
    #header{
        height: 80px;
    }
    .feat-game-item{
        display: block;
        padding-bottom: 15px;
    }
    .feat-thumb, .feat-content{
        width: 100%;
    }
    .feat-thumb a img {
        position: relative;
        right: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .game-profile{
        margin-top: 60px;
    }
    .games .game-logo img {
        margin-top: 0;
    }
    .newsletter-label {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }
    #game-newsletter .g-recaptcha{
           float: none;
        margin: 20px auto auto;
        width: 180px;
    }
}
@media only screen and (max-width: 850px){
    .careers #intro {
        height: 540px !important;
    }
}

@media only screen and (max-width: 768px){
    .back-to-top {
        bottom: 44px !important;
    }
    .lSSlideOuter li img{
        width: 100%;
    }
    .careers #intro {
        height: 520px !important;
    }
}
@media only screen and (max-width: 767px){
    .head-game-content .cta-character{
        left: 0px;
        text-align: center;
        top: -80px;
    }
    .head-game-content .cta-character .hg-logo img{
        width: 100%;
    }
    .head-game-content .cta-box .hg-logo img{
        width: 250px;
    }
    .head-game-content .cta-box{
        top: 60px;
    }
    .btn.learn-more.btn-main {
        font-size: 18px;
        padding: 12px 30px;
    }
    .video-container {        
        height: 60vh;
    }
    #positions h1{
            font-size: 3em !important;
    }
}
@media only screen and (max-width: 750px){
    .careers #intro {
        height: 500px !important;
    }
}
@media only screen and (max-width: 700px){
    .careers #intro {
        height: 480px !important;
    }
}
@media only screen and (max-width: 680px){
    .careers #intro {
        height: 460px !important;
    }
}
@media only screen and (max-width: 640px){
    .careers #intro {
        height: 440px !important;
    }
}
@media only screen and (max-width: 600px){
    .careers #intro {
        height: 400px !important;
    }
}
@media only screen and (max-width: 540px){
    .careers #intro {
        height: 380px !important;
    }
}
@media only screen and (max-width: 520px){
    .careers #intro{
        height: 360px !important;
    }
}

@media only screen and (max-width: 520px){
    .game-content .section-header h1 {
        font-size: 3em !important;
    }
}
@media only screen and (max-width: 480px){
    .feat-thumb a img {
        right: 0px;
        width: 100%;
    }
    #about .about-tts .about-img{
        right: 0px;
        width: 100%;
    }
    .head-game-content .cta-character .hg-logo img{
        width: 500px;
    }
    .careers #intro{
        height: 340px !important;
    }
    #game-list .game-profile img{
        width: 250px;
        height: auto;
    }
}
@media only screen and (max-width: 440px){
    .head-game-content .cta-character{
        left: auto;
        right: -20px;
    }
     .careers #intro{
        height: 300px !important;
    }
}
@media only screen and (max-width: 360px){
    .head-game-content .cta-character{
        left: auto;
        right: -50px;
    }
    .careers #intro{
        height: 280px !important;
    }
}