* {
  outline: 0 none !important;
}
a{
  text-decoration: none !important;
}

ul {
  margin: 0px;
  padding: 0px;
}

.index {
  background: url('../images/tasalla.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  font-family: Raleway;
  background-size: cover;
  background-position-x: center;
  padding-bottom: 75px;
  position: relative;
  min-height: 100%;
  float: left;
  width: 100%;
}

@font-face {
  font-family: Raleway;
  src: url(Raleway-Medium.ttf);
}

.fl-left {
  float: left;
}

.fl-right {
  float: right
}

.width-100p {
  width: 100% !important;
}

.margin-auto {
  float: none !important;
  margin: auto;
}

#language {
  background: url('../images/langauge.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 46px;
  width: 118px;
  text-align: center;
  padding-top: 7px;
  color: white;
  cursor: pointer;
}

.white {
  color: white;
}

.mg-tp-50 {
  margin-top: 50px;
}

.bgblue {
  background-color: #55A4DA;
}

button {
  border-radius: 180px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footer-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#footer {
  bottom: 0px;
  color: white;
  border-top: 1px solid #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 10px;
}

.pos-rel {
  position: relative;
}

.blue {
  color: #55A4DA;
}

.menu li {
  float: left;
  list-style-type: none;
  padding-left: 12px;
  padding-right: 11px;
  font-size: 13px;
  border-right: 1px solid #55A4DA;
  text-align: center;
}

#search,#susbcribe {
  border-radius: 180px;
  border: 1px solid #55A4DA;
  height: 30px;
  width: 200px;
  margin-top: -4px;
}

#susbcribe
{
padding-top:3px;  
}

.icon
{
  margin-top: -5px;
  margin-left: 2px;
}

.border-0
{
border:0px !important;
}

.image
{
margin-bottom:20px;  
}

.slick-next:before {
  content: "\f11" !important;
  /* font-family: FontAwesome !important; */
  font-size: 0px !important;
  /* color: #eee !important; */
  background: url(../images/arrow2.png);
  background-size: 31px;
  background-repeat: no-repeat;
  height: 59px;
  width: 28px;
  line-height: 30px;
  float: left;
}

.slick-prev:before {
  content: "\f10" !important;
  /* font-family: FontAwesome !important; */
  font-size: 0px !important;
  color: #eee !important;
  background: url(../images/arrow1.png);
  background-size: 35px;
  background-repeat: no-repeat;
  height: 59px;
  width: 28px;
  line-height: 30px;
  float: left;
}

.padding-0,.slick-next,.slick-prev
{
padding:0px !important;
}

.image img
{
margin:auto;
}

#search input
{padding-top: 5px;}

.mg-tp-20
{
margin-top:20px;
}

.f-size-11{font-size:11px;}

#choosegame #footer {
  border-top: 1px solid #55A4DA;
  color: #4C4C4E;
}

.centered-axis-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.height-100p
{
height:100%;
}

.content
{height: 500px;}

.f-size-36
{
font-size: 36px;  
}

.bottom-0
{
bottom:0px;
}

.pos-abs
{
position: absolute;
}


#downloadnow
{position:absolute;bottom: 60px;left: 0px;}

.mg-tp-10
{margin-top:10px;}

.f-size-20
{
font-size:20px;  
}

.f-size-25
{
font-size:25px;
}

.max-height-100
{
max-height:100% !important;
}

.mg-tp-100
{
margin-top:100px;
}

.image
{
overflow:hidden;
height: 160px;
font-size:13px;
color: #333;
}

.image img{
  max-height: 100px;
  margin-bottom: 10px;
}

.menu li
{
cursor: pointer;
}


.image .blue
{
position:absolute;
left:0px;
bottom:0px;
font-size:12px !important;
}


.slick-dots 
{
  position: relative !important ;
}

#menubig .slick-next:before ,
#menubig .slick-prev:before{
  background-size: 16px !important;
  height: 24px !important;;
}

#menubig
{
padding-left:20px;
}

.black
{
color:#333333;
}

#games{
  text-align: center;
  font-size: 30px;
  color: red;
  }

  .padding-4
  {
padding:4px;
  }