.cte-infolinks {
  border-collapse: collapse;
  width: 1020px;
  padding: 0 10px;
  background: #000000;
margin-bottom: 30px;
}

.cte-infl-nt {
  width: 232px;
  height: 110px;

  margin: 0 0 10px 10px;
  padding: 5px;
  overflow: auto;
  text-align: justify;
}

.cte-infl-nt b {
 color: #850A0C;
}

.cte-infl-nt::-webkit-scrollbar {
 width: 5px; height: 5px;
}

.cte-infl-nt::-webkit-scrollbar-track {
 background-color: transparent;
}

.cte-infl-nt::-webkit-scrollbar-thumb {
 background-color: #0A0A0A;
}

.cte-bannerlinks {
  width: 270px;
  height: 120px;
  text-align: center;
  margin: -10px 0 0 5px;
  background: #060606;
}

.cte-bannerlinks td {
  background: #000000;
  text-transform: uppercase;
}

.cte-stafflinks {
  margin: -10px 0 0 0;
}

.cte-stafflinks img {
	width: 50px;
	border: 5px solid #000000;
	height: 50px;
}

.cte-stafflinks2 {
  margin: -10px 0 0 0;
}

.cte-stafflinks2 img {
	width: 250px;
	border: 5px solid #000000;
	height: 50px;
}

.hosgeldinizclass:first-child::first-letter {
	background: #7B8071;
	color: #0a0a0a;
	text-transform: uppercase;
	padding: 11px;
	margin: 0 6px;
	border: 0px solid #6c6c6c;
	float: left;
	line-height: 20px;
	font-family: "Playfair Display";
	font-size: 1.5rem;
text-align: center;
margin-left: 0px;
}

.hogimage {
  display: block;
  width: 100%;
  height: auto;
}

.stattop {
	width: 125px;
	position: relative;
	top: -95px;
	height: 95px;
	opacity: 0;
	background-color: #445752;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.stattop:hover {
  opacity: 0.9;
}

.statnum {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-family: 'Playfair Display',sans-serif;
	font-size: 40px;
}

.statbottom {
	width: 125px;
	color: #efefef;
	background-color: #12091D;
	text-align: center;
	letter-spacing: 1px;
	margin-top: -95px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: Calibri;
	font-size: 8px;
}
.clicks{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #4D4D4D;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.clicks:hover{
    color:#707560;
}
#backwards{left: 300px;}
#forwards{right: 85px;}

#text_holder{
    position:relative;
    width:500px;
    margin:40px auto;
    height:220px;
    padding:0;
    overflow:hidden;
}
#text_holder .inner{
    position:absolute;
    top:0;
    left:0;
}

.blurb{
    width:500px;
    float:left;
    padding:0 25px;
}	