@font-face{font-family:bnt;font-display:swap;src:url(bnt1.woff)}
@font-face{font-family:bntalt;font-display:swap;src:url(bnt2.woff)}
@font-face{font-family:fut;font-display:swap;src:url(f1.woff)}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip-bottom-long:after {
	width:35vw;
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1011;
  padding: 8px;
  background-color: #000;
  background-color: #134e7d;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  font-family:fut;
  opacity: 1;
  text-align:center;
  width: 20vw;
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}


/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
}

.tooltip-bottom-long{
	width:1px;
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    font-size:12px;
  background-color: #134e7d;
  font-size: 14px;
  font-family:fut;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    color:white;
    margin-top: -50px;
    margin-left: 20px;
}

	body{
    font-family:fut;
color:#ffffff;
  background: #5b2072; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #5b2072 0%, #5d1566 50%, #251a41 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#5b2072), color-stop(50%,#5d1566), color-stop(100%,#251a41)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #5b2072 0%,#5d1566 50%,#251a41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2072', endColorstr='#251a41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	
footer {
	font-size:12px;
	text-align:center;
}
.select {
    position: relative;
    margin-bottom: 15px;
    width: 300px;
}
.strsel{}
.gamesel{float:right;}
.gamesel2{width:200px;}
.assel{
	width:300px;
}
.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #2a0b42;
	font-family:bnt;
	font-size:2em;
	position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #2a0b42;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	text-decoration:none;
}


nav ul li ul li:hover { background: #8c99bb; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #8c99bb;
	color:#2a0b42;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
	font-size:0.7em;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
	left: 0;
    display: block;
    background: #2a0b42;
    width:100%;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	/*width:130%;
	float:none;
	display:list-item;
	position: relative;*/
	padding:0.7em;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:192px;
	font-size:1.5em; 
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 900px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
		position:relative;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding:14px 20px;	
		color:#FFF;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #8c99bb;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #8c99bb;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

#srchbx{float:left;margin-top:13px;cursor:pointer;}
.select select {
        font-family: fut;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #9a9dc9;
        color: #f8f1f1;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
     .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            background: #b4a9ce;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border: solid #f5efef;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #CCCCCC;
}

.cssProgress {
  width: 100%;
  margin-bottom: 20px;
}

.cssProgress .progress1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: bntalt;
}

.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  box-shadow: inset 0px -1px 2px rgba(0,0,0,0.1);
  -webkit-transition: width 3s ease-in-out;
  transition: width 3s ease-in-out
}

.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0,0,0,0.6);
  font-size: 2em;
  text-align: left;
  margin-left:10px;
  text-shadow: 0px 1px rgba(0,0,0,0.3)
}

.cssProgress .cssProgress-label-right {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0,0,0,0.6);
  font-size: 2em;
  text-align: right;
  line-height: 50px;
  margin-right:50px;
  text-shadow: 0px 1px rgba(0,0,0,0.3);
}


.progress1 {
  background-color: #EEE;
  box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2)
}

.progress1 .cssProgress-bar { height: 50px }

.progress1 .cssProgress-label { line-height: 50px }

.logbtn{margin-left:10px;margin-right:10px;margin-top:13px;cursor:pointer;}
.mst {
	margin: 0 auto;
	width:80%;
	color:#ffcfcf;
	clear:left;
	margin-bottom: 100px;
}
.strmst{}
.sdscrb{height:0px}
.tgmst{}
.rnkmst {
	height:130px;
}

html{
overflow-x: hidden;
}
h2{font-size:unset;font-weight:unset;display:unset;margin:unset}
.mhdr {
	float:left;
}

.hdr{
	float: right;
	font-size: 20px;
	font-family: bnt;
	margin-right: 80px;
}
.tgdate{
	float:right;
	font-size:30px;
	margin-right:3%;
	margin-top:30px
}
.mhdrimg {
	margin-left:30px;
}
.minf {
	margin-left:10px;
	height:15px;
}
.tmfrm{
	font-size:3em;
	width:57%;
	float:left;
}
.tgfrm{width:100%}
.tgsel{float:right;}
.topright{
	text-align:center;
	float:right;
}
.tgrcalt{margin-top:100px}
.mhrglft {
	font-family:bnt;
	float:left;
}
.mhr {
	text-align:center;
	float:right;
}
.mhrgp {
	text-align:center;
	float:right;'
}
.mhrgpt {
	font-size:3em;
}
.spld {
		font-size:5em;
	font-family:bntalt;
	display:inline;
}

.aka {
	font-size:1.5em;
	font-family:bntalt;
	display:inline;
}

