body {
  color: #000;
}

header {
  background: url(../img/bg_head.png);
  border: 1px solid #4d4d4d;
  border-width: 1px 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  height: 42px;
  margin: 0 0 30px 0;
  width: 100%;
}

.logo {
  color: #999999 !important;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  margin: 47px 0 55px 0;
}

.logo small {
  font-size: 24px;
}
.preheader {
  height: 90px;
}
.preheaderbg  {
  background: #fff url('/images/header.png') no-repeat left top;
  height: 128px;
}

.preheader span {
  color: #bbb;
  line-height: 38px;
  font-size: 11px;
  font-style: italic;
}

.preheader a {
  color: #bbb;
  text-decoration: underline;
}

.wraps-socials {
  color: #eee;
  font-size: 11px;
  padding: 11px 0 0 0;
  min-width: 280px;
}

.wraps-socials span {
  line-height: 16px;
}

.wraps-socials a {
  color: #eee;
  margin: 0 3px 0 0;
  vertical-align: top;
  text-decoration: none;
}

.social-icon {
  background: url(../img/spritesheet.png) no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: top;
  width: 16px;
}

.social-icon.rss {
  background-position: 1px 1px;
}

.social-icon.plus {
  background-position: 0 -40px;
}

.social-icon.fb {
  background-position: 0 -78px;
}

.social-icon.yahoo {
  background-position: 0 -125px;
}

.social-icon.tweet {
  background-position: 0 -185px;
  height: 16px;
  width: 16px;
}

header .banner {
  background: #505050;
  border: 1px solid #777;
  height: 68px;
  margin: 30px 0;
  width: 460px;
}

.top-bar {
  background: transparent;
}

.top-bar ul {
  text-transform: uppercase;
}

.top-bar-section li {
  margin: 0 10px 0 0;
}

.top-bar-section li a:not(.button) {
  background: transparent;
  border-radius: 2px;
  line-height: 31px;
}

.top-bar-section ul li> a,
.top-bar-section li a::not(.button) {
  color: #fff;
}

.top-bar-section ul li.active > a,
.top-bar-section li a:hover:not(.button) {
  background: #ffa630; /* Old browsers */
  background: -moz-linear-gradient(top, #ffa630 0%, #fe9f2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa630), color-stop(100%,#fe9f2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa630 0%,#fe9f2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa630 0%,#fe9f2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa630 0%,#fe9f2b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffa630 0%,#fe9f2b 100%); /* W3C */
  border: 1px solid #feae55;
  border-width: 0 0 1px 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  color: #fff;
}

.top-bar-section .dropdown li a {
color: white;
line-height: 1;
white-space: nowrap;
padding: 7px 15px;
background: #353535;
}

h1,
h2 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.secondary,
h3,
.h3 {
  color: #F68618;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  margin: 0 0 15px 0;
}

h3,
.h3 {
  color: #444;
}

h4,
.h4 {
  color: #444;
}

aside span {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
}

span.small {
  font-size: 11px;
}

a {
  color: #900;
}

a:hover,
a:focus {
  color: #ffaa00;
}

p {
  font-size: 12px;
}

aside p {
  margin: 0 0 5px 0;
}

aside .banner {
  background: #505050;
  border: 1px solid #777;
  height: 126px;
  margin: 30px 0;
  width: 200px;
}

.separator-left {
  border-left: 1px solid #292929;
  box-shadow: inset 1px 0 0px 0px #4a4a4a;
}

footer {
  background: #303030;
  border: 1px solid #484848;
  border-width: 1px 0 0 0;
  box-shadow: 0 -1px 0 0 #2a2a2a;
  margin: 50px 0 0 0;
  padding: 8px;
}

footer h2 {
  font-size: 20px;
  font-weight: bold;
  color:#fff;
}
footer a{
  color:#fe9f2b;
}

.postfooter {
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-width: 1px 0 0 0;
  box-shadow: 0 -1px 0 0 #1d1d1d;
  height: 38px;
  text-align: center;
}

.postfooter span {
  color: #bbb;
  line-height: 38px;
  font-size: 11px;
  font-style: italic;
}

.postfooter a {
  color: #bbb;
  text-decoration: underline;
}

.leagues {
  list-style-type: none;
}

.leagues li {
  background: #5b5b59; /* Old browsers */
  background: -moz-linear-gradient(top,  #5b5b59 0%, #454545 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b59), color-stop(100%,#454545)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5b5b59 0%,#454545 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5b5b59 0%,#454545 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5b5b59 0%,#454545 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5b5b59 0%,#454545 100%); /* W3C */
  border: 1px solid #242424;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.leagues li:hover {
  background: #ca6b0f; /* Old browsers */
  background: -moz-linear-gradient(top,  #ca6b0f 0%, #e18b24 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca6b0f), color-stop(100%,#e18b24)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ca6b0f 0%,#e18b24 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ca6b0f 0%,#e18b24 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ca6b0f 0%,#e18b24 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ca6b0f 0%,#e18b24 100%); /* W3C */
}

.leagues li a {
  color: #fff;
  display: block;
  line-height: 24px;
  text-indent: 9px;
}

.leagues li:hover a {
  color: #111;
}

footer hr {
  border: 1px solid #3d3d3d;
  border-width: 1px 0 0 0;
  margin: 12px 0;
}

a.blog {
  float: right;
  font-size: 11px;
  font-style: italic;
}

.legal span {
  color: #eee;
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  padding: 0 0 8px 0;
}

.legal p {
  color: #ccc;
  font-size: 10px;
  line-height: 12px;
}

.legal ul {
  font-size: 11px;
  list-style-type: none;
}

.legal ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}

.tabs .separator {
  border: 1px solid #262626;
  border-width: 1px 0 0 0;
  position: absolute;
  top: 41px;
  width: 100%;
}

/*
.tab-content {
  margin: 30px 0 0 0;
}

.tab-name {
  padding: 0 5px 0 0;
}

.tab-name a {
  background: #900;
  border: 1px solid #262626;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 0 0px 1px #424242;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding: 0 12px;
}

.tab-name a:hover {
  color: #eee;
}
*/

table {
  width: 100%;
}
/*
section.active .tab-name a {
  background: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  box-shadow: none;
  color: #eee;
}


table caption {
  text-align: left;
  padding: 10px;
}

table a {
}

table th,
table td {
  color: #ccc;
  font-size: 12px;
}

table th,
table thead th {
  background: #900;
  color: #fff !important;
  text-transform: uppercase;
}

table tbody tr td {
  border: 1px solid #303030;
  border-width: 0 0 1px 0;
}

*/

/*
table tbody tr:nth-child(even) td { background: #f2e6e6; }
table tbody tr:nth-child(odd) td { background: #fffafa; }
*/

ul.champ {
  font-size: 13px;
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
}

ul.champ li {
  border: 1px solid #313131;
  border-width: 0 0 1px 0;
  line-height: 31px;
  position: relative;
  text-indent: 23px;
}

ul.champ li a {
  width: 100%;
}

ul.champ li:before {
  color: #313131;
  content: "•";
  font-size: 26px;
  left: -18px;
  line-height: 31px;
  position: absolute;
}

/*
.breadcrumbs {
  background: transparent;
  border: none;
  padding: 0;
}

.breadcrumbs li {
  background: white-smoke;
  margin: 0 25px 0 0;
  padding: 0px 10px;
  position: relative;
}

*/
.breadcrumbs li a {
  color: #900;
}

.breadcrumbs li.current a {
  color: #900;
}

/*
.breadcrumbs > *:before {
  color: #900;
  content: "→";
  left: -25px;    
  position: absolute;
  top: -1px;
}
*/

.alphabet {
  list-style-type: none;
}

.alphabet li {
  display: inline-block;
  text-transform: uppercase;
}

.alphabet li a {
  background: #313131;
  border: 1px solid #2b2b2b;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}

.alphabet li a:hover,
.alphabet li.active a {
  background: #fe9f2c;
  color: #313131;
}

#searchbox {
  background: #fea730; /* Old browsers */
  background: -moz-linear-gradient(top,  #fea730 0%, #fe8a24 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea730), color-stop(100%,#fe8a24)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fea730 0%,#fe8a24 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fea730 0%,#fe8a24 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fea730 0%,#fe8a24 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fea730 0%,#fe8a24 100%); /* W3C */
  border-radius: 4px;
}

#searchbox input[type="text"] {
  border-radius: 4px;
  margin: 5px;
}

#searchbox .custom.dropdown.medium {
  background: transparent !important;
  border: 1px solid #feb859;
  border-width: 0 0 0 1px;
  box-shadow: inset 1px 0 0 0 #cb741f;
  height: 42px;
  margin: 0 0 0 10px;
}

#searchbox .custom.dropdown.medium.open,
#searchbox .custom.dropdown.medium:hover,
#searchbox button:hover {
  background: rgba(255,255,255,.15) !important;
}

