/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #4e4e4e;
  font-size: 11px;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1;
}

::-moz-selection {
  background: #3a70d2;
  color: #fff;
  text-shadow: 0 1px #002957;
}

::selection {
  background: #3a70d2;
  color: #fff;
  text-shadow: 0 1px #002957;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

p {
  margin: 0 0 1em;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

*:-moz-placeholder:focus {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*::-webkit-input-placeholder:focus {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

textarea,
input {
  resize: none;
  outline: none;
  color: #000;
}

/* ===== Primary Styles ========================================================
   Author:
   ===================================l======================================= */

body {
  margin: 0;
  padding: 0;
  background: url("../images/bg_body.jpg") center;
}

img {
  max-width: 100% !important;
  height: auto;
}

.ul_reset,
.ul_reset ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.items3 ul li img {
  width: 221px;
  height: 137px;
}

.items5 ul li img {
  width: 193px;
  height: 120px;
}

a {
  color: #2d2d2d;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.clr:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#wrapper {
  background: url("../images/bg_body_top.jpg") no-repeat top;
}

#wrapper1 {
  padding: 10px 0 0px 0;
}

#wrapper_inner {
  background: url("../images/bg_body_bot.jpg") no-repeat bottom;
  padding: 10px 0 24px 0;
}

#container {
  background: url("../images/bg_container_top.png") repeat-x top #efefef;
  border-radius: 10px;
  border: 5px solid #d7d7d7;
  width: 960px;
  margin: 0 auto;
  padding: 0 15px 13px 15px;
}

#container1 {
  background-color: #efefef;
  border-radius: 10px;
  border: 5px solid #d7d7d7;
  width: 960px;
  margin: 0 auto;
  padding: 15px 15px 15px 11px;
}

header {
  position: relative;
  background: url("../images/bg_ball.jpg") no-repeat top;
  height: 223px;
  margin-bottom: 11px;
  z-index: 2;
}

#logo {
  position: absolute;
  top: 34px;
  left: 0;
}

#soc {
  position: absolute;
  left: 243px;
  top: 27px;
  padding: 0 0 14px 54px;
  background: url("../images/line.png") no-repeat bottom;
  width: 308px;
}

#soc li {
  float: left;
  margin-right: 18px;
}

#search {
  position: absolute;
  top: 94px;
  left: 269px;
}

#search input[type=text] {
  background: url("../images/bg_search_text.png") no-repeat;
  width: 320px;
  height: 34px;
  border: none;
  padding: 0 15px;
  color: #3f3f3f;
  font-size: 10px;
  text-transform: uppercase;
}

#search button {
  background: url("../images/btn_search.png") no-repeat;
  width: 31px;
  height: 26px;
  border: none;
  text-indent: -9999px;
  margin-left: 7px;
}

#panel {
  position: absolute;
  top: 23px;
  right: 0;
}

.reg {
  margin-bottom: 13px;
}

.reg a {
  color: #0b81a3;
  font-size: 15px;
  text-decoration: none;
}

#panel ul li {
  margin-bottom: 5px;
}

#panel ul li input[type=text],
#panel ul li input[type=password] {
  background: url("../images/bg_text_user.png") no-repeat;
  width: 230px;
  height: 34px;
  border: none;
  padding: 0 15px;
  color: #3f3f3f;
  font-size: 10px;
  text-transform: uppercase;
}

#panel ul li button {
  background: url("../images/btn3.png") repeat-x;
  padding: 0 24px;
  height: 31px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  font-size: 10px;
  margin-left: 10px;
}

#panel ul li:last-child {
  text-align: right;
}

#panel ul li:last-child a {
  color: #6e6e6e;
}

.btn-menu {
  display: none;
  padding: 15px 0;
}

.btn-menu .icon-menu {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}

