 /*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #000;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	line-height: 1;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 3px #00ffff;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

/*--banner--*/
.banner-top {
	display: none;
	background: url(../images/img_logo_sm.jpg) no-repeat top center;
	min-height: 200px;
	-webkit-background-size: cover;
    background-size: cover;
	-moz-background-size: cover;
}

#logo_sm {
	padding: 0 5%;
	text-align: center;
}

.banner-top #logo-title {
	position: relative;
	width: 90%;
}

.banner-left {
    float: left;
    width: 45%;
    background-color: #1e2327;
	background: url(../images/keyart5.jpg) no-repeat top center;
    min-height: 940px;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
	-moz-background-size: cover;
}
.banner-right {
    float: right;
    width: 55%;
    background-color: #0d1321; 
	background: url(../images/img_right.jpg) no-repeat bottom right;
    min-height: 940px;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
	-moz-background-size: cover;
}


.banner-right #logo {
	padding: 10% 5% 0 5%;
	text-align: center;
}

.banner-right #logo-title {
	position: relative;
	width: 90%;
}

/*.banner-left h1 {
    font-size: 3em;
    line-height: 1.2em;
    color: #000;
}*/

.banner-text {
	background: rgba(13, 19, 33, 0.40);
	padding: 0;
	/*margin: 13% 0 10% 0;*/
	margin: 0;
	text-align: center;
}

.cog {
	position: absolute;
	z-index: 0;
	width: 138px;
	height: 138px;
	opacity: .25;
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
/* /////////////////////////////////////////////////////////// */
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
/* /////////////////////////////////////////////////////////// */

.banner-right h2 {
    font-size: 2.2em;
    /*color: #4E629C;*/
	color: #ebfcff;
    font-weight: 900;
    letter-spacing: .01em;
	line-height: 1.2em;
	text-align: center;
}

.banner-right h3 {
    font-size: 2em;
	color: #d1eef3;
    font-weight: 900;
    letter-spacing: .01em;
	padding-top: 2em;
	text-align: center;
}


.banner-right p {
    font-size: 1em;
    color: #eaf4fa;
    line-height: 1.8em;
	letter-spacing: 0em;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
	padding-top: 5%;
}

.youtube img {
	border: 1px solid #3A516B;	
	width: 100%;
	max-width: 500px;
}

/* /////////// Video Hover //////////// */
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: #D0EDF3 solid 3px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

a.buy {
    font-size: 1em;
    color: #fff;
    padding: 0.6em 2em;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
    border: 2px solid;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Individual button styles */
.btn-wayra {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-moz-transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #d6dcf0;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btn-wayra:hover {
	color: #fff;
	border-color: #fff;
}
.btn-wayra.button--inverted:hover {
	color: #fff;
	border-color: #fff;
}
.btn-wayra:hover::before {
	opacity: 1;
	background-color: #142145;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra.button--inverted:hover::before {
	background-color: #fff;
}




/*--//banner--*/
/*--banner-bottom--*/
.banner-bottom {
    background-color: #153b65;
	background: url(../images/bkg3.jpg) no-repeat bottom center;
	min-height: 500px;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
	-moz-background-size: cover;
}

.bnr-btm-left {
  float: left;
  width: 40%;
  padding: 5em 0;  
}

.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 6em 6em 4em 7em;
}

.bnr-btm-right ul {
	list-style: none;
}

.description {
	color: #A3D3F9;
	padding-right: 2%;
}

.game_covers {
	width: 100%;
	text-align: center;
}

.game_covers img {
	display:inline-block;
	width: 43%;
}

.game_covers .buy {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.banner-bottom h3.title {
    font-size: 2em;
	/*color: #ebfcff;*/
	color: #62a1d4;
    font-weight: 900;
    letter-spacing: .01em;
	text-align: left;
	text-shadow: 0px 0px 3px #b4c1d3;
}

.banner-bottom .cog {
	opacity: .1;
	position: absolute;
	margin-top: -4%;
	margin-left: 15%;	
}

.bnr-btm-right ul {
  font-size: 1.1em;
  color: #fff;
  line-height:1.8em;
  margin-top: 1em;
}

/*--//banner-bottom--*/



/*-- Effect 1--*/
.effect-1 {
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
    top: -10px;
    left: -10px;
    padding: 10px;
	-webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
	-moz-box-shadow: 0 0 0 2px #000;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	 transition: transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
	-o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.bnr-btm-right .btn-wayra:hover {
    color: #4E629C;
    border-color: #fff;
}
.bnr-btm-right.effect-1:after{
	-webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
	-moz-box-shadow: 0 0 0 2px #000;
}
.bnr-btm-right .btn-wayra:hover::before {
    background-color: #FFFFFF;
}






/*--footer--*/
.footer{
	background: #06192F;
	color: #3E505F;
	font-size: 1em;
}

.footer .container {
	margin: 0 auto;
	text-align: center;
	padding: 2% 3% 3% 3%;
}

.footer p {
    font-size: .85em;
    line-height: 1.4em;
	padding-top: 15px;
}

.footer #co_logos {
	padding-top: 5px;
}

.footer #co_logos img {
	display: inline-block;
	border: 0;
	padding: 8px;
	vertical-align: central;
	margin: 5px;
}

/*.footer a:hover {
	opacity: 0.7;
}*/

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*--//footer--*/

/*--copyright--*/
.copyright {
    background: #040717;
}

.copyright .container {
	margin: 0 auto;
	text-align: center;
	padding: 2% 3% 3% 3%;
}

.copyright #smedia {
	margin-left: -75px;
}