#searchbox .custom.dropdown.medium a.current {
  font-style: italic;
  height: 42px;
  line-height: 42px;
}

#searchbox button {
  background: transparent !important;
  border: 1px solid #feb859;
  border-width: 0 0 0 1px;
  box-shadow: inset 1px 0 0 0 #cb741f;
  height: 42px;
  margin: 0 0 0 -5px;
}

#searchbox form.custom .custom.dropdown .selector:after {
  border-color: #222222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
  top: 22px;
}

.smash-left {
  margin-left: 0;
  padding-left: 0;
}

.smash-right {
  margin-right: 0;
  padding-right: 0;
}

nav {
  margin: 5px 0 0 0;
}


.ar{
  text-align: right !important;
}
.ac{
  text-align: center !important;
}
.al{
  text-align: left !important;
}
p.result{
  color:#fff;
  padding:2px;
  width:20px !important;
  margin:0px !important;
  font-weight: bold;
  float:left;
  text-align:center;
  font-size:12px;
}
p.rezW{
  background:#298712;
}
p.rezL{
  background:#e81c30;
}
p.rezD{
  background:#dbc81f;
}

.procentBig{
  background:#311b80 !important;
  color:#fff;
}
.procentMedium{
  background:#6748d9 !important;
}
.procentSmall{
  background:#beb2ed !important;
}

.procent10{
  background:#303030 !important;
  color:#fff;
}
.procent9{
  background:#404040 !important;
  color:#fff;
}
.procent8{
  background:#505050 !important;
  color:#fff;
}
.procent7{
  background:#606060 !important;
  color:#fff;
}
.procent6{
  background:#707070 !important;
  color:#fff;
}
.procent5{
  background:#808080 !important;
  color:#fff;
}
.procent4{
  background:#909090 !important;
  color:#fff;
}
.procent3{
  background:#a0a0a0 !important;
  color:#fff;
}
.procent2{
  background:#b0b0b0 !important;
}
.procent1{
  background:#c0c0c0 !important;
}
.procent0{
  background:#ffffff !important;
}

.ul{
  text-decoration:underline;
  width:100%;
}
.padding10{
  padding:10px;
}
.bg_gray{
  background:#343434 !important;
  padding-top:7px;
  padding-left:7px;
}