.btn-menu .icon-menu,
.btn-menu .icon-menu:before,
.btn-menu .icon-menu:after {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #FFF;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-menu .icon-menu:before,
.btn-menu .icon-menu:after {
  position: absolute;
  content: "";
}

.btn-menu .icon-menu:before {
  top: -8px;
}

.btn-menu .icon-menu:after {
  top: 8px;
}

.btn-menu.active .icon-menu {
  background-color: transparent;
}

.btn-menu.active .icon-menu:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.btn-menu.active .icon-menu:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

nav {
  background: url("../images/bg_nav.png") repeat-x;
  height: 42px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

nav > ul {
  text-align: center;
}

nav > ul > li {
  display: inline-block;
  margin-right: -4px;
  background: url("../images/separator.png") no-repeat right;
  padding-right: 1px;
  position: relative;
}

nav > ul > li:last-child {
  padding: 0;
  background: none;
}

nav > ul > li > a {
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  line-height: 41px;
  font-size: 15px;
  text-decoration: none;
}

nav > ul > li > a sup {
  color: #ffff00;
  font-weight: bold;
}

nav > ul > li > a span {
  color: #ffff00;
}

nav > ul > li.active > a {
  color: #bcbaba;
  text-decoration: underline;
}

nav > ul > li:hover > a {
  background: url("../images/bg_nav_hov.png") repeat-x;
  color: #ffd2d2;
  text-decoration: underline;
}

nav > ul > li ul {
  left: 0;
  right: 0;
  position: absolute;
  background: url("../images/bg_submenu.png") repeat-x bottom;
  background-size: 2px 100%;
  padding: 17px 12px;
  border-radius: 0 0 5px 5px;
  display: none;
}

nav > ul > li:hover ul {
  display: block;
}

nav > ul > li ul li {
  color: #FFF;
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px;
}

nav > ul > li ul li a {
  color: #ffd2d2;
}

nav > ul > li ul li a:hover {
  color: #FFF;
}

nav > ul > li ul li:last-child {
  margin: 0;
}

.main {
  margin-bottom: 22px;
}

.content {
  float: left;
  width: 418px;
  margin: 0 271px;
}

.adsbygoogle_responsive {
  width: 418px;
  height: 280px;
}

#slider_wrapper {
  margin-bottom: 10px;
}

.panel {
  position: relative;
}

.slie_desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 19px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 3px 3px;
  color: #FFF;
}

.slie_desc a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}

.title {
  height: 31px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 3px;
}

.title span,
.title h3 {
  display: inline-block;
  line-height: 31px;
  padding-left: 40px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
}

.title span sup {
  color: #FFF;
  font-size: 9px;
  padding-left: 1px;
}

.last_news .title {
  background: url("../images/bg_title3.png") repeat-x;
}

.last_news .title span {
  background: url("../images/icon_pencil.png") no-repeat 11px center;
}

.all {
  position: absolute;
  top: 6px;
  right: 6px;
}

