.navbar {
  background-color: #ee5487;
}
.logo img{
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
.navbar .logo img{
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
.navbar .navbar_btn{
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
.navbar .navbar_btn:hover{
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
.navbar ul a {
	color: #ffb26e;
}
.navbar ul a:hover {
  color:#ee5487;
  background-color: #ffb26e;
}


.splosh_box{
	height:100%;
	width:100%;
	overflow-y:scroll;
	top:0;
	position:absolute;
}
.splosh_video {
    height:auto;
    width:100%;
    display:block; /* ou inline-block */
    margin-top:46px;
    background-image:url('../img/splosh/splosh_video.jpg');
}

.splosh_video img{	
	width:100%
}
.splosh_box_video a {
	position:relative;
}
.splosh_logo_box{
	width:100%;
	height:auto;
	display:block;
	position:relative;
}
.splosh_logo{
	display:block;
	width:100%;
	height:auto;
	position:absolute;

	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
	color:#eee;
	text-transform:uppercase;
	font-size:26px;
	max-width:100%;
}
.splosh_logo h3{
	display:block;
	
}
.splosh_logo img{
	width:15%;
	padding:20px 0;
	display:inline-block;
}
.splosh_concept{

	width:100%;
	display:block;
	background-color:#83613e;
	background-image:url('../img/games/splosh/splosh_concept.jpg');
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:80px;
}

.splosh_concept h3{
	width:76%;
	padding:120px 0 30px;
	margin:auto;
	text-transform:uppercase;
	font-size:36px;
	color:#eee;
	text-align:center;
	text-shadow: 0px 1px 2px #111;
}
.splosh_concept p{
	width:76%;
	margin: 0 auto;
	font-size:18px;
	line-height:40px;
	color:#eee;
	padding:0 0 120px;
	text-align:center;
	text-shadow: 1px 1px 2px #111;
}
.splosh_concept {

	text-align:center;

}

.splosh_concept iframe{
	margin-top:20px;
	border: solid #eee 2px;
	width: 60vw;  
    height: 33.75vw;
	display:inline-block;
}

.splosh_screen{
	width:100%;
	display:block;
	background-image:url('../img/games/splosh/splosh_screen.jpg');
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	text-align:center;
}
.splosh_screen h3{
	width:76%;
	padding:120px 0 30px;
	margin:auto;
	text-transform:uppercase;
	font-size:36px;
	color:#eee;
	text-align:center;
	text-shadow: 0px 1px 2px #111;
}
.splosh_screen_box{
	width:76%;
	margin:auto;
	
}

.splosh_screen_icon{
	width:300px;
	height:200px;
	margin:30px 50px;
	display:inline-block;
	padding:50px 0;

}
.splosh_buy{
	background-image:url('../img/games/splosh/steam.png');
	background-size:cover;
	position:fixed;
	bottom:40px;
	right:40px;
	width:150px;
	height:150px;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	color: #fff;
	text-align: center;
	text-decoration: bold;
	font-size: 28px;
	text-transform: uppercase;
	border-radius: 30px;
}
.splosh_buy:hover{
	background-image:url('../img/games/splosh/steam_hover.png');
}
.splosh_buy p{
	display: inline;
	position:absolute;
	width:150px;
	right:150px;
	top:40px;
	
}
.splosh_screen_icon img{
		border:1px solid #eee;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox img{
	display:block;
	width:60%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	height:auto;
	border:solid 1px #eee;
}
.lightbox:target {
  display: block;
}
.game_head_transition{
	position:absolute;
	color:rgba(0,0,0,0);
	transform: translate(0,-40%);
	-webkit-transform:translate(0,-40%);
	width:100%;
	display:block;
	filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(6059%) hue-rotate(314deg) brightness(111%) contrast(111%);
}
#mobile_video_replace{
	display:none;
}
@media (max-width:1000px){ 
	.splosh_screen_icon{
		margin:30px 0;
	}
	.splosh_buy{
		width:100px;
		height:100px;
		
	}
	.splosh_buy img{
		width:60px;
		height:60px;
	
	}
		#mobile_video_replace{
	height:auto;
	width:100%;
	display:block;
	margin-top:46px;
	}

.splosh_box video{
	display:none;
}
}
@media (max-width:500px){ 

	.splosh_buy{
		width:60px;
		height:60px;
		text-indent:-9999px;
		font-size:0.0001em;
	}
	.splosh_buy p{
		padding-top : 0;
	
	}
	.splosh_buy img{
		width:40px;
		height:40px;
	
	}
}