.txt-top-publicity {
  color: #bbb;
    height: 20px;
    text-align: center;
    padding: 10px 0px 4px 0px;
    margin: 0;
}


.titleSuper{
font-size: 20px;
}

.iTJEKV{
            
    position: relative;
    margin: 24px 0px;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 18px 24px;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    background: rgb(255, 255, 255);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;

    }
      
      .iTJEKV1{
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: var(--grey-1);
    font: 700 9px / 24px "Proxima Nova", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 9px;
    line-height: 24px;
    font-family: "Proxima Nova", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
      
}
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: #383838;
  text-align: left;
}

*,
 ::before,
 ::after {
  box-sizing: border-box;
}

a {
  color: #f4981a;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #cbc6d3;
  text-decoration: none;
}

#mainNav {
  padding: 0;
  transition: padding-top 0.3s, padding-bottom 0.3s;
  font-weight: 700;
  background-color: #271567;
}

.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;
  padding: .6em .5em .6em .5em;
}

.text-white {
  color: #fff !important;
}

.bg-primary {
  background-color: #f4981a !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.copyright {
  background-color: #1a0e48;
}

.text-center {
  text-align: center !important;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #271567;
  color: #fff;
}

img.small-thumb {
  width: 100%;
  height: auto;
}

.list-content {
  padding: 0px;
}

.list-game {
  margin-bottom: 20px;
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.25);
  border-radius: 5px;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 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;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h1.single-title {
    font-size: 14px;
}

.single-info-container {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.single-icon {
  background-color: #f4981a;
  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: #1b1c1c;
}

.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;
  width: 100%;
  height: auto;
}

.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: 1.3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}

.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: 8px 16px;
  text-decoration: none;
  /*Change*/
 /* border-radius: 15px;
  border: 1px solid #ccc;
  margin: 8px; */
  color: #271567;
  font-weight: bold;
}

.list-categories li:hover {
  background-color: #1b1c1c;
  color: #fff;
  /* border: 1px solid #899fb5; */
}

nav.greedy {
  position: relative;
  display: flex;
  align-items: center;
}

nav.greedy button {
  /*Change*/
  /*padding: 6px 16px;*/
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin: 0;
  color: #271567;
}

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: #271567;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -8px);
}

ul.links {
  text-transform: uppercase;
  display: flex;
  flex: 1;
  overflow: hidden;
}

ul.links li {
  flex: none;
  /*Change*/
  padding: .6em .5em .6em .5em;
}

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: #271567;
}

ul.hidden-links.hidden {
  display: none;
}

ul.hidden-links li {
  text-transform: uppercase;
  padding: 0.2rem;
  min-width: auto;
}

ul.hidden-links li:hover {
  background-color: #eee;
}

.cat-list {
  margin-top: 20px;
}

.cat-link {
/*  padding: 2px 5px;
  background-color: #1b1c1c;
  margin-right: 5px;
  color: #ffffff;
  border-radius: 60px;*/
    padding: 0px 10px;
    border: 2px solid;
    border-radius: 100px;
    color: #271567;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

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 {
  max-width: 100%;
  height: auto;
}

.content-wrapper {
  margin-top: 30px;
}

.pagination-wrapper {
  margin-bottom: 30px;
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  /*width: 100%;
  height: auto; */
  width: 100%;
  height: 495.75px;
  background-color:#271567;
}
.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;
  }
}
.stats-vote {
  text-align: right;
  margin-top: 20px;
}
.stats-vote i {
  font-size: 30px;
  padding: 6px;
}
.stats-vote i:hover {
  color: #f4981a;
  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;
	bottom:5px;
	right:40px;
	background-color:transparent;
	background-image:url("/images/Reload_on.png");
	background-size:30px 30px;
	border:none;
	cursor: pointer;
}
#FloatAdx {
    right: 50%; /* Change this to switch left or right */
    margin-right: 515px; /* Adjust this value with your Blog width */
    top: 15px;
    position: fixed;
    background: rgba(255, 255, 255, 0.59);
    height: 605px;
    width: 160px;
}

@media only screen and (max-width:1350px) {
    #FloatAdx {
        display: none
    }
}