.all a {
  display: block;
  padding: 0 7px;
  line-height: 16px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  background: #b8b8b8;
  background: linear-gradient(#b8b8b8, #ebebeb);
  color: #3f3f3f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.item {
  margin-bottom: 17px;
}

.item:last-child {
  margin: 0;
}

.item figure {
  float: left;
  width: 120px;
  position: relative;
}

.item figure img {
  border-radius: 3px;
}

.date {
  position: absolute;
  bottom: 10px;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  line-height: 22px;
  padding: 0 7px 0 8px;
  border-radius: 3px;
}

.date span {
  display: inline-block;
  background: url("../images/icon_date.png") no-repeat left;
  padding-left: 21px;
  color: #FFF;
}

.item_content {
  margin-left: 142px;
}

.item_content a {
  display: inline-block;
  margin-bottom: 5px;
  color: #2d2d2d;
  font-weight: bold;
}

.item_info {
  margin-top: 10px;
}

.item_info {
  background: url("../images/line2.png") repeat-x center;
}

.more {
  float: right;
  margin-left: 8px;
}

.more a,
.comments {
  display: inline-block;
  border: 1px solid #e7e7e7;
  background: #e9e9e9;
  background: linear-gradient(#e9e9e9, #c8c8c8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  line-height: 24px;
  padding: 0 11px;
  color: #6e6e6e;
}

.more a:hover {
  background: url("../images/btn.png") repeat-x;
  border: none;
  line-height: 26px;
  padding: 0 12px;
  box-shadow: none;
  color: #FFF;
  text-decoration: none;
}

.comments {
  float: right;
}

.comments {
  padding: 0 8px;
}

.comments a {
  background: url("../images/icon_comments.png") no-repeat left;
  padding-left: 22px;
  display: inline-block;
  color: #6e6e6e;
  text-decoration: none;
}

.col_left {
  width: 260px;
  float: left;
  margin-left: -100%;
}

.rating {
  margin-bottom: 19px;
}

.wta .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.wta .title span,
.atp .title span {
  background: url("../images/icon_rating.png") no-repeat 10px center;
}

.rating table {
  width: 100%;
}

.rating table td {
  vertical-align: middle;
  border: 1px solid #FFF;
  background: #e3e3e3;
  color: #585757;
  text-align: center;
}

.rating table td:first-child {
  border-left: 0;
}

.rating table tr:first-child td {
  border-top: 0;
}

.rating table tr:first-child td:first-child {
  border-radius: 3px 0 0 0;
}

.rating table tr:first-child td:last-child {
  border-radius: 0 3px 0 0;
}

.rating table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}

.rating table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}

.rating table td:last-child {
  border-right: 0;
}

.rating table tr td.place {
  width: 32px;
  color: #FFF;
}

.rating table tr td.place.first {
  background: url("../images/bg_first_place.png") repeat-x;
  height: 31px;
}

.rating table tr td.place.second {
  background: url("../images/bg_second_place.png") repeat-x;
  height: 28px;
}

.rating table tr td.place.fourth {
  background: url("../images/bg_fourth_place.png") repeat-x;
  height: 28px;
}

.rating table tr td.place.last {
  background: url("../images/bg_last_place.png") repeat-x;
  height: 26px;
}

.rating table tr td.name {
  width: 128px;
  padding: 0 11px;
  text-align: left;
}

.rating table tr:hover td.name,
.rating table tr:hover td.points {
  background: #ededed;
}

.tournaments {
  margin-bottom: 19px;
}

.tournaments:last-child {
  margin: 0;
}

.tournaments .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.tournaments .title span {
  background: url("../images/icon_tournaments.png") no-repeat 9px center;
}

.tournaments p {
  margin: 0 0 10px 0;
}

.item2 {
  margin-bottom: 10px;
}

.item2:last-child {
  margin: 0;
}

.item2 figure {
  background: #e3e3e3;
  border-radius: 3px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  float: left;
  width: 70px;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
}

.item2_content {
  margin-left: 84px;
  background: #e3e3e3;
  border-radius: 3px;
  height: 65px;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  padding: 6px 0 0 12px;
  color: #2d2d2d;
}