.gmsd {
overflow-y:auto;
overflow-x: hidden;
height:890px;
}
footer {
    float: right;
    text-align: center;
    width: 100%;
}
.rsctotal{font-family:bnt;font-size:70px;width:80%;margin:0 auto;color:darkred;}
.rsctotaltxt{font-size:20px;}
.rsctotalg{color:darkgoldenrod}
.rsctotaln{color:#4767c7}
.rsctotals{color:#7d7c71}
.rsctotala{color:#190f38}
.rsct1{
	border-style:solid;border-width:1px;border-color:#c52561;font-size:34px;float:left;padding:10px;margin-right:10px;
}
.rsct2{border-style:solid;border-width:1px;border-color:#63629c;font-size:34px;float:left;padding:10px;margin-right:10px;text-align:center;}
.rsct3{border-style:solid;border-width:1px;border-color:#4a9c31;font-size:34px;padding:10px;margin-right:10px;text-align:center}
.rscp1{padding-right:10px}
#allgames::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#allgames::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#allgames::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

#ajxld1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#ajxld1::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#ajxld1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

#bmhd{
	width:80%;
	height:247px;
	min-height:2px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
#blhd{
	width:336px;
	float:left;
	height:100%;
}
#brhd{
	display:block;
	height:100%;
	width:100%;
}
a {
text-decoration:none;
color:darkorchid;
}
a:hover {
color:darkred;
}

.conta {
margin:0 auto;
width:80%;
height:990px;
    border-radius: 6px;
    font-family: fut;
    font-size: 12px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
}

.conta a {
text-decoration:none;
color:#d0d0d0;
}
.lrw {
	height:135px;
	float:left;
    width:60%;
}

.lrw2 {
	height:110px;
	float:left;
    width:60%;
}

.rrw {
	height:135px;
	float:right;
    width:40%;
    margin-top:0px !important;
}
.mpsred{float:right;color:red;}
.mpsred2{color:#15c10a;}
.mpsdred{float:right;color:darkred;}
.tgsred{float:right;color:red;margin-right:5%;}
.tgsred3{float:right;color:darkslategrey;margin-right:5%;}
.tgsred2{float:right;color:#15c10a;margin-right:5%}
.bx1 {
width:45%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
}
.tgbx1{width:48%;}
.bx3 {
width:29.55%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
}

.bx4 {
width:15%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
}

.bx5 {
width:75%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
    margin-left:10px;
}

.bx6 {
width:93.5%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
}

.abx3 {
	height:33px;
}

.abxnm1 {
font-family:bntalt;
font-size:50px;
}

.abxbtm1 {

font-size:20px;
}

.bx2 {
width:45%;
    font-family: fut;
    font-size: 20px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
    margin-left:10px;
}

.abxnm2 {
font-family:bntalt;
font-size:50px;
}

.abxnm3 {
font-family:bnt;
font-size:40px;
margin-top: -20px;
    margin-left: 80px;
    margin-bottom:-8px;
}

.abxnm4 {
font-family:bnt;
font-size:40px;
}

.ldchrt {
  margin: 0 auto;
  width:250px;
  text-align:center;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  text-shadow: 1px 1px 3px #2e102e;
  font-family: fut;
  color: #ffffff !important;
  font-size: 34px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

.ldchrt:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.smlbtn {
  cursor:pointer;
  margin: 0 auto;
  width:33%;
  text-align:center;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  text-shadow: 1px 1px 3px #2e102e;
  font-family: fut;
  color: #ffffff;
  font-size: 34px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.smlbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.tinybtn {
  cursor:pointer;
  margin: 0 auto;
  width:33%;
  text-align:center;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  text-shadow: 1px 1px 3px #2e102e;
  font-family: fut;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.tinybtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.abxbtm2 {
font-size:20px;
}

.boxx {
float:right;
  width:50px;
  height:50px;
  background-repeat:no-repeat;
  background-size:cover;
  opacity:0.7;
}

.ajxld1 {
font-family:fut;
height:290px;
overflow-y:auto;
}

#cntmenu {
	min-height:40px;
}
.cntmenu2 {
	font-size:0.6em;
	float:right;
}    
    #cntmenu .wrapper {
        display: inline-block;
        width: 180px;
        margin: 0 10px 0 0;
        height: 20px;
        position: relative;
    }
    
    #cntmenu .parent {
        height: 100%;
        width: 100%;
        display: block;
        cursor: pointer;
        line-height: 30px;
        height: 30px;
        border-radius: 5px;
        background: #F9F9F9;
        border: 1px solid #AAA;
        border-bottom: 1px solid #777;
        color: #282D31;
        font-weight: bold;
        z-index: 2;
        position: relative;
        -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
        -webkit-transition-delay: .8s;
        text-align: center;
    }
    
    #cntmenu .parent:hover,
    #cntmenu .content:hover ~ .parent {
        background: #fff;
        -webkit-transition-delay: 0s, 0s, 0s;
    }
    
    #cntmenu .content:hover ~ .parent {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 0;
    }
    
    #cntmenu .content {
        position: absolute;
        top: 0;
        display: block;
        z-index: 1;
        height: 0;
        width: 180px;
        padding-top: 30px;
        -webkit-transition: height .5s ease;
        -webkit-transition-delay: .4s;
        border: 1px solid #777;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0,0,0,.4);
    }
    
    #cntmenu .wrapper:active .content {
        height: auto;
        z-index: 3;
        -webkit-transition-delay: 0s;
    }
    
    #cntmenu .content:hover {
        height: auto;
        z-index: 3;
        -webkit-transition-delay: 0s;
    }
    
    
    #cntmenu .content ul {
        text-align:center;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .cntulscroll:hover{overflow:scroll !important;}
    .cntseth:hover{height:250px !important;}
    #cntmenu .content ul a {
        text-decoration: none;
    }
    
    #cntmenu .content li:hover {
        background: #eee;
        color: #333;
    }
    
    #cntmenu .content li {
        background: #fff;
        font-size:1em;
        list-style: none;
        text-align: center;
        color: #888;
        line-height: 30px;
        height: 30px;
        padding-left: 10px;
        border-top: 1px solid #ccc;
    }
    
    #cntmenu .content li:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


