 * {
     margin: 0;
     padding: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     background: #1a1a1a;
     font-size: 15px;
     color: #666;
     font-family: 'Roboto', sans-serif;
}
.content {
     height: 200px;
}
 a {
     text-decoration: none;
}
 .container {
     max-width: 1200px;
     margin: 0 auto;
     width: 100%;
}
 .nav-fostrap {
     display: block;
     margin-bottom: 15px 0;
     background: #0d0d0d;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     border-radius: 3px;
}
 .nav-fostrap ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
     display: inline-block;
}
 .nav-fostrap li {
     list-style-type: none;
     margin: 0;
     padding: 0;
     display: inline-block;
     position: relative;
     font-size: 14;
     color: #def1f0;
}
 .nav-fostrap li a {
     padding: 15px 20px;
     font-size: 14;
     color: #def1f0;
     display: inline-block;
     outline: 0;
     font-weight: 400;
}
 .nav-fostrap li:hover ul.dropdown {
     display: block;
}
 .nav-fostrap li ul.dropdown {
     position: absolute;
     display: none;
     width: 200px;
     background: #2980B9;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     padding-top: 0;
}
 .nav-fostrap li ul.dropdown li {
     display: block;
     list-style-type: none;
}
 .nav-fostrap li ul.dropdown li a {
     padding: 15px 20px;
     font-size: 15px;
     color: #fff;
     display: block;
     font-weight: 400;
}
 .nav-fostrap li ul.dropdown li:last-child a {
     border-bottom: none;
}
 .nav-fostrap li:hover a {
     background: #2980B9;
     color: #fff !important;
}
 .nav-fostrap li:first-child:hover a {
     border-radius: 3px 0 0 3px;
}
 .nav-fostrap li ul.dropdown li:hover a {
     background: rgba(0,0,0, .1);
}
 .nav-fostrap li ul.dropdown li:first-child:hover a {
     border-radius: 0;
}
 .nav-fostrap li:hover .arrow-down {
     border-top: 5px solid #fff;
}
 .arrow-down {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #def1f0;
     position: relative;
     top: 15px;
     right: -5px;
     content: '';
}
 .title-mobile {
     display: none;
}
 @media only screen and (max-width:900px) {
     .nav-fostrap {
         background: #fff;
         width: 200px;
         height: 100%;
         display: block;
         position: fixed;
         left: -200px;
         top: 0px;
         -webkit-transition: left 0.25s ease;
         -moz-transition: left 0.25s ease;
         -ms-transition: left 0.25s ease;
         -o-transition: left 0.25s ease;
         transition: left 0.25s ease;
         margin: 0;
         border: 0;
         border-radius: 0;
         overflow-y: auto;
         overflow-x: hidden;
         height: 100%;
    }
     .title-mobile {

         display: block;
         top: 10px;
         font-size: 20px;
         left: 100px;
         right: 100px;
         text-align: center;
         color: #FFF;
    }
     .nav-fostrap.visible {
         left: 0px;
         -webkit-transition: left 0.25s ease;
         -moz-transition: left 0.25s ease;
         -ms-transition: left 0.25s ease;
         -o-transition: left 0.25s ease;
         transition: left 0.25s ease;
    }
     .nav-bg-fostrap {
         display: inline-block;
         vertical-align: middle;
         width: 100%;
         height: 50px;
         margin: 0;
         position: absolute;
         top: 0px;
         left: 0px;
         background: #101010;
         padding: 12px 0 0 10px;
         -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
         -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
         -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
         -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
         box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }
     .navbar-fostrap {
         display: inline-block;
         vertical-align: middle;
         height: 50px;
         cursor: pointer;
         margin: 0;
         position: absolute;
         top: 0;
         left: 0;
         padding: 12px;
    }
     .navbar-fostrap span {
         height: 2px;
         background: #fff;
         margin: 5px;
         display: block;
         width: 20px;
    }
     .navbar-fostrap span:nth-child(2) {
         width: 20px;
    }
     .navbar-fostrap span:nth-child(3) {
         width: 20px;
    }
     .nav-fostrap ul {
         padding-top: 50px;
    }
     .nav-fostrap li {
         display: block;
    }
     .nav-fostrap li a {
         display: block;
         color: #505050;
         font-weight: 600;
    }
     .nav-fostrap li:first-child:hover a {
         border-radius: 0;
    }
     .nav-fostrap li ul.dropdown {
         position: relative;
    }
     .nav-fostrap li ul.dropdown li a {
         background: #2980B9 !important;
         border-bottom: none;
         color: #fff !important;
    }
     .nav-fostrap li:hover a {
         background: #03A9F4;
         color: #fff !important;
    }
     .nav-fostrap li ul.dropdown li:hover a {
         background: rgba(0,0,0,.1);
         !important;
         color: #fff !important;
    }
     .nav-fostrap li ul.dropdown li a {
         padding: 10px 10px 10px 30px;
    }
     .nav-fostrap li:hover .arrow-down {
         border-top: 5px solid #fff;
    }
     .arrow-down {
         border-top: 5px solid #505050;
         position: absolute;
         top: 20px;
         right: 10px;
    }
     .cover-bg {
         background: rgba(0,0,0,0.5);
        
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
    }
}
 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
}
 .navbar-brand {
     color:#fff;
     font-weight:bold;
}
.col-md-3,.col-md-9,.col-md-12 {
	position:inherit;
}
.col-md-9 {
	padding:0;
}
.topgames {
	padding: 10px 0px;
    text-align: center;
	width: 100%;
    display: inline-block;
    clear: both;
    position: initial;
}
ul {
	display: inline-block;
    list-style: none;
    margin: 0;
}
.topgames ul li {
	float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.topgames ul li img {
	border: 2px solid #878d8c;
    border-radius: 8px;
}
.games {
	display: grid;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0;
}
.boxgames {
	max-width:1450px;
	width:100%;
	height: auto;
	margin: auto;
}
.box-name {
	float: left;
    width: 100%;
}
.box-name h1 {
	display: inline;
    color: gray;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 7px 0;
	float: left;
}
.social-list {
	display: inline-block;
    float: right;
}
.box-game {
	display: inline-block;
}
.ads-right {
	color: gray;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0;
    text-align: center;
    font-style: italic;
}

.box-info {
	float: left;
    text-align: initial;
}
.box-info h2 {
    padding: 10px 0;
    margin: 0;
    font-size: 24px;
    display: inline-block;
}
.box-right {
	text-align:center;
}
.box-games-list {
	padding:10px 15px;
}
.box-games-list h3 {
	padding: 0 10px;
    margin: 0px 0px 10px 0px;
}
.box-games-list h1 {
	padding: 0 10px;
    margin: 0px 0px 10px 0px;
	font-size: 30px;
}
.box-games-list ul {
	display: inline-block;
    list-style: none;
    margin: 0;
}
.box-games-list ul li {
	float: left;
    padding: 6.5px;
}
.box-games-list ul li item {
	height: 126px;
    position: relative;
}

.img-thumbnail {
	background-color: #cccccc;
    border: none;
    border-radius: 8px;
    padding: 0px;
	line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
	border:5px solid #1ca5a9; border-radius:8px;float:left;
	width:120px;
}
.group-tags .tags {
    clear: both;
    text-align: center;
    margin-top: -15px;
    font: inherit;
    vertical-align: baseline;
    padding: 10px;
    margin: 0;
    border: 0;
    list-style: none;
}
.group-tags .tags .tag {
    display: inline-block;
    margin: 2px 3px;
    font: inherit;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}
.group-tags .tags .tag a {
	display: block;
    padding: 4px 5px;
    border: 1px solid #111;
    border-radius: 4px;
    color: #e0ac56;
	box-shadow: 0 0 20px #111;
}
.group-tags .tags .tag a:hover {
	background-color: #A84;
    color: black;
}
span.link a span {
	display: none; text-transform:capitalize
}
span.link a:hover {
	font-size: 99%;
	font-color: #000000;
}
span.link a:hover span {
	display: inline-block;
	position: absolute;
	margin-top: 5px;
	margin-left: -115px;
	width:110px;
	height:110px;
	padding: 5px;
	border-radius:5px;
	z-index: 9900;
	color: #fff;
	font-size:15px;
	text-decoration: none;
	opacity:1;
	background:url(../images/backgh.png) repeat; overflow:hidden;
	text-align:center;
	font-weight:bold;
}
.pagination {
	width: 100%;
}
.pagination li {
	list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.footer {
    background-color: #0d0d0d;
    text-align: center;
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important;
}
.footer .footertext {
	color: #999;
	font-size:13px;
	float:left;
	text-align:left;
}
