body {

  margin: 0;

  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #000232;

  text-align: left;

}



*,

 ::before,

 ::after {

  box-sizing: border-box;

}



a {

  color: #F7D900;

  text-decoration: none;

  background-color: transparent;

}



a:hover {

  color: #b39a00;

  text-decoration: underline;

}



#mainNav {

  padding: 0;

  transition: padding-top 0.3s, padding-bottom 0.3s;

  font-weight: 700;

  background-color: #000232;

}



.nav-link:hover {

  background-color: #4e6984;

}



.text-uppercase {

  text-transform: uppercase !important;

}



.fixed-top {

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;

}



.navbar-expand-lg {

  flex-flow: row nowrap;

  justify-content: flex-start;

}



.navbar {

  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  padding: 0.5rem 1rem;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

}



#mainNav .navbar-brand {

  font-size: 1.75em;

  transition: font-size 0.3s;

}



#mainNav .navbar-brand {

  color: #fff;

}



.navbar-brand {

  display: inline-block;

  padding-top: 0.3125rem;

  padding-bottom: 0.3125rem;

  margin-right: 1rem;

  font-size: 1.25rem;

  line-height: inherit;

  white-space: nowrap;

}



#mainNav .navbar-nav li.nav-item a.nav-link {

  color: #fff;

}



.text-white {

  color: #fff !important;

}



.bg-primary {

  background-color: #F7D900 !important;

}



article,

aside,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section {

  display: block;

}



.copyright {

  background-color: #030421;

}



.text-center {

  text-align: center !important;

  margin-top: 10px;

}



.footer {

  padding-top: 3rem;

  padding-bottom: 3rem;

  background-color: #000232;

  color: #fff;

}



img.small-thumb {

  width:  100% ;

  min-height:110px ;

}



.list-content {

  padding: 0px;

}



.list-game {

  height: 95%; 
  margin-bottom: 20px;

  box-shadow: 0px 0px 2.5px 0px rgba(50, 50, 50, 0.50);

  border-radius: 8px;

  padding: 0px;

}



.list-title {

  overflow: hidden;

  margin: .35714em;

  color: #434343;

  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;

}



.game-container {

  margin: 30px 0;

}



.list-category {

  position: absolute;

  bottom: 5px;

}



.single-title {

  margin-top: 20px;

  padding-bottom: 10px;

  font-weight: bold;

}



h1.single-title {

    font-size: 1.3rem;

}



.single-info-container {

  padding-bottom: 5px;

  border-bottom: 1px solid #ccc;

  margin-bottom: 20px;

}



.single-icon {

  background-color: #f7d900;

  margin-right: 10px;

  padding: 8px 16px;

  border-radius: 15px;

  display: inline-block;

  margin-bottom: 10px;

}



.social-share {

  position: relative;

  top: -2px;

  margin-right: 10px;

  display: inline-block;

  margin-bottom: 10px;

}

.social-icon {

  width: 38px;

  height: 38px;

}



.single-icon a {

  color: #000232;

}



.sidebar {

  display: block;

}



.sidebar .list-tile {

  padding-left: 3px;

  padding-right: 3px;

}



.sidebar .list-game {

  margin-bottom: 8px;

}



.page-title {

  font-weight: bold;

  margin-top: 20px;

}

h1.singlepage-title {

    font-size: 1.75rem;

}

.singlepage-title {

  padding-bottom: 10px;

  font-weight: bold;

}



.page-content,

.game-content {

  margin-bottom: 30px;

}



.site-logo {

  padding: 5px;

}



.nav-categories {

  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);

  padding: 5px;

  white-space: nowrap;

}



h3.item-title {

  font-weight: bold;

  padding-bottom: 10px;

  font-size: 2rem;

  margin-bottom: 10px;

  margin-top: 40px;

}



.item-title i,

.single-icon i,

h4 i {

  margin-right: 9px;

}



.item-grid {

  padding-right: 4px;

  padding-left: 4px;

}



ul.list-categories {

  list-style-type: none;

  margin: 0;

  padding: 0;

  overflow: hidden;

}



.list-categories li {

  float: left;

  display: block;

  text-align: center;

  padding: 6px 10px;

  text-decoration: none;

  border-radius: 15px 50px 30px;	

  border: 1px solid #ccc;

  margin: 2px;

  color: #000232;

  font-weight: bold;

}



.list-categories li:hover {

  background-color: #000232;

  color: #fff;

  border: 1px solid #899fb5;

}



nav.greedy {

  position: relative;

  display: flex;

  align-items: center;

}



nav.greedy button {

  padding: 3px 9px;

  text-decoration: none;

  border-radius: 50px;

  border: 1px solid #ccc;

  margin: 0;

  color: #000232;

}



