/* line 17 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22 */
html {
  line-height: 1;
}

/* line 24 */
ol, ul {
  list-style: none;
}

/* line 26 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28 */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30 */
q, blockquote {
  quotes: none;
}
/* line 103 */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32 */
a img {
  border: none;
}

/* line 116 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 6 */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 11 */
b {
  font-weight: bold;
}

/* line 15 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19 */
.container {
  overflow: hidden;
  *zoom: 1;
/*   width: 1000px; */
  margin: auto;
  position: relative;
}
/* line 24 */
.container.int {
  margin-top: 10px;
  padding: 15px;
  padding-bottom: 55px;
  background-color: rgba(255, 255, 255, 0.65);
}
/* line 28 */
.container.int .leftCol {
  float: left;
  margin-right: 15px;
 /* width: 564px; */
}
/* line 33 */
.container.int .rightCol {
  float: right;
  width: 390px;
}

/* line 40 */
body {
  font-family: Arial, Helvetica, sans-serif;
 /* background: url(../images/main/floorBg.jpg) repeat; */
}

/* line 45 */
.header .nav li a, .subNavContainer ul li a, h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
}

/* line 78 */
.wrapper {
 /*  min-width: 1000px; */
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 85 */
.mainHeader {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
/* line 89 */
.mainHeader.int {
  position: static;
}
/* line 92 */
.mainHeader .headerT {
  width: 100%;
  height: 100px;
  background-color: #000;
}
/* line 96 */
.mainHeader .headerT .logo {
  margin: 7px 0 0 15px;
  width: 294px;
  height: 83px;
  float: left;
}
/* line 102 */
.mainHeader .headerT .nav {
  margin: 68px 15px 0 0;
  float: right;
}
/* line 105 */
.mainHeader .headerT .nav li {
  display: inline;
}
/* line 107 */
.mainHeader .headerT .nav li a {
  margin-left: 6px;
  font-size: 17px;
  color: #fff;
}
/* line 111 */
.mainHeader .headerT .nav li a:hover {
  color: #eb690b;
}
/* line 116 */
.mainHeader .headerT .nav li:first-child a {
  margin-left: 0;
}
/* line 122 */
.mainHeader .headerT .search {
  position: absolute;
  right: 15px;
  top: 5px;
}
/* line 127 */
.mainHeader .headerT .search .searchBar input {
  margin: 0;
}
/* line 130 */
.mainHeader .headerT .search .searchBar a {
  font-family: 'Oswald', sans-serif;
  position: relative;
  top: 2px;
  color: #fff;
}
/* line 137 */
.mainHeader .headerT .search .social {
  margin-top: 5px;
}
/* line 139 */
.mainHeader .headerT .search .social li {
  display: inline;
}
/* line 141 */
.mainHeader .headerT .search .social li a {
  margin-left: 7px;
  display: block;
  float: left;
  width: 24px;
  height: 23px;
  background-repeat: no-repeat;
}
/* line 148 */
.mainHeader .headerT .search .social li a.tw {
  background-image: url(../images/header/icons/twitter.jpg);
}
/* line 151 */
.mainHeader .headerT .search .social li a.fb {
  background-image: url(../images/header/icons/facebook.jpg);
}
/* line 154 */
.mainHeader .headerT .search .social li a.gl {
  background-image: url(../images/header/icons/google.jpg);
}
/* line 157 */
.mainHeader .headerT .search .social li a.yt {
  background-image: url(../images/header/icons/youtube.jpg);
}
/* line 160 */
.mainHeader .headerT .search .social li a.in {
  background-image: url(../images/header/icons/instagram.jpg);
}
/* line 163 */
.mainHeader .headerT .search .social li a.fy {
  background-image: url(../images/header/icons/feedly.jpg);
}
/* line 166 */
.mainHeader .headerT .search .social li a.rss {
  background-image: url(../images/header/icons/rss.jpg);
}
/* line 171 */
.mainHeader .headerT .search .social li:first-child a {
  margin-left: 0;
}

/* line 182 */
.main {
  width: 100%;
  position: relative;
}
/* line 190 */
.main .side {
  display: block;
  position: absolute;
  top: 100px;
}
/* line 194 */
.main .side.lt {
  left: 50%;
}
/* line 197 */
.main .side.rt {
  right: 50%;
}
/* line 203 */
.main .bottomHeader {
  width: 100%;
  height: 76px;
  background-color: #5ec5ed;
}
/* line 208 */
.main .bottomHeader .container img {
  float: left;
}
/* line 211 */
.main .bottomHeader .container .leagueLogo {
  margin-left: 15px;
}
/* line 214 */
.main .bottomHeader .container .fiba {
  margin: 8px 0 0 5px;
}
/* line 217 */
.main .bottomHeader .container .leagueSponsor {
  float: right;
  margin: 15px 15px 0 0;
}
/* line 221 */
.main .bottomHeader .container .subNavContainer {
  text-align: center;
  float: left;
  margin: 10px 0 0 60px;
}
/* line 225 */
.main .bottomHeader .container .subNavContainer .diarioDeViaje {
  float: none;
}
/* line 229 */
.main .bottomHeader .container .subNavContainer ul li {
  display: inline;
}
/* line 231 */
.main .bottomHeader .container .subNavContainer ul li a {
  margin: 0 2px;
}
/* line 236 */
.main .bottomHeader .container .subNavContainer .subNavTeam {
  float: left;
}
/* line 239 */
.main .bottomHeader .container .subNavContainer .subNavTeam li a {
  display: block;
  float: left;
  text-indent: -9999px;
}
/* line 243 */
.main .bottomHeader .container .subNavContainer .subNavTeam li a img {
  display: block;
  float: none;
}
/* line 247 */
.main .bottomHeader .container .subNavContainer .subNavTeam li a.argentino {
  background: url(../images/emblemas/lnb/argentino.jpg);
}
/* line 261 */
.main.lnb .bottomHeader .subNavContainer {
  margin-left: 70px;
}
/* line 268 */
.main.tna .bottomHeader .subNavContainer {
  margin-left: 10px;
}
/* line 276 */
.main.nba .bottomHeader .container .leagueLogo {
  margin-top: 4px;
}
/* line 279 */
.main.nba .bottomHeader .container .leagueSponsor {
  margin: 5px 0 0 0;
}
/* line 283 */
.main.nba .bottomHeader .subNavContainer {
  margin: 50px 0 0 170px;
}
/* line 287 */
.main.nba .bottomHeader .subNavContainer ul li a {
  color: #fff;
}
/* line 298 */
.main.fed .bottomHeader .container .leagueLogo {
  margin-top: 2px;
}
/* line 302 */
.main.fed .bottomHeader .subNavContainer {
  margin: 50px 0 0 170px;
}
/* line 306 */
.main.fed .bottomHeader .subNavContainer ul li a {
  color: #eb690b;
}
/* line 317 */
.main.fem .bottomHeader .container .leagueLogo {
  margin-top: 5px;
}
/* line 320 */
.main.fem .bottomHeader .container .leagueSponsor {
  margin-top: 3px;
}
/* line 324 */
.main.fem .bottomHeader .subNavContainer {
  margin: 50px 0 0 170px;
}
/* line 328 */
.main.fem .bottomHeader .subNavContainer ul li a {
  color: #5d0450;
}
/* line 339 */
.main.inter .bottomHeader .container .leagueLogo {
  margin-top: 2px;
}
/* line 342 */
.main.inter .bottomHeader .container .leagueSponsor {
  margin-top: 25px;
}
/* line 346 */
.main.inter .bottomHeader .subNavContainer {
  margin: 50px 0 0 250px;
}
/* line 350 */
.main.inter .bottomHeader .subNavContainer ul li a {
  color: #83cff0;
}
/* line 360 */
.main .catastrofe {
  margin-top: 10px;
/*  width: 1000px; */
  height: 502px;
  position: relative;
}
/* line 365 */
.main .catastrofe .caption {
  padding: 20px 150px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
/* line 372 */
.main .catastrofe .caption .date, .main .catastrofe .caption p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
/* line 377 */
.main .catastrofe .caption .date span, .main .catastrofe .caption p span {
  font-weight: bold;
}
/* line 381 */
.main .catastrofe .caption .date {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 385 */
.main .catastrofe .caption h4 {
  margin-bottom: 5px;
  font-size: 25px;
  color: #84d0f0;
}
/* line 394 */
.main .semiCatastrofe {
  margin-top: 10px;
}
/* line 396 */
.main .semiCatastrofe .caption {
  float: left;
  padding: 10px 15px;
  width: 252px;
  height: 400px;
  background-color: #001f34;
}
/* line 402 */
.main .semiCatastrofe .caption .date, .main .semiCatastrofe .caption p {
  font-size: 14px;
  color: #fff;
}
/* line 406 */
.main .semiCatastrofe .caption p {
  line-height: 20px;
}
/* line 409 */
.main .semiCatastrofe .caption p span {
  font-weight: bold;
}
/* line 412 */
.main .semiCatastrofe .caption h4 {
  margin: 10px 0;
  font-size: 30px;
  line-height: 35px;
  color: #84d0f0;
}
/* line 422 */
.main .mainBanners {
  margin-top: 10px;
}
/* line 424 */
.main .mainBanners .mainBanner {
  display: block;
  float: left;
}
/* line 427 */
.main .mainBanners .mainBanner:first-child {
  margin-right: 10px;
}
/* line 499 */
.main .infoBox {
  letter-spacing: -1px;
  position: relative;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  *zoom: 1;
}
/* line 506 */
.main .infoBox .header {
  padding: 5px 4px;
  display: block;
  background-color: #001f34;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
/* line 512 */
.main .infoBox .header li {
  display: inline;
  margin: 0 2px;
}
/* line 515 */
.main .infoBox .header li a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #fff;
}
/* line 519 */
.main .infoBox .header li a:hover, .main .infoBox .header li a.active {
  color: #6ccff6;
}
/* line 524 */
.main .infoBox .header h4 {
  font-size: 14px;
  color: #fff;
}
/* line 527 */
.main .infoBox .header h4 span {
  color: #6dcff6;
}
/* line 532 */
.main .infoBox .infoBoxBg {
  padding: 4px;
  background-color: #6ccff6;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
/* line 536 */
.main .infoBox .infoBoxBg table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #001f34;
}
/* line 542 */
.main .infoBox .infoBoxBg table tr th {
  font-weight: bold;
}
/* line 545 */
.main .infoBox .infoBoxBg table tr th, .main .infoBox .infoBoxBg table tr td {
  white-space: nowrap;
  letter-spacing: -1px;
  padding: 2px;
}
/* line 553 */
.main .infoBox .bx-controls-direction a {
  top: 8px;
}
/* line 555 */
.main .infoBox .bx-controls-direction a.bx-next {
  right: 8px;
}
/* line 558 */
.main .infoBox .bx-controls-direction a.bx-prev {
  left: 8px;
}
/* line 565 */
.main .mainInfo {
  margin-top: 10px;
}
/* line 567 */
.main .mainInfo .leftCol {
  float: left;
  margin-right: 13px;
  width: 600px;
}
/* line 572 */
.main .mainInfo .rightCol {
  float: left;
  width: 387px;
}
/* line 575 */
.main .mainInfo .rightCol .banner {
  float: left;
  margin-top: 10px;
}
/* line 579 */
.main .mainInfo .rightCol .highlights {
  float: left;
  margin-top: 10px;
  width: 387px;
  text-align: center;
}
/* line 584 */
.main .mainInfo .rightCol .highlights .highlightsContent {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 5px;
  background-color: #231f20;
}
/* line 589 */
.main .mainInfo .rightCol .highlights .image {
  position: relative;
}
/* line 591 */
.main .mainInfo .rightCol .highlights .image img {
  width: 377px;
}
/* line 594 */
.main .mainInfo .rightCol .highlights .image a {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../images/videos/play.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 607 */
.main .mainInfo .rightCol .highlights .date {
  font-size: 12px;
}
/* line 610 */
.main .mainInfo .rightCol .highlights p {
  font-size: 12px;
  color: #fff;
}
/* line 616 */
.main .mainInfo .col {
  float: left;
}
/* line 618 */
.main .mainInfo .col.one {
  width: 600px;
}
/* line 620 */
.main .mainInfo .col.one .mainBanner {
  margin-top: 10px;
}
/* line 624 */
.main .mainInfo .col.two {
  width: 215px;
  margin-right: 12px;
}
/* line 628 */
.main .mainInfo .col.three {
  width: 160px;
}
/* line 728 */
.main .mainInfo .mainNews li {
  display: block;
  float: left;
  margin: 10px 0 0 21px;
  padding: 10px;
  width: 186px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #141414;
}
/* line 737 */
.main .mainInfo .mainNews li .date {
  font-size: 12px;
}
/* line 740 */
.main .mainInfo .mainNews li img {
  display: block;
  margin: 10px 0 0 -10px;
  width: 186px;
}
/* line 745 */
.main .mainInfo .mainNews li h4 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 24px;
}
/* line 750 */
.main .mainInfo .mainNews li p {
  font-size: 12px;
  color: #fff;
}
/* line 753 */
.main .mainInfo .mainNews li p span {
  font-weight: bold;
}
/* line 757 */
.main .mainInfo .mainNews li .more {
  margin-top: 10px;
  float: right;
  font-size: 12px;
}
/* line 762 */
.main .mainInfo .mainNews li:first-child {
  margin-top: 0;
  width: 100%;
}
/* line 765 */
.main .mainInfo .mainNews li:first-child img {
  width: 600px;
}
/* line 769 */
.main .mainInfo .mainNews li:first-child, .main .mainInfo .mainNews li:nth-child(2) {
  margin-left: 0;
}
/* line 779 */
.main .mainInfo .topNews .infoBoxBg .newsContainer li {
  letter-spacing: 0;
  border-bottom: 1px solid #001f34;
  padding: 5px 0;
}
/* line 783 */
.main .mainInfo .topNews .infoBoxBg .newsContainer li a {
  display: inline-block;
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #001f34;
}
/* line 790 */
.main .mainInfo .topNews .infoBoxBg .newsContainer li:last-child {
  border-bottom: none;
}
/* line 794 */
.main .mainInfo .topNews .infoBoxBg .newsContainer.moreContainer, .main .mainInfo .topNews .infoBoxBg .newsContainer.topContainer {
  display: none;
}
/* line 802 */
.main .mainInfo .positions {
  margin-bottom: 10px;
}
/* line 810 */
.main .mainInfo .tv .header h4 img {
  position: relative;
  top: 1px;
  left: 2px;
}
/* line 819 */
.main .mainInfo .tv .infoBoxBg ul li {
  margin-bottom: 10px;
}
/* line 821 */
.main .mainInfo .tv .infoBoxBg ul li .match {
  position: relative;
}
/* line 823 */
.main .mainInfo .tv .infoBoxBg ul li .match span {
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #001f34;
}
/* line 828 */
.main .mainInfo .tv .infoBoxBg ul li .match span.teamOne {
  display: block;
  width: 40%;
  float: left;
  text-align: right;
}
/* line 834 */
.main .mainInfo .tv .infoBoxBg ul li .match span.teamTwo {
  display: block;
  width: 40%;
  float: right;
  text-align: left;
}
/* line 840 */
.main .mainInfo .tv .infoBoxBg ul li .match span.vs {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
}
/* line 849 */
.main .mainInfo .tv .infoBoxBg ul li .date p {
  font-size: 10px;
  color: #4c4c4c;
  letter-spacing: 0;
  text-align: center;
}
/* line 856 */
.main .mainInfo .tv .infoBoxBg ul li:last-child {
  margin-bottom: 0;
}
/* line 866 */
.main .mainVideos {
  margin-top: 10px;
}
/* line 868 */
.main .mainVideos ul {
  margin-top: 5px;
}
/* line 870 */
.main .mainVideos ul li {
  width: 240px;
  display: block;
  float: left;
}
/* line 875 */
.main .mainVideos ul li .img {
  width: 240px;
  height: 150px;
  position: relative;
}
/* line 879 */
.main .mainVideos ul li .img a {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../images/videos/play.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 892 */
.main .mainVideos ul li .txt {
  margin-top: 5px;
  padding: 5px;
  width: 240px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #001f34;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 903 */
.main .mainVideos ul li .txt span {
  color: #6dcff6;
}
/* line 906 */
.main .mainVideos ul li .txt p {
  margin-top: 5px;
}
/* line 918 */
.main .footerBanners {
  margin-top: 20px;
  padding: 60px 0;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
}
/* line 925 */
.main .footerBanners .banner {
  display: inline;
}
/* line 927 */
.main .footerBanners .banner:first-child {
  margin-right: 20px;
}
/* line 941 */
.main .intNews .newsContent img {
  margin-bottom: 10px;
}
/* line 944 */
.main .intNews .newsContent .date {
  font-size: 14px;
  color: #5a5a5a;
}
/* line 948 */
.main .intNews .newsContent h2 {
  margin-top: 10px;
  font-size: 30px;
  color: #001f34;
}
/* line 953 */
.main .intNews .newsContent .time {
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  color: #5a5a5a;
  border-bottom: 1px solid #635649;
}
/* line 961 */
.main .intNews .newsContent p, .main .intNews .newsContent h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  font-size: 14px;
  color: #5a5a5a;
}
/* line 967 */
.main .intNews .newsContent h3 {
  font-weight: bold;
}
/* line 973 */
.main .intNews .newsList {
  background-color: #6ccff6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
}
/* line 977 */
.main .intNews .newsList li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #367795;
}
/* line 981 */
.main .intNews .newsList li .header {
  min-height: 60px;
}
/* line 983 */
.main .intNews .newsList li .header img {
  float: left;
  width: 125px;
  height: 60px;
  float: left;
}
/* line 989 */
.main .intNews .newsList li .header .date {
  padding-left: 10px;
  font-size: 12px;
  color: #001f34;
}
/* line 994 */
.main .intNews .newsList li .header h3 {
  padding-left: 135px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #001f34;
}
/* line 1002 */
.main .intNews .newsList li p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #4b4b4b;
}
/* line 1008 */
.main .intNews .newsList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1017 */
.main .intNews .newsPager {
  margin-top: 10px;
  background-color: #6ccff6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
}
/* line 1023 */
.main .intNews .newsPager .content li {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #367795;
}
/* line 1027 */
.main .intNews .newsPager .content li a {
  font-size: 12px;
  color: #001f34;
}
/* line 1031 */
.main .intNews .newsPager .content li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 1038 */
.main .intNews .newsPager .pager {
  margin-top: 10px;
  text-align: center;
}
/* line 1041 */
.main .intNews .newsPager .pager li {
  display: inline;
  font-size: 12px;
  color: #001f34;
}
/* line 1046 */
.main .intNews .newsPager .pager li a.active {
  font-weight: bold;
}
/* line 1059 */
.main .intPlayer .playerProfile {
  overflow: hidden;
  *zoom: 1;
}
/* line 1061 */
.main .intPlayer .playerProfile .card {
  padding-bottom: 19px;
  overflow: hidden;
  *zoom: 1;
  background-color: #5ec5ed;
  width: 60%;
}
/* line 1065 */
.main .intPlayer .playerProfile .card h4 {
  display: block;
  float: left;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
}
/* line 1074 */
.main .intPlayer .playerProfile .card img {
  display: block;
  float: left;
  width: 200px;
  height: 174px;
}
/* line 1080 */
.main .intPlayer .playerProfile .card ul {
  display: block;
  float: left;
  width: 364px;
  height: 174px;
  background-color: #edf4f7;
}
/* line 1086 */
.main .intPlayer .playerProfile .card ul li {
  padding: 5px 10px;
  font-size: 12px;
  color: #4b4b4b;
}
/* line 1090 */
.main .intPlayer .playerProfile .card ul li span {
  font-weight: bold;
}
/* line 1093 */
.main .intPlayer .playerProfile .card ul li:nth-child(2n+1) {
  background-color: #e3ecf1;
}
/* line 1099 */
.main .intPlayer .playerProfile p {
  margin-top: 20px;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 20px;
}
/* line 1104 */
.main .intPlayer .playerProfile p span {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
}
/* line 1112 */
.main .intPlayer .teamList {
  overflow: hidden;
  *zoom: 1;
  display: block;
  padding: 20px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #5ec5ed;
}
/* line 1118 */
.main .intPlayer .teamList li {
  display: block;
  float: left;
  margin-top: 5px;
  width: 175px;
  height: 80px;
  background-color: #fff;
}
/* line 1125 */
.main .intPlayer .teamList li img {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 80px;
}
/* line 1131 */
.main .intPlayer .teamList li span {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #001f34;
}
/* line 1135 */
.main .intPlayer .teamList li span.name, .main .intPlayer .teamList li span.lastName {
  font-size: 16px;
}
/* line 1138 */
.main .intPlayer .teamList li span.name {
  margin-top: 12px;
}
/* line 1141 */
.main .intPlayer .teamList li span.lastName {
  margin: 5px 0;
}
/* line 1144 */
.main .intPlayer .teamList li span.pos {
  font-size: 14px;
}
/* line 1148 */
.main .intPlayer .teamList li:first-child, .main .intPlayer .teamList li:nth-child(2) {
  margin-top: 0;
}
/* line 1151 */
.main .intPlayer .teamList li:nth-child(2n+1) {
  margin-right: 20px;
}
/* line 1158 */
.main .intPlayer .playerTable {
  float: left;
  margin-top: 30px;
  width: 100%;
}
/* line 1162 */
.main .intPlayer .playerTable h4 {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #5ec5ed;
}
/* line 1169 */
.main .intPlayer .playerTable table {
  width: 100%;
  font-size: 12px;
  color: #4b4b4b;
}
/* line 1174 */
.main .intPlayer .playerTable table thead tr {
  background-color: #e3ecf1;
}
/* line 1176 */
.main .intPlayer .playerTable table thead tr th {
  padding: 5px;
  font-weight: bold;
}
/* line 1184 */
.main .intPlayer .playerTable table tbody tr:nth-child(2n+1) {
  background-color: #edf4f7;
}
/* line 1187 */
.main .intPlayer .playerTable table tbody tr:nth-child(2n) {
  background-color: #e3ecf1;
}
/* line 1190 */
.main .intPlayer .playerTable table tbody tr td {
  padding: 5px;
}
/* line 1196 */
.main .intPlayer .playerTable p {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  color: #4b4b4b;
}
/* line 1210 */
.main .intTeam .teamNav li {
  display: inline;
}
/* line 1212 */
.main .intTeam .teamNav li a {
  margin-left: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #969696;
}
/* line 1217 */
.main .intTeam .teamNav li a:hover {
  color: #6c6c6c;
}
/* line 1220 */
.main .intTeam .teamNav li a.active {
  color: #000;
}
/* line 1222 */
.main .intTeam .teamNav li a.active:hover {
  color: #000;
}
/* line 1228 */
.main .intTeam .teamNav li:first-child a {
  margin-left: 0;
}
/* line 1236 */
.main .intTeam .group {
  display: none;
}
/* line 1239 */
.main .intTeam .group .teamTable h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
/* line 1243 */
.main .intTeam .group .teamTable h4 span {
  display: block;
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 20px;
  background-image: url(../images/int-team/flags.png);
}
/* line 1250 */
.main .intTeam .group .teamTable h4 span.br {
  background-position: 0 0;
}
/* line 1255 */
.main .intTeam .group .teamTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 10px 0 0 -2px;
}
/* line 1262 */
.main .intTeam .group .teamTable table thead tr th {
  padding: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #a5c3d2;
}
/* line 1273 */
.main .intTeam .group .teamTable table tbody tr td {
  padding: 5px;
  font-size: 12px;
  color: #3c3c3c;
}
/* line 1279 */
.main .intTeam .group .teamTable table tbody tr:nth-child(2n+1) td {
  background-color: #e3ecf1;
}
/* line 1284 */
.main .intTeam .group .teamTable table tbody tr:nth-child(2n) td {
  background-color: #edf4f7;
}
/* line 1291 */
.main .intTeam .group .teamTable .info {
  padding: 5px;
  margin-top: 3px;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  background-color: #cddee7;
}
/* line 1297 */
.main .intTeam .group .teamTable .info span {
  margin-left: 100px;
  display: inline-block;
  font-size: 12px;
  color: #3c3c3c;
}
/* line 1302 */
.main .intTeam .group .teamTable .info span strong {
  font-weight: bold;
}
/* line 1305 */
.main .intTeam .group .teamTable .info span:first-child {
  margin-left: 0;
}
/* line 1311 */
.main .intTeam .group.a {
  display: block;
}

/* line 1319 */
.mainFooter {
  padding: 25px 0;
  color: #646464;
  width: 100%;
  background-color: #141414;
}
/* line 1324 */
.mainFooter .logo {
  position: relative;
  float: left;
  height: 180px;
  border-right: 1px solid #646464;
  padding-right: 20px;
}
/* line 1330 */
.mainFooter .logo img {
  width: 218px;
}
/* line 1333 */
.mainFooter .logo .copyright {
  position: absolute;
  bottom: 0;
}
/* line 1338 */
.mainFooter ul {
  margin-left: 0px;
  display: block;
  float: left;
}
/* line 1342 */
.mainFooter ul li {
  font-size: 12px;
  line-height: 20px;
}
/* line 1345 */
.mainFooter ul li.title {
  margin-top: 15px;
  font-size: 15px;
}
/* line 1348 */
.mainFooter ul li.title:first-child {
  margin-top: 0;
}
/* line 1353 */
.mainFooter ul li a:hover {
  color: #eb690b;
}

/* line 1367 */
.main.int .infoBox .header {
  background-color: #141414;
}
/* line 1377 */
.main.int .mainInfo .tv .infoBoxBg ul li .date p {
  color: #fff;
}
/* line 1387 */
.main.int .highlights .infoBoxBg {
  background-color: #141414;
}
/* line 1395 */
.main.lnb .bottomHeader {
  background-color: #f37021;
}
/* line 1401 */
.main.lnb .mainInfo .mainNews li .date, .main.lnb .mainInfo .mainNews li h4, .main.lnb .mainInfo .mainNews li .more {
  color: #f37021;
}
/* line 1408 */
.main.lnb .infoBox .infoBoxBg {
  background-color: #f37021;
}
/* line 1413 */
.main.lnb .highlights .date {
  color: #f37021;
}
/* line 1421 */
.main.tna .bottomHeader {
  background-color: #0f6387;
}
/* line 1427 */
.main.tna .mainInfo .mainNews li .date, .main.tna .mainInfo .mainNews li h4, .main.tna .mainInfo .mainNews li .more {
  color: #0f6387;
}
/* line 1435 */
.main.tna .mainInfo .topNews .infoBoxBg .newsContainer li {
  border-color: #fff;
}
/* line 1437 */
.main.tna .mainInfo .topNews .infoBoxBg .newsContainer li a {
  color: #fff;
}
/* line 1446 */
.main.tna .infoBox .infoBoxBg {
  background-color: #0f6387;
}
/* line 1448 */
.main.tna .infoBox .infoBoxBg table {
  color: #fff;
}
/* line 1454 */
.main.tna .highlights .date {
  color: #0f6387;
}
/* line 1462 */
.main.nba .bottomHeader {
  background-color: #006cb7;
}
/* line 1468 */
.main.nba .mainInfo .mainNews li .date, .main.nba .mainInfo .mainNews li h4, .main.nba .mainInfo .mainNews li .more {
  color: #006cb7;
}
/* line 1476 */
.main.nba .mainInfo .topNews .infoBoxBg .newsContainer li {
  border-color: #fff;
}
/* line 1478 */
.main.nba .mainInfo .topNews .infoBoxBg .newsContainer li a {
  color: #fff;
}
/* line 1487 */
.main.nba .infoBox .infoBoxBg {
  background-color: #006cb7;
}
/* line 1489 */
.main.nba .infoBox .infoBoxBg table {
  color: #fff;
}
/* line 1495 */
.main.nba .highlights .date {
  color: #006cb7;
}
/* line 1503 */
.main.fed .bottomHeader {
  background-color: #1d2f5d;
}
/* line 1509 */
.main.fed .mainInfo .mainNews li .date, .main.fed .mainInfo .mainNews li h4, .main.fed .mainInfo .mainNews li .more {
  color: #f37021;
}
/* line 1517 */
.main.fed .mainInfo .topNews .infoBoxBg .newsContainer li {
  border-color: #fff;
}
/* line 1519 */
.main.fed .mainInfo .topNews .infoBoxBg .newsContainer li a {
  color: #fff;
}
/* line 1528 */
.main.fed .infoBox .infoBoxBg {
  background-color: #1d2f5d;
}
/* line 1530 */
.main.fed .infoBox .infoBoxBg table {
  color: #fff;
}
/* line 1536 */
.main.fed .highlights .date {
  color: #f37021;
}
/* line 1544 */
.main.fem .bottomHeader {
  background-color: #e4007b;
}
/* line 1550 */
.main.fem .mainInfo .mainNews li .date, .main.fem .mainInfo .mainNews li h4, .main.fem .mainInfo .mainNews li .more {
  color: #e4007b;
}
/* line 1558 */
.main.fem .mainInfo .topNews .infoBoxBg .newsContainer li {
  border-color: #fff;
}
/* line 1560 */
.main.fem .mainInfo .topNews .infoBoxBg .newsContainer li a {
  color: #fff;
}
/* line 1569 */
.main.fem .infoBox .infoBoxBg {
  background-color: #e4007b;
}
/* line 1571 */
.main.fem .infoBox .infoBoxBg table {
  color: #fff;
}
/* line 1577 */
.main.fem .highlights .date {
  color: #e4007b;
}
/* line 1585 */
.main.inter .bottomHeader {
  background-color: #ee1c25;
}
/* line 1591 */
.main.inter .mainInfo .mainNews li .date, .main.inter .mainInfo .mainNews li h4, .main.inter .mainInfo .mainNews li .more {
  color: #ee1c25;
}
/* line 1599 */
.main.inter .mainInfo .topNews .infoBoxBg .newsContainer li {
  border-color: #fff;
}
/* line 1601 */
.main.inter .mainInfo .topNews .infoBoxBg .newsContainer li a {
  color: #fff;
}
/* line 1610 */
.main.inter .infoBox .infoBoxBg {
  background-color: #ee1c25;
}
/* line 1612 */
.main.inter .infoBox .infoBoxBg table {
  color: #fff;
}
/* line 1618 */
.main.inter .highlights .date {
  color: #ee1c25;
}
/* line 1623 */
.main.home {
  padding-top: 100px;
}
/* line 1625 */
.main.home .side {
  top: 200px;
}