.item2_content a {
  display: inline-block;
  color: #2d2d2d;
  height: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.item2_content a:hover {
  color: #6d922c;
  text-decoration: underline;
}

.col_right {
  float: left;
  width: 260px;
  margin-left: -260px;
}

.atp .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.last_articles {
  margin-bottom: 19px;
}

.last_articles:last-child {
  margin: 0;
}

.last_articles .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.last_articles .title span {
  background: url("../images/icon_articles.png") no-repeat 10px center;
}

.last_articles ul li {
  background: url("../images/line2.png") repeat-x bottom;
  padding: 0 12px 12px 12px;
  margin-bottom: 12px;
}

.last_articles ul li:last-child {
  margin: 0;
  padding: 0 12px;
  background: none;
}

.last_articles ul li span {
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF;
  line-height: 18px;
  padding: 0 6px;
  font-size: 10px;
  margin-bottom: 8px;
  display: inline-block;
}

.last_articles ul li a {
  font-weight: bold;
  text-decoration: none;
}

.last_articles ul li a:hover {
  color: #0a7c9d;
  text-decoration: underline;
}

.block {
  margin-bottom: 22px;
}

.block_left {
  float: left;
  width: 475px;
}

.block_right {
  float: right;
  width: 475px;
}

.block_left .news .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.block_left .news .title span {
  background: url("../images/icon_wooman.png") no-repeat 8px center;
}

.block_right .news .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.block_right .news .title span {
  background: url("../images/icon_man.png") no-repeat 12px center;
}

.news ul {
  background: #e3e3e3;
  box-shadow: 0 1px 0 #FFF;
  border-radius: 3px;
  padding: 10px 12px;
}

.news li {
  margin-bottom: 10px;
}

.news li:last-child {
  margin: 0;
}

.news li figure {
  float: left;
  width: 101px;
}

.news li figure img {
  box-shadow: 0 1px 0 #FFF;
  border-radius: 3px;
}

.news_content {
  margin-left: 111px;
  background: #efefef;
  border-radius: 3px;
  min-height: 53px;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  padding: 9px 10px;
}

.news_content span {
  color: #6e6e6e;
  display: inline-block;
  margin-bottom: 5px;
}

.news_content span.comm {
  background: url("../images/icon_comments2.png") no-repeat left;
  padding-left: 22px;
  margin-left: 5px;
}

.news_content a {
  font-size: 12px;
  color: #2d2d2d;
  text-decoration: none;
}

.news_content_txt {
  padding-top: 3px;
}

.block_left .news_content a:hover {
  color: #0a7b9c;
  text-decoration: underline;
}

.block_right .news_content a:hover {
  color: #54761a;
  text-decoration: underline;
}

.interview .title span,
.interview .title h3,
.interview2 .title h3 {
  background: url("../images/icon_microphone.png") no-repeat 10px center;
}

.forum {
  margin-bottom: 16px;
}

.forum .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.forum .title span {
  background: url("../images/icon_comments3.png") no-repeat 7px center;
}

.forum li {
  margin-bottom: 10px;
  background: #e3e3e3;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  padding: 14px 10px 12px 10px;
}

.forum li span {
  color: #6e6e6e;
  display: inline-block;
  margin-bottom: 12px;
}

.forum li:last-child {
  margin: 0;
}

.forum li a {
  color: #2d2d2d;
}

.forum li span.author {
  position: absolute;
  right: 23px;
  top: 14px;
  margin: 0;
  color: #80ab34;
}

.banner {
  margin-bottom: 17px;
}

.poll .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.poll .title span {
  background: url("../images/icon_vote.png") no-repeat 9px center;
}

.poll p {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
}

.poll li {
  margin-bottom: 10px;
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  line-height: 21px;
  padding-left: 8px;
}

.poll li input[type=radio] {
  display: none;
}

.poll li input[type=radio] + label {
  padding-left: 26px;
  color: #4e4e4e;
  background: url("../images/radio.png") no-repeat left;
}

.poll li input[type=radio]:checked + label {
  background: url("../images/radio_act.png") no-repeat left;
}

.btns {
  text-align: center;
  background: url("../images/line2.png") repeat-x center;
}

.btns button {
  border: 1px solid #e7e7e7;
  background: #e9e9e9;
  background: linear-gradient(#e9e9e9, #c8c8c8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  line-height: 24px;
  width: 104px;
  text-decoration: underline;
  color: #6e6e6e;
  margin: 0 5px;
}

.btns button:hover {
  color: #2d2d2d;
}

.rating_sites {
  margin-bottom: 17px;
}

.rating_sites .title {
  background: url("../images/bg_title1.png") repeat-x;
  margin: 0;
}

.rating_sites .title span {
  background: url("../images/icon_rating2.png") no-repeat 8px center;
}

.rating_sites table {
  width: 100%;
}

.rating_sites table td {
  background: url("../images/line3.png") repeat-y right, url("../images/line2.png") repeat-x bottom;
}

.rating_sites table thead td {
  background: url("../images/line3.png") repeat-y right, url("../images/line2.png") repeat-x bottom #e3e3e3;
  padding: 6px 5px;
  color: #4e4e4e;
}

.rating_sites table thead td:last-child {
  background: url("../images/line2.png") repeat-x bottom #e3e3e3;
}

.rating_sites table tbody tr td {
  color: #6e6e6e;
}

.rating_sites table tbody tr td:first-child {
  padding: 6px 5px;
}

.rating_sites table tbody tr td:last-child {
  background: url("../images/line2.png") repeat-x bottom;
  text-align: center;
  vertical-align: middle;
}

.rating_sites table tbody tr:nth-child(even) {
  background: #e3e3e3;
}

.rating_sites table tbody tr td a {
  font-size: 10px;
  text-decoration: none;
  color: #6e6e6e;
}

.rating_sites table tbody tr td a:hover {
  text-decoration: underline;
  color: #0b80a3;
}

.add_site {
  margin-top: 7px;
  background: url("../images/line2.png") repeat-x center;
  text-align: right;
}

.add_site a {
  display: inline-block;
  background: url("../images/btn2.png");
  border-radius: 3px;
  line-height: 29px;
  padding: 0 13px;
  border: 1px solid #d8d8d8;
  color: #6e6e6e;
  font-weight: bold;
}

.users .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.users .title span {
  background: url("../images/icon_users.png") no-repeat 8px center;
}

.users li {
  padding: 10px 15px 11px 15px;
  background: url("../images/line2.png") repeat-x bottom;
}

.users li:nth-child(even) {
  background: url("../images/line2.png") repeat-x bottom #e3e3e3;
}

.users li figure {
  float: left;
  width: 38px;
}

.users li figure img {
  border: 3px solid #c9c9c9;
}

.user_content {
  margin-left: 57px;
}

.user_content p {
  margin: 0 0 9px 0;
  color: #4e4e4e;
}

.user_content p a {
  color: #6d922c;
  text-decoration: none;
}

.block_left .items3 .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.block_left .items3 .title span {
  background: url("../images/icon_video.png") no-repeat 8px center;
}

.block_right .items3 .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.block_right .items3 .title span {
  background: url("../images/icon_foto.png") no-repeat 7px center;
}

.items3 ul {
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF;
  padding: 10px 0 1px 10px;
}

.items3 ul li {
  float: left;
  width: 221px;
  margin: 0 10px 10px 0;
  position: relative;
  box-shadow: 0 1px 0 #FFF;
}

.item3_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 3px 3px;
  padding: 11px 9px;
  color: #FFF;
}

.item3_title a {
  color: #FFF;
  text-decoration: none;
}

.block_left .items5 .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.block_left .items5 .title span {
  background: url("../images/icon_video.png") no-repeat 8px center;
}

.block_right .items5 .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.block_right .items5 .title span {
  background: url("../images/icon_foto.png") no-repeat 7px center;
}

.items5 {
  padding-top: 10px;
}

.items5 ul {
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF;
  padding: 10px 0 1px 10px;
}

.items5 ul li {
  float: left;
  width: 193px;
  margin: 0 8px 8px 0;
  position: relative;
  box-shadow: 0 1px 0 #FFF;
}

.item5_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 3px 3px;
  padding: 111px 9px;
  color: #FFF;
}

