body {
	background-color:#e0dfdf;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

small,h5 {
	font-size:12px;
	color:#888888;
	margin: 0px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #5e6066;
  border: 0px none #ababab;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #34495e;
}
::-webkit-scrollbar-thumb:active {
  background: #213245;
}
::-webkit-scrollbar-track {
  background: #e0dfdf;
  border: 0px none #000000;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #c7c7c7;
}
::-webkit-scrollbar-track:active {
  background: #c2c2c2;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.logo {
	margin-top: -8px;
}
.logo img{
	width: 100%;
}
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */

.accordion > li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 5px 0 5px;
	height: 32px;

	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu > li,.sub-menu370 > li,.sub-menu400 > li {
	background: #e5e5e5;
	padding: 0 2px 0 2px;
	height: 32px;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu > li > a,.sub-menu370 > li > a,.sub-menu400 > li > a {
	height: 32px;
	line-height: 14px;
	/*width: 60%;
	text-align: center;*/
	margin-left: 80px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.sub-menu > li:hover,.sub-menu370 > li:hover,.sub-menu400 > li:hover { background: #efefef; cursor:pointer; }

.sub-menu > li:last-child a , .sub-menu370 > li:last-child a, .sub-menu400 > li:last-child a { border: none; }

.sub-menu > li > a > span, .sub-menu370 > li > a > span, .sub-menu400 > li > a > span {
	font-size: 11px;
    color: #505050;
    /* font-weight: bold; 
    font-variant: small-caps;*/
}

.sub-menu > li > a > span > img, .sub-menu370 > li > a > span > img, .sub-menu400 > li > a > span > img {
	height: 20px;
    float: right;
    margin-top: 5px;
}

.sub-menu > em, .sub-menu370 > em, .sub-menu400 > em   {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

.accordion > li > .sub-menu {
	margin-top: 2px;
	max-height: 0;
	overflow-x: hidden;
    overflow-y: scroll;
	transition: max-height .25s ease-out;
}

.accordion > li:target > .sub-menu {
	max-height: 340px;
	transition: max-height .5s ease-in;
}

.accordion > li > .sub-menu370 {
	margin-top: 2px;
	max-height: 0;
	overflow-x: hidden;
    overflow-y: scroll;
	transition: max-height .25s ease-out;
}

.accordion > li:target > .sub-menu370 {
	max-height: 370px;
	transition: max-height .5s ease-in;
}

.accordion > li > .sub-menu400 {
	margin-top: 2px;
	max-height: 0;
	overflow-x: hidden;
    overflow-y: scroll;
	transition: max-height .25s ease-out;
}

.accordion > li:target > .sub-menu400 {
	max-height: 400px;
	transition: max-height .5s ease-in;
}

.accordion .imglogo img{
	width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 10px;
	float:left;
}

.accordion .txtlogo {
	position: relative; 
    float: left;
    font-size: 9px;
    width: 80px;
    background-color: #3f4e73;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 5px;
    height: 15px;
    padding-top: 5px;
    color: #fff;
	z-index:1;
}
.upgradeimg{
	height: 20px;
    float: right;
    margin-top: 3px;
    border-radius: 2px;
    background-color: #fff;
    padding: 3px;
    border: solid #FFFFFF 0px;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #c5c5c5);
    background-image: -moz-linear-gradient(top, #FFFFFF, #c5c5c5);
    background-image: -ms-linear-gradient(top, #FFFFFF, #c5c5c5);
    background-image: -o-linear-gradient(top, #FFFFFF, #c5c5c5);
    background-image: linear-gradient(to bottom, #FFFFFF, #c5c5c5);
    -webkit-border-radius: 5px;
}


/* bitmenu */

#bitmenu,#bitresult,#biterror{
	bottom: 0px;
	z-index: 9999;
	background-color: #efefef;
	position: absolute;
	width: 98%;
	height: 90%;
	text-align: center;
	display:none;
}



#proTitle,#proTitler {
	margin: 5px;
	color:#3f4e73;
}

#proImg img,#proImgr img,#proImge img{
	height:140px;
	margin: 10px;
}

#bitlist > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#bitlist > ul > li{
	/*width:94%;*/
	background-color:#f5f5f5;
	margin:5px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	color: #505050;
	font-weight: bold;
	height: 18px;
    vertical-align: middle;
    line-height: 18px;
	cursor: pointer;
}

#bitlist > ul > li:hover{
	background-color:#e5e5e5;
}

.bitimg {
	height:20px;
	float:right;
}

.submit {
	font-size: 12px;
    background-color: #3f4e73;
    color: #efefef;
    height: 25px;
    width: 45%;
    border: 1px solid #efefef;
	border-radius:4px;
}

.submit:hover {
    background-color: #a2abb1;
    color: #000000;
}

.selected {
    background-color: #3f4e73 !important;
    color: #efefef !important;	
}


.uyari,.uyariBits {
	font-size: 10px;
    font-weight: bold;
    border-radius: 5px;
    color: red;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-shadow: -1px 6px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 10px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 10px -5px rgba(0,0,0,0.75);
}

#bitbuttonsr{
	width: 100%;
	bottom: 0px;
	position: absolute;
	margin-bottom: 20px;
}

/* Leaderboard */

#leaderboardbtn{
    position: relative;
    float: right;
    top: -1px;
    width: 100px;
    padding: 5px;
    z-index: 1000;
    background-color: #606268;
    color: #fff;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
    background: -moz-linear-gradient(top, #4b4d51 0%, #6c6e74 100%);
    background: -webkit-linear-gradient(top, #afafaf 0%,#7b7b7b 100%);
    background: -o-linear-gradient(top, #4b4d51 0%,#6c6e74 100%);
    background: -ms-linear-gradient(top, #4b4d51 0%,#6c6e74 100%);
    background: linear-gradient(top, #4b4d51 0%,#6c6e74 100%);
}

#leaderboardbtn img{
	height:10px;
	width:10px;
	margin-right:5px;
}

#leaderboard {
	bottom: 0px;
	z-index: 9999;
	background-color: #efefef;
	position: absolute;
	width: 98%;
	height: 90%;
	display:none;
}

#leaderboard h3,#bitbuttonldr{
	text-align: center;
}

#leaderboard ol {
	counter-reset: li;
    list-style: none;
    font-size: 12px;
    padding: 0px 10px 0px 30px;
}

#leaderboard ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rounded-list mark{
    position: relative;
    display: block;
    padding: 0px 5px 0px 5px;
    line-height: 25px;
    height: 25px;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
	font-weight: bold;
	width: 255px;
}

.rounded-list mark:hover{
	background: #fff;
}

.rounded-list mark:before{
	content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -25px;
    background: #3f4e73;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 1px;
    transition: all .3s ease-out;
    padding: 3px;
}

.rounded-list span{
	float: right;
    background-color: #4173a7;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    width: 40px;
    text-align: center;
    color: #efefef;
	margin-right: -10px;
}

.rounded-list p {
	float: right;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 15px;
    border-color: transparent transparent #4173a7 transparent;
	margin-bottom: -1px;
    margin-top: auto;
}

.rounded-list .badge {
    background-color: #3f4e73;
    color: #fff;
    font-size: 12px;
    float: right;
    margin-top: 4px;
    margin-right: -14px;
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

#leaderboard ol li:nth-child(1) mark {
	background-color: #facc6b;
	background-image: linear-gradient(315deg, #facc6b 0%, #fabc3c 74%);
    font-weight: bold;
    color: #FFF;
}

#leaderboard ol li:nth-child(2) mark {
	background-color: #bdd4e7;
	background-image: linear-gradient(315deg, #bdd4e7 0%, #8693ab 74%);
    font-weight: bold;
    color: #fff;
}

#leaderboard ol li:nth-child(3) mark {
	background-color: #ba9a8e;
	background-image: linear-gradient(315deg, #ba9a8e 0%, #96705b 74%);
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 320px) {
  #bitmenu,#leaderboard{
    width: 95%;
  }
}