@media screen and (max-width: 700px) {
  #srchbx{margin-right:10px;}
}

.rhttop {
width:40%;
float:right;
margin-top:0px !important;
}
.rhttop2 {
float:right;
font-size:2em;
}
.rnktop {
	margin-left:30px;
	font-family:bnt;
	float:right
}
.cliprnktop{margin-top:-0px}
.clipul{display: flex;
    flex-wrap: wrap;}
.rnktop2{
	float:right;
font-size:1.5em;
}
#ajxchrt{
	width:80%;
	margin:0 auto;
}
.cmntcon {
width:98%;
    font-family: fut;
    font-size: 17px;
    padding: 5px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
    margin-bottom:15px;
    overflow:hidden;
}
table.mceLayout, textarea.tinyMCE {
    width: 90% !important;
    font-family:fut !important;
}
.tinbtn {
  cursor:pointer;
  margin: 0 auto;
  width:160px;
  text-align:center;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  text-shadow: 1px 1px 3px #2e102e;
  font-family: fut;
  color: #ffffff;
  font-size: 24px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.tinbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#cmnttxt{width:10% !important}
#textarea{width:50%}
.cmntlgn {
margin-left:10px;
font-family:bnt;
font-size:17px;
}
.cmntlgn2 {
margin-left:0px;
}
.onemid {
	height:30%;
	vertical-align: middle;
	line-height: 100%;
	font-size:1.5em;
}
.onebottom {
	height:60%;
	text-align:right;
	font-size: 2em;
}
.follow2 {
margin:0 auto;
height: 100px;
width: 60%; 
padding: 20px;
margin-top:20px;
    border-color: rgba(255,255,255,.15);
    border-style: solid;
    color: #00adef;
}
.newscontent {
    font-family:fut;
    font-size: 1em;
    padding: 10px;
}
.newstitle {
    font-family:bnt;
    font-size: 2.5em;
    color:#d0d0d0;
    padding: 10px;
}
.newsconta{
width: 80%;
    margin: 0 auto;
    border-color: darkcyan;
    border-style: solid;
    border-width: 1px;
    }
.follows {
margin:0 auto;
height: 100px;
width: 60%; 
padding: 20px;
margin-top:20px;
    box-shadow: 0 0 0 1px #bdc79c;
}
#followage{
	max-width: 44em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  background-color:white;
  color:black;
  background-position: 10px 12px;
  width: 60%;
  font-size: 16px;
  font-family:fut;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  margin-top:50px;
  }