nav.greedy button.hidden {

  transition: none;

  border-right: 0.5rem solid #b6b6b6;

  width: 0;

  padding: 0;

  overflow: hidden;

  display: none;

}



nav.greedy button::after {

  content: attr(count);

  display: inline-flex;

  width: 30px;

  height: 30px;

  align-items: center;

  justify-content: center;

  background: #000232;

  color: #f2f2f2;

  border-radius: 50%;

  font-size: 14px;

  line-height: 14px;

  margin-left: 1rem;

  margin-right: calc(-1rem + -8px);

}



ul.links {

  display: flex;

  flex: 1;

  overflow: hidden;

}



ul.links li {

  flex: none;

}



ul.hidden-links {

  position: absolute;

  background: #fff;

  right: 0;

  top: 100%;

  z-index: 1;

  text-align: left;

  list-style: none;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, .15);

  border-radius: .25rem;

  padding-left: 0;

  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);

}



ul.hidden-links li {

  padding-right: 2rem;

}



ul.hidden-links a {

  color: #000232;

}



ul.hidden-links.hidden {

  display: none;

}



ul.hidden-links li {

  padding: 1rem;

  min-width: 220px;

}



ul.hidden-links li:hover {

  background-color: #eee;

}



.cat-list {

  margin-top: 20px;

}



.cat-link {

  padding: 2px 5px;

  background-color: #000232;

  margin-right: 5px;

  color: #ffffff;

  border-radius: 60px;

}



h4.widget-title {

  font-weight: bold;

  padding-bottom: 10px;

  font-size: 26px;

  border-bottom: 1px solid #ccc;

  margin-bottom: 20px;

  font-size: 1.3rem;

}



.sidebar .row {

  margin-right: 0;

  margin-left: 0;

}



.sidebar .widget {

  margin-bottom: 20px;

}



.bottom-container {

  margin: 30px 0;

}



.banner-ads {

  text-align: center;

  margin: 10px 0;

}



img {

  border-top-left-radius: 8px;

  border-top-right-radius: 8px;

  max-width: 100%;

  height: auto;

}



.content-wrapper {

  margin-top: 30px;
  min-height: calc(100vh - 265px);

}



.pagination-wrapper {

  margin-bottom: 30px;

}



.game-iframe-container {

  position: relative;

  overflow: hidden;

  width: 100%;

  height: 495.75px;

  background-color:#ffffff;

}

.game-iframe {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

}

.nav-item {

  margin: 0 5px;

}

.search-bar {

  margin-left: 10px;

}

@media (max-width: 992px) {


  #navb {

    margin: 15px 0;

  }

  .nav-item {

    margin: 0 10px;

  }

  li.nav-item:hover {

    background-color: #29254f;

    border-radius: 0px;

    padding-left: 10px;

  }

}
@media (min-width: 992px) {

  img.small-thumb {

  min-height:180px !important;

}
}

.stats-vote {

  text-align: right;

  margin-top: 20px;

}

.stats-vote i {

  font-size: 30px;

  padding: 6px;

}

.stats-vote i:hover {

  color: #F7D900;

  cursor: pointer;

}

.header-left {

  display: inline-block;

}

.header-right {

  display: inline-block;

  float: right;

  margin-left: 30px;

}

.vote-status {

  font-size: 18px;

  font-weight: bold;

}

img.kizologo {

  display: block;

  margin-left: auto;

  margin-right: auto;

  width: 40%;

}



#fullScreenButton{

	height:30px;

	width:30px;

	position:absolute;

	z-index:1;

	top:5px;

	right:5px;

	background-color:transparent;

	background-image:url("../images/fullscreen_on.png");

	background-size:30px 30px;

	border:none;

	cursor: pointer;

}

.Reload{

	height:30px;

	width:30px;

	position:absolute;

	z-index:1;

	top:5px;

	right:40px;

	background-color:transparent;

	background-image:url("../images/reload_on.png");

	background-size:30px 30px;

	border:none;

	cursor: pointer;

}

#shadowBox {

    background-color: rgb(0, 0, 0);

    /* Fallback color */

    background-color: rgba(0, 0, 0, 0.2);

    /* Black w/opacity/see-through */

    border: 3px solid;

}



.rainbow {

    text-align: center;

    text-decoration: underline;

    font-size: 32px;

    font-family: monospace;

    letter-spacing: 5px;

}

.rainbow_text_animated {

    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    animation: rainbow_animation 6s ease-in-out infinite;

    background-size: 400% 100%;

}



@keyframes rainbow_animation {

    0%,100% {

        background-position: 0 0;

    }



    50% {

        background-position: 100% 0;

    }

}

.active{

  background-color: #000232 !important;

  color: #fff !important;;

  border: 1px solid #899fb5 !important;;

}