.copyright #smedia div {
	display: inline;	
	padding: 0 13px;
	vertical-align: top;
}

.copyright .fb-share-button {
	position: absolute;
}
/*--//copyright--*/




/*--about--*/
.about {
    background-color: #051D3A;
	background: url(../images/bkg_pattern2.png) repeat top left;
}

.about .container {
	padding: 2% 6%;
}


.about h3 {
	font-size: 2em;
	/*color: #ebfcff;*/
	color: #62a1d4;
    font-weight: 900;
    letter-spacing: .01em;
	text-align: center;
	text-shadow: 0px 0px 3px #b4c1d3;
}

.about .cog {
	width: 100px;
	height: 100px;
	opacity: .1;
	position: absolute;
	margin-top: -1%;
	margin-left: 15%;
}

.about-info {
    margin-top: 2em;
}


/* rounded img borders on hover */
.about-info img{
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	padding: 5%;
}
/*.about-info:hover .about-top-grid img {
    border-radius: 50px 0;
}*/


.about-top-grid img {
    border-radius: 50px 0;
	position: relative;
}

.responsive a img:hover {
	cursor: pointer;
	outline-style: none;
}

.img-responsive {
	width: 100%;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about h4 {
    font-size: 1.5em;
    line-height: 1.6em;
    color: #000;
}

.notice {
	color: #b2cade;
	font-size: 1em;
	padding-top: 0;
	margin-top: -30px;
}

p.text{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    line-height: 2em;
    color: #999;
}
/*-- //single --*/





/*---- responsive-design -----*/
@media(min-width:2050px){
.banner-right, .banner-left {
    min-height: 1000px;
}
.banner-right {
	tex-align: center;	
}
.banner-right #logo {
	padding: 1% 15% 0 15%;
	margin-top: 0;	
	text-align: center;
}
.banner-left {
	padding-top: 0;	
	margin-top: 0;
}
.banner-right #logo-title {
	width: 81%;
}
.banner-text {
	padding: 3% 5% 0% 5%;
}

.about-info {
	padding: 0 12%;
}
}
@media(max-width:2049px){
.banner-right,.banner-left {
    min-height: 840px;
}
.banner-right {
	tex-align: center;	
}
.banner-right #logo {
	padding: 3% 15% 0 15%;
	margin-top: 0;	
	text-align: center;
}
.banner-left {
	padding-top: 0;	
	margin-top: 0;
}
.banner-right #logo-title {
	width: 85%;
}
.banner-text {
	padding: 3% 5% 0% 5%;
}
.about-info {
	padding: 0 12%;
}
}
@media(max-width:1849px){
.banner-right,.banner-left {
    min-height: 820px;
}
.banner-right #logo {
	padding: 5% 15% 0 15%;
	margin-top: 0;	
	text-align: center;
}
.banner-right #logo-title {
	width: 87%;
}
.about-info {
	padding: 0 7%;
}
}
@media(max-width:1440px){
.banner-right,.banner-left {
    min-height: 720px;
}

.banner-right #logo {
	padding: 7% 15% 0 15%;
	margin-top: 0;	
	text-align: center;
}
.banner-right #logo-title {
	width: 88%;
}

.bnr-btm-right {
    padding: 5em 4em 4em 5em;
}
.about .container {
	padding-top: 5%;	
}
}
@media(max-width:1366px){
.bnr-btm-right h3 {
    font-size: 2em;
}
.banner-left, .banner-right {
    min-height: 770px;
}
}
@media(max-width:1280px){
.banner-right #logo {
	padding: 6% 15% 0 15%;
	margin-top: 0;	
	text-align: center;
}
.banner-right #logo-title {
	width: 88%;
}