.item5_title a {
  color: #FFF;
  text-decoration: none;
}

footer {
  background: url("../images/bg_footer.png") no-repeat;
  height: 250px;
  position: relative;
}

#nav_bot {
  padding-top: 23px;
}

#nav_bot > ul {
  margin-right: -25px;
}

#nav_bot > ul > li {
  float: left;
  padding: 5px 12px 8px 12px;
  background: url("../images/separator.png") no-repeat right top;
  min-height: 26px;
}

#nav_bot > ul > li:last-child {
  background: none;
}

#nav_bot > ul > li ul {
  margin: 10px -30px 0 0;
}

#nav_bot > ul > li ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
}

#nav_bot > ul > li > a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}

#nav_bot > ul > li ul li a:hover {
  color: #FFF;
  text-decoration: underline;
  font-size: 11px;
}

#nav_bot > ul > li > a:hover {
  color: #FFF;
  text-decoration: underline;
  font-size: 15px;
}

#flogo {
  position: absolute;
  bottom: 36px;
  left: 26px;
}

#copyright {
  position: absolute;
  bottom: 36px;
  left: 186px;
  color: #6e6e6e;
}

#copyright a {
  color: #ffffff;
}

.abouttennis {
  margin-top: 10px;
}

.abouttennis a {
  color: #ffffff;
  padding-top: 5px;
}