#myInput {
max-width: 44em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  background-color:white;
  color:black;
  background-position: 10px 12px;
  width: 60%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.twcnt {
width:300px;
height:50px;
}
.usravt {
float:left;
margin-left:10px;
font-family:bnt;
font-size:16px;
}
.avtrimg {
width:75px;
height:75px;
margin-top: 8px;
margin-right: 20px;
}
.caret {
  content: "";
  margin-top:8px;
  background-image: url("img/sprite-16-white.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  line-height: 16px;
  vertical-align: top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity, 0.2s;
  transition: opacity 0.2s;
  background-position: -64px -256px;
}

.searchb {
border: none;
    color: #888888;
    background: url(img/searchBox.png) no-repeat;
    float: right;
    font-family:fut;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    outline: medium none;
    padding: 0 0 0 35px;
    text-shadow: 1px 1px 0 white;
    width: 35%;
}
.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

#d1{}
#d2{}
#d3{}
.servt{
	display:inline-block;
	width:336px;
	height:280px;
	}
.text {
    font-size: 1em;
}

.holder {
    color: #00f
}

.contitle {
    float: left;
    color: darkorange
}

.constreamer {
    float: right;
    color: #419bc7
}

.conslug {
    position: relative;
    margin-top: 16px
}

.conthumb {
    height: auto;
    width:400px;
}

.conbox {
    position: absolute;
    bottom: 1px;
    right: 0px;
    z-index: 3;
    width:50px;
    height:60px;
}
.srchbut{padding:20px;}
.cliphd{font-size:4em;}
.clipbtn{}
.conuser {
    float: left;
    color: #415007
}
.conuser a {
    color: darkred
}
.condate,
.slugright {
    float: right
}
.vplyr{width:100%;height:600px}
.clipframe{width:80%;margin:0 auto;margin-top:100px}
.clipbot{margin-top:800px;}
#clipcomments{margin-left:10%}
#clipothers{display:none;}
.slugright a {
    color: #1dad0b
}

.slugleft {
    float: left
}

.slugleft a {
    color: #7b08bf
}
.contacts{padding:10px;font-family:bnt;font-size:1.5em}
.clli{
	display: inline!important;
	padding-bottom: 2%;
	padding-right:1%
}
.easy-autocomplete {
  font-family:fut;
  float:right;
  margin-right:10%;
}
.easy-autocomplete-container ul {
    width: 300px;
    }
    .easy-autocomplete input {
    width:300px;
    padding: 0 0 0 35px !important;
}
#msearch{
font-family:fut;
}

#strvid {
  position:fixed;
    top: 60%;
    left: 10px;
    width: 30%;
    height: 38%;
    z-index:999;
}

#strvidh {
  position:fixed;
  display:none;
    color: aliceblue;
    background: darkturquoise;
    top: 97%;
    left: 10px;
    width: 30%;
    height: 3%;
    font-size: 15px;
    line-height: 2;
}
.clpsrchmn{
	display:flex;text-align:center;font-family:bnt;font-size:2em;
}
.srch50{
	flex:50%;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}
