/*
Theme Name: Simple Landing Page [THEME 2]
Theme URI: 
Author: OCME c/o Ali
Author URI: 
Description: Lightweight WordPress Theme for game landing page - TEMPLATE 2
Version: 4.0
Text Domain: gamelanding_02
*****************************
/**
* #.# RESET
*
* !!--Do not edit--!!
*/


@import url("http://fonts.googleapis.com/css?family=Oxygen:400,300,700");

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body *{
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin: 25px auto;
}

	h1 {	font-size: 30pt; font-weight: bold;	}
	h2 {	font-size: 24pt;	}

p, li { 
	font-size: 12pt; 
	margin: 10px auto;
}

a, a:hover { text-decoration: none; }

header {
	position: relative;
	display: block;
	max-height: 100vh;
	overflow: hidden;
}

header nav.navbar {
	background: rgba(0,0,0,0.5);
	padding: 5px 30px 5px 0;
	margin: 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	border: 0;
	border-radius: 0;
	z-index: 20;
}

	header nav.navbar.navbar-static {
		position: static;
	}

	.navbar-form {
		border: none;
	}
	
	.navbar-form select {
		border: 1px solid;
	}

header section.jumbotron {
	position: static;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
}

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0; overflow: hidden;
		min-height: 480px;
		background: black;
		vertical-align: center;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.video-container video {
		min-height: 480px;
	}

header section.overlay {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	z-index: 19;
}


header section.overlay .container {
	height: 100%;
}

header section.overlay .logo {
	height: auto;
	margin: auto;
	padding: 10px 0;
	display: block;
	float: left;
}

header section.overlay .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

header section.overlay .button {
	height: auto;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	display: block;
	float: left;
}

.learnmore-block {
	position: absolute;
	bottom: 20px;
	display: block;
	width:  100%;
	text-align: center;
}

.learnmore {
	background: url("images/more.png") no-repeat left center;
	font-size: 20px;
	color: white !important;
	width: 127px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-weight: 100;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
  
.mutebtn{
  float: right;
  bottom: 0;
  position: absolute;
  right: 0;
  margin: 10px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  }

.well {
	padding: 20px inherit;
	background: none;
	border: none;
	box-shadow: none;
}

a.cta {
    transition: all 0.2s ease-out;
    font-size: 18pt;
    line-height: 30pt;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    border:2px solid #FFF;
    opacity: 1;
    background: url('images/ctabg.gif') repeat-x center #076201;
    background-size: auto 100%;
    text-shadow: 1px 1px 5px black;
}

	a.cta:hover { 
	transition: all 0.5s ease-in-out;
	background: url('images/ctabg2.gif') repeat-x center #fcdf2a;
	background-size: auto 100%;
	border-color: white;
	color:  black;
	text-shadow: 1px 1px 5px white;
	box-shadow: 0px 0px 20px yellow;
	}

a.cta_custom {
	margin: 10px auto 20px;
	min-width: 300px;
	line-height: 80px;
	border: none;
	border-radius: 0;
	background: no-repeat center transparent;
	background-size: 100% auto;
}

	a.cta_custom:hover {
		background-size: contain;
		background: no-repeat center;
		background-color: transparent;
		background-size: 100% auto;
		border: none;
		box-shadow: none;
	}

section.content {

}

	#sidebar img {
		max-width: 100%;
		padding: 0 10px;
		margin: 20px auto;
	}

	#sidebar img.gameicon {
		max-width: 200px;
		height: auto;
		padding: 0;
	}

	#sidebar .ratings {
		font-size: 30pt;
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}

	#sidebar .ratings .stars {
		display: block;
		position: relative;
		height: 36px;
		width: 200px;
		padding: 10px 0;
		margin:  auto;
	}

	#sidebar .ratings .stars div.bgstars {
		position: absolute;
		top: 0; left: 0;
		display: block; width: 100%;
		height: 36px;
		background: url('images/0stars.png') left no-repeat;
		background-size: auto 36px;
	}

	#sidebar .ratings .stars div.fillstars {
		display: block;
		position: absolute;
		top: 0; left: 0; width: 100%;
		height: 36px;
		background: url('images/5stars.png') left no-repeat;
		background-size: auto 36px;
		
	}

#page img.logo {
	max-width: 100%;
	max-height: 180px;
}
	
	.moreinfo ul {
		padding: 0;
	}
	
	.moreinfo ul li
	{
		list-style-type: none;
		padding-left: 50px;
		padding-top: 5px;
		background: no-repeat top left;
		background-size: 40px 40px;
		min-height: 50px;
	}
	
	.screenshots img.screenshot {
		width: 100%;
		object-fit: contain;
		object-position: center;
		max-height: 500px;
		margin: 10px;
		background: black;
	}


footer {
	display: block;
	width:  100%;
	float:  left;
	background-color: darkgrey;
	padding: 15px 10px 0;
}

footer .translate {
	float: left;
	margin: 10px 0;
}

footer ul#nav_bottom {
	list-style-type: none;
	padding: 0;
}

footer ul#nav_bottom li {
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}


/* BOUNCE ANIMATION */

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

/* RESPONSIVE */

@media only screen and (min-width: 768px) {

	header section.overlay .logo {
		height: 50%;
	}

	a.cta {
		font-size: 30pt;
		padding: 20px 50px;
	}
	
	a.cta_custom {
		font-size: 26pt;
		line-height: 100px;
		padding: 10px 30px;
	}

}


@media only screen and (min-width: 1280px) {

	a.cta {
		font-size: 36pt;
	}
	
	a.cta_custom {
		font-size: 36pt;
		line-height: 120px;
	}
}


@media only screen and (min-width: 1440px) {
	
	header section.overlay .button {
		height: 50%;
		margin:  0;
	}

}

/* FOR GTRANSLATE */
				  
.switcher {
    margin-top: 10px;
					}