body {
  background: url("../images/landing/background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.clearfix{
	height: 20px;
}

.head-container{
  background: url("../images/landing/head-container.jpg") !important;
  background-repeat: no-repeat;
}

.logo{
	text-align: center;
	margin: 5px 0;
}

.logo img{
	position: relative;
	width: 180px;
}

.games-container{
	width: 20%;
	float: left;
}

.games-container-space{
	width: 10%;
	float: left;
}

.games-container .img1{
	width: 250px;
}

.games-container .img2{
	width: 230px;
	margin: 10px 0 0 12px;
}

.games-title{
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-left: 45px;
}

.mid-container{
	text-align: center;
	margin-top: 25px;
}

.lang-icon{
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
}

.lang-title{
	color: #000;
	margin-top: 10px;
}

.lang-active{
	box-shadow: 1px 1px 45px #bf1a1a;
	border-radius: 100px;
}

.btn-play{
    background: #982723;
    color: #fff;
    padding: 5px 30px;
}

.btn-play:hover, .btn-play:active, .btn-play:visited, .btn-play:focus{
	text-decoration: none;
	color: #fff;
}

.mid-container p{
	margin-top: 10px;
}

.mid-container span{
	color: #982723;
}

.footers{
  background-color:#131313;
  color: #626262;
  padding-top: 30px;
}

.footer-title{
	padding: 0;
}

.footers .right{
	text-align: right;
}

.footers .right img{
	vertical-align: middle;
	margin: -60px 10px 0px 10px;
}

.line{
	margin: 20px -16px;
}