.progress-bar {
	width: 100%;
	padding: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	font-family:bntalt;
	font-size:2em;
}
.progress-bar-fill {
	display: block;
	height:50px;
	line-height:50px;
	background-color: #659cef;
	border-radius: 3px;
	transition: width 500ms ease-in-out;
}
.barname{vertical-align: top;float:left;line-height:50px;height:50px;}
.barright{float:right}
.barplayed{vertical-align:top;height:50px;line-height:50px;}
.tmlg{
width:75px;
height:75px;
}
.sbmnu {
margin-left:2%;
width:30px;
height:30px;
}
.mplrw{
text-align:center;
height:170px;
}
.tmlrw{height:100px;}
.tglrw{float:unset;width:100%;margin-left:30px}
.mpabx1{
font-family:bnt;
font-size:50px;
}
.gmabx2{}
.mpabxnm1{
font-size:70px;
color:darkred;
font-family:bnt;
}
.mpabxnm2{
font-size:70px;
color:darkorange;
font-family:bnt;
}
.mplong{
width:93.5%;
text-align:center;
}
.tglong{width:94%;padding-left:27px;padding-top:20px;}
.mpabxnm3{
text-align:left;
}
.mplm1{
height:90px;
}
.mpgm1{
height:230px;
}
.mpgimg{
margin-right:10px;
width:17.5%;
height:190px;
}
.mpgtl{
font-size:24px;
margin-bottom:20px;
font-family:bnt;
}
.alinput{
	height: 40px;
    width: 33%;
    font-family: fut;
    padding:15px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    font-size:22px;
}
.aldiv{
	width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.lmb1:hover{
   /*background-color:#e8e3e3;*/
   opacity:0.7;
}

.lmb1 {
width:95%;
    font-family: fut;
    font-size: 40px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#d0d0d0;
    float:left;
    margin-bottom:15px;
    cursor:pointer;
}
.clka {
display:block;
}
.mprb{
height:1260px;
overflow-x:hidden;
}
.mpc{
height:1310px;
}
.tgc{height:550px}
.gamempc{height:950px}
.lstmn1{
float:left;
margin-left:10px;
font-family:bnt;
font-size:50px;
}
.lstavatar{
float:left;height: 40px;
margin-top: 8px;
margin-right: 20px;
}
.rnklstavatar{
float:left;height: 40px;
margin-top: 8px;
margin-right: 20px;
}
.rnklsnm{
	float:left;
	margin-left:10px;
	font-family:bnt;
	font-size:50px
}
.rnktf{
font-size:2em;
text-align:right;
}
.lstn{
float:right;
margin-right:70px;
font-family:bnt;
font-size:50px;
}
.rlstn{}
.mainchart {
  width: 100%;
  height: 500px;
}
.mpt{font-size:5em;}
.rnkhd{font-size:5em}
.gdhd{font-size:5em}
.gmmarhtop{font-size:30px}
.mprrw{}
.mpcharts{margin-top:10px;}
/*.mainchart a:link { color: white !important;display:none !important; }*/

.mpu {
	height:135px;
    width:98.5%;
    list-style:none;
    -webkit-padding-start: 1px;
}
#filterb {
height:30px;
font-family:bnt;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 22px;
}
.fltrdiv{
width: 25%;
float: left;
}

  .button {
    backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(110deg,#eee 0%,#e3e3e3 10%,#fff 20.1%,#fff 25%,#f0f0f0 26%,#fff 28.000000000000004%,#ddd 55.00000000000001%,#eee 100%);
  border-radius: 100px;
  border: 1px solid #999;
  border-width: 1px 1px 1px 1px;
  padding: 5px 20px 7px 20px;
  box-shadow: 0px 2px 2px rgba(0%,0%,0%,0.5),0px 0px 5px rgba(0,0,0,0.25),0px 0px 2px 4px rgba(0,0,0,0.1);
    color: #444;
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 900;
  font-style: normal;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.3)
  }
  .button > div {
    color: #999;
  font-size: 10px;
  font-family: Helvetica Neue;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .button > i {
    font-size: 1em;
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: static
  }
  .button > .ld {
    font-size: initial
  }
.gamejax{
	font-size:0.75em;
	margin-top:60px;
	display:none;
  color:darkblue;
}
.hld{
	float:right;
	z-index:99;
}
.hldimg{
	margin-top: 5px;
    margin-left: 10px;
    cursor:pointer;
}
	.grwsel{
	    font-size: 20px;
	}
	.grwsell{float:left}
	.grwselr{float:right}
	.grwselconta{width:50%}
	#timediv {
	width: 400px;
	margin: 0 auto;
	display:none;
}
#submitdiv {
width: 200px;
margin-left:auto;
margin-right:100px;
}
.ui-datepicker {
background: #9dc1e0; /* Old browsers */
font-size:11px;
padding:10px;
border:1px solid #ccc;
}
#ui-datepicker-div{display:none}
.ui-datepicker table {
width:278px;
}
 
.ui-datepicker table td {
text-align:center;
}
 
.ui-datepicker a {
cursor:pointer;
text-decoration:none;
}
 
.ui-datepicker-prev {
}
 
.ui-datepicker-next {
float:right;
}
 
.ui-datepicker-title {
text-align: center;
font-weight:bold;
}
.gmhldimg{
	margin-top:35px;
}
.maconta {
margin:0 auto;
width:80%;
height:1880px;
    border-radius: 6px;
    font-family: fut;
    font-size: 12px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
}
.maconta a {
text-decoration:none;
color:#d0d0d0;
}
.gmconta{
	height:3100px;
}
.rsconta{
	width:80%;margin:0 auto;font-family:bnt;font-size:50px;border-spacing:10px;
}
.topads {
    background-color: transparent;
    height: 1px;
    width: 1px;
}
.gmmaconta{height:800px}
.tmlogo{background-size: contain;
    background-repeat: no-repeat no-repeat;}
