body{
		background: black;
	}
	
	.navbar-default{
	    background: black;
		border-radius: 0;
		border: 0;
		margin: 0;
	}

	.game-holder{
		padding-bottom: 23px;
	}
	.game-holder img{
		border: 3px solid #bfc2b8;
		width: 100%;
		cursor: pointer;
	}
	.game-holder img:hover{
		border: 3px solid #ebb408;
	}
	.logo-zoom img{
		opacity: 0.8;
	}
	.logo-zoom img:hover{
		opacity: 1;
	}
	.logo-cs{
		position: absolute;
		top: 98px;
		left: 219px;
		display: none;
		width: 0;
	}
	.logo-d2{
		position: absolute;
		top: 98px;
		left: 66px;
		display: none;
		width: 0;
	}
	.logo-ow{
		position: absolute;
		top: 98px;
		left: 307px;
		display: none;
		width: 0;
	}
	.logo-lol{
		position: absolute;
		top: 99.5px;
		left: 24px;
		display: none;
		width: 0;
	}
	.logo-pubg{
		position: absolute;
		top: 97.5px;
		left: 494px;
		display: none;
		width: 0;
	}
	.carousel {
			position: relative;
	}
	.carousel-holder{
		float: initial;
		margin: 10px auto 0 auto;
		padding-top: 24px;
		z-index: 1;
	}
	.holder-bg{
	}
	.float-left{
		float:left;
	}
	.float-right{
		float:right;
	}
	.realhead{
		background: #f6921e;
		background: linear-gradient(#f6921e, #8a5d3b);
		padding: 10px 0 0 0;
		font-size: 16px;
	}
	.login-btn{
		padding: 0 0 0 15px;
	}
	.navbar-header{
		padding: 5px 0;
		margin: 0;
		height: 50px;
	}
	.navbar-brand{
		height: 100%;
		padding: 3px;
	}

	.esports-bg{
		background: url('../../assets/images/winner/bg1.jpg')top center no-repeat black;
		background-size: initial;
		background-attachment: fixed;
		min-height: 400px;
		overflow: hidden;
		}
	
	.right_nav {
		color: #cdcccc;
		padding-top: 0;	
		float: right;
	}
	
	.left_nav {
		color: #cdcccc;
		padding-top: 0;	
		float: left;
	}
	
	.navbar-brand img{
		height: 100%;
		margin: 0 auto 0 15px;
	}
	
	a,a:focus, a:visited, a:active, a:focus-within {
		color: #fff;	
		text-decoration: none !important;
	}
	
	a:hover{
		color:#e1e1e1;
		text-decoration: none;
	}
	
	.navbar {
		background-color:#000;
		z-index:2;
	}
	.navbar-default .navbar-nav>li>a {
		color: #cdcccc;
		height: 50px;
		font-size: 15px;
		padding: 14px 15px;
	}
	
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #fff;
		background-color: #a14d07;
		text-decoration: none !important;
	}
	
	.footer {
		background: #f6921e;
		background: linear-gradient(#8a5d3b, #f6921e);
	}
	
	.footer p {
	   margin-top: 8px;
	}
	
	.footer p a {
		color: #cdcccc !important;
	}
	
	.loadingspinner {
		margin-top: 50px;
		display: none;
		text-align: center;
	}
	
	.gameframe {
		display:none;
		background-color: #0e1b2e;
		height: 800px;
	}
	
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		background-color: #a14d07;
	}
	
	.navbar-left>li>a{
		background-color: transparent !important;
	}
	
	.nopadding a{
	   color: white;
	   text-decoration: none;
	}
	
	.nopadding a:hover{
	   color: #e1e1e1;
	}
	
	.decoration{
		height: 128px;
	}
	
	.decoration div{
		position:absolute;
	}
	
	.decoration-girl{
		margin: -279px 0 0 -60px;
		z-index: 1;
	}
	
	.decoration-roulette{
		margin: 15px 0 0 300px;
	}
	
	.decoration-goldbar{
		right: 0;
		margin: -463px 25px 0 0;
		z-index: 0;
		transform: rotate(26deg);
	}
	
	.decoration-goldbar2{
		right: 0;
		margin: -302px -110px 0 0;
		transform: rotate(7deg);
	}
	
	.decoration-goldbar3{
		right: 0;
		margin: -115px 40px 0 0;
		transform: rotate(-17deg);
		z-index: 0;
	}
	
	.custom-table{
		z-index: 4;
		background-color: #3a352e;
		margin-bottom: 0;
	}
	
	.custom-table th{
		background-color: #e4a03c;
	}
	
	.custom-table td{
		background-color: #3a352e;
	}
	
	.custom-table th, td{
		border: 1.5px solid black !important;
	}
	
	.showmore-div{
		padding: 5px 0;
	}
	
	.clear{
		clear: both;
	}
	
	.table-responsive{
		margin-bottom: 0;
	}
	
	body {
  background-color: #222;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	background-color:#000;
	z-index:100;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c41619;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFF;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c41619;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
  .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;
  }
}

	.carousel-indicators {
			bottom: -31px;
			zoom: 1;
		}
		
	.decoration-girl{
			display: none;
		}
	
	.decoration{
		height: 15px;
	}
	
	.showmore-div img{
			width: 100%;
		}
		.top-md-left{
			text-align: center !important;
		}
		.top-md-right{
			text-align: center !important;
		}

	@media (min-width: 150) {
		.carousel-holder{
		padding: 10px;
		padding-top: 12px;
		background: none;
		}
		.carousel-indicators {
			bottom: -31px;
			zoom: 0.3;
			-moz-transform: scale(0.3);
		}
		.decoration-girl{
			display: none;
		}
		.showmore-div img{
			width: 100%;
		}
		

	}

	@media (min-width: 280px) {
		.carousel-holder{
		padding: 8px;
		padding-top: 10px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.carousel-indicators {
			bottom: -31px;
			zoom: 0.45;
			-moz-transform: scale(0.45);
		}
		.decoration-girl{
			display: none;
		}
		.decoration {
			height: 15px;
		}
		.showmore-div img{
			width: 100%;
		}
	}
	
	@media (min-width: 400px) {
		.carousel-holder{
		padding: 13px;
		padding-top: 18px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.carousel-indicators {
			bottom: -31px;
			zoom: 0.7;
			-moz-transform: scale(0.7);
		}
		.decoration-girl{
		display: block;
		margin: -75px 0 0 -41px;
		z-index: 1;
		}
		.decoration-girl img{
		width: 50%;
		}
		.decoration{
		height: 128px;
		}
		.showmore-div img{
			width: initial;
		}

	}
	
	@media (min-width: 576px) {
		.carousel-holder{
		padding: 17px;
		padding-top: 20px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.carousel-indicators {
			bottom: -31px;
			zoom: 1;
			-moz-transform: scale(1);
		}
		.decoration-girl{
		display: block;
		margin: -74px 0 0 -39px;
		z-index: 1;
		}
		.decoration-girl img{
		width: 50%;
		}
		.decoration{
		height: 128px;
		}
		.showmore-div img{
			width: initial;
		}

	}

	
	@media (min-width: 768px) {
		.carousel-holder{
		padding: 14px;
		padding-top: 16px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.carousel-indicators {
			bottom: -31px;
		}
		.decoration-girl{
		display: block;
		margin: -157px 0 0 -60px;
		z-index: 1;
		}
		.decoration-girl img{
		width: 70%;
		}
		.decoration{
		height: 128px;
		}
		.showmore-div img{
			width: initial;
		}
		.top-xs-center{
			text-align: center;
		}
		.top-md-left{
			text-align: left !important;
		}
		.top-md-right{
			text-align: right !important;
		}
	}
	
	@media (min-width: 992px) {
		.carousel-holder{
		padding: 18px;
		padding-top: 25px;
		height: 406px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.decoration-goldbar{
		z-index: 0;
		}
		.decoration-girl{
		display: block;
		margin: -279px 0 0 -60px;
		z-index: 1;
		}
		.decoration-girl img{
		width: 100%;
		}
		.decoration{
		height: 128px;
		}
		.showmore-div img{
			width: initial;
		}
	}
	
	@media (min-width: 1200) {
		.carousel-holder{
		padding: 21px;
		height: 406px;
		background: url(../../assets/images/winner/isac_winner_tv1.png)top center no-repeat transparent;
		background-size: 100%;
		}
		.decoration-goldbar{
		z-index: 1;
		}
		.decoration-girl{
		display: block;
		margin: -279px 0 0 -60px;
		z-index: 1;
		}
		.decoration-girl img{
		width: 100%;
		}
		.decoration{
		height: 128px;
		}
		.showmore-div img{
			width: initial;
		}
	}
	
	
	
.fb_alike {
  color: #ffffff;
  background-color: #1d1b1b;
  padding: 5px; 
  margin-bottom:5px;
  font-size: 13px;
}

.fb_alike .gallery {
	font-size: 10px;
    margin-top: 3px;
    display: block;
}

.fb_alike img {
	border: 2px solid wheat;	
	float:left;
	margin: 6px 3px;
}

.nametesti{
 color:orange;
 font-weight:bold;
}

.fulldesctesti {
	float:left;
	display:block;
	margin-left:5px;
}

.timetesti {
	color: #9197a3;
}

.timetestied {
	color: #9197a3;
}

.countrytesti {
	color: #9197a3;
}

.testi-text {
	margin-top:10px;
}

.widget-like {
	margin-top:10px;
}

.clr {
	clear:both;
}

.likebutton {
	color:orange !important;
	font-weight: bold;
}

.likedbutton {
	color: #9197a3 !important;
}


.jpgallery img {
	border: 1px solid #7B7B7B;
	margin: 7px;
}

.jpgallery img:hover {
	border: 1px solid orange;
}

.glyphicon{
	padding-right: 3px;
}

.showmore-btn{
	cursor: pointer;
}
	

	
	