#counter {
  position: absolute;
  right: 22px;
  bottom: 36px;
  align: right;
}

#counter1 {
  position: absolute;
  right: 28px;
  bottom: 130px;
}

.article {
  margin-bottom: 20px;
}

.article p {
  margin: 0 0 22px 0;
  line-height: 18px;
}

.article p:last-child,
.article:last-child {
  margin: 0;
}

#maintitlebg h1 {
  background: url("../images/icon_pencil.png") no-repeat 11px center, url("../images/bg_title3.png") repeat-x;
  border-radius: 3px;
  padding: 0 0 0 40px;
  line-height: 31px;
  color: #FFF;
  font-weight: normal;
  margin: 0 0 13px 0;
  font-size: 14px;
  overflow: hidden;
  height: 31px;
}

h1 {
  font-weight: bold;
  margin: 0 0 13px 0;
  font-size: 14px;
  color: #861914;
  line-height: 16px;
}

.article img {
  border-radius: 3px;
  margin-bottom: 15px;
}

.article h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 18px 0;
}

.users_comments .title,
.add_comment .title {
  background: url("../images/bg_title3.png") repeat-x;
}

.users_comments .title span,
.add_comment .title span {
  background: url("../images/icon_pencil.png") no-repeat 11px center;
  font-size: 18px;
  font-weight: normal;
}

.comment {
  background: #e3e3e3;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  padding: 11px;
}

.comment:last-child {
  margin: 0;
}

.comment img {
  float: left;
}

.comment_text {
  margin-left: 58px;
  position: relative;
  color: #2d2d2d;
}

.comment_text a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 11px;
  color: #2d2d2d;
}

.comment_text span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}

.users_comments {
  margin-bottom: 20px;
}

.add_comment ul li {
  float: left;
  margin-bottom: 15px;
}

.add_comment ul li + li {
  float: right;
}

.add_comment input[type=text],
.add_comment textarea {
  background: #e3e3e3;
  box-shadow: 0 1px 0 #FFF, inset 0 1px 0 rgba(181, 181, 181, 0.75);
  border-radius: 3px;
  border: none;
  width: 185px;
  padding: 0 10px;
  height: 34px;
  color: #2d2d2d;
  font-size: 11px;
}

.add_comment ul li.smiles {
  width: 418px;
  text-align: center;
}

.add_comment textarea {
  width: 398px;
  padding: 10px;
  height: 70px;
}

.add_comment button {
  background: url("../images/bg_title2.png") repeat-x;
  border-radius: 3px;
  height: 31px;
  color: #FFF;
  border: none;
  padding: 0 34px;
  font-size: 15px;
}

.profile {
  margin-bottom: 15px;
}

.profile figure {
  float: left;
  width: 148px;
}

.profile img {
  margin: 0;
}

.profile .rating_sites {
  margin-left: 150px;
  margin-bottom: 0;
}

.profile .rating_sites table tbody td:first-child {
  color: #2d2d2d;
}

.profile .rating_sites table tbody td:last-child {
  text-align: left;
  padding: 8px 14px;
}

.content .items3 ul li {
  width: 193px;
}

.content .items5 ul li {
  width: 193px;
}

.video .title {
  background: url("../images/bg_title2.png") repeat-x;
}

.video .title h3 {
  background: url("../images/icon_video.png") no-repeat 8px center;
}

.foto .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.foto .title h3 {
  background: url("../images/icon_foto.png") no-repeat 7px center;
}

.content .interview {
  margin-bottom: 20px;
}