.fsconta{height:2200px}
.subconta{height:2000px}
.nosubconta{text-align:center;height:500px;}
.nbconta{border-style:unset;height: unset !important;}
.nosubt{font-size:50px;color:darkred;}
.nosubs{font-size:20px}
.nosubc{width:60%;margin:0 auto}
.nosubl{float:left;margin-bottom:20px;}
.nosubk{float:right}
.pagination li {
  display:inline-block;
  padding:2px;
  margin-top:50px;
}
.pagination .page{
background-color:lightgray;
padding:3px;
}
.pagination .active{
background-color:darkgray;
}
.pagination .active .page{
background-color:darkgray;
}
.pagination .page:hover{
background-color:darkgray;
padding:3px;
}
.pagination{
font-size:22px;
margin-top:-30px
}
.tmpg1{margin-top:0px}
.paginationbottom{
text-align:center;
margin-top:40px;
}
.clippg{float:left}
.nmbr1{
	float:left;
	height:57px;
	line-height:57px;
	width:10%;
}
.dscrb1{
	font-family:fut;
	float:left;
	width:50%;
  font-size:unset;
  margin-block-start:unset;
  margin-block-end:unset;
  font-weight: unset;
  margin-inline-start:unset;
  margin-inline-end:unset;
}
.dscrb2{height:unset}
.grwdscrb{width:100%}
.gmlstmid{
	line-height:110px;
}
.gmlstavatar{
	height:100px;
}
.langselect{
	width:120px;
	float:right;
	margin-bottom:5px;
}
.sumselect{
	width:120px;
	float:left;
	margin-bottom:5px;
}
.lsv{
margin-top:6px;
float:right;
margin-right:70px;
}
.lmbx1:hover{
   opacity:0.7;
}
.lmbx1 {
width:100%;
    font-family: fut;
    font-size: 40px;
    padding: 10px;
    border-color:lightslategray;
    border-style: solid;
    border-width: 1px;
    color:#fff;
    float:left;
    margin-bottom:15px;
    cursor:pointer;
}
.tblsv{margin-right:3%;font-size:40px;cursor:pointer;}
.tblhd1{width:98.5%}
.tblhd1:hover{opacity:1}
.tbltd{width:6%}
.tblsml{}
.tblnmbr1{}
@media screen and (max-width: 1630px) {
	.conta, .mst {width:98%;}
	.abxnm4{font-size:36px}
	.maconta{width:98%}
	.newsconta{width:98%}
	#bmhd{width:98%}
}
@media screen and (max-width: 1535px) {
.grwselconta{width:70%}
}
@media screen and (max-width: 1380px) {
.fltrdiv {
    width: 15%;
}
.rlstn{margin-right:10px;}
}
@media screen and (max-width: 1337px) {
	.bx6{width:94%;}
	.tblsv{font-size:35px;}	
	.gdhd{font-size:4em;}
	.cliphd{font-size:3em}
}
@media screen and (max-width: 1220px) {
    .abxnm1, .abxnm2 {font-size:40px;margin-bottom:10px}
    .bx4{width:20%}
    .bx5{width:70%}
	.cmntcon{width:97% !important;}
	#ajxchrt{width:100%}
	.tblsv{font-size:30px;}
	.tbltd{font-size:35px;margin-right:50px;}
	.tblhd1{width:96%;}
}
@media screen and (max-width: 1208px) {
    .bx6{width:95%;}
	.abxnm4{font-size:32px}
	.tglrw{margin-left:0px;}
	.gmabx2{font-size:40px}
	.gdhd{font-size:3.5em;}
	.rsconta{font-size:40px;}
}
@media screen and (max-width: 1105px) {
	.grwselconta{width:90%}
	.conthumb {width:330px}
	.text{font-size:0.8em}
	.contacts{font-size:1em;}
	.caret{margin-top:1px;}
    #logo{padding:0px;}
  .tooltip:after,
[data-tooltip]:after {
  width: 50vw;
}
.tooltip-bottom-long:after {
  width:50vw;
}
}
@media screen and (max-width: 1030px) {
    .bx3{width:29%}
    .cssProgress .progress1{font-size:10px !important;}
    .tmlg{width:50;height:50}
    .gmlstmid{font-size:40px;}
    .tbltd{font-size:25px}
    .tblsv{font-size:20px}
    .tblsml{font-size:25px;}
    .gdhd{font-size:3em;}
    .rsconta{font-size:30px;}   
}
@media screen and (max-width: 953px) {
    .bx1, .bx2 {width:40%}
    .bx3{width:26%}
    .bx5{width:60%}
    .bx6{width:86%}
    .abxnm4{font-size:24px !important;}
    .abxnm1, .abxnm2 {font-size:30px;}
    .gmlstmid{font-size:30px}
    .tgbx1{width:45%;}
    .gmabx2{font-size:30px !important}
    .cliphd{font-size:3em}
}
@media screen and (max-width: 905px) {
    .select{width:140px}
    .assel{width:300px}
    .cssProgress .progress1{font-size:6px !important;}
    .bx4{width:25%}
    .bx5{width:55%}
    .abxnm3{margin-left:50px !important}
    .gdhd{font-size:2.5em;}
}
@media screen and (max-width: 700px) {
.tooltip:after,
[data-tooltip]:after {
  width: 80vw;
}
.tooltip-bottom-long:after {
  width:80vw;
}
.bx1 {
width:400px !important;
}
.bx2 {
width:400px !important;
margin-left:0px !important;
}
.rrw {
position:absolute !important;
margin-top:1450px !important;
width:400px;
}
.lrw{
float:unset;
}
.lrw2{
float:unset;
}
.bx3{
width:400px !important;
}
.bx4{
width:400px !important;
}
.tmlg{
width:50px;
height:50px;
}
.bx5{
width:400px !important;
margin-left:0px !important;
}
.bx6{
width:400px !important;
}
.abxnm4 {
font-size:unset;
}
.usravt {
float:left;
margin-left:1px !important;
font-family:bnt !important;
font-size:12px !important;
}
.cmntcon {
    width:95% !important;
}
.clpsrchmn{
	display:block;
}
.avtrimg {
width:50px;
height:50px;
margin-top: 8px;
margin-right: 20px;
}
.twcnt {
width:150px !important;
}
.cssProgress-label-right {
font-size:2.5em !important;
}
.cssProgress-label {
font-size:2.5em !important;
}
.rhttop {
position:absolute;
margin-top:1540px !important;
}
.rhttop2{
float:unset;
}
.select {
width:400px;
}
.abxnm3 {
margin-left:80px !important;
}
.conta{
height:2450px;
width:95%;
}
.ajxld1{
height:450px;
}
#ajxld2{
height:2100px;
}
.hdr{margin-right:0px;}
.tglong{padding-left:10px}
.tgdate{font-size:22px;;margin-top:30px;}
.cliphd{font-size:2.5em}
[data-tooltip]:hover:before {
    margin-top: -30px;
}
}
@media screen and (max-width: 1259px) {
	.rnkmst{height:150px;}
}
@media screen and (max-width: 1226px) {
.mplong{width:94.6%;}
.mpgimg{width:17%;}
.lmb1{width:94%}
}
@media screen and (max-width: 1200px) {
.lstn{margin-right:10px;}
.mpu{width:96%}
.gmconta{height:3200px}
nav{font-size:1.5em}
}
@media screen and (max-width: 1065px) {
#d3{display:none}
nav{font-size:1em}
}
@media screen and (max-width: 1040px) {
.lstn{margin-right:10px;font-size:40px}
.lstmn1{font-size:40px;}
.mpabx1{font-size:40px;}
.mpabxnm1{font-size:40px;}
.mpabxnm2{font-size:40px;}
#langchart{width:150%;margin-left:-70px;}
.nosubc{width:100%}
}
@media screen and (max-width: 945px) {
.rnkmst{height:170px}
.mpt{font-size:3em;display:block;}
}
@media screen and (max-width: 870px) {
.mpgimg{width:15%;height:120px;}
.lstn{margin-right:10px;font-size:30px}
.lstmn1{font-size:30px;}
.lmb1{width:93%;}
.lstavatar{margin-top:3px;height:30px;}
.gmmafrm{width:100%}
#cntmenu{min-height:50px;font-size:unset;float:unset}
}
@media screen and (max-width: 870px) {
.mpabx1{font-size:30px;}
.mpabxnm1{font-size:30px;}
.mpabxnm2{font-size:30px;}
.tblsml{font-size:20px;height:unset;line-height:unset;}
.grwselconta{width:100%}
.grwsell{width:250px}
.grwselr{width:250px}
.contacts{font-size:0}
.clipframe{width:100%}
.clipbtn{width:30xp;height:30px;}
.vplyr{height:450px;margin-top:30px}
.slugright{margin-top:30px;float:none}
.slugleft{margin-top:30px}
}
@media screen and (max-width: 779px) {
.rnkmst{height:200px;}
.tblsml{width:unset}
.gmmarhtop{font-size:24px}
#cmnttxt{width:90%}
#textarea{width:90%}
}
@media screen and (max-width: 723px) {
#filterb{font-size:16px}
}
@media screen and (max-width: 700px) {
.rnktop{width:30%;}
.cliprnktop{margin-top:0px}
#filterb{margin-bottom:10px;float:right;}
.dscrb1{width:100%;}
.maconta{width:96%}
.mprhtop{margin-top:1230px !important;}
.mprrw{margin-top:1100px !important;}
.mainchart{width:110%;}
.mpt{font-size:2em;display:block;}
.tmfrm{font-size:1.5em;}
.select{width:250px;float:right;}
.mst{height:300px;}
.strmst{height:10px}
.lsv{margin-right:5px;}
.grwsell{float:unset;width:100%}
.grwselr{float:unset;width:100%}
#submitdiv{float:left}
.tgmst{height:unset}
.tgc{height:600px}
.tbltd{width:12%}
.lmbx1{font-size:unset}
.gmmarhtop{margin-top:570px !important}
.gmmarhtop2{margin-top:-70px;float:left;}
.gmmarrw{margin-top:450px !important}
.gmmaconta{height:1250px}
.rsct1, .rsct2, .rsct3 {font-size:20px}
.fsconta{border-style:unset;}
.sdscrb{height:200px}
.conta{border-style:unset}
.alinput{width:50%}
.newstitle{font-size:1.5em;}
.abxnm4{float:left;}
#d2{display:none}
}
@media screen and (max-width: 660px) {
.lsv{font-size:24px;}
.nmbr1{line-height:unset;height:unset;font-size:30px;width:12%}
.maconta{height:1450px}
.rnklsnm{font-size:30px}
.rnklstavatar{margin-top:3px;height:30px;}
.hldimg{height:20px;}
.gmlstavatar{height:100px;}
.gmlstmid{line-height:110px;font-size:22px;}
.nosubconta{height:650px}
.nosubl{float:unset;}
.nosubk{float:unset;}
.strsel{float:unset;}
.tbltd{font-size:20px}
.tblsml{font-size:20px}
.tblsv{font-size:20px;}
.tblnmbr1{width:unset}
}
@media screen and (max-width: 585px) {
.bx1 {
width:330px !important;
}
.bx2 {
width:330px !important;
margin-left:0px !important;
}
.bx3{
width:330px !important;
}
.bx4{
width:330px !important;
}
.bx5{
width:330px !important;
}
.rrw {
width:330px;
}
.select {
width:300px;
}
.bx6{
width:330px !important;
}
.ajxld1{
height:420px;
}
.vplyr{height:300px}
.topright{
float:left;
margin-top:20px;
}
#ajxchrt{width:500px}
.rnkhd{font-size:4em;}
.gmlstavatar{
	height: 60px !important;
    margin-left: -30px;
    margin-top: 20px !important;
    }
.tbltd{font-size:15px}
.tblsml{font-size:15px}
.tblsv{font-size:15px;}
.tblnmbr1{width:unset}
.gdhd{font-size:2.5em}
}
@media screen and (max-width: 445px) {
.rnkhd{font-size:3em;}
.select{width:130px}
.rnktf{font-size:1.4em}
.nosubconta{height:800px}
.tbltd{font-size:15px}
.tblsml{font-size:15px}
.tblsv{font-size:15px;}
.tblnmbr1{width:unset}
.grwsell{float:unset;width:100%}
.grwselr{float:unset;width:100%}
.gdhd{font-size:2em;}
.conthumb {width:290px}
.text{font-size:0.8em}
.tinybtn{font-family:unset}
}
@media screen and (max-width: 400px) {
    .bx1 {
width:280px !important;
}
.bx2 {
width:280px !important;
margin-left:0px !important;
}
.rrw {
position:absolute !important;
margin-top:1420px;
width:300px;
}
.lrw{
float:unset;
}
.lrw2{
float:unset;
}
.bx3{
width:280px !important;
}
.bx4{
width:280px !important;
}
.tmlg{
width:50px;
height:50px;
}
.bx5{
width:280px !important;
margin-left:0px !important;
}
.bx6{
width:280px !important;
}
.abxnm4 {
font-size:unset;
}
.usravt {
float:left;
margin-left:1px !important;
font-family:bnt !important;
font-size:12px !important;
}
.cmntcon {
    width:95% !important;
}
.avtrimg {
width:50px;
height:50px;
margin-top: 8px;
margin-right: 20px;
}
.twcnt {
width:150px !important;
}
.cssProgress-label-right {
font-size:2.5em !important;
}
.cssProgress-label {
font-size:2.5em !important;
}
.rhttop {
position:absolute;
margin-top:1520px;
}
.rhttop2{
float:unset;
}
.select {
width:150px;
}
.abxnm3 {
margin-left:80px !important;
}
.conta{
height:2450px;
}
.ajxld1{
height:420px;
}
.tmfrm{
	font-size:2em;
}
#ajxchrt{width:400px}
}
@media screen and (max-width: 400px) {
.pagination{margin-left:-40px}
.lmbx1{width:98%}
.rnklsnm{font-size:24px}
.lsv{font-size:18px}
.nmbr1{font-size:24px}
.rnklstavatar{margin-top:3px;height:24px;}
.tbltd{font-size:15px}
.tblsml{font-size:15px}
.tblsv{font-size:15px;}
.tblnmbr1{width:unset}
.grwsell{float:unset;width:100%}
.grwselr{float:unset;width:100%}
}
@media screen and (max-width: 390px) {
.mpbx1{width:300px !important;}
.mplong{width:300px !important;}
.gmlstavatar{
	height: 40px;
    margin-left: 0px !important;
    }
.rnktf{font-size:14px;}
.hdr{font-size:14px;}
.mst{height:350px;}
.strmst{height:10px}
.tgmst{height:unset}
.nosubconta{height:930px}
.tblnmbr1{display:none}
.tblsml{width:100%}
.ldchrt{width:100%}
.clli{margin-left:-30px}
}
@media all and (max-width : 330px) {
	nav ul li {
		display:block;
		width: 94%;
	}
}