.banner-right,.banner-left {
    min-height: 650px;
}

.about-info {
	padding-left: 5%;
	padding-right: 5%;
}

.bnr-btm-right {
    
}

h3.title {
    font-size: 2em;
    margin-bottom: 1em;
}

.banner-bottom .container {
	padding-top: 3%;
}
}
@media(max-width:1080px){
.banner-right h2 {
	font-size: 2em;
}
.banner-right h3 {
	font-size: 1.8em;
}
}
@media(max-width:1024px){
.banner-right h2 {
    padding: 2% 5% 0 5%;
}
.about-info {
	padding-left: 7%;
	padding-right: 7%;
}
}
@media(max-width:1080px){
.banner-right, .banner-left {
    min-height: 620px;
}
.banner-left {
    padding: 5% 0 0 0;
}
.banner-right h1 {
    font-size: 7em;
}

.banner-text {
	margin-top: 2%;	
}
.banner-text h2 {
	padding-top: 5%;
}
.bnr-btm-right {
    padding: 3em 2em 2em 3em;
}
.bnr-btm-right a.buy {
    padding: 0.5em 1.5em;
    margin: 1em auto 0;
}
.footer h3 {
    font-size: 2.6em;
}
}
@media(max-width:991px){
.footer h3 {
    font-size: 2.2em;
}
.banner-left h2 {
    font-size: 2.5em;
}
.banner-right, .banner-left {
    min-height: 600px;
}
.banner-right #logo-title {
	width: 85%;
}

}
@media(max-width:900px){
.bnr-btm-right {
    padding: 2.5em 1.5em 2em 3em;
}
}
@media(max-width:800px){
.banner-left {
   
}
.banner-right h2 {
    font-size: 1.8em;
}

.banner-right h3 {
    font-size: 1.3em;
}
.banner-left p {
    font-size: 1.1em;
    margin-top: 2em;
}

.banner-right #logo {
	padding-top: 0;
}
.banner-right, .banner-left {
    min-height: 530px;
}

.banner-right .banner-text {
	padding: 0;
	margin: 0;
}

.bnr-btm-left {
    float: none;
    width: 85%;
	text-align: center;
	padding-bottom: 0%;
	margin: 0 auto;
	padding-top: 7%;
}
.game_covers{
	
}
.bnr-btm-right {
    float: none;
    width: 100%;
	padding-top: 6%;
	margin-top: 0;
	padding-bottom: 7%;
	padding-left: 10%;
}
}
@media(max-width:768px){
/*a.buy {
    font-size: 0.9em;
    padding: 0.6em 1.5em;
    margin: 2em auto 0;
}
.banner-left {
    padding: 8em 3em 0;
}*/
.notice {
	text-align: center;	
}

.about {
	padding-bottom: 1%;	
	margin-bottom: 0;
	padding-top: 2%;
}
.copyright {
	padding-top: 2%;
	padding-bottom: 3%;	
}
}
@media(max-width:667px){
.banner-top {
	display: block;
	background: url(../images/img_logo_sm.jpg) no-repeat top center;
	min-height: 200px;
	-webkit-background-size: cover;
    background-size: cover;
	-moz-background-size: cover;	
}

.banner-left {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 700px;
}
.banner-right {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 20%;
}
.banner-right #logo {
	display: none;
}

.banner-text {
	margin: 0;
	padding: 9% 7% 1% 7%;
}
.banner-text h2 {
	padding-top: 10%;
}
}
@media(max-width:640px){


}
@media(max-width:600px){

}

@media(max-width:568px){

}
@media(max-width:480px){
.banner-top {
	min-height: 10%;
}

a.buy {
    padding: 0.5em 2em;
    margin: 2em auto 0;
    font-size: 0.9em;
}
.banner-left {
    min-height: 520px;
}


.bnr-btm-right h3 {
    font-size: 1.2em;
}

.bnr-btm-right {
	font-size: .9em;	
}

}
@media(max-width:414px){

}
@media(max-width:375px){
.banner-left {
    min-height: 450px;
}
.footer p {
    font-size: 0.9em;
}
.banner-left {
	padding-top: 0;	
}
.bnr-btm-right {
	font-size: .8em;	
}
}
@media(max-width:320px){
.bnr-btm-right {
    padding: 1em 1em 1em 1.5em;
}
.bnr-btm-right h3 {
    font-size: 1.1em;
}
.banner-bottom p {
    margin-top: 0.5em;
}
}

/*--//responsive-design---*/
