html{
	height: 100%;
	min-height: 100%;
}

:focus{
	outline:none !important;
}



/*a{
	color: #563f7b;
	text-decoration: underline;
}

a:hover,
a:focus{
	color: #563f7b;
	text-decoration: none;
}*/
p.notes{
	color: red !important;
}


.wrapper{
	position: relative;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}

.content-wrapper{
	overflow: hidden;
	padding: 40px 0;
}

.content{
	max-width: 940px;
	margin: 0 auto;
}

button.send-mess,
.navbar-search button{
	display: block;
	width: 69px;
	height: 33px;
	line-height: 33px;
	background: #efad57;
	font-size: 12px;
	color: #473566;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	float: left;
}

button.send-mess{float: none;display: inline-block;}

a.learn-more, 
a.play-now{
	display: inline-block;
	font-size: 12px;
	line-height: 33px;
	height: 33px;
	background: #1f1f1f;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 15px;
	text-decoration: none;
}
a.learn-more:hover, 
a.play-now:hover{
	color: #319521;
}

.nav-tabs{
	margin: 0;
	border: none;
}

.tab-content{
	border: 1px solid #ddd;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}


.aside-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.aside-list li{
	list-style: none;
	display: block;
	padding: 20px 15px 20px 20px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	/*background: transparent url('https://5f3zptwn.tinifycdn.com/assets/img/aside-list-ico.png') 22px 27px no-repeat;*/
}

.aside-list li:first-child{
	border-top: none;
}

.aside-list li:last-child{
	border-bottom: none;
}

.aside-list li:nth-child(2n+2){
	background-color: #fcfcfc;
}

.aside-list .win-t{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 5px;
	padding: 0;
}
.win-t a{
	color: #333333;
}

.aside-list .win-u-t{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline;
}

.post-time,
.aside-list .time{
	font-size: 12px;
	line-height: 20px;
	color: #999;	
	display: block;	
}
.aside-list .timeline{
	  background-image: url('../img/sprite.png');
  	background-position: -10px -37px;
  	background-repeat: no-repeat;
  	height: 5px;
}

.aside-list .money-bl{
	font-size: 14px;
	line-height: 20px;
	color: #563f7b;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.mony-bl a{
	 color: #563f7b;
}

.post-list{
	margin: 0 0 26px;
	padding: 6px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.post-list .post-time{
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.post-list li{
	display: block;
	list-style: none;
	padding: 23px 0 7px;
	margin: 0;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	font-size: 18px;
}

.post-list .title{
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin: 0 0 3px;
}

.post-list .title a{
	text-decoration: none;
	color: #333;
}

.post-list .title a:hover{
	color: #563f7b;
}

.post-list p{
	line-height: 22px;
	margin-bottom: 14px;
}

.post-list .read-more{
	text-decoration: none;
}

.post-list .read-more:hover{
	text-decoration: underline;
}

.post-thumb {
	margin-right: 10px;
	margin-bottom: 5px;
	
}

a.load-more{
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	background: #1f1f1f;
	text-decoration: none;
}

a.load-more:hover{
	color: #efad57;
}

.game-list{
	margin: 0;
	padding: 26px 0 6px;
	overflow: hidden;
	border-top: 1px solid #ddd; 
}

.game-list li{
	list-style: none;
	
	margin: 0 0 20px;
}
.game-list li:nth-child(odd){
	margin-left: 0;
}

.game-list .game{
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
	overflow: hidden;
	position: relative;
}

.game-list .img{
	width: 140px;
	height: 140px;
	float: left;
	overflow: hidden;
}

.game-list .game-info{
	min-height: 140px; 
	overflow: hidden;
}

.game-list .text{
	margin-left: 153px;
}
.game-title{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 18px;
	color: black;
}


.game-list .game p{
	line-height: 18px;
	margin: 0 0 5px;
	color: #333;
}


/*Contact us*/
.modal{
	border-color: #fff;
	-webkit-box-shadow: 0  0  10px  5px  rgba(215,138,190,0.5);
	-moz-box-shadow: 0  0  10px  5px  rgba(215,138,190,0.5);
	box-shadow: 0  0  10px  5px  rgba(215,138,190,0.5);
	max-height: 100%;
}

.modal-header h3{
	color: #fff;
}

.modal-footer{
	background: #553F7A;
	border-top-color:#654c89;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modal-body{
	overflow-y: auto;
}

.modal-backdrop{
	background: transparent url("https://5f3zptwn.tinifycdn.com/assets/img/slider-bg.png") 0 0 repeat;
}
.modal form{
	margin: 0;
}

.modal .help{
	font-size: 12px;
	color: #777;
	display: block;
}

.close{
	color: #EFAD57 !important;
	opacity: 1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.modal textarea{
	height: 100px;
	resize:none;
}

/*Sitemap*/
.sitemap h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.sitemap .accordion-heading a {
    color: #000000;
    text-decoration: none;
}

.sitemap .accordion-inner ul {
    list-style: none outside none;
    margin: 0;
}

.sitemap .accordion-inner ul li {
    line-height: 24px;
}

.sitemap .accordion-inner .icon-play {
    margin-top: 3px;
}

.sitemap .date, .event_list .date {
    color: #CCCCCC;
    font-size: 13px;
}

/*Footer*/
footer{
	width: 100%;	
	position: relative;
	z-index: 2;
}


.foot-title{
	font-size: 16px;
	font-weight: bold;	
	margin: 0 0 5px;
	padding: 0;
	line-height: 20px;
}

footer p{
	font-size: 14px;
	margin: 0 0 26px;
	padding: 0;
	line-height: 18px;
}




.twit-bl .social-icon{
	/* background-image: url(https://5f3zptwn.tinifycdn.com/assets/img/sprite.png); */
	background-image: url('../img/sprite.png');
  	background-position: -10px -374px;
  	width:54px;
  	height:54px;
}
.you-bl .social-icon{
/*	background-image: url(https://5f3zptwn.tinifycdn.com/assets/img/sprite.png);
  	background-position: -10px -448px;*/
  	width:54px;
  	height:54px;
  	background: #735a4b;
    border-radius: 30px;
}
.you-bl .social-icon:after{
	content: '18+';
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
}

.social-icon{
	float:left;
	padding:5px 10px 0;
	margin-right: 20px;
}

.subs-btn{
	display: block;
	overflow: hidden;
	height: 31px;
	line-height: 31px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	background: transparent url('https://5f3zptwn.tinifycdn.com/assets/img/subs-twit.png') -1px -1px no-repeat;
	padding-left: 40px;
	float: left;
}

.you-bl .subs-btn{
	background-image: url('https://5f3zptwn.tinifycdn.com/assets/img/subs-you.png');
}

.subs-btn span{
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	background: #624986; /* Old browsers */
	background: -moz-linear-gradient(top,  #624986 0%, #523d76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#624986), color-stop(100%,#523d76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #624986 0%,#523d76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #624986 0%,#523d76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #624986 0%,#523d76 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #624986 0%,#523d76 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624986', endColorstr='#523d76',GradientType=0 ); *//* IE6-9 */
	line-height: 30px;
	vertical-align: top;
}

.subs-bl{
	overflow: hidden;
	margin: 0 0 43px;
}

.subs-bl .subs-info{
	display: inline-block;
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 33px;
	height: 33px;
	color: #4f3a73;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 20px;
	padding: 0 12px;
}

.subs-bl .subs-info:before{
	display: block;
	background: transparent url('https://5f3zptwn.tinifycdn.com/assets/img/subs-info-before.png') 0 0 no-repeat;
	width: 5px;
	height: 7px;
	position: absolute;
	left: -5px;
	top: 50%;
	margin: -4px 0 0;
	content: '';
}

.copyright{

	font-size: 14px;
	margin: 0;
}

.f-menu{

	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	
	
}

.f-menu li{
	font-size: 16px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 39px;
	overflow: hidden;
}

.f-menu li a{
	display: block;
	padding: 0 16px;
	text-decoration: none;
	color: #525252;
}

.f-menu li a:hover{
	text-decoration: none;
	color: #319521;;
}

.f-menu li.active a{
	color: #319521;
}

.f-menu li a:first-child{
	padding-left: 0;
}



@media screen and (max-width: 979px) {
	.nav-collapse .navbar-form, .nav-collapse .navbar-search{
		overflow: hidden;
	}
	.navbar-inner,
	header{
		height: auto;
	}


	.navbar .btn-navbar{
		margin: 15px 20px 0 0;
		background: transparent url("https://5f3zptwn.tinifycdn.com/assets/img/slider-bg.png") 0 0 repeat;
	}
	
	.navbar .btn-navbar .icon-bar{
	    border-bottom: 1px solid #654C89;
	    border-radius: 1px 1px 1px 1px;
	    border-top: 1px solid #3D2C5C;
	    display: block;
	    height: 0;
	    width: 18px;
	    background: none transparent;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}


	.navbar .nav > li:first-child > a {
		padding-left: 15px;
	}
	.navbar .nav > li > a {
		height:auto;
		line-height: 30px;
		padding: 0 0 0 5px;
	}
	.navbar-search input[type="text"],
	.navbar-search .search-query {
		width: auto;
		margin-left: 5px;
	}

	.content{
		max-width: 100%;
	}


	.content-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}

	.content{
		padding: 0 20px;
	}

	.navbar .brand{
		margin-left: 20px;
	}

	header .content,
	.content.navigation,
	.content.row-fluid{
		padding: 0;
	}


	.slider-block .navigation{
		margin: 0;
		left: 0;
		width: 100%;
	}
	

	.subs-bl .subs-info{
		margin-left: 7px;
	}

	.subs-btn{
		font-size: 12px;}

	.subs-btn span{
		padding: 0 3%;
	}

	


}

@media screen and (max-width: 768px) {



	.slide .img{display: none;}

	.slide .text-bl{
		margin: 0 0 0 15px !important;
	}

	.f-menu{
		/*margin: 0;*/
		background: none;
		padding: 0;
	}

	.f-menu li:first-child a{padding-left: 0;}


	.subs-bl{margin: 0 0 20px;}
	.twit-bl .subs-bl{margin: 0;}


	.container-cont{
		margin-bottom: 20px;
	}

	.carousel-indicators{
		width: 100%;
		display: block;
		text-align: center;
		left: 0;
		margin: 0;
	}

	.carousel-indicators li{
		float: none;
		display: inline-block;
	}

	.subs-bl .subs-info{
		margin-left: 20px;
	}

	.subs-btn{
		font-size: 12px;}

	.subs-btn span{
		padding: 0 15px;
	}


	.game-list .game{margin-bottom: 20px;}

	.game-list li{margin: 0;}
}

@media screen and (max-width: 680px) {

	.text-bl .our-info {
		padding: 5px 0 25px 10px;
	}
	.home-page .slider-bg {
		height: auto;
	}
	.home-page .text-bl .our-info {
		margin-bottom: 60px;
	}
	.home-page .slide .slide-title{
		font-size: 26px;
		line-height: 30px;
	}
	.home-page .slider-block {
		height: auto;
	}

	.home-page .text-bl .slide-info{
		font-size: 18px;
	}


	.slide .text-bl {		
		padding-top: 20px !important;
	}

	.f-menu li a{
		padding: 0 10px;
	}

	.modal-body input,
	.modal-body textarea{
		width: 96%;
	}

}

@media screen and (max-width:455px) {
	
	.subs-btn span{display: none;}

	.home-page .slide .slide-title{
		font-size: 24px;
	}

	.game-list .img{
		float: none;
		width: 100%;
		text-align: center;
	}
	.game-list .text{
		text-align: center;
		margin: 0;
	}
	.game-list .game p,
	.game-list .game-title{text-align: left;}
}

@media screen and (max-width:520px) {
	.table th,
	.table td 
	{
		padding: 2px;
		font-size:12px;
	}

	#winners_tab li a{
		font-size: 11px;
		padding-left: 8px;
		padding-right: 8px;
	}
}



/** image modal **/
#imageModal .modal-body{
	max-height: 520px;
}

.cartoon-title{
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 20px 35px;
	line-height: 18px;
	color: #333333;

	background: transparent url('https://5f3zptwn.tinifycdn.com/assets/img/aside-list-ico.png') 22px 27px no-repeat;
}

/** fluid video **/
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** sortable css **/
th.headerSortUp,
th.headerSortDown{
	padding-left:5px !important;padding-right:5px !important
}
th.headerSortUp:before{content:'\2191 '}
th.headerSortDown:before{content:'\2193 '}

th.header {    
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left;    
    margin-left: -1px; 
} 