.content .interview:last-child {
  margin: 0;
}

.interview2 .title {
  background: url("../images/bg_title1.png") repeat-x;
}

.table table {
  width: 100%;
  margin-bottom: 20px;
}

.table table td {
  text-align: center;
  padding: 9px 5px;
  border: 1px solid #FFF;
  background: #e3e3e3;
  vertical-align: middle;
}

.table table td img {
  border-radius: 0;
  margin: 0;
}

.table table tr:hover td {
  background: #eeeeee;
}

.pages {
  text-align: center;
}

.pages a,
.pages span {
  text-decoration: none;
  color: #626060;
  font-size: 15px;
  margin: 0 2px;
}

.pages a:hover,
.pages span {
  color: #0a7a9a;
}

.pages a.prev {
  margin-right: 10px;
}

.pages a.next {
  margin-left: 10px;
}

.t23 label {
  padding-right: 3px;
}

.usercomment {
  font-weight: bold;
}

.social_pic {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

div.social_pic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.social_pic li {
  float: left;
  height: 22px;
  margin: 0 2px 0 0;
  position: relative;
}

#date_bg {
  float: left;
}

#date_bg span {
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF;
  line-height: 18px;
  padding: 0 6px;
  font-size: 10px;
  margin-bottom: 8px;
  display: inline-block;
}

#date_bg1 {
  float: right;
}

#date_bg1 span {
  background: #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFF;
  line-height: 18px;
  padding: 0 6px;
  font-size: 10px;
  margin-bottom: 8px;
  display: inline-block;
}

.backense1 {
  width: 960px;
  padding-bottom: 10px;
}

.adsense3 {
  padding-bottom: 10px;
  color: #ffff33;
  font-size: 15px;
}

.adsense7 {
  padding-bottom: 10px;
}

mark,
ins {
  background: #efefef;
  text-decoration: none;
}

.block_content ul {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  list-style: none;
}

.block_content ul li {
  text-align: center;
  float: left;
  width: 33%;
  margin-bottom: 20px;
}

.block_content ul li img {
  border: 3px solid #eaeaea;
}

.block_content ul li a {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  width: 102px;
}

.block_content1 ul {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  list-style: none;
}

.block_content1 ul li {
  text-align: center;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.block_content1 ul li img {
  border: 3px solid #eaeaea;
  width: 200px;
  height: 130px;
}

.block_content1 ul li a {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  width: 200px;
}

.text_alt {
  font-weight: bold;
  color: #585757;
  background: #e3e3e3;
  padding: 5px;
  border-bottom: 1px solid #FFF;
}

.text_alt:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.text_alt span {
  font-weight: normal;
}

.letters {
  padding: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
}

.letters a {
  padding: 10px 3px 10px 10px;
  font-weight: bold;
}

.s_alt {
  height: 10px;
  font-size: 0;
}

.titlef {
  width: 120px;
  height: 35px;
}

.titlef1 {
  width: 200px;
  height: 35px;
}

.videotitle {
  font-size: 12px;
  margin: 15px;
}

ul > li > a sup {
  color: #ffff00;
  font-weight: bold;
}

.checkbox_list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

btennis {
  display: block;
  left: 0;
  right: 0;
  padding-bottom: 12px;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 70px;
  text-indent: -9999px;
  background: url("../icon_top.png") no-repeat;
}

table.hara {
  font-size: 11px;
  background-color: #fafafa;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  border-collapse: collapse;
}

table.hara th,
table.hara td {
  font-size: 11px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  padding: 2px;
}

table.hara th {
  font-size: 11px;
  background-color: #eaeaea;
}

table.hara td {
  font-size: 11px;
  font-weight: normal;
}

table.hara td.creteriy {
  font-size: 11px;
  text-align: left;
  font-weight: normal;
}

.linads {
  width: 520px;
  padding-top: 5px;
}

.banner23 img {
  border-radius: 3px;
  margin-bottom: 15px;
}

#tennis11 {
  background-color: #e3e3e3;
  margin-bottom: 5px;
  width: 960px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#toptennisportal {
  background-color: #e3e3e3;
  width: 418px;
  height: 280px;
}

