@import url(//db.onlinewebfonts.com/c/12420e8c141ca7c3dff41de2d59df13e?family=BeaufortforLOL-Bold);
@font-face {font-family: "BeaufortforLOL-Bold"; src: url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.eot"); src: url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.woff") format("woff"), url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/12420e8c141ca7c3dff41de2d59df13e.svg#BeaufortforLOL-Bold") format("svg"); }


html { height: 100%; overflow-y: scroll;}

body {
  min-height:100%; 
  position:relative; 
  padding-bottom: 130px; 
  
}
.mini-emoji {
  transform: scale(0.5);
}
.footer { 
  position: absolute; 
  left: 0;
  right: 0;
  bottom: 0; 
  height: 110px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BeaufortforLOL-Bold";
}

.pre-header {
  font-size: 13px;
  background-color: #000;
  color: #fff;
  font-family: "BeaufortforLOL-Bold";
}

.navbar {
	justify-content: space-between;
  font-family: "BeaufortforLOL-Bold";
  font-size: 14px;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-collapse {
	flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #1e1e27;transition: .3s
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f5b105;transition: .3s
}

.carousel-item {
	max-height: 400px;
}

.download-img  {
	width: 200px;
}

.footer-logo {
	color: #fff;
	font-size: 14px;
}

footer a {
	font-size: 14px;
}

.user-nav a{
	font-size: 13px;
	font-weight: 700;
	color: #000;
	
}

.user-nav a:hover{
	text-decoration: none;
	color: #fac704;
}

.profile {
  margin: 20px 0;
}

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

/*.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}*/

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.fas {
  width: 20px;
}

.nav-profile {
  display: block;
}

.logo {
  filter: brightness(115%);
  transition: 0.3s;
}

.logo:hover {
  filter: brightness(130%);
  transition: 0.3s;
  transform: scale(1.1);
}

a .log:hover {
  color: #fff;
}


@media (max-width: 768px) {

.shaiya-mobile {
	display: none;
}

.table td, .table th {
	padding: 6px;
	font-size: 12px;
}

.container h1{
	margin-bottom: 1rem!important;
	font-size: 25px;
}

nav ul {
	font-size: 12px;
}

div center {
	font-size: 12px;
}

}

}

.tess {
  width: 330px;
  height: 225px;
}

.imgContainer {
  transition: transform .1s cubic-bezier(.4,0,.2,1);
    z-index: 0;
    width: 100%;
    height: 225px;
    position: relative;
    cursor: pointer;
    width: 330px;
    height: 225px;
    display: block;
}

.imgContainer:hover {
  transform: translateY(2px);
}

.imgCoverWrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 35px 35px -30px rgba(0,0,0,.4);
}

.imgCover {
  height: 225px;
  width: 330px;
  position: relative;
  display: block;
}

.imageObjectFit__image__3iaCx {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}

.GameShowCase__info__1z6Sz {
  position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.GameShowCase__logoContainer__3p-Bg {
/*  height: 68px;
    width: 204px;*/
    height: 150px;
    width: 225px;
    max-width: calc(100% - 40px);
    position: relative;
    margin: 0 auto 5px;
    filter: brightness(115%);
}

.GameShowCase__logoContainer__3p-Bg:hover {
    filter: brightness(145%);
  transition: .5s;
  transform: scale(1.05);
}

.GameShowCase__description__2_wvG {
    font-family: "BeaufortforLOL-Bold";
    font-size: 22px;
    line-height: 15px;
    letter-spacing: 0;
    top: 0;
    position: relative;
    opacity: 1;
    width: 75%;
    margin: auto;
    color: #fff;
}

.get-daily-reward-done {
  width: 36px;
  height: 27px;
  background: url(../img/ok_green.png) no-repeat;
  border: none;
  color: #ffe1b3;
  text-transform: uppercase;
  outline: none;
  margin: 3px;
  margin-left: auto;
    margin-right: auto;
    transform: scale(0.7);
}

.get-daily-reward-done2{
  width: 36px;
  height: 27px;
  background: url(../img/ok_green.png) no-repeat;
  border: none;
  color: #ffe1b3;
  text-transform: uppercase;
  outline: none;
  margin: 3px;
  margin-left: auto;
    margin-right: auto;
    transform: scale(0.7);
    filter: contrast(25%);
}


.ex {
    width: 31px;
    height: 60px;
    transform: scale(0.3);
    background: url(../img/ex.png) no-repeat;
    position: absolute;
    left: 110px;
    top: -6px;
}