/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0; }

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

html,
body {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden; }

html:before,
html:after,
body:before, body:after {
  content: '';
  display: table; }

html:after,
body:after {
  clear: both; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

img {
  /* display: block;*/ }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.selectWhite, .selectBlack, .news-filter .sorting .month-select, .news-filter .sorting .categories-select, .select-boxes .select .year-select,
.select-boxes .select .remaining-select, .select-boxes .select .category-select, #container-players-profile .list-type-select,
#container-players-profile .list-select-label, #container-players-profile #results .list-type-select,
#headtohead .list-type-select, .players-control .result-page .resultPage-select, #container-players-landing .list-select,
#rankings_landing_container .list-select, #grand_event_container .list-select, .ranking-landing .wrapper-results .box-title .box-title-right .player-select,
.ranking-landing .wrapper-results .select .date-select, .ranking-landing .wrapper-results .select .ranking-select,
.ranking-landing .wrapper-results .select .continent-select, .ranking-landing .wrapper-results .wrapper-content-results .select-result-mobile,
#container-players-landing .players-main .filter .continent .continent-select, .grand-landing .wrapper-results .select .date-select, .grand-landing .wrapper-results .select .ranking-select,
.grand-landing .wrapper-results .select .continent-select, .grand-landing .wrapper-results .wrapper-content-results .select-result-mobile,
.grand-event .wrapper-results .box-title .box-title-right .grandEventSelect, .grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select,
.play-landing .wrapper-results .select .date-select, .play-landing .wrapper-results .select .ranking-select, .play-landing .wrapper-results .select .continent-select,
.results .wrapper-results .box-title .box-title-right .tournament-select, .results .wrapper-results .wrapper-content-results .tab-results-mobile .results-select,
.results .wrapper-results .item-results .title .matchResult-select {
  position: relative;
  display: inline-block;
  line-height: normal; }

.selectWhite select, .selectBlack select, .news-filter .sorting .month-select select,
.news-filter .sorting .categories-select select, .select-boxes .select .year-select select,
.select-boxes .select .remaining-select select, .select-boxes .select .category-select select,
#container-players-profile .list-type-select select, #container-players-profile .list-select-label select,
#container-players-profile #results .list-type-select select, #headtohead .list-type-select select,
.players-control .result-page .resultPage-select select,
#container-players-landing .list-select select, #rankings_landing_container .list-select select,
#grand_event_container .list-select select, .ranking-landing .wrapper-results .box-title .box-title-right .player-select select,
.ranking-landing .wrapper-results .select .date-select select, .ranking-landing .wrapper-results .select .ranking-select select,
.ranking-landing .wrapper-results .select .continent-select select, .ranking-landing .wrapper-results .wrapper-content-results .select-result-mobile select,
#container-players-landing .players-main .filter .continent .continent-select select,
.grand-landing .wrapper-results .select .date-select select, .grand-landing .wrapper-results .select .ranking-select select,
.grand-landing .wrapper-results .select .continent-select select, .grand-landing .wrapper-results .wrapper-content-results .select-result-mobile select,
.grand-event .wrapper-results .box-title .box-title-right .grandEventSelect select, .grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select select,
.play-landing .wrapper-results .select .date-select select, .play-landing .wrapper-results .select .ranking-select select,
.play-landing .wrapper-results .select .continent-select select, .results .wrapper-results .box-title .box-title-right .tournament-select select,
.results .wrapper-results .wrapper-content-results .tab-results-mobile .results-select select,
.results .wrapper-results .item-results .title .matchResult-select select {
  background-color: #fbfbfb;
  border: none;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  height: 26px;
  outline: medium none;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.selectWhite:after, .selectBlack:after, .news-filter .sorting .month-select:after, .news-filter .sorting .categories-select:after,
.select-boxes .select .year-select:after, .select-boxes .select .remaining-select:after, .select-boxes .select .category-select:after,
#container-players-profile .list-type-select:after, #container-players-profile .list-select-label:after,
#container-players-profile #results .list-type-select:after, #headtohead .list-type-select:after,
.players-control .result-page .resultPage-select:after, #container-players-landing .list-select:after,
#rankings_landing_container .list-select:after, #grand_event_container .list-select:after,
.ranking-landing .wrapper-results .box-title .box-title-right .player-select:after, .ranking-landing .wrapper-results .select .date-select:after,
.ranking-landing .wrapper-results .select .ranking-select:after, .ranking-landing .wrapper-results .select .continent-select:after,
.ranking-landing .wrapper-results .wrapper-content-results .select-result-mobile:after,
#container-players-landing .players-main .filter .continent .continent-select:after, .grand-landing .wrapper-results .select .date-select:after,
.grand-landing .wrapper-results .select .ranking-select:after, .grand-landing .wrapper-results .select .continent-select:after,
.grand-landing .wrapper-results .wrapper-content-results .select-result-mobile:after, .grand-event .wrapper-results .box-title .box-title-right .grandEventSelect:after,
.grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select:after, .play-landing .wrapper-results .select .date-select:after,
.play-landing .wrapper-results .select .ranking-select:after, .play-landing .wrapper-results .select .continent-select:after,
.results .wrapper-results .box-title .box-title-right .tournament-select:after, .results .wrapper-results .wrapper-content-results .tab-results-mobile .results-select:after,
.results .wrapper-results .item-results .title .matchResult-select:after {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  right: 8px;
  top: 3px;
  font-size: 18px;
  color: #000;
  pointer-events: none; }

.select .ranking-filter:after {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  right: 8px;
  top: 3px;
  font-size: 18px;
  pointer-events: none; }

.selectBlack select, .news-filter .sorting .month-select select, .news-filter .sorting .categories-select select {
  height: 28px;
  background-color: #333333;
  color: #fff;
  font-size: 16px; }

.selectBlack:after, .news-filter .sorting .month-select:after, .news-filter .sorting .categories-select:after {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 18px;
  color: #fff;
  pointer-events: none; }

/** Widget Variables **/
.grid-row {
  *zoom: 1; }

.grid-row:before, .grid-row:after {
  content: '';
  display: table; }

.grid-row:after {
  clear: both; }

.grid-row .col-1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-1:before, .grid-row .col-1:after {
  content: '';
  display: table; }

.grid-row .col-1:after {
  clear: both; }

.grid-row .col-1:last-child {
  margin-right: 0%; }

.grid-row .col-1-3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-1-3:before, .grid-row .col-1-3:after {
  content: '';
  display: table; }

.grid-row .col-1-3:after {
  clear: both; }

.grid-row .col-1-3:last-child {
  margin-right: 0%; }

.grid-row .col-2-3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-2-3:before, .grid-row .col-2-3:after {
  content: '';
  display: table; }

.grid-row .col-2-3:after {
  clear: both; }

.grid-row .col-2-3:last-child {
  margin-right: 0%; }

.grid-row .col-1-2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-1-2:before, .grid-row .col-1-2:after {
  content: '';
  display: table; }

.grid-row .col-1-2:after {
  clear: both; }

.grid-row .col-1-2:last-child {
  margin-right: 0%; }

.grid-row .col-1-4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-1-4:before, .grid-row .col-1-4:after {
  content: '';
  display: table; }

.grid-row .col-1-4:after {
  clear: both; }

.grid-row .col-1-4:last-child {
  margin-right: 0%; }

.grid-row .col-3-4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%; }

.grid-row .col-3-4:before, .grid-row .col-3-4:after {
  content: '';
  display: table; }

.grid-row .col-3-4:after {
  clear: both; }

.grid-row .col-3-4:last-child {
  margin-right: 0%; }

.grad-blue {
  background: url("../images/bg-dubai-ranking.jpg") no-repeat, linear-gradient(-90deg, #1a3670 0%, #161c45 100%);
  background-size: cover; }

html.ie9 .grad-blue {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDUwOTQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlM2VhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); }

.grad-red {
  background-image: -webkit-linear-gradient(180deg, #F00000 0%, #9D0000 100%);
  background-image: linear-gradient(-90deg, #F00000 0%, #9D0000 100%); }

html.ie9 .grad-red {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); }

.grad-grey {
  background-image: -webkit-linear-gradient(180deg, #444444 0%, #242424 100%);
  background-image: linear-gradient(-90deg, #444444 0%, #242424 100%);
  height: 75px; }

.grad-grey html.ie9 {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

.site-navigation *, .content-tabs *, .header-right *, a > img, a *, a {
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.social-icons-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.social-icons-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.2em; }

/*---- Genral classes end -------*/
/*Change icons size here*/
.social-icons .fa {
  font-size: 1.6em; }

/*Change icons circle size and color here*/
.social-icons .fa {
  width: 2.5em;
  height: 1.4em;
  line-height: 1.5em;
  text-align: center;
  color: #FFF;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8; }

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  box-shadow: 0px 0px 3px rgba(55, 55, 55, 0.4);
  opacity: 1; }

.social-icons .fa-adn {
  background-color: #504e54; }

.social-icons .fa-apple {
  background-color: #aeb5c5; }

.social-icons .fa-android {
  background-color: #A5C63B; }

.social-icons .fa-bitbucket, .social-icons .fa-bitbucket-square {
  background-color: #003366; }

.social-icons .fa-bitcoin, .social-icons .fa-btc {
  background-color: #F7931A; }

.social-icons .fa-css3 {
  background-color: #1572B7; }

.social-icons .fa-dribbble {
  background-color: #F46899; }

.social-icons .fa-dropbox {
  background-color: #018BD3; }

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
  background-color: #3C599F; }

.social-icons .fa-flickr {
  background-color: #FF0084; }

.social-icons .fa-foursquare {
  background-color: #0086BE; }

.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square {
  background-color: #070709; }

.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
  background-color: #CF3D2E; }

.social-icons .fa-html5 {
  background-color: #E54D26; }

.social-icons .fa-instagram {
  background-color: #A1755C; }

.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
  background-color: #0085AE; }

.social-icons .fa-linux {
  background-color: #FBC002;
  color: #333; }

.social-icons .fa-maxcdn {
  background-color: #F6AE1C; }

.social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA; }

.social-icons .fa-pinterest, .social-icons .fa-pinterest-square {
  background-color: #CC2127; }

.social-icons .fa-renren {
  background-color: #025DAC; }

.social-icons .fa-skype {
  background-color: #01AEF2; }

.social-icons .fa-stack-exchange {
  background-color: #245590; }

.social-icons .fa-stack-overflow {
  background-color: #FF7300; }

.social-icons .fa-trello {
  background-color: #265A7F; }

.social-icons .fa-tumblr, .social-icons .fa-tumblr-square {
  background-color: #314E6C; }

.social-icons .fa-twitter, .social-icons .fa-twitter-square {
  background-color: #32CCFE; }

.social-icons .fa-vimeo-square {
  background-color: #229ACC; }

.social-icons .fa-vk {
  background-color: #375474; }

.social-icons .fa-weibo {
  background-color: #D72B2B; }

.social-icons .fa-tencent-weibo {
  background-color: #1b81c1; }

.social-icons .fa-youku {
  background: url("../images/fa-youku.jpg") no-repeat scroll center center; }

.social-icons .fa-windows {
  background-color: #12B6F3; }

.social-icons .fa-xing, .social-icons .fa-xing-square {
  background-color: #00555C; }

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
  background-color: #C52F30; }

/*  FS SOCIAL
************************************/
/*Change icons size here*/
body .social-icons .fa {
  width: 64px;
  height: 34.4px;
  line-height: 22.4px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.8;
  padding: 6px 0;
  box-sizing: border-box;
  font-size: 22.4px; }

/* Header Styles*/
header.site-header {
  text-align: center;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  height: 82px;
  position: relative;
  z-index: 99;
  overflow: inherit; }

header.site-header > div {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 0 1%; }

header.site-header > div:before, header.site-header > div:after {
  content: '';
  display: table; }

header.site-header > div:after {
  clear: both; }

header.site-header > div .site-branding {
  display: none; }

@media only screen and (max-width: 767px) {
  header.site-header {
    z-index: 99; }
  header.site-header > div {
    padding: 0 2%; } }

.ie9 header.site-header > div.head-content .site-branding .site-title a img {
  top: 50%;
  left: 50%; }

.main-navigation {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  top: 0; }

.main-navigation:before, .main-navigation:after {
  content: '';
  display: table; }

.main-navigation:after {
  clear: both; }

.main-navigation .menu-all-pages-container {
  width: 96%;
  height: 82px;
  display: table; }

.main-navigation .menu-all-pages-container ul.site-main-menu {
  list-style: none;
  display: table-row;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  height: 82px; }

.main-navigation .menu-all-pages-container ul.site-main-menu > li {
  display: table-cell;
  vertical-align: middle;
  line-height: 82px;
  position: relative; }

.main-navigation .menu-all-pages-container ul.site-main-menu > li.has-sub-menu a:hover {
  border-bottom: none; }

.main-navigation .menu-all-pages-container ul.site-main-menu a {
  display: block;
  text-decoration: none;
  color: #3b3b3b;
  letter-spacing: 0.03rem;
  height: 82px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1rem; }

.main-navigation .menu-all-pages-container ul.site-main-menu a:hover {
  color: #df2027;
  border-bottom: 4px solid #df2027; }

.main-navigation .menu-all-pages-container ul.site-main-menu a.active {
  border-bottom: 4px solid #df2027;
  color: #df2027; }

@media only screen and (max-width: 1023px) {
  .main-navigation .menu-all-pages-container ul.site-main-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0; } }

.main-navigation .menu-all-pages-container #sub-main-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style: none; }

.main-navigation .menu-all-pages-container #sub-main-menu > li {
  height: 52px;
  line-height: 52px; }

.main-navigation .menu-all-pages-container #sub-main-menu a {
  height: 52px; }

.main-navigation .menu-all-pages-container #sub-main-menu a:hover {
  color: #df2027;
  border-bottom: 4px solid #df2027; }

.main-navigation .menu-all-pages-container #sub-main-menu a.active {
  border-bottom: 4px solid #df2027;
  color: #df2027; }

@media only screen and (max-width: 767px) {
  .main-navigation {
    margin: 20px 0 0;
    display: none;
    -webkit-transition: none;
    transition: none; }
  .main-navigation.active {
    display: block; }
  .main-navigation .menu-all-pages-container {
    height: auto; }
  .main-navigation .menu-all-pages-container ul.site-main-menu {
    display: block; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li {
    line-height: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li:hover {
    cursor: pointer; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li #sub-main-menu {
    position: relative; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li #sub-main-menu a {
    padding-left: 10px; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li.is_active #sub-main-menu a {
    height: 30px;
    line-height: 30px; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li.is_active #sub-main-menu li {
    height: 30px;
    line-height: 30px; }
  .main-navigation .menu-all-pages-container ul.site-main-menu li.is_active .nav-link_mobile_inner_expander {
    position: relative;
    z-index: 20;
    top: -15px; }
  .main-navigation .menu-all-pages-container a {
    height: auto;
    padding: 5px 0; }
  .main-navigation .menu-all-pages-container a:hover {
    border-bottom: none; }
  .main-navigation .menu-all-pages-container a.active {
    border-bottom: none;
    color: #df2027; } }

.header-right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  top: 0; }

.header-right:before, .header-right:after {
  content: '';
  display: table; }

.header-right:after {
  clear: both; }

.ie8 .main-navigation .menu-all-pages-container ul {
  top: 0;
  left: 0; }

.ie8 .main-navigation .menu-all-pages-container ul li {
  line-height: 82px !important; }

.right-nav {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 0; }

.right-nav:before, .right-nav:after {
  content: '';
  display: table; }

.right-nav:after {
  clear: both; }

.right-nav > li {
  margin: 0;
  width: 64px;
  max-width: 30%;
  display: inline-block;
  list-style: none;
  height: 82px;
  border-left: 1px solid #f0f0f0;
  vertical-align: middle;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 1rem;
  padding: 0 15px \9;
  line-height: 82px;
  color: #9a9a9a;
  font-size: 24px;
  font-size: 1.5rem; }

.right-nav > li:hover li {
  color: #df2027; }

.right-nav > li a {
  height: 82px;
  padding: 0 1rem;
  padding: 0 15px \9;
  line-height: 82px;
  color: #9a9a9a;
  font-size: 24px;
  font-size: 1.5rem; }

.right-nav > li:hover a {
  color: #df2027; }

.right-nav > li > i {
  font-size: 24px;
  line-height: 14px; }

.right-nav .bwf-logo {
  width: 30%;
  text-align: right;
  height: 82px;
  padding: 0; }

@media only screen and (max-width: 1023px) {
  .right-nav .bwf-logo {
    width: 50%; } }

.right-nav .bwf-logo span {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  display: block;
  color: white; }

.right-nav .bwf-logo a {
  display: block;
  height: 82px;
  position: relative;
  padding: 0; }

.right-nav .bwf-logo a img {
  height: 62px;
  right: 0px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  display: block; }

.right-nav .bwf-logo img {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  display: block; }

.right-nav .bwf-logo .transparent {
  opacity: 0 !important; }

.right-nav .bwf-logo.is-menu-active {
  background-color: #df2027 !important;
  position: relative; }

.right-nav .bwf-logo.is-menu-active img {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.right-nav .bwf-logo.is-menu-active:hover img {
  opacity: 1 !important; }

.right-nav .bwf-logo.is-menu-active:before {
  content: "";
  background: #df2027;
  height: 12px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%; }

.ie9 .right-nav .bwf-logo a img {
  top: 50%; }

.right-nav .newsletter-nav {
  display: flex;
  align-items: center; }
  .right-nav .newsletter-nav img {
    width: 84%;
    margin-left: 3px; }
  .right-nav .newsletter-nav img:hover {
    cursor: pointer; }

/*===== Header =====*/
.right-nav .search-top {
  display: block;
  position: absolute;
  right: 0px;
  right: 5px \9;
  top: 72px;
  opacity: 0;
  width: 250px;
  z-index: 100;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3px 3px;
  visibility: hidden; }

.right-nav li:hover .search-top {
  opacity: 1;
  top: 82px;
  visibility: visible; }

.right-nav .search-form input {
  background-color: #dbdbdb;
  border: none;
  display: block;
  font-size: 16px;
  height: 36px;
  margin: 3px 0 0;
  padding: 8px 0;
  text-indent: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  -moz-border-right: 0;
  border-right: 0; }

.right-nav .social-top {
  display: block;
  position: absolute;
  right: 0px;
  right: 5px \9;
  top: 82px;
  z-index: 97;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2px 2px 0;
  opacity: 0;
  visibility: hidden; }

.right-nav .social-top ul {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 2.4rem; }

.right-nav .social-top ul li {
  display: table-cell;
  vertical-align: middle;
  border: none;
  padding: 0 0.1rem; }

.right-nav .social-top ul li a {
  padding: 0;
  line-height: 1.8rem;
  display: block;
  font-size: 1rem; }

.right-nav .social-top ul li img {
  width: 36px;
  margin: 0 auto;
  display: block; }

.right-nav .social-top ul li:hover img {
  opacity: 0.8; }

.right-nav li:hover .social-top {
  opacity: 1;
  top: 82px;
  visibility: visible; }

header.site-header > div.head-content .menu-button {
  cursor: pointer;
  display: none;
  float: right;
  margin: 33px 10px 0 0; }

@media only screen and (max-width: 967px) {
  header.site-header > div.head-content .menu-button {
    display: block; } }

@media only screen and (max-width: 967px) {
  header.site-header > div.head-content .header-right {
    display: none; } }

@media only screen and (max-width: 767px) {
  header.site-header > div.head-content .site-branding {
    width: 85px; } }

@media only screen and (max-width: 767px) {
  header.site-header > div.head-content .main-navigation {
    margin: 20px 0 0;
    display: none;
    -webkit-transition: none;
    transition: none; }
  header.site-header > div.head-content .main-navigation.active {
    display: block; } }

@media only screen and (max-width: 767px) {
  header.site-header > div.head-content .main-navigation .menu-all-pages-container {
    height: auto; } }

header.site-header > div.head-content .main-navigation #mobile-social {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
  margin: 5px 0 10px 10px; }

header.site-header > div.head-content .main-navigation #mobile-social ul {
  display: table;
  float: left;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 50%; }

header.site-header > div.head-content .main-navigation #mobile-social ul li {
  display: table-cell;
  vertical-align: middle; }

header.site-header > div.head-content .main-navigation #mobile-social ul li img {
  margin: 0 auto; }

header.site-header > div.head-content .main-navigation #mobile-social #search-mobile {
  box-sizing: border-box;
  display: table;
  height: 50px;
  padding: 0 10px 0 5px;
  position: relative;
  text-align: left;
  width: 50%; }

header.site-header > div.head-content .main-navigation #mobile-social #search-mobile #site-search-mobile {
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  margin: 5px 0 0;
  background-color: #dbdbdb;
  width: 100%;
  padding: 8px 0;
  text-indent: 10px; }

header.site-header > div.head-content .main-navigation #mobile-social #search-mobile #btn-search-mobile {
  background: url("../images/iconSearch.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  border: none;
  height: 32px;
  position: absolute;
  right: 14px;
  top: 10px;
  box-shadow: none;
  width: 32px; }

@media only screen and (max-width: 767px) {
  header.site-header > div.head-content .main-navigation #mobile-social {
    display: block; } }

@media only screen and (max-width: 767px) {
  header.site-header > div.head-content .main-navigation {
    position: relative;
    clear: both;
    float: left;
    left: 0;
    top: 0;
    width: 100%; }
  header.site-header > div.head-content .main-navigation ul {
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    padding: 0 0 0 10px;
    margin: 0;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important; }
  header.site-header > div.head-content .main-navigation ul li {
    display: block;
    clear: both;
    line-height: 100%; }
  header.site-header > div.head-content .main-navigation ul li a {
    padding: 5px 0; } }

header.site-header > div.head-content .menu-button {
  margin: 10px 0 0 0 !important; }

header.site-header > div.head-content .menu-button img {
  height: 62px; }

.widget-area .main-navigation {
  background-color: #fff;
  display: none;
  margin: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  float: none; }

@media only screen and (max-width: 767px) {
  .widget-area .main-navigation {
    display: block; }
  .widget-area .main-navigation.active {
    display: block; } }

.widget-area .main-navigation .menu-all-pages-container {
  height: auto;
  width: 100%; }

.widget-area .main-navigation .menu-all-pages-container ul {
  position: static;
  height: auto;
  padding: 1.6rem 1rem 0.6rem;
  margin: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  background-color: #fff; }

.widget-area .main-navigation .menu-all-pages-container ul li {
  display: block;
  float: none;
  text-align: left;
  line-height: 2em; }

.widget-area .main-navigation .menu-all-pages-container ul li a {
  height: auto;
  font-size: 16px;
  border: none; }

.widget-area .main-navigation .menu-all-pages-container ul li a:hover {
  color: #df2027;
  border: none; }

.widget-area .main-navigation .menu-all-pages-container ul li a.active {
  border: none;
  color: #df2027; }

.widget-area .main-navigation .menu-all-pages-container ul li .nav-link_mobile_inner_expander:before {
  content: "\f107";
  display: inline-block;
  font: 1.45rem/1 FontAwesome;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget-area .main-navigation .menu-all-pages-container ul li.is_active .nav-link_mobile_inner_expander:before {
  content: "\f106"; }

@media only screen and (max-width: 767px) {
  .widget-area .main-navigation .menu-all-pages-container ul:after {
    display: block; } }

@media only screen and (max-width: 767px) {
  .widget-area .main-navigation {
    position: relative;
    clear: both;
    float: none;
    left: 0;
    top: 0;
    width: 100%; }
  .widget-area .main-navigation ul {
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    padding: 0 0 0 10px;
    margin: 0;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important; }
  .widget-area .main-navigation ul li {
    display: block;
    clear: both; }
  .widget-area .main-navigation ul li a {
    padding: 5px 0; } }

.widget-area .main-navigation #mobile-social {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
  padding: 1rem;
  width: 100%;
  *zoom: 1; }

.widget-area .main-navigation #mobile-social:before, .widget-area .main-navigation #mobile-social:after {
  content: '';
  display: table; }

.widget-area .main-navigation #mobile-social:after {
  clear: both; }

.widget-area .main-navigation #mobile-social ul.social-menu--mobile {
  display: block;
  float: left;
  /*height: 36px;*/
  margin: 0;
  padding: 0; }

.widget-area .main-navigation #mobile-social ul.social-menu--mobile li {
  display: inline-block; }

.widget-area .main-navigation #mobile-social ul.social-menu--mobile li img {
  margin: 0;
  width: 36px;
  display: block; }

.widget-area .main-navigation #mobile-social ul.social-menu--mobile.social-icons .fa {
  width: 2em; }

.widget-area .main-navigation #mobile-social ul.social-menu--mobile.social-icons .fa-youku {
  margin-bottom: -7px !important; }

.widget-area .main-navigation #mobile-social #search-mobile {
  box-sizing: border-box;
  display: block;
  height: 36px;
  margin: 0 0 0 0.6rem;
  position: relative;
  text-align: left;
  float: left;
  width: 93%; }

.widget-area .main-navigation #mobile-social #search-mobile #site-search-mobile {
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  background-color: #f0f0f0;
  left: 0;
  right: 0;
  top: 0;
  text-indent: 10px;
  position: absolute;
  width: 100%; }

.widget-area .main-navigation #mobile-social #search-mobile span {
  display: block;
  position: absolute;
  top: 9px;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 1;
  text-align: center;
  font-size: 1rem;
  color: #333; }

@media only screen and (max-width: 767px) {
  .widget-area .main-navigation #mobile-social {
    display: block; } }

/*==== End header===== */
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.bwf-logo > a {
  position: relative; }

.bwf-logo > a:after {
  left: 25px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  line-height: 20px; }

.bwf-logo > a:hover:after {
  opacity: 1;
  left: 30px;
  top: 5px; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.toggleBox {
  position: absolute;
  right: -46px;
  top: 40px;
  width: 46px;
  height: 47px;
  background: #fff;
  display: none;
  box-shadow: 0px 0px 4px 2px rgba(15, 15, 15, 0.7); }

@media only screen and (max-width: 1023px) {
  .toggleBox {
    display: block;
    top: 40px;
    left: -46px;
    right: auto; } }

@media only screen and (max-width: 767px) {
  .toggleBox {
    display: block;
    top: -65px;
    right: -60px;
    left: auto;
    box-shadow: none; } }

.navToggle {
  background: white;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 200;
  left: 0px;
  top: 0px;
  height: 47px;
  padding: 0 8px; }

.navToggle .nav-icon {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  background-color: #df2027;
  border-radius: 0px;
  -webkit-transition: background 0.2s 0.2s;
  transition: background 0.2s 0.2s; }

.navToggle .nav-icon:before,
.navToggle .nav-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #df2027;
  -webkit-transition: top 0.3s 0.2s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.2s ease, transform 0.3s ease;
  border-radius: 0px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.navToggle .nav-icon:before {
  top: -10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg); }

.navToggle .nav-icon:after {
  top: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg); }

.sidemenu-show .navToggle .nav-icon {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background-color: transparent; }

.sidemenu-show .navToggle .nav-icon:before,
.sidemenu-show .navToggle .nav-icon:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.2s ease;
  transition: top 0.3s ease, transform 0.3s 0.2s ease; }

.sidemenu-show .navToggle .nav-icon:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

.sidemenu-show .navToggle .nav-icon:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

.sidemenu-show .toggleBox {
  box-shadow: none; }

.toggleBox-header {
  display: none;
  position: absolute;
  left: 20px;
  top: 18px; }

@media only screen and (max-width: 767px) {
  .toggleBox-header {
    display: block; } }

footer.master .footer-columns {
  padding: 0px 10px; }

footer.master .footer-widget {
  content: "";
  display: table; }

footer.master .footer-widget.footer-widget:nth-of-type(5n) {
  float: none; }

footer.master .footer-widget.footer-widget {
  margin: 0 0 10px 2%;
  vertical-align: top;
  display: inline-block;
  float: none; }

footer.master .footer-widget .widget-title, footer.master .footer-widget #container-players-landing .players-main .filter .all-players, #container-players-landing .players-main .filter footer.master .footer-widget .all-players {
  color: #fff;
  width: 100%;
  background: none;
  border: none;
  font-weight: 500;
  padding: 0;
  margin: 0; }

footer.master .footer-widget ul {
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0;
  clear: both; }

footer.master .footer-widget li {
  color: #fff;
  word-wrap: break-word; }

footer.master .footer-widget li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase; }

footer.master .footer-widget li a:hover {
  color: #df2027; }

footer.master .footer-widget.quick-link {
  width: 14%; }

footer.master .footer-widget.social-media {
  width: 21%; }

footer.master .footer-widget.website-links {
  width: 17%; }

footer.master .footer-widget.confederation-links {
  width: 18%; }

footer.master .footer-widget.bwf-contact p {
  font-size: 11px;
  color: #fff;
  padding: 17px 0 0;
  clear: both;
  margin: 0; }

footer.master .footer-widget.bwf-contact .mail-contact {
  word-wrap: break-word;
  margin: 10px 0px 0px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px; }

footer.master .footer-widget.bwf-contact .mail-contact a {
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

footer.master .footer-widget.bwf-contact .mail-contact a:hover {
  color: #df2027; }

@media only screen and (max-width: 1023px) {
  footer.master .footer-widget.footer-widget:nth-of-type(5n) {
    float: none; }
  footer.master .footer-widget.footer-widget:nth-of-type(3n) {
    float: none; }
  footer.master .footer-widget.footer-widget {
    margin: 0 0 22px 1%;
    width: 31.5%; } }

@media only screen and (max-width: 599px) {
  footer.master .footer-widget.footer-widget {
    margin: 0 0 22px 1%;
    width: 48%;
    float: none !important;
    vertical-align: top; } }

@media only screen and (max-width: 479px) {
  footer.master .footer-widget.footer-widget {
    margin: 0 0 22px 15px;
    width: 98%;
    float: none !important;
    vertical-align: top; } }

footer.master .logo-footer {
  float: right;
  margin: 5px 6% 0 0; }

@media only screen and (max-width: 1023px) {
  footer.master .logo-footer {
    margin: 5px 20px 0 0; } }

footer.master .info-footer {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 0;
  color: #fff;
  font-size: 10px; }

@media only screen and (max-width: 599px) {
  footer.master .info-footer {
    font-size: 9px; } }

footer.master .info-footer a {
  color: #fff;
  text-decoration: none; }

footer.master .info-footer a:hover {
  color: #df2027; }

footer.master .info-footer .copyright {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 12px;
  line-height: 1.6em;
  text-transform: uppercase; }

footer.master .info-footer .design-by {
  float: right;
  margin: 0 64px 0 0; }
  @media only screen and (max-width: 1023px) {
    footer.master .info-footer .design-by {
      margin: 12px 12px 0px 0px;
      float: left;
      clear: both; } }

footer.master .info-footer .link {
  float: left;
  width: 390px; }

@media only screen and (max-width: 1023px) {
  footer.master .info-footer .link {
    clear: both;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: left;
    width: auto; } }

/*  Container types
************************************/
section.livescore-background {
  background: #000 url("../images/live-score-icons/livescore-background.jpg") center top no-repeat; }

.container-livescore {
  width: 1024px;
  margin: auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 468px) {
  .container {
    padding-left: 0px;
    padding-right: 0px; } }

.wrapper-partner {
  width: 960px;
  margin: 0px auto; }

@media (max-width: 960px) {
  .wrapper-partner {
    width: 100%;
    margin: 0px auto; } }

/*  Create bg-{color}
************************************/
.bg-red {
  background-color: #df2027; }

.bg-white {
  background-color: #ffffff; }

.bg-gray {
  background-color: #2b2b2b; }

.bg-black {
  background-color: #000000 !important; }

.bg-btn-blue {
  background-color: #0f4286; }

.bg-btn-blue a.text-white:hover, .bg-btn-blue a.text-white:active, .bg-btn-blue.text-white:hover, .bg-btn-blue.text-white:active {
  color: #df2027; }

.bg-btn-blue a.text-white:focus, .bg-btn-blue.text-white:focus {
  color: white; }

.bg-orange {
  background: rgba(248, 152, 34, 0.9); }

.bg-dark-blue {
  background-color: #314c61 !important; }

.bg-world-players {
  background: url("../images/bg/bg_world_players.png") left top no-repeat #314c61;
  position: relative;
  background-size: cover; }

.bg-gradient-red {
  background-image: linear-gradient(-90deg, #f00000 0%, #9d0000 100%); }

.bg-gradient-blue {
  background-image: linear-gradient(-90deg, #0e3ea5 0%, #050942 100%); }

.bg-glass {
  background-color: rgba(0, 0, 5, 0.4); }

.bg-border {
  box-sizing: border-box;
  padding-left: 1px;
  padding-right: 1px;
  border-width: 4px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(white), to(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, white, transparent) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, white, transparent) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, white, transparent) 1 100%;
  border-image: linear-gradient(to top, white, transparent) 1 100%;
  border-top: none; }

/*  ODF schedule
************************************/
.odf-schedule-wrap .odf-schedule {
  color: #333;
  padding: 0px;
  width: 100%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .odf-schedule-wrap .odf-schedule {
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .odf-schedule-wrap .odf-schedule {
    max-width: 100%;
    float: left;
    width: 100%; } }

@media (max-width: 767px) {
  .odf-schedule-wrap .odf-schedule {
    width: 100%; } }

.odf-schedule-wrap .odf-schedule .list-sort-time {
  padding: 0px;
  font-size: 12px; }

.odf-schedule-wrap .odf-schedule .list-sort-time li:hover {
  background-color: #353535;
  cursor: pointer; }

.odf-schedule-wrap .odf-schedule .list-sort-time li a {
  display: flex;
  width: 100%;
  height: auto;
  color: inherit;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.odf-schedule-wrap .odf-schedule h3 {
  padding: 0px 23px 20px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0; }

.odf-schedule-wrap .odf-schedule .title {
  padding: 25px 20px;
  overflow: hidden;
  clear: both; }

.odf-schedule-wrap .odf-schedule .title > h3 {
  margin: 0px;
  float: left;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase; }

.odf-schedule-wrap .odf-schedule ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.odf-schedule-wrap .odf-schedule ul li {
  padding: 10px 0px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start; }

.odf-schedule-wrap .odf-schedule ul li.live {
  background-color: #868686;
  color: #fff; }

.odf-schedule-wrap .odf-schedule ul li.live a {
  color: #fff !important; }

.odf-schedule-wrap .odf-schedule ul li.active {
  background-color: #353535 !important;
  color: #fff; }

.odf-schedule-wrap .odf-schedule ul li.active a {
  color: #fff !important; }

.odf-schedule-wrap .odf-schedule ul li.pending {
  background-color: rgba(155, 155, 155, 0.3); }

.odf-schedule-wrap .odf-schedule ul li.complete {
  background-color: #fff; }

.odf-schedule-wrap .odf-schedule ul li .round_time {
  width: 180px;
  padding-left: 20px; }

@media (max-width: 820px) {
  .odf-schedule-wrap .odf-schedule ul li .round_time {
    width: 100px; } }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul li .round_time {
    width: 45%;
    padding-left: 10px;
    order: -2; } }

.odf-schedule-wrap .odf-schedule ul li .round_time a {
  color: #333; }

.odf-schedule-wrap .odf-schedule ul li .round_time a:hover {
  color: red; }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul li .player-score-wrap {
    width: 100%; } }

.odf-schedule-wrap .odf-schedule ul li .player-wrap {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 567px) {
  .odf-schedule-wrap .odf-schedule ul li .player-wrap {
    width: 300px; } }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul li .player-wrap {
    width: 100%;
    padding-top: 10px; } }

.odf-schedule-wrap .odf-schedule ul li .player1 {
  padding: 0px 5px 0px 0px;
  text-align: right;
  width: 35%;
  min-width: 90px;
  flex-shrink: 2; }

.odf-schedule-wrap .odf-schedule ul li .player2 {
  padding: 0px 0px 0px 5px;
  text-align: left;
  width: 35%;
  min-width: 90px; }

.odf-schedule-wrap .odf-schedule ul li .player1 span,
.odf-schedule-wrap .odf-schedule ul li .player2 span {
  display: block;
  line-height: 16px; }

.odf-schedule-wrap .odf-schedule ul li .player1 span a,
.odf-schedule-wrap .odf-schedule ul li .player2 span a {
  color: #333; }

.odf-schedule-wrap .odf-schedule ul .player1 span a:hover,
.odf-schedule-wrap .odf-schedule ul .player2 span a:hover {
  color: #DF2027; }

.odf-schedule-wrap .odf-schedule ul .player_winner {
  font-weight: 500; }

.odf-schedule-wrap .odf-schedule ul .player_winner span {
  clear: both;
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px; }

.odf-schedule-wrap .odf-schedule ul .player_winner span a {
  color: white; }

.odf-schedule-wrap .odf-schedule ul .player_winner span a:hover {
  color: #DF2027; }

.odf-schedule-wrap .odf-schedule ul .flag1,
.odf-schedule-wrap .odf-schedule ul .flag2 {
  text-align: center;
  width: 50px; }

.odf-schedule-wrap .odf-schedule ul .flag1 img,
.odf-schedule-wrap .odf-schedule ul .flag2 img {
  box-shadow: 1px 1px 3px #333; }

.odf-schedule-wrap .odf-schedule ul .flag1 span:nth-child(2),
.odf-schedule-wrap .odf-schedule ul .flag2 span:nth-child(2) {
  display: block;
  margin-top: 10px; }

.odf-schedule-wrap .odf-schedule ul .vs {
  text-align: center;
  width: 20px;
  min-width: 10px; }

.odf-schedule-wrap .odf-schedule ul .score {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .odf-schedule-wrap .odf-schedule ul .score .score-serve-1 {
    padding-right: 5px;
    color: #fff;
    font-size: 18px; }
  .odf-schedule-wrap .odf-schedule ul .score .score-serve-2 {
    padding-left: 5px;
    color: #fff;
    font-size: 18px; }

.odf-schedule-wrap .odf-schedule ul .match-link {
  text-align: center;
  width: 8%;
  min-width: 50px; }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul .match-link {
    order: -1;
    align-self: flex-start;
    margin: 8px 10px 0px auto; } }

.odf-schedule-wrap .odf-schedule ul .timer1 {
  text-align: center;
  width: 8%;
  min-width: 50px;
  display: none; }

.odf-schedule-wrap .odf-schedule ul .timer1 span {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/live_scores_clock.png");
  background-origin: padding-box;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  font-size: 12px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 19px; }

.odf-schedule-wrap .odf-schedule ul li.live .timer1 span {
  background-image: url("../images/icon_timer_big.png"); }

.odf-schedule-wrap .odf-schedule ul .match-status {
  width: 200px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400; }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul .match-status {
    width: 45%;
    order: -1;
    text-align: right;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .odf-schedule-wrap .odf-schedule ul .timer1 {
    display: none; }
  .odf-schedule-wrap .odf-schedule ul .court {
    display: none; } }

@media (max-width: 467px) {
  .odf-schedule-wrap .odf-schedule ul .score {
    margin-top: 10px; } }

.odf-schedule-wrap .odf-schedule li.location-name {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 2px 0;
  padding: 0 23px;
  text-transform: uppercase; }

/* Player profile header section */
/*********************************/
.odf-player-header {
  margin: 0px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }

.odf-player-header .player1,
.odf-player-header .player2 {
  width: 190px; }

@media (max-width: 467px) {
  .odf-player-header .player1,
  .odf-player-header .player2 {
    font-size: 12px;
    width: 75px; } }

.odf-player-header .player1 {
  text-align: right; }

.odf-player-header .player2 {
  text-align: left; }

.odf-player-header .player1 span,
.odf-player-header .player2 span {
  display: block; }

.odf-player-header .player1 span:nth-child(2),
.odf-player-header .player2 span:nth-child(2) {
  margin-top: 15px; }

.odf-player-header .player1 span a,
.odf-player-header .player2 span a {
  color: #fff; }

.odf-player-header .player1 span a:hover,
.odf-player-header .player2 span a:hover {
  color: #DF2027; }

.odf-player-header .flag1,
.odf-player-header .flag2 {
  width: 48px;
  margin: 0px 10px; }

.odf-player-header .flag1 img,
.odf-player-header .flag2 img {
  box-shadow: 1px 1px 3px #333; }

.odf-player-header .flag1 img:nth-child(2),
.odf-player-header .flag2 img:nth-child(2) {
  margin-top: 10px; }

.odf-player-header .vs {
  width: 12px;
  font-size: 12px; }

/* Live Profile Section */
/************************/
.live-profile-wrap {
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 1; }
  .live-profile-wrap a {
    padding: 0px !important;
    margin: 0px; }

.live-profile-wrap.point-active-single::after {
  content: "";
  background: url("../images/live-score-icons/bg_arrow-01-1.svg") no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 20px;
  right: 0px;
  z-index: -1; }

.live-profile-wrap.point-active-double::after {
  content: "";
  background: url("../images/live-score-icons/bg_arrow-01-1.svg") no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  top: 80px;
  left: 0px;
  bottom: 80px;
  right: 0px;
  z-index: -1; }

@media (max-width: 667px) {
  .live-profile-wrap.point-active-single::after {
    display: none; }
  .live-profile-wrap.point-active-double::after {
    display: none; } }

.live-profile-wrap .live-profile-row {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .live-profile-wrap .live-profile-row .team-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 467px) {
      .live-profile-wrap .live-profile-row .team-wrap {
        font-size: 14px; } }

.live-profile-wrap .live-profile-row.live-profile-row-game-stat {
  flex-wrap: wrap-reverse; }

.live-profile-wrap .player1-wrap {
  width: 230px;
  display: flex;
  justify-content: flex-end; }

.live-profile-wrap .player2-wrap {
  width: 230px;
  display: flex;
  justify-content: flex-start; }

@media (max-width: 467px) {
  .live-profile-wrap .player1-wrap,
  .live-profile-wrap .player2-wrap {
    width: auto; } }

.live-profile-wrap .player1-wrap:nth-child(2),
.live-profile-wrap .player2-wrap:nth-child(2) {
  margin-top: 10px; }

.live-profile-wrap .vs {
  font-size: 14px;
  margin: 5px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 467px) {
  .live-profile-wrap .vs {
    font-size: 12px;
    margin: 0px 5px;
    align-self: center; } }

.live-profile-wrap .player1-wrap .player1-flag,
.live-profile-wrap .player2-wrap .player2-flag {
  display: flex; }

.live-profile-wrap .player1-wrap .player1-flag img,
.live-profile-wrap .player2-wrap .player2-flag img {
  width: 80px;
  height: 100%; }

@media (max-width: 467px) {
  .live-profile-wrap .player1-wrap .player1-flag img,
  .live-profile-wrap .player2-wrap .player2-flag img {
    width: 60px;
    height: 100%; } }

.live-profile-wrap .player1-wrap .player1-info {
  margin-right: 15px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.live-profile-wrap .player2-wrap .player2-info {
  margin-left: 15px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

@media (max-width: 467px) {
  .live-profile-wrap .player1-wrap .player1-info {
    margin-right: 10px; }
  .live-profile-wrap .player2-wrap .player2-info {
    margin-left: 10px; } }

.live-profile-wrap .player1-wrap .player1-name {
  text-align: right;
  margin-top: 10px; }

.live-profile-wrap .player1-wrap .player1-name a, .live-profile-wrap .player2-wrap .player2-name a {
  color: #fff; }

.live-profile-wrap .player1-wrap .player1-name a:hover, .live-profile-wrap .player2-wrap .player2-name a:hover {
  color: #f00; }

.live-profile-wrap .player2-wrap .player2-name {
  text-align: left;
  margin-top: 10px; }

@media (max-width: 467px) {
  .live-profile-wrap .player1-wrap .player1-name {
    font-size: 12px; }
  .live-profile-wrap .player2-wrap .player2-name {
    font-size: 12px; } }

.live-profile-wrap .player1-wrap .player1-profile,
.live-profile-wrap .player2-wrap .player2-profile {
  display: flex;
  flex-shrink: 0; }

.live-profile-wrap .player1-wrap .player1-profile img,
.live-profile-wrap .player2-wrap .player2-profile img {
  height: 130px;
  border: 1px solid #fff;
  overflow: hidden; }

@media (max-width: 467px) {
  .live-profile-wrap .player1-wrap .player1-profile img,
  .live-profile-wrap .player2-wrap .player2-profile img {
    height: 80px; } }

.live-profile-wrap .player1-wrap .player1-profile img {
  border-bottom: 10px solid #00B331; }

.live-profile-wrap .player2-wrap .player2-profile img {
  border-bottom: 10px solid #FFBC20; }

/* Watch now section */
/*********************/
.watch-now {
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 667px) {
    .watch-now {
      justify-content: center; } }

.watch-now .logo img {
  width: 140px; }

.watch-now .logo {
  margin-left: 30px; }

@media (max-width: 467px) {
  .watch-now .logo img {
    width: 100px; }
  .watch-now .logo {
    display: none; } }

.watch-now .title {
  margin-left: 20px;
  color: #fff; }

@media (max-width: 467px) {
  .watch-now .title {
    margin: 5px auto 0px auto;
    text-align: center; } }

.watch-now .title h3 {
  font-size: 28px;
  margin-bottom: 10px; }

.watch-now .title h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px; }

@media (max-width: 467px) {
  .watch-now .title h3 {
    font-size: 20px; }
  .watch-now .title h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; } }

.watch-now .match-key {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box; }
  @media (max-width: 667px) {
    .watch-now .match-key {
      margin: 0px;
      width: 100%;
      align-items: center; } }

@media (max-width: 667px) {
  .watch-now .match-key-row-1 {
    display: none; } }

.watch-now .match-key-row-1,
.watch-now .match-key-row-2 {
  align-content: center;
  color: #fff;
  text-align: center; }

.watch-now .match-key-row-2 {
  text-transform: uppercase;
  display: flex;
  margin-top: 10px; }
  .watch-now .match-key-row-2 a {
    color: #fff;
    background-color: #dc2129;
    padding: 10px; }
  .watch-now .match-key-row-2 a:hover {
    background-color: #868686; }

@media (max-width: 467px) {
  .watch-now .match-key-row .text {
    font-size: 14px;
    width: 130px; } }

/* Schedule banner section */
/***************************/
.schedule-banner {
  padding: 20px 15px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 16px;
  display: flex;
  align-items: center; }

.schedule-banner-2 {
  padding: 10px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .schedule-banner-2 .line-1, .schedule-banner-2 .line-2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .schedule-banner-2 .line-2 {
    font-size: 14px; }
  .schedule-banner-2 sup {
    font-size: 12px;
    text-transform: lowercase; }

@media (max-width: 467px) {
  .schedule-banner-2 {
    padding: 0px 15px 15px 15px;
    font-size: 14px; }
    .schedule-banner-2 .line-2 {
      font-size: 12px; }
    .schedule-banner-2 sup {
      font-size: 10px; } }

.schedule-banner .schedule-prev a,
.schedule-banner .schedule-next a {
  color: #333; }

.schedule-banner .schedule-prev a:hover,
.schedule-banner .schedule-next a:hover {
  color: #f00; }

.schedule-banner .schedule-prev {
  margin-right: 20px; }

.schedule-banner .schedule-next {
  margin-left: auto; }

@media (max-width: 467px) {
  .schedule-banner .schedule-prev {
    margin-right: 10px; }
  .schedule-banner .schedule-next {
    margin-left: auto; } }

.schedule-banner h3 {
  margin: 0px 0px 10px 0px;
  color: #0f4286; }

@media (max-width: 467px) {
  .schedule-banner .schedule-text {
    margin-right: 10px; }
  .schedule-banner h3 {
    font-size: 18px; }
  .schedule-banner .schedule-text strong {
    display: none; } }

.schedule-banner .date-box {
  width: 100px;
  float: left;
  color: #fff;
  background-color: #ffbc20;
  padding: 10px;
  margin-right: 20px; }

@media (max-width: 467px) {
  .schedule-banner .date-box {
    margin-right: 10px;
    padding: 5px; } }

.schedule-banner .date-box .date-word {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px; }

.schedule-banner .date-box .date-number {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: 700; }

.schedule-banner .date-box .date-month {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px; }

.schedule-footer {
  padding: 20px 15px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 12px;
  color: #fff;
  text-align: center; }

.live-profile-row table {
  width: 350px;
  text-align: center; }

@media (max-width: 467px) {
  .live-profile-row table {
    width: 300px;
    font-size: 14px; } }

.live-profile-row table.game-stats {
  width: 300px; }
  .live-profile-row table.game-stats tr.game a {
    color: #fff; }
  .live-profile-row table.game-stats tr.game a:hover {
    color: #df2027; }
  .live-profile-row table.game-stats tr.game td.description {
    color: #df2027; }

.live-profile-row table tr.result {
  font-size: 22px;
  height: 50px;
  vertical-align: bottom; }

.live-profile-row table tr.game {
  font-size: 16px;
  height: 50px;
  vertical-align: bottom; }

.live-profile-row table td.t1 div {
  background-color: #00B30F;
  display: inline-block;
  padding: 2px 12px; }

.live-profile-row table td.t2 div {
  background-color: #FABD09;
  display: inline-block;
  padding: 2px 12px; }

.live-profile-row table td {
  padding: 5px; }

ul.head-to-head {
  padding: 10px 0px;
  margin: 0px;
  list-style-type: none;
  position: relative; }

ul.head-to-head li.chart {
  width: 420px;
  margin: 0px auto;
  position: relative;
  display: inline-block; }

.charts-statistics {
  text-align: center;
  width: 420px;
  height: 225px;
  font-size: 12px;
  vertical-align: middle;
  position: relative; }

li.chart h3 {
  font-size: 18px; }

li.chart h4 {
  color: #fff; }

li.chart table {
  margin: 0px auto;
  font-weight: 500;
  width: 236px; }

.live-tab-content .rank-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0px;
  text-transform: uppercase; }

.live-tab-content .rank-footer .rank-footer-text {
  display: flex;
  font-size: 16px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.3); }

.cifr1,
.cifr2 {
  display: flex;
  padding: 0.2em 0.6em;
  font-size: 22px;
  font-weight: 300; }

.cifr1 {
  background-color: #00B30F; }

.cifr2 {
  background-color: #fabd09; }

@media (max-width: 467px) {
  .live-tab-content .rank-footer {
    margin-bottom: 10px; }
  .live-tab-content .rank-footer .rank-footer-text {
    font-size: 14px; }
  .cifr1, .cifr2 {
    font-size: 20px; } }

.live-tab-content h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0px; }

@media (max-width: 467px) {
  .live-tab-content h3 {
    font-size: 14px;
    margin-top: 10px; } }

.live-tab-content h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }

/*  Live page additions - new
************************************/
.tabs {
  max-width: 90%;
  float: none;
  list-style: none;
  padding: 0;
  margin: 0 auto; }

@media (max-width: 467px) {
  .tabs {
    max-width: 100%; } }

.live-tabs-wrap {
  display: flex;
  justify-content: center;
  clear: both;
  font-size: 14px;
  color: #fff; }

@media (max-width: 467px) {
  .live-tabs-wrap {
    font-size: 10px; } }

.live-tabs-wrap a {
  color: #fff;
  width: 160px; }

.live-tabs-wrap a:visited {
  color: #fff; }

.live-tabs-wrap .tab {
  text-align: center;
  padding: 10px; }

.live-tabs-wrap .tab span {
  display: block;
  text-transform: uppercase; }

.tabs div i {
  padding: 5px;
  margin-right: 0; }

.live-tabs-wrap .tab:hover {
  color: #df2027;
  background-color: none; }

.live-tabs-wrap .tab a:hover {
  color: #df2027; }

.live-tabs-wrap .tab.active {
  background-color: rgba(0, 0, 5, 0.4);
  color: #df2027; }

.live-tabs-wrap .tab.active a {
  color: #3498db; }

.live-tab-content {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(33, 33, 33, 0.1); }
  .live-tab-content h3.match-duration {
    text-transform: uppercase; }
  .live-tab-content h3.match-state {
    color: #dc2129;
    text-transform: uppercase;
    font-size: 18px; }

@media (max-width: 467px) {
  .live-tab-content {
    padding: 10px; } }

@media (min-width: 768px) {
  .tabs i {
    padding: 5px;
    margin-right: 10px; }
  .tabs label span {
    display: inline-block;
    padding-bottom: 0px; }
  .tabs {
    max-width: 750px;
    margin: 0 auto; } }

.livebl {
  background-color: rgba(33, 33, 33, 0.8);
  width: 100%;
  color: white; }

.livebl table {
  margin: 0px auto;
  padding: 0px;
  font-size: 16px; }

/* Arrow animation */
/*******************/
.score-animation {
  width: 100%;
  height: 26px;
  text-align: center; }
  .score-animation img.reverse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

.score-animation-rl {
  width: 100%;
  height: 30px;
  background: transparent url("../assets/images/arrow-01.svg") center center no-repeat; }

.score-animation-lr {
  width: 100%;
  height: 30px;
  background: transparent url("../assets/images/arrow-01.svg") center center no-repeat;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* Game scores live tab */
/************************/
.game-completed-wrap,
.game-live-wrap {
  margin: 3px auto;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.game-live-wrap {
  background-color: rgba(33, 33, 33, 0.8); }

.game-completed-wrap .game-completed {
  width: 100%;
  max-width: 370px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 467px) {
  .game-completed-wrap .game-completed {
    font-size: 12px;
    width: 270px; }
  .game-completed-wrap .game-completed img {
    width: 20px; } }

.game-live-wrap .game-live {
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
  display: inline-block; }

.game-completed .game-number, .game-live .game-number {
  float: left;
  width: 95px;
  padding: 5px 0px; }

@media (max-width: 467px) {
  .game-completed .game-number, .game-live .game-number {
    width: 55px; } }

.game-completed .game-score-1,
.game-live .game-score-1,
.game-completed .game-score-2,
.game-live .game-score-2 {
  width: 40px;
  text-align: center;
  padding: 10px 0px; }

@media (max-width: 467px) {
  .game-completed .game-score-1,
  .game-live .game-score-1,
  .game-completed .game-score-2,
  .game-live .game-score-2 {
    width: 30px;
    padding: 7px 0px; } }

.game-completed .game-score-1.won-green {
  background-color: #00B331; }

.game-completed .game-score-2.won-yellow {
  background-color: #FFBC20; }

.game-completed .game-duration, .game-live .game-duration {
  float: left;
  width: 50px;
  text-align: center;
  padding: 5px 0px;
  margin-left: 5px; }

.game-completed .game-clock, .game-live .game-clock {
  float: left;
  width: 30px;
  padding: 4px 0px; }

.game-completed .game-shuttle-1, .game-live .game-shuttle-1 {
  width: 30px;
  padding: 5px 0px;
  color: #00B331; }

.game-completed .game-shuttle-2, .game-live .game-shuttle-2 {
  width: 30px;
  padding: 5px 0px;
  color: #FFBC20; }

/* Results page button */
/***********************/
.live-score-button {
  text-transform: uppercase;
  display: flex;
  float: right;
  margin-bottom: 10px; }
  .live-score-button a {
    color: #fff;
    background-color: #dc2129;
    padding: 10px; }
  .live-score-button a:visited {
    color: #fff; }
  .live-score-button a:hover {
    background-color: #868686;
    color: #fff; }

@media (max-width: 1024px) {
  .live-score-button {
    float: left;
    margin-top: 20px; } }

/* Partners section in footer */
/******************************/
.partners-live {
  width: 100%;
  max-width: 1200px;
  padding-left: 1%;
  padding-right: 1%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0px !important; }

/* Live scores box for Fansite */
/*******************************/
#live-scores-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  width: 100%; }
  #live-scores-box h2 {
    background-color: #dc2129;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px; }
  #live-scores-box h3 {
    font-size: 20px;
    font-weight: 700; }
  #live-scores-box h4 {
    font-size: 16px;
    margin-top: 5px; }
  #live-scores-box a {
    color: #fff; }
  #live-scores-box .cat-logo img {
    width: 150px; }
  #live-scores-box .tournament-logo img {
    width: 140px; }
  #live-scores-box .tournament-name {
    text-align: center; }
  #live-scores-box .match-time {
    color: #dc2129;
    font-size: 40px;
    font-weight: 400;
    text-align: center; }
    #live-scores-box .match-time .count-down-key {
      font-size: 12px;
      display: flex;
      justify-content: space-around; }
  #live-scores-box .watch-now-text {
    color: #dc2129;
    font-size: 28px;
    font-weight: 400;
    text-align: center; }

@media only screen and (max-width: 599px) {
  #live-scores-box {
    height: 433px;
    padding: 0 0 0.6rem; } }

#live-scores-box.bg-ss {
  background: #000 url("../images/live-score-icons/live-score-box-ss.png") left top no-repeat; }

#live-scores-box.bg-gpg {
  background: #000 url("../images/live-score-icons/live-score-box-gpg.png") left top no-repeat; }

/* Standard Tab Navigation */
/***************************/
.content-tabs {
  padding: 0;
  display: table;
  width: 100%;
  margin: 0 0 2px;
  overflow: hidden;
  text-transform: uppercase; }

.content-tabs li {
  color: #9a9a9a;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  height: 45px;
  background: rgba(0, 0, 0, 0.4); }

.content-tabs li a {
  color: #9a9a9a;
  line-height: 45px;
  display: block;
  padding: 0 0.6rem; }

.content-tabs li a:hover {
  background: #3b3b3b;
  color: #fff; }

.content-tabs li.active a {
  color: #010101;
  background: #fff;
  font-weight: 500;
  pointer-events: none;
  cursor: default; }

@media only screen and (max-width: 767px) {
  .content-tabs {
    display: block; }
  .content-tabs li {
    display: block;
    width: 50%;
    margin-bottom: 2px;
    float: left;
    padding: 0; } }

@media only screen and (max-width: 766px) {
  .content-tabs {
    margin: 0 0 1.5em;
    position: relative;
    overflow: hidden;
    height: 45px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .content-tabs:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    display: block;
    background: transparent;
    cursor: pointer;
    font-family: FontAwesome;
    line-height: 45px;
    font-size: 30px;
    font-size: 1.875rem;
    content: "\f107";
    text-align: right;
    padding: 0 1rem;
    color: #010101;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .box-player.content-tabs:before {
    content: none; }
  .content-tabs li {
    clear: left;
    width: 100%;
    display: none; }
  .content-tabs li.active {
    display: list-item; }
  .content-tabs.expanded {
    height: auto; }
  .content-tabs.expanded li {
    display: list-item; }
  .content-tabs.expanded .active {
    border-bottom-width: 1px; }
  .content-tabs.expanded:before {
    content: "\f106";
    color: #9a9a9a;
    right: 0; } }

@media only screen and (max-width: 767px) {
  .rankings_wrapper-content-results .content-tabs li:first-child {
    width: 100%; } }

/* Results Page */
/****************/
.results .wrapper-results {
  max-width: 1024px;
  margin: 0px auto;
  position: relative; }

.results .wrapper-results .box-title {
  margin: 0px;
  padding: 20px 0px;
  color: #fff; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .box-title {
    padding: 17px 10px 0; } }

.results .wrapper-results .box-title:after {
  clear: both;
  content: "";
  display: block; }

.results .wrapper-results .box-title .box-title-left {
  float: left; }

.results .wrapper-results .box-title .box-title-left h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-title .box-title-left h3 {
    font-size: 18px;
    font-size: 1.125rem; } }

.results .wrapper-results .box-title .box-title-left h4 {
  float: left;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-title .box-title-left h4 {
    font-size: 29px; } }

.results .wrapper-results .box-title .box-title-right {
  float: right; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .box-title .box-title-right {
    clear: both;
    float: left;
    margin-top: 20px; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-title .box-title-right {
    clear: both;
    float: left;
    margin-top: 20px; } }

.results .wrapper-results .box-title .box-title-right h4 {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .box-title .box-title-right h4 {
    float: none; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-title .box-title-right h4 {
    float: none; } }

.results .wrapper-results .box-title .box-title-right .tournament-select {
  float: right;
  clear: both;
  margin: 3px 0 0; }

.results .wrapper-results .box-title .box-title-right .tournament-select .ddlTournament {
  max-width: 300px; }

.results .wrapper-results .box-results-tournament {
  box-sizing: border-box;
  height: 100px;
  margin: 20px 0px 0px 0px;
  color: #fff;
  background-color: #0e0e0e;
  clear: both;
  position: relative; }

@media only screen and (max-width: 1279px) {
  .results .wrapper-results .box-results-tournament {
    margin: 20px 0px 0px 0px; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-results-tournament {
    margin: 20px 0 0;
    height: auto; } }

.results .wrapper-results .box-results-team-profile {
  box-sizing: border-box;
  margin: 20px 25px 0px 0px;
  width: 100%;
  height: 159px;
  color: #fff;
  background: transparent url("../../uploads/tuc_banner_bg.jpg") no-repeat;
  clear: both;
  position: relative; }

.results .wrapper-results .box-results-team-profile .box-left {
  float: left; }

.results .wrapper-results .box-results-team-profile .box-right {
  float: right;
  margin-right: 20px; }

@media (max-width: 767px) {
  .results .wrapper-results .box-results-team-profile .box-right {
    float: right;
    margin-right: 0px; } }

@media (max-width: 467px) {
  .results .wrapper-results .box-results-team-profile {
    height: 130px; }
  .results .wrapper-results .box-results-team-profile .box-left img {
    height: 130px; }
  .results .wrapper-results .box-results-team-profile .box-right img {
    height: 130px; } }

.results .wrapper-results .box-results-tournament > div {
  display: table;
  height: 92px;
  width: 100%; }

.results .wrapper-results .box-results-tournament > div .logo-left {
  background-color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 93px;
  height: 92px;
  overflow: hidden;
  box-sizing: border-box; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-results-tournament > div .logo-left {
    display: none; } }

.results .wrapper-results .box-results-tournament > div .logo-left img {
  height: 100px;
  display: block; }

.results .wrapper-results .box-results-tournament > div .info {
  display: table-cell;
  padding: 0 0 0 15px;
  vertical-align: middle;
  width: 60%;
  text-transform: uppercase; }

.results .wrapper-results .box-results-tournament > div .info h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .box-results-tournament > div .info h2 {
    font-size: 22px; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-results-tournament > div .info h2 {
    font-size: 22px; } }

.results .wrapper-results .box-results-tournament > div .info h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 12px 0px 0px 0px; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .box-results-tournament > div .info h4 {
    font-size: 14px; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-results-tournament > div .info h4 {
    font-size: 12px; } }

.results .wrapper-results .box-results-tournament > div .info .prize {
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 0; }

.results .wrapper-results .box-results-tournament > div .logo-right {
  display: table-cell;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle; }

.results .wrapper-results .box-results-tournament > div .logo-right img {
  height: 54px; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .box-results-tournament > div .logo-right {
    display: none; } }

.results .wrapper-results .box-results-tournament img {
  max-width: none;
  display: inline; }

.results .wrapper-results .wrapper-content-results {
  margin: 20px 0px 0;
  color: #fff;
  background: none;
  padding: 0; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results {
    margin: 20px 5px 0px 5px; } }

.results .wrapper-results .wrapper-content-results .tab-results {
  margin: 0;
  padding: 0;
  background-color: #131313;
  height: 37px;
  display: table;
  padding: 1px 0 0;
  width: 100%; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .wrapper-content-results .tab-results {
    display: none; } }

.results .wrapper-results .wrapper-content-results .tab-results li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  line-height: 210%; }

.results .wrapper-results .wrapper-content-results .tab-results li.active {
  background-color: #fff; }

.results .wrapper-results .wrapper-content-results .tab-results li.active a {
  color: #050505;
  font-weight: 400; }

.results .wrapper-results .wrapper-content-results .tab-results li a {
  color: #fff;
  text-decoration: inherit;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: block; }

.results .wrapper-results .wrapper-content-results .tab-results li:hover {
  background: #fff;
  color: #050505; }

.results .wrapper-results .wrapper-content-results .tab-results li:hover a {
  color: #050505; }

.results .wrapper-results .wrapper-content-results .tab-results-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .wrapper-content-results .tab-results-mobile {
    display: block;
    padding-bottom: 18px; } }

.results .wrapper-results .wrapper-content-results .tab-results-mobile .results-select {
  width: 85px; }

.results .wrapper-results .wrapper-content-results .content-results {
  background-color: rgba(13, 13, 13, 0.8);
  min-height: 750px; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results {
  display: block; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results .list-sort-time {
  padding-bottom: 20px; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results .list-sort-court {
  padding-bottom: 20px; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results h3.list-sort-time-title {
  padding: 0px 0px 10px 5px;
  font-weight: bold;
  font-size: 18px; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results h3 {
  padding: 0px 23px 20px;
  font-weight: 400;
  font-size: 16px; }

.results .wrapper-results .wrapper-content-results .content-results .content-item-results .draws {
  overflow: auto; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium {
  padding-bottom: 20px; }

/* Podium */
/**********/
.results .wrapper-results .wrapper-content-results .content-results .item-results-podium h3.title {
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 2px 25px 0; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium h3.title {
    height: auto;
    font-size: 16px;
    margin: 2px 15px 0; } }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single {
  display: table;
  width: 100%; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single .title {
  clear: both;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 27px 0 27px;
  position: relative; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single .title {
    padding: 0px;
    height: 100%;
    margin: 2px 15px 0; } }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single .title span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0;
  position: absolute;
  right: 27px;
  top: 13px; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single .title span {
    clear: both;
    display: block;
    float: none;
    position: relative;
    right: 0;
    top: 0; } }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul {
  margin: 0 auto;
  padding: 15px 0 0;
  display: table; }

@media only screen and (max-width: 1279px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul {
    width: 100%; } }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul li {
  display: block;
  width: 224px;
  margin: 0 1.5px 6px;
  float: left;
  background-color: rgba(155, 155, 155, 0.15);
  padding-bottom: 24px; }

@media only screen and (max-width: 1279px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul li {
    width: 49.6%; } }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul li {
    width: 49.4%; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .wrapper-content-results .content-results .item-results-podium .men-single ul li {
    width: 99%; } }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul li .info {
  margin: 10px auto auto;
  text-align: left;
  width: 170px;
  height: 35px;
  position: relative; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul li .info a {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  line-height: 1.2em; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul li .info a:hover {
  color: #df2027; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul li .info div {
  width: 170px; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul li .info img {
  float: left;
  margin-right: 5px;
  margin-top: 3px; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .count1 {
  width: 100%;
  line-height: 33px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin: 12px auto; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .count2 {
  width: 100%;
  line-height: 33px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 12px auto; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .img {
  width: 170px;
  margin: 10px auto auto; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .img img {
  width: 100%;
  border: 3px solid #fff; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .ranked {
  width: 134px;
  margin: 20px auto auto;
  text-align: center;
  font-weight: 500; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .ranked a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .ranked a:hover {
  color: #df2027; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .ranked a {
  font-weight: 500; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .prize-money {
  width: 166px;
  margin: 16px auto auto;
  text-align: center; }

.results .wrapper-results .wrapper-content-results .content-results .item-results-podium ul .points-gained {
  width: 166px;
  margin: 16px auto auto;
  text-align: center; }

.results .wrapper-results .wrapper-content-results .content-results .men-double {
  display: table;
  width: 100%; }

.results .wrapper-results .wrapper-content-results .content-results .men-double .title {
  clear: both;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 27px 0 27px;
  position: relative; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double .title {
    padding: 0px;
    height: 100%;
    margin: 2px 15px 0; } }

.results .wrapper-results .wrapper-content-results .content-results .men-double .title span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0;
  position: absolute;
  right: 27px;
  top: 13px; }

@media only screen and (max-width: 479px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double .title span {
    clear: both;
    display: block;
    float: none;
    position: relative;
    right: 0;
    top: 0; } }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul {
  margin: 0 auto;
  padding: 15px 0 0;
  display: table; }

@media only screen and (max-width: 1279px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double ul {
    width: 100%; } }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li {
  display: block;
  width: 224px;
  margin: 0 1.5px 6px;
  float: left;
  background-color: rgba(155, 155, 155, 0.15);
  padding-bottom: 24px; }

@media only screen and (max-width: 1279px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double ul li {
    width: 49.6%; }
  .results .wrapper-results .wrapper-content-results .content-results .men-double ul li:nth-child(3) {
    clear: left; } }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double ul li {
    width: 49.4%; } }

@media only screen and (max-width: 599px) {
  .results .wrapper-results .wrapper-content-results .content-results .men-double ul li {
    width: 99%; } }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .info .name {
  font-weight: 500;
  white-space: nowrap;
  line-height: 130%;
  /*float: left;*/ }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .info .name a {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  line-height: 1.2em; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .info .name a:hover {
  color: #df2027; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .info .flag {
  /*float: left;*/
  margin: 5px 0 0; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .ranked {
  width: 134px;
  margin: 25px auto auto;
  text-align: center;
  font-weight: 500; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .ranked a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .ranked a:hover {
  color: #df2027; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .ranked a {
  font-weight: 500; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .prize-money {
  width: 166px;
  margin: 16px auto auto;
  text-align: center; }

.results .wrapper-results .wrapper-content-results .content-results .men-double ul li .points-gained {
  width: 166px;
  margin: 16px auto auto;
  text-align: center; }

.results .wrapper-results .item-results {
  position: relative;
  min-height: 750px;
  padding-top: 10px; }

.results .wrapper-results .item-results .title {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 467px) {
    .results .wrapper-results .item-results .title {
      margin-top: 0px; } }
  .results .wrapper-results .item-results .title h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 467px) {
      .results .wrapper-results .item-results .title h3 {
        font-size: 14px; } }

@media (max-width: 467px) {
  .results .wrapper-results .item-results .title .matchResult-select {
    margin-top: 10px; } }

.results .wrapper-results .item-results .title .matchResult-select .ddlMatchResult {
  width: 250px; }

.results .wrapper-results .item-results .item {
  display: block; }

.results .wrapper-results .item-results .draws {
  overflow: scroll; }

.results .wrapper-results .item-results .draws::-webkit-scrollbar {
  width: 0px !important;
  display: none; }

.results .wrapper-results .item-results .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .results .wrapper-results .item-results .item ul li a#match-link:hover {
    background-color: #666; }
  .results .wrapper-results .item-results .item ul li a#match-stat-tab:hover {
    background-color: none; }
  .results .wrapper-results .item-results .item ul li.row1 {
    background-color: #272727; }
  .results .wrapper-results .item-results .item ul li.active {
    background-color: #666; }
  .results .wrapper-results .item-results .item ul li.live-active {
    background-color: #df2027;
    border-bottom: 1px solid #000; }
  .results .wrapper-results .item-results .item ul .live-tabs-wrap a#match-stat-tab {
    justify-content: center; }
  .results .wrapper-results .item-results .item ul .live-tabs-wrap .tab:hover {
    color: #df2027;
    background-color: none; }
  .results .wrapper-results .item-results .item ul .live-profile-row table tr.result {
    vertical-align: middle; }
    .results .wrapper-results .item-results .item ul .live-profile-row table tr.result td.description {
      font-size: 16px; }
  .results .wrapper-results .item-results .item ul .live-profile-row table tr.game {
    vertical-align: middle; }
  .results .wrapper-results .item-results .item ul .live-tabs-arrow {
    width: 30px;
    margin: 0px auto; }
    .results .wrapper-results .item-results .item ul .live-tabs-arrow .arrow-up {
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #666; }
  .results .wrapper-results .item-results .item ul .live-tab-content h3 {
    padding: 0px; }

.results .wrapper-results .item-results .item ul li a {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.results .wrapper-results .item-results .item .live-profile-row table td a {
  justify-content: center; }

.results .wrapper-results .item-results .item li.country-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #b51913;
  padding: 20px 0px; }
  .results .wrapper-results .item-results .item li.country-header .round_time {
    font-weight: 700;
    font-size: 14px; }
  .results .wrapper-results .item-results .item li.country-header .score {
    font-weight: 400;
    font-size: 16px; }
  .results .wrapper-results .item-results .item li.country-header .player-score-wrap .team-details-wrap .flag {
    width: 75px; }
    @media (max-width: 467px) {
      .results .wrapper-results .item-results .item li.country-header .player-score-wrap .team-details-wrap .flag {
        width: 60px; } }

.results .wrapper-results .item-results .item ul li .round_time {
  width: 20%;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 12px; }
  @media (max-width: 667px) {
    .results .wrapper-results .item-results .item ul li .round_time {
      width: 70%;
      order: 0;
      font-size: 11px; } }
  @media (max-width: 467px) {
    .results .wrapper-results .item-results .item ul li .round_time .court span.round-location {
      display: none; } }

.results .wrapper-results .item-results .item ul li .player-score-wrap {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 12px; }
  .results .wrapper-results .item-results .item ul li .player-score-wrap .player-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
  .results .wrapper-results .item-results .item ul li .player-score-wrap .score {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #fff; }
  @media (max-width: 667px) {
    .results .wrapper-results .item-results .item ul li .player-score-wrap {
      order: 2;
      margin-top: 20px;
      width: 100%; } }

.results .wrapper-results .item-results .item ul li .team-details-wrap {
  display: flex;
  flex-direction: column;
  width: 170px;
  color: #fff; }
  @media (max-width: 467px) {
    .results .wrapper-results .item-results .item ul li .team-details-wrap {
      width: 40%;
      flex-shrink: 1;
      flex-grow: 1; } }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player1-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player2-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player3-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player4-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player1, .results .wrapper-results .item-results .item ul li .team-details-wrap .player2 {
    padding-right: 5px;
    text-align: right; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .player3, .results .wrapper-results .item-results .item ul li .team-details-wrap .player4 {
    padding-left: 5px;
    text-align: left; }
  .results .wrapper-results .item-results .item ul li .team-details-wrap .flag {
    width: 50px;
    display: flex;
    flex-shrink: 0; }
    .results .wrapper-results .item-results .item ul li .team-details-wrap .flag img {
      width: 100%;
      height: 100%; }

.results .wrapper-results .item-results .item ul li .player_winner {
  font-weight: 500; }

.results .wrapper-results .item-results .item ul li .vs {
  text-align: center;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

.results .wrapper-results .item-results .item ul li .timer1 {
  text-align: center;
  width: 20%;
  color: #fff; }
  @media (max-width: 667px) {
    .results .wrapper-results .item-results .item ul li .timer1 {
      order: 1; } }

.results .wrapper-results .item-results .item ul li .timer1 span {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/icon-timer.png");
  background-origin: padding-box;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: block;
  font-size: 12px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 17px;
  color: #fff; }

.results .wrapper-results .item-results .item ul li.location-name {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 2px 0;
  padding: 20px 0px 10px 20px;
  text-transform: uppercase; }
  @media (max-width: 467px) {
    .results .wrapper-results .item-results .item ul li.location-name {
      font-size: 16px; } }

.results .wrapper-results .item-results .item ul li.location-name:nth-child(1) {
  padding: 0px 0px 10px 20px; }

/* Draw singles table */
/**********************/
.results .wrapper-results .item-results .item .tblDrawsSingle {
  margin: 0;
  box-sizing: border-box;
  width: auto; }

.results .wrapper-results .item-results .item .tblDrawsSingle th {
  background-color: #272727; }

.results .wrapper-results .item-results .item .draw-player-wrap {
  display: flex;
  align-items: center; }
  .results .wrapper-results .item-results .item .draw-player-wrap .draw-player1-wrap {
    display: flex;
    align-items: center; }
  .results .wrapper-results .item-results .item .draw-player-wrap .draw-player2-wrap {
    display: flex;
    align-items: center;
    margin-top: 2px; }
  .results .wrapper-results .item-results .item .draw-player-wrap .uppercase {
    text-transform: uppercase; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-order {
  font-weight: 400;
  font-size: 11px;
  width: 50px;
  text-align: center; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-flag-wrap,
.results .wrapper-results .item-results .item .tblDrawsRound .draw-flag-wrap {
  display: flex;
  flex-direction: column; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-flag {
  margin: 0px 7px 0px 0px;
  padding: 0px;
  display: flex;
  flex-shrink: 0; }
  .results .wrapper-results .item-results .item .tblDrawsSingle .draw-flag img {
    width: 35px;
    height: 100%; }

.results .wrapper-results .item-results .item .tblDrawsRound .draw-flag {
  margin: 0px 8px 0px 0px;
  padding: 0px;
  display: flex; }
  .results .wrapper-results .item-results .item .tblDrawsRound .draw-flag img {
    width: 45px;
    height: 100%; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-name {
  font-size: 10px;
  padding: 0px;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word; }
  .results .wrapper-results .item-results .item .tblDrawsSingle .draw-name a {
    color: #fff; }
  .results .wrapper-results .item-results .item .tblDrawsSingle .draw-name a:hover {
    color: #df2027; }

.results .wrapper-results .item-results .item .tblDrawsRound .draw-name {
  font-size: 11px;
  padding: 0px;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word; }
  .results .wrapper-results .item-results .item .tblDrawsRound .draw-name a {
    color: #fff; }
  .results .wrapper-results .item-results .item .tblDrawsRound .draw-name a:hover {
    color: #df2027; }

.results .wrapper-results .item-results .item .tblDrawsSingle td .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results .wrapper-results .item-results .item .tblDrawsSingle td .name a:hover {
  color: #df2027; }

.results .wrapper-results .item-results .item .tblDrawsSingle td.info {
  padding: 0 0 0 5px; }

.results .wrapper-results .item-results .item .tblDrawsSingle td .line50 {
  background: url("../images/bgLine.gif") repeat-x 0 center;
  width: 50%;
  height: 20px; }

.results .wrapper-results .item-results .item .tblDrawsSingle td .score {
  font-size: 10px;
  color: #858689;
  padding: 0 4px; }

.results .wrapper-results .item-results .item .tblDrawsSingle td.score {
  font-size: 12px; }

.results .wrapper-results .item-results .item .tblDrawsDouble {
  margin: 0;
  box-sizing: border-box;
  width: auto; }

.results .wrapper-results .item-results .item .tblDrawsDouble th {
  background-color: #272727; }

.results .wrapper-results .item-results .item .tblDrawsDouble td span.order {
  padding: 0 3px;
  font-weight: 400;
  font-size: 11px; }

.results .wrapper-results .item-results .item .tblDrawsDouble td div.line {
  background: url(../images/bgLine.gif) repeat-x 0 center;
  width: 100%;
  height: 20px; }

.results .wrapper-results .item-results .item .tblDrawsDouble td .name {
  font-size: 10px;
  padding: 0 0 0 3px;
  display: inline-block;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word; }

.results .wrapper-results .item-results .item .tblDrawsDouble td .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results .wrapper-results .item-results .item .tblDrawsDouble td .name a:hover {
  color: #df2027; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.info {
  padding: 0 0 0 5px; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.topright {
  background: url(../images/bgColDouble.gif) no-repeat right 0; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.bottomright {
  background: url(../images/bgColDouble.gif) no-repeat right bottom; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.bg-right {
  background: url(../images/bgColDouble.gif) repeat-y right 0; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.bgColCentertop {
  background: url(../images/bgColDouble.gif) no-repeat top center; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.bgColCenterBottom {
  background: url(../images/bgColDouble.gif) no-repeat bottom center; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.bgColCenter {
  background: url(../images/bgColDouble.gif) repeat-y bottom center; }

.results .wrapper-results .item-results .item .tblDrawsDouble td .line50 {
  background: url("../images/bgLine.gif") repeat-x 0 center;
  width: 50%;
  height: 20px; }

.results .wrapper-results .item-results .item .tblDrawsDouble td .score {
  font-size: 10px;
  color: #858689;
  padding: 0 4px; }

.results .wrapper-results .item-results .item .tblDrawsDouble td.score {
  font-size: 12px; }

.results .wrapper-results .item-results .item .tblDrawsRound {
  margin: 0px;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 96%; }

.results .wrapper-results .item-results .item .tblDrawsRound th {
  text-align: center;
  border-bottom: 1px solid #515151; }

.results .wrapper-results .item-results .item .tblDrawsRound th:first-child {
  border-bottom: 0px solid #1f2639;
  width: 40px; }

.results .wrapper-results .item-results .item .tblDrawsRound td {
  padding: 3px 5px;
  text-align: center;
  border: 1px solid #333;
  height: 60px; }

.results .wrapper-results .item-results .item .tblDrawsRound td:first-child {
  border: 0px solid #050a20; }

.results .wrapper-results .item-results .item .tblDrawsRound td.view {
  background-color: #000; }

.results .wrapper-results .item-results .item .tblDrawsRound td:nth-child(2) {
  background-color: #515151;
  text-align: left;
  padding: 0px 20px;
  border-left: 1px solid #515151; }

.results .wrapper-results .item-results .item .tblDrawsRound td .name {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  padding: 0 0 0 10px;
  text-align: left;
  word-wrap: break-word; }

.results .wrapper-results .item-results .item .tblDrawsRound td .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results .wrapper-results .item-results .item .tblDrawsRound td .name a:hover {
  color: #df2027; }

.results .wrapper-results .item-results .item .tblDrawsRound td .score {
  font-size: 12px; }

.results .wrapper-results .item-results .item .tblDrawsRound td .result {
  font-size: 12px; }

.results .wrapper-results .item-results .item tr.border_bottom td {
  border-bottom: 1px solid #515151; }

.results .wrapper-results .item-results .item tr.border_bottom td:first-child {
  border-bottom: 0px solid #1f2639; }

.results .wrapper-results .item-results .item tr.border_bottom td.border-right {
  border-right: 1px solid #515151; }

.results .wrapper-results .item-results .item tr.border_bottom td.info {
  padding: 3px 7px; }

.results .wrapper-results .item-results .item tr.border_bottom td .score {
  font-size: 13px;
  font-weight: 500; }

.results .wrapper-results .item-results .item tr.border_bottom td .score span {
  margin: 0 5px 0 0; }

.results .wrapper-results .item-results .item tr.border_bottom .name a {
  color: #fff; }

/* Podium layout for team tournaments */
/**************************************/
.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team {
  display: table;
  width: 100%; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team .title {
  clear: both;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 20px; }

@media (max-width: 767px) {
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team .title {
    padding: 10px; } }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team .title span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0;
  position: absolute;
  right: 27px;
  top: 13px; }

@media (max-width: 767px) {
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team .title span {
    position: static;
    display: block;
    float: none; } }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul {
  margin: 0px auto;
  padding: 15px 10px;
  width: 100%;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li {
    width: 24%;
    background-color: rgba(150, 150, 150, 0.2);
    margin-bottom: 20px; }
    .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info {
      display: flex;
      flex-direction: column;
      text-align: center;
      height: auto;
      width: 100%; }
      .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info .team-flag {
        width: 100%;
        display: flex;
        justify-content: center; }
      .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info .team-country {
        width: 100%;
        display: flex;
        justify-content: center; }
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul:after {
    content: "";
    display: flex;
    margin-left: 24%; }
    @media (max-width: 1023px) and (min-width: 768px) {
      .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul:after {
        margin-left: 32%; } }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li.podium-4 {
  vertical-align: top;
  display: inline-block;
  width: 240px;
  height: 375px;
  margin: 0px 4px 10px 0px;
  background: url(../images/bgPodium.png) repeat 0 0 transparent; }

@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li {
    width: 32%; }
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li.podium-4 {
    width: 24%; } }

@media (max-width: 767px) {
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li {
    width: 100%; }
  .wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li.podium-4 {
    width: 100%; } }

.info .player-single {
  width: 200px !important;
  margin-left: 25px; }

.info .player-single .player-name {
  width: 100% !important; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info img {
  margin: 0px; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info .team-country {
  padding: 20px 0px; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info .flag {
  float: left;
  width: 54px;
  margin: 2px 10px 0px 0px; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info a {
  color: #fff;
  font-size: 13px;
  line-height: 12px; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .info a:hover {
  color: #727272; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .count1 {
  font-weight: 700;
  font-size: 28px;
  padding: 10px; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .img {
  width: 128px;
  height: 149px;
  background-color: #fff;
  border: 3px solid #fff;
  margin: 10px auto auto; }

.wrapper-results .wrapper-content-results .content-results .item-results-podium .podium-team ul li .img img {
  max-width: 100%; }

/* Poll Widget */
/***************/
.apester-element {
  max-width: 100%; }

.poll-widget-large body {
  max-width: 100%; }

.home-page-news {
  width: 575px !important;
  margin-left: 10px !important; }

/************************************/
/*  NEXT LIVE TOURNAMENT BOX
************************************/
.next-live {
  width: 100%;
  margin-bottom: 18px; }
  .next-live a {
    color: #fff; }
  .next-live h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff; }
  .next-live h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff; }

.live-scores-box-single {
  background: #000 url("../images/live-score-icons/live-score-box-gpg.png") left center no-repeat;
  padding: 36px;
  width: 100%; }
  @media (max-width: 467px) {
    .live-scores-box-single {
      padding: 36px 18px; } }
  .live-scores-box-single a, .live-scores-box-single a:live, .live-scores-box-single a:visited {
    color: #fff; }
  .live-scores-box-single .live-scores-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .live-scores-box-single .live-scores-box-wrap {
        flex-direction: column; } }
    .live-scores-box-single .live-scores-box-wrap .live-scores-box {
      display: flex;
      align-items: center; }
      .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name {
            margin-left: 0px;
            margin-top: 24px;
            text-align: center; } }
        .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name .tournament-country {
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name .tournament-country {
              display: none; } }
          .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name .tournament-country .country {
            margin-left: 12px; }
            .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name .tournament-country .country a {
              color: #fff; }
            .live-scores-box-single .live-scores-box-wrap .live-scores-box .tournament-name .tournament-country .country span {
              font-weight: 400;
              color: #fff; }
      @media (max-width: 767px) {
        .live-scores-box-single .live-scores-box-wrap .live-scores-box {
          flex-direction: column; } }
    .live-scores-box-single .live-scores-box-wrap .live-scores-box-side {
      display: flex;
      flex-direction: column; }
      .live-scores-box-single .live-scores-box-wrap .live-scores-box-side .cat-logo {
        margin-bottom: 24px;
        width: 160px; }
        @media (max-width: 467px) {
          .live-scores-box-single .live-scores-box-wrap .live-scores-box-side .cat-logo {
            display: none; } }
        .live-scores-box-single .live-scores-box-wrap .live-scores-box-side .cat-logo img {
          width: 100%; }
  .live-scores-box-single a {
    color: #fff;
    display: block; }
  .live-scores-box-single a:hover {
    color: #fff; }
  .live-scores-box-single h2 {
    margin: 0px 0px 12px 0px; }
  .live-scores-box-single h3 {
    margin: 0px 0px 24px 0px; }
  .live-scores-box-single .tournament-logo {
    width: 200px;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .live-scores-box-single .tournament-logo img {
      width: 100%;
      height: auto; }
  .live-scores-box-single .flag {
    width: 100px; }
    .live-scores-box-single .flag img {
      width: 100%;
      box-shadow: 0px 0px 1px #999; }
  .live-scores-box-single .country span {
    display: block;
    color: #fff; }
  .live-scores-box-single .watch-now-text {
    font-size: 24px;
    color: #df2027;
    text-align: center;
    font-weight: 400; }
  .live-scores-box-single .match-time {
    color: #df2027;
    font-size: 40px;
    font-weight: 400;
    text-align: center; }
    .live-scores-box-single .match-time .count-down-key {
      font-size: 12px;
      display: flex;
      justify-content: space-around; }
  .live-scores-box-single .view-button {
    padding: 12px 24px;
    background-color: #df2027;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    .live-scores-box-single .view-button a {
      color: #fff; }
    .live-scores-box-single .view-button a:hover {
      background-color: #af2027; }

.next-live-double {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  flex-wrap: wrap; }
  .next-live-double a {
    color: #fff;
    width: 50%;
    display: flex; }
    @media (max-width: 667px) {
      .next-live-double a {
        width: 100%; } }
  .next-live-double a:nth-child(2) {
    border-left: 2px solid #fff; }
    @media (max-width: 667px) {
      .next-live-double a:nth-child(2) {
        border-left: none;
        border-top: 2px solid #fff; } }
  .next-live-double .tournament-logo {
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .next-live-double .tournament-logo img {
      width: 100%;
      height: auto; }
  .next-live-double .tournament-name {
    margin-left: 30px; }
    .next-live-double .tournament-name h2 {
      font-size: 24px; }
      @media (max-width: 667px) {
        .next-live-double .tournament-name h2 {
          font-size: 18px; } }
    .next-live-double .tournament-name h3 {
      font-size: 20px; }
      @media (max-width: 667px) {
        .next-live-double .tournament-name h3 {
          font-size: 18px; } }
    .next-live-double .tournament-name .country {
      margin-left: 12px; }
  .next-live-double .flag {
    width: 80px; }
    .next-live-double .flag img {
      width: 100%; }
  .next-live-double .cat-logo {
    width: 120px; }
    @media (max-width: 667px) {
      .next-live-double .cat-logo {
        display: none; } }
  .next-live-double .next-double-time {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    justify-content: space-between; }

.flex-row.sp-between {
  justify-content: space-between; }

.mb-42 {
  margin-bottom: 42px; }

.mt-42 {
  margin-top: 42px; }

.flex-row {
  display: flex;
  align-items: center; }

/************************************/
/*  PLAYER PROFILE SECTION STYLING
************************************/
section.player-profile-top {
  padding-bottom: 24px; }
  section.player-profile-top .playertop-intro {
    display: flex;
    padding: 36px;
    background-color: rgba(115, 115, 115, 0.3);
    color: #fff; }
    @media (max-width: 667px) {
      section.player-profile-top .playertop-intro {
        flex-direction: column;
        padding: 18px; } }
    section.player-profile-top .playertop-intro .player-photo {
      display: flex;
      align-items: flex-start;
      flex: 0 0 290px;
      margin-top: 30px; }
      @media (max-width: 667px) {
        section.player-profile-top .playertop-intro .player-photo {
          flex: 0 0 100%; } }
      section.player-profile-top .playertop-intro .player-photo img {
        width: 100%;
        height: auto; }
    section.player-profile-top .playertop-intro .player-profile-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      flex-grow: 1;
      margin: 30px 0px 30px 30px; }
      @media (max-width: 667px) {
        section.player-profile-top .playertop-intro .player-profile-wrap {
          margin: 18px 0px; } }
      section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 18px; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-header .profile-button {
          background-color: #df2027;
          padding: 12px 24px;
          text-align: center; }
          @media (max-width: 867px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-header .profile-button {
              display: none; } }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-header .profile-button a {
            color: #fff;
            text-transform: uppercase; }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-header .profile-button a:hover {
            background-color: rgba(239, 0, 25, 0.5); }
      section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-country-wrap {
        display: flex;
        align-items: center; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-country-wrap img {
          width: 107px;
          height: auto; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-country-wrap h2 {
          margin: 0px 0px 0px 12px;
          padding: 0px;
          font-weight: 400;
          font-size: 24px; }
          @media (max-width: 667px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-country-wrap h2 {
              font-size: 20px; } }
      section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-rank-wrap {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table {
          text-align: center;
          margin-top: 24px; }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table tr:nth-child(1) {
            font-size: 32px; }
            @media (max-width: 667px) {
              section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table tr:nth-child(1) {
                font-size: 24px; } }
            @media (max-width: 467px) {
              section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table tr:nth-child(1) {
                font-size: 18px; } }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table td:nth-child(2), section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data table td:nth-child(3) {
            border-left: 1px solid #fff; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank,
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          padding-top: 16px;
          width: 50%;
          height: 140px;
          text-transform: uppercase;
          text-align: center; }
          @media (min-width: 668px) and (max-width: 1200px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank,
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank {
              height: 140px; } }
          @media (max-width: 467px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank span,
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank span {
              font-size: 12px; } }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank span:nth-child(2),
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank span:nth-child(2) {
            font-size: 48px;
            padding: 12px; }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank .ranking-number,
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank .ranking-number {
            font-size: 48px;
            padding: 0px 12px; }
            @media (min-width: 668px) and (max-width: 1200px) {
              section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank .ranking-number,
              section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank .ranking-number {
                font-size: 44px;
                padding: 6px 12px; } }
          @media (max-width: 467px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank .ranking-title,
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank .ranking-title {
              font-size: 12px; } }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-world-rank {
          background-color: #df2027; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-wtr-rank {
          background-color: #fff;
          color: #df2027; }
        section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap {
          display: flex;
          align-items: center;
          flex-grow: 1;
          justify-content: space-around;
          background-color: rgba(15, 15, 15, 0.3);
          text-transform: uppercase;
          width: 100%; }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-age, section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-handed, section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-wins {
            display: flex;
            flex-direction: column;
            width: 135px;
            height: 130px;
            align-items: center;
            justify-content: center; }
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-age span.large, section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-handed span.large, section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-wins span.large {
              font-size: 32px;
              padding: 8px 12px; }
          section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-handed img {
            height: 60px; }
          @media (max-width: 867px) {
            section.player-profile-top .playertop-intro .player-profile-wrap .player-profile-data .player-extra-wrap .player-handed {
              display: none; } }

/* Find a player widget */
/************************/
.widget-find-player {
  background-color: #222;
  display: flex;
  padding: 0px;
  height: 66px;
  color: #fff; }
  .widget-find-player input {
    color: #fff !important;
    width: 100%;
    height: 66px;
    background-color: #333;
    border: none !important;
    padding: 12px !important; }
  .widget-find-player .find-player-title {
    display: flex;
    align-items: center;
    margin: 0px 24px;
    flex-grow: 0; }
    @media (max-width: 667px) {
      .widget-find-player .find-player-title h3 {
        display: none; }
      .widget-find-player .find-player-title img {
        margin-left: 0px !important; } }
    .widget-find-player .find-player-title img {
      margin-left: 18px; }
  .widget-find-player form {
    color: #fff;
    display: flex;
    flex-grow: 1; }
    .widget-find-player form .content {
      width: 100%; }
  .widget-find-player h3 {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px; }
  .widget-find-player i.fa {
    margin-left: 12px; }

/* Player profile tabs     */
/***************************/
.box-player-content .content-tabs {
  padding: 0;
  width: 100%;
  margin: 0px;
  overflow: hidden;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
  height: 54px;
  display: flex;
  justify-content: space-around; }
  .box-player-content .content-tabs li {
    color: #9a9a9a;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    width: 100%;
    height: 100%; }
    @media (max-width: 467px) {
      .box-player-content .content-tabs li {
        font-size: 12px; } }
  .box-player-content .content-tabs li a {
    color: #9a9a9a;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .box-player-content .content-tabs li a:hover {
    background: #333;
    color: #fff; }
  .box-player-content .content-tabs li.active a {
    background: #fff;
    font-weight: 500;
    pointer-events: none;
    cursor: default;
    color: #333; }

/* Player profile overview */
/***************************/
section.player-overview {
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5em; }
  @media (max-width: 667px) {
    section.player-overview {
      padding: 24px 0px; } }
  section.player-overview h4 {
    color: #fff;
    margin: 24px 0px;
    font-size: 18px;
    font-weight: 700; }
  section.player-overview .player-stats {
    width: 25%; }
    @media (max-width: 667px) {
      section.player-overview .player-stats {
        width: 100%; } }
  section.player-overview .player-questions {
    margin: 0px 36px;
    width: 40%; }
    @media (max-width: 667px) {
      section.player-overview .player-questions {
        width: 100%;
        margin: 0px; } }
    section.player-overview .player-questions span {
      color: #999;
      font-style: italic; }
  section.player-overview .player-news {
    width: 25%; }
    @media (max-width: 667px) {
      section.player-overview .player-news {
        width: 100%;
        margin: 0px; } }
    section.player-overview .player-news a {
      color: #df2027; }
    section.player-overview .player-news a:hover {
      color: #fff; }

section.player-stats {
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column; }
  @media (max-width: 667px) {
    section.player-stats {
      padding: 24px 0px; } }
  section.player-stats .player-stats-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  section.player-stats h4 {
    color: #fff;
    margin: 24px 0px;
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 667px) {
      section.player-stats h4 {
        font-size: 16px;
        font-weight: 400;
        margin: 12px 0px; } }
  section.player-stats .item-event {
    width: 49%; }
    @media (max-width: 667px) {
      section.player-stats .item-event {
        width: 100%; } }
    section.player-stats .item-event h4 {
      margin: 18px 0px; }
  section.player-stats table {
    background-color: #222; }
    section.player-stats table tr {
      height: 35px; }

section.player-gallery {
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column; }
  @media (max-width: 667px) {
    section.player-gallery {
      padding: 24px 0px; } }
  section.player-gallery h4 {
    color: #fff;
    margin: 24px 0px;
    font-size: 18px;
    font-weight: 700; }
  section.player-gallery .player-questions {
    margin: 0px 36px; }
    section.player-gallery .player-questions span {
      color: #999;
      font-style: italic; }
  section.player-gallery .player-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
    section.player-gallery .player-gallery .player-gallery-image {
      width: 25%;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      overflow: hidden; }
      @media (max-width: 667px) {
        section.player-gallery .player-gallery .player-gallery-image {
          width: 33%; } }
      @media (max-width: 467px) {
        section.player-gallery .player-gallery .player-gallery-image {
          width: 50%; } }
      section.player-gallery .player-gallery .player-gallery-image img {
        width: 100%;
        height: 100%; }

/*  Performance Overview
************************************/
.box-player .partner-name {
  font-size: 12px;
  font-weight: 300; }

.box-player .performance-overview {
  margin: 0 0 35px; }

.box-player .performance-overview table {
  border-collapse: collapse; }

.box-player .performance-overview th {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #494c56; }

.box-player .performance-overview td {
  font-size: 11px;
  font-weight: 500;
  border-left: 1px solid #494c56; }

.box-player .performance-overview th:first-child,
.box-player .performance-overview td:first-child {
  border-left: none; }

.box-player .performance-overview td span.increase {
  padding: 3px 10px;
  background-color: #02c50b; }

.box-player .performance-overview td span.decrease {
  padding: 3px 10px;
  background-color: #ff0000; }

.performance-overview_action {
  position: absolute;
  bottom: 30px;
  right: 35px; }

.view-h2h-button {
  position: relative;
  margin: 0px auto;
  display: table;
  bottom: auto;
  right: auto; }

@media (max-width: 767px) {
  .performance-overview_action {
    position: static !important;
    display: block;
    margin: 15px auto;
    text-align: center; }
  .view-h2h-button {
    position: relative;
    margin: 15px auto;
    display: table;
    bottom: auto;
    right: auto; } }

.overview .ranking-history-singles, .overview .ranking-history-doubles, .overview .ranking-history-mixed {
  margin: 8px 0 20px;
  width: 100%;
  height: 130px; }

#slider-playerprofile .owl-slider_item {
  box-sizing: border-box; }

#slider-playerprofile .owl-slider_item img {
  border: 5px solid white; }

#slider-playerprofile img {
  border: 5px solid white;
  width: 100%; }

.player-slider {
  box-sizing: border-box;
  position: relative; }

.player-slider .icon img {
  width: 56px !important;
  height: 46px !important;
  min-height: 0px !important;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: none !important; }

@media (max-width: 467px) {
  .player-results-select {
    width: 100%;
    margin-bottom: 12px; } }

.player-results-select {
  margin: 0px;
  position: relative;
  display: inline-block;
  line-height: normal; }
  @media (max-width: 467px) {
    .player-results-select {
      width: 100%; } }
  .player-results-select select {
    width: 200px;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    outline: medium none;
    padding: 6px 12px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0px; }
    @media (max-width: 467px) {
      .player-results-select select {
        width: 100%; } }

.player-results-select:after {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 18px;
  color: #000;
  pointer-events: none; }

@media (max-width: 767px) {
  .list-type {
    margin-top: 18px; } }

.tournament-matches .tournament-matches-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
  padding: 12px;
  flex-wrap: wrap; }
  .tournament-matches .tournament-matches-row a {
    color: #fff; }
  .tournament-matches .tournament-matches-row a:hover {
    color: #df2027; }
  .tournament-matches .tournament-matches-row .player-result-round {
    width: 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .tournament-matches .tournament-matches-row .player-result-round {
        order: 1; } }
  .tournament-matches .tournament-matches-row .player-result-player-wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .tournament-matches .tournament-matches-row .player-result-player-wrap {
        order: 3;
        width: 100%;
        margin: 18px 0px; } }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-1,
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-2 {
      width: 200px; }
      @media (max-width: 767px) {
        .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-1,
        .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-2 {
          font-size: 12px;
          font-weight: 300; } }
      .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-1 .name:last-child,
      .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-2 .name:last-child {
        margin-top: 6px; }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-1 {
      text-align: right;
      margin-right: 12px; }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-name-2 {
      text-align: left;
      margin-left: 12px; }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-1 .flag,
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-2 .flag {
      width: 48px; }
      .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-1 .flag img,
      .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-2 .flag img {
        width: 100%;
        height: auto; }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-1 .flag:last-child,
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-flag-2 .flag:last-child {
      margin-top: 6px; }
    .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-vs {
      display: flex;
      justify-content: center;
      flex: 0 0 36px; }
      @media (max-width: 767px) {
        .tournament-matches .tournament-matches-row .player-result-player-wrap .player-result-vs {
          flex: 0 0 30px;
          font-size: 12px; } }
  .tournament-matches .tournament-matches-row .player-result-win {
    width: 150px;
    text-align: center;
    font-size: 13px; }
    @media (max-width: 767px) {
      .tournament-matches .tournament-matches-row .player-result-win {
        order: 4;
        width: 100%; } }
  .tournament-matches .tournament-matches-row .player-result-duration {
    width: 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .tournament-matches .tournament-matches-row .player-result-duration {
        order: 2; } }
    .tournament-matches .tournament-matches-row .player-result-duration .timer {
      background: url(../images/icon-timer.png) no-repeat center 0;
      padding: 17px 0 0;
      font-size: 12px; }

/****************************************/
/*  PLAYER PROFILE HEAD TO HEAD STYLING
****************************************/
#head-to-head-analysis .box-player .head-to-head #change-player input {
  color: #000000; }

#head-to-head-analysis #change-player input, #head-to-head-analysis #change-player select {
  border: medium none;
  height: 100%;
  text-align: center;
  width: 100%; }

#head-to-head-analysis .head-to-head {
  margin: auto; }

#head-to-head-analysis .head-to-head .vs-player .single {
  width: 445px; }

@media (max-width: 480px) {
  #head-to-head-analysis .head-to-head .vs-player .single {
    width: 100%; } }

#head-to-head-analysis .head-to-head .vs-player .text-record {
  text-align: center; }

#head-to-head-analysis .head-to-head .vs-player .info-name {
  width: 150px; }

#head-to-head-analysis .head-to-head .vs-player .info-name img {
  width: 69px; }

#head-to-head-analysis .head-to-head .vs-player .info-player1 {
  float: left;
  width: 178px; }

#head-to-head-analysis .head-to-head .vs-player .info-player1 .name {
  width: 75px;
  float: right; }

#head-to-head-analysis .head-to-head .vs-player .info-player1 .flag {
  float: left;
  width: auto;
  padding: 0 0 5px; }

@media (max-width: 767px) {
  #head-to-head-analysis .head-to-head .vs-player .info-player1 {
    float: right; }
  #head-to-head-analysis .head-to-head .vs-player .info-player1 .name {
    text-align: left; } }

@media (max-width: 480px) {
  #head-to-head-analysis .head-to-head .vs-player .info-player1 .name {
    text-align: left; } }

#head-to-head-analysis .head-to-head .vs-player .info-player2 {
  float: right;
  width: 180px; }

#head-to-head-analysis .head-to-head .vs-player .info-player2 .name {
  float: left;
  text-align: right;
  width: 75px; }

#head-to-head-analysis .head-to-head .vs-player .info-player2 .flag {
  float: right;
  padding: 0 0 5px; }

#head-to-head-analysis .head-to-head .vs-player .info-player2 .img-player {
  float: right; }

#head-to-head-analysis .head-to-head .vs-player .info-player2 .info-name {
  float: right; }

@media (max-width: 767px) {
  #head-to-head-analysis .head-to-head .vs-player .info-player2 {
    float: left; }
  #head-to-head-analysis .head-to-head .vs-player .info-player2 .name {
    text-align: left; } }

@media (max-width: 480px) {
  #head-to-head-analysis .head-to-head .vs-player .info-player2 .name {
    text-align: right; } }

#head-to-head-analysis .head-to-head .vs-player .icon-vs {
  width: 87px;
  text-align: center; }

#head-to-head-analysis .head-to-head .vs-player .left img, #head-to-head-analysis .head-to-head .vs-player .right img, #head-to-head-analysis .head-to-head .vs-player .right.flag-player img {
  width: 69px; }

#head-to-head-analysis .head-to-head .vs-player .doubles .flag {
  width: 46px; }

#head-to-head-analysis .head-to-head .vs-player .doubles .list-select-label select {
  max-width: 100%; }

#head-to-head-analysis .head-to-head .vs-player .doubles.default .list-select-label select {
  max-width: 128px;
  min-width: 128px; }

#head-to-head-analysis .head-to-head .vs-player #change-player {
  border: medium none; }

@media (max-width: 767px) {
  #head-to-head-analysis .head-to-head .vs-player #change-player {
    text-align: center; } }

#head-to-head-analysis .head-to-head .vs-player #change-player #search-change-player {
  background: #fff;
  color: #000;
  border-radius: 0px !important; }

@media (max-width: 480px) {
  #head-to-head-analysis .head-to-head .vs-player {
    max-width: 100%; }
  #head-to-head-analysis .head-to-head .vs-player .info-player1, #head-to-head-analysis .head-to-head .vs-player .info-player2 {
    width: 110px; } }

#head-to-head-analysis .head-to-head .head-analysis .row1 {
  background-color: #1A1A1A; }

#head-to-head-analysis .list-type-select {
  float: right;
  margin-top: -30px; }

#head-to-head-analysis .list-select-label {
  width: 128px; }

#head-to-head-analysis .list-select-label #s2id_team2 {
  padding: 0;
  max-width: 100%; }

#head-to-head-analysis .list-select-label #s2id_team2 .select2-choice {
  border: none;
  background-color: transparent; }

#head-to-head-analysis .win {
  color: #6F0; }

#head-to-head-analysis .win a {
  color: #6F0; }

#head-to-head-analysis .lost {
  color: #FB2000; }

#head-to-head-analysis .lost a {
  color: #FB2000; }

.box-player .head-to-head {
  padding: 24px; }

.box-player .head-to-head .vs-player th .name {
  margin: 0 4px; }

.box-player .head-to-head .vs-player .img-player {
  width: 200px; }
  @media (max-width: 767px) {
    .box-player .head-to-head .vs-player .img-player {
      width: 140px; } }
  .box-player .head-to-head .vs-player .img-player img {
    width: 100%; }

.box-player .head-to-head .vs-player .title-ranke {
  width: 134px;
  text-align: center;
  margin: 2px 0 0;
  font-weight: 500; }

.box-player .head-to-head .vs-player .title-ranket1, .box-player .head-to-head .vs-player .title-ranket2 {
  width: 100%;
  text-align: center;
  margin: 2px 0 0;
  font-weight: 500; }

.box-player .head-to-head .vs-player .single .title-ranket1, .box-player .head-to-head .vs-player .single .title-ranket2 {
  width: 128px; }

.box-player .head-to-head .vs-player .title-ranke-doubles {
  width: 100%;
  text-align: center;
  margin: 2px 0 0;
  font-weight: 500; }

.box-player .head-to-head .vs-player .score {
  font-weight: 500;
  font-size: 48px;
  width: 134px;
  text-align: center; }

.box-player .head-to-head .vs-player .score.lost {
  color: #66ff00; }

.box-player .head-to-head .vs-player .score.win {
  color: #ff3300; }

@media (max-width: 767px) {
  .box-player .head-to-head .vs-player .score.lost, .box-player .head-to-head .vs-player .score.win {
    text-align: center; } }

.box-player .head-to-head .vs {
  font-weight: 500;
  font-size: 48px; }

@media (max-width: 767px) {
  .box-player .head-to-head .vs {
    font-size: 20px; } }

.box-player .head-to-head1 {
  text-align: center; }

.box-player .head-to-head1 .vs-player {
  margin: 0 auto;
  width: 385px; }

@media (max-width: 767px) {
  .box-player .head-to-head {
    padding: 0px; }
  .box-player .col-left, .box-player .head-to-head .vs-player {
    max-width: 100%; } }

.head-to-head .titleChartHeadToHead {
  font-weight: 500;
  margin: 5px 0 0;
  padding: 0 0 0 42px; }

@media (min-width: 768px) and (max-width: 991px) {
  .head-to-head .titleChartHeadToHead {
    width: 100%; } }

.head-to-head #head-to-head-ranking {
  padding: 7px 0 0 25px;
  width: 423px;
  max-width: 100%;
  height: 300px; }

.head-to-head .head-analysis {
  border-collapse: collapse;
  font-weight: 400;
  margin-top: 24px; }
  .head-to-head .head-analysis .h2h-result-row {
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 6px 18px; }
    @media (max-width: 667px) {
      .head-to-head .head-analysis .h2h-result-row {
        flex-direction: column;
        padding: 18px 6px; } }
    .head-to-head .head-analysis .h2h-result-row .h2h-player-wrap {
      display: flex;
      align-items: center;
      justify-content: center; }
    .head-to-head .head-analysis .h2h-result-row .player-result-date {
      width: 200px;
      text-align: left; }
      @media (max-width: 667px) {
        .head-to-head .head-analysis .h2h-result-row .player-result-date {
          width: 100%;
          text-align: center;
          font-size: 12px; } }
    .head-to-head .head-analysis .h2h-result-row .player-result-tmt {
      width: 250px;
      text-align: left; }
    .head-to-head .head-analysis .h2h-result-row .player-result-vs {
      width: 18px;
      text-align: center; }
    .head-to-head .head-analysis .h2h-result-row .player-result-name-1, .head-to-head .head-analysis .h2h-result-row .player-result-name-2 {
      width: 200px; }
      .head-to-head .head-analysis .h2h-result-row .player-result-name-1 a, .head-to-head .head-analysis .h2h-result-row .player-result-name-2 a {
        color: #fff; }
      .head-to-head .head-analysis .h2h-result-row .player-result-name-1 a:hover, .head-to-head .head-analysis .h2h-result-row .player-result-name-2 a:hover {
        color: #df2027; }
    .head-to-head .head-analysis .h2h-result-row .player-result-name-1 {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      min-height: 45px;
      justify-content: center; }
      @media (max-width: 667px) {
        .head-to-head .head-analysis .h2h-result-row .player-result-name-1 {
          font-size: 12px; } }
    .head-to-head .head-analysis .h2h-result-row .player-result-name-2 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 45px;
      justify-content: center; }
      @media (max-width: 667px) {
        .head-to-head .head-analysis .h2h-result-row .player-result-name-2 {
          font-size: 12px; } }
    .head-to-head .head-analysis .h2h-result-row .player-result-flag-1, .head-to-head .head-analysis .h2h-result-row .player-result-flag-2 {
      width: 80px;
      text-align: center; }
      @media (max-width: 667px) {
        .head-to-head .head-analysis .h2h-result-row .player-result-flag-1, .head-to-head .head-analysis .h2h-result-row .player-result-flag-2 {
          width: 60px; } }
      .head-to-head .head-analysis .h2h-result-row .player-result-flag-1 img, .head-to-head .head-analysis .h2h-result-row .player-result-flag-2 img {
        width: 48px;
        margin: 6px 0px; }
    .head-to-head .head-analysis .h2h-result-row .player-result-score {
      text-align: center;
      width: 200px; }

.head-to-head .head-analysis .h2h_result_date {
  text-transform: uppercase; }

.head-to-head .head-analysis td span.score {
  font-weight: 400;
  font-size: 12px; }

.box-player .head-to-head .vs-player {
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  justify-content: center;
  /* Doubles H2H */
  /* Singles H2H */ }
  .box-player .head-to-head .vs-player .h2h-single {
    width: 100%; }
  .box-player .head-to-head .vs-player .h2h-player-wrap {
    display: flex;
    justify-content: center; }
    .box-player .head-to-head .vs-player .h2h-player-wrap .icon-vs {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px; }
      @media (max-width: 767px) {
        .box-player .head-to-head .vs-player .h2h-player-wrap .icon-vs {
          width: 36px; } }
  .box-player .head-to-head .vs-player .h2h-wrap-left, .box-player .head-to-head .vs-player .h2h-wrap-right {
    display: flex;
    flex-direction: column; }
    .box-player .head-to-head .vs-player .h2h-wrap-left .info-player1, .box-player .head-to-head .vs-player .h2h-wrap-left .info-player2, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player1, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player2 {
      display: flex;
      font-size: 14px; }
      .box-player .head-to-head .vs-player .h2h-wrap-left .info-player1 .name, .box-player .head-to-head .vs-player .h2h-wrap-left .info-player2 .name, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player1 .name, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player2 .name {
        margin-top: 12px; }
        .box-player .head-to-head .vs-player .h2h-wrap-left .info-player1 .name a, .box-player .head-to-head .vs-player .h2h-wrap-left .info-player2 .name a, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player1 .name a, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player2 .name a {
          color: #fff; }
        .box-player .head-to-head .vs-player .h2h-wrap-left .info-player1 .name a:hover, .box-player .head-to-head .vs-player .h2h-wrap-left .info-player2 .name a:hover, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player1 .name a:hover, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player2 .name a:hover {
          color: #df2027; }
    .box-player .head-to-head .vs-player .h2h-wrap-left .info-player1 .info-name, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player1 .info-name {
      margin: 18px 18px 12px 0px;
      text-align: right; }
    .box-player .head-to-head .vs-player .h2h-wrap-left .info-player2 .info-name, .box-player .head-to-head .vs-player .h2h-wrap-right .info-player2 .info-name {
      margin: 18px 0px 12px 18px;
      text-align: left; }
  .box-player .head-to-head .vs-player .h2h-player-wrap {
    display: flex; }
    .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1, .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 {
      display: flex;
      font-size: 14px; }
      @media (max-width: 767px) {
        .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1, .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 {
          flex-direction: column; } }
      .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .name, .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .name {
        margin-top: 12px; }
        .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .name a, .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .name a {
          color: #fff; }
        .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .name a:hover, .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .name a:hover {
          color: #df2027; }
    @media (max-width: 767px) {
      .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .img-player {
        order: 1; } }
    .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .info-name {
      margin: 18px 18px 12px 0px;
      text-align: right; }
      @media (max-width: 767px) {
        .box-player .head-to-head .vs-player .h2h-player-wrap .info-player1 .info-name {
          order: 2; } }
    @media (max-width: 767px) {
      .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .img-player {
        order: 1; } }
    .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .info-name {
      margin: 18px 0px 12px 18px;
      text-align: left; }
      @media (max-width: 767px) {
        .box-player .head-to-head .vs-player .h2h-player-wrap .info-player2 .info-name {
          order: 2; } }
  .box-player .head-to-head .vs-player .h2h-rank-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0px;
    font-size: 14px; }
    .box-player .head-to-head .vs-player .h2h-rank-wrap .title-rank {
      width: 200px;
      text-align: center; }
    .box-player .head-to-head .vs-player .h2h-rank-wrap .icon-vs {
      width: 100px; }
  .box-player .head-to-head .vs-player .h2h-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0px;
    font-size: 14px; }
    .box-player .head-to-head .vs-player .h2h-score-wrap .h2h-score {
      width: 200px;
      text-align: center;
      font-size: 44px; }
    .box-player .head-to-head .vs-player .h2h-score-wrap .icon-vs {
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .box-player .head-to-head .vs-player .h2h-select-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0px; }
    .box-player .head-to-head .vs-player .h2h-select-wrap select {
      width: 200px; }
    .box-player .head-to-head .vs-player .h2h-select-wrap .h2h-select {
      width: 200px;
      text-align: center;
      font-size: 44px; }
    .box-player .head-to-head .vs-player .h2h-select-wrap .icon-vs {
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }

.box-player .head-to-head .vs-player .label {
  color: #727272;
  margin-left: 15px;
  font-size: 11px; }

.box-player .head-to-head .vs-player .doubles {
  min-height: 160px;
  padding: 100px 0; }

@media (max-width: 480px) {
  .box-player .head-to-head .vs-player .doubles {
    padding: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 100%; } }

@media (max-width: 320px) {
  .box-player .head-to-head .vs-player .doubles {
    width: 100%; } }

.box-player .head-to-head .vs-player .doubles .name {
  font-weight: 500;
  line-height: 100%;
  min-height: 30px; }

.box-player .head-to-head .vs-player .doubles .name a {
  color: white; }

.box-player .head-to-head .vs-player .doubles .flag {
  margin: 7px 0 0; }

.box-player .head-to-head .vs-player .doubles .flag img {
  max-width: 100%; }

.box-player .head-to-head .vs-player .doubles .image {
  width: 56px;
  height: 64px;
  border: 2px solid #fff;
  box-sizing: border-box;
  overflow: hidden; }

.box-player .head-to-head .vs-player .doubles .image img {
  width: 53px; }

.box-player .head-to-head .vs-player .doubles .h2h-vs {
  font-weight: 500;
  font-size: 48px; }

#head-to-head-analysis .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0; }

/*play landing*/
.play-landing .wrapper-results {
  width: 100%;
  position: relative; }

.play-landing .wrapper-results
.banner {
  height: auto;
  max-height: 284px;
  position: relative; }

.play-landing .wrapper-results
.banner
img {
  position: relative;
  z-index: 5; }

.play-landing .wrapper-results
.banner:after {
  width: 400%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1; }

.play-landing .wrapper-results .box-title {
  color: #fff;
  height: 50px;
  margin: 0 auto 25px;
  padding: 17px 0 0;
  float: left; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .box-title {
    height: auto;
    margin: 0 auto 15px; } }

.play-landing .wrapper-results .box-title h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%; }

@media only screen and (max-width: 1023px) {
  .play-landing .wrapper-results .box-title h3 {
    font-size: 25px; } }

.play-landing .wrapper-results .box-title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%; }

.play-landing .wrapper-results
.counter {
  float: right;
  color: #dbdbdb;
  padding: 0 20px 0 0;
  text-align: right; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results
.counter {
    float: left;
    text-align: left; } }

.play-landing .wrapper-results
.counter .player-total {
  font-weight: 500;
  font-size: 50px;
  margin: 17px 0px 0px;
  line-height: 100%; }

.play-landing .wrapper-results
.counter
.worldwide {
  text-transform: uppercase; }

.play-landing .wrapper-results
.content {
  display: table;
  margin: 30px 0 0; }

.play-landing .wrapper-results
.content
.description {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  color: #cccccc; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results
.content
.description {
    display: block;
    width: 100%;
    padding-right: 10px; } }

.play-landing .wrapper-results
.content
.description ul {
  margin: 0 0 0 20px; }

.play-landing .wrapper-results
.content
.info {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  text-align: center;
  padding: 5px 0 0; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results
.content
.info {
    display: block;
    width: 100%;
    margin: 0 0 5px; } }

.play-landing .wrapper-results
.content
.info
.slogan {
  font-size: 26px;
  text-align: left;
  width: 200px;
  margin: 0 auto;
  line-height: 120%; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results
.content
.info
.slogan {
    margin: 10px auto 0; } }

.play-landing .wrapper-results
.content
.info
.note {
  font-size: 11px;
  text-align: right;
  width: 220px;
  color: #cccccc;
  margin: 0 auto; }

.play-landing .wrapper-results .content-access {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  width: 175px;
  margin: 0 auto;
  line-height: 100%; }

.play-landing .wrapper-results .content-access .text {
  display: inline-block;
  margin: 18px 0;
  width: 142px; }

.play-landing .wrapper-results .content-access a {
  color: #000;
  text-decoration: none;
  outline: none; }

.play-landing .wrapper-results .content-access a:hover {
  color: #fff; }

.play-landing .wrapper-results .content-access a {
  font-size: 11px;
  font-size: 0.6875rem; }

@media only screen and (max-width: 767px) {
  .play-landing .wrapper-results .page-header__title {
    padding: 0 0 10px; }
  .play-landing .wrapper-results .page-header .col-1-3 {
    display: none; }
  .play-landing .wrapper-results .page-header .col-2-3 {
    width: 100%; }
  .play-landing .wrapper-results .page-content .grid-row .col-1-3 {
    display: none; }
  .play-landing .wrapper-results .page-content .grid-row .col-2-3 {
    width: 100%;
    margin: 0;
    padding: 0rem 1rem 1rem 0.5rem; }
  .play-landing .wrapper-results .page-content .grid-row .col-1-2 {
    width: 100% !important; } }

@media only screen and (max-width: 479px) {
  .play-landing .wrapper-results .page-content .logo, .play-landing .wrapper-results .page-content .logo-coach {
    display: none; }
  .play-landing .wrapper-results .page-content .col-1-2 .title-nolink {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.6rem 1rem 0;
    padding: 5px 8px 0 \9;
    margin: 0;
    overflow: hidden;
    border-bottom: 4px solid #df2027;
    float: left; }
  .play-landing .wrapper-results .page-content .col-1-2 h2 {
    padding: 40px 0 0; } }

.play-landing .wrapper-results .box-title-date {
  height: 50px;
  margin: 0px auto 25px;
  padding: 17px 24px 0px;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .box-title-date {
    padding: 17px 10px 0px; } }

.play-landing .wrapper-results .box-title-date:after {
  clear: both;
  display: block;
  content: ""; }

.play-landing .wrapper-results .select {
  float: right;
  margin: 12px 0 0; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .select {
    float: left;
    clear: both; } }

.play-landing .wrapper-results .select .date-select, .play-landing .wrapper-results .select .ranking-select, .play-landing .wrapper-results .select .continent-select {
  margin: 0 0 0 17px; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .select .date-select, .play-landing .wrapper-results .select .ranking-select, .play-landing .wrapper-results .select .continent-select {
    clear: both;
    float: left;
    margin: 0 0 10px; } }

.play-landing .wrapper-results .select .date-select select, .play-landing .wrapper-results .select .ranking-select select, .play-landing .wrapper-results .select .continent-select select {
  max-width: 190px; }

@media only screen and (max-width: 1023px) {
  .play-landing .wrapper-results .select .date-select select, .play-landing .wrapper-results .select .ranking-select select, .play-landing .wrapper-results .select .continent-select select {
    max-width: 167px; } }

.play-landing .wrapper-results .wrapper-content-results {
  background: none;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .wrapper-content-results {
    margin: 5px 0 0; } }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing {
  float: left;
  width: 46%;
  margin: 0 3% 0 0; }

@media only screen and (max-width: 599px) {
  .play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing {
    width: 95%;
    margin: 10px auto auto; } }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing .description {
  clear: both;
  background-color: #141414;
  padding: 10px;
  height: 650px; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.widget-title, .play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
#container-players-landing .players-main .filter .all-players, #container-players-landing .players-main .filter .play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.all-players {
  margin: 0 0 10px; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.video {
  text-align: center;
  margin: 0 0 10px; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
h4 {
  font-weight: 400; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing ul {
  margin: 0 0 0 20px; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.link
.logo {
  float: left;
  width: 50.5%; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.link
.logo
img {
  width: 100%; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.link
.get-access {
  float: left;
  width: 49.5%; }

.play-landing .wrapper-results .wrapper-content-results .content-results
.box-play-landing
.link
.get-access
img {
  width: 100%; }

/*  DRAWS TAB
************************************/
.tblDrawsSingle {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  color: white; }

.tblDrawsSingle .draw-tree-highlight {
  background-color: #700707; }

.tblDrawsSingle th {
  background-color: #272727;
  text-align: center; }

.tblDrawsSingle td {
  color: white; }

td#col,
td#col-2,
td#col-3,
td#col-4,
td#col-5,
td#col-6,
td#col-7,
td.bb {
  border-bottom: 1px solid #666; }

.tblDrawsSingle td span.order {
  padding: 0 3px;
  font-weight: 400;
  font-size: 11px; }

.results .wrapper-results .item-results .item .tblDrawsSingle td div.line {
  width: 10px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
  display: flex; }

.tblDrawsSingle td .name {
  font-size: 10px;
  padding: 0 0 0 3px;
  display: inline-block;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word;
  color: white; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-name {
  font-size: 10px;
  padding: 0px;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word; }
  .results .wrapper-results .item-results .item .tblDrawsSingle .draw-name a {
    color: #fff; }
  .results .wrapper-results .item-results .item .tblDrawsSingle .draw-name a:hover {
    color: #000; }

.results .wrapper-results .item-results .item .tblDrawsSingle .draw-score {
  font-size: 11px;
  margin-top: 0px;
  margin-left: 12px; }

.tblDrawsSingle td .name a {
  color: white; }

.tblDrawsSingle td .name a:hover {
  color: #df2027; }

.tblDrawsSingle td.info {
  padding: 0 0 0 5px; }

.tblDrawsSingle td.topright {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666; }

.tblDrawsSingle td.bottomright {
  border-bottom: 1px solid #666; }

.tblDrawsSingle td.bg-right {
  border-right: 1px solid #666; }

.tblDrawsSingle td.bgColCentertop {
  background: url("../images/bgColSingle.gif") no-repeat top center; }

.tblDrawsSingle td.bgColCenterBottom {
  background: url("../images/bgColSingle.gif") no-repeat bottom center; }

.tblDrawsSingle td.bgColCenter {
  background: url("../images/bgColSingle.gif") repeat-y bottom center; }

.tblDrawsSingle td .line50 {
  background: url("../images/bgLine.gif") repeat-x 0 center;
  width: 50%;
  height: 20px; }

.tblDrawsSingle td .score {
  font-size: 10px;
  color: #858689;
  padding: 0 4px; }

.tblDrawsSingle td.score {
  font-size: 12px;
  color: #ffffff; }

.tblDrawsDouble {
  margin: 0;
  box-sizing: border-box;
  width: auto; }

.tblDrawsDouble th {
  background-color: #272727; }

.tblDrawsDouble td span.order {
  padding: 0 3px;
  font-weight: 400;
  font-size: 11px; }

.tblDrawsDouble td div.line {
  background: url("../images/bgLine.gif") repeat-x 0 center;
  width: 100%;
  height: 20px; }

.tblDrawsDouble td .name {
  font-size: 10px;
  padding: 0 0 0 3px;
  display: inline-block;
  line-height: 100%;
  text-align: left;
  word-wrap: break-word; }

.tblDrawsDouble td .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.tblDrawsDouble td .name a:hover {
  color: #df2027; }

.tblDrawsDouble td.info {
  padding: 0 0 0 5px; }

.tblDrawsDouble td .line50 {
  background: url("../images/bgLine.gif") repeat-x 0 center;
  width: 50%;
  height: 20px; }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-300/Roboto-300.eot");
  src: url("../fonts/Roboto-300/Roboto-300.eot?#iefix") format("embedded-opentype"), local("Roboto Light"), local("Roboto-300"), url("../fonts/Roboto-300/Roboto-300.woff2") format("woff2"), url("../fonts/Roboto-300/Roboto-300.woff") format("woff"), url("../fonts/Roboto-300/Roboto-300.ttf") format("truetype"), url("../fonts/Roboto-300/Roboto-300.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-regular/Roboto-regular.eot");
  src: url("../fonts/Roboto-regular/Roboto-regular.eot?#iefix") format("embedded-opentype"), local("Roboto"), local("Roboto-regular"), url("../fonts/Roboto-regular/Roboto-regular.woff2") format("woff2"), url("../fonts/Roboto-regular/Roboto-regular.woff") format("woff"), url("../fonts/Roboto-regular/Roboto-regular.ttf") format("truetype"), url("../fonts/Roboto-regular/Roboto-regular.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-500/Roboto-500.eot");
  src: url("../fonts/Roboto-500/Roboto-500.eot?#iefix") format("embedded-opentype"), local("Roboto Medium"), local("Roboto-500"), url("../fonts/Roboto-500/Roboto-500.woff2") format("woff2"), url("../fonts/Roboto-500/Roboto-500.woff") format("woff"), url("../fonts/Roboto-500/Roboto-500.ttf") format("truetype"), url("../fonts/Roboto-500/Roboto-500.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-700/Roboto-700.eot");
  src: url("../fonts/Roboto-700/Roboto-700.eot?#iefix") format("embedded-opentype"), local("Roboto Bold"), local("Roboto-700"), url("../fonts/Roboto-700/Roboto-700.woff2") format("woff2"), url("../fonts/Roboto-700/Roboto-700.woff") format("woff"), url("../fonts/Roboto-700/Roboto-700.ttf") format("truetype"), url("../fonts/Roboto-700/Roboto-700.svg#Roboto") format("svg"); }

body {
  font-family: 'Roboto', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both; }

.player-news-title {
  background: #df2027;
  color: #fff;
  padding: 0.1rem 1rem;
  padding: 2px 8px \9;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.title-link {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0.6rem 0;
  padding: 8px 0 \9;
  overflow: hidden;
  display: inline-block;
  /* make the title of each widget go highest */
  position: relative;
  z-index: 98; }

.title-link a {
  background: #df2027;
  color: #fff;
  padding: 0.1rem 1rem;
  padding: 2px 8px \9;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.title-link a:visited {
  color: #fff; }

.title-link a:hover,
.title-link a:focus {
  background: #ff3300;
  color: #fff; }

.title-nolink {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0;
  padding: 5px 8px 0 \9;
  margin: 0;
  overflow: hidden;
  border-bottom: 4px solid #df2027;
  float: left; }

.block-link {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0.6rem 0;
  padding: 8px 0 \9;
  overflow: hidden; }

.block-link a {
  background: #df2027;
  color: #fff;
  padding: 0.1rem 1rem;
  padding: 2px 8px \9;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.block-link a:visited {
  color: #fff; }

.block-link a:hover,
.block-link a:focus {
  background: #ff3300;
  color: #fff; }

.entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9a9a9a;
  text-transform: uppercase;
  margin: 0.2rem 0;
  line-height: 1.6em; }
  .entry-meta a {
    color: #3b3b3b; }
  .entry-meta a:hover {
    color: #df2027; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: 500; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 500; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: 500; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/ }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/ }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
  appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #272727; }

a:visited {
  color: #272727; }

a:hover,
a:focus,
a:active {
  color: #df2027; }

a.whtlnk {
  color: #272727; }

a.whtlnk:visited {
  color: #272727; }

a.whtlnk:hover,
a.whtlnk:focus,
a.whtlnk:active {
  color: #df2027; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  float: left;
  /*  width: 45%;*/
  max-width: 100%;
  padding: 0 3% 2% 0;
  clear: both; }

.alignright {
  display: block;
  float: right;
  /*  width: 45%;*/
  max-width: 100%;
  padding: 0 0 2% 3%;
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 2%;
  max-width: 100%;
  clear: both; }

p img.size-full {
  padding-bottom: 0;
  clear: both; }

.entry-content img[style*="float: left"], .entry-content img[style*="float:left"] {
  margin: 0 1.5em 0.3em 0 !important; }

.entry-content img[style*="float: right"], .entry-content img[style*="float:right"] {
  margin: 0 0 0.3em 1.5em !important; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-title, #container-players-landing .players-main .filter .all-players {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0;
  padding: 8px 0 0 \9;
  margin: 0;
  overflow: hidden;
  border-bottom: 4px solid #df2027;
  float: left; }

.widget-title a, #container-players-landing .players-main .filter .all-players a {
  background: #df2027;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0rem -1rem -0.4rem;
  margin: 0 \9;
  padding: 0.1rem 1rem 0.5rem;
  padding: 2px 8px 0px \9;
  font-weight: 500; }

.widget-title a:hover, #container-players-landing .players-main .filter .all-players a:hover {
  background: #ff3300;
  color: #fff; }

.widget-title--no-background {
  border-bottom: 4px solid #fff; }

.widget-title--no-background a {
  background: none;
  color: #333333; }

.widget-title--full-width {
  float: none; }

.widget {
  width: 100%;
  position: relative;
  /** Margin bottom of Widget in Other pages is 0.5rem, but home is 0 */
  margin-bottom: 0.5rem; }

.widget select {
  max-width: 100%; }

.widget header {
  width: 100%;
  margin: 0px;
  overflow: hidden; }

.widget--dark {
  background: #333333; }

body.page-template-tmpl-home-php .widget {
  margin-bottom: 0; }

.widget_sp_image a, .widget_sp_image img {
  display: block;
  width: 100%; }

.widget ul.popularnews {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget ul.popularnews li {
  list-style: none;
  margin: 0;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #9a9a9a; }

.widget ul.popularnews li a {
  color: #272727;
  text-decoration: none; }

.widget ul.popularnews li a .entry-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
  line-height: 1.2rem; }

.widget ul.popularnews li a:hover {
  color: #df2027; }

.widget ul.relatednews {
  list-style: none;
  margin: 0;
  padding: 0 0 20px; }

.widget ul.relatednews li {
  *zoom: 1;
  width: auto;
  max-width: 310px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0;
  padding: 0.6rem 0;
  border-bottom: 1px solid #9a9a9a; }

.widget ul.relatednews li:before, .widget ul.relatednews li:after {
  content: '';
  display: table; }

.widget ul.relatednews li:after {
  clear: both; }

.widget ul.relatednews li a {
  color: #272727;
  text-decoration: none; }

.widget ul.relatednews li a .relatedthumb {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden; }

.widget ul.relatednews li a .relatedthumb:before, .widget ul.relatednews li a .relatedthumb:after {
  content: '';
  display: table; }

.widget ul.relatednews li a .relatedthumb:after {
  clear: both; }

.widget ul.relatednews li a .relatedthumb:last-child {
  margin-right: 0%; }

.widget ul.relatednews li a .relatedthumb img {
  width: 100%; }

.widget ul.relatednews li a .entry-title {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.2rem; }

.widget ul.relatednews li a .entry-title:before, .widget ul.relatednews li a .entry-title:after {
  content: '';
  display: table; }

.widget ul.relatednews li a .entry-title:after {
  clear: both; }

.widget ul.relatednews li a .entry-title:last-child {
  margin-right: 0%; }

.widget ul.relatednews li a:hover {
  color: #df2027; }

/* Widget - World Rakings Slider 
 ********************************/
#world-ranking-slider {
  padding: 1rem;
  margin: auto;
  width: 100%;
  color: #272727; }

#world-ranking-slider table {
  margin: 0 0 0.6rem; }

#world-ranking-slider table td {
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 2px 0;
  line-height: 13px; }

#world-ranking-slider table td .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

#world-ranking-slider table td .name a:hover {
  color: #df2027; }

#world-ranking-slider .flag {
  width: 48px;
  float: none;
  display: block; }

#world-ranking-slider .center {
  text-align: center; }

#world-ranking-slider .double .flag, #world-ranking-slider .double .flag2, #world-ranking-slider .double .fullname, #world-ranking-slider .double .fullname2 {
  padding: 1px 0; }

#world-ranking-slider .ranking-change {
  padding-right: 12px;
  float: left; }

#world-ranking-slider .no-change {
  background: url("../images/arrow-no-change.png") no-repeat 16px center; }

#world-ranking-slider .up {
  background: url("../images/arrow-up.png") no-repeat right center; }

#world-ranking-slider .down {
  background: url("../images/arrow-down.png") no-repeat right center; }

#world-ranking-slider.tempo-loading {
  /* remove the height overflow when before all scripts and styles are applied*/
  height: 350px;
  overflow: hidden; }

#world-ranking-slider .owl-controls {
  display: block !important; }

/* Widget - Social Feed */
/************************/
#social-feed.black {
  background: #000; }

#social-feed.black .widget-title,
#social-feed.black #container-players-landing .players-main .filter .all-players,
#container-players-landing .players-main .filter #social-feed.black .all-players {
  color: #fff;
  padding: 10px 16px 0; }

#social-feed.black .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

#social-feed.black .name a:hover {
  color: #df2027; }

#social-feed.black .content, #social-feed.black .content a {
  color: #cccccc; }

#social-feed.black .content a:hover {
  color: #df2027; }

#social-feed .filler {
  padding: 1rem;
  display: inline-block;
  text-align: center; }

#social-feed .list-social-feed {
  margin: 0;
  padding: 0;
  list-style: none; }

#social-feed li {
  padding: 0 0 1rem; }

#social-feed li .title {
  display: table; }

#social-feed .social-icons .fa {
  width: 2.6rem; }

#social-feed .name {
  padding: 0 0 0 0.6rem;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  word-wrap: break-word; }

#social-feed .name a {
  color: #272727;
  text-decoration: none;
  outline: none; }

#social-feed .name a:hover {
  color: #df2027; }

#social-feed .name a {
  text-decoration: inherit; }

#social-feed .content {
  color: #272727;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0rem 0rem 0rem 3.2rem;
  text-align: left; }

.widget--social-feed > div {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.widget--social-feed > div:before, .widget--social-feed > div:after {
  content: '';
  display: table; }

.widget--social-feed > div:after {
  clear: both; }

.widget--social-feed .black {
  background: #000;
  min-height: 429px; }

.widget--social-feed .black .widget-title,
.widget--social-feed .black #container-players-landing .players-main .filter .all-players,
#container-players-landing .players-main .filter .widget--social-feed .black .all-players {
  color: #fff;
  padding: 10px 16px 0; }

.widget--social-feed.white {
  background: #fff; }

.widget--social-feed .filler {
  padding: 1rem;
  display: inline-block; }

.widget--social-feed .list-social-feed {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget--social-feed li {
  margin: 0 0 1.5rem; }

.widget--social-feed li .title {
  display: table;
  width: 100%; }

.widget--social-feed .icon {
  /*width: 31px;
            height: 31px;*/
  margin-right: 6px;
  float: left; }

.widget--social-feed .icon img {
  display: initial; }

.widget--social-feed .icon.fb {
  background-color: #3b589e;
  text-align: center; }

.widget--social-feed .icon.tw {
  background-color: #00acec;
  text-align: center; }

.widget--social-feed .icon.wb {
  background: #fff url("../images/icon_social_weibo1.png") no-repeat 0 center;
  text-align: center; }

.widget--social-feed .icon.wb img {
  display: none; }

.widget--box-ranking .widget-content {
  display: table;
  width: 100%;
  height: 142px; }

.widget--box-ranking .widget-content .info {
  display: table-cell;
  vertical-align: top;
  width: 40%; }

.widget--box-ranking .widget-content .info .row1 {
  font-size: 20px;
  font-size: 1.25rem; }

.widget--box-ranking .widget-content .info .row3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }

.widget--box-ranking .widget-content .info h2 {
  margin: 25px 0px 0px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 0px 10px 0px 14px;
  font-weight: 500; }

.widget--box-ranking .widget-content .info a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.widget--box-ranking .widget-content .info a:hover {
  color: #fff; }

.widget--box-ranking .widget-content .info a {
  text-decoration: none; }

.widget--box-ranking .widget-content .logo {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  padding: 19px 10px 0px 0px; }

.widget--box-ranking .widget-content .logo img {
  width: 100%;
  float: right; }

@media only screen and (max-width: 1023px) {
  .widget--box-ranking .widget-content .logo img {
    width: auto; } }

.widget--box-ranking .widget-content__home-banner {
  height: 142px;
  display: block; }

.widget--box-ranking .widget-content__home-banner .widget-content {
  height: 142px; }

/** widget - dubai ranking*/
.sidebar-dubai-ranking {
  width: auto;
  height: 124px; }

.sidebar-dubai-ranking .inner-dubai-ranking {
  height: 124px; }

#world-ranking-category {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 25px; }

#world-ranking-category .name {
  font-size: 18px;
  font-size: 1.125rem;
  color: #272727;
  text-align: center;
  display: block;
  text-transform: uppercase; }

.home #world-ranking-slider {
  padding: 1rem 1.6rem; }

/** Widget Dark */
.widget--dark #world-ranking-slider,
.widget--dark #world-ranking-slider .owl-controls .owl-nav div,
.widget--dark #world-ranking-category {
  color: #fff !important; }

.widget--dark #world-ranking-slider .name a,
.widget--dark #world-ranking-slider .owl-controls .owl-nav div .name a,
.widget--dark #world-ranking-category .name a {
  color: #fff !important; }

.widget--dark #world-ranking-category {
  display: block; }

.widget--dark #world-ranking-category .name {
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.textwidget .relatedthumb {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden; }

.textwidget .relatedthumb:before, .textwidget .relatedthumb:after {
  content: '';
  display: table; }

.textwidget .relatedthumb:after {
  clear: both; }

.textwidget .relatedthumb:last-child {
  margin-right: 0%; }

.textwidget .relatedthumb img {
  display: block; }

.textwidget .entry-title {
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  margin: 0;
  font-weight: 300;
  line-height: 1.2rem;
  text-transform: none;
  word-wrap: break-word; }

.textwidget .entry-meta {
  color: #9a9a9a;
  margin: 0.2rem 0;
  text-transform: uppercase; }

.textwidget .entry-meta .cat-links a {
  color: #9a9a9a; }

.textwidget .entry-meta a {
  color: #000;
  font-weight: 500;
  text-decoration: none; }

.textwidget .entry-meta a:hover {
  color: #df2027; }

/** Widget Players */
.widget-players_slider {
  padding: 1rem 1.6rem;
  color: #FFF;
  display: block; }

.widget-players_slider .cate {
  display: block;
  overflow: hidden; }

.widget-players_slider .single {
  float: left;
  margin: 0px 0px 10px;
  width: 50%; }

.widget-players_slider .double {
  float: left;
  margin: 0px 0px 10px;
  width: 50%; }

.widget-players_slider .player-item {
  padding-bottom: 16px;
  display: table; }

.widget-players_slider .avatar {
  float: left;
  clear: both;
  width: 53px;
  height: 61px;
  border: 1.5px solid #FFF;
  overflow: hidden; }

.widget-players_slider .flag {
  float: left;
  margin-left: 7px; }

.widget-players_slider .flag img {
  width: 46px !important; }

.widget-players_slider .name {
  text-align: left;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0; }

.widget-players_slider .name a {
  color: #FFF; }

.widget-players_tabname {
  width: 100%;
  position: absolute;
  bottom: 25px; }

.widget-players_tabname span.name {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase; }

/** Widget Next Superseries Events */
.widget-spevents_lists {
  margin-left: 0; }

.widget-spevents_item {
  display: table;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dbdbda;
  width: 100%; }

.widget-spevents_item a {
  color: black; }

.widget-spevents_item:first-child {
  border-top: none;
  padding-top: 0; }

.widget-spevents_text {
  float: right;
  width: 65%; }

.widget-spevents_thumb {
  float: left;
  width: 31.3333%;
  margin-left: 0%;
  margin-right: 3%; }

.widget-spevents_thumb img {
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

.widget-spevents_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2rem; }

.widget-spevents_title span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500; }

.widget-spevents_date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500; }

.widget-spevents_place {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

/** FIX HEIGHT FOR WIDGET WORLD RANKING */
.world-rankings,
.widget_bwf_world_ranking {
  height: 430px;
  overflow: hidden; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#page {
  position: relative; }

.live-scores-content {
  position: relative; }

.live-scores-content > div.widget-area,
.site-content > div.widget-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  padding: 0 0 0 0.6rem;
  z-index: 98; }

.live-scores-content > div.widget-area:before, .live-scores-content > div.widget-area:after,
.site-content > div.widget-area:before, .site-content > div.widget-area:after {
  content: '';
  display: table; }

.live-scores-content > div.widget-area:after,
.site-content > div.widget-area:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  .live-scores-content > div.widget-area,
  .site-content > div.widget-area {
    position: absolute;
    right: -320px;
    width: 320px;
    display: block;
    background: #f0f0f0;
    z-index: 88;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .live-scores-content > div.widget-area,
  .site-content > div.widget-area {
    left: -320px;
    padding: 0;
    right: auto; } }

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 77;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  display: none; }

.sidemenu-show .menu-overlay {
  opacity: 1;
  display: block; }

.sidemenu-show .live-scores-content .widget-area,
.sidemenu-show .site-content .widget-area {
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  box-shadow: 0px 0px 4px 2px rgba(15, 15, 15, 0.7); }

@media only screen and (max-width: 1023px) {
  .sidemenu-show .live-scores-content .widget-area,
  .sidemenu-show .site-content .widget-area {
    display: block;
    right: 0; } }

@media only screen and (max-width: 767px) {
  .sidemenu-show .live-scores-content .widget-area,
  .sidemenu-show .site-content .widget-area {
    display: block;
    left: 0; } }

.sidemenu-show .sidebar-content {
  padding: 0.6rem; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/* fix fancy box */
.fancybox-lock {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  width: 100%; }

.fancybox-lock .fancybox-overlay {
  /*  overflow: auto;
            overflow-y: scroll;*/
  overflow: hidden !important; }

/* end fix fancy box*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

section.home-slider {
  background: #000;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  max-height: 416px;
  text-align: center;
  color: #fff; }

section.home-slider > div {
  *zoom: 1;
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

section.home-slider > div:before, section.home-slider > div:after {
  content: '';
  display: table; }

section.home-slider > div:after {
  clear: both; }

section.home-slider .empty_slider_content {
  min-height: 400px; }

@media only screen and (max-width: 1023px) {
  section.home-slider {
    margin: 0 -2%; } }

section.home-feature {
  background: #fff;
  margin-bottom: 1.2rem; }

section.home-feature .content-area article {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.66667%;
  margin-left: 0%;
  margin-right: 1%; }

section.home-feature .content-area article:before, section.home-feature .content-area article:after {
  content: '';
  display: table; }

section.home-feature .content-area article:after {
  clear: both; }

section.home-feature .content-area article:last-child {
  margin-right: 0%; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area article {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  section.home-feature .content-area article:before, section.home-feature .content-area article:after {
    content: '';
    display: table; }
  section.home-feature .content-area article:after {
    clear: both; } }

section.home-feature .content-area article .world_news_homefeat .thumb {
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area article .world_news_homefeat .thumb {
    max-height: auto; } }

@media only screen and (max-width: 479px) {
  section.home-feature .content-area article .world_news_homefeat .thumb {
    max-height: 240px;
    margin: 0 -2%; } }

section.home-feature .content-area article .world_news_homefeat .thumb img {
  width: 100%;
  z-index: 1;
  display: block;
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area article .world_news_homefeat .thumb img {
    margin: 0 auto; } }

section.home-feature .content-area article .world_news_homefeat .title-link--featured {
  position: absolute;
  bottom: 10px;
  z-index: 5; }

section.home-feature .content-area article .world_news_homefeat .title-featured {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.4rem 0;
  font-weight: bold;
  line-height: 1.6rem; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area article .world_news_homefeat .title-featured {
    margin: 0.4rem 2% 2rem; } }

section.home-feature .content-area article .world_news_homefeat:hover {
  color: #df2027; }

section.home-feature .content-area article .world_news_homefeat:hover img {
  opacity: 0.8; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area article {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  section.home-feature .content-area article:before, section.home-feature .content-area article:after {
    content: '';
    display: table; }
  section.home-feature .content-area article:after {
    clear: both; } }

section.home-feature .content-area aside {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65%;
  margin-left: 0%;
  margin-right: 3%; }

section.home-feature .content-area aside:before, section.home-feature .content-area aside:after {
  content: '';
  display: table; }

section.home-feature .content-area aside:after {
  clear: both; }

section.home-feature .content-area aside:last-child {
  margin-right: 0%; }

@media only screen and (max-width: 599px) {
  section.home-feature .content-area aside {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
  section.home-feature .content-area aside:before, section.home-feature .content-area aside:after {
    content: '';
    display: table; }
  section.home-feature .content-area aside:after {
    clear: both; }
  section.home-feature .content-area aside:last-child {
    margin-right: 0%; } }

section.home-feature .content-area aside ul.relatednews {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }

@media only screen and (max-width: 479px) {
  section.home-feature .content-area aside ul.relatednews {
    margin: 0 2%; } }

section.home-feature .content-area aside ul.relatednews li {
  list-style: none;
  margin: 0;
  padding: 0px 10px 1px 0px;
  width: 50%;
  float: left;
  display: block; }

@media only screen and (max-width: 479px) {
  section.home-feature .content-area aside ul.relatednews li {
    width: 100%; } }

section.home-feature .content-area aside ul.relatednews li a {
  color: #272727;
  text-decoration: none;
  display: block; }

section.home-feature .content-area aside ul.relatednews li a .relatedthumb {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden; }

section.home-feature .content-area aside ul.relatednews li a .relatedthumb:before, section.home-feature .content-area aside ul.relatednews li a .relatedthumb:after {
  content: '';
  display: table; }

section.home-feature .content-area aside ul.relatednews li a .relatedthumb:after {
  clear: both; }

section.home-feature .content-area aside ul.relatednews li a .relatedthumb:last-child {
  margin-right: 0%; }

section.home-feature .content-area aside ul.relatednews li a .relatedthumb img {
  width: 100%;
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

section.home-feature .content-area aside ul.relatednews li a .entry-title {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: 15px;
  margin: 0;
  font-weight: bold;
  line-height: 1.1rem; }

section.home-feature .content-area aside ul.relatednews li a .entry-title:before, section.home-feature .content-area aside ul.relatednews li a .entry-title:after {
  content: '';
  display: table; }

section.home-feature .content-area aside ul.relatednews li a .entry-title:after {
  clear: both; }

section.home-feature .content-area aside ul.relatednews li a .entry-title:last-child {
  margin-right: 0%; }

section.home-feature .content-area aside ul.relatednews li a:hover {
  color: #df2027; }

section.home-feature .content-area aside ul.relatednews li a:hover img {
  opacity: 0.8;
  /*transform: scale(1.1);*/ }

section.home-feature .content-area aside ul.relatednews li .entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9a9a9a;
  text-transform: uppercase;
  margin: 0.2rem 0; }

section.home-feature .content-area aside ul.relatednews li .entry-meta a {
  color: #3b3b3b; }

section.home-feature .content-area aside ul.relatednews li .entry-meta a:hover {
  color: #df2027; }

.fullwidth {
  position: relative;
  z-index: 1; }

.fullwidth:after {
  width: 500%;
  margin-left: -200%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
  z-index: -1;
  background: inherit; }

section.home-panel > div {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

section.home-panel-flex-wrap {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.home-panel-flex-wrap .home-live__watch {
    display: flex;
    background-color: #000;
    width: 73.5%; }
    @media (max-width: 599px) {
      section.home-panel-flex-wrap .home-live__watch {
        width: 100%;
        margin-bottom: 20px; } }
    @media (min-width: 600px) and (max-width: 1023px) {
      section.home-panel-flex-wrap .home-live__watch {
        width: 100%;
        margin-bottom: 20px; } }
  section.home-panel-flex-wrap .home-live__scores {
    display: flex;
    background-color: #000;
    width: 23%; }
    @media (max-width: 599px) {
      section.home-panel-flex-wrap .home-live__scores {
        width: 100%;
        margin-bottom: 20px; } }
    @media (min-width: 600px) and (max-width: 1023px) {
      section.home-panel-flex-wrap .home-live__scores {
        width: 49.5%; } }
    section.home-panel-flex-wrap .home-live__scores .scores {
      width: 100%;
      display: flex; }
      section.home-panel-flex-wrap .home-live__scores .scores a {
        display: flex;
        width: 100%; }
  section.home-panel-flex-wrap .home-poll {
    width: 25%;
    min-height: 433px;
    background-color: black;
    display: flex; }
    @media (max-width: 599px) {
      section.home-panel-flex-wrap .home-poll {
        width: 100%; } }
    @media (min-width: 600px) and (max-width: 1023px) {
      section.home-panel-flex-wrap .home-poll {
        width: 49.5%; } }
  section.home-panel-flex-wrap #social-feed {
    display: flex;
    width: 25%; }
    @media (max-width: 599px) {
      section.home-panel-flex-wrap #social-feed {
        width: 100%; } }
    @media (min-width: 600px) and (max-width: 1023px) {
      section.home-panel-flex-wrap #social-feed {
        width: 100%; } }

section.home-panel > div:before, section.home-panel > div:after {
  content: '';
  display: table; }

section.home-panel > div:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  section.home-panel > div {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  section.home-panel > div:before, section.home-panel > div:after {
    content: '';
    display: table; }
  section.home-panel > div:after {
    clear: both; } }

section.home-panel .content-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%; }

section.home-panel .content-area:before, section.home-panel .content-area:after {
  content: '';
  display: table; }

section.home-panel .content-area:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  section.home-panel .content-area {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 100%; }
  section.home-panel .content-area:before, section.home-panel .content-area:after {
    content: '';
    display: table; }
  section.home-panel .content-area:after {
    clear: both; } }

section.home-panel .widget-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%; }

section.home-panel .widget-area:before, section.home-panel .widget-area:after {
  content: '';
  display: table; }

section.home-panel .widget-area:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  section.home-panel .widget-area {
    display: none;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  section.home-panel .widget-area:before, section.home-panel .widget-area:after {
    content: '';
    display: table; }
  section.home-panel .widget-area:after {
    clear: both; } }

.home-live {
  display: flex;
  width: 100%;
  justify-content: flex-start; }

.home-live .home-live__watch {
  *zoom: 1;
  text-align: inherit;
  width: 66%;
  margin-left: 0%;
  margin-right: 0.6rem;
  padding: 0px;
  background-color: #000; }

.home-live .home-live__watch:before, .home-live .home-live__watch:after {
  content: '';
  display: table; }

.home-live .home-live__watch:after {
  clear: both; }

.home-live .home-live__watch:last-child {
  margin-right: 0%; }

.home-live .home-live__watch > div {
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

.home-live .home-live__scores {
  *zoom: 1;
  width: 32%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px;
  background-color: #000; }

.home-live .home-live__scores:last-child {
  margin-right: 0%; }

.home-live .home-live__scores > div {
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

.home-live .home-live__ads {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.3%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center !important;
  min-height: 435px;
  background-color: black;
  padding: 0;
  display: block;
  float: left;
  position: relative; }

.home-live .home-live__ads:last-child {
  margin-right: 0%; }

.home-live .home-live__ads > div {
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

.home-live .home-live__ads a {
  vertical-align: bottom;
  height: 100%; }

.home-live .home-live__ads a img {
  display: table;
  padding: 0 !important;
  margin: 0 auto; }

.home-live .home-live__ads_inner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.home-live .home-live__ads_inner p {
  margin-bottom: 0px; }

@media only screen and (max-width: 1023px) {
  .home-live .home-live__scores {
    padding: 0; }
  .home-live .home-live__ads {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .home-live .home-live__watch {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0; }
  .home-live .home-live__watch:before, .home-live .home-live__watch:after {
    content: '';
    display: table; }
  .home-live .home-live__watch:after {
    clear: both; }
  .home-live .home-live__watch:last-child {
    margin-right: 0%; }
  .home-live .home-live__scores {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    margin: 1rem auto; }
  .home-live .home-live__scores:before, .home-live .home-live__scores:after {
    content: '';
    display: table; }
  .home-live .home-live__scores:after {
    clear: both; }
  .home-live .home-live__scores:last-child {
    margin-right: 0%; }
  .home-live .home-live__ads {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    margin: 1rem auto; }
  .home-live .home-live__ads:before, .home-live .home-live__ads:after {
    content: '';
    display: table; }
  .home-live .home-live__ads:after {
    clear: both; }
  .home-live .home-live__ads:last-child {
    margin-right: 0%; } }

.home-panel > div {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.home-panel > div:before, .home-panel > div:after {
  content: '';
  display: table; }

.home-panel > div:after {
  clear: both; }

.home-banners__one-half {
  *zoom: 1;
  width: 49%;
  margin-left: 0%;
  margin-right: 0%; }

.home-banners__one-half:last-child {
  margin-right: 0%; }

@media only screen and (max-width: 1023px) {
  .home-banners__one-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin: 1rem 0 0; }
  .home-banners__one-half:before, .home-banners__one-half:after {
    content: '';
    display: table; }
  .home-banners__one-half:after {
    clear: both; } }

@media only screen and (max-width: 599px) {
  .home-banners__one-half {
    margin: 0; } }

.home-banners__one-half > div {
  background: #fff; }

.home-banners__one-quarter {
  *zoom: 1;
  width: 24.5%;
  margin-left: 0%;
  margin-right: 0%; }

.home-banners__one-quarter:last-child {
  margin-right: 0%; }

@media only screen and (max-width: 1023px) {
  .home-banners__one-quarter {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    padding: 0; }
  .home-banners__one-quarter:before, .home-banners__one-quarter:after {
    content: '';
    display: table; }
  .home-banners__one-quarter:after {
    clear: both; }
  .home-banners__one-quarter:nth-of-type(2n) {
    margin-right: 0%;
    float: right; }
  .home-banners__one-quarter:nth-of-type(2n + 1) {
    clear: both; } }

@media only screen and (max-width: 599px) {
  .home-banners__one-quarter {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .home-banners__one-quarter:first-child {
    margin-left: auto; }
  .home-banners__one-quarter:last-child {
    margin-right: auto; } }

.home-banners--sidebar {
  padding: 0; }

@media only screen and (max-width: 1023px) {
  .home-banners--sidebar {
    display: none; } }

.site-content {
  position: relative;
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.site-content:before, .site-content:after {
  content: '';
  display: table; }

.site-content:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  .site-content {
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    background: #fff;
    position: relative;
    *zoom: 1;
    width: auto;
    max-width: 1280px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 2%; }
  .site-content:before, .site-content:after {
    content: '';
    display: table; }
  .site-content:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .site-content {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 2%; }
  .site-content:before, .site-content:after {
    content: '';
    display: table; }
  .site-content:after {
    clear: both; } }

.site-content > .content-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  z-index: 1; }

.site-content > .content-area:before, .site-content > .content-area:after {
  content: '';
  display: table; }

.site-content > .content-area:after {
  clear: both; }

.site-content > .content-area:after {
  background-color: #fff;
  width: 400%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300%;
  content: "";
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  z-index: -1; }

@media only screen and (max-width: 1023px) {
  .site-content > .content-area {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    /*2%:Hung edit*/
    position: relative; }
  .site-content > .content-area:before, .site-content > .content-area:after {
    content: '';
    display: table; }
  .site-content > .content-area:after {
    clear: both; }
  .site-content > .content-area:after {
    display: none; } }

.site-content > .content-area article {
  width: 100%; }

.site-content > .content-area article .feature-img {
  width: 100%;
  height: auto; }

.site-content > .content-area article header.entry-header {
  padding: 1.4rem 0 2rem 2rem;
  text-transform: uppercase; }

.site-content > .content-area article header.entry-header h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500; }

.site-content > .content-area article > div.entry-content {
  padding: 0rem 2rem 1rem; }

.site-content > .content-area article .entry-footer {
  padding: 0rem 2rem 1rem; }

.site-content > .content-area .post-navigation {
  padding: 0rem 2rem 1rem; }

.site-content > .content-area .newsfeat {
  position: relative;
  width: 100%; }

.site-content > .content-area .newsfeat img {
  position: relative;
  top: 0;
  left: 0;
  height: auto; }

.site-content > .content-area .newsfeat header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%; }

.site-content > .content-area .newsfeat header h3.block-link {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0; }

.site-content > .content-area .newsfeat header h3.block-link a {
  padding: 0.1rem 2rem; }

.site-content > .content-area .newsfeat header > a {
  display: block;
  text-decoration: none;
  color: #fff; }

.site-content > .content-area .newsfeat header > a div {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 2rem; }

.site-content > .content-area .newsfeat header > a div h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }

.site-content > .content-area .newsfeat header > a div p {
  margin: 0.6rem 0; }

.site-content > .content-area .newsfeat header > a:hover {
  color: #f0f0f0; }

.site-content > .content-area .newsfeat header > a:hover div {
  background: black; }

.site-content > .content-area--no-background:after {
  background: none !important; }

.site-content > .content-area .title-nolink--width30 {
  max-width: 30%; }

@media only screen and (max-width: 1279px) {
  .site-content > .content-area .title-nolink--width30 {
    max-width: 20%; } }

@media only screen and (max-width: 1023px) {
  .site-content > .content-area .title-nolink--width30 {
    max-width: 30%; } }

@media only screen and (max-width: 767px) {
  .site-content > .content-area .title-nolink--width30 {
    max-width: 100%;
    padding: 0px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 1023px) {
  .site-content.dark {
    background: #000; } }

.site-content.dark > .content-area {
  background: none;
  position: relative;
  color: #fff; }

.site-content.dark > .content-area:after {
  background: url("../images/page-bg-black.jpg") no-repeat fixed top #000;
  background-size: contain;
  background-position: 62% 0;
  width: 400%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300%;
  content: "";
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  z-index: -1; }

.site-content.grey > .content-area:after {
  background: none;
  background-color: #242424;
  width: 400%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300%;
  display: block;
  z-index: -1; }

@media only screen and (max-width: 1023px) {
  .site-content.dark > .content-area:after {
    background: none; } }

.site-content.dark > .content-area--padding-top:after {
  background-position: 62% 300px; }

.site-content.dark > .content-area--padding-top-players:after {
  background-position: 62% 360px; }

.site-content.dark > .content-area--no-background-image:after {
  background-image: none; }

/** =======================
**
**  STANDARD PAGE HEADER
**
** ======================*/
.page-header {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 1.6rem 2rem 1rem 0;
  color: #fff;
  text-transform: uppercase; }

.page-header:before, .page-header:after {
  content: '';
  display: table; }

.page-header:after {
  clear: both; }

@media only screen and (max-width: 767px) {
  .page-header {
    padding: 1.6rem 1rem 1rem 1rem; } }

.page-header .page-header__title {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1em; }

.page-header h1.page-header__title {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 5px; }

.page-header h2.page-header__title {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px; }

@media only screen and (max-width: 479px) {
  .page-header .page-header__title span {
    display: table-cell; } }

.page-header .page-header__subtitle {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em; }

.page-header .date {
  text-transform: none;
  color: #7a7a7a; }
  .page-header .date p.disclaimer {
    margin: 5px 0px 5px 0px;
    color: #ccc;
    line-height: 1.6em; }
    .page-header .date p.disclaimer a {
      color: #ccc;
      font-weight: 700; }
    .page-header .date p.disclaimer a:hover {
      color: red; }

.page-header .page-header-title-live {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1em;
  padding: 0 1rem 0; }

.page-header .page-header-info {
  float: right;
  clear: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #df2027; }

.widget-stats {
  text-align: right;
  color: #fff; }

.widget-stats__big {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em; }

@media only screen and (max-width: 599px) {
  .widget-stats__big {
    font-size: 32px;
    font-size: 2rem; } }

.widget-stats__small {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1em; }

/** =======================
**
**  STANDARD PAGE CONTENT
**
** ======================*/
.page-content {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 1rem 2rem 1rem 0; }

.page-content:before, .page-content:after {
  content: '';
  display: table; }

.page-content:after {
  clear: both; }

.page-content--no-padding {
  padding: 0;
  margin: 0; }

.quote {
  font-family: "Cambria", "Georgia", serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1em;
  font-style: italic;
  margin: 0 0 1rem 1rem; }

.quote span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #9a9a9a;
  font-style: normal;
  line-height: 3em; }

.quote--ta-right {
  text-align: right; }

.black-pad {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6); }

.select-boxes {
  padding: 1rem 2rem 0.6rem 0; }

@media only screen and (max-width: 767px) {
  .select-boxes {
    padding: 0rem 0rem 0.6rem 1rem; } }

.calendar .select {
  float: none !important;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.select-boxes .select {
  float: right; }

.select-boxes .select .year-select {
  margin: 0px 20px 0px 0px; }

.select-boxes .select .year-select #year {
  min-width: 90px; }
  @media (max-width: 667px) {
    .select-boxes .select .year-select #year {
      width: 270px;
      margin-bottom: 10px; } }

.select-boxes .select .remaining-select {
  margin: 0px 20px 0px 0px; }

.select-boxes .select .remaining-select #remaining {
  min-width: 115px; }
  @media (max-width: 667px) {
    .select-boxes .select .remaining-select #remaining {
      width: 270px;
      margin-bottom: 10px; } }

.select-boxes .select .category-select {
  margin: 0px 20px 0px 0px; }

.live-top--content {
  background: white;
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.live-top--content:before, .live-top--content:after {
  content: '';
  display: table; }

.live-top--content:after {
  clear: both; }

.live-top--content .live-page--live__watch {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px; }

.live-top--content .live-page--live__watch:before, .live-top--content .live-page--live__watch:after {
  content: '';
  display: table; }

.live-top--content .live-page--live__watch:after {
  clear: both; }

.live-top--content .live-page--live__watch:last-child {
  margin-right: 0%; }

.live-top--content .live-page--live__scores {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  height: 433px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 0.6rem 0 0; }
  .live-top--content .live-page--live__scores .scores {
    width: 100%;
    height: 100%; }
    .live-top--content .live-page--live__scores .scores a {
      display: flex;
      width: 100%;
      height: 100%; }

.live-top--content .live-page--live__scores:before, .live-top--content .live-page--live__scores:after {
  content: '';
  display: table; }

.live-top--content .live-page--live__scores:after {
  clear: both; }

.live-top--content .live-page--live__scores:last-child {
  margin-right: 0%; }

.live-top--content .live-page--live__ads {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.3%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
  background-color: black;
  min-height: 433px;
  padding: 0 0.6rem 0 0;
  display: block;
  position: relative; }

.live-top--content .live-page--live__ads:before, .live-top--content .live-page--live__ads:after {
  content: '';
  display: table; }

.live-top--content .live-page--live__ads:after {
  clear: both; }

.live-top--content .live-page--live__ads:last-child {
  margin-right: 0%; }

.live-top--content .live-page--live__ads_inner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0; }

.live-top--content .live-page--live__ads a {
  /*display: table-cell;*/
  vertical-align: bottom;
  height: 100%; }

.live-top--content .live-page--live__ads a img {
  display: table;
  padding: 0 !important;
  margin: 0 auto; }

@media (min-width: 996px) and (max-width: 1023px) {
  .live-top--content .live-page--live__ads {
    min-height: 435px; } }

@media only screen and (max-width: 1023px) {
  .live-top--content .live-page--live__scores {
    padding: 0; }
  .live-top--content .live-page--live__ads {
    padding: 0; }
  .live-top--content .live-page--live__ads_inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media only screen and (max-width: 767px) {
  .live-top--content .live-page--live__watch {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0; }
  .live-top--content .live-page--live__watch:before, .live-top--content .live-page--live__watch:after {
    content: '';
    display: table; }
  .live-top--content .live-page--live__watch:after {
    clear: both; }
  .live-top--content .live-page--live__watch:last-child {
    margin-right: 0%; }
  .live-top--content .live-page--live__scores {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    margin: 1rem auto; }
  .live-top--content .live-page--live__scores:before, .live-top--content .live-page--live__scores:after {
    content: '';
    display: table; }
  .live-top--content .live-page--live__scores:after {
    clear: both; }
  .live-top--content .live-page--live__scores:last-child {
    margin-right: 0%; }
  .live-top--content .live-page--live__ads {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    margin: 1rem auto; }
  .live-top--content .live-page--live__ads:before, .live-top--content .live-page--live__ads:after {
    content: '';
    display: table; }
  .live-top--content .live-page--live__ads:after {
    clear: both; }
  .live-top--content .live-page--live__ads:last-child {
    margin-right: 0%; }
  .live-top--content .live-page--live__ads_inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.live--next-tournament {
  color: #fff;
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  position: relative;
  margin: 1.6rem 1rem 1.6rem 0; }

.live--next-tournament:before, .live--next-tournament:after {
  content: '';
  display: table; }

.live--next-tournament:after {
  clear: both; }

.live--next-tournament:before, .live--next-tournament:after {
  content: '';
  display: table; }

.live--next-tournament:after {
  clear: both; }

@media only screen and (max-width: 1279px) {
  .live--next-tournament {
    margin: 20px 0px 0px 0px; } }

@media only screen and (max-width: 599px) {
  .live--next-tournament {
    margin: 20px 0 0;
    height: auto; } }

.live--next-tournament .content-next-tournament {
  background-color: #242424;
  display: table;
  min-height: 132px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%;
  float: left;
  padding: 5px;
  /* Large desktops and laptops */
  /* Landscape tablets and medium desktops */ }

.live--next-tournament .content-next-tournament:before, .live--next-tournament .content-next-tournament:after {
  content: '';
  display: table; }

.live--next-tournament .content-next-tournament:after {
  clear: both; }

.live--next-tournament .content-next-tournament:last-child {
  margin-right: 0%; }

@media (min-width: 992px) and (max-width: 1279px) {
  .live--next-tournament .content-next-tournament {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .live--next-tournament .content-next-tournament {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  .live--next-tournament .content-next-tournament:before, .live--next-tournament .content-next-tournament:after {
    content: '';
    display: table; }
  .live--next-tournament .content-next-tournament:after {
    clear: both; }
  .live--next-tournament .content-next-tournament:last-child {
    margin-right: 0%; } }

.live--next-tournament .content-next-tournament .logo-left {
  background-color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 93px;
  height: 92px;
  overflow: hidden;
  box-sizing: border-box; }

@media only screen and (max-width: 599px) {
  .live--next-tournament .content-next-tournament .logo-left {
    display: none; } }

.live--next-tournament .content-next-tournament .logo-left img {
  height: 90px;
  display: block; }

.live--next-tournament .content-next-tournament .info {
  display: table-cell;
  padding: 30px 0px 0px 1rem;
  vertical-align: middle;
  width: 70%;
  text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .live--next-tournament .content-next-tournament .info {
    width: 60%;
    padding: 2.6rem 0.6rem 0.6rem; } }

@media only screen and (max-width: 599px) {
  .live--next-tournament .content-next-tournament .info {
    width: 100%; } }

.live--next-tournament .content-next-tournament .info h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500; }

.live--next-tournament .content-next-tournament .info h2 a {
  color: white; }

.live--next-tournament .content-next-tournament .info h2 a:hover {
  color: #df2027; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .live--next-tournament .content-next-tournament .info h2 {
    font-size: 22px; } }

@media only screen and (max-width: 599px) {
  .live--next-tournament .content-next-tournament .info h2 {
    font-size: 22px; } }

.live--next-tournament .content-next-tournament .info h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.live--next-tournament .content-next-tournament .info h4 a {
  color: white; }

.live--next-tournament .content-next-tournament .info h4 a:hover {
  color: #df2027; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .live--next-tournament .content-next-tournament .info h4 {
    font-size: 14px; } }

@media only screen and (max-width: 599px) {
  .live--next-tournament .content-next-tournament .info h4 {
    font-size: 12px; } }

.live--next-tournament .content-next-tournament .info .prize {
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 0; }

.live--next-tournament .content-next-tournament .logo-right {
  /*display: table-cell;
            padding: 0 20px 0 0;
            padding: 0px;
            vertical-align: middle;*/
  text-align: right;
  height: 132px; }

@media only screen and (max-width: 599px) {
  .live--next-tournament .content-next-tournament .logo-right {
    display: none; } }

.live--next-tournament .content-next-tournament .logo-right img {
  /* vertical-align: middle;*/
  min-height: 132px; }

.live--next-tournament .logo-world-rankings {
  display: table;
  float: right;
  width: auto;
  padding: 0 0 0 10px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
  /* Landscape tablets and medium desktops */ }

.live--next-tournament .logo-world-rankings:before, .live--next-tournament .logo-world-rankings:after {
  content: '';
  display: table; }

.live--next-tournament .logo-world-rankings:after {
  clear: both; }

.live--next-tournament .logo-world-rankings:last-child {
  margin-right: 0%; }

@media (min-width: 992px) and (max-width: 1279px) {
  .live--next-tournament .logo-world-rankings {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .live--next-tournament .logo-world-rankings {
    display: none; } }

.live--next-tournament .logo-world-rankings .content-background {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #d7392e), color-stop(50, #b32e25), color-stop(100, #90231c));
  background-image: -webkit-linear-gradient(right, #d7392e 0%, #b32e25 50%, #90231c 100%);
  background-image: linear-gradient(to left, #d7392e 0%, #b32e25 50%, #90231c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#90231c, endColorstr=#d7392e);
  /*For IE9*/
  height: 142px;
  display: table-cell;
  vertical-align: middle; }

.live--next-tournament .logo-world-rankings .logo {
  float: right; }

.live--next-tournament .logo-world-rankings .info {
  float: left;
  position: relative;
  left: 25px; }

.live--next-tournament .logo-world-rankings .info h2 a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.live--next-tournament .logo-world-rankings .info h2 a:hover {
  color: #df2027; }

.live--next-tournament .logo-world-rankings .info .row1 {
  font-size: 30px;
  line-height: 100%;
  font-weight: bold; }

.live--next-tournament .logo-world-rankings .info .row2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500; }

.live--next-tournament .logo-world-rankings img {
  display: inline; }

.wait-for-data {
  position: relative; }

.white_loading {
  position: absolute;
  width: 100%;
  height: 100%; }

.white_loading_float {
  width: 100%;
  height: 100%; }

.black_loading {
  position: absolute;
  width: 100%;
  height: 100%; }

#news_newsfeed .newsfeed {
  min-height: 100px; }

#news_newsfeed .newsfeed img {
  display: block; }

@media only screen and (max-width: 599px) {
  #news_newsfeed .newsfeed {
    max-width: 600px; }
  #news_newsfeed .newsfeed .col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
  #news_newsfeed .newsfeed .col:before, #news_newsfeed .newsfeed .col:after {
    content: '';
    display: table; }
  #news_newsfeed .newsfeed .col:after {
    clear: both; }
  #news_newsfeed .newsfeed .col:nth-of-type(2n) {
    margin-right: 0%;
    float: right; }
  #news_newsfeed .newsfeed .col:nth-of-type(2n + 1) {
    clear: both; } }

@media only screen and (max-width: 479px) {
  #news_newsfeed .newsfeed {
    max-width: 480px; }
  #news_newsfeed .newsfeed .col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
  #news_newsfeed .newsfeed .col:before, #news_newsfeed .newsfeed .col:after {
    content: '';
    display: table; }
  #news_newsfeed .newsfeed .col:after {
    clear: both; }
  #news_newsfeed .newsfeed .col:last-child {
    margin-right: 0%; } }

#newsfeed .newsfeed {
  min-height: 100px; }

#newsfeed .newsfeed h2 {
  padding: 0 0 0 1rem; }

#newsfeed .newsfeed img {
  display: block; }

#newsfeed .show_loading {
  min-height: 280px; }

.view-more {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
  position: relative; }

.view-more a {
  text-decoration: none; }

.newsfeat {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
  /*height: 400px;*/ }

.newsfeat img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 599px) {
  .newsfeat header {
    width: 100% !important; } }

.newsfeat header .title-link {
  font-size: 1.8rem;
  margin: 0; }

@media only screen and (max-width: 599px) {
  .newsfeat header .title-link {
    font-size: 1rem; } }

.newsfeat header .title-link a {
  padding: 0.1rem 2rem; }

@media only screen and (max-width: 1023px) {
  .newsfeat header .intro h2 {
    font-size: 18px !important; } }

@media only screen and (max-width: 599px) {
  .newsfeat header .intro h2 {
    font-size: 14px !important; } }

@media only screen and (max-width: 599px) {
  .newsfeat header .intro p {
    display: none; } }

.news {
  width: 100%; }

.news--feature-img {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  height: 400px; }

@media only screen and (max-width: 599px) {
  .news--feature-img {
    height: 100%; } }

.news--feature-img img {
  margin: 0 auto;
  width: 100%; }

.news--feature-img img.size-full {
  width: 100%; }

.news--entry-header {
  padding: 1.4rem 2rem 2rem 2rem;
  text-transform: uppercase; }

.news--entry-header .news--title {
  width: 100%;
  clear: both;
  display: table; }

.news--entry-header .news--title .news--entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  float: left;
  width: 75%;
  margin: 0;
  line-height: 1, 2em; }

@media only screen and (max-width: 599px) {
  .news--entry-header .news--title .news--entry-title {
    width: 100%; } }

.news--entry-header .news--title .share {
  float: right; }

@media only screen and (max-width: 599px) {
  .news--entry-header .news--title .share {
    float: left; } }

.news--entry-content {
  padding: 0rem 2rem 1rem; }

.news--entry-content .tag {
  line-height: 15px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 12px;
  clear: both; }

.news--entry-content .tag a {
  text-transform: uppercase; }

.news--entry-content .link-detail-news {
  height: 30px;
  box-sizing: border-box;
  clear: both; }

.news--entry-content .link-detail-news .pre {
  float: left; }

.news--entry-content .link-detail-news .pre a {
  background: url(../images/icon_pre_news.png) no-repeat 0 center;
  height: 30px;
  padding: 0 0 0 20px;
  line-height: 30px;
  display: block;
  color: #000517;
  text-decoration: none; }

.news--entry-content .link-detail-news .pre a:hover {
  color: #ff3300; }

.news--entry-content .link-detail-news .next {
  float: right; }

.news--entry-content .link-detail-news .next a {
  background: url(../images/icon_next_news.png) no-repeat right center;
  height: 30px;
  padding: 0 20px 0 0;
  line-height: 30px;
  display: block;
  color: #000517;
  text-decoration: none; }

.news--entry-content .link-detail-news .next a:hover {
  color: #ff3300; }

.news--entry-content p {
  margin-bottom: 2em;
  line-height: 1.6em;
  text-align: justify; }

.news--entry-footer {
  padding: 0rem 2rem 1rem; }

.post-navigation {
  padding: 0rem 2rem 1rem; }

.news-filter {
  padding: 1.5rem 0 0; }

.news-filter .sorting {
  float: left;
  padding: 0.6rem 2rem 0px 0px; }

@media only screen and (max-width: 1023px) {
  .news-filter .sorting {
    padding: 10px 0 0; } }

.news-filter .sorting .filter-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  padding-right: 10px;
  text-transform: uppercase; }

@media only screen and (max-width: 599px) {
  .news-filter .sorting .filter-text {
    display: block;
    padding: 0px 0px 5px 0px; } }

@media only screen and (max-width: 599px) {
  .news-filter .sorting {
    float: left;
    clear: both;
    padding: 10px 0px; } }

@media only screen and (max-width: 599px) {
  .news-filter .sorting .month-select {
    padding-bottom: 10px; } }

.news-filter .sorting .month-select select {
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  width: 180px; }

.news-filter .sorting .month-select select::-ms-expand {
  display: none; }

.news-filter .sorting .categories-select select {
  text-transform: none;
  font-size: 15px;
  width: 320px; }
  @media (max-width: 467px) {
    .news-filter .sorting .categories-select select {
      width: 280px; } }

.news-filter:after {
  content: ' ';
  display: block;
  clear: both; }

#news_detail_sorting #view-more-news, #news_detail_sorting #view-more-news-detail {
  margin-bottom: 30px; }

/** =======================
**
**  Highlight for all table
**
** ======================*/
.hover-highlight > tbody > tr {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.hover-highlight > tbody > tr:hover {
  background-color: rgba(66, 66, 66, 0.6) !important; }

/**
Light Box
**/
#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  display: none; }

#lightbox p {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px; }

#lightbox img {
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#lightbox #content {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

#wrapper {
  width: 600px;
  margin: 0 auto;
  /*centers the div horizontally in all browsers (except IE)*/
  background: #fff;
  text-align: left;
  /*resets text alignment from body tag */
  border: 1px solid #ccc;
  border-top: none;
  padding: 25px;
  /*Let's add some CSS3 styles, these will degrade gracefully in older browser and IE*/
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.home-live .watch > div {
  background: #333333;
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

@media only screen and (max-width: 1023px) {
  .home-live .watch {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 10px;
    float: left;
    max-width: 100%; }
  .home-live .watch:first-child {
    margin-left: auto; }
  .home-live .watch:last-child {
    margin-right: auto; } }

@media only screen and (max-width: 1023px) {
  .home-live .scores > div {
    max-width: 100%;
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .home-live .scores {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important; }
  .home-live .scores:first-child {
    margin-left: auto; }
  .home-live .scores:last-child {
    margin-right: auto; } }

.watch_live {
  position: relative;
  background: black;
  min-height: 433px;
  width: 100%; }

@media only screen and (max-width: 599px) {
  .watch_live {
    min-height: 100%; } }

.watch_live--title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.watch_live--channel-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-transform: uppercase;
  line-height: 1em;
  float: right;
  z-index: 2;
  color: #ee0000;
  font-weight: bold; }

.watch_live--channel-link:hover {
  color: #ff3300; }

.watch_live--image {
  width: 100%;
  height: auto;
  *zoom: 1; }

.watch_live--image:before, .watch_live--image:after {
  content: '';
  display: table; }

.watch_live--image:after {
  clear: both; }

.watch_live--embed {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.watch_live--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.watch_live--info {
  width: auto;
  background-color: #000;
  padding: 0.5rem 0.6rem 0 0.6rem;
  position: relative;
  min-height: 82px;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: uppercase; }

.watch_live--info h2 {
  color: #df2027;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 400; }

.watch_live--info h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px; }

.watch_live--info h3 a {
  color: #fff;
  text-decoration: none; }

.watch_live--info h3 a:hover {
  color: #df2027; }

.watch_live--info time {
  color: #9a9a9a;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.4rem;
  display: block; }

.watch_live--message {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  color: #9a9a9a;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: none; }

@media only screen and (max-width: 599px) {
  .watch_live {
    min-height: auto;
    height: auto; }
  .watch_live h2 {
    color: #df2027;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em; }
  .watch_live h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em; }
  .watch_live time {
    font-size: 12px;
    font-size: 0.75rem; }
  .watch_live--message {
    font-size: 11px;
    font-size: 0.6875rem; } }

@media only screen and (max-width: 479px) {
  .watch_live .watch_live--channel-link {
    display: none; } }

.home-banners {
  padding: 24px 0 0; }

@media only screen and (max-width: 1023px) {
  .home-banners {
    padding: 10px 0 0; } }

@media only screen and (max-width: 479px) {
  .home-banners {
    padding: 0; } }

@media only screen and (max-width: 1023px) {
  .home-banners > div {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  .home-banners > div:before, .home-banners > div:after {
    content: '';
    display: table; }
  .home-banners > div:after {
    clear: both; } }

.home-banners .filler {
  width: 100%;
  height: 100px;
  padding: 2rem 3rem;
  text-align: center;
  display: inline-block; }

.about-bwf {
  padding: 0; }

@media only screen and (max-width: 1023px) {
  .about-bwf {
    clear: both;
    height: auto; } }

.about-bwf .about-bwf-inner {
  height: 142px;
  padding: 0 0 7px; }
  .about-bwf .about-bwf-inner h3.widget-title {
    border-bottom: none; }

@media only screen and (max-width: 1023px) {
  .about-bwf .about-bwf-inner {
    height: auto;
    padding: 0 0 1rem; } }

.about-bwf .about-bwf-inner:after {
  display: block;
  clear: both;
  content: ""; }

.about-bwf .widget-info {
  float: right;
  clear: none;
  font-size: 14px;
  color: #df2027;
  padding: 7px 9px 0 \9;
  padding: 0.8rem 1.2rem 0; }
  .about-bwf .widget-info a {
    color: #df2027; }

.about-bwf .widget-content {
  clear: both;
  padding: 0.6rem 1rem 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }

.about-bwf .widget-content p {
  margin: 0; }

@media only screen and (max-width: 1023px) {
  .box-super-series {
    padding: 0; } }

@media only screen and (max-width: 599px) {
  .box-super-series {
    height: auto;
    margin: 1rem 0; } }

.box-super-series .widget-content {
  height: 142px;
  background-color: #fff; }

.box-super-series .widget-content img {
  margin: 0 auto; }

@media only screen and (max-width: 599px) {
  .box-super-series .widget-content {
    height: auto; }
  .box-super-series .widget-content img {
    width: 100%; } }

.newsfeed {
  *zoom: 1;
  width: auto;
  max-width: 950px;
  float: none;
  padding: 0px;
  margin: 20px 20px 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .newsfeed {
      margin-right: 0px; } }

.newsfeed .col {
  text-align: inherit;
  width: 200px;
  margin-top: 20px; }
  @media (max-width: 467px) {
    .newsfeed .col {
      width: 100%; } }

.newsfeed .col a {
  color: #3b3b3b;
  text-decoration: none; }

.newsfeed .col a > div {
  overflow: hidden; }

.newsfeed .col a > div img {
  width: 100%; }

.newsfeed .col a .entry-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.4rem 0;
  font-weight: bold;
  line-height: 1.2rem; }

.newsfeed .col a:hover {
  color: #df2027; }

.newsfeed .col .entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9a9a9a;
  text-transform: uppercase;
  margin: 0.2rem 0; }

.newsfeed .col .entry-meta a {
  color: #3b3b3b; }

.newsfeed .col .entry-meta a:hover {
  color: #df2027; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

section.playertop {
  margin-bottom: 0;
  position: relative; }

.playertop-intro {
  display: table;
  width: 100%;
  padding: 0; }

.player-photo img {
  display: block;
  width: 100%;
  height: auto; }

.player-profile {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding: 0.8rem;
  position: relative;
  color: #3b3b3b; }

.player-profile header {
  margin: 0 0 1rem;
  *zoom: 1; }

.player-profile header:before, .player-profile header:after {
  content: '';
  display: table; }

.player-profile header:after {
  clear: both; }

.player-profile header .flag {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }

.player-profile header .flag:before, .player-profile header .flag:after {
  content: '';
  display: table; }

.player-profile header .flag:after {
  clear: both; }

.player-profile header .flag:last-child {
  margin-right: 0%; }

.player-profile header h2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  clear: none;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  word-break: break-all; }

.player-profile header h2:before, .player-profile header h2:after {
  content: '';
  display: table; }

.player-profile header h2:after {
  clear: both; }

.player-profile header h2:last-child {
  margin-right: 0%; }

.player-profile ul {
  margin: 0;
  padding: 0; }

.player-profile ul li {
  list-style: none;
  padding: 0 0 0.4rem;
  font-size: 12px;
  font-size: 0.75rem; }

.player-profile ul li label {
  font-weight: 500;
  text-transform: uppercase; }

/* Player Ranking boxes shown on player profile page */
/*****************************************************/
.player-ranking {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  color: #fff;
  background: #000000;
  font-family: Roboto; }
  .player-ranking a, .player-ranking a:hover {
    color: #fff;
    cursor: pointer; }
  .player-ranking aside.pp-dd-ranking, .player-ranking aside.pp-w-ranking {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px 15px;
    border-bottom: 4px solid #fff; }
  .player-ranking aside.pp-dd-ranking .logo img {
    width: 120px;
    margin-right: 10px;
    margin-top: -5px; }
  .player-ranking .name h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.8em; }
    .player-ranking .name h2 .light {
      font-size: 18px;
      font-weight: 300; }
  .player-ranking .name h3 {
    font-size: 18px;
    margin-bottom: 3px; }
    .player-ranking .name h3 a:hover {
      color: #fff; }
  .player-ranking .ranking-number {
    font-size: 32px;
    margin-top: 5px; }
  .player-ranking .ranking-title {
    margin-bottom: 10px; }
  .player-ranking table {
    margin: 10px 0px 0px 0px; }
    .player-ranking table td {
      text-align: center;
      width: 75px; }
  .player-ranking table thead {
    font-size: 16px; }
  .player-ranking table tbody {
    font-size: 24px; }
    .player-ranking table tbody tr {
      height: 35px;
      vertical-align: middle; }
    .player-ranking table tbody td:nth-child(n+2) {
      border-left: 1px solid #fff; }

/* BEGIN ============================
    
    section.wrapper-players-profile 

====================================*/
.wrapper-box-player {
  margin: 0px; }
  @media (max-width: 667px) {
    .wrapper-box-player {
      margin: 12px; } }

.wrapper-box-player .content-table-player {
  clear: both;
  color: #FFFFFF;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  min-height: 876px; }

.wrapper-box-player .item {
  display: none; }

.wrapper-box-player .item.active {
  display: block; }

.wrapper-box-player .box-player .title {
  padding: 20px 15px 20px;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .wrapper-box-player .box-player .title {
      padding: 20px 15px 10px; } }

.wrapper-box-player .box-player .title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%; }

.wrapper-box-player .box-player .title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4em; }

@media only screen and (max-width: 599px) {
  .wrapper-box-player .box-player .title h2 {
    font-size: 22px;
    font-size: 1.375rem; } }

.wrapper-box-player .box-player .overview {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 2rem; }

.wrapper-box-player .box-player .overview:before, .wrapper-box-player .box-player .overview:after {
  content: '';
  display: table; }

.wrapper-box-player .box-player .overview:after {
  clear: both; }

.wrapper-box-player .box-player .overview .col-1-2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%; }

.wrapper-box-player .box-player .overview .col-1-2:before, .wrapper-box-player .box-player .overview .col-1-2:after {
  content: '';
  display: table; }

.wrapper-box-player .box-player .overview .col-1-2:after {
  clear: both; }

.wrapper-box-player .box-player .overview .col-1-2:nth-of-type(2n) {
  margin-right: 0%;
  float: right; }

.wrapper-box-player .box-player .overview .col-1-2:nth-of-type(2n + 1) {
  clear: both; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:before, .wrapper-box-player .box-player .overview .col-1-2 .item-event:after {
  content: '';
  display: table; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:after {
  clear: both; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:nth-of-type(2n) {
  margin-right: 3%;
  float: left; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:nth-of-type(2n + 1) {
  clear: none; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:nth-of-type(1n) {
  margin-right: 0%;
  float: right; }

.wrapper-box-player .box-player .overview .col-1-2 .item-event:nth-of-type(1n + 1) {
  clear: both; }

.wrapper-box-player .box-player .overview h4 {
  font-size: 14px;
  margin: 0 0 3px; }
  .wrapper-box-player .box-player .overview h4 a {
    color: #fff; }
  .wrapper-box-player .box-player .overview h4 a:hover {
    color: #f00; }

.wrapper-box-player .box-player .partner-name {
  font-weight: 300;
  font-size: 12px; }

.wrapper-box-player .box-player .overview a {
  vertical-align: middle;
  text-align: center;
  height: 277px;
  overflow: hidden; }

.wrapper-box-player .box-player .overview .item-event {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  display: block; }

.wrapper-box-player .box-player .overview .item-event:before, .wrapper-box-player .box-player .overview .item-event:after {
  content: '';
  display: table; }

.wrapper-box-player .box-player .overview .item-event:after {
  clear: both; }

.wrapper-box-player .box-player .overview .item-event:nth-of-type(2n) {
  margin-right: 0%;
  float: right; }

.wrapper-box-player .box-player .overview .item-event:nth-of-type(2n + 1) {
  clear: both; }

@media only screen and (max-width: 767px) {
  .wrapper-box-player .box-player .overview {
    padding: 1rem 2rem; }
  .wrapper-box-player .box-player .overview .title {
    text-align: center; }
  .wrapper-box-player .box-player .overview .col-1-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
  .wrapper-box-player .box-player .overview .col-1-2:before, .wrapper-box-player .box-player .overview .col-1-2:after {
    content: '';
    display: table; }
  .wrapper-box-player .box-player .overview .col-1-2:after {
    clear: both; }
  .wrapper-box-player .box-player .overview .col-1-2:nth-of-type(2n) {
    margin-right: 3%;
    float: left; }
  .wrapper-box-player .box-player .overview .col-1-2:nth-of-type(2n + 1) {
    clear: none; }
  .wrapper-box-player .box-player .overview .col-1-2:nth-of-type(1n) {
    margin-right: 0%;
    float: right; }
  .wrapper-box-player .box-player .overview .col-1-2:nth-of-type(1n + 1) {
    clear: both; }
  .wrapper-box-player .box-player .overview .item-event {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
  .wrapper-box-player .box-player .overview .item-event:before, .wrapper-box-player .box-player .overview .item-event:after {
    content: '';
    display: table; }
  .wrapper-box-player .box-player .overview .item-event:after {
    clear: both; }
  .wrapper-box-player .box-player .overview .item-event:nth-of-type(2n) {
    margin-right: 3%;
    float: left; }
  .wrapper-box-player .box-player .overview .item-event:nth-of-type(2n + 1) {
    clear: none; }
  .wrapper-box-player .box-player .overview .item-event:nth-of-type(1n) {
    margin-right: 0%;
    float: right; }
  .wrapper-box-player .box-player .overview .item-event:nth-of-type(1n + 1) {
    clear: both; } }

.player-slider {
  background-color: #fff;
  padding: 5px 5px 1px;
  box-sizing: border-box;
  position: relative; }

.player-slider .icon img {
  width: 56px !important;
  height: 46px !important;
  min-height: 0px !important;
  position: absolute;
  right: 0;
  bottom: 0; }

.player-slider .hidden {
  display: none; }

.box-player .profile {
  margin: 35px 0 0; }

.box-player .profile h3 {
  font-weight: 300;
  font-size: 30px; }

.box-player .profile p {
  margin: 8px 0; }

.box-player .profile span {
  color: #cccccc;
  font-style: italic; }

.box-player .performance-overview {
  margin: 0 0 35px; }

.box-player .performance-overview table {
  border-collapse: collapse; }

.box-player .performance-overview th {
  font-size: 11px;
  font-weight: 400; }

.box-player .performance-overview td {
  font-size: 11px;
  font-weight: 500;
  border-left: 1px solid #494c56; }

.box-player .performance-overview td:first-child {
  border-left: none; }

.box-player .performance-overview td span.increase {
  padding: 3px 10px;
  background-color: #02c50b; }

.box-player .performance-overview td span.decrease {
  padding: 3px 10px;
  background-color: #ff0000; }

.overview .ranking-history-singles,
.overview .ranking-history-doubles,
.overview .ranking-history-mixed {
  margin: 8px 0 20px;
  width: 100%;
  height: 130px; }

.box-player .in-the-news {
  margin: 20px 0 0;
  width: 432px; }

.box-player .in-the-news h3 {
  font-size: 30px;
  font-weight: 400; }

.box-player .in-the-news p {
  margin: 8px 0;
  line-height: 120%; }

.box-player .in-the-news p a {
  color: #fff;
  text-decoration: underline; }

.box-player .in-the-news p a:hover {
  color: #df2027; }

#list-type {
  min-width: 135px; }

#list-year {
  min-width: 130px; }

@media only screen and (max-width: 479px) {
  #headtohead .head-to-head {
    padding: 1.6rem 0; } }

/* END ==============================
    
    section.wrapper-players-profile 

====================================*/
/**
    Responsive
    */
@media only screen and (max-width: 1023px) {
  .wrapper-box-player .tab-box-player li {
    width: 100%; }
  .box-player .overview {
    margin: auto;
    max-width: 100%; }
  .box-player .overview li {
    box-sizing: border-box;
    float: none;
    margin: auto;
    width: 100%; }
  .box-player .overview .box-overview {
    max-width: 100%;
    margin: auto; }
  .box-player .overview .ranking-history-doubles {
    max-width: 100%; } }

@media only screen and (max-width: 599px) {
  .col-md-4 {
    width: 100%; }
  .wrapper-box-player .tab-box-player li {
    width: 100%; }
  .box-player .overview {
    margin: auto;
    max-width: 100%; }
  .box-player .overview li {
    box-sizing: border-box;
    float: none;
    margin: auto;
    width: 100%; }
  .box-player .overview .box-overview {
    max-width: 100%;
    margin: auto; }
  .box-player .overview .ranking-history-doubles {
    max-width: 100%; } }

@media only screen and (max-width: 479px) {
  .col-md-4 {
    width: 100%; }
  .wrapper-box-player .tab-box-player li {
    width: 100%; }
  .box-player .overview {
    margin: auto;
    max-width: 100%; }
  .box-player .overview li {
    box-sizing: border-box;
    float: none;
    margin: auto;
    width: 100%; }
  .box-player .overview .box-overview {
    max-width: 100%;
    margin: auto; }
  .box-player .overview .ranking-history-doubles {
    max-width: 100%; } }

.tournament-results {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px; }

.tournament-results:before, .tournament-results:after {
  content: '';
  display: table; }

.tournament-results:after {
  clear: both; }

@media only screen and (max-width: 479px) {
  .tournament-results {
    padding: 0rem 1rem; } }

.tournament-results .box-profile-tournament {
  box-sizing: border-box;
  min-height: 100px;
  width: 100%;
  margin-top: 36px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .tournament-results .box-profile-tournament .logo-left {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 125px;
    width: 125px;
    flex-shrink: 0; }
    .tournament-results .box-profile-tournament .logo-left img {
      width: 125px; }
  .tournament-results .box-profile-tournament .info {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    text-align: left;
    color: #fff; }
    .tournament-results .box-profile-tournament .info h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 100%;
      margin-top: 0px;
      margin-bottom: 6px;
      color: #fff; }
      @media (max-width: 667px) {
        .tournament-results .box-profile-tournament .info h2 {
          font-size: 16px; } }
      .tournament-results .box-profile-tournament .info h2 a {
        color: #fff; }
      .tournament-results .box-profile-tournament .info h2 a:hover {
        color: #df2027; }

@media only screen and (max-width: 479px) {
  .tournament-results .box-profile-tournament {
    min-height: 66px; } }

.tournament-results .box-profile-tournament header {
  display: table;
  width: 100%; }

.tournament-results .box-profile-tournament header .logo-left {
  width: 112px;
  height: 92px;
  display: table-cell;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box; }

@media only screen and (max-width: 479px) {
  .tournament-results .box-profile-tournament header .logo-left {
    width: 79px;
    height: 66px; } }

.tournament-results .box-profile-tournament header .logo-left img {
  vertical-align: middle;
  width: 100%;
  height: auto; }

.tournament-results .box-profile-tournament header .info {
  /*width: 60%;*/
  height: 92px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  text-transform: uppercase; }

@media only screen and (max-width: 479px) {
  .tournament-results .box-profile-tournament header .info {
    height: 66px; } }

.tournament-results .box-profile-tournament header .info h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; }

@media only screen and (max-width: 599px) {
  .tournament-results .box-profile-tournament header .info h2 {
    font-size: 14px; } }

.tournament-results .box-profile-tournament header .info h2 a {
  color: #fff; }

.tournament-results .box-profile-tournament header .info h2 a:hover {
  color: #727272; }

.tournament-results .box-profile-tournament header .info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; }

.tournament-results .box-profile-tournament header .info h4 {
  font-size: 12px;
  font-weight: 300;
  margin: 3px 0 0; }

.tournament-results .box-profile-tournament header .logo-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 20px 0 0; }

@media only screen and (max-width: 479px) {
  .tournament-results .box-profile-tournament header .logo-right {
    display: none; } }

.tournament-results .title-tournament-matches {
  padding: 0; }

.tournament-results .title-tournament-matches h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 1rem 0 0.6em; }
  .tournament-results .title-tournament-matches h3 a {
    color: #fff; }
  .tournament-results .title-tournament-matches h3 a:hover {
    color: #df2027; }

.tournament-results .title-tournament-matches .info {
  font-weight: 300; }

.tournament-results .tournament-matches {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 0 2rem;
  margin: 0; }

.tournament-results .tournament-matches:before, .tournament-results .tournament-matches:after {
  content: '';
  display: table; }

.tournament-results .tournament-matches:after {
  clear: both; }

.tournament-results .tournament-matches .col-1-2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }

.tournament-results .tournament-matches .col-1-2:before, .tournament-results .tournament-matches .col-1-2:after {
  content: '';
  display: table; }

.tournament-results .tournament-matches .col-1-2:after {
  clear: both; }

.tournament-results .tournament-matches .col-1-2:last-child {
  margin-right: 0%; }

.tournament-results .tournament-matches .tbl-tournament-matches {
  margin: 0px;
  width: 49%;
  float: left; }

@media only screen and (max-width: 699px) {
  .tournament-results .tournament-matches .tbl-tournament-matches {
    margin: 0px;
    width: 100%;
    float: left; } }

.tournament-results .tournament-matches .tbl-tournament-matches:nth-child(2n) {
  margin: 0px;
  width: 49%;
  float: right; }

@media only screen and (max-width: 699px) {
  .tournament-results .tournament-matches .tbl-tournament-matches:nth-child(2n) {
    margin: 0px;
    width: 100%;
    float: left; } }

.tournament-results .tournament-matches .tbl-tournament-matches td .flag {
  display: table-cell;
  float: left;
  line-height: 30px;
  height: 38px; }

.tournament-results .tournament-matches .tbl-tournament-matches td .flag img {
  vertical-align: middle;
  width: 48px;
  height: auto; }

.tournament-results .tournament-matches .tbl-tournament-matches td .name {
  width: 117px;
  height: 38px;
  display: table;
  padding: 0px 0.2rem 0.2rem; }

.tournament-results .tournament-matches .tbl-tournament-matches td .name a {
  display: table-cell;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0px;
  color: #FFF;
  vertical-align: middle; }

.tournament-results .tournament-matches .tbl-tournament-matches td .name a:hover {
  color: #727272; }

.tournament-results .tournament-matches .tbl-tournament-matches td .match {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3px; }

.tournament-results .tournament-matches .tbl-tournament-matches td .order {
  font-size: 16px;
  font-weight: 500; }

.tournament-results .tournament-matches .tbl-tournament-matches td .timer {
  background: url("../images/icon-timer.png") no-repeat center 0;
  padding: 17px 0 0;
  font-size: 12px; }

.tournament-results .tournament-matches .tbl-tournament-matches .row {
  background: rgba(255, 255, 255, 0.08); }

.tournament-results .tournament-matches .tbl-tournament-matches .row td {
  padding: 0.4rem 0.2rem; }

.tournament-results .tournament-matches .tbl-tournament-matches .row td:first-child {
  padding: 0.4rem 0.4rem; }

@media only screen and (max-width: 479px) {
  .tournament-results .tournament-matches .tbl-tournament-matches .row td:nth-child(5) {
    display: none; } }

.tournament-results .tournament-matches .tbl-statistics-matches {
  width: 100%;
  font-size: 10px; }

.tournament-results .tournament-matches .tbl-statistics-matches .left {
  float: left; }

.tournament-results .tournament-matches .tbl-statistics-matches .right {
  float: right; }

@media only screen and (max-width: 699px) {
  .tournament-results .tournament-matches .tbl-statistics-matches {
    width: 100%;
    float: left; } }

.tournament-results .tournament-matches .tbl-statistics-matches td {
  padding: 0.2rem 0.2rem;
  box-sizing: border-box; }

.tournament-results .tournament-matches .tbl-statistics-matches tr.match-stats-data td {
  padding-left: 12px;
  padding-right: 12px; }

.tournament-results .tournament-matches .tbl-statistics-matches .statistics-bar {
  height: 9px;
  background-color: #ff0000; }

.tournament-results .tournament-matches .tbl-statistics-matches .percent {
  background-color: #02c50b;
  height: 9px; }

#ranking-new {
  height: 450px;
  margin: 10px auto;
  width: 90%; }

@media (max-width: 767px) {
  #ranking-new {
    width: 100%; } }

.box-player-mobile .player-mobile-control {
  height: 28px;
  line-height: 28px;
  margin: 10px 0 7px;
  padding: 0 12px;
  text-align: center;
  height: 43px;
  background-color: #000; }

.box-player-mobile .player-mobile-control .player-mobile-prev {
  float: left;
  background: url("../images/pre-player-landing.png") no-repeat scroll 0 center;
  width: 10px;
  height: 28px;
  cursor: pointer;
  height: 43px; }

.box-player-mobile .player-mobile-control .player-mobile-next {
  float: right;
  background: url("../images/next-player-landing.png") no-repeat scroll 0 center;
  width: 10px;
  height: 28px;
  cursor: pointer;
  height: 43px; }

.box-player-mobile .player-mobile-control .name {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  max-width: 250px;
  font-size: 16px;
  font-weight: 500;
  height: 43px;
  line-height: 43px; }

#player-profile-mobile {
  margin: 0;
  padding: 0;
  color: #fff; }

#player-profile-mobile li {
  cursor: default; }

#player-profile-mobile li .title h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block; }

#player-profile-mobile .title {
  color: #FFFFFF;
  height: 30px;
  margin: 0 0 10px;
  padding: 0 20px; }

#player-profile-mobile .list-type {
  display: inline-block;
  margin: 0 50px;
  position: absolute; }

#player-profile-mobile .list-type .resultPage-select {
  display: inline-block;
  position: relative; }

#player-profile-mobile .list-type-select:after {
  background: url("../images/bgSelectPage_white.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 28px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px; }

#player-profile-mobile .ddlResultPage {
  background-color: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
  font-size: 13px;
  height: 28px;
  outline: medium none;
  padding: 5px;
  text-transform: uppercase; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile {
  margin: 0 auto;
  font-size: 12px;
  width: 500px;
  overflow: hidden; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .flag {
  padding: 7px 0 0; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .name {
  font-weight: 500;
  margin-bottom: 5px; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile table .doubles .name {
  font-weight: 500; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .img-player img {
  border: 1px solid #fff; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile img {
  width: 80%;
  height: auto; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .image img {
  border: 1px solid #fff; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .title-ranket1 {
  font-weight: 500; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .title-ranket2 {
  font-weight: 500; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile table td {
  padding: 0 5px; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .label {
  color: #727272;
  font-size: 11px;
  text-align: center;
  width: 145px; }

#player-profile-mobile li.head-to-head-mobile .vs-player-mobile .label_doubles {
  color: #727272;
  font-size: 11px;
  text-align: center;
  width: 135px; }

#player-profile-mobile > li > p {
  display: none; }

#player-profile-mobile li.overview-mobile h4 {
  color: #fff;
  padding: 0 8px;
  font-weight: 400;
  height: 25px;
  line-height: 25px; }

#player-profile-mobile .tblOveviewMobile {
  border-collapse: collapse;
  color: #fff;
  margin: 0 0 15px; }

#player-profile-mobile .tblOveviewMobile th {
  font-size: 11px;
  font-weight: 400; }

#player-profile-mobile .tblOveviewMobile td {
  font-weight: 500;
  font-size: 11px;
  border-left: 1px solid #46465b; }

#player-profile-mobile .tblOveviewMobile td:first-child {
  border-left: none; }

#player-profile-mobile .tblOveviewMobile td .increase {
  background-color: #02c50b;
  padding: 3px 10px; }

#player-profile-mobile .tblOveviewMobile td .decrease {
  background-color: #ff0000;
  padding: 3px 10px; }

#player-profile-mobile li.tournament-mobile h3 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 8px; }

.tbl-tournament-mobile {
  margin: 7px 0 0; }

.tbl-tournament-mobile .row {
  /*background-color: #1e2437;*/
  background-color: #1a1a3c; }

.tbl-tournament-mobile .row td {
  padding: 8px 0; }

.tbl-tournament-mobile .row td .flag {
  display: table;
  height: 35px;
  line-height: 35px; }

.tbl-tournament-mobile .row td .flag img {
  vertical-align: middle; }

.tbl-tournament-mobile td .name {
  padding: 0 3px;
  font-weight: 500;
  display: table;
  height: 35px; }

.tbl-tournament-mobile td .name a {
  display: table-cell;
  vertical-align: middle; }

.tbl-tournament-mobile td .name a:hover {
  color: #727272; }

.tbl-tournament-mobile td .order {
  font-size: 12px;
  font-weight: 500; }

.tbl-tournament-mobile td .match {
  font-size: 12px;
  font-weight: 500; }

.tbl-statistics-matches-mobile {
  font-size: 10px;
  margin: 12px 0 0; }

.tbl-statistics-matches-mobile td {
  box-sizing: border-box;
  padding: 0 10px; }

.tbl-statistics-matches-mobile .statistics-bar {
  background-color: #ff0000;
  height: 9px; }

.tbl-statistics-matches-mobile .percent {
  background-color: #02c50b;
  height: 9px; }

@media only screen and (max-width: 599px) {
  #container-players-profile .rankrow {
    clear: both;
    width: 100%;
    display: block; }
  #container-players-profile .rankrow .widget-find-player {
    height: auto; } }

@media only screen and (max-width: 767px) {
  #container-players-profile .tournament-matches .col-1-2 {
    width: 100%; } }

#container-players-profile .vs-player a {
  color: #fff;
  text-decoration: none;
  outline: none; }

#container-players-profile .vs-player a:hover {
  color: #df2027; }

#container-players-profile .vs-player .left {
  float: left; }

#container-players-profile .vs-player .right {
  float: right; }

#container-players-profile .list-select {
  text-transform: uppercase; }

#container-players-profile #headtohead .select2-choice {
  min-width: 130px;
  max-width: 130px; }

#container-players-profile #headtohead .doubles .select2-choice {
  min-width: 150px;
  max-width: 150px; }

#container-players-profile {
  max-width: 1024px;
  margin: 0px auto;
  position: relative; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top {
  background: #fff;
  display: table;
  width: 100%;
  max-height: 100%; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-profile {
  max-height: 100%; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-profile .image {
  max-width: 44%;
  float: left; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-profile .image img {
  max-width: 100%;
  max-height: 100%; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-profile .info {
  max-width: 50%; }

#container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-profile .info1 {
  max-width: 50%;
  clear: none; }

@media only screen and (max-width: 599px) {
  #container-players-profile #primary.content-area #main.site-main .wrapper-content-top .player-ranking {
    width: 100%; } }

#container-players-profile #primary.content-area #main.site-main .box-player-content {
  clear: both; }

#container-players-profile #primary.content-area #main.site-main .box-player-content .item.active .title {
  text-transform: uppercase; }

#container-players-profile #primary.content-area #main.site-main .box-player-content .content-table-player a {
  color: #fff; }

#container-players-profile #primary.content-area #main.site-main .box-player-content .content-table-player .win a {
  color: #6F0; }

#container-players-profile #primary.content-area #main.site-main .box-player-content .content-table-player .lost a {
  color: #FB2000; }

#container-players-profile #secondary .wrapper-find-player {
  width: 100%;
  clear: both; }

#container-players-profile #secondary .wrapper-find-player .box-find-player {
  background-color: #242424; }

#container-players-profile #secondary .wrapper-find-player .box-find-player #find-player {
  width: 100%; }

#container-players-profile #secondary .widget {
  clear: both; }

#container-players-profile li {
  list-style: outside none none; }

#container-players-profile .tab-box-player {
  max-width: 1280px;
  margin: auto; }

#container-players-profile .box-profile-ranking table {
  bottom: 0;
  font-weight: 500;
  left: 14px;
  position: absolute;
  width: 155px;
  margin: 0; }

#container-players-profile .box-profile-ranking .logo img {
  margin: auto; }

#container-players-profile .box-profile-world-ranking table {
  width: 155px;
  margin: 0; }

#container-players-profile .box-profile-world-ranking .logo {
  display: table-cell;
  margin: auto;
  padding: 10px 0 0;
  text-align: right;
  vertical-align: top; }

#container-players-profile .box-profile-world-ranking .logo img {
  float: right; }

#container-players-profile #overview .box-overview {
  overflow: hidden; }

@media only screen and (max-width: 1279px) {
  #container-players-profile #overview .box-overview {
    max-width: 100%; } }

#container-players-profile #overview .box-overview #slider-playerprofile li {
  max-width: 100%;
  max-height: 100%; }

#container-players-profile #overview .profile {
  max-width: 100%;
  max-height: 100%; }

#container-players-profile #overview .col-right > div {
  max-width: 100%; }

@media only screen and (max-width: 599px) {
  #container-players-profile #results .tournament-matches > li {
    width: 100%;
    clear: both;
    float: none; } }

#container-players-profile #results .tournament-matches .tbl-tournament-matches {
  padding: 0; }

#container-players-profile #results .tournament-matches .tbl-tournament-matches:nth-child(odd) {
  clear: both; }

#container-players-profile #results .tournament-matches .tbl-tournament-matches .row td .order {
  font-size: 12px;
  font-weight: 500; }

#container-players-profile #results .tournament-matches .tbl-tournament-matches.right {
  padding: 0; }

@media only screen and (max-width: 599px) {
  #container-players-profile #results .tournament-matches .tbl-tournament-matches.right {
    margin: 0;
    padding: 0; } }

#container-players-profile #results .tournament-matches .tbl-tournament-matches .flag img {
  width: 48px;
  max-width: inherit; }

@media only screen and (max-width: 599px) {
  #container-players-profile #results .tournament-matches .tbl-tournament-matches {
    margin: 0;
    padding: 0; } }

#container-players-profile #results .list-type-select {
  float: right;
  margin-top: -30px; }

@media only screen and (max-width: 479px) {
  #container-players-profile #results .list-type-select {
    float: left; } }

#container-players-profile #results .margin-160 {
  margin-right: 160px; }

@media only screen and (max-width: 599px) {
  #container-players-profile #results .margin-160 {
    margin-right: 0px; } }

#ui-id-1 {
  max-height: 400px;
  overflow: auto; }

/* Ranking country & confederation popup */
/*****************************************/
.content-results__item {
  min-height: 450px;
  position: relative; }

.confed-filter-wrap {
  position: absolute;
  width: 300px;
  background-color: #fff;
  left: 0px;
  top: 28px;
  color: #333;
  z-index: 1;
  display: none; }
  .confed-filter-wrap .confed-header {
    border-bottom: 1px solid #999;
    padding: 20px;
    background-color: #fff; }
    .confed-filter-wrap .confed-header label {
      display: block; }
    .confed-filter-wrap .confed-header input {
      -webkit-appearance: radio;
      appearance: radio;
      margin: 10px 10px 0px 0px; }
    .confed-filter-wrap .confed-header span {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px; }
    .confed-filter-wrap .confed-header span:nth-child(2) {
      float: right;
      cursor: pointer; }
  .confed-filter-wrap .confed-country {
    border-bottom: 1px solid #999;
    padding: 20px;
    background-color: #efefef; }
    .confed-filter-wrap .confed-country .select2-container .select2-choice {
      margin: 10px 10px 0px 0px;
      width: 220px;
      max-width: 220px;
      border: 1px solid #ccc;
      border-radius: 3px; }
    .confed-filter-wrap .confed-country span {
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
  .confed-filter-wrap .confed-continental {
    border-bottom: 1px solid #999;
    padding: 20px;
    background-color: #efefef; }
    .confed-filter-wrap .confed-continental label {
      display: block; }
    .confed-filter-wrap .confed-continental input {
      -webkit-appearance: radio;
      appearance: radio;
      margin: 10px 10px 0px 0px; }
    .confed-filter-wrap .confed-continental span {
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
  .confed-filter-wrap .confed-commonwealth {
    padding: 20px;
    background-color: #efefef; }
    .confed-filter-wrap .confed-commonwealth label {
      display: block; }
    .confed-filter-wrap .confed-commonwealth input {
      -webkit-appearance: radio;
      appearance: radio;
      margin: 10px 10px 0px 0px; }
    .confed-filter-wrap .confed-commonwealth span {
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }

/** 
    RESULTS PAGE STYLES - You guys owe me so many beers for fixing this!
**/
.tblRankingLanding {
  margin: 0; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding .mobile {
    display: none; } }

.tblRankingLanding th {
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
  background-color: #000000;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding th {
    font-size: 13px; } }

.tblRankingLanding th.column-player {
  text-align: left;
  padding-left: 8px; }

.tblRankingLanding td {
  padding: 0 2px;
  font-size: 14px;
  border-left: 1px solid #414141;
  color: #bbbbbb; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding td {
    font-size: 13px; } }

.tblRankingLanding td.point {
  color: #fff;
  font-weight: bold; }

.tblRankingLanding td img {
  display: inline-block; }

.tblRankingLanding td:first-child {
  border-left: none; }

.tblRankingLanding .player, .tblRankingLanding .players-control .player-next, .players-control .tblRankingLanding .player-next, .tblRankingLanding .players-control .player-pre, .players-control .tblRankingLanding .player-pre {
  padding: 0 5px;
  font-weight: 500;
  display: block; }

.tblRankingLanding .player a, .tblRankingLanding .players-control .player-next a, .players-control .tblRankingLanding .player-next a, .tblRankingLanding .players-control .player-pre a, .players-control .tblRankingLanding .player-pre a {
  word-wrap: break-word;
  max-width: 290px; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding .player a, .tblRankingLanding .players-control .player-next a, .players-control .tblRankingLanding .player-next a, .tblRankingLanding .players-control .player-pre a, .players-control .tblRankingLanding .player-pre a {
    max-width: 90px;
    word-wrap: break-word;
    display: block; } }

.tblRankingLanding tr {
  background: rgba(33, 33, 33, 0.6); }

.tblRankingLanding tr.row1 {
  background: rgba(0, 0, 0, 0.6); }

.tblRankingLanding .country {
  display: table;
  vertical-align: middle;
  margin: 6px 0;
  font-size: 12px;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  padding: 0 3px; }

.tblRankingLanding .country img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px; }

.tblRankingLanding .country span {
  display: inline-block;
  width: 29px; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding .country {
    text-align: center;
    padding-right: 7px; }
  .tblRankingLanding .country img {
    display: block;
    margin: 3px 0; } }

.tblRankingLanding .showPopup {
  cursor: pointer;
  margin: 0px; }

.tblRankingLanding .player, .tblRankingLanding .players-control .player-next, .players-control .tblRankingLanding .player-next, .tblRankingLanding .players-control .player-pre, .players-control .tblRankingLanding .player-pre {
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: table;
  vertical-align: middle; }

@media only screen and (max-width: 599px) {
  .tblRankingLanding .player, .tblRankingLanding .players-control .player-next, .players-control .tblRankingLanding .player-next, .tblRankingLanding .players-control .player-pre, .players-control .tblRankingLanding .player-pre {
    font-size: 13px; } }

.tblRankingLanding .player span, .tblRankingLanding .players-control .player-next span, .players-control .tblRankingLanding .player-next span, .tblRankingLanding .players-control .player-pre span, .players-control .tblRankingLanding .player-pre span {
  display: block;
  margin: 6px 0; }

.tblRankingLanding .player span a, .tblRankingLanding .players-control .player-next span a, .players-control .tblRankingLanding .player-next span a, .tblRankingLanding .players-control .player-pre span a, .players-control .tblRankingLanding .player-pre span a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.tblRankingLanding .player span a:hover, .tblRankingLanding .players-control .player-next span a:hover, .players-control .tblRankingLanding .player-next span a:hover, .tblRankingLanding .players-control .player-pre span a:hover, .players-control .tblRankingLanding .player-pre span a:hover {
  color: #df2027; }

.tblRankingLanding .ranking-change {
  display: inline-block;
  width: 15px;
  text-align: right; }

.tblRankingLanding .ranking-detail {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  visibility: hidden;
  max-height: 0px;
  opacity: 0; }

.tblRankingLanding .ranking-detail:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 13px 13px;
  border-color: transparent transparent #FFF;
  position: absolute;
  right: 38px;
  top: -13px; }

.tblRankingLanding .ranking-detail.is_loading {
  min-height: 150px;
  opacity: 1;
  visibility: visible; }

.tblRankingLanding .ranking-detail.hidden {
  opacity: 0;
  max-height: 0px;
  visibility: hidden; }

.tblRankingLanding .ranking-detail.active {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  visibility: visible;
  max-height: 1000px;
  opacity: 1; }

.tblRankingLandingDetail {
  margin: 0; }

.tblRankingLandingDetail th {
  font-size: 14px;
  color: #fff;
  height: 26px;
  background-color: #161616;
  border: none; }

@media only screen and (max-width: 599px) {
  .tblRankingLandingDetail .mobile {
    display: none; } }

.tblRankingLandingDetail tr.row {
  background-color: #0c0c0c; }

.tblRankingLandingDetail .title-icon {
  width: 4.26%; }

.tblRankingLandingDetail .title-year {
  width: 10.88%; }

.tblRankingLandingDetail .title-tournament {
  width: 46.3%;
  padding: 0 5px; }

.tblRankingLandingDetail .tournament {
  padding: 0 5px;
  font-weight: 500; }

.tblRankingLandingDetail .tournament a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.tblRankingLandingDetail .tournament a:hover {
  color: #df2027; }

.tblRankingLandingDetail .detail {
  font-weight: 500; }

.tblRankingLandingDetail .detail a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.tblRankingLandingDetail .detail a:hover {
  color: #df2027; }

.tblRankingLandingDetail .title-result {
  width: 8.96%; }

.tblRankingLandingDetail .result {
  color: #cccccc; }

.tblRankingLandingDetail .title-points {
  width: 12.8%; }

.tblRankingLandingDetail .points {
  color: #cccccc; }

.tblRankingLandingDetail .title-details {
  width: 12.16%; }

.tblRankingLandingDetail .link-title {
  width: 4.48%; }

.tblRankingLandingDetail td {
  padding: 3px 0;
  font-size: 14px;
  border: none; }

@media only screen and (max-width: 599px) {
  .tblRankingLandingDetail td {
    font-size: 13px; } }

.tblRankingLandingDetail td.footer-widget {
  background-color: #161616;
  color: #666;
  font-size: 12px;
  font-style: italic; }

.tblRankingLandingDetail .ranking-calculation {
  padding: 0 10px; }

.players-control {
  height: 25px;
  padding: 40px 15px 40px 15px;
  background-color: #151515;
  opacity: 0.9; }

@media only screen and (max-width: 599px) {
  .players-control {
    text-align: center;
    padding: 10px 15px 70px 15px; } }

.players-control .control {
  float: right;
  margin: 3px 0 0; }

@media only screen and (max-width: 599px) {
  .players-control .control {
    display: inline-block;
    float: none;
    clear: both;
    margin: 0 0 10px;
    width: 100%; } }

.players-control .player, .players-control .player-next, .players-control .player-pre {
  cursor: pointer;
  float: right;
  height: 17px;
  line-height: 17px;
  margin: 0 0 0 20px; }

.players-control .player a, .players-control .player-next a, .players-control .player-pre a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.players-control .player a:hover, .players-control .player-next a:hover, .players-control .player-pre a:hover {
  color: #df2027; }

.players-control .player a, .players-control .player-next a, .players-control .player-pre a {
  font-size: 12px; }

.players-control .player-next {
  background: url("../images/players-next.png") no-repeat scroll 100% 0;
  padding: 0 16px 0 0; }

.players-control .player-next.disable {
  background: url("../images/players-next-disable.png") no-repeat scroll 100% 0; }

.players-control .player-next.disable a {
  color: #717171; }

.players-control .player-pre {
  background: url("../images/players-pre.png") no-repeat scroll 0 0;
  padding: 0 0 0 16px; }

.players-control .player-pre.disable {
  background: url("../images/players-pre-disable.png") no-repeat scroll 0 0; }

.players-control .player-pre.disable a {
  color: #717171; }

@media only screen and (max-width: 599px) {
  .players-control .player-pre {
    margin: 0;
    float: left; } }

.players-control .result-page {
  float: right; }

.players-control .result-page span {
  font-size: 12px;
  margin: 0 5px 0 0; }

@media only screen and (max-width: 599px) {
  .players-control .result-page {
    clear: both;
    float: none;
    margin: auto auto 5px; } }

.players-control .result-page .resultPage-select select {
  font-weight: 400;
  font-size: 14px;
  min-width: 70px; }

/*=========result landing===========*/
.results-landing .wrapper-results {
  background: url("../images/bgResultLanding.png") repeat 0 0;
  opacity: 0.94;
  width: 100%;
  position: relative; }

.results-landing .wrapper-results .box-title {
  margin: 0px auto 25px;
  height: 83px;
  padding: 17px 24px 0px;
  color: #fff; }

.results-landing .wrapper-results .box-title .box-title-left {
  float: left;
  margin-top: 13px; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .box-title .box-title-left {
    margin-top: 0px; } }

.results-landing .wrapper-results .box-title .box-title-left h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .box-title .box-title-left h3 {
    font-size: 24px; } }

.results-landing .wrapper-results .box-title .box-title-left h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .box-title .box-title-left h4 {
    font-size: 20px; } }

.results-landing .wrapper-results .box-title .box-title-right {
  float: right; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .box-title .box-title-right {
    float: left;
    clear: both;
    margin: 5px 0 0; } }

.results-landing .wrapper-results .box-title .box-title-right h1 {
  font-size: 50px;
  font-weight: 500;
  text-align: right;
  line-height: 100%;
  color: #9b9a9a; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .box-title .box-title-right h1 {
    font-size: 32px; } }

.results-landing .wrapper-results .box-title .box-title-right h1 span {
  color: #dbdbdb; }

.results-landing .wrapper-results .box-title .box-title-right h1 label {
  color: #fff;
  font-weight: 400; }

.results-landing .wrapper-results .box-title .box-title-right h4 {
  font-weight: 400;
  font-size: 14px;
  text-align: right; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .box-title .box-title-right h4 {
    text-align: left; } }

.results-landing .wrapper-results .box-title-date {
  height: 50px;
  margin: 0px auto 25px;
  padding: 17px 24px 0px 0px;
  color: #fff;
  clear: both; }

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .results-landing .wrapper-results .box-title-date {
    padding: 17px 5px 0px 0px;
    height: 60px; } }

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .results-landing .wrapper-results .box-title-date {
    height: 115px; } }

@media only screen and (max-width: 479px) {
  .results-landing .wrapper-results .box-title-date {
    height: 170px; } }

.results-landing .wrapper-results .wrapper-content-results {
  background: none;
  color: #fff;
  margin: 225x 0 0 25px;
  padding: 0 0 30px; }

.results-landing .wrapper-results .wrapper-content-results .item-results {
  position: relative; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results {
    margin-left: 0; } }

.item-results-team-profile {
  float: left;
  width: 100%; }

.item-results-team-profile h3.profile-title {
  font-size: 22px;
  text-align: center;
  margin: 10px 0px; }

@media (max-width: 767px) {
  .item-results-team-profile h3.profile-title {
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px; } }

.item-results-team-profile .team-details {
  float: left;
  clear: both; }

.item-results-team-profile .team-details .team-name {
  margin-top: 10px;
  font-weight: 400; }

.item-results-team-profile .cup-wrap {
  margin: 0px 10px 20px 0px;
  float: left;
  width: 48%; }

@media (max-width: 767px) {
  .item-results-team-profile .cup-wrap {
    margin: 0px 10px 20px 0px;
    float: left;
    width: 100%; } }

.item-results-team-profile .event-name {
  margin: 20px 0px;
  font-size: 22px; }

.item-results-team-profile .cup-wrap .profile-headers {
  float: left;
  width: 100%;
  margin: 10px 0px; }

.item-results-team-profile .cup-wrap .profile-headers .loop {
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 10px; }

.item-results-team-profile .cup-wrap .profile-headers .player-name {
  float: left;
  color: red; }

.item-results-team-profile .cup-wrap .profile-headers .player-rank {
  float: right;
  width: 60px;
  color: red;
  text-align: center;
  margin-right: 40px; }

.item-results-team-profile .cup-wrap .player-wrap {
  float: left;
  width: 100%;
  margin: 10px 0px; }

.item-results-team-profile .cup-wrap .player-wrap .loop {
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 10px; }

.item-results-team-profile .cup-wrap .player-wrap .player-name {
  float: left; }

.item-results-team-profile .cup-wrap .player-wrap .player-name a {
  color: #fff; }

.item-results-team-profile .cup-wrap .player-wrap .player-name a:hover {
  color: #f00; }

.item-results-team-profile .cup-wrap .player-wrap .player-rank {
  float: right;
  width: 60px;
  text-align: center;
  margin-right: 40px; }

.item-results-team-profile .team-profile-footer {
  clear: both;
  float: left;
  width: 95%;
  padding: 5px 0px 15px 40px;
  margin: 0px 0px 40px 0px;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
  color: #666;
  font-weight: 400;
  font-size: 13px; }

@media (max-width: 767px) {
  .item-results-team-profile .team-profile-footer {
    width: 100%;
    padding: 5px;
    text-align: center; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding {
  margin: 0;
  border-bottom: 2px solid #424242;
  border-top: 2px solid #424242; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > th {
  background-color: #000;
  font-size: 15px;
  border-bottom: 2px solid #515151; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > th.mobile {
    display: none; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 6px 0;
  font-size: 14px;
  border-left: 2px solid #515151;
  color: #bbbbbb; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td.black {
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .titleCategory {
  padding: 8px 0 0 18px; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td:first-child {
  border-left: none; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .showPopup {
  float: right;
  position: relative;
  top: 6px;
  width: 22px;
  height: 10px;
  background: url("../images/arrowPopupLanding.png") no-repeat center center;
  cursor: pointer; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .showPopup.active {
  background: url("../images/arrowPopupLanding_off.png") no-repeat center center; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .showIcon {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 13px 13px 13px;
  border-color: transparent transparent #fff transparent;
  cursor: pointer;
  float: right;
  position: relative;
  top: 6px;
  margin-top: -13px;
  margin-right: -2px;
  display: none; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .showIcon {
    top: 7px; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td .showIcon.active {
  display: block; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr > td.mobile {
    display: none; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .country {
  display: table;
  vertical-align: middle;
  margin: 6px 0;
  text-align: center; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .country img {
  margin: 0 0 0 3px;
  vertical-align: middle; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .country img {
    display: block;
    margin: 3px 0 0; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name {
  padding: 0 5px; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a:hover {
  color: #df2027; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a {
  font-weight: 500;
  display: inline-block;
  position: relative;
  width: 90%;
  cursor: pointer; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a i {
  float: right;
  height: 16px;
  line-height: 16px;
  font-size: 2em;
  margin: 0px -20px 0px 0px; }

@media only screen and (max-width: 479px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a {
    width: 75%; } }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a {
    min-height: 56px; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a.no--hover {
  cursor: initial;
  font-weight: normal;
  color: #bbbbbb; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .name a.no--hover:hover {
  color: #fff; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .prizeMoney {
  color: #bbbbbb; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category {
  margin: 0 5px;
  display: table;
  color: #bbbbbb; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category a:hover {
  color: #df2027; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category--bold-white {
  /*              color: #fff!important;*/
  font-weight: bold; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category .name {
  display: table-cell;
  vertical-align: middle;
  color: #bbbbbb; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tbody > tr .category .name a {
  width: 100%; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.black {
  background: rgba(0, 0, 0, 0.6);
  /*$blk;*/ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.gray1 {
  background: rgba(33, 33, 33, 0.6); }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.gray2 {
  background: rgba(55, 55, 55, 0.6);
  /*$blk;*/ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.gray3 {
  background: rgba(45, 45, 45, 0.6);
  /*$blk;*/ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.border-red td {
  border-top: 4px solid #df2027; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding.clearBorderTop {
  border-top: 0px solid #424242; }

.results-landing .wrapper-results .wrapper-content-results .tr-tournament-detail {
  background: rgba(0, 0, 0, 0.2); }

.results-landing .wrapper-results .wrapper-content-results .tr-tournament-detail td {
  border: none;
  padding: 0 !important; }

.results-landing .wrapper-results .wrapper-content-results .tr-tournament-detail:hover {
  background: rgba(0, 0, 0, 0.4); }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail {
  padding: 0 23px;
  visibility: hidden;
  width: 100%;
  max-height: 0;
  position: relative;
  /*&:before {
                    content: "";
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 13px 13px 13px;
                    border-color: transparent transparent #fff transparent;
                    position: absolute;
                    left: 50.8%;
                    top: -14px;

                    @include respond-to(tablet) {
                        left: 67.8%;
                    }
                    @include respond-to(mobile-landscape) {
                        left: 66.5%;
                    }

                    @include respond-to(mobile-portrait) {
                        left: 62.5%;
                    }
                }*/ }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail.active {
  max-height: 1000px;
  visibility: visible;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

/*
.results-landing .wrapper-results .wrapper-content-results .tournament-detail:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #fff transparent;
    cursor: pointer;
    float: right;
    position: absolute;
    left: 50%;
    top: -13px;
    display: block;
    margin-left: 6px;
}
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail:after {
    margin-left: 21px; } }

@media only screen and (max-width: 1279px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail:after {
    margin-left: 3px; } }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail:after {
    left: 66.5%; } }

@media only screen and (max-width: 479px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail:after {
    left: 59.9%; } }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail {
    height: auto; } }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .inner-tournament-detail {
  display: table;
  padding: 20px 0;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .inner-tournament-detail {
    height: auto;
    padding: 20px 0; } }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 22px 0; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description {
    width: 51%; } }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .image {
  float: left;
  margin: 0px 14px 0px 0px;
  width: 160px; }
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .image img {
    background-color: #fff; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info {
  float: left; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; }

@media only screen and (max-width: 1023px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info h2 {
    font-size: 20px; } }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info h3 {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 400; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info .prize {
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  margin: 5px 0 0; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description {
    display: block;
    width: 100%; }
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info {
    width: 63%; }
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .image {
    width: 30%; } }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event {
  display: table-cell;
  vertical-align: top;
  padding: 22px 0; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .logo {
  float: right;
  margin: 5px 0 0; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .button {
  float: right;
  clear: both;
  margin: 40px 0 0; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .button .link {
  background-color: #df2027;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 0 15px; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .button .link a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event {
    display: block;
    width: 100%;
    float: left; }
  .results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .button {
    margin: 30px 0 0; } }

.results-landing .wrapper-results .wrapper-content-results .title-content {
  height: 50px; }

.results-landing .wrapper-results .wrapper-content-results .title-content span {
  float: right;
  margin: 14px 15px 0 0; }

.results-landing .wrapper-results .wrapper-content-results .event-complete {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 0 0 7px;
  background-color: #1c1c1c;
  margin-top: -2px; }

.results-landing .wrapper-results .wrapper-content-results .event-complete .icon {
  width: 12px;
  height: 4px;
  background-color: #df2027;
  display: inline-block; }

.results-landing .wrapper-results .wrapper-content-results .event-complete .note {
  display: inline-block;
  margin: 0 0 0 6px; }

.sponsors {
  clear: both;
  position: relative;
  background: #fff;
  margin: 0px auto;
  max-width: 1250px; }

.sponsors > div.owl-partners {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: block; }

.sponsors .title {
  color: #999999;
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 0 1rem; }

.site-footer {
  clear: both;
  position: relative;
  z-index: 10; }

.site-footer .master {
  background: #3b3b3b;
  border-top: 6px solid #df2027;
  height: auto;
  padding: 1rem 0; }

.site-footer .master > nav {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.site-footer .master > nav:before, .site-footer .master > nav:after {
  content: '';
  display: table; }

.site-footer .master > nav:after {
  clear: both; }

.site-footer .master > nav .footer-widget {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%; }

.site-footer .master > nav .footer-widget:before, .site-footer .master > nav .footer-widget:after {
  content: '';
  display: table; }

.site-footer .master > nav .footer-widget:after {
  clear: both; }

.site-footer .master > nav .footer-widget:nth-of-type(5n) {
  margin-right: 0%;
  float: right; }

.site-footer .master > nav .footer-widget:nth-of-type(5n + 1) {
  clear: both; }

@media only screen and (max-width: 599px) {
  .site-footer .master > nav .footer-widget {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
  .site-footer .master > nav .footer-widget:before, .site-footer .master > nav .footer-widget:after {
    content: '';
    display: table; }
  .site-footer .master > nav .footer-widget:after {
    clear: both; }
  .site-footer .master > nav .footer-widget:nth-of-type(1n) {
    margin-right: 0%;
    float: right; }
  .site-footer .master > nav .footer-widget:nth-of-type(1n + 1) {
    clear: both; } }

.site-footer .master .site-info {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.site-footer .master .site-info:before, .site-footer .master .site-info:after {
  content: '';
  display: table; }

.site-footer .master .site-info:after {
  clear: both; }

/*--------------------------------------------------------------
11.0 Plugins
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */
.owl-player .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 30px;
  margin-top: -30px; }

/* Styling Next and Prev buttons */
.owl-player .owl-controls .owl-nav {
  width: 100%; }

.owl-player .owl-controls .owl-nav div {
  color: #fff;
  display: block;
  padding: 10px 10px;
  font-size: 20px;
  border-radius: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.owl-player .owl-controls .owl-nav .owl-next {
  right: 0; }

.owl-player .owl-controls .owl-nav .owl-prev {
  left: 0; }

.owl-player .owl-controls .owl-nav,
.owl-player .owl-controls .owl-nav .disabled {
  opacity: 1;
  cursor: default; }

.owl-player i {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-player .owl-dots {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  opacity: 0; }

.owl-player .owl-dots:hover {
  opacity: 1; }

/* Styling dots*/
.owl-player .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-player .owl-dots .owl-dot span {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff; }

.owl-player .owl-dots .owl-dot.active span {
  background: white; }

/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */
.owl-ranking .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  margin-top: 0px; }

/* Styling Next and Prev buttons */
.owl-ranking .owl-controls .owl-nav {
  width: 100%;
  position: relative; }

.owl-ranking .owl-controls .owl-nav div {
  color: #272727;
  display: block;
  padding: 0 10px;
  font-size: 20px;
  border-radius: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  cursor: pointer; }

.owl-ranking--white .owl-controls .owl-nav div {
  color: white !important; }

.owl-ranking .owl-controls .owl-nav .owl-next {
  right: -10px; }

.owl-ranking .owl-controls .owl-nav .owl-prev {
  left: -10px; }

.owl-ranking .owl-controls .owl-nav,
.owl-ranking .owl-controls .owl-nav .disabled {
  opacity: 1;
  cursor: default; }

.owl-ranking i {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-ranking .owl-dots {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0; }

.owl-ranking .owl-dots:hover {
  opacity: 1; }

/* Styling dots*/
.owl-ranking .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-ranking .owl-dots .owl-dot span {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff; }

.owl-ranking .owl-dots .owl-dot.active span {
  background: white; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -webkit-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -webkit-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none; } }

.fadeInUp {
  animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -webkit-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -webkit-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0); } }

.fadeOutUp {
  animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    -webkit-transform: translate3d(20%, 0, 0);
    -o-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    -webkit-transform: translate3d(20%, 0, 0);
    -o-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  margin: 0px 1px; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
 *  BWF Feature Slider  
 *    Based on Green theme - Owl Carousel CSS File
 */
.owl-bwffeature .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-bwffeature .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-bwffeature .owl-nav [class*='owl-']:hover {
  background: #4dc7a0;
  color: white;
  text-decoration: none; }

.owl-bwffeature .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-bwffeature .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-bwffeature .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  margin-left: -150px; }

.owl-bwffeature .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-bwffeature .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 5px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease; }

.owl-bwffeature .owl-dots .owl-dot.active span,
.owl-bwffeature .owl-dots .owl-dot:hover span {
  background: #df2027; }

/* 
*  REGAN Default theme - Owl Carousel CSS File
*  v2.0.0
*/
.owl-bwffeature .owl-item {
  margin: 0;
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -webkit-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease; }

/* Styling Next and Prev buttons */
.owl-bwffeature .owl-controls .owl-nav {
  width: 100%; }

.owl-bwffeature .owl-controls .owl-nav div {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 30px;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 99;
  background: black;
  height: 100%;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all; }

.owl-bwffeature .owl-controls .owl-nav div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.owl-bwffeature .owl-controls .owl-nav div i {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  vertical-align: middle; }

.owl-bwffeature .owl-controls .owl-nav div:hover i {
  color: #df2027; }

.owl-bwffeature .owl-controls .owl-nav .owl-next {
  margin: 0 -600px 0 0;
  right: -47%;
  width: 100%;
  text-align: left;
  background: none; }

.owl-bwffeature .owl-controls .owl-nav .owl-prev {
  margin: 0 0 0 -600px;
  left: -47%;
  width: 100%;
  text-align: right;
  background: none; }

.owl-bwffeature .owl-controls .owl-nav,
.owl-bwffeature .owl-controls .owl-nav .disabled {
  opacity: 1;
  cursor: default; }

.owl-bwffeature .active.fadeOut .slide-inner header {
  animation: fadeOutUp 400ms 0ms both;
  -moz-animation: fadeOutUp 400ms 0ms both;
  -o-animation: fadeOutUp 400ms 0ms both;
  -webkit-animation: fadeOutUp 400ms 0ms both;
  -ms-animation: fadeOutUp 400ms 0ms both; }

.owl-bwffeature .active.fadeOut .slide-inner .event-info,
.owl-bwffeature .active.fadeOut .slide-inner .right-logo {
  animation: fadeOutUp 400ms 200ms both;
  -moz-animation: fadeOutUp 400ms 200ms both;
  -o-animation: fadeOutUp 400ms 200ms both;
  -webkit-animation: fadeOutUp 400ms 200ms both;
  -ms-animation: fadeOutUp 400ms 200ms both; }

.owl-bwffeature .active.fadeOut .slide-inner .box-countDown {
  animation: fadeOutUp 400ms 400ms both;
  -moz-animation: fadeOutUp 400ms 400ms both;
  -o-animation: fadeOutUp 400ms 400ms both;
  -webkit-animation: fadeOutUp 400ms 400ms both;
  -ms-animation: fadeOutUp 400ms 400ms both; }

.owl-bwffeature .active .slide-inner header {
  animation: fadeInUp 600ms 300ms both;
  -moz-animation: fadeInUp 600ms 300ms both;
  -o-animation: fadeInUp 600ms 300ms both;
  -webkit-animation: fadeInUp 600ms 300ms both;
  -ms-animation: fadeInUp 600ms 300ms both; }

.owl-bwffeature .active .slide-inner .list-logo {
  animation: fadeInUp 600ms 300ms both;
  -moz-animation: fadeInUp 600ms 300ms both;
  -o-animation: fadeInUp 600ms 300ms both;
  -webkit-animation: fadeInUp 600ms 300ms both;
  -ms-animation: fadeInUp 600ms 300ms both; }

.owl-bwffeature .active .slide-inner .event-info,
.owl-bwffeature .active .slide-inner .right-logo {
  animation: fadeInUp 600ms 600ms both;
  -moz-animation: fadeInUp 600ms 600ms both;
  -o-animation: fadeInUp 600ms 600ms both;
  -webkit-animation: fadeInUp 600ms 600ms both;
  -ms-animation: fadeInUp 600ms 600ms both; }

.owl-bwffeature .active .slide-inner .box-countDown {
  animation: fadeInUp 600ms 800ms both;
  -moz-animation: fadeInUp 600ms 800ms both;
  -o-animation: fadeInUp 600ms 800ms both;
  -webkit-animation: fadeInUp 600ms 800ms both;
  -ms-animation: fadeInUp 600ms 800ms both; }

.owl-loaded {
  display: block; }

.owl-loading {
  opacity: 0;
  display: block; }

.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel .owl-item img.owl-lazy {
  opacity: 0; }

.owl-carousel .owl-item img {
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.owl-carousel .owl-item img.slide-bigimage {
  width: 100%; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    opacity: 1; } }

@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    opacity: 1; } }

.owl-bwffeature .slide-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: left;
  left: 8%;
  right: 8%;
  z-index: 9000;
  -webkit-animation: display-none-transition 100ms;
  animation: display-none-transition 100ms;
  opacity: 0; }

.owl-bwffeature .slide-inner header {
  position: absolute;
  top: 10%;
  width: 60%;
  color: white; }

.owl-bwffeature .slide-inner header.full-width {
  top: 5%;
  width: 100%; }

.owl-bwffeature .slide-inner h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300; }

.owl-bwffeature .slide-inner h2.center {
  text-align: center; }

.owl-bwffeature .slide-inner .event-info {
  position: absolute;
  top: 30%;
  width: 70%; }

.owl-bwffeature .slide-inner .event-info__more {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  width: 68%;
  color: #fff; }

.owl-bwffeature .slide-inner h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400; }
  .owl-bwffeature .slide-inner h3 a {
    color: #fff; }
  .owl-bwffeature .slide-inner h3 a:hover {
    color: #df2027; }

.owl-bwffeature .slide-inner .date {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0px; }

.owl-bwffeature .slide-inner .event-info__logo {
  height: auto;
  float: left;
  margin: 0 1.2em 0 0;
  width: 180px;
  height: 180px; }
  @media (max-width: 1149px) {
    .owl-bwffeature .slide-inner .event-info__logo {
      width: 160px;
      height: 160px; } }

.owl-bwffeature .slide-inner .event-info__logo img {
  width: 100%;
  height: 100%;
  margin-bottom: 2em; }

.owl-bwffeature .slide-inner a.event-link,
.owl-bwffeature .slide-inner a.event-link-mobile {
  background: #df2027;
  color: #fff;
  padding: 0.2rem 1rem;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 767px) {
    .owl-bwffeature .slide-inner a.event-link,
    .owl-bwffeature .slide-inner a.event-link-mobile {
      display: none; } }

.owl-bwffeature .slide-inner a.event-link:visited,
.owl-bwffeature .slide-inner a.event-link-mobile:visited {
  color: #fff; }

.owl-bwffeature .slide-inner a.event-link:hover,
.owl-bwffeature .slide-inner a.event-link:focus,
.owl-bwffeature .slide-inner a.event-link-mobile:hover,
.owl-bwffeature .slide-inner a.event-link-mobile:focus {
  background: #ff3300;
  color: #fff; }

.owl-bwffeature .slide-inner a.event-link-mobile {
  display: none; }

.owl-bwffeature .slide-inner .right-logo {
  position: absolute;
  top: 8%;
  right: 0;
  width: 20%;
  height: 70px; }

.owl-bwffeature .slide-inner .right-logo img {
  float: right;
  height: 100%; }

.owl-bwffeature .slide-inner .list-logo {
  position: absolute;
  top: 20%;
  right: 0px;
  left: 0px;
  text-align: center;
  display: table;
  margin: auto auto; }

.owl-bwffeature .slide-inner .item {
  /* float: left;*/
  padding: 0 10px 0 0;
  max-width: 200px;
  min-width: 200px;
  display: table-cell;
  /*text-align: center;
            float: none;
            display: inline-block;*/ }

.owl-bwffeature .slide-inner .slider-content-logo {
  background: rgba(255, 255, 255, 0.1);
  padding: 22px 25px 10px;
  min-height: 80px; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-logo {
  min-height: 110px;
  max-height: 110px; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-logo img {
  margin: auto auto;
  display: block; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-logo a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-logo a:hover {
  color: #df2027; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-schedule {
  padding: 5px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-schedule a {
  background: #df2027;
  color: #fff;
  display: block;
  padding: 0.1rem 1rem;
  padding: 2px 8px \9;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-schedule a:visited {
  color: #fff; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-schedule a:hover,
.owl-bwffeature .slide-inner .slider-content-logo .slider-schedule a:focus {
  background: #ff3300;
  color: #fff; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-title {
  font-size: 14px;
  font-size: 0.875rem; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-title a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.owl-bwffeature .slide-inner .slider-content-logo .slider-title a:hover {
  color: #df2027; }

.owl-bwffeature .slide-inner .slider-content-logo .title-link a {
  padding: 0.2rem 1.35rem; }

.owl-bwffeature .slide-inner .slider-location {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 25px;
  min-height: 70px; }

.owl-bwffeature .slide-inner .slider-location a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.owl-bwffeature .slide-inner .slider-location a:hover {
  color: #df2027; }

.owl-bwffeature .slide-inner .box-countDown {
  position: absolute;
  bottom: 8%;
  right: 50%;
  margin-right: -106px;
  background: url("../images/icon_clock_count_banner.png") no-repeat center center;
  box-sizing: border-box;
  color: #fff;
  display: table;
  height: 93px;
  text-align: center;
  width: 212px; }
  @media (max-width: 1279px) {
    .owl-bwffeature .slide-inner .box-countDown {
      right: 0;
      margin-right: 0; } }

.owl-bwffeature .slide-inner .box-countDown .box-date {
  box-sizing: border-box;
  display: table-cell;
  padding: 0;
  width: 50%;
  text-align: left;
  vertical-align: middle; }

.owl-bwffeature .slide-inner .box-countDown .box-date .count-date {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 400; }

.owl-bwffeature .slide-inner .box-countDown .box-date .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 300; }

.owl-bwffeature .slide-inner .box-countDown .info {
  display: table-cell;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 100%;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  width: 50%;
  color: #999999; }

@media only screen and (max-width: 1279px) {
  .owl-bwffeature .slide-inner .item:nth-child(5) {
    display: none; }
  .owl-bwffeature .slide-inner .list-logo {
    width: 800px; }
  .owl-bwffeature .slide-inner h2,
  .owl-bwffeature .slide-inner h3 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 1023px) {
  .owl-bwffeature .slide-inner {
    left: 4%;
    right: 4%; }
  .owl-bwffeature .slide-inner header {
    top: 8%; }
  .owl-bwffeature .slide-inner .event-info {
    top: 26%; }
  .owl-bwffeature .slide-inner .event-info__logo img {
    margin-bottom: 1em; }
  .owl-bwffeature .slide-inner .item:nth-child(4) {
    display: none; }
  .owl-bwffeature .slide-inner .list-logo {
    width: 600px; }
  .owl-bwffeature .slide-inner .slider-location {
    display: none; } }

@media only screen and (max-width: 767px) {
  .owl-bwffeature .slide-inner .event-info__logo,
  .owl-bwffeature .slide-inner .right-logo img {
    display: none; }
  .owl-bwffeature .slide-inner .right-logo {
    width: auto; }
  .owl-bwffeature .slide-inner a.event-link-mobile {
    display: block; }
  .owl-bwffeature .slide-inner .item:nth-child(3) {
    display: none; }
  .owl-bwffeature .slide-inner .list-logo {
    width: 400px; } }

@media only screen and (max-width: 599px) {
  .owl-bwffeature .slide-inner .number-event-player,
  .owl-bwffeature .slide-inner .prize-money,
  .owl-bwffeature .slide-inner .box-countDown,
  .owl-bwffeature .slide-inner .right-logo img {
    display: none; }
  .owl-bwffeature .slide-inner .right-logo {
    top: 10%; }
  .owl-bwffeature .slide-inner .event-info {
    width: 100%; }
  .owl-bwffeature .slide-inner a.event-link-mobile {
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  .owl-bwffeature .slide-inner h2,
  .owl-bwffeature .slide-inner h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  .owl-bwffeature .slide-inner .date {
    font-size: 14px;
    font-size: 0.875rem; }
  .owl-bwffeature .slide-inner .slider-content-logo {
    padding: 10px 25px 10px; }
  .owl-bwffeature .slide-inner .slider-content-logo .slider-logo {
    display: none; }
  .owl-bwffeature .slide-inner .slider-content-logo .slider-schedule {
    font-size: 16px;
    font-size: 1rem; }
  .owl-bwffeature .slide-inner .slider-content-logo .slider-title {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 3px 0 0; }
  .owl-bwffeature .slide-inner .list-logo {
    width: 200px; } }

@media only screen and (max-width: 479px) {
  .owl-bwffeature .slide-inner .item:nth-child(2) {
    display: none; } }

.owl-bwffeature .active .slide-inner {
  opacity: 1; }

@media only screen and (max-width: 1023px) {
  .owl-bwffeature .slide-inner .event-info__more {
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .owl-bwffeature .slide-inner .event-info__more {
    width: 100%; } }

.owl-partners .owl-item a:hover img {
  opacity: 0.8; }

.owl-partners .owl-item img {
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  margin: 0px auto;
  display: block;
  width: auto;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

select, input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

/** CSS from Hai */
/**End Variable*/
/** Common  **/
a {
  text-decoration: none; }

.left-box {
  float: left; }

.right-box {
  float: right; }

.black_loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center;
  background-size: 32px;
  min-height: 32px;
  min-width: 32px;
  clear: both;
  vertical-align: middle;
  text-align: center; }

.white_loading {
  background: url("../images/ajax-white-loader.gif") no-repeat scroll center center;
  background-size: 32px;
  min-height: 32px;
  min-width: 32px;
  clear: both;
  vertical-align: middle;
  text-align: center; }

.white_loading_float {
  background: url("../images/ajax-white-loader.gif") no-repeat scroll center center;
  background-size: 32px;
  min-height: 250px;
  min-width: 150px;
  clear: both;
  vertical-align: middle;
  text-align: center; }

.hide {
  display: none; }

.show {
  display: block; }

.select2-container .select2-choice {
  -moz-user-select: none;
  user-select: none;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
  border: medium none;
  border-radius: 0;
  color: #000000;
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  max-width: 120px;
  width: 120px; }

.select2-container .select2-choice .select2-chosen {
  color: #000;
  text-align: left; }

#container-players-landing .players-slider {
  margin-bottom: 0 !important; }

#container-players-landing .list-select {
  margin-left: 20px;
  max-width: 190px !important; }

@media only screen and (max-width: 599px) {
  #container-players-landing .list-select {
    float: none;
    max-width: 100%;
    margin: auto;
    padding: 0;
    clear: both; } }

#container-players-landing .list-select .select2-choice {
  max-width: 150px; }

#container-players-landing .list-select-label select {
  max-width: 100% !important; }

@media only screen and (max-width: 599px) {
  #container-players-landing .list-select-label select {
    max-width: 100% !important; } }

#container-players-landing #greatest-player {
  color: #fff;
  font-size: 11px;
  background: #000;
  display: block;
  max-width: 950px;
  overflow: hidden; }

#container-players-landing #greatest-player #greatest-player-slide {
  max-width: 950px; }

#container-players-landing #greatest-player .single {
  float: left;
  margin: 0 0 10px;
  width: 185px; }

@media only screen and (max-width: 1023px) {
  #container-players-landing #greatest-player .single {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 5px; } }

#container-players-landing #greatest-player .single .flag {
  width: 70px;
  float: left;
  margin-bottom: 12px; }

#container-players-landing #greatest-player .single .flag img {
  width: 70px; }

#container-players-landing #greatest-player .single .name {
  float: left;
  margin-left: 10px; }

#container-players-landing #greatest-player .single .name a {
  color: #fff; }

#container-players-landing #greatest-player .single .name a:hover, #container-players-landing #greatest-player .single .name a:focus, #container-players-landing #greatest-player .single .name a:active {
  color: #df2027; }

#container-players-landing #greatest-player .single .avatar {
  clear: both;
  width: 135px;
  height: 178px;
  border: #fff solid 3px; }

#container-players-landing #greatest-player .single .rank {
  background-color: #df2027;
  color: #ffffff;
  display: block;
  height: 33px;
  margin-left: 3px;
  margin-top: -36px;
  padding-top: 7px;
  position: absolute;
  text-align: center;
  width: 33px;
  z-index: 9; }

#container-players-landing #greatest-player .single .points {
  margin: 3px 0 0; }

#container-players-landing #greatest-player .single .points, #container-players-landing #greatest-player .single .earnings {
  max-width: 135px;
  text-align: center;
  padding: 0;
  font-size: 11px; }

#container-players-landing #greatest-player .double {
  float: left;
  margin: 0 0 10px;
  width: 185px; }

@media only screen and (max-width: 1023px) {
  #container-players-landing #greatest-player .double {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 5px; } }

#container-players-landing #greatest-player .double .player-item {
  padding-bottom: 16px;
  display: table; }

#container-players-landing #greatest-player .double .avatar {
  float: left;
  clear: both;
  width: 53px;
  height: 68px;
  border: #fff solid 1.5px;
  overflow: hidden; }

#container-players-landing #greatest-player .double .flag {
  float: left;
  margin-left: 7px; }

#container-players-landing #greatest-player .double .flag img {
  width: 46px; }

#container-players-landing #greatest-player .double .name a {
  color: #fff; }

#container-players-landing #greatest-player .double .bottom {
  clear: both;
  display: block;
  margin-left: 0;
  max-width: 115px;
  width: 135px; }

#container-players-landing #greatest-player .double .bottom .rank {
  clear: both;
  background-color: #df2027;
  color: #ffffff;
  display: block;
  height: 33px;
  text-align: center;
  width: 33px;
  z-index: 9;
  margin: auto;
  padding-top: 7px; }

#container-players-landing #greatest-player .double .bottom .points {
  max-width: 135px;
  text-align: center;
  padding: 15px 5px 0; }

#container-players-landing #greatest-player .double .bottom .earning {
  max-width: 135px;
  text-align: center;
  padding: 5px 0; }

#container-players-landing #greatest-player .next {
  background: url("../images/next-banner.png") no-repeat right center;
  height: 38px;
  width: 19px; }

#container-players-landing #greatest-player .prev {
  background: url("../images/prev-banner.png") no-repeat left center;
  height: 38px;
  width: 19px; }

#container-players-landing #greatest-player .owl-theme .owl-controls {
  display: none; }

#container-players-landing .players-main {
  margin-right: 20px; }

#container-players-landing .players-main .header h3 {
  text-transform: uppercase; }

#container-players-landing .players-main .filter {
  clear: both;
  padding: 30px 0 10px !important; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .filter {
    padding: 0 !important; } }

#container-players-landing .players-main .filter .all-players {
  margin-bottom: 10px;
  float: left;
  max-width: 200px; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .filter .all-players {
    margin-bottom: 20px; } }

#container-players-landing .players-main .filter .continent {
  float: left;
  max-width: 200px;
  margin-top: 19px; }

@media only screen and (max-width: 599px) {
  #container-players-landing .players-main .filter .continent {
    clear: both; } }

#container-players-landing .players-main .filter .find-a-player {
  clear: both;
  float: left;
  margin: 24px 0px 24px 0px;
  width: 100%;
  display: block; }

#container-players-landing .players-main .list {
  clear: both; }

#container-players-landing .players-main .list .item {
  display: block; }

#container-players-landing .players-main .list .player, #container-players-landing .players-main .list .players-control .player-next, .players-control #container-players-landing .players-main .list .player-next, #container-players-landing .players-main .list .players-control .player-pre, .players-control #container-players-landing .players-main .list .player-pre {
  float: left;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  min-width: 197px;
  margin-bottom: 10px; }

#container-players-landing .players-main .list .player:before, #container-players-landing .players-main .list .players-control .player-next:before, .players-control #container-players-landing .players-main .list .player-next:before, #container-players-landing .players-main .list .players-control .player-pre:before, .players-control #container-players-landing .players-main .list .player-pre:before, #container-players-landing .players-main .list .player:after, #container-players-landing .players-main .list .players-control .player-next:after, .players-control #container-players-landing .players-main .list .player-next:after, #container-players-landing .players-main .list .players-control .player-pre:after, .players-control #container-players-landing .players-main .list .player-pre:after {
  content: '';
  display: table; }

#container-players-landing .players-main .list .player:after, #container-players-landing .players-main .list .players-control .player-next:after, .players-control #container-players-landing .players-main .list .player-next:after, #container-players-landing .players-main .list .players-control .player-pre:after, .players-control #container-players-landing .players-main .list .player-pre:after {
  clear: both; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .list .player, #container-players-landing .players-main .list .players-control .player-next, .players-control #container-players-landing .players-main .list .player-next, #container-players-landing .players-main .list .players-control .player-pre, .players-control #container-players-landing .players-main .list .player-pre {
    width: 100%; } }

#container-players-landing .players-main .list .player a, #container-players-landing .players-main .list .players-control .player-next a, .players-control #container-players-landing .players-main .list .player-next a, #container-players-landing .players-main .list .players-control .player-pre a, .players-control #container-players-landing .players-main .list .player-pre a {
  color: #fff; }

#container-players-landing .players-main .list .player a:hover, #container-players-landing .players-main .list .players-control .player-next a:hover, .players-control #container-players-landing .players-main .list .player-next a:hover, #container-players-landing .players-main .list .players-control .player-pre a:hover, .players-control #container-players-landing .players-main .list .player-pre a:hover, #container-players-landing .players-main .list .player a:focus, #container-players-landing .players-main .list .players-control .player-next a:focus, .players-control #container-players-landing .players-main .list .player-next a:focus, #container-players-landing .players-main .list .players-control .player-pre a:focus, .players-control #container-players-landing .players-main .list .player-pre a:focus, #container-players-landing .players-main .list .player a:active, #container-players-landing .players-main .list .players-control .player-next a:active, .players-control #container-players-landing .players-main .list .player-next a:active, #container-players-landing .players-main .list .players-control .player-pre a:active, .players-control #container-players-landing .players-main .list .player-pre a:active {
  color: #DF2027; }

#container-players-landing .players-main .list .player .flag, #container-players-landing .players-main .list .players-control .player-next .flag, .players-control #container-players-landing .players-main .list .player-next .flag, #container-players-landing .players-main .list .players-control .player-pre .flag, .players-control #container-players-landing .players-main .list .player-pre .flag {
  float: left;
  max-width: 72px;
  overflow: hidden; }

#container-players-landing .players-main .list .player .flag img, #container-players-landing .players-main .list .players-control .player-next .flag img, .players-control #container-players-landing .players-main .list .player-next .flag img, #container-players-landing .players-main .list .players-control .player-pre .flag img, .players-control #container-players-landing .players-main .list .player-pre .flag img {
  max-width: 72px;
  min-width: 72px;
  max-height: 34px; }

#container-players-landing .players-main .list .player .name, #container-players-landing .players-main .list .players-control .player-next .name, .players-control #container-players-landing .players-main .list .player-next .name, #container-players-landing .players-main .list .players-control .player-pre .name, .players-control #container-players-landing .players-main .list .player-pre .name {
  float: left;
  padding-left: 10px;
  word-wrap: break-word; }

#container-players-landing .players-main .list .char {
  float: left;
  margin: 10px 0px 5px 12px;
  clear: both; }

#container-players-landing .players-main .list .char a {
  color: #fff;
  font-size: 20px; }

#container-players-landing .players-main .list .char a:hover, #container-players-landing .players-main .list .char a:focus, #container-players-landing .players-main .list .char a:active {
  color: #DF2027; }

#container-players-landing .players-main .list .char-view-more {
  margin: 0px 18px 5px 12px;
  float: right; }

#container-players-landing .players-main .list .char-view-more a {
  color: #fff; }

#container-players-landing .players-main .list .char-view-more a:hover, #container-players-landing .players-main .list .char-view-more a:focus, #container-players-landing .players-main .list .char-view-more a:active {
  color: #DF2027; }

#container-players-landing .players-main .list .content {
  clear: both;
  display: table;
  background: rgba(0, 0, 0, 0.16);
  padding: 10px; }

#container-players-landing .players-main .list .view-all {
  margin: 20px auto;
  clear: both;
  text-align: center;
  text-transform: uppercase; }

#container-players-landing .players-main .list .view-all a {
  color: #fff; }

#container-players-landing .players-main .list .view-all a:hover, #container-players-landing .players-main .list .view-all a:focus, #container-players-landing .players-main .list .view-all a:active {
  color: #DF2027; }

#container-players-landing .players-main .alphabet {
  clear: both;
  float: right; }

#container-players-landing .players-main .alphabet a {
  float: left;
  padding: 5px 8px;
  color: #df212b;
  font-size: 20px;
  cursor: pointer; }

#container-players-landing .players-main .alphabet a:hover, #container-players-landing .players-main .alphabet a:focus, #container-players-landing .players-main .alphabet a.actived {
  color: #fff; }

#container-players-landing .players-main .paging {
  clear: both;
  padding-bottom: 30px;
  padding-top: 10px; }

#container-players-landing .players-main .paging a {
  color: #fff; }

#container-players-landing .players-main .paging .disable a {
  color: #717171; }

#container-players-landing .players-main .paging .players-control {
  background: none;
  float: right;
  text-align: left;
  padding: 0; }

#container-players-landing .players-main .paging .players-control .player-pre, #container-players-landing .players-main .paging .players-control .player-prev {
  float: right;
  min-width: 50px;
  background: url("../images/players-pre.png") no-repeat scroll 0 0 transparent;
  padding: 0 0 0 16px;
  padding-left: 14px !important; }

#container-players-landing .players-main .paging .players-control .player-pre.disable, #container-players-landing .players-main .paging .players-control .player-prev.disable {
  background: url("../images/players-pre-disable.png") no-repeat scroll 0 0 transparent; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .paging .players-control .player-pre, #container-players-landing .players-main .paging .players-control .player-prev {
    width: auto; } }

#container-players-landing .players-main .paging .players-control .player-next {
  float: right;
  background: url("../images/players-next.png") no-repeat scroll 100% 0 transparent;
  padding: 0 16px 0 20px;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  margin-left: 30px; }

#container-players-landing .players-main .paging .players-control .player-next.disable {
  background: url("../images/players-next-disable.png") no-repeat scroll 100% 0 transparent; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .grid-row .col-2-3 {
    width: 100%; }
  #container-players-landing .players-main .grid-row .col-1-3 {
    display: none; } }

/* Rankings */
/************/
#rankings_landing_container .select-boxes--rankings .filter-text {
  float: left;
  margin: 3px 0px; }

@media only screen and (max-width: 767px) {
  #rankings_landing_container .select-boxes--rankings .filter-text {
    float: none; } }

#rankings_landing_container .select .ranking-filter {
  color: #000;
  background-color: #fff;
  width: 170px;
  text-transform: uppercase;
  margin-left: 20px;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  position: relative; }
  @media (max-width: 767px) {
    #rankings_landing_container .select .ranking-filter {
      margin-left: 0px;
      margin-top: 10px;
      width: 250px; } }

#rankings_landing_container .select .ranking-filter:hover {
  cursor: pointer; }

#rankings_landing_container .select .ranking-filter.comm-active {
  background-color: #df2027;
  color: #fff; }

@media (max-width: 767px) {
  #rankings_landing_container .list-select {
    margin-left: 0px;
    margin-top: 10px; } }

#rankings_landing_container .list-select #ranking {
  width: 250px; }

#rankings_landing_container .list-select #ranking-week {
  width: 170px;
  margin-left: 20px; }
  @media (max-width: 467px) {
    #rankings_landing_container .list-select #ranking-week {
      width: 250px;
      margin-left: 0px; } }

#rankings_landing_container .list-select #ranking-tab {
  width: 170px; }

#rankings_landing_container .ranking-tab-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  #rankings_landing_container .ranking-tab-mobile {
    margin-left: 0px;
    margin-top: -45px;
    display: block; }
  #rankings_landing_container .ranking-tab-mobile .list-select {
    width: 140px !important;
    max-width: 100% !important; } }

#rankings_landing_container .list-select-label select {
  max-width: 100% !important; }

@media only screen and (max-width: 599px) {
  #rankings_landing_container .list-select-label select {
    max-width: 100% !important;
    margin: auto; } }

#rankings_landing_container .box-title {
  text-transform: uppercase; }

#rankings_landing_container .box-title .date {
  text-transform: none;
  color: #7a7a7a; }

#rankings_landing_container .tab-results-new a {
  text-transform: uppercase; }

#rankings_landing_container .rankings_content_results {
  clear: both; }

#rankings_landing_container .rankings_content_results .tblRankingLanding .team .country {
  float: left; }

#rankings_landing_container .rankings_content_results .tblRankingLanding .team .player, #rankings_landing_container .rankings_content_results .tblRankingLanding .team .players-control .player-next, .players-control #rankings_landing_container .rankings_content_results .tblRankingLanding .team .player-next, #rankings_landing_container .rankings_content_results .tblRankingLanding .team .players-control .player-pre, .players-control #rankings_landing_container .rankings_content_results .tblRankingLanding .team .player-pre {
  float: left; }

/**
End Ranking
*/
#grand_event_container .list-select {
  width: 250px;
  clear: both;
  margin: 5px 0px 10px 0px; }

#grand_event_container .list-select select {
  width: 100%; }

#grand_event_container .slide-gallery #event-slider-no-image {
  float: none;
  margin: 30px auto auto;
  display: table; }

#grand_event_container #list-historical {
  min-height: 360px; }

body.home .site-content > .content-area, body.page-not-found .site-content > .content-area {
  width: 100% !important;
  box-shadow: none !important;
  padding: 0 0 24px 0; }

body.home .site-content > .content-area:before, body.page-not-found .site-content > .content-area:before {
  box-shadow: none !important; }

body.home .site-content > .content-area:after, body.page-not-found .site-content > .content-area:after {
  box-shadow: none !important; }

body.home .site-content > .content-area .page-title, body.page-not-found .site-content > .content-area .page-title {
  padding: 30px;
  font-size: 22px;
  font-weight: bold; }

/** Home - partner */
.owl-partners .item {
  display: block; }

/** End Home - partner */
/* Grand prix gold*/
.grand-landing .item {
  display: block; }

/* End Grand prix gold*/
/**News */
.news-weibo {
  width: 60px;
  display: table;
  text-align: center;
  margin: auto; }

/**End News */
/**Play page*/
@media only screen and (max-width: 599px) {
  .play-landing .page-content {
    padding: 0 0.5rem; } }

@media only screen and (max-width: 599px) {
  .play-landing .col-1-3 {
    width: 100%; }
  .play-landing .col-1-3 .quote--ta-right {
    text-align: left; } }

.play-landing .description {
  clear: both; }

.play-landing .black-pad {
  clear: both;
  margin-top: 60px;
  min-height: 690px;
  max-height: 690px; }

@media only screen and (max-width: 767px) {
  .play-landing .black-pad {
    min-height: 760px;
    max-height: 760px; } }

@media only screen and (max-width: 599px) {
  .play-landing .black-pad {
    min-height: auto;
    max-height: inherit; } }

.play-landing .black-pad .video-box img {
  width: 100%; }

.play-landing .link .logo {
  background-color: #000000; }

.play-landing .link .logo-coach {
  background-color: #490d0c; }

.play-landing .link .get-access {
  /* background: url("../images/bg_imgGetAccess.jpg") no-repeat scroll center center rgba(197, 28, 35, 1);*/
  background: url("../images/bg_imgGetAccess.jpg") no-repeat center center;
  /*fall back for ie*/
  background: url("../images/bg_imgGetAccess.jpg") no-repeat center center, -webkit-linear-gradient(-90deg, rgba(198, 27, 35, 0.89) 0%, #df2028 100%);
  background: url("../images/bg_imgGetAccess.jpg") no-repeat center center, -webkit-linear-gradient(180deg, rgba(198, 27, 35, 0.89) 0%, #df2028 100%);
  background: url("../images/bg_imgGetAccess.jpg") no-repeat center center, linear-gradient(-90deg, rgba(198, 27, 35, 0.89) 0%, #df2028 100%);
  height: 105px; }

.play-landing .link .arrow-access {
  background: url("../images/arrow-access.png") no-repeat scroll center center;
  width: 20px;
  height: 65px;
  display: inline-block; }

.play-landing .link .col-1-2 {
  margin: 0 !important;
  width: 50% !important; }

.play-landing .link img {
  min-height: 102px;
  max-height: 102px;
  overflow: hidden;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .play-landing .link img {
    width: auto; } }

@media only screen and (max-width: 599px) {
  .play-landing .block {
    width: 100%;
    float: none; } }

/**End Play page*/
ul.relatednews li a {
  color: #333333;
  text-decoration: none;
  outline: none; }

ul.relatednews li a:hover {
  color: #df2027; }

ul.relatednews li a:hover img {
  opacity: 0.8; }

/*Live scores box - copy from superseries*/
#new-slide-scores {
  margin-top: -50px;
  width: 100%;
  /*90%*/
  margin-left: auto;
  margin-right: auto; }

.box-live-scores {
  box-sizing: border-box;
  height: 429px; }

.live-scores {
  height: 429px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative; }

.live-scores li {
  padding: 10px 0 0;
  box-sizing: border-box;
  cursor: default; }

.live-scores li .title {
  height: 35px;
  line-height: 35px;
  padding: 0 5px 0 10px; }

.live-scores li .title h3 {
  float: left;
  font-weight: normal;
  font-size: 20px; }

.live-scores li .title .live-now {
  float: right;
  margin: -32px 10px 0 0;
  font-size: 20px;
  color: #df2027; }

.live-scores .timer {
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 100%; }

.live-scores .next-event {
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin: auto; }

.live-scores .box-info {
  background: url(../images/bg_live_score1.png) no-repeat center 0;
  /*height: 89px;*/
  min-height: 89px;
  color: #666;
  margin: 0 auto;
  position: relative;
  padding: 1px 0 0;
  box-sizing: border-box; }

.live-scores .box-info h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 3px 0 0; }

.live-scores .box-info h2 a {
  color: #333333;
  text-decoration: none;
  outline: none; }

.live-scores .box-info h2 a:hover {
  color: #df2027; }

.live-scores .box-info h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  margin: 13px 0 0; }

.live-scores .box-info h4.prize-money {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 11px 0 0; }

.live-scores .event-detail {
  width: 207px;
  height: 37px;
  line-height: 35px;
  border: 1px solid #858585;
  /*margin: 32px auto auto;*/
  margin: 20px auto auto;
  box-sizing: border-box;
  text-align: center; }

.live-scores .event-detail--background {
  background: #409c02; }

.live-scores .event-detail--background a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.live-scores .event-detail--background a:hover {
  color: #df2027; }

.live-scores .event-detail a {
  display: block;
  font-size: 20px; }

.live-scores .box-countDown {
  background: url("../images/icon_clock_count_down_live_score.png") no-repeat scroll center center;
  border: 1px solid #c7c6c6;
  box-sizing: border-box;
  color: #fff;
  display: table;
  height: 93px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 34px 0 0; }

.live-scores .box-countDown .box-date {
  background: url("../images/bgCountDate1.png") repeat scroll 0 0 transparent;
  box-sizing: border-box;
  display: table-cell;
  height: 93px;
  padding: 5px 0 0;
  width: 50%; }

.live-scores .box-countDown .box-date #count-date {
  font-size: 50px;
  line-height: 100%; }

.live-scores .box-countDown .box-date .title {
  font-size: 28px;
  line-height: 100%; }

.live-scores .box-countDown .info {
  display: table-cell;
  font-size: 22px;
  line-height: 100%;
  padding: 0 10% 0 0;
  text-align: right;
  vertical-align: middle;
  width: 50%;
  color: #333333; }

.live-scores .logo {
  height: 133px;
  text-align: center;
  line-height: 133px;
  margin: 0 0 10px; }

.live-scores .logo--next-tournament {
  height: 80px; }

.live-scores .logo--next-tournament img {
  max-width: 100px; }

.live-scores #live-score-soon {
  box-sizing: border-box;
  min-height: 37px;
  line-height: 120%;
  font-size: 19px;
  margin: 9px auto 3px;
  text-align: center;
  width: 207px;
  color: #df2027; }

.live-scores #current-time {
  color: #a2a2a2;
  font-size: 14px;
  text-align: center; }

.live-scores #link-live-score {
  background: url("../images/bgLiveScoreLink.png") no-repeat scroll 0 0;
  box-sizing: border-box;
  height: 37px;
  line-height: 35px;
  margin: 15px auto auto;
  text-align: center;
  width: 207px; }

.live-scores #link-live-score a {
  color: #fff;
  display: block;
  font-size: 18px; }

.live-scores #result-schedule {
  width: 207px;
  height: 37px;
  line-height: 35px;
  border: 1px solid #858585;
  margin: 10px auto auto;
  box-sizing: border-box;
  text-align: center; }

.live-scores #result-schedule a {
  display: block;
  font-size: 18px;
  text-transform: uppercase; }

#live-scores-box .prev {
  margin-top: -48px;
  margin-left: 4%;
  cursor: pointer;
  width: 5%;
  height: 40px;
  z-index: 1;
  position: relative; }

#live-scores-box .next {
  margin-top: -40px;
  margin-right: 5px;
  cursor: pointer;
  width: 5%;
  margin-left: 92%;
  height: 40px;
  z-index: 1;
  position: relative; }

#live-scores-box .title-link--orange-background a {
  background: #6a9b1b; }

#live-scores-box .single .name {
  color: #333333; }

/*End Live scores box - copy from superseries*/
/**Home - News */
@media only screen and (max-width: 1023px) {
  section.home-feature .content-area aside ul.relatednews li {
    min-height: 100px; } }

.zh-CN section.home-feature .content-area aside ul.relatednews li a .entry-title {
  font-weight: bold; }

/**End Home - News */
.ranking-landing .wrapper-results {
  max-width: 1024px;
  margin: 0px auto;
  position: relative; }
  @media (max-width: 767px) {
    .ranking-landing .wrapper-results {
      padding: 0px 12px; } }
  @media (max-width: 467px) {
    .ranking-landing .wrapper-results {
      padding: 0px 6px; } }

.ranking-landing .wrapper-results .box-title {
  margin: 0px auto 25px;
  padding: 1rem 2rem 1rem 0;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .box-title {
    padding: 17px 10px 0px; } }

.ranking-landing .wrapper-results .box-title .box-title-left {
  float: left; }

.ranking-landing .wrapper-results .box-title .box-title-left h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%; }

@media only screen and (max-width: 1023px) {
  .ranking-landing .wrapper-results .box-title .box-title-left h3 {
    font-size: 20px; } }

.ranking-landing .wrapper-results .box-title .box-title-left h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%; }

@media only screen and (max-width: 1023px) {
  .ranking-landing .wrapper-results .box-title .box-title-left h4 {
    font-size: 16px;
    margin: 2px 0 0; } }

.ranking-landing .wrapper-results .box-title .box-title-right {
  float: right; }

.ranking-landing .wrapper-results .box-title .box-title-right h4 {
  font-weight: 400;
  font-size: 16px;
  float: right;
  clear: both; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .box-title .box-title-right h4 {
    float: left; } }

.ranking-landing .wrapper-results .box-title .box-title-right .player-select {
  clear: both;
  float: right; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .box-title .box-title-right {
    clear: both;
    float: left;
    margin: 5px 0 0; } }

.ranking-landing .wrapper-results .box-title-date {
  margin: 0px auto 0px;
  padding: 1rem 2rem 1rem 0;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .box-title-date {
    padding: 17px 10px 0px; } }

.ranking-landing .wrapper-results .select {
  float: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.ranking-landing .wrapper-results .select .date-select, .ranking-landing .wrapper-results .select .ranking-select, .ranking-landing .wrapper-results .select .continent-select {
  margin: 0 0 0 17px; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .select .date-select, .ranking-landing .wrapper-results .select .ranking-select, .ranking-landing .wrapper-results .select .continent-select {
    clear: both;
    float: left;
    margin: 0 0 10px; } }

.ranking-landing .wrapper-results .select .date-select select, .ranking-landing .wrapper-results .select .ranking-select select, .ranking-landing .wrapper-results .select .continent-select select {
  max-width: 190px; }

@media only screen and (max-width: 1023px) {
  .ranking-landing .wrapper-results .select .date-select select, .ranking-landing .wrapper-results .select .ranking-select select, .ranking-landing .wrapper-results .select .continent-select select {
    max-width: 167px; } }

.ranking-landing .wrapper-results .wrapper-content-results {
  background: none;
  color: #fff;
  padding: 0; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .wrapper-content-results {
    margin: 5px 0 0; } }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .wrapper-content-results .tab-results-new {
    display: none; } }

.ranking-landing .wrapper-results .wrapper-content-results .select-result-mobile {
  display: none;
  margin: 0 10px 5px; }

@media only screen and (max-width: 599px) {
  .ranking-landing .wrapper-results .wrapper-content-results .select-result-mobile {
    display: inline-block; } }

/*=======End sidebar=====*/
/*players landing*/
section.players-slider {
  background: #000;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  max-height: 394px;
  text-align: center;
  color: #FFF;
  position: relative; }

@media only screen and (max-width: 1023px) {
  section.players-slider {
    max-height: 100%; } }

@media only screen and (max-width: 1023px) {
  section.players-slider .owl-item .single:nth-child(5) {
    display: none !important; }
  section.players-slider .owl-item .double:nth-child(5) {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  section.players-slider .owl-item .single:nth-child(4) {
    display: none !important; }
  section.players-slider .owl-item .double:nth-child(4) {
    display: none !important; } }

@media only screen and (max-width: 479px) {
  section.players-slider .owl-item .single:nth-child(3) {
    display: none !important; }
  section.players-slider .owl-item .double:nth-child(3) {
    display: none !important; } }

section.players-slider > div {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

section.players-slider > div:before, section.players-slider > div:after {
  content: '';
  display: table; }

section.players-slider > div:after {
  clear: both; }

section.players-slider
#greatest-player
.title {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0.8rem 0 1.2rem; }

section.players-slider
#greatest-player
#control {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

@media only screen and (max-width: 1023px) {
  section.players-slider
#greatest-player
#control {
    display: none; } }

section.players-slider
#greatest-player
#control
.prev {
  position: absolute;
  top: 140px;
  left: 0px;
  cursor: pointer; }

section.players-slider
#greatest-player
#control
.next {
  position: absolute;
  top: 140px;
  right: 73px;
  cursor: pointer; }

section.players-landing-panel .content-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative; }

section.players-landing-panel .content-area:before, section.players-landing-panel .content-area:after {
  content: '';
  display: table; }

section.players-landing-panel .content-area:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  section.players-landing-panel .content-area {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: 100%; }
  section.players-landing-panel .content-area:before, section.players-landing-panel .content-area:after {
    content: '';
    display: table; }
  section.players-landing-panel .content-area:after {
    clear: both; } }

section.players-landing-panel .widget-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 7px 0 0 7px; }

section.players-landing-panel .widget-area:before, section.players-landing-panel .widget-area:after {
  content: '';
  display: table; }

section.players-landing-panel .widget-area:after {
  clear: both; }

@media only screen and (max-width: 1023px) {
  section.players-landing-panel .widget-area {
    display: block;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  section.players-landing-panel .widget-area:before, section.players-landing-panel .widget-area:after {
    content: '';
    display: table; }
  section.players-landing-panel .widget-area:after {
    clear: both; } }

@media only screen and (max-width: 1023px) {
  .players-landing-feature.dark {
    background: none; } }

.players-landing-feature.dark .content-area {
  background: none;
  color: #fff; }

.players-landing-feature.dark .content-area:after {
  background: none;
  background: #000;
  width: 400%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300%;
  content: "";
  display: block;
  z-index: -1; }

.page-template-tmpl-players-landing-php #secondary {
  margin-top: 378px; }

@media only screen and (max-width: 1023px) {
  .page-template-tmpl-players-landing-php #secondary {
    margin-top: 0px; } }

@-moz-document url-prefix() {
  .page-template-tmpl-players-landing-php #secondary {
    margin-top: 378px; }
  @media only screen and (max-width: 1023px) {
    .page-template-tmpl-players-landing-php #secondary {
      margin-top: 0px; } } }

#container-players-landing
.players-slider {
  background: url("../images/bgBannerWorld.png") no-repeat center center #000;
  margin-right: -370px; }

@media only screen and (max-width: 1279px) {
  #container-players-landing
.players-slider {
    margin-right: -317px; } }

@media only screen and (max-width: 1023px) {
  #container-players-landing
.players-slider {
    margin-right: auto; } }

#container-players-landing #greatest-player {
  background: none; }

#container-players-landing #greatest-player .single
.name {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 0 5px; }

#container-players-landing #greatest-player .single
.avatar {
  height: 156px; }

#container-players-landing #greatest-player .single
.rank {
  font-weight: 500;
  font-size: 18px;
  padding: 4px 0 0; }

#container-players-landing #greatest-player
.double
.name {
  text-align: left;
  font-weight: 500;
  font-size: 12px; }

#container-players-landing #greatest-player
.double
.avatar {
  height: 61px; }

#container-players-landing #greatest-player
.double
.rank {
  font-weight: 500;
  font-size: 18px;
  padding: 4px 0 0 !important; }

#container-players-landing #greatest-player
.cate
> .name {
  float: left;
  width: 100%;
  padding: 0px 51px 8px 0;
  font-weight: 500;
  line-height: 40px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0; }

@media only screen and (max-width: 1023px) {
  #container-players-landing #greatest-player
.cate
> .name {
    padding: 0; } }

#container-players-landing .players-main .list {
  clear: both;
  float: left; }

#container-players-landing .players-main .list .player, #container-players-landing .players-main .list .players-control .player-next, .players-control #container-players-landing .players-main .list .player-next, #container-players-landing .players-main .list .players-control .player-pre, .players-control #container-players-landing .players-main .list .player-pre {
  padding: 0 0 0 5px; }

#container-players-landing .players-main
.header {
  float: left; }

#container-players-landing .players-main
.header
h3 {
  font-weight: 400;
  font-size: 30px;
  margin: 30px 0 0;
  line-height: 100%; }

#container-players-landing .players-main
.header
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }

#container-players-landing .players-main
.counter {
  float: right;
  text-align: right; }

#container-players-landing .players-main
.counter
.player-total {
  font-weight: 500;
  font-size: 50px;
  margin: 17px 0 0;
  line-height: 100%; }

#container-players-landing .players-main
.counter p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 100%; }

#container-players-landing .players-main
.counter
.countries {
  text-transform: uppercase; }

#container-players-landing .players-main
.filter {
  padding: 7px 0 10px; }

#container-players-landing .players-main
.filter:after {
  clear: both;
  content: "";
  display: block; }

#container-players-landing .players-main .filter .continent {
  float: right; }

#container-players-landing .players-main .filter .continent .continent-select {
  margin: 17px 7px 0 0; }

#container-players-landing .players-main .filter .continent .continent-select select {
  min-width: 140px; }

@media only screen and (max-width: 479px) {
  #container-players-landing .players-main .filter .continent {
    float: none;
    margin-left: 1rem; } }

#container-players-landing .players-main .alphabet {
  position: absolute;
  text-align: right;
  right: 13px;
  margin-right: 30px; }

@media only screen and (max-width: 1279px) {
  #container-players-landing .players-main .alphabet {
    position: relative;
    margin-right: 0px;
    right: 0px; } }

@media only screen and (max-width: 767px) {
  #container-players-landing .players-main .alphabet {
    right: 0px;
    margin: 2rem 0 0.5rem 0.5rem; } }

@media only screen and (max-width: 1023px) {
  #container-players-landing .widget-area {
    position: absolute;
    right: -322px;
    width: 310px;
    display: block;
    background: #f0f0f0;
    z-index: 88;
    top: 0;
    height: auto;
    min-height: 800px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; } }

@media only screen and (max-width: 599px) {
  #container-players-landing
.widget-area {
    width: 270px;
    right: -270px; } }

/*grand landing*/
.grand-landing .wrapper-results {
  width: 100%;
  position: relative; }

.grand-landing .wrapper-results .banner {
  height: auto;
  max-height: 284px;
  position: relative; }

.grand-landing .wrapper-results .banner img {
  position: relative;
  z-index: 5; }

.grand-landing .wrapper-results .banner:after {
  width: 400%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1; }

.grand-landing .wrapper-results .box-title {
  color: #fff;
  height: 50px;
  margin: 0 auto 25px;
  padding: 17px 0 0; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .box-title {
    height: auto;
    margin: 0 auto 15px; } }

.grand-landing .wrapper-results .box-title h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%; }

.grand-landing .wrapper-results .box-title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%; }

.grand-landing .wrapper-results .content {
  display: table;
  margin: 30px 0 0; }

.grand-landing .wrapper-results .content .description {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  color: #cccccc; }

@media only screen and (max-width: 767px) {
  .grand-landing .wrapper-results .content .description {
    padding: 0 1rem 0 1rem; } }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .content .description {
    display: block;
    width: 100%; } }

.grand-landing .wrapper-results .content .logo {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  text-align: center;
  padding: 5px 0 0; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .content .logo {
    display: block;
    width: 100%;
    margin: 0 0 5px; } }

.grand-landing .wrapper-results .box-title-date {
  height: 50px;
  margin: 0px auto 25px;
  padding: 17px 24px 0px;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .box-title-date {
    padding: 17px 10px 0px; } }

.grand-landing .wrapper-results .box-title-date:after {
  clear: both;
  display: block;
  content: ""; }

.grand-landing .wrapper-results .select {
  float: right;
  margin: 12px 0 0; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .select {
    float: left;
    clear: both; } }

.grand-landing .wrapper-results .select .date-select, .grand-landing .wrapper-results .select .ranking-select, .grand-landing .wrapper-results .select .continent-select {
  margin: 0 0 0 17px; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .select .date-select, .grand-landing .wrapper-results .select .ranking-select, .grand-landing .wrapper-results .select .continent-select {
    clear: both;
    float: left;
    margin: 0 0 10px; } }

.grand-landing .wrapper-results .select .date-select select, .grand-landing .wrapper-results .select .ranking-select select, .grand-landing .wrapper-results .select .continent-select select {
  max-width: 190px; }

@media only screen and (max-width: 1023px) {
  .grand-landing .wrapper-results .select .date-select select, .grand-landing .wrapper-results .select .ranking-select select, .grand-landing .wrapper-results .select .continent-select select {
    max-width: 167px; } }

.grand-landing .wrapper-results .wrapper-content-results {
  background: none;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results {
    margin: 5px 0 0; } }

.grand-landing .wrapper-results .wrapper-content-results .tab-results-new {
  background-color: #131313;
  display: table;
  height: 37px;
  margin: 0;
  padding: 1px 0 0;
  width: 100%; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .tab-results-new {
    display: none; } }

.grand-landing .wrapper-results .wrapper-content-results .tab-results-new li {
  cursor: pointer;
  display: table-cell;
  line-height: 210%;
  text-align: center;
  vertical-align: middle; }

.grand-landing .wrapper-results .wrapper-content-results .tab-results-new li a {
  color: #fff; }

.grand-landing .wrapper-results .wrapper-content-results .tab-results-new li:hover, .grand-landing .wrapper-results .wrapper-content-results .tab-results-new li.active {
  background-color: #fff; }

.grand-landing .wrapper-results .wrapper-content-results .tab-results-new li:hover a, .grand-landing .wrapper-results .wrapper-content-results .tab-results-new li.active a {
  color: #050505;
  font-weight: 500; }

.grand-landing .wrapper-results .wrapper-content-results .select-result-mobile {
  display: none;
  margin: 0 10px 5px; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .select-result-mobile {
    display: inline-block; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding {
  margin: 0; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .mobile {
    display: none; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding th {
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
  background-color: #000000;
  padding: 0 3px;
  font-size: 14px; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding th {
    font-size: 13px; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding td {
  padding: 15px 2px;
  font-size: 14px;
  border-left: 2px solid #414141; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding td {
    font-size: 13px; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding td img {
  display: inline-block; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding td:first-child {
  border-left: none; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre {
  padding: 0 5px;
  font-weight: 500;
  display: block; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre a {
  word-wrap: break-word;
  max-width: 290px; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre a {
    max-width: 90px;
    word-wrap: break-word;
    display: block; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding tr.row1 {
  /*background-color: #151515;*/
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding tr.row2 {
  background-color: #393939 !important; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding tr.row3 {
  background-color: #282828 !important; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding tr.line {
  background-color: #282828; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding tr.line td {
  border-top: 2px solid red; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .country {
  display: table;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 12px;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  padding: 0 3px;
  width: 106px; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .country img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .country span {
  display: inline-block;
  width: 29px; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .country {
    text-align: center;
    padding-right: 7px; }
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .country img {
    margin: 3px 0; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .city {
  padding: 0 3px; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .showPopup {
  background: url("../images/arrowPopupLanding.png") no-repeat scroll center center;
  cursor: pointer;
  float: right;
  height: 10px;
  position: relative;
  top: 6px;
  width: 22px;
  margin: 0 10px 0 0; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .showPopup.active {
  background: url("../images/arrowPopupLanding_off.png") no-repeat scroll center center; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre {
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: table;
  vertical-align: middle; }

@media only screen and (max-width: 599px) {
  .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre {
    font-size: 13px; } }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player span, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next span, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next span, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre span, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre span {
  display: block;
  margin: 6px 0; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player span a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next span a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next span a, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre span a, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre span a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player span a:hover, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-next span a:hover, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-next span a:hover, .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .players-control .player-pre span a:hover, .players-control .grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .player-pre span a:hover {
  color: #df2027; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .ranking-change {
  display: inline-block;
  width: 15px;
  text-align: right; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .ranking-detail {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 100%;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  position: relative;
  display: none; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .tblRankingLanding .ranking-detail:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 13px 13px;
  border-color: transparent transparent #FFF;
  position: absolute;
  right: 8px;
  top: -14px; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .players-control {
  height: 25px;
  padding: 20px 15px 40px 15px;
  background-color: #151515;
  opacity: 0.9; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .players-control .note > div {
  background: #d32128;
  display: inline-block;
  height: 2px;
  width: 12px; }

.grand-landing .wrapper-results .wrapper-content-results .content-results .players-control .note > span {
  display: inline-block;
  color: #999999;
  font-style: italic; }

/* Events page */
/***************/
.grand-event .wrapper-results {
  max-width: 1024px;
  margin: 0px auto;
  position: relative; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-results {
    background-color: #242424; } }

.grand-event .wrapper-results .box-title {
  color: #fff;
  margin: 0 auto 0;
  padding: 30px 0px 0px 0px; }

@media (max-width: 767px) {
  .grand-event .wrapper-results .box-title {
    color: #fff;
    margin: 0 auto 0;
    padding: 20px 10px 0px 10px; } }

.grand-event .wrapper-results .box-title:after {
  clear: both;
  display: block;
  content: ""; }

.grand-event .wrapper-results .box-title .box-title-left {
  float: left; }

.grand-event .wrapper-results .box-title .box-title-left h3 {
  float: left;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-results .box-title .box-title-left h3 {
    font-size: 24px; } }

.grand-event .wrapper-results .box-title .box-title-left h4 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-results .box-title .box-title-left h4 {
    font-size: 20px; } }

.grand-event .wrapper-results .box-title .box-title-right {
  float: right; }

@media only screen and (max-width: 599px) {
  .grand-event .wrapper-results .box-title .box-title-right {
    clear: both;
    float: left; } }

.grand-event .wrapper-results .box-title .box-title-right h4 {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 500; }

@media (max-width: 599px) {
  .grand-event .wrapper-results .box-title .box-title-right h4 {
    text-align: left; } }

.grand-event .wrapper-results .box-title .box-title-right .grandEventSelect {
  clear: both;
  float: right;
  margin: 3px 0 0; }

@media only screen and (max-width: 599px) {
  .grand-event .wrapper-results .box-title .box-title-right .grandEventSelect {
    float: left; } }

.grand-event .content {
  clear: both;
  padding: 0px;
  margin: 10px 0 20px; }

@media only screen and (max-width: 767px) {
  .grand-event .content {
    padding: 10px; } }

@media only screen and (max-width: 599px) {
  .grand-event .content {
    padding: 0px 10px;
    margin-bottom: 0px; } }

.grand-event .content:after {
  clear: both;
  content: "";
  display: block; }

.grand-event .box-grand-events {
  background-color: #0e0e0e;
  color: #fff;
  position: relative;
  width: 74%;
  float: left; }

@media only screen and (max-width: 1023px) {
  .grand-event .box-grand-events {
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .grand-event .box-grand-events {
    width: 100%;
    margin: 10px 0px; } }

.grand-event .box-grand-events > div {
  display: table;
  height: 92px;
  width: 100%; }

.grand-event .box-grand-events > div .logo-left {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 111px; }

@media only screen and (max-width: 1023px) {
  .grand-event .box-grand-events > div .logo-left {
    display: none; } }

.grand-event .box-grand-events > div .logo-left img {
  vertical-align: middle;
  height: 92px; }

.grand-event .box-grand-events > div .info {
  display: table-cell;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 60%; }

.grand-event .box-grand-events > div .info h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%; }

.grand-event .box-grand-events > div .info h4 {
  font-size: 12px;
  font-weight: 300;
  margin: 3px 0 0; }

.grand-event .box-grand-events > div .logo-right {
  display: table-cell;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle; }

@media only screen and (max-width: 1023px) {
  .grand-event .box-grand-events > div .logo-right {
    display: none; } }

.grand-event .box-view-event {
  background: url("../images/bg_view_result_event.jpg") no-repeat scroll center center/cover;
  background-color: #666666;
  border: 1px solid #000;
  box-sizing: border-box;
  display: table;
  height: 92px;
  position: relative;
  width: 24%;
  float: right; }

@media only screen and (max-width: 1023px) {
  .grand-event .box-view-event {
    width: 38%; } }

@media only screen and (max-width: 599px) {
  .grand-event .box-view-event {
    width: 100%;
    margin: 10px 0px 10px 10px; } }

.grand-event .box-countDown {
  float: right;
  width: 24.7%;
  height: 90px;
  box-sizing: border-box;
  display: table;
  position: relative;
  border: 1px solid #515151;
  text-align: center;
  color: #fff;
  background: url(../images/icon_clock_count_down.png) no-repeat center center; }

@media (max-width: 1023px) {
  .grand-event .box-countDown {
    width: 38%; } }

@media (max-width: 767px) {
  .grand-event .box-countDown {
    float: left;
    width: 100%;
    margin: 10px 0px; } }

.grand-event .box-countDown .box-date {
  width: 50%;
  height: 90px;
  background: url(../images/bgCountDate.png) repeat 0 0;
  box-sizing: border-box;
  padding: 5px 0 0;
  float: left; }

.grand-event .box-countDown .box-date #count-date {
  font-size: 48px;
  font-family: 'Roboto';
  line-height: 100%;
  font-weight: bold; }

.grand-event .box-countDown .box-date .title {
  font-size: 26px;
  line-height: 100%;
  font-family: 'Roboto'; }

.grand-event .box-countDown .info {
  font-size: 20px;
  line-height: 100%;
  font-family: 'Roboto';
  float: left;
  padding: 15px 0px 0px 15px; }

.grand-event .box-view-event .title-link {
  margin: 0;
  position: absolute; }

.grand-event .box-view-event .info {
  color: #fff;
  float: right;
  font-weight: 500;
  font-size: 16px;
  margin: 38px 10px auto auto;
  text-align: right;
  max-width: 195px; }

.grand-event .box-view-event .info a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.grand-event .box-view-event .info a:hover {
  color: #df2027; }

.grand-event .content-gallery {
  height: 326px;
  width: 74%;
  float: left;
  overflow: hidden;
  margin: 0 2% 0 0; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-gallery {
    width: 100%;
    margin: 0; } }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery {
    height: auto; } }

.grand-event .content-gallery .slide-gallery {
  float: left;
  width: 65%;
  margin: 0 2% 0 0; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-gallery .slide-gallery {
    width: 60%; } }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery .slide-gallery {
    width: 100%;
    padding: 0px;
    margin: 0; } }

.grand-event .content-gallery h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }

.grand-event .content-gallery .box-gallery {
  background-color: black;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 287px;
  margin: 14px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery .box-gallery {
    height: auto; } }

.grand-event .content-gallery .box-gallery #event-slider {
  display: block;
  text-align: center;
  position: relative; }

.grand-event .content-gallery .box-gallery #event-slider .icon img {
  width: 56px !important;
  height: 46px !important;
  position: absolute;
  right: 0;
  bottom: 0; }

.grand-event .content-gallery .box-gallery #event-slider .owl-item .item {
  width: auto;
  text-align: center; }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery .box-gallery #event-slider .owl-item .item {
    height: auto; } }

.grand-event .content-gallery .box-gallery #event-slider .owl-item .item img {
  max-height: 287px;
  width: auto;
  margin: 0 auto; }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery .box-gallery #event-slider .owl-item .item img {
    height: auto;
    width: 100%; } }

.grand-event .content-gallery .box-gallery #event-slider .owl-controls {
  display: block !important; }

@media only screen and (max-width: 599px) {
  .grand-event .content-gallery .box-gallery #event-slider .owl-controls {
    display: none !important; } }

.grand-event .content-gallery .box-gallery #event-slider .owl-controls .owl-nav > div {
  color: #fff;
  display: block;
  padding: 10px 10px;
  font-size: 20px;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.grand-event .content-gallery .box-gallery #event-slider .owl-controls .owl-prev {
  left: 0; }

.grand-event .content-gallery .box-gallery #event-slider .owl-controls .owl-next {
  right: 0; }

.grand-event .content-gallery .box-gallery #event-slider .hidden {
  display: none; }

.grand-event .content-gallery .box-gallery #event-slider.owl-carousel img {
  overflow: hidden;
  vertical-align: top;
  max-height: 289px;
  height: 289px;
  max-width: none; }

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .grand-event .content-gallery .box-gallery #event-slider.owl-carousel img {
    max-width: 100%;
    max-height: 100%;
    height: auto; } }

@media only screen and (max-width: 479px) {
  .grand-event .content-gallery .box-gallery #event-slider.owl-carousel img {
    max-width: 100%;
    max-height: 100%;
    height: auto; } }

.grand-event .content-video {
  height: 326px;
  margin: 0 0 0 2.5%;
  width: 32.4%;
  display: table-cell; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-video {
    width: 38%; } }

@media only screen and (max-width: 599px) {
  .grand-event .content-video {
    width: 100%;
    display: block;
    clear: both;
    padding: 20px 0px;
    margin: 0;
    height: auto; } }

.grand-event .content-video h3 {
  color: #fff;
  font-weight: 500;
  font-size: 18px; }

.grand-event .content-video .box-video {
  background-color: #000;
  border: 2px solid #000;
  box-sizing: border-box;
  height: 287px;
  margin: 14px 0 0;
  overflow: hidden;
  position: relative;
  text-align: center; }

.grand-event .content-video .box-video .title {
  color: #fff;
  font-weight: 500;
  line-height: 130%;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 5; }

.grand-event .content-video .box-video .title a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.grand-event .content-video .box-video .title a:hover {
  color: #df2027; }

.grand-event .content-video-event {
  width: 24%;
  float: right; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-video-event {
    width: 100%;
    margin: 5px 0 0; } }

@media only screen and (max-width: 599px) {
  .grand-event .content-video-event {
    padding: 10px 0px 20px 0px; } }

.grand-event .content-event {
  height: 326px; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-event {
    height: auto; } }

.grand-event .content-event h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500; }

.grand-event .content-event ul.box-event {
  margin: 14px 0 0;
  padding: 0;
  position: relative; }

.grand-event .content-event ul.box-event li:first-child {
  margin-top: 0; }

.grand-event .content-event ul.box-event li {
  background-color: #141414;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 89px;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .grand-event .content-event ul.box-event li {
    width: 32.6%;
    float: left;
    margin: 0 0 0 1%; }
  .grand-event .content-event ul.box-event li:first-child {
    margin: 0; } }

@media only screen and (max-width: 479px) {
  .grand-event .content-event ul.box-event li {
    width: 100%;
    display: table;
    margin: 10px 0 0; } }

.grand-event .content-event ul.box-event li .title {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 5; }

@media only screen and (max-width: 599px) {
  .grand-event .content-event ul.box-event li .title {
    font-size: 15px; } }

@media only screen and (max-width: 479px) {
  .grand-event .content-event ul.box-event li .title {
    display: table-cell;
    font-size: 14px;
    height: 100%;
    line-height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    white-space: pre-line;
    width: 35%;
    background-color: #df2027; } }

.grand-event .content-event ul.box-event li .title a {
  padding: 0 4px; }

@media only screen and (max-width: 479px) {
  .grand-event .content-event ul.box-event li a {
    display: table-cell;
    position: relative;
    width: 60%; } }

.grand-event .content-event ul.box-event li img {
  float: right;
  height: 87px;
  vertical-align: top; }

.grand-event .wrapper-events {
  background-color: #fff;
  border: 0px solid #000; }

.grand-event .wrapper-events:after {
  clear: both;
  content: "";
  display: block; }

.grand-event .wrapper-events .box-historical {
  background-color: #000;
  position: relative; }

.grand-event .wrapper-events .box-historical .tab-historical {
  box-sizing: border-box;
  display: table;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 75%; }

.box-historical ul.team {
  margin: 0px auto;
  padding: 15px 0px;
  display: table; }

.box-historical ul.team li.team {
  height: 200px !important;
  background-color: rgba(50, 50, 50, 0.6); }

.box-historical ul.team li .position {
  width: 100%;
  margin: 10px auto auto;
  text-align: left;
  height: 35px;
  position: relative;
  color: #fff; }

.box-historical .event-title {
  padding: 13px 27px 0px 5px;
  clear: both;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff; }

.box-historical .count1 {
  padding-left: 60px;
  position: relative;
  left: -45px;
  height: 33px;
  font-size: 30px;
  font-weight: 500; }

.box-historical .team-flag {
  width: 100%;
  padding: 10px 0px 0px 15px;
  float: left; }

.box-historical .team-name {
  float: left;
  padding: 10px 0px 0px 15px;
  color: #fff;
  text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-events .box-historical .tab-historical {
    width: 100%;
    height: inherit;
    display: block;
    clear: both;
    padding-top: 3px; } }

.grand-event .wrapper-events .box-historical > h3 {
  background-color: #fff;
  box-sizing: border-box;
  color: #010101;
  float: left;
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  line-height: 33px;
  padding: 6px 10px;
  width: 25%; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-events .box-historical > h3 {
    width: 100%; } }

.grand-event .wrapper-events .box-historical .historical-tab-mobile {
  display: none !important;
  float: right;
  margin: 4px 8px 0 0;
  position: relative;
  line-height: 38px; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-events .box-historical .historical-tab-mobile {
    display: inline-block !important;
    margin-top: -43px; } }

.grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select {
  width: 60px !important; }

.grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select select {
  width: 100%; }

.grand-event .wrapper-events .box-historical .historical-tab-mobile .list-select .ddlHistorical {
  width: 80px; }

.grand-event .wrapper-events .box-historical #list-historical {
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 18px 0 0 8px; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-events .box-historical #list-historical {
    background: #000; } }

@media only screen and (max-width: 767px) {
  .grand-event .wrapper-events .box-historical #list-historical {
    padding: 18px 10px 0px 10px; } }

.grand-event .wrapper-events .box-historical #list-historical:after {
  clear: both;
  content: "";
  display: block; }

.grand-event .wrapper-events .box-historical #list-historical li {
  box-sizing: border-box;
  float: left;
  height: 300px;
  margin: 0 9px 0 0;
  list-style-type: none;
  width: 24%; }

@media only screen and (max-width: 1023px) {
  .grand-event .wrapper-events .box-historical #list-historical li {
    width: 48%;
    display: inline-block;
    vertical-align: top; } }

@media only screen and (max-width: 479px) {
  .grand-event .wrapper-events .box-historical #list-historical li {
    width: 100%; } }

.grand-event .wrapper-events .box-historical #list-historical li .item {
  box-sizing: border-box;
  height: 148px; }

.grand-event .wrapper-events .box-historical #list-historical li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase; }

.grand-event .wrapper-events .box-historical #list-historical li h3.bg {
  background: url("../images/bgItemHistorical.png") repeat scroll 0 0; }

.grand-event .wrapper-events .box-historical #list-historical li .info {
  background: url("../images/bgItemHistorical.png") repeat scroll 0 0;
  box-sizing: border-box;
  height: 118px;
  padding: 15px 10px 15px; }

.grand-event .wrapper-events .box-historical #list-historical li .image {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  height: 98px;
  margin: 0 9px 0 0;
  padding: 3px;
  width: 85px; }

.grand-event .wrapper-events .box-historical #list-historical li .image a {
  display: block;
  height: 92px;
  overflow: hidden;
  width: 79px; }

.grand-event .wrapper-events .box-historical #list-historical li .image img {
  width: 79px; }

.grand-event .wrapper-events .box-historical #list-historical li .description {
  box-sizing: border-box;
  float: left;
  padding: 11px 0 0;
  width: 91px; }

.grand-event .wrapper-events .box-historical #list-historical li .name {
  box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  padding: 0 3px 0 0; }

.grand-event .wrapper-events .box-historical #list-historical li .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.grand-event .wrapper-events .box-historical #list-historical li .name a:hover {
  color: #df2027; }

.grand-event .wrapper-events .box-historical #list-historical li .name a {
  color: #fff;
  text-transform: capitalize; }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .grand-event .wrapper-events .box-historical #list-historical li {
    width: 48%; } }

/*BW TV*/
.bw-tv .schedule-title {
  display: table; }

.bw-tv .schedule-list {
  padding: 1rem 0 0; }

.bw-tv .schedule-content {
  padding: 0 1rem 0; }

.bw-tv .no-schedule {
  padding: 1rem;
  font-weight: bold; }

.bw-tv .tblBwtv {
  margin: 0;
  border-bottom: 2px solid #424242;
  border-top: 2px solid #424242;
  border-collapse: collapse; }

.bw-tv .tblBwtv tbody > tr {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.bw-tv .tblBwtv tbody > tr th {
  background-color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  /*border-bottom: 2px solid #515151;*/
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  height: 46px;
  padding: 10px;
  text-align: left; }

@media only screen and (max-width: 1023px) {
  .bw-tv .tblBwtv tbody > tr th.mobile {
    display: none;
    padding: 5px; } }

@media only screen and (max-width: 479px) {
  .bw-tv .tblBwtv tbody > tr th.mobile-portrait {
    display: none; } }

.bw-tv .tblBwtv tbody > tr th:nth-child(1) {
  width: 13%;
  padding: 0 0 0 15px; }

.bw-tv .tblBwtv tbody > tr th:nth-child(2) {
  width: 30%; }

.bw-tv .tblBwtv tbody > tr th:nth-child(3) {
  width: 15%; }

.bw-tv .tblBwtv tbody > tr th:nth-child(4) {
  width: 13%; }

.bw-tv .tblBwtv tbody > tr th:nth-child(5) {
  width: 15%; }

.bw-tv .tblBwtv tbody > tr th:nth-child(6) {
  width: 14%; }

.bw-tv .tblBwtv tbody > tr td {
  font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-left: 2px solid #515151; }

.bw-tv .tblBwtv tbody > tr td.black {
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.bw-tv .tblBwtv tbody > tr td .titleCategory {
  padding: 8px 0 0 18px; }

.bw-tv .tblBwtv tbody > tr td:first-child {
  border-left: none; }

@media only screen and (max-width: 1023px) {
  .bw-tv .tblBwtv tbody > tr td.mobile {
    display: none; } }

@media only screen and (max-width: 479px) {
  .bw-tv .tblBwtv tbody > tr td.mobile-portrait {
    display: none; } }

.bw-tv .tblBwtv tbody > tr td:nth-child(1) {
  width: 13%;
  padding: 0 0 0 15px; }

.bw-tv .tblBwtv tbody > tr td:nth-child(2) {
  width: 30%; }

.bw-tv .tblBwtv tbody > tr td:nth-child(3) {
  width: 15%; }

.bw-tv .tblBwtv tbody > tr td:nth-child(4) {
  width: 13%; }

.bw-tv .tblBwtv tbody > tr td:nth-child(5) {
  width: 15%; }

.bw-tv .tblBwtv tbody > tr td:nth-child(6) {
  width: 14%; }

@media only screen and (max-width: 1023px) {
  .bw-tv .tblBwtv tbody > tr td {
    padding: 5px; } }

.bw-tv .tblBwtv tbody > tr .country {
  display: table;
  vertical-align: middle;
  margin: 6px 0;
  text-align: center; }

.bw-tv .tblBwtv tbody > tr .country img {
  margin: 0 0 0 3px;
  vertical-align: middle; }

@media only screen and (max-width: 599px) {
  .bw-tv .tblBwtv tbody > tr .country img {
    display: block;
    margin: 3px 0 0; } }

.bw-tv .tblBwtv tbody > tr .name {
  padding: 0;
  word-wrap: break-word; }

.bw-tv .tblBwtv tbody > tr .name a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.bw-tv .tblBwtv tbody > tr .name a:hover {
  color: #df2027; }

.bw-tv .tblBwtv tbody > tr .name a {
  font-weight: 500;
  display: inline-block;
  position: relative;
  cursor: pointer; }

.bw-tv .tblBwtv tbody > tr .name a i {
  float: right;
  height: 16px;
  line-height: 16px;
  font-size: 2em;
  margin: 0px -20px 0px 0px; }

@media only screen and (max-width: 599px) {
  .bw-tv .tblBwtv tbody > tr .name a {
    min-height: 56px; } }

.bw-tv .tblBwtv tbody > tr .name a.no--hover {
  cursor: initial; }

.bw-tv .tblBwtv tbody > tr .name a.no--hover:hover {
  color: #fff; }

@media only screen and (max-width: 479px) {
  .bw-tv .tblBwtv tbody > tr .name {
    padding: 0; } }

.bw-tv .tblBwtv tbody > tr .category {
  margin: 0 5px;
  display: table;
  /*color: #bbbbbb;*/ }

.bw-tv .tblBwtv tbody > tr .category a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.bw-tv .tblBwtv tbody > tr .category a:hover {
  color: #df2027; }

.bw-tv .tblBwtv tbody > tr .category--bold-white {
  font-weight: 500; }

.bw-tv .tblBwtv tbody > tr .category .name {
  display: table-cell;
  vertical-align: middle; }

.bw-tv .tblBwtv tbody > tr .category .name a {
  width: 100%; }

.bw-tv .tblBwtv tr.gray1 {
  background-color: none; }

.bw-tv .tblBwtv tr .country .country_code {
  display: table-cell;
  min-width: 30px; }

@media only screen and (max-width: 599px) {
  .bw-tv .tblBwtv tr .country .country_code {
    display: block; } }

.bw-tv .tblBwtv tr > th {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.bw-tv .tblBwtv tr.black {
  background: rgba(0, 0, 0, 0.6);
  /*$blk;*/ }

.bw-tv .tblBwtv tr.gray1 {
  background: rgba(33, 33, 33, 0.6); }

.bw-tv .tblBwtv.clearBorderTop {
  border-top: 0px solid #424242; }

@media only screen and (max-width: 479px) {
  .bw-tv .grid-row .col-2-3 {
    width: 100%; }
  .bw-tv .grid-row .col-1-3 {
    width: 100%; }
  .bw-tv .page-header .page-header-info {
    float: left;
    padding: 0 1rem 0; } }

.box-title .select2-container .select2-choice {
  display: block !important;
  max-width: 230px;
  width: 2300px; }

.box-title .select2-container .select2-choice .select2-chosen {
  color: #000;
  text-align: left; }

/* World Rankings */
/******************/
.double .flag {
  padding-bottom: 2px; }

.datatable .flag2 {
  padding-top: 2px; }

.secondary-sidebar #home-world-ranking {
  color: #000; }

.secondary-sidebar #home-world-ranking .owl-dots {
  display: none !important; }

.secondary-sidebar #home-world-ranking a {
  color: #000;
  text-decoration: none;
  outline: none; }

.secondary-sidebar #home-world-ranking a:hover {
  color: #df2027; }

.secondary-sidebar #home-world-ranking .up {
  background: url("../images/arrow-up.png") no-repeat scroll right center; }

.secondary-sidebar #home-world-ranking .down {
  background: url("../images/arrow-down.png") no-repeat scroll right center; }

.secondary-sidebar #home-world-ranking .no-change {
  background: url("../images/arrow-no-change.png") no-repeat scroll 15px center; }

.secondary-sidebar #home-world-ranking table td {
  font-size: 14px;
  font-weight: bold;
  padding: 0; }

.secondary-sidebar #home-world-ranking table td.player .name, .secondary-sidebar #home-world-ranking table .players-control td.player-next .name, .players-control .secondary-sidebar #home-world-ranking table td.player-next .name, .secondary-sidebar #home-world-ranking table .players-control td.player-pre .name, .players-control .secondary-sidebar #home-world-ranking table td.player-pre .name {
  font-size: 12px; }

.secondary-sidebar #home-world-ranking .ranking-change {
  padding-right: 12px; }

.secondary-sidebar #home-world-ranking-control {
  display: table;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  width: 240px;
  color: #000; }

.secondary-sidebar #home-world-ranking-control a {
  display: inline-block;
  text-decoration: none; }

.secondary-sidebar #home-world-ranking-control a.prev {
  background: url("../images/world-ranking-black-prev.png") no-repeat scroll right center; }

.secondary-sidebar #home-world-ranking-control a.name {
  color: #000;
  display: table-cell;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 80%; }

.secondary-sidebar #home-world-ranking-control a.next {
  background: url("../images/world-ranking-black-next.png") no-repeat scroll left center transparent; }

.secondary-sidebar #world-ranking-slider .name a {
  color: #272727;
  text-decoration: none;
  outline: none; }

.secondary-sidebar #world-ranking-slider .name a:hover {
  color: #df2027; }

/* Result landing */
@media only screen and (max-width: 599px) {
  .results-landing .box-title-date .widget-title, .results-landing .box-title-date #container-players-landing .players-main .filter .all-players, #container-players-landing .players-main .filter .results-landing .box-title-date .all-players {
    display: none; } }

.results-landing .box-title-date .widget-title-mobile {
  display: none; }

@media only screen and (max-width: 599px) {
  .results-landing .box-title-date .widget-title-mobile {
    display: block; } }

.results-landing .filter-text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 100;
  text-transform: uppercase; }

@media only screen and (max-width: 599px) {
  .results-landing .filter-text {
    display: block;
    margin: 0px 0px 10px 17px; } }

.results-landing .content-results {
  min-height: 750px;
  position: relative; }

.results-landing .content-results .result-overlay {
  position: absolute;
  height: 100%;
  width: 100%; }

.results-landing .content-results .result-overlay .line {
  border-top: 4px solid #df2027;
  position: relative;
  z-index: 1000; }

.results-landing .content-results .result-overlay .background {
  height: 100%;
  width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE8 and lower */
  background-color: #fff;
  position: relative;
  z-index: 1000; }

.results-landing .content-results .event-complete .note {
  font-style: italic; }

.results-landing .content-results .view-event {
  float: right; }

.results-landing .content-results .description .image {
  width: 30%; }

.results-landing .content-results .description .info {
  width: 60%; }

.results-landing .wrapper-results {
  background-image: none; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding {
  border-collapse: collapse; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.gray1 {
  background-color: none; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr .country .country_code {
  display: table-cell;
  min-width: 30px; }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr .country .country_code {
    display: block; } }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr > th {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.border-red {
  border-top: 4px solid #DF2027; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.border-red td {
  border-top: 0px solid #DF2027; }

.results-landing .wrapper-results .wrapper-content-results .tblResultLanding tr.border-red-bottom {
  border-bottom: 4px solid #DF2027; }

.results-landing .wrapper-results .wrapper-content-results .item-results .first-month {
  display: none; }

.results-landing .wrapper-results .wrapper-content-results .item-results .play-off {
  float: left;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 20px 20px; }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .description .info h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

.results-landing .wrapper-results .wrapper-content-results .tournament-detail .view-event .button .link a {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 and lower */ }

@media only screen and (max-width: 599px) {
  .results-landing .wrapper-results .select {
    padding-top: 0px; } }

.site-main .home-slider {
  margin-bottom: 0; }

.site-content > div.content-area {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  background: #fff;
  z-index: 1; }

.site-content > div.content-area:before, .site-content > div.content-area:after {
  content: '';
  display: table; }

.site-content > div.content-area:after {
  clear: both; }

.site-content > div.content-area:after {
  background-color: #fff;
  width: 400%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -300%;
  content: "";
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  z-index: -1; }

@media only screen and (max-width: 1023px) {
  .site-content > div.content-area {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
  .site-content > div.content-area:before, .site-content > div.content-area:after {
    content: '';
    display: table; }
  .site-content > div.content-area:after {
    clear: both; }
  .site-content > div.content-area:after {
    display: none; } }

.site-content > div.content-area article {
  width: 100%; }

.site-content > div.content-area article .feature-img {
  width: 100%;
  height: auto; }

.site-content > div.content-area article header {
  padding: 1.4rem 0 2rem 2rem;
  text-transform: uppercase; }

.site-content > div.content-area article header h2 {
  margin: 0 250px 0 0; }

.site-content > div.content-area article > div.content {
  padding: 0rem 2rem 2rem; }

.site-content > div.content-area .newsfeat {
  position: relative;
  width: 100%; }

.site-content > div.content-area .newsfeat img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.site-content > div.content-area .newsfeat header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%; }

.site-content > div.content-area .newsfeat header h3 {
  font-size: 1.8rem;
  margin: 0; }

.site-content > div.content-area .newsfeat header h3 a {
  padding: 0.1rem 2rem; }

.site-content > div.content-area .newsfeat header > a {
  display: block;
  text-decoration: none;
  color: #fff; }

.site-content > div.content-area .newsfeat header > a div {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 2rem; }

.site-content > div.content-area .newsfeat header > a div h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.site-content > div.content-area .newsfeat header > a div p {
  margin: 0.6rem 0; }

.site-content > div.content-area .newsfeat header > a:hover {
  color: #f0f0f0; }

.site-content > div.content-area .newsfeat header > a:hover div {
  background: black; }

#container-players-landing .widget-area {
  left: -310px;
  right: 0px; }

@media only screen and (max-width: 1023px) {
  #container-players-landing .widget-area {
    top: -420px;
    bottom: 0;
    width: 310px; } }

#container-players-landing .toggleBox {
  right: -50px;
  top: -70px; }

#container-ranking .widget-area {
  left: -330px;
  right: 0px; }

@media only screen and (max-width: 1023px) {
  #container-ranking .widget-area {
    top: 0px; } }

#container-ranking .toggleBox {
  right: -70px; }

/* Search page */
/***************/
.search-result .title {
  padding: 25px 20px 20px 0px; }

.search-result .title h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: normal;
  display: inline-block; }

.search-result .title h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: normal; }

.search-result .title .result {
  margin-top: 8px; }

.search-result .title .right {
  float: right; }

.search-result .view-more {
  text-align: center;
  margin: 15px 0 7px;
  padding: 0 0 7px; }

.search-result .view-more a {
  font-size: 14px; }

.search-result .view-more a:hover {
  cursor: pointer; }

.search-result .content-search-result:after {
  clear: both;
  content: "";
  display: block; }

.search-result .content-search-result .title-empty {
  height: 875px; }

.search-result .result-content .title {
  font-size: 20px;
  padding: 0 0 5px 20px; }

.search-result .result-content .title span {
  color: #666666; }

.search-result .result-content .title h3 {
  float: left;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 2px;
  padding: 0 0 0 7px; }

.search-result .result-content ul {
  padding: 0;
  clear: both; }

.search-result .result-content .list-event:after {
  clear: both;
  content: ""; }

.search-result .result-content .list-event li {
  box-sizing: border-box;
  color: #fff;
  margin: 5px auto auto;
  width: 303px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px; }

.search-result .result-content .list-event li .logo-left {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 97px; }

.search-result .result-content .list-event li .info {
  color: #000;
  display: table-cell;
  padding: 0 0 0 7px;
  vertical-align: middle;
  text-transform: uppercase; }

.search-result .result-content .list-event li .info h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 100%; }

.search-result .result-content .list-event li .info h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%; }

.search-result .result-content .list-event li .info h4 {
  font-size: 12px;
  font-weight: normal; }

.search-result .list-player {
  margin: 0 0 20px;
  padding: 10px 0 0; }

.search-result .list-player:after {
  content: "";
  clear: both; }

.search-result .list-player li {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 18px 0;
  width: 210px; }

.search-result .list-player li .image {
  background-color: #fff;
  float: left;
  padding: 0px;
  margin-right: 6px;
  position: relative;
  width: 95px; }

.search-result .list-player li .info {
  float: left;
  width: 92px;
  margin: 0 0 0 4px;
  overflow: hidden; }

.search-result .list-player li .info h3 {
  word-wrap: break-word; }

.search-result .list-player li .info .flag {
  margin: 6px 4px 4px 0px; }

.search-result .list-player li .info .flag img {
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
  margin-left: 2px; }

.search-result #list-news, .search-result #list-player, .search-result #list-event {
  display: none; }

.search-result #list-player, .search-result #list-event {
  padding: 1rem 0 0;
  margin: 0; }

.search-result .line {
  border-top: 1px solid #dfdfdf;
  height: 10px;
  width: 100%;
  margin: 10px 0 0; }

@media only screen and (max-width: 1023px) {
  .result-content {
    width: 100% !important;
    padding-bottom: 3px; }
  .content-news {
    min-height: 1px; }
  .content-search-result > .title {
    height: auto; }
  .title-empty {
    height: auto;
    min-height: 200px; } }

/*# sourceMappingURL=style.css.map */