/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #e25f2a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #e25f2a; /* Gecko Browsers */
  color: #fff;
}
body {
	overflow-x: hidden;
	background: #edf1f2;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a, button {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Orbitron', sans-serif;
	color: #fff;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
}

/*--------------------------------------------------------------
# left Tab / Header / Search / Sidebar
--------------------------------------------------------------*/
.full-width {
	padding-right: 0;
	padding-left: 0;
	overflow-x: hidden;
}
.left-tab-wrapper {
	position: fixed;
	height: 100%;
	width: 25%;
}
.left-tab-wrapper-i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1e2b2c;
	top: 0;
	left: 0;
	padding: 0 30px;
}
header {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 40px 0 30px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.logo-img {
	max-height: 40px;
	margin: 0 auto 10px auto;
}
header h1 {
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 0;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}
header h1 span {
	color: #08b0f6;
}
header h2 {
	font-size: 0.7em;
	color: #3a4e4f;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 0 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.game-search-wrapper {
	position: relative;
	padding: 0 0 40px 0;
}
.game-search-wrapper h3 {
	font-size: 0.7em;
	text-align: center;
	margin: 0 0 3px 0;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.game-search-wrapper h3 span {
	color: #ff2846;
}
.input-icon-wrapper {
	position: relative;
	margin: 0 auto;
}
.input-icon-wrapper span.lnr {
	position: absolute;
	font-size: 30px;
	color: #999;
	left: 30px;
	top: 22px;
}
.input-style {
	height: 70px;
	font-size: 1em;
	color: #333;
	outline: none !important;
	width: 100%;
	padding: 0 15px 0 85px;
	border: none;
	box-shadow: none;
	background: #fff;
	border-radius: 50px;
}
.input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
	opacity: 1;
}
.input-style::-moz-placeholder { /* Firefox 19+ */
	color: #999;
	opacity: 1;
}
.input-style:-ms-input-placeholder { /* IE 10+ */
	color: #999;
	opacity: 1;
}
.input-style:-moz-placeholder { /* Firefox 18- */
	color: #999;
	opacity: 1;
}
.sidebar-title h4 {
	font-size: 0.7em;
	text-align: left;
	margin: 0 0 3px 0;
	color: #3a4e4f;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sidebar-title h4:after {
	content: '';
	height: 2px;
	width: 100%;
	position: relative;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	margin: 8px 0 15px 0;
}
.sidebar-item-content-wrapper {
	position: relative;
	margin-bottom: 15px;
}
.sidebar-item-content-wrapper:before {
	position: absolute;
	content: '';
	height: 120%;
	width: 110%;
	background: rgba(0, 0, 0, 0.2);
	left: -5%;
	top: -12%;
	border-radius: 7px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-item-content-wrapper:hover:before {
	opacity: 1;
}
.sidebar-content {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.sidebar-content .generes-wrapper { 
	margin: 0;
}
.s-img-w {
	width: 10%;
	display: inline-block;
	float: left;
}
.sidebar-content img {
	position: relative;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	border: 2px solid rgba(0, 0, 0, 0.3);
}
.s-con-w {
	display: inline-block;
	position: relative;
	width: 90%;
	float: left;
}
.sidebar-content h5 {
	font-size: 0.5em;
	text-transform: uppercase;
	margin: 0 0 0 0;
	letter-spacing: 1.5px;
	color: #fff;
}
.sidebar-content .generes-wrapper {
	position: relative;
	line-height: 0.5;
}
.sidebar-content .genere-tag {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1;
	background: #3a4e4f;
	border: none;
	padding: 4px 4px 2px 4px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	margin-right: 4px;
	font-family: arial, sans-serif;
}
.sidebar-content .genere-tag:last-child {
	margin-right: 0;
}
.sidebar-bottom-item {
	margin-top: 40px;
}
/*--------------------------------------------------------------
# Right Window
--------------------------------------------------------------*/
.right-window-wrapper {
	position: relative;
	width: 75%;
	left: 25%;
	padding: 70px 80px 50px 80px;
}
.right-window-header h3  {
	margin: 0;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 3px;
	font-size: 1.3em;
}
.right-window-header {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Isotope
--------------------------------------------------------------*/
.show-more-button-wrapper {
	margin: 40px 0 100px 0;
}
#load-more{
	display: table;
	margin: 30px auto 0 auto;
}
.hidden {
	display: none;
}

button#load-more, .button {
	display: table;
	margin: 0 auto;
	padding: 15px 30px;
	background: #08b0f6;
	color: #fff;
	font-weight: 900;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	border: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}
button#load-more span.lnr {
	font-size: 1.5em;
	color: rgba(0, 0, 0, 0.3);
	margin-right: 10px;
	position: relative;
	top: 4px;
}
button#load-more:hover, .button:hover {
  background: #fff;
  color: #08b0f6;;
}

button#load-more:active,
button#load-more.is-checked {
  background-color: #ccc;
}

button#load-more.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

button#load-more:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.isotope {
  border: 1px solid #333;
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.games-grid {
	position: relative;
	margin: 0 -15px;
}
.grid-item {
	cursor: pointer;
	margin-top: 20px;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
}
.grid-item:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.grid-item img {
	max-width: 100%;
}
.grid-item h4 {
	font-size: 0.7em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
	color: #fff;
	z-index: 2;
	position: relative;
}
.grid-item-inner {
	position: relative;
	overflow: hidden;
}
.grid-item:hover .grid-item-inner {
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.4);
}
.grid-item-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.grid-item-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 77%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.generes-wrapper {
	position: relative;
	z-index: 2;
	line-height: 0.6;
}
.genere-tag {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1;
	background: #08b0f6;
	border: none;
	padding: 4px 4px 2px 4px;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	border-radius: 0;
	margin-right: 4px;
	font-family: arial, sans-serif;
}
.genere-tag:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) { 
	.right-window-wrapper {
		padding: 70px 40px 50px 40px;
	}
	.grid-item h4 {
		font-size: 0.6em;
	}
	.left-tab-wrapper-i {
		padding: 0 15px;
	}
	.s-img-w {
		width: 15%;
	}
	.s-con-w {
		width: 85%;
	}
	header {
		padding: 20px 0 20px 0;
		margin-bottom: 20px;
	}
	.game-search-wrapper {
		padding-bottom: 20px;
	}
	.input-style {
		height: 50px;
	}
	.input-icon-wrapper span.lnr {
		top: 11px;
	}
	.sidebar-bottom-item {
		margin-top: 20px;
	}
	.sidebar-item-content-wrapper {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1100px) { 
	.left-tab-wrapper {
		position: relative;
		height: auto;
		width: 100%;
	}
	.left-tab-wrapper-i {
		position: relative;
	}
	.right-window-wrapper {
		position: relative;
		width: 100%;
		left: 0;
		padding: 50px 40px 50px 40px;
	}
	.left-tab-wrapper-i {
		padding: 0 40px;
	}
	.sidebar-wrapper {
		display: none;
	}
}
@media screen and (max-width:550px) { 
	.right-window-wrapper {
		padding: 30px 30px 30px 30px;
	}
	.left-tab-wrapper-i {
		padding: 0 30px;
	}
	.right-window-header {
		padding-bottom: 7px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:400px) { 
	.logo-img {
		max-height: 30px;
	}
	.right-window-header h3 {
		font-size: 1.1em;
	}
}
@media screen and (max-width:360px) { 
	.right-window-wrapper {
		padding: 30px 20px 30px 20px;
	}
	.left-tab-wrapper-i {
		padding: 0 20px;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/