#wrapper {
    padding-left: 0;
    transition: all 0.5s ease 0s;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    background: none repeat scroll 0 0 #222;
    height: 100%;
    left: 250px;
    margin-left: -250px;
    overflow-y: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 1000;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    padding: 15px;
    width: 100%;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -250px;
    position: absolute;
}
.sidebar-nav {
    list-style: none outside none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 10px;
}
.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    background: #25b1ca;
    color: #fff;
    text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    height: 65px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
@media (min-width: 768px) {
#wrapper {
    padding-left: 300px;
    overflow-x: hidden;
    max-width: 100%;
}
#wrapper.toggled {
    padding-left: 0;
}
#sidebar-wrapper {
    width: 300px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 0;
}
#page-content-wrapper {
    padding: 20px;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: 0;
    position: relative;
}
}

.content-info {
  /*Change this background color for the footer*/
  background-color:#55c67d;
  color:#fff;
  margin-top:30px; 
}
.content-info a{color:#ffffff;}
.content-info a:hover{color: #dddddd;}
.content-info h3{color:#ffffff;}

.ft-bottom {
  /*Change this background color for bar under the footer*/
  background-color:#131313;
  color:#fff;
  padding:10px;
}

.gamewrap {
    position: relative;
    width: auto;
    height: auto;
    overflow:hidden;
}
.gamewrap img {
    display: block;
}
.gamewrap .gamelink {
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 25% 0 2px;
    background: #fff;
    color: #333;
    text-decoration: none;
    text-align: center;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.gamewrap:hover .gamelink {
    background-color:rgba(255,255,255,0.6);
    opacity:4;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
}

/* =============================================================================
   Sprites
   ========================================================================== */  

   .rating5{width:150px; height:30px; background:url("../../../../../img/stars.png")0 0px; background-repeat:no-repeat;}
   .rating4{width:150px; height:30px; background:url("../../../../../img/stars.png")0px -30px; background-repeat:no-repeat;}
   .rating3{width:150px; height:30px; background:url("../../../../../img/stars.png")0px -60px; background-repeat:no-repeat;}
   .rating2{width:150px; height:30px; background:url("../../../../../img/stars.png")0px -90px; background-repeat:no-repeat;}
   .rating1{width:150px; height:30px; background:url("../../../../../img/stars.png")0px -120px; background-repeat:no-repeat;}

   .thumbnail .caption a{color:#42e37b;}
   .thumbnail .caption a:hover{color:#19ff6a;}

   .text-wrap{
    background-color:#ededed;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.6);
   }
.clearfix::after{content:"";display:table;clear:both}