#banner336 {
  background: url("../images/clack.png");
  border-radius: 0 0 3px 3px;
  width: 418px;
  height: 280px;
}

.banner960 {
  padding-bottom: 12px;
}

.adsbygoogle {
  width: 418px;
  height: 280px;
}

@media (max-width: 979px) {
  #container {
    background: #efefef;
    width: 96%;
    box-sizing: border-box;
    padding: 0 5px 13px 5px;
  }

  #container1 {
    background: #efefef;
    width: 96%;
    box-sizing: border-box;
  }

  header {
    height: auto;
  }

  #logo {
    position: static;
    margin-bottom: 10px;
  }

  #soc {
    display: none;
  }

  #soc li {
    display: inline-block;
    margin: 5px;
    float: none;
  }

  #search {
    background: none;
    position: static;
    margin-bottom: 20px;
    display: none;
  }

  #panel {
    position: static;
    text-align: left;
    width: 100%;
    display: none;
  }

  .btn-menu {
    display: block;
  }

  nav {
    position: static;
    height: auto;
    background: #000;
  }

  nav > ul {
    display: none;
  }

  nav > ul > li {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  nav > ul > li > a {
    display: block;
  }

  nav > ul > li ul {
    position: static;
    display: block;
  }

  .content {
    width: auto;
    margin: 0 0 20px 0;
    float: none;
  }

  #slider_wrapper {
    display: none;
  }

  .col_left {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .col_right {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .block_left {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .block_right {
    float: none;
    width: auto;
  }

  .block_left .news,
  .block_right .news {
    display: none;
  }

  .items3 ul {
    text-align: center;
  }

  .items3 ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  footer {
    height: auto;
    background: url("../images/bg_footer.png") no-repeat;
    background-size: cover;
  }

  #nav_bot > ul {
    margin-right: 0;
    display: none;
  }

  #nav_bot > ul > li {
    min-height: 1px;
    padding: 0;
    float: none;
  }

  #nav_bot > ul > li ul {
    margin: 0;
  }

  #nav_bot > ul > li > a {
    display: block;
    line-height: 26px;
    text-align: center;
  }

  #flogo {
    position: static;
    text-align: center;
    margin-bottom: 15px;
  }

  #copyright {
    position: static;
    text-align: center;
    margin-bottom: 15px;
  }

  #counter {
    position: static;
    text-align: center;
    margin-bottom: 20px;
    align: none;
    padding-bottom: 20px;
  }

  .t23 {
    float: none;
  }

  #tennis11 {
    width: 96%;
  }

  #toptennisportal {
    width: auto;
    overflow: auto;
  }

  #banner336 {
    width: auto;
    overflow: auto;
  }

  #social-abs {
    display: none;
  }

  .forum,
  .col_left .banner,
  .poll {
    display: none;
  }

  .inner .col_left,
  .inner .col_right {
    display: none;
  }

  .last_articles {
    display: none;
  }

  .inner .last_articles {
    display: block;
  }
}

@media (max-width: 767px) {
  #logo {
    text-align: center;
  }

  #search {
    text-align: center;
  }

  #search input[type=text] {
    background: url("../images/bg_search_text.png") no-repeat;
    background-size: 100% 100%;
    width: 200px;
  }

  .reg {
    text-align: center;
  }

  #panel ul li {
    text-align: center;
    display: block;
  }

  #panel ul li input[type=text],
  #panel ul li input[type=password] {
    background: url("../images/bg_text_user.png") no-repeat;
    background-size: 100% 100%;
    width: 100px;
  }

  #panel ul li:last-child {
    text-align: center;
  }

  .article {
    overflow: auto;
  }

  .adsbygoogle {
    width: 280px !important;
    height: 280px !important;
  }

  .pl_prof {
    overflow: auto;
  }
}

@media (max-width: 450px) {
  .adsbygoogle_responsive {
    width: 280px;
    height: 280px;
  }
}

