/*
Theme Name: WPT Trans
Version: 5.9.17
Author: Lei Yang
*/

@import url("css/reset.css");
@import url("css/font-awesome.min.css");

/*
========================================================================================================
Font Face
========================================================================================================
*/

/*
========================================================================================================
global classes
========================================================================================================
*/

input, select, textarea {
  font-size: 12px;
  color: #414042;
}

body {
  padding: 0;
  margin: 0;
  transition-property: font-size;
  -moz-transition-property: font-size;
  -webkit-transition-property: font-size;
  transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-timing-function: linear, ease-in;
  -moz-transition-timing-function: linear, ease-in;
  -webkit-transition-timing-function: linear, ease-in;
  background: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #005eda;
}

::selection {
  background: #f1843c;
  color: #fff
}

-moz-::selection {
  background: #f1843c;
  color: #fff
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

:-moz-placeholder {
  color: #bfbfbf;
}

::-moz-placeholder {
  color: #bfbfbf;
}

:-ms-input-placeholder {
  color: #bfbfbf;
}

h3 {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

.line {
  height: 0;
  border-top: 1px solid #f4f4f4;
  display: none;
}

.hidden {
  display: none;
}

.overflow_hidden {
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
}

/*
========================================================================================================
global classes
========================================================================================================
*/
.clear {
  clear: both;
  height: 0;
}

/*
========================================================================================================
Wrapper
========================================================================================================
*/

#wrapper {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}

.ad_wrapper_bg {
  width: 100%;
  height: 1080px;
  position: fixed;
  top: 60px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg_overlay {
  width: 1320px;
  left: 50%;
  margin-left: -660px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

/*
========================================================================================================
Main Container
========================================================================================================
*/
.mainCntr {
  margin: 0 auto;
  width: 1280px;
}

.innerCntr {
  margin: 3.875rem auto 0;
  width: 1280px;
  border-top: 0;
  border-bottom: none;
}

@media (min-width: 1140px) {
  .innerCntr {
    margin-top: 82px;
  }
}

/*
========================================================================================================
HEADER
========================================================================================================
*/

.top_links {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  background: #444444;
  height: 40px;
  line-height: 40px;
}

.top_links ul {
  list-style: none;
  margin: 0 0 0 0;
}

.top_links ul li {
  list-style: none;
  margin: 0 0 0 0;
  float: left;
  padding: 0 0 0 0
}

.top_links ul li a {
  text-decoration: none;
  color: #999999;
  text-transform: uppercase;
  height: 40px;
  float: left;
  background: #444444;
  padding: 0 25px;
}

.top_links ul li a:hover, .top_links ul li a.active {
  color: #fff;
  background: #666666;
}

/*
========================================================================================================
Logo
========================================================================================================
*/

/*** BEGIN MENU *******************/
header .mainCntr {
  display: table;
  height: 80px;
}

header .mainCntr .nav-toggler {
  display: none;
}

.hamburger-box {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -ms-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
}

.hamburger-box .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 14%;
  top: 43%;
  background: #005eda;
}

.hamburger-box .hamburger-inner:before, .hamburger-box .hamburger-inner:after {
  content: '';
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #005eda;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

.hamburger-box .hamburger-inner:before {
  top: -200%;
  left: 0;
}

.hamburger-box .hamburger-inner:after {
  bottom: -200%;
  left: 0;
}

header .mainCntr .logo, header .mainCntr .left-nav, header .mainCntr .search-section {
  display: table-cell;
  vertical-align: top;
}

header .mainCntr .logo {
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

header .mainCntr .logo a {
  display: block;
  width: 162px;
}

header .mainCntr .logo img {
  width: 100%;
}

header .mainCntr .left-nav {
  width: 100%;
  padding: 0 0 0 33px;
  box-sizing: border-box;
}

header .mainCntr .search-section {
  position: relative;
  vertical-align: middle;
}

#menu {
  display: table;
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0;
}

#menu ul {
  display: none;
  list-style: none;
}

#menu li {
  color: #555555;
}

#menu li a.top-level-nav {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

#menu li a {
  display: block;
  text-align: left;
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #fff;
}

#menu > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#menu > li > a {
  height: 80px;
  text-align: center;
  padding: 0;
  line-height: 80px;
  color: #555;
}

#menu > li.play {
  color: white;
  background: #49BF6B
}

#menu > li.play > a {
  color: white;
  background: #49BF6B
}

#menu > li.play > a:hover {
  color: white;
  background: #49BF6B
}

#menu ul {
  position: absolute;
  width: 232px;
}

#menu > li > ul {
  top: 80px;
  left: 0;
  background: #005eda;
}

#menu > li:hover > ul {
  display: block;
}

#menu li:hover > a {
  color: #fff;
  background: #005eda;
}

#menu > li ul a {
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
}

#menu > li ul a:hover {
  padding-left: 35px;
  color: #fff;
}

#menu li.second-level {
  width: 100%;
}

#menu li.second-level > a {
  font-weight: normal;
  text-transform: capitalize;
}

#menu li.second-level:hover > a {
  background: #209DCE;
}

#menu li.second-level > ul {
  top: 0;
  left: 232px;
}

#menu li.second-level:hover > ul {
  display: block;
  top: 0;
  left: 232px;
}

#menu li.second-level li a {
  background: #209DCE;
}

#menu li.second-level li:hover > a {
  background: #24AEDC;
}

.search-section a {
  display: block;
  height: 100%;
  padding: 0 25px;
  text-align: center;
  line-height: 80px;
  color: #000
}

.search-section:hover a {
  color: #fff;
  background: #005eda;
}

.search-section .search-block {
  display: none;
  position: absolute;
  width: 242px;
  height: 35px;
  background: #005eda;
  padding: 18px;
  top: 80px;
  right: 0;
}

.search-section:hover .search-block {
  display: block;
}

.search-section .search-block input[type="text"] {
  width: 224px;
  height: 35px;
  background: #fff;
  font-size: 16px;
  color: #555555;
  padding: 0 10px;
  border: none
}

.second-level-nav i {
  float: right;
  margin: 15px 10px auto auto;
}

.fix_hdr {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 4px #aaaaaa;
  -moz-box-shadow: 0 0 4px #aaaaaa;
  box-shadow: 0 0 4px #aaaaaa;
  height: 60px;
  position: fixed;
  top: 0;
}

.fix_hdr .mainCntr {
  height: 60px;
}

.fix_hdr .logo {
  width: 116px;
}

.fix_hdr #menu > li {
  font-size: 16px;
}

.fix_hdr #menu > li a {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

.fix_hdr #menu > li > ul {
  top: 60px;
}

.fix_hdr #menu > li ul a {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.fix_hdr .search-section a {
  line-height: 60px;
}

.fix_hdr .search-section .search-block {
  top: 60px;
}

/*
========================================================================================================
Tooltip
========================================================================================================
*/

div.tooltips {
  position: relative;
  display: inline;
  cursor: pointer;
}

div.tooltips span {
  position: absolute;
  width: 150px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  font-size: 12px;
  display: none;
}

div.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

div:hover.tooltips span {
  display: inline;
  visibility: visible;
  opacity: 1;
  bottom: 45px;
  left: 50%;
  margin-left: -75px;

  z-index: 99999;
}

/*
========================================================================================================
BANNER
========================================================================================================
*/
.banner {
  float: left;
  text-align: center;
  width: 100%;
  position: relative
}

.banner_title h1 {
  position: absolute;
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  margin: 21% 50px auto 50px;
  padding: 10px 15px;
  background: rgb(0, 132, 197);
  background: rgba(0, 132, 197, 0.8);
  color: #ffffff;
  z-index: 2;
  line-height: normal;
}

.banner_button_container {
  position: absolute;
  margin: 26.2% 50px auto 50px;
}

.banner_button,
.additional_info_link {
  font-weight: 300;
  background-color: rgb(227, 53, 63);
  background-color: rgba(227, 53, 63, .85);
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 10px;
}

.liveBanner {
  display: block;
  background: #444444;
  height: 40px;
  line-height: 40px;
}

.liveBanner_title {
  float: left;
  background: #E23C3F;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.liveBanner_title > a {
  display: inline-block;
  height: 40px;
  color: #FFF !important;
  padding: 0 15px;
}

.liveBanner_title_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #e23c3f;
  float: left;
}

.liveBanner_events_wrapper {
  float: left;
}

.liveBanner_event {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  border-right: 1px solid #777777;
}

.liveBanner_event:hover {
  background: #222222;
}

/*.banner_overlay{background-image: url(images/banner_overlay.png); background-repeat: repeat-x; position: absolute; width: 100%; height: 100%; z-index:1}*/
.banner_l {
  float: left;
  width: 100%;
  height: 490px;
  margin: 0 0 0 0;
  position: relative;
  background: #f4f4f4;
}

.bnr_bg {
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
}


.capion_content {
  float: left;
  margin: 7px 0 0 0;
  width: 100%;
  position: relative;
}

.capion_content h1 {
  text-align: left;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 0 0 20px;
  font-weight: 800;
  width: 600px;
  float: left;
}

.capion_content p {
  padding: 10px;
  border: solid 1px #fff;
  width: 210px;
  float: right;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px
}

.capion_content span {
  position: absolute;
  top: 0;
  left: 45px;
}

.bnrNav {
  display: none;
}

.banner_r {
  float: right;
  width: 340px;
  margin: 0 0 0 0;
  position: relative;
}

.upcoming_event {
  float: left;
  width: 100%;
  background: #005eda;
}

.ue_up {
  width: 299px;
  margin: 0 auto;
}

.ue_up p {
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 19px;
}

.ue_up p span {
  display: block;
  color: #00ffff;
  font-size: 12px;
  text-transform: uppercase;
}

.ue_up p strong {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ue_up p small {
  color: #fff;
  display: block;

  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ue_up p small a {
  color: #fff;
}

.timer {
  margin: 20px auto 20px auto;
  padding-top: 5px;
  clear: both;
  border-top: 1px solid #339cd1;
  width: 299px;
  min-height: 91px;
  font-weight: bold;
  color: #00ffff;
  font-size: 36px;
}

.timer .message {
  display: none;
  font-size: 16px;
  color: #ffffff;
  float: left;
  line-height: 100px;
  margin-left: 20px;
  font-weight: 400;
}

.day_only {
  width: auto !important;
  float: left !important;
  margin-bottom: 30px;
}

span.countdown-period {
  margin: 0 10px 0 0;
}

.yt_video {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
}

.yt_video h3 {
  text-align: left;
  color: #555555;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 20px
}

.yt_video h6 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px
}

.yt_video h6 a {
  float: right;
  margin: 0 0 0 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.video {
  float: none;
  margin: 0 auto 20px auto;
  width: 300px;
  height: 173px;
}

.video img {
  width: 100%;
}

.content_container {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.player_of_the_season {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  background: url(images/strip_.jpg) repeat;
}

.player_of_the_season h5 {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 0 13px 19px;
  width: 700px;
  float: left;
}

.player_of_the_season h6 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 10px 0 0;
  float: right;
}

.player_of_the_season h6 a {
  text-decoration: none;
  color: #000
}

.ps_top {
  width: 100%;
  background: #eaeaea;
  margin: 0 0 0 0;
  float: left;
}

.sponsor_by {
  float: right;
  margin: 5px 20px 0 0;
  width: 137px;
}

.sponsor_by img {
  float: right;
  margin: 3px 0 0 5px;
}

.sponsor_by p {
  width: 71px;
  text-align: right;
  float: left;
  text-transform: uppercase;
  line-height: 14px;
}

.player {
  float: left;
  margin: 8px 0 5px 20px;
  width: 186px;
}

.player img {
  float: left;
  margin: 0 10px 0 0;
}

.player p {
  color: #000;
  font-size: 14px;
  padding: 5px 0 0 0;
}

.player p strong {
  text-transform: uppercase;
}

.home_r {
  float: right;
  margin: 20px 0 0 0;
  width: 340px; /*padding-top:22px;*/
  position: relative;
}

.tweet {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  min-height: 200px;
}

.tweet h3 {
  padding: 0 0 18px 0;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 28px;
}

.tweet h3 span {
  float: right;
  margin: 0 10px 0 0
}

.tweet img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.adds1 {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  clear: both;
}

.adds1 div {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

.home_l {
  float: left;
  margin: 20px 0 0 0;
  width: 920px;
  min-height: 720px;
  position: relative;
}

/*.adds{box-shadow: 0 1px 1px rgba(0,0,0,0.15); background: #ffffff; float:none; margin:0 0 20px 0; padding:20px; overflow:hidden; width:880px; height:90px; text-align:left;}*/
.adds {
  background: #ffffff;
  width: 1280px;
  height: 100px;
  position: relative;
  margin-top: 20px;
}

.wpt_news {
  float: none;
  padding: 20px 40px;
  overflow: hidden;
  width: 840px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.wpt_news h2 {
  font-size: 24px;
  padding: 5px 0 0 0;
  color: #005eda;
  line-height: 30px;
  margin: 0;
  font-weight: 400
}

.wpt_news h3 {
  padding: 0 0 0 0;
  margin: 0 13px 20px 0
}

.wpt_news h6 {
  margin: 0 10px 0 0;
  float: left;
}

.wpt_news h6 a {
  text-decoration: none;
  color: #005eda
}

.wpt_news h6 a:hover {
  color: #000;
}

.wpt_news.wpt_news2 .wpt_l {
  float: right
}

.left_inner_news .wpt_news {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.wpt_news2, .wpt_news3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.news_category_list_nav {
  padding-left: 22px;
  padding-top: 12px;
}

.news_category_list_nav .current_category {
  font-weight: bold;
}

.news_category_list_nav li {
  font-size: 14px;
  display: inline-block;
}

.news_category_list_nav li + li:before {
  content: " | ";
}

.wpt_l {
  float: left;
  width: 411px;
  margin: 0 0 0 0;
}

.wpt_l p {
  font-size: 16px;
  padding: 0 0 13px 0;
  color: #333;
  margin: 0 13px 0 0;
  line-height: 24px;
}

.video_l, .video_r {
  padding-bottom: 15px;
}

.video_l h4, .video_r h4 {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  background: #0082C3;
  color: #ffffff;
}

.video_r h4 {
  background: #f3004e;
}

.embed-container {
  position: relative;
  padding-bottom: 56.1%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpt_r {
  float: right;
  width: 411px;
  margin: 0 0 0 0;
}

.nws_bx {
  float: left;
  margin: 0 0 10px 0;
  width: 196px;
  height: 200px;
}

.bx_rgt {
  float: right;
}

.nws_bx img {
  width: 196px;
  height: 130px;
  background: #eeeeee;
}

.nws_bx p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400
}

.nws_bx p a {
  text-decoration: none;
  color: #005eda;
}

.nws_bx p a:hover {
  color: #000;
}

.wpt_news.wpt_news2 .wpt_l {
  float: right
}

.wpt_news.wpt_news2 .wpt_r {
  float: left
}

.wpt_news.wpt_news3 .wpt_l {
  float: right
}

.wpt_news.wpt_news3 .wpt_r {
  float: left
}

.wptour {
  float: left;
  width: 880px;
  margin-bottom: 0;
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.wptour h3 {
  padding-bottom: 10px;
  color: #333333;
  margin-left: 20px;
}

.slider_area {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.slider_area .item p {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;

}

.view_more {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  text-align: center;
}

.view_more2 {
  text-align: left;
}

.view_more2 i {
  margin-right: 5px;
  margin-left: 0;
  width: 10px;
}

.view_more span {
}

.view_more.disabled span {
  background: #cccccc;
}

.view_more span a {
  color: #005eda;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #005eda;
  padding: 10px 20px;
  font-size: 12px;
  margin: 0 auto;
  display: inline;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.view_more span a:hover {
  background: #005eda;
  color: #ffffff;
}

.view_more.bg_view_more {
  background: #ffffff;
}

.view_more.homepage {
  float: none;
  text-align: right;
  padding: 20px 0 20px 0;
}

#mobile_anchor_wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-image: url('images/black.png');
  z-index: 999;
  display: none;
}

#mobile_anchor_wrapper #close-anchor {
  width: 15px;
  height: 15px;
  background-image: url('images/mobile-anchor-close.png');
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

#mobile_anchor_wrapper #div-gpt-ad-mobile_anchor {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.twitter-timeline {
  height: 700px !important;
}

.right_inner_news .twitter-timeline {
  height: 600px !important;
}

.footer_links {
  float: left;
  margin: 0 0 30px 20px;
  width: 183px;
}

.footer_links:first-child {
  margin-left: 40px;
}

.copyright {
  float: left;
  width: 1240px;
  padding: 0 20px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.media-links {
}

.media-links .entry {
  float: left;
  margin: 0 0 0 32px;
  width: 31px;
  height: 31px;
  overflow: hidden
}

.media-links .entry a {
  text-indent: -9999px;
  display: block;
  line-height: 31px;
}

.media-links .entry.tw a {
  background: url(images/twitter.png) no-repeat;
}

.media-links .entry.tw a:hover {
  background: url(images/twitter_hover.png) no-repeat;
}

.media-links .entry.fb a {
  background: url(images/fb.png) no-repeat;
}

.media-links .entry.fb a:hover {
  background: url(images/fb_hover.png) no-repeat;
}

.media-links .entry.ytb a {
  background: url(images/yt.png) no-repeat;
}

.media-links .entry.ytb a:hover {
  background: url(images/yt_hover.png) no-repeat;
}

.media-links .entry.ins a {
  background: url(images/ins.png) no-repeat;
}

.media-links .entry.ins a:hover {
  background: url(images/ins_hover.png) no-repeat;
}

.media-links .entry.discord a {
  background: url(images/discord.png) no-repeat;
}

.media-links .entry.discord a:hover {
  background: url(images/discord_hover.png) no-repeat;
}

.copyright p {
  float: left;
  padding: 20px 0 20px 20px;
  font-size: 12px;
}

.copyright .links {
  float: right;
  margin: 15px 20px 0 0;
}

.copyright .links .entry {
  float: left;
  margin: 0 0 0 15px;
  width: 31px;
  height: 31px;
  overflow: hidden
}

.copyright .links .entry a {
  text-indent: -9999px;
  display: block;
  line-height: 31px;
}

.copyright .links .entry.tw a {
  background: url(images/twitter.png) no-repeat;
}

.copyright .links .entry.tw a:hover {
  background: url(images/twitter_hover.png) no-repeat;
}

.copyright .links .entry.fb a {
  background: url(images/fb.png) no-repeat;
}

.copyright .links .entry.fb a:hover {
  background: url(images/fb_hover.png) no-repeat;
}

.copyright .links .entry.ytb a {
  background: url(images/yt.png) no-repeat;
}

.copyright .links .entry.ytb a:hover {
  background: url(images/yt_hover.png) no-repeat;
}

.copyright .links .entry.ins a {
  background: url(images/ins.png) no-repeat;
}

.copyright .links .entry.ins a:hover {
  background: url(images/ins_hover.png) no-repeat;
}

/* Content */
.content section {
  font-size: 1.25em;
  padding: 0;
  display: none;
  max-width: 1230px;
  margin: 0 auto;

}

/* Fallback example */
.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #47a3da;
}

.content section.content-current {
  display: block;
  -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s; /* Firefox < 16 */
  -ms-animation: fadein 1.5s; /* Internet Explorer */
  -o-animation: fadein 1.5s; /* Opera < 12.1 */
  animation: fadein 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}


.hdngTxt {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
  padding: 70px 0;
  z-index: 9999;
}

.hdngTxt h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fcef07;
  font-size: 22px;
}

/*
========================================================================================================
404
========================================================================================================
*/

.fof {
  display: block;
  position: relative;
  height: 450px;
  overflow: hidden;
  background: url(images/grey.png);
}

#video-bg {
  width: 100%;

}

.fof_content_l, .fof_content_r {
  width: 50%;

  float: left;
}

.fof_content_l h2 {
  font-size: 100px;
  text-align: left;
  margin: 0;
  font-weight: bold;
  line-height: 140px;
  color: #333333;
}

.fof_content_l p {
  font-size: 30px;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}

.fof_content_l span {
  display: block;
  font-size: 24px;
  color: #777777;
  margin-top: 15px;
  font-weight: 400;
  line-height: 34px;
}

.fof_content_wrapper {
  padding: 40px;
}

.fof_content_r .fof_content_wrapper {
  padding-left: 0;
  text-align: center;
}

.fof_content_r iframe {
  margin-top: 20px;
  width: 100%;
  height: 315px;
}

.fof_content_r .fof_content_wrapper a {
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #005eda;
  font-size: 14px;
}

/*
========================================================================================================
POY
========================================================================================================
*/

.poy_section {
  background: #eeeeee;
  background: url(images/grey.png);
  padding: 15px 20px 15px 40px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  height: 50px;
  position: relative;

}

.poy_title {
  width: 100px;
  float: left;
  padding-right: 35px;
  height: 50px;
  border-right: 1px solid #f4f4f4;
}

.poy_title h3 {
  color: #000000;
  margin-bottom: 3px;
}

.poy_title h4 {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
}

.poy_players {
  width: 870px;
  float: left;
  padding-left: 35px;
  border-right: 1px solid #f4f4f4;
}

.poy_player {
  width: 210px;
  float: left;
  margin-right: 10px;
}

.poy_player:last-child {
  margin-right: 0;
}

.poy_player img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  border: 1px solid #cccccc;
}

.poy_player .poy_name, .poy_player .poy_score {
  width: 145px;
  overflow: hidden;
  float: left;
  height: 20px;
}

.poy_player .poy_name {
  margin-top: 6px;
  font-size: 16px;
  color: #333333;
}

.poy_player .poy_score {

  font-size: 14px;
  color: #777777;
}

.poy_sponsor {
  width: 170px;
  float: right;
}

.poy_sponsor img {
  width: 50px;
  height: 50px;
  float: right;
}

.poy_sponsor .sponsor_title, .poy_sponsor .sponsor_name {
  float: right;
  width: 80px;
  text-align: right;
  height: 15px;
  margin-right: 10px;
}

.poy_sponsor .sponsor_title {
  margin-top: 6px;
  font-size: 12px;
  color: #777777;
}

.poy_sponsor .sponsor_name {
  font-size: 16px;
  color: #333333;
}

.sponsor_container {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  background: #aaaaaa left center;
  float: left;
  margin-bottom: 20px;
}

.sponsor_container span {
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin: 10px 15px 3px 20px;
}

.sponsor_container img {
  height: 25px;
  margin-left: 20px;
  display: block;
}

.player_section_wrapper .sponsor_container {
  margin-bottom: 20px;
  border-bottom: none;
}

/*
========================================================================================================
Breadcrumbs
========================================================================================================
*/

.breadcrumbs {
  float: left;
  position: relative;
  padding: 0 20px 10px;
}

.breadcrumbs ul {
  list-style: none
}

.breadcrumbs ul li {
  display: block;
  float: left;
  padding-right: 5px;
  font-weight: 700;
  color: #333;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #005eda;
  padding-right: 5px
}

.breadcrumbs ul li a:hover {
  color: #333
}

.breadcrumbs ul li:after {
  content: "/"
}

.breadcrumbs ul li:last-child:after {
  content: ""
}

/*
========================================================================================================
Left Inner
========================================================================================================
*/

.left_inner {
  width: 920px;
  position: relative;
  float: left;
  min-height: 500px;
}

.left_inner_news {
  border-right: none;
  background: #ffffff;
}

.left_inner .flip-clock-wrapper {
  width: 295px;
  margin: 0 auto;
}

/*
========================================================================================================
Right Inner
========================================================================================================
*/

.right_inner {
  width: 340px;
  position: relative;
  float: right;
}

.right_inner_news {
  margin-left: 0;
  width: 338px;
  border-left: none;
}

.advertisement {
  width: 100%;
  text-align: center;
  padding: 20px 0
}

.right_inner .upcoming_event {
  margin-bottom: 20px
}

/*
========================================================================================================
EVENTS
========================================================================================================
*/

.events_section {
  display: block;
  padding: 40px 40px 0;
  overflow: hidden;
  background: #ffffff;
}

.large_event_box {
  width: 410px;
  background: #f4f4f4;
  height: 310px;
  float: left;
  margin-right: 19px;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}

.large_event_box:nth-child(2n) {
  width: 410px;
  margin-right: 0;
}

.event_info_row {
  padding: 15px 15px 12px;
  color: #000000;
  border-top: 1px solid #cccccc;
}

.event_info_row i {
  float: right;
  color: #777777;
}

.upcoming_events {
  padding: 0 !important;
}

.upcoming_events h2 {
  font-size: 18px;
  padding: 20px 15px 5px 17px;
  text-transform: uppercase;
}

.upcoming_events .schedule-table td {
  padding: 15px 0 15px 15px !important;
}

.event_title {
  display: block;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  background: #f4f4f4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.event_title:hover {
  background: #f4f4f4;

}

.event_image {
  width: 100%;
  height: 188px;
  display: block;
}

.event_image img {
  width: 100%;
}

.event_footer {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  clear: both;

}

.event_footer.event_page {
  border-top: none;
  padding: 20px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.event_icon_section {
  float: left;
}

.event_icon_section.buyin {

}

.event_footer_title {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.event_footer_content {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.event_footer_icon, .event_icon_wrapper {

  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  float: right;
  background: #005eda;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
}

.event_icon_wrapper.season {

  background: #005eda;
  font-size: 14px;

}

.event_icon_wrapper.champions_club {
  background: #777777;
  font-size: 14px;
}

.event_icon_wrapper.poy {
  background: #f3004e;
  font-size: 12px;

}

.event_icon_wrapper.final_table {
  display: none;
}

.small_event_box {
  width: 266px;
  height: 310px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
  background: #f4f4f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}

.small_event_box:nth-child(3n+5) {
  width: 267px;
  margin-right: 0;
}

.small_event_box .event_title {
  font-size: 20px;
}

.event {
  width: 840px;
  padding: 40px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  background: #fff
}

.event.clr {
  background: #fff
}

.event a {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  text-decoration: none;
  color: #005eda;
}

.event .event-img img {
  height: auto;
  max-width: 100%
}

.event-rgt {
  width: 840px;
  position: relative
}

.event h3 {
  display: block;
  padding: 20px 0 10px 0;
  font-weight: 300;
  font-size: 26px;
  line-height: 18px;
  color: #000000;
}

.event h3 a {
  color: #005eda;
  text-decoration: none;
}

.event p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.event p a {
  color: #005eda;
  font-size: 14px;
}

.event div.p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-bottom: 10px;
}

.event div.p a {
  color: #999999;
  padding: 1px 4px;
  font-size: 18px;
  cursor: pointer;
}

.event div.p a:hover {
  color: #005eda;
}

.event-rgt .play-online-content {
  position: relative;
}

.event-rgt .play-online-content .bottom-container-wrapper {
  width: 100%;
}

.event-rgt .play-online-content .bottom-container {
  background: none;
}

.event-rgt .play-online-content .bottom-container .button-container {
  width: 100px;
}

.event-rgt .play-online-content .bottom-container .button {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700
}

.event-rgt .play-online-content .bottom-container .button a {
  text-decoration: none;
  display: block;
  color: #fff;
  background: #005eda;
  padding: 5px 10px;
  line-height: 20px;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

/*.event-rgt > span a:hover, .event p a:hover{background:#000}*/

.wpt_tv h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.play_online_wrapper {
  padding: 40px 40px 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.po-large {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}

.po-large .event-rgt, .po-normal .event-rgt {
  width: auto;
}

.po-large .ply_onlne {
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
}

.ply_onlne h3 {
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.ply_onlne p, .ply_onlne .p {
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
}

.event-rgt.ply_onlne span {
  margin-top: 30px;
}

.event-rgt.ply_onlne p span {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.event-rgt.ply_onlne span a {

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 14px;
}

.po-normal {
  width: 409px;
  height: 340px;
  margin: 0 20px 30px 0;
  padding: 0;
  position: relative;
}

.po-normal:nth-child(2n+1) {
  margin-right: 0;
}

.po-normal .ply_onlne {
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.8);
}

.po-normal .ply_onlne h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
}

.po-normal .ply_onlne p {
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}

.po-normal .event-rgt.ply_onlne span {
  display: none;
}

.left-post {
  width: 840px;
  padding: 20px 40px;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.left-post-left {
  float: left;
}

.left-post-left img {
  max-width: 100%;
  height: auto
}

.left-post-right {
  float: left;
  margin-left: 20px;
}

.left-post-right p {
  font-size: 16px;
  line-height: 24px;
  color: #333
}

.left-post-right p a {
  text-decoration: none;
  color: #005eda
}

.social_media {
  padding: 0;
  text-align: left;
  width: 100%;
}

#casinoTab {
  margin-bottom: 20px;
}

.new-tab {
  float: left;
  width: 100%;
  position: relative;
  background: #fff; /* Old browsers */
}

.new-tab-alt {
}

.new-tab ul {
  list-style: none
}

.new-tab ul li {
  display: block;
  font-size: 18px;
  text-align: center;
  float: left;
  font-weight: 700;
}

.new-tab ul li a {
  text-decoration: none;
  color: #333;
  padding: 15px 20px;
  line-height: 22px;
  display: block
}

.new-tab ul li.active a, .new-tab ul li a:hover {
  background: #333;
  color: #fff
}

.casino-slider {
  width: 100%;
  float: left;
  position: relative
}

.casino-slider div.slider-big {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative
}

.casino-slider div.slider-big .nxt, .casino-slider div.slider-big .prv {
  background: url(images/btn.png) no-repeat;
  width: 17px;
  height: 27px
}

.casino-slider div.slider-big .nxt {
  position: absolute;
  right: 10px;
  top: 50%;
  background-position: -36px 0
}

.casino-slider div.slider-big .prv {
  position: absolute;
  left: 10px;
  top: 50%;
  background-position: 0 0
}

.casino-slider div.slider-big .prv:hover {
  background-position: 0 -41px
}

.casino-slider div.slider-big .nxt:hover {
  background-position: -36px -41px
}

.casino-slider .caption {
  background: #333333;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box
}

.casino-slider ul {
  background: #eaeaea;
  padding: 15px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%
}

.casino-slider ul li {
  float: left;
  margin: 0 5px
}

.event-dtails {
  width: 840px;
  padding: 20px 40px;
  float: left;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.event-dtails-img {
  width: 100%;
  position: relative;
  margin: 20px 0
}

.event-dtails-img img {
  max-width: 100%;
  height: auto
}

.event-dtails-img .caption {
  background: #333333;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box
}

.event-dtails p {
  line-height: 24px;
  color: #333;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.event-dtails p a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;

}

.event-dtails p img {
  max-width: 100%;
  height: auto;

}

.event-dtails p iframe {
  max-width: 100%;

}

.event-dtails ol {
  list-style: inside decimal;
  padding: 20px 0
}

.event-dtails ol li {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.event-dtails h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.event-dtails h6 span {
  display: block;
  font-weight: 400
}

.event-dtails ul {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 0
}

.event-dtails ul li {
  display: block;
  float: left;
  padding: 14px
}

.event-dtails p a {
  text-decoration: none;
  color: #005eda;
}

.event-dtails p a:hover {
  color: #333
}

.mdl-top {
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: solid 1px #005eda;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 20px;
}

.mdl-top > h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #333333;
  padding: 0 20px;
  text-transform: uppercase
}

.mdl-top p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  padding: 10px 0 20px 23px;
}

.socail-tag {
  padding: 0 20px;
  float: left;
  position: relative
}

.socail-tag li {
  float: left;
  margin: 0 3px;
  margin-bottom: 5px;
  line-height: 22px;
}

.socail-tag li img {
  margin-right: 10px
}

.socail-tag a {
  text-decoration: none;
  background: #fff;
  line-height: 22px;
  display: block;
  color: #005eda;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/*
========================================================================================================
Terms of Use
========================================================================================================
*/
.terms {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  padding: 20px 40px;
  text-align: left;
  background: #ffffff;
}

.terms p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 10px 0;
}

.terms h5 {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  padding-top: 20px
}

.event-schedule-banner {
  width: 100%;
  float: left;
  position: relative;
  background-color: #000;
}

.event-schedule-banner-left {
  width: 840px;
  height: 364px;
  background: #eeeeee;
  margin: 40px auto 0 40px;
  position: relative;
  display: block;
  float: left;
  line-height: 0;
  overflow: hidden;
}

.event-schedule-banner-left .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-schedule-banner-left img {
  width: 100%;
  height: auto;
}

.event-schedule-banner-left-caption {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.event-schedule-banner-left-caption h1 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 0;
  font-weight: 400;
  width: 600px;
  float: left;
}

.event-schedule-banner-left-caption h1 a {
  color: #ffffff;
  font-weight: 400;
}

.event-schedule-banner-left-caption h6 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.event-schedule-banner-left-caption p {
  padding: 10px;
  border: solid 1px #fff;
  width: 210px;
  float: right;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  line-height: normal
}

.event-schedule-banner-right {
  float: right;
  position: relative;
  width: 339px;
  text-align: center
}

.live_event {
  float: left;
  width: 100%;
  background: #ff0000 url(images/rss.png) no-repeat 90% 14px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.live_event p {
  padding: 0 0 20px;
  border-bottom: solid 1px #ff8080;
  text-align: left;
  color: #fff;
  line-height: 20px;
}

.live_event p span {
  display: block;
  text-transform: uppercase
}

.live_event p strong {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal
}

.event-schedule-banner-right button {
  display: block;
  text-align: center;
  border: none;
  cursor: pointer;
  background: none;
  margin: 9px auto 0
}

.event-schedule-banner-right button span {
  display: block;
  text-align: center;
  background: #fff;
  color: #ff0000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  line-height: 20px;
  font-weight: 700
}

.event-schedule-banner-right button span:hover {
  background: #000;
  color: #fff
}

.event-schedule-banner-right-add {
  width: 100%;
  background: #000;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.schedule-post {
  width: 100%;
  padding: 50px;
  float: left;
  position: relative;
  border-bottom: 1px solid #f4f4f4;;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  background-size: cover;
  margin-top: -20px;
  background: #000000 center;
}

.schedule-post p {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 0;
}

.schedule-post p a {
  background: #999;
  color: #fff;
  padding: 1px 4px;
  font-size: 11px;
}

.schedule-post p a:hover {
  background: #000
}

.schedule-post .p {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 70px;
  padding-bottom: 0;
  text-shadow: 0 0 5px #000000;
}

.schedule-post .p a {
  background: #999;
  color: #fff;
  padding: 1px 4px;
  font-size: 11px;
  display: none;
}

.schedule-post .p a:hover {
  background: #000
}

.tour-blurb-wrapper {
  height: 200px;
  padding: 0;
}

.tour-blurb {
  display: table;
  width: 100%;
  height: 200px;
}

.tour-blurb a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 0 30px;
}

.tour-blurb a {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.tour-blurb a:hover {
  color: #ffffff;
}

/*
========================================================================================================
Bytelaunch
========================================================================================================
*/
/*.schedule-post-left{width:213px; float:left; position:relative}*/
.schedule-post-right {
}

/*END OF BYTELAUNCH UPDATE */

table tr:nth-child(even) {
  background: #fafafa !important;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

table tr:nth-child(odd) {
  background: #FFF
}

.schedule-table td, th {
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
}

.schedule-table th {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  border-bottom: solid 1px #f4f4f4;;
}

.schedule-table td {
  font-size: 14px
}

.schedule-table th.header {
  cursor: pointer;
}

.sort_icon {
  padding-left: 5px;
}

.sort_icon .fa-sort {
  color: #aaaaaa;
}

.schedule-table .date {
  border: solid 1px #cccccc;
  font-size: 10px;
  text-align: center;
  padding: 5px 10px;
  line-height: 18px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  width: 44px
}

.schedule-table .date strong {
  font-size: 20px
}

.schedule-table tr.darknop {
  background: #fff !important
}

.schedule-table tr td a {
  text-decoration: none;
  color: #005eda
}

.schedule-table tr td a span,
.live-event-pill {
  background: #f3004e;
  margin-top: 5px;
  font-size: 12px;
  float: left;
  line-height: 14px;
  padding: 2px 10px;
  color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.live-event-pill {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  padding: 10px 20px;
}

.schedule-table tr td a img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
}

.schedule-table tr td a.avatar {
  width: 60px;
  height: 60px;
  display: block;
}

.schedule-table tr td a {
  display: block;
}

ul.inner-nav {
  margin-right: 15px;
  float: right;
}

ul.inner-nav li {
  display: block;
  float: left;
  color: #005eda;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px
}

ul.inner-nav li a {
  text-decoration: none;
  color: #005eda;
}

ul.inner-nav li.active a, ul.inner-nav li a:hover, ul.inner-nav li.current-menu-item a {
  color: #000
}

.srch_plyr {
  width: auto;
  background: #ffffff;
  padding: 20px 40px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  overflow: hidden;
}

.srch_plyr label {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  padding: 0 40px 0 20px;
}

.srch_plyr input[type="text"] {
  width: 700px;
  height: 30px;
  border: 1px solid #bbbbbb;
  background: #f7f7f7;
  color: #E2373F;
  font-size: 18px;
  padding: 10px;
  font-weight: 400;
  float: left;
  border-right: none;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.srch_plyr input[type="text"]:focus {
  background: #ffffff;
}

.srch_plyr button#searchsubmit {
  height: 52px;
  width: 119px;
  text-align: center;
  color: #ffffff;
  background: #005eda;
  font-size: 18px;
  line-height: 50px;
  font-weight: 300;
  border: none;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  cursor: pointer;

}

.player_section_wrapper {
  padding: 20px 40px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.no_bg {
  background: none !important;
  box-shadow: none !important;
}

.top_padding20 {
  padding-top: 20px;
}

.no_b_margin {
  margin-bottom: 0;
}

.bg_white {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#ones-to-watch {
  margin-bottom: 0;
}

.player_section_wrapper h3 {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  padding-bottom: 20px;
}

.player_section_wrapper h3 span {
  color: #777777;
  font-size: 12px;
  padding-left: 5px;
}

.poy_large_wrapper {
  position: relative;
  height: 410px;
  width: 410px;
  float: left;
  background: #eeeeee;
  margin-right: 20px;
}

.poy_large_wrapper img {
  width: 410px;
  height: 410px;
}

.poy_position {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  font-weight: 300;
  background: rgba(243, 0, 78, 1);
}

.poy_large_wrapper .poy_position {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;

}

.poy_label_container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.poy_large_wrapper:hover .poy_label_container {
  padding: 10px 0;
}

.poy_label_container .poy_label_name {
  padding: 15px 20px;
  padding-bottom: 5px;
  font-size: 20px;
  color: #ffffff;
}

.poy_label_container .poy_label_points {
  padding: 0 20px 15px;
  font-size: 14px;
  color: #ffffff;
}

.poy_small_wrapper, .poy_small_wrapper2 {
  position: relative;
  float: left;
  width: 195px;
  height: 195px;
  background: #eeeeee;
  margin: 0 19px 20px 0;
}

.poy_small_wrapper img, .poy_small_wrapper2 img {
  width: 195px;
  height: 195px;
}

.poy_small_wrapper .poy_label_container .poy_label_name, .poy_small_wrapper2 .poy_label_container .poy_label_name {
  padding: 10px 15px;
  padding-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}

.poy_small_wrapper .poy_label_container .poy_label_points, .poy_small_wrapper2 .poy_label_container .poy_label_points {
  padding: 0 15px 10px;
  font-size: 12px;
  color: #ffffff;
}

.poy_small_wrapper:hover .poy_label_container, .poy_small_wrapper2:hover .poy_label_container {
  padding: 10px 0;
}

.poy_small_wrapper.poy_small_wrapper_right, .poy_small_wrapper2:nth-child(4n+1) {
  margin-right: 0;
}

.champion_wrapper {
  width: 195px;
  min-height: 260px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  position: relative;
}

.champion_wrapper:nth-child(4n+1) {
  margin-right: 0;
  margin-left: -1px;

}

.champion_wrapper2:nth-child(4n+1) {
  margin: 0 20px 20px 0;

}

.champion_wrapper2:nth-child(4n) {
  margin-right: 0;
  margin-left: -1px;
}

.cc_date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-weight: 300;
  background: rgba(243, 0, 78, 1);
}

.champion_wrapper .champion_name {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #005eda;
  margin-top: 5px;
}

.champion_wrapper .champion_event {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 0;
}

.champion_wrapper a {
  text-decoration: none;
  color: #005eda;
}

.cc_img {
  width: 195px;
  height: 195px;
}

.splr_hdng {
  background: #ffffff;
  padding: 20px;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

.ldr-img {
  width: 182px;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.ldr-img img {
  margin-bottom: 5px;
}

.ldr-img p span {
  font-weight: 700;
  color: #005eda;
  font-size: 14px;
}

.ldr-img p {
  font-weight: 400;
  color: #000;
  font-size: 13px;
}

.ldr-rgt {
  width: 620px;
  float: right;
}

.leader_tabel {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.leader_tabel thead tr {
  border-bottom: 1px solid #f4f4f4;;
}

.leader_tabel thead th {
  font-weight: 700;
  color: #000;
  font-size: 12px;
}

.leader_tabel tbody td {
  padding: 9px 5px;
  color: #000;
  font-size: 13px;
}

.leader_tabel tbody td.blue {
  color: #005eda;
  font-weight: 700;
  font-size: 13px;
}

.leader_tabel tr.darknop {
  background: #fff !important;
}

.see_more_button {
  color: #777777;
  font-weight: 400;
  font-size: 10px;
  text-decoration: none;
  clear: both;
  float: right;
  text-align: center;
  padding: 4px 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}

.see_more_button i {
  width: 7px;
}

.see_more_button:hover {
  border: 1px solid #777777;
}

.see_more_button:active {
  border: 1px solid #005eda;
}

.wpt_news .see_more_button {
  margin-bottom: 0;
}

.watch_bx {
  width: 195px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
}

.watch_bx_last {
  margin-right: 0;
  margin-left: -1px;
}

.watch_bx span {
  color: #005eda;
  font-weight: 700;
  font-size: 13px;
}

.watch_bx img {
  width: 195px;
  height: 195px;
}

.social_media2 {
  float: right;
  margin: 10px 10px 0 0;
}

.biogrphy {
  padding: 20px 40px !important;
}

.bio_img {
  float: left;
  margin-right: 20px;
  max-width: 40%;
  display: none;
}

.bio_img img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 20px;
}

.bio_txt {
  width: 100%;
  float: right;
}

.bio_txt p {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.rfg_section {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.rfg_section em {
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
}

.rfg_section img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wpt_tlnt {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

.wpt_tv {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.wpt_tv:last-child {
  margin-bottom: 0 !important;
}

.wpt_tlnt h6 {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.talent {
  float: left;
  margin: 0 20px 10px 0;
  width: 180px;
}

.talent:nth-child(even) {
  margin-right: 0;
}

.talent img {
  float: left;
  background: #cccccc;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  overflow: hidden;
  height: 45px;
  width: 45px;
}

.talent p {
  color: #005eda;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 0 0 0;
}

.wpt_tlnt .talent:last-child {
  margin-right: 0;
}

.seson_shuld {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0;
  background: #ffffff;
  margin-top: 20px;
  overflow: hidden;
}

.mwdt {
  margin-top: 0;
}

.loader_gif {
  float: left;
  display: none;
}

.seson_shuld .selectBox-dropdown {
  float: left;
}

.bdr {
  border: 1px solid #f4f4f4;;
}

.view {
  margin: 0 0 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.mwdt .selectBox-dropdown {
  min-width: 112px !important;
}

.mwdt .selectBox-dropdown:last-child {
  min-width: 127px !important;
}

.schedule-table tr td strong {
  color: #005eda;
  font-size: 13px;
}

.schedule-table tr td a strong {
  color: #005eda;
  font-size: 13px;
  display: block;
}

.plyr_new {
  padding: 20px 40px;
  display: block;
  clear: both;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr_img {
  float: left;
  width: 195px;
  height: 195px;
}

.plyr_dtl {
  float: left;
  width: 605px;
  margin-left: 20px;
}

.plyr_table {
  width: 280px;
  float: left;
  border: 1px solid #f4f4f4;
}

.plyr_table thead {
  border-bottom: 1px solid #f4f4f4;;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.plyr_table tr.darknop {
  background: #fff !important;
}

.plyr_table tr td {
  padding: 5px 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.sponsr {
  width: 275px;
  float: left;
  margin-left: 20px;
}

.sponsr p {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}

.crr_strp {
  width: 100%;
  float: left;
  padding: 20px 0 10px 10px;
}

.crr_strp span {
  margin: 0 0 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.crr_strp a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 5px 5px 5px
}

.crr_strp span.selectBox-label {
  margin: 0;
}

.selectBox {
  margin-bottom: 10px;
}

.stble tbody td p {
  color: #005eda
}

.stble tfoot td span {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.stble tfoot {
  border-bottom: 1px solid #f4f4f4;;
  border-top: 1px solid #f4f4f4;;
  padding: 10px 0;
}

.casino_info {
}

.casino {
  width: 390px;
  float: left;
}

.casino_img {
  float: left;
  width: 141px;
}

.casino_dtl {
  float: right;
  width: 234px;
}

.casino_dtl h6 {
  color: #005eda;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.casino_dtl h6 span {
  color: #000;
  display: block;
}

.casino_dtl p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.prize p {
  padding: 10px;
  border: solid 1px #f4f4f4;;
  width: 260px;
  float: right;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  line-height: 18px;
}

.turnamnt {
  padding: 30px 40px;
}

.turnamnt iframe {
  background-color: #eeeeee;
}

.tv_info_section {
  padding: 0;
}

.turnamnt p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
}

.turnamnt .event_summary ul {
  margin-bottom: 15px;
  clear: both;
}

.turnamnt .event_summary ul li {
  margin: 0 0 15px 30px;
  display: list-item;
  list-style-type: disc;
  line-height: 18px;
}

.turnamnt a.event_dl, .turnamnt a.event_link {
  color: #005eda;
  text-decoration: none;
  padding: 5px 15px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #eeeeee;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.turnamnt a.event_dl:hover, .turnamnt a.event_link:hover {
  background: #005eda;
  color: #ffffff;
}

.turnamnt div {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.turnamnt .event_summary {
  display: block;
  margin-top: 20px;
}

.turnamnt h6 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
}

.turnamnt h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.turnamnt h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
}

.turnamnt a.casino_nme {
  color: #000000;
  text-decoration: none;
}

.turnamnt h1 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
}

.turnamnt h2.section_heading {
  width: 100%;
  float: left;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}

.turnamnt table td {
  font-size: 14px;
  padding: 7px 2px;
}

.event_info_box {
  width: 165px;
  padding: 15px;
  margin-right: 20px;
  background: #eeeeee;
  margin-top: 20px;
  float: left;
  overflow: hidden;
}

.event_info_box_large {
  width: 380px;
}

.event_info_box_last {
  margin-right: 0;
  width: 164px;
}

.tv_info_section .event_info_box {
}

.turnamnt div.event_info_box .event_info_title, .tv_info_section .event_info_box .event_info_title {
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
}

.turnamnt div.event_info_box .event_info_body, .tv_info_section .event_info_box .event_info_body {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;

}

.turnamnt div.event_info_box .event_info_body, .tv_info_section .event_info_box .event_info_body a {
  text-align: center;
  font-size: 20px;
}

.tv_info_section .event_info_box .event_info_body a.wpt_tvtlnt {
  text-align: center;
  font-size: 14px;
}

.tv_info_section .event_info_box .event_info_body span {
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 12px;
  display: block;

}

.tv_info_section .event_info_box .event_info_body p {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  padding-bottom: 0;
}

.turnamnt div.event_disclaimer {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  float: left;
  padding-top: 15px;
  border-top: 1px solid #f4f4f4;
}

.dtl_shdl tbody td {
  font-size: 13px;
}

.dtl_shdl tbody {
  border-bottom: 1px solid #f4f4f4;;
}

.dtl_shdl {
  margin-bottom: 50px;
}

.left_inner.dtl {
  background: #eeeeee;
}

.google-map-full {
  width: 100%;
  height: 200px;
}

.hotel_info {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f4f4f4;;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hotel_info h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 20px 5%;
}

.htl_img {
  float: left;
  margin-left: 5%;
  width: 20%
}

.htl_dtl {
  float: right;
  width: 55%;
}

.htl_dtl p {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.htl_dtl a {
  text-decoration: none;
  color: #005eda;
}

.turnm_qlink {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.turnm_qlink h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 20px 5%;
  text-align: left;
}

.turnm_qlink ul {
  padding: 0;
}

.turnamnt .turnm_qlink ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 15px 15px 0;
  zoom: 1;
  width: 70px;
  line-height: 15px;
  text-align: center;
  vertical-align: top;
}

.turnm_qlink li a span {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #005eda;
  margin-bottom: 5px;
  width: 70px;
  height: 70px;
  display: block;
  background: #e0e0e0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 59px;
  font-size: 38px;
}

.turnm_qlink li a {
  font-size: 13px;
  color: #0099cc;
  text-decoration: none;
  line-height: 16px;
  font-weight: 400;
}

.turnm_qlink li a span:hover {
  background: #005eda;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.slg {
  display: none;
}

.live_updt {
  padding: 0;
}

#load_event_payout table {
  margin-top: 10px;
}

.live_updt .tabbleinnner {
  border-bottom: 0;
}

.tabbleinnner2 {
  margin-bottom: 20px;
}

.live_updt .crr_strp ul {
  margin: 0;
  padding: 10px;
  padding-left: 5px;
}

.live_updt .crr_strp ul li {
  float: left;
  padding: 0 0;
  margin: 0;
  margin-bottom: 20px;
}

.live_updt .crr_strp ul li a {
  color: #999999;
  font-weight: 700;
  padding: 7px 15px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.live_updt .crr_strp ul li a:hover, .live_updt .crr_strp ul li a.actv {
  background: #005eda;
  color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.lve_inr h3 {
  display: block;
  padding: 20px 0 0 0;
  border-top: 1px solid #dedede;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #005eda;
  text-transform: none;
}

.lve_inr {
  margin: 0 20px;
}

.lve_inr h5 {
  width: 100%;
  float: left;
  background: #ffeded;
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lve_inr h5 span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

.lve_inr span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.lve_inr .es-carousel ul li a {
  display: none !important;
}

.lve_inr .es-carousel-wrapper {
  padding: 0 !important;
}

.lve_inr .tags {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}

.social_sharing {
  margin-top: 10px;
}

.lve_inr .tags .social_media {
  float: left;
  width: 15%
}

.lve_inr .tags ul {
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
  width: 100%;
  border: none;
}

.lve_inr .tags ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 7px;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: none;
  padding: 0;
}

.lve_inr .tags ul li a {
  text-decoration: none;
  background: #fff;
  color: #005eda;
  padding: 4px 7px;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.lve_inr p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.lve_inr img {
  clear: both;
  overflow: hidden;
}

.lve_inr a {
  color: #005eda;
  text-transform: none;
}

.lve_inr p a {
  max-width: 100%;
}

.lve_inr p a img {
  max-width: 100%;
  height: auto;
}

.lve_inr ul {
  font-size: 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.lve_inr li {
  padding: 10px;
}

.lve_inr li:nth-child(odd) {
  background: #eeeeee;
}

.event_news {
  padding: 10px 20px;
}

.event_news .news {
  border-bottom: 1px solid #dedede;
}

.news_inr h3 {
  display: block;
  padding: 20px 0 0 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #005eda;
  text-transform: none;
}

.news_inr {
  margin: 0 20px;
}

.news_inr h5 {
  width: 100%;
  float: left;
  background: #ffeded;
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news_inr h5 span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

.news_inr span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.news_inr .es-carousel ul li a {
  display: none !important;
}

.news_inr .es-carousel-wrapper {
  padding: 0 !important;
}

.news_inr .tags {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}

.news_inr .tags .social_media {
  float: left;
  width: 15%
}

.news_inr .tags ul {
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
  width: 100%;
  border: none;
}

.news_inr .tags ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 7px;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  background: none;
  padding: 0;
}

.news_inr .tags ul li a {
  text-decoration: none;
  background: #fff;
  color: #005eda;
  padding: 4px 7px;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.news_inr p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.news_inr img {
  clear: both;
  overflow: hidden;
}

.news_inr a {
  color: #005eda;
  text-transform: none;
}

.news_inr .nws_bx p {
  max-width: 100%;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_inr p a img {
  max-width: 100%;
  height: auto;
}

.news_inr ul {
  font-size: 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.news_inr li {
  padding: 10px;
}

.news_inr li:nth-child(odd) {
  background: #eeeeee;
}

.complet_event {
  overflow: hidden;
  width: 100%;
  background: #005eda;
  color: #ffffff !important;
  margin-bottom: 20px;
}

.com_up {
  margin: 0 20px 20px 20px;
}

.com_up p {
  text-align: left;
  padding: 20px 0 10px 0;
  float: left;
  line-height: 35px;
  width: 70%;
}

.com_up div {
  float: right;
  text-align: right;
  width: 30%;
  margin-top: 22px;
}

.com_up i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.85);
}

.com_up p span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
}

.com_up p strong {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.left_inner .complet_event,
.left_inner .upcoming_event,
.left_inner .live_event2 {
  display: none !important;
}

.updates_container > div p img {
  max-width: 100%;
  height: auto;
}

.live_updates_button_container {
  height: 35px;
}

.live_updates_button {
  display: block;
  padding: 7px 15px;
  border-radius: 30px;
  text-align: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 400;
  font-size: 14px;
}

.live_updates_button:active {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  position: relative;
  top: 1px;
}

.live_updates_button i {
  float: right;
  font-size: 16px;
  line-height: 20px;
}

.live_updates_button.red {
  background: #B62937;
  color: #ffffff;
  border-bottom: 3px solid #6B1820;

}

.live_updates_button.red:hover {
  background: #AD2735;

}

.live_updates_button.red:active {
  border-bottom: 2px solid #6B1820;

}

.live_updates_button.blue {
  background: #006F9E;
  color: #ffffff;
  border: 0;
  border-bottom: 3px solid #004961;

}

.live_updates_button.blue:hover {
  background: #006B91;

}

.live_updates_button.blue:active {
  border-bottom: 2px solid #004961;

}

.winner {
  margin: 10px auto 20px auto;
  padding-top: 10px;
  clear: both;
  border-top: 1px solid #b3b3b3;
  width: 299px;
}

.winner small {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  display: block;
  clear: both;
  padding-bottom: 3px;
}

.winr_img {
  float: left;
  margin-right: 10px;
  width: 60px;
}

.winr_img img {
  width: 60px;
  height: 60px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.winner p {
  font-weight: 700;
  color: #000;
  font-size: 13px;
}

.winr_name {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.winr_name a {
  text-decoration: none;
  color: #ffffff;
}

.winr_amount {
  font-size: 14px;
}

.complet_event .winr_title {
  color: rgba(255, 255, 255, 0.9);
}

.complet_event .com_up p span {
  color: #ffffff;
}

.complet_event .com_up p strong {
  color: #ffffff;
}

.complet_event .winner {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.complet_event .winner small {
  color: #ffffff;
}

.complet_event .winner p {
  color: #ffffff;
}

.live_info_section {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0 20px 20px 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.live_info_section .live_info_centered {
  width: 298px;
  margin-left: auto;
  margin-right: auto;
}

.live_info_section .live_info_entrants {
  width: 149px;
  text-align: center;
  float: left;
}

.live_info_section .live_info_blinds {
  width: 149px;
  text-align: center;
  float: left;
}

.live_info_title {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 14px;
}

.live_info_entrants_number {
  font-size: 16px;
  color: #ffffff;
  margin-top: 35px;
  font-weight: 300;
}

span.entrants_left {
  font-size: 60px;
}

.live_info_blinds_number {
  margin-top: 17px;
}

span.blind_amount {
  color: #ffffff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
  width: 149px;
  display: block;
}

span.ante_amount {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  width: 149px;
  display: block;
  margin-top: 5px;
}

.red_tab {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: solid 3px #ff0000
}

.red_tab ul {
  list-style: none
}

.red_tab ul li {
  display: block;
  font-size: 18px;
  text-align: center;
  float: left;
  font-weight: 600;
  color: #ff0000;
}

.red_tab ul li a {
  text-decoration: none;
  color: #ff0000 !important;
  padding: 15px 20px;
  line-height: 22px;
  display: block
}

.new-tab ul li.active a, .new-tab ul li a:hover, .new-tab ul li.active {
  background: #333;
  color: #fff !important
}

.new-tab ul li.red {
  background: #ff0000;
  color: #fff
}

.black {
  color: #000 !important;
  background: none !important
}

.live_event2 {
  float: left;
  width: 100%;
  background: #f3004e;
  margin-bottom: 20px;
}

.live_up {
  width: 299px;
  margin: 0 auto;
}

.live_up p {
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 19px;
}

.live_up p span {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
}

.live_up p strong {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.live_up div {
  float: right;
  text-align: right;
  width: 30%;
  margin-top: 22px;
}

.winner2 {
  margin: 10px auto 10px auto;
  padding-top: 10px;
  overflow: hidden;
  border-top: solid 1px #ff8080;
  width: 299px;
}

.winner2 small {
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  display: block;
  clear: both;
  padding-bottom: 3px;
}

.winner2 p {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  float: left;
}

.winner2 button {
  float: right;
  background: #fff;
  color: #333;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 7px;
  cursor: pointer;
}

.chip tbody tr:last-child {
  border-bottom: solid 1px #f4f4f4;
}

.schedule-table .player_img img {
  width: 60px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.schedule-table .sponsor_img img {
  height: 40px;
}

.casino_img img {
  width: 141px;
}

.tabbleinnner table {
  width: 100%;
}

.tabbleinnner {
  width: 100%;
  overflow: auto;
  clear: both;
  background: #ffffff;
  min-height: 800px;
}

/*
========================================================================================================
Responsive
========================================================================================================
*/
@media (min-width: 1070px) and (max-width: 1260px) {
  /*
========================================================================================================
Main Container
========================================================================================================
*/
  .poy_large_wrapper {
    height: 406px;
    width: 406px;
  }

  .poy_large_wrapper img {
    width: 406px;
    height: 406px;
  }

  .poy_small_wrapper {
    margin-right: 0;
    width: 193px;
    height: 193px;
  }

  .poy_small_wrapper img {
    width: 193px;
    height: 193px;
  }

  .poy_small_wrapper2 .poy_label_container {
    bottom: 5px;
  }

  .poy_small_wrapper:nth-child(3n+5) {
    margin-left: 20px;
  }

  .poy_small_wrapper:nth-child(3n+6) {
    margin-left: 20px;
  }

  .champion_wrapper, .poy_small_wrapper2 {
    width: 49%;
    height: 49%;
    margin: 0 2% 3% 0;
    float: left;
    text-align: center;
    position: relative;
  }

  .champion_wrapper:nth-child(4n+1), .champion_wrapper:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;

  }

  .champion_wrapper2:nth-child(4n+1), .champion_wrapper2:nth-child(2n+1) {
    margin: 0 2% 3% 0;

  }

  .champion_wrapper2:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .cc_img, .poy_small_wrapper2 img {
    width: 100%;
    height: auto;

  }

  .poy_small_wrapper2:nth-child(2n+1) {
    margin-right: 0;
  }

  .watch_bx {
    width: 49%;
    margin: 0 2% 3% 0;
  }

  .watch_bx:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;
  }

  .watch_bx img {
    width: 100%;
    height: 100%;
  }

  .srch_plyr input[type="text"] {
    width: 480px;
  }

  .schedule-post .p {
    padding-top: 20px;
    font-size: 20px;
  }

  .event_info_box, .tv_info_section .event_info_box {
    width: 94%;
    padding: 3%;
    padding-bottom: 5%;
    height: auto;
  }

  .event_info_box_last {
    width: 94%;
    padding: 3%;
  }

  .turnamnt div.event_info_box .event_info_body {
    font-size: 20px;
    line-height: 25px;
    max-height: 75px;
  }

  .mainCntr {
    margin: 0 auto;
    width: 1060px;
  }

  .poy_players {
    width: 650px;
  }

  .poy_player:nth-child(3n+1) {
    margin-right: 0;
  }

  .poy_player:nth-child(4n) {
    display: none;
  }

  .top_links ul li {
    font-size: 11px;
    padding: 0;
  }

  .top_links ul li a {
    padding: 0 16px;
  }

  .banner_l, .bnr_bg {
    width: 1060px;
    height: 405px;
    overflow: hidden;
  }

  .banner_title h1 {
    font-size: 32px;
    padding: 6px 15px;
  }

  .banner_button {
    font-size: 18px;
  }


  .banner_r {
    width: 278px
  }

  .timer {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    line-height: 0
  }

  .timer img {
    width: 100%;
    height: auto
  }

  .ue_up {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .video img {
    max-width: 211px;
    height: auto
  }

  .capion_content h1 {
    font-size: 32px
  }

  .bnr_bg img {
    max-width: 100%;
    height: auto
  }

  .capion_content h1 {
    width: 520px
  }

  .capion_content p {
    width: 150px;
    font-size: 10px
  }

  .adds {
    display: none;
  }

  .player {
    margin: 8px 0 5px 16px;
    width: 158px
  }

  .player img {
    width: 36px;
    height: auto
  }

  .player p {
    padding-top: 0;
    font-size: 12px;
  }

  .home_l {
    width: 661px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wpt_news {
    width: 620px;
  }

  .left_inner_news .wpt_news {
    width: 700px;
    box-shadow: none;
  }

  .twitter-timeline {
    height: 550px;
  }

  .home_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0
  }

  .home_r img {
    max-width: 100%;
    height: auto
  }

  .tweet h3 {
    margin-right: 0
  }

  .wpt_l {
    width: 300px
  }

  .wpt_l img {
    max-width: 100%;
    height: auto
  }

  .wpt_r {
    width: 300px
  }

  .wpt_rr {
    width: 660px
  }

  .nws_bx {
    width: 140px
  }

  .nws_bx img {
    width: 140px;
    height: auto
  }

  .nws_bx p {
    font-size: 13px
  }

  .wpt_news h2 {
    font-size: 22px
  }

  .wpt_l p {
    font-size: 13px
  }

  .wptour {
    width: 660px;
  }

  .wptour h3 {
    font-size: 16px
  }

  .tweet h3 {
    font-size: 16px
  }

  .large_event_box {
    width: 300px;
    height: 323px;

  }

  .large_event_box:nth-child(2n) {
    width: 299px;
    height: 323px;
    margin-right: 0;
  }

  .event_title {
    display: block;
  }

  .event_image {
    display: block;
    overflow: hidden;
    height: 211px;
  }

  .event_image img {
    width: 100%;

  }

  .large_event_box .event_image img {
    height: 100%;
    width: auto;
    margin-left: -20%;
  }

  .small_event_box {
    width: 300px;
    height: 323px;
  }

  .small_event_box:nth-child(3n+5) {
    width: 300px;
    height: 323px;
    margin-right: 20px;
  }

  .small_event_box:nth-child(even) {
    width: 299px;
    height: 323px;
    margin-right: 0;
  }

  .small_event_box .event_title {
    font-size: 20px;
  }

  /*
========================================================================================================
Footer
========================================================================================================
*/
  .customNavigation .btn.prev {
    left: 215px;
  }

  .customNavigation .btn.next {
    left: 240px;
  }

  .copyright {
    margin: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }

  .footer_links {
    width: 146px
  }

  footer h3 {
    font-size: 16px
  }

  footer ul li {
    font-size: 13px
  }

  footer h3 a {
    font-size: 16px
  }

  .innerCntr {
    width: 1060px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left_inner {
    width: 700px
  }

  .event {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tweet {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .advertisement {
    padding: 30px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .advertisement img {
    max-width: 100%;
    height: auto
  }

  .event .event-img, .event .event-img iframe {
    width: 100%;
    height: 350px;
  }

  .event-rgt {
    width: 100%
  }

  .event p {
    font-size: 15px;
    line-height: 22px
  }

  .event h3 {
    font-size: 16px
  }

  .talent:nth-child(even) {
    margin-right: 20px;
  }

  .talent:nth-child(3n+1) {
    margin-right: 0
  }

  .event-schedule-banner-left {
    width: 620px;
    height: 364px;
    overflow: hidden;
  }

  .event-schedule-banner-right {
    width: 279px
  }

  .event-schedule-banner-right-add img {
    width: 159px;
    height: auto
  }

  .schedule-post {
    padding: 20px 18px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .schedule-post p {
    font-size: 15px
  }

  .event-schedule-banner-left-caption h1 {
    width: 440px;
    font-size: 20px;
    line-height: 24px;
  }

  ul.inner-nav {
    margin-right: 15px;
    float: right;
  }

  ul.inner-nav li {
    padding: 0 8px
  }

  .event-dtails {
    width: 100%;
    padding: 30px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .event-dtails ol li {
    font-size: 15px;
    line-height: 22px
  }

  .event-dtails ul li {
    padding: 8px;
    width: 154px;
  }

  .event-dtails ul li img {
    height: auto;
    width: 100%
  }

  .event-dtails p {
    font-size: 15px;
    line-height: 22px
  }

  .left_inner .wpt_news {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left-post {
    width: 100%;
    padding: 30px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left-post-left {
    width: 80px;
  }

  .left-post-right {
    width: 521px
  }

  .bio_txt {
    width: 81%;
    float: left;
  }

  .tweet h3 span {
    width: 110px;
    margin: 0;
  }

  h6.splr_hdng {
    width: 97.3%;
  }

  .ldr-img {
    display: none;
  }

  .ldr-rgt {
    width: 100%;
  }

  .mdl {
    padding: 0 71px;
  }

  .plyr_dtl {
    width: 65%;
  }

  .sponsr {
    width: 33%;
  }

  .live_up {
    width: 249px;
  }

  .winner2 {
    width: 249px;
  }

  .po-large {
    position: relative;
  }

  .po-large .event-img {
    height: auto;
  }

  .po-large .event-rgt, .po-normal .event-rgt {
    padding: 15px;
  }

  .po-large .ply_onlne {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ply_onlne h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ply_onlne p {
    line-height: 20px;
    font-size: 14px;
  }

  .po-normal {
    width: 300px;
    height: 249px;
    margin-right: 19px;
  }

  .po-normal .event-img {
    height: auto;
  }

  .po-normal .ply_onlne h3 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
  }

  .po-normal .ply_onlne p {
    line-height: 16px;
    font-size: 13px;
  }

  .fof_content_r iframe {
    margin-top: 40px;
    width: 100%;
    height: 255px;
  }

}

@media (min-width: 801px) and (max-width: 1069px) {
  /*
========================================================================================================
Main Container
========================================================================================================
*/
  .liveBanner_event:nth-child(1n+4) {
    display: none;
  }

  .event-schedule-banner-left {
    height: 324px;
    overflow: hidden;
  }

  .large_event_box {
    width: 49%;
    height: auto;
    margin: 0 2% 3% 0;

  }

  .large_event_box:nth-child(2n) {
    width: 49%;
    height: auto;
    margin-right: 0;
  }

  .event_title {
    display: block;
  }

  .event_image {
    display: block;
    overflow: hidden;
    height: 211px;
  }

  .event_image img {
    width: 100%;

  }

  .large_event_box .event_image img {
    height: 100%;
    width: auto;
    margin-left: -20%;
  }

  .small_event_box {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  .small_event_box:nth-child(3n+5) {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  .small_event_box:nth-child(even) {
    width: 49%;
    height: auto;
    margin-right: 0;
  }

  .event_footer {
    clear: both;

  }

  .poy_large_wrapper {
    height: 466px;
    width: 466px;
  }

  .poy_large_wrapper img {
    width: 466px;
    height: 466px;
  }

  .poy_small_wrapper {
    margin-right: 0;
    width: 222px;
    height: 222px;
  }

  .poy_small_wrapper img {
    width: 222px;
    height: 222px;
  }

  .poy_label_container {
    bottom: 5px;
  }

  .poy_small_wrapper:nth-child(3n+5) {
    margin-left: 20px;
  }

  .poy_small_wrapper:nth-child(3n+6) {
    margin-left: 20px;
  }

  .champion_wrapper, .poy_small_wrapper2 {
    width: 49%;
    height: auto;
    margin: 0 2% 3% 0;
    float: left;
    text-align: center;
    position: relative;
  }

  .champion_wrapper:nth-child(4n+1), .champion_wrapper:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;

  }

  .champion_wrapper2:nth-child(4n+1), .champion_wrapper2:nth-child(2n+1) {
    margin: 0 2% 3% 0;

  }

  .champion_wrapper2:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .cc_img, .poy_small_wrapper2 img {
    width: 100%;
    height: auto;
  }

  .poy_small_wrapper2:nth-child(2n+1) {
    margin-right: 0;
  }

  .watch_bx {
    width: 49%;
    margin: 0 2% 3% 0;
  }

  .watch_bx:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;
  }

  .watch_bx img {
    width: 100%;
    height: 100%;
  }

  .srch_plyr input[type="text"] {
    width: 570px;
  }

  .schedule-post .p {
    padding-top: 20px;
    font-size: 20px;
  }

  .right_inner .complet_event {
    display: none;
  }

  .left_inner .complet_event,
  .left_inner .upcoming_event,
  .left_inner .live_event2 {
    display: block !important;
  }

  .event_info_box {
    width: 132px;
  }

  .event_info_box, .tv_info_section .event_info_box {
    width: 94%;
    padding: 3%;
    padding-bottom: 5%;
    height: auto;
  }

  .event_info_box_last {
    width: 94%;
    padding: 3%;
  }

  .turnamnt div.event_info_box .event_info_body {
    font-size: 20px;
    line-height: 25px;
    max-height: 75px;
  }

  .poy_players {
    width: 400px;
  }

  .poy_player {
    width: 190px;
  }

  .poy_player .poy_name, .poy_player .poy_score {
    width: 125px;
  }

  .poy_player:nth-child(2n) {
    margin-right: 0;
  }

  .poy_player:nth-child(3n) {
    display: none;
  }

  .poy_player:nth-child(4n) {
    display: none;
  }

  .logo {
    width: 130px;
  }

  .mainCntr {
    margin: 0 auto;
    width: 790px;
  }

  .top_links ul li {
    font-size: 10px;
    padding: 0;
  }

  .top_links ul li:last-child {
    display: none;
  }

  .top_links ul li a {
    padding: 0 13px;
  }

  .hdngTxt {
    padding: 40px 0;
  }

  .banner_l {
    width: 100%;
    height: auto;
  }

  .bnr_bg {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
  }

  .banner_title h1 {
    font-size: 26px;
    padding: 5px 12px;
  }

  .banner_button,
  .additional_info_link {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-top: 35px;
  }


  .banner_button_container {
    position: absolute;
    margin: 22.8% 50px auto 50px !important;
  }

  .banner_button_container.live {

  }


  .poy_title {
    padding-right: 25px;
  }

  .poy_players {
    padding-left: 20px;
    width: 390px;
  }

  .poy_section {
    padding: 15px 40px;
  }

  .fix_hdr .search_section {

  }

  .wptour {
    width: 750px;
  }

  .banner_r {
    width: 100%;
  }

  .timer {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    line-height: 0
  }

  .timer img {
    max-width: 100%;
    height: auto;
  }

  .player_of_the_season h5 {
    width: 50%;
  }

  .ue_up {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .video img {
    max-width: 100%;
    height: auto;
  }

  .yt_video h3 {
    text-align: center;
  }

  .yt_video h6 {
    padding: 10px 10px 14px;
    font-size: 16px;
  }

  .video {
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0
  }

  .capion_content h1 {
    font-size: 32px;
    padding-right: 20px;
  }

  .bnr_bg img {
    max-width: 100%;
    height: auto
  }

  .player {
    padding: 8px 0 5px 16px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
  }

  .player img {
    width: 36px;
    height: auto;
  }

  .player p {
    padding-top: 0;
    font-size: 12px;
  }

  .home_l {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none
  }

  .adds {
    display: none;
  }

  .wpt_news {
    width: 710px;
    padding-top: 30px;
  }

  .home_r {
    width: 100%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    text-align: center
  }

  .home_r img {
    max-width: 100%;
    height: auto
  }

  .wpt_l {
    width: 344px
  }

  .wpt_l img {
    max-width: 100%;
    height: auto
  }

  .wpt_r {
    width: 344px;
  }

  .nws_bx {
    width: 162px;
    min-height: 190px
  }

  .nws_bx img {
    max-width: 100%;
    width: 100%;
    height: auto
  }

  .nws_bx p {
    font-size: 13px
  }

  .wpt_news h2 {
    font-size: 22px
  }

  .wpt_l p {
    font-size: 13px
  }

  .wptour h3 {
    font-size: 16px
  }

  .tweet h3 {
    font-size: 16px;
    display: none;
  }

  .tweet {
    float: none;
    margin: 18px auto 0
  }

  .adds1.sb_rect {
    display: none;
  }

  .tweet {
    display: none;
  }

  /*
========================================================================================================
Footer
========================================================================================================
*/
  .customNavigation .btn.prev {
    left: 210px;
  }

  .customNavigation .btn.next {
    left: 240px;
  }

  .copyright {
    margin: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }

  .footer_links {
    width: 33.33%;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    min-height: 240px;
  }

  .footer_links:first-child {
    margin-left: 0;
  }

  footer h3 {
    font-size: 16px
  }

  footer ul li {
    font-size: 13px
  }

  footer h3 a {
    font-size: 16px
  }

  .capion_content p {
    display: none
  }

  .capion_content h1 {
    float: none;
    width: auto
  }

  .innerCntr {
    width: 790px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .event {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left_inner {
    width: 100%;
    border: none
  }

  .right_inner {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .srch_plyr {
    width: auto;
  }

  .event .event-img {
    width: 100%;
    height: 50%;
  }

  .event-rgt {
    width: 100%
  }

  .event p {
    font-size: 15px;
    line-height: 22px
  }

  .event h3 {
    font-size: 16px
  }

  .talent:nth-child(even) {
    margin-right: 20px;
  }

  .tv_info_section .event_info_box .event_info_body p {
    font-size: 16px;
    text-align: center;

  }

  .event-schedule-banner-left {
    width: 100%;
    margin: 0;
  }

  .event-schedule-banner-right {
    width: 100%
  }

  .schedule-post {
    padding: 20px 18px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .schedule-post p {
    font-size: 15px
  }

  .event-schedule-banner-left-caption h1 {
    width: 440px;
    font-size: 20px;
    line-height: 24px;
  }

  ul.inner-nav {
    margin-right: 15px;
    float: right;
  }

  ul.inner-nav li {
    padding: 0 8px
  }

  .event-dtails {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .event-dtails ol li {
    font-size: 15px;
    line-height: 22px
  }

  .event-dtails ul li {
    padding: 8px;
    width: 161px;
  }

  .event-dtails ul li img {
    height: auto;
    width: 100%
  }

  .event-dtails p {
    font-size: 15px;
    line-height: 22px
  }

  .left-post {
    width: 100%;
    padding: 30px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left-post-right {
    width: 550px
  }

  .bio_txt {
    width: 85%;
    float: left;
    text-align: justify
  }

  .ldr-img {
    display: none;
  }

  .ldr-rgt {
    width: 100%;
  }

  .mdl {
    padding: 0 86px;
  }

  .plyr_dtl {
    width: 70%;
  }

  .sponsr {
    width: 33%;
  }

  .event .event-img img, .event .event-img iframe {
    max-width: 100%
  }

  .po-large {
    position: relative;
  }

  .po-large .event-img {
    height: auto;
  }

  .po-large .event-rgt, .po-normal .event-rgt {
    padding: 15px;
  }

  .po-large .ply_onlne {
    padding: 20px 15px;
  }

  .ply_onlne h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ply_onlne p {
    line-height: 18px;
    font-size: 14px;
  }

  .po-normal {
    width: 344px;
    height: 286px;
  }

  .po-normal .event-img {
    height: auto;
  }

  .po-normal .ply_onlne h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .po-normal .ply_onlne p {
    line-height: 16px;
    font-size: 13px;
  }

  .fof_content_l h2 {
    font-size: 80px;
  }

  .fof_content_l p {
    font-size: 22px;
  }

  .fof_content_l span {
    font-size: 22px;
  }

  .fof_content_r iframe {
    margin-top: 50px;
    width: 100%;
    height: 220px;
  }

}

@media (max-width: 800px) {

  .liveBanner_event:nth-child(1n+3) {
    display: none;
  }

  .banner_button_container {
    display: none;
  }

  .bnrNav {
    z-index: 1000;
    color: #0082c3;
    position: absolute;
    cursor: pointer;
    margin: 0 20px;
    padding: 0 5px;
    /*bottom:6px;*/
    font-size: 18px;
    font-weight: bold;
    display: block;
    height: 100%;
    width: 20px;
  }

  .bnrNav.next {
    right: 0;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .bnrNav.prev {
    left: 0;
    background-image: url(images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .banner_title h1 {
    font-size: 22px;
    padding: 5px 10px;
    bottom: 40px;
    left: 30px !important;
    right: 30px !important;
    text-align: center;
    margin: auto;
  }

  /*
========================================================================================================
Main Container
========================================================================================================
*/
  .mainCntr {
    width: 100%;
    margin: 0 auto;
  }

  .fof {
    text-align: center;
    height: 600px;
  }

  .fof_content_l, .fof_content_r {
    width: 100%;
  }

  .fof_content_wrapper {
    padding: 20px 40px
  }

  .fof_content_r .fof_content_wrapper {
    padding: 0 40px 20px 40px;
  }

  .fof_content_l h2 {
    text-align: center;
    font-size: 60px;
    line-height: 90px;
  }

  .fof_content_l p, .fof_content_l span {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    line-height: 24px;
  }

  .fof_content_l .view_more {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .fof_content_r iframe {
    margin-top: 30px;
    width: 100%;
    height: 230px;
  }

  .talent:nth-child(even) {
    margin-right: 20px;
  }

  .tv_info_section .event_info_box .event_info_body p {
    font-size: 16px;
    text-align: center;
  }

  .fix_hdr .search_section {
    margin-left: 0;
  }

  .large_event_box {
    width: 49%;
    height: auto;
    margin: 0 2% 3% 0;

  }

  .large_event_box:nth-child(2n) {
    width: 49%;
    height: auto;
    margin-right: 0;
  }

  .event_title {
    display: block;
  }

  .event_image {
    display: block;
    overflow: hidden;
    height: auto;
  }

  .large_event_box .event_image {
    display: block;
    overflow: hidden;

  }

  .event_image img {
    width: 100%;
    height: auto;

  }

  .large_event_box .event_image img {
    height: 100%;
    width: auto;
    margin-left: -30%;

  }

  .small_event_box {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  .small_event_box:nth-child(3n+5) {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  .small_event_box:nth-child(even) {
    width: 49%;
    height: auto;
    margin-right: 0;
  }

  .poy_large_wrapper {
    height: 100%;
    width: 100%;
    margin-bottom: 2%;
  }

  .poy_large_wrapper img {
    width: 100%;
    height: 100%;
  }

  .poy_small_wrapper {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%;
    height: 49%;
  }

  .poy_small_wrapper img {
    width: 100%;
    height: 100%;
  }

  .poy_label_container {
    bottom: 5px;
  }

  .champion_wrapper, .poy_small_wrapper2 {
    width: 49%;
    height: auto;
    margin: 0 2% 3% 0;
    float: left;
    text-align: center;
    position: relative;
  }

  .champion_wrapper:nth-child(4n+1), .champion_wrapper:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;

  }

  .champion_wrapper2:nth-child(4n+1), .champion_wrapper2:nth-child(2n+1) {
    margin: 0 2% 3% 0;

  }

  .champion_wrapper2:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .cc_img, .poy_small_wrapper2 img {
    width: 100%;
    height: auto;
  }

  .poy_small_wrapper2:nth-child(2n+1) {
    margin-right: 0;
  }

  .watch_bx {
    width: 49%;
    margin: 0 2% 3% 0;
  }

  .watch_bx:nth-child(2n+1) {
    margin-right: 0;
    margin-left: 0;
  }

  .watch_bx img {
    width: 100%;
    height: 100%;
  }

  .srch_plyr input[type="text"] {
    width: 93%;
    padding: 10px 3%;
    -webkit-border-radius: 0 3px 3px 0;
    border-right: 1px solid #bbbbbb;
  }

  .srch_plyr button#searchsubmit {
    display: none;
  }

  .schedule-post .p {
    padding: 10px 30px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .complet_event {
    display: none;
  }

  .left_inner .complet_event,
  .left_inner .upcoming_event,
  .left_inner .live_event2 {
    display: block !important;
  }

  .event_info_box, .tv_info_section .event_info_box {
    width: 94%;
    padding: 3%;
    padding-bottom: 10%;
    height: auto;
  }

  .event_info_box_last {
    width: 94%;
    padding: 3%;
  }

  .turnamnt div.event_info_box .event_info_title {
    margin-top: 0;
  }

  .turnamnt div.event_info_box .event_info_body {
    font-size: 20px;
    line-height: 25px;
    max-height: 75px;
    margin-top: 10px;
  }

  .poy_section {
    padding-left: 20px;
  }

  .poy_players {
    width: 50%;
    padding-left: 0;
    margin-left: 4%;
    border-right: none;
  }

  .poy_title {
    width: 32%;
  }

  .poy_player:nth-child(2n) {
    display: none;
  }

  .poy_player:nth-child(3n) {
    display: none;
  }

  .poy_player:nth-child(4n) {
    display: none;
  }

  .poy_sponsor {
    display: none;
  }


  .top_nav {
    height: 50px;
  }

  header .mainCntr {
    display: block;
    background: #FFF;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
  }

  header .mainCntr .logo, .mainCntr .left-nav, .mainCntr .search-section {
    display: block;
  }

  .hamburger-box {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 8px;
  }

  .show-nav .hamburger-box .hamburger-inner:before,
  .show-nav .hamburger-box .hamburger-inner:after {
    transform-origin: center;
  }

  .show-nav .hamburger-box .hamburger-inner:before {
    top: 0;
    transform: rotateZ(45deg);
  }

  .show-nav .hamburger-box .hamburger-inner:after {
    bottom: 0;
    transform: rotateZ(-45deg);
  }

  .show-nav .hamburger-box .hamburger-inner {
    background: none;
  }

  header .mainCntr .search-section {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }

  header .mainCntr .search-section a {
    line-height: 50px;
  }

  header .mainCntr .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
    text-align: center;
  }

  header .mainCntr .logo a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
  }

  header .mainCntr .logo a img {
    height: 100%;
    width: auto;
  }

  header .mainCntr .nav-toggler {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    height: 50px;
    width: 50px;
    padding: 5px 0 5px 30px;
    box-sizing: border-box;
  }

  header .mainCntr .left-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 90%;
    box-sizing: border-box;
    height: auto;
    max-width: 300px;
    padding: 20px 0px 20px 0;
    overflow: auto;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .show-nav header .mainCntr .left-nav {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header .mainCntr .search-block {
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    height: auto;
    max-width: 300px;
    padding: 20px;
    overflow: auto;
    background: #005eda;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .show-search-form header .mainCntr .search-section a {
    color: #fff;
    background: #005eda;
  }

  .show-search-form header .mainCntr .search-block {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .show-nav #wrapper > .mainCntr,
  .show-nav #wrapper > .innerCntr,
  .show-search-form #wrapper > .mainCntr,
  .show-search-form #wrapper > .innerCntr {
    position: fixed;
  }

  #menu {
    display: block;
    overflow: scroll;
    background-color: #fff;
  }

  #menu ul {
    display: block;
    position: static;
    width: 100%;
  }

  #menu li a {
    color: #555555;
    padding-left: 36px;
  }

  #menu > li {
    display: block;
    float: none;
  }

  #menu > li > a {
    padding-left: 18px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #005eda;
  }

  #menu > li > ul {
    background-color: #fff;
  }

  #menu li:hover > a {
    color: #fff;
    background: #005eda;
  }

  /*#menu li a:hover {color: #fff; background: #005eda;}*/
  #menu li.second-level li a {
    padding-left: 54px;
    background: none;
  }

  #menu li.second-level > a i {
    display: none;
  }

  .search-section .search-block input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }

  .fix_hdr .mainCntr {
    height: 50px;
  }

  /*Reset*/
  .banner_l {
    width: 100%;
    height: auto
  }

  .bnr_bg {
    height: auto;
    position: relative;
  }

  .banner_r {
    width: 100%
  }


  .banner_title h1 {
    font-size: 22px;
    padding: 5px 10px;
    margin-left: 20px;
    bottom: 40px;
  }

  .banner_button {
    display: none;
  }

  .timer {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    line-height: 0
  }

  .timer img {
    max-width: 100%;
    height: auto
  }

  .player_of_the_season h5 {
    width: 50%
  }

  .ue_up {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0
  }

  .capion_content h1 {
    font-size: 32px;
    padding-right: 20px;
    line-height: 32px;
  }

  .bnr_bg img {
    height: auto;
    width: 100%;
  }

  .player {
    padding: 8px 0 5px 16px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
  }

  .player img {
    width: 36px;
    height: auto
  }

  .player p {
    padding-top: 0;
    font-size: 12px;
  }

  .home_l {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wpt_news {
    width: auto;
    padding: 20px;
  }

  .home_r {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .home_r img {
    max-width: 100%;
    height: auto
  }

  .wpt_l {
    width: 100%;
  }

  .wpt_l img {
    width: 100%;
    height: auto
  }

  .wpt_r {
    width: 100%;
  }

  .nws_bx {
    width: 49%;
    height: 260px;
  }

  .nws_bx img {
    width: 100%;
    height: auto
  }

  .nws_bx p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .wpt_news h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .wpt_l p {
    font-size: 13px
  }

  .wptour h3 {
    font-size: 16px
  }

  .tweet h3 {
    font-size: 16px
  }

  .adds1.sb_rect {
    display: none;
  }

  .tweet {
    display: none;
  }

  .wptour {
    width: 100%;
    padding: 20px 0;
  }

  /*
========================================================================================================
Footer
========================================================================================================
*/
  .copyright {
    margin: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }

  .footer_links {
    width: 100%;
    padding: 0 10px 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }


  .copyright p {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    font-size: 16px
  }

  .copyright .links {
    width: 100%;
    text-align: center
  }

  .copyright .links .entry {
    float: none;
    display: inline-block
  }

  /*
========================================================================================================
Display None
========================================================================================================
*/
  .yt_video {
    display: none
  }

  .player_of_the_season {
    display: none
  }

  .adds {
    display: none
  }

  /*.home_r{display:none}*/
  .footer_links {
    display: none
  }

  .footer_links.last {
    display: block
  }

  .top_links {
    display: none
  }

  .tweet {
    float: none;
    margin: 18px auto 0;
  }

  .search_fld2 {
    top: 81px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 74px
  }

  .search_fld2 input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #headdemo {
    width: 100%;
    background-color: #fff;
  }

  .top_nav {
    border-bottom: solid 1px #f4f4f4;
    overflow: hidden;
  }

  .mdl-top {
    border-top: none;
  }

  .hdngTxt {
    display: none !important
  }

  .capion_content p {
    display: none
  }

  .capion_content h1 {
    float: none;
    width: auto
  }


  .innerCntr {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .event {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left_inner {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  .right_inner {
    width: 100%;
    margin-left: 0
  }

  .event .event-img {
    width: 100%;
  }

  .event-rgt {
    width: 100%
  }

  .event p {
    font-size: 14px;
    line-height: 22px
  }

  .event h3 {
    font-size: 17px;
    line-height: 17px
  }

  .right_inner {
    display: none
  }

  .event-rgt .play-online-content .bottom-container .button a {
    font-size: 12px;
  }

  .mdl-top > h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
  }

  .event-schedule-banner-left {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .event-schedule-banner-right {
    width: 100%
  }

  .schedule-post {
    padding: 20px 18px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .schedule-post-right {
    width: 100%;
  }

  .schedule-post p {
    font-size: 32px;
    line-height: 38px
  }

  .event-schedule-banner-left-caption h1 {
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .event-schedule-banner-left-caption p {
    display: none
  }

  .schedule-post-left {
    width: 100%
  }

  .event-schedule-banner-right-add {
    display: none
  }

  ul.inner-nav {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
  }

  .event-dtails {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .event-dtails ol li {
    font-size: 15px;
    line-height: 22px
  }

  .event-dtails ul li {
    padding: 10px 2%;
    width: 21%;
  }

  .event-dtails ul li img {
    height: auto;
    width: 100%
  }

  .event-dtails p {
    font-size: 15px;
    line-height: 22px
  }

  .left_inner .wpt_news {
    padding: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left-post {
    width: 100%;
    padding: 30px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .left-post-right {
    width: 550px;
    float: left;
  }

  .left-post-left {
    width: 100%;
    text-align: center;
  }

  .blg {
    display: none;
  }

  .slg {
    display: inline-block;
    margin-bottom: 15px;
  }

  .prize p {
    float: left;
    clear: both;
  }

  .bio_txt {
    width: 95%;
    float: left;
    text-align: justify
  }

  .ldr-img {
    display: none;
  }

  .ldr-rgt {
    width: 100%;
    overflow-x: scroll;
  }

  .mdl {
    padding: 0 5%;
  }

  .leader_tabel thead tr th:nth-child(3) {
    width: 30%;
    text-align: center;
  }

  .plyr_img {
    width: 100%;
  }

  .plyr_dtl {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 0;
  }

  .plyr_table {
    width: 55%;
  }

  .sponsr {
    width: 33%;
  }

  .srch_plyr label {
    padding-right: 10px
  }

  .fix_hdr {
    position: static;
  }

  .fix_hdr nav {
    margin-top: 0;
    pointer-events: none;
  }

  .search_fld2 {
    top: 101px
  }

  .event .event-img img, .event .event-img iframe {
    max-width: 100%;
  }

  .po-large {
    position: relative;
  }

  .po-large .event-img {
  }

  .po-large .event-img img {
    width: auto;
  }

  .po-large .event-rgt, .po-normal .event-rgt {
    padding: 15px;
  }

  .po-large .ply_onlne {
    padding: 20px 15px;
  }

  .ply_onlne h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ply_onlne p {
    line-height: 20px;
    font-size: 14px;
  }

  .po-normal {
    width: 49%;
    height: 37%;
    overflow: hidden;
    /*height: 286px;*/
    margin-right: 2%;
  }

  .po-normal .event-img {
    height: auto;
  }

  .po-normal .ply_onlne h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .po-normal .ply_onlne p {
    line-height: 18px;
    font-size: 14px;
  }

  .flex_leaderboard {
    width: 100%;
    overflow: hidden;
  }

}

@media (max-width: 479px) {
  /*
========================================================================================================
Main Container
========================================================================================================
*/
  .large_event_box {
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;

  }

  .large_event_box:nth-child(2n) {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .event_title {
    display: block;
    border-top: none;

  }

  .small_event_box .event_title {
    padding-top: 10px;
  }

  .event_image {
    display: block;
    overflow: hidden;
    height: auto;
  }

  .event_image img {
    width: 100%;
    height: auto;

  }

  .large_event_box .event_image img {

    height: auto;
    margin-left: 0;
  }

  .small_event_box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .small_event_box:nth-child(3n+5) {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .small_event_box:nth-child(even) {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .bio_img {
    float: left;
    margin-right: auto;
    max-width: 100%
  }

  .fix_hdr {
    position: static;
  }

  .mainCntr {
    margin: 0 auto;
    width: 100%;
  }

  .banner_l {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .bnr_bg {
    height: auto;
    position: relative;
    line-height: 0
  }

  .banner_r {
    width: 100%
  }

  .timer {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    line-height: 0
  }

  .timer img {
    max-width: 100%;
    height: auto
  }


  /*.bnr_caption{
	display:none;
}*/
  .banner_title h1 {
    font-size: 22px;
    padding: 5px 10px;
    margin-left: 20px;
    bottom: 40px;
  }

  .banner_button {
    display: none;

  }

  .ue_up {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0
  }

  .capion_content h1 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
    margin-left: -20%;
  }

  .bnr_bg img {
    height: 300px;
    width: auto;
    margin-left: -50%;
  }

  .player {
    padding: 8px 0 5px 16px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
  }

  .player img {
    width: 36px;
    height: auto
  }

  .player p {
    padding-top: 0;
    font-size: 12px;
  }

  .home_l {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none
  }

  .wpt_news {
    padding: 20px;
    width: auto;
  }

  .home_l .ads {
    display: none;
  }

  .home_r {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    text-align: center
  }

  .home_r img {
    max-width: 100%;
    height: auto
  }

  .wpt_l {
    width: 100%
  }

  .wpt_l img {
    width: 100%;
    height: auto
  }

  .wpt_r {
    width: 100%
  }

  .nws_bx {
    width: 100%;
    height: auto;
  }

  .nws_bx img {
    width: 100%;
    height: auto
  }

  .nws_bx p {
    font-size: 16px;
    line-height: 22px
  }

  .wpt_news h2 {
    font-size: 16px;
    line-height: 22px
  }

  .wpt_l p {
    font-size: 18px
  }

  .wptour h3 {
    font-size: 16px
  }

  .tweet h3 {
    font-size: 16px
  }

  .wpt_tv .event-img iframe {
    width: 282px;
  }

  .wpt_tv h3 {
    font-size: 26px;
    line-height: 16px;
    padding: 5px 0 13px 0;
    color: #555555;
    margin: 20px 0 0 0;
    font-weight: 300;
  }

  .wpt_tv .event-rgt p {
    font-size: 13px;
    padding: 0 0 13px 0;
    color: #333;
    margin: 0 13px 0 0;
    line-height: 20px;
  }

  .mdl-top > h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .adds1.sb_rect {
    display: none;
  }

  .tweet {
    display: none;
  }

  /*
========================================================================================================
Footer
========================================================================================================
*/
  .copyright {
    margin: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }

  .footer_links {
    width: 100%;
    padding: 0 10px 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .copyright p {
    text-align: center;
    width: 100%;
    padding-top: 0;
    font-size: 12px;
  }

  .copyright .links {
    width: 100%;
    text-align: center
  }

  .copyright .links .entry {
    float: none;
    display: inline-block;
  }

  /*
========================================================================================================
Display None
========================================================================================================
*/
  .yt_video {
    display: none
  }

  .player_of_the_season {
    display: none
  }

  .adds {
    display: none
  }

  /*.home_r{display:none}*/
  .footer_links {
    display: none
  }

  .footer_links.last {
    display: block
  }

  .top_links {
    display: none
  }

  .hdngTxt {
    display: none !important
  }

  .tabbleinnner {
    width: 100%;
    overflow: auto
  }

  .tabbleinnner table {
    width: 500px
  }

  .schedule-table td {
    font-size: 12px
  }

  .event-schedule-banner-left-caption h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
  }

  .event-dtails ul li {
    padding: 10px 2%;
    width: 46%;
  }

  .casino {
    width: 100%;
  }

  .casino_dtl {
    width: 61%;
    float: left;
  }

  .prize p {
    float: left;
  }

  .casino_img {
    margin-right: 20px;
  }

  .talent {
    margin-right: 10px;
  }

  .bio_txt {
    width: 95%;
    float: left;
    text-align: justify
  }

  .bio_img {
    margin: 0 auto;
    float: none;
  }

  .biogrphy {
    padding: 20px 3% !important;
    width: 99%;
  }

  .plyr_table {
    width: 100%;
  }

  .sponsr {
    width: 33%;
    float: left;
    margin-left: 0;
    margin-top: 20px
  }

  .view {
    display: block;
    margin: 0 0 10px 27px;
  }

  .event-dtails p, .event-dtails ol li {
    font-size: 14px;
    line-height: 20px
  }

  .wpt_tv .event-img iframe {
    width: 100%
  }

  .tweet {
    float: none;
    margin: 18px auto 0;
  }

  /*Logo*/
  .logo {
    width: 165px
  }

  .search_fld2 {
    top: 83px;
    background: #006BA0;
  }

  .srch_plyr input[type="text"] {
    width: 93%;
    padding: 10px 3%;
  }

  .srch_plyr label {
    padding: 0;
    text-align: center;
    width: 100%
  }

  .srch_plyr input[type="submit"] {
    width: 8%;
    padding: 0;
    float: right;
    margin-top: 5px
  }

  .event-rgt .play-online-content .bottom-container .button a { /*font-size:18px;*/
  }

  .po-large {
    position: relative;
    height: 300px;
  }

  .po-large .event-img {
  }

  .po-large .event-img img {
    max-width: none;
  }

  .po-large .event-rgt, .po-normal .event-rgt {
    padding: 10px;
  }

  .event-rgt.ply_onlne span a {
    display: none;
  }

  .po-large .ply_onlne {
    padding: 20px 15px;
  }

  .ply_onlne h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ply_onlne p {
    line-height: 20px;
    font-size: 14px;
  }

  .po-normal {
    width: 49%;
    height: 37%;
    overflow: hidden;
    /*height: 286px;*/
    margin-right: 2%;
  }

  .po-normal .event-img {
    height: auto;
  }

  .po-normal .ply_onlne h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .po-normal .ply_onlne p {
    display: none;
  }

  .liveBanner_event:nth-child(1n+2) {
    display: none;
  }

  #mobile_anchor_wrapper {
    display: block;
  }

}

@media (max-width: 319px) {

  .liveBanner_event:nth-child(1n+2) {
    display: none;
  }

  .event p {
    font-size: 22px;
    line-height: 28px;
    text-align: justify
  }

  .event h3 {
    font-size: 16px;
    line-height: 16px
  }

  .right_inner {
    display: none
  }

  .event-rgt .play-online-content .bottom-container .button a {
    font-size: 20px;
  }

  .mdl-top > h1 {
    font-size: 30px;
    line-height: 32px
  }

  .schedule-post p {
    font-size: 22px;
    line-height: 28px;
    text-align: justify
  }

  .terms p, .terms h5 {
    font-size: 22px;
    line-height: 28px;
    text-align: justify
  }

  .event-dtails ul li {
    padding: 10px 0;
    width: 100%;
  }

  .event-dtails p, .event-dtails ol li {
    font-size: 13px;
    line-height: 20px
  }

  .tos-zoom {
    display: block !important
  }

  .wpt_tv .event-img iframe {
    width: 100%
  }

  .tweet {
    float: none;
    margin: 18px auto 0;
    width: 100%;
    padding: 0
  }

  .tweet iframe {
    width: 100% !important
  }

  .event-rgt .play-online-content .bottom-container .button a {
    font-size: 18px;
  }

}

/*
========================================================================================================
Bytelaunch
========================================================================================================
*/
.wpt_news h2 a {
  text-decoration: none;
  color: #005eda;
}

.wpt_news h2 a:hover {
  color: #000;
}

.event-schedule-banner-left-caption h1 a {
  text-decoration: none;
  color: #fff;
}

.talent p .wpt_tvtlnt {
  color: #005eda;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 0 0 10px;
  text-decoration: none;
  background: none;
  float: left;
}

.talent p a.wpt_tvtlnt:hover {
  background: none;
}

.watch_bx span a {
  color: #005eda;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  background: none;
}

.watch_bx span a:hover {
  color: #333;
  background: none;
}

.casino_dtl h6 a.casino_nme {
  color: #005eda;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.casino_dtl h6 a.casino_nme:hover {
  color: #000;
}

.schedule-table tr td strong a {
  color: #005eda;
  font-size: 13px;
  text-decoration: none;
}

.schedule-table tr td strong a:hover {
  color: #000;
}

.ply_onlne h3 {
  padding-top: 0;
}

.wpt_news h3 a {
  text-decoration: none;
  color: #000000;
}

.wpt_news h3 a:hover {
  color: #005eda;
}

.srch {
  padding: 0 20px 25px 20px;
  display: block;
  position: relative;
  background: #fff;
}

.srch h3 {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}

.srch a {
  text-decoration: none;
  color: #005eda;
  display: block;
  margin-bottom: 5px;
}

.srch a.result_link {
  padding: 10px;
}

.srch a.result_link:nth-child(odd) {
  background: #eeeeee;
}

.srch a:hover {
  color: #000;
}

.terms ul {
  list-style-type: disc;
  margin-left: 30px;
}

.terms ul a {
  text-decoration: none;
  color: #005eda;
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
  width: 540px;
}

.player {
  width: 195px;
}

.player p a {
  text-decoration: none;
  color: #000;
}

.player p a:hover {
  color: #005eda;
}

.player_of_the_season h6 a {
  text-decoration: none;
  color: #000;
}

.player_of_the_season h6 a:hover {
  color: #005eda;
}

.video iframe {
  height: 169px;
}

.yt_video h6 a:hover {
  color: #005eda;
}

.tweet h3 {
  padding: 0 0 10px 0;
}

.new_updates_alert,
.new_updates_alert_chips,
.new_updates_alert_payout {
  display: none;
}

.new_updates_alert_chips h5,
.new_updates_alert_payout h5 {
  width: 100%;
  float: left;
  background: #ffeded;
  padding: 20px 0;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.live_queue {
  display: none;
}

.live_now .resp-tabs-list li:first-child {
  color: #333;
}

.live_now .resp-tabs-list li.resp-tab-active:first-child {
  color: #fff;
}

.live_now .resp-tabs-list {
  color: #ff0000;
}

.live_now .resp-tab-active {
  background-color: #ff0000;
  border-bottom: medium none;
  color: #fff;
}

.live_now .resp-tab-active:first-child {
  background-color: #333;
  border-bottom: medium none;
  color: #fff;
}

.live_now.new-tab {
  border-bottom: 3px solid #ff0000;
}

/*
> 480
search_fld2 menu{
	display: block;
width: 284px;
padding: 17px 18px 12px;
}

form input{width: 260px;}

*/

.wpt_tvtlnt_blogs.lve_inr {
  margin-top: 15px;
}

.wpt_tvtlnt_blogs.lve_inr h3 {
  margin-bottom: 15px;
}

.wpt_tvtlnt_blogs.lve_inr:nth-child(1) h3 {
  border-top: 1px solid #ffffff;
}

.video-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

.embedded {
  position: relative;
}

.aspect-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-container iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1069px) {
  .right_inner .complet_event,
  .right_inner .upcoming_event,
  .right_inner .live_event2 {
    display: none !important;
  }
}

@media (max-width: 767px) and (min-width: 300px) {
  /*#headdemo { position:absolute !important}	*/
  #defaultCountdown {
    margin-top: 15px;
  }
}

@media (min-width: 800px) and (max-width: 1260px) {

  .resp-tab-item {
    padding: 20px 10px 15px 10px !important;
    font-size: 13px !important;
  }
}

.load_chip_counts .busted {
  background-color: #ffefef !important;
}

.eventnewsdiv .nws_bx {
  margin: 0 16px 16px 0;
}

.eventnewsdiv .nws_bx:nth-child(1),
.eventnewsdiv .nws_bx:nth-child(2),
.eventnewsdiv .nws_bx:nth-child(3),
.eventnewsdiv .nws_bx:nth-child(4) {
  margin-top: 16px;
}

.eventnewsdiv .nws_bx:nth-child(4n) {
  margin-right: 0;
}

.live_updt img {
  display: inline;
}

.inner-wrapper {
  padding: 0 40px;
  margin-bottom: 40px;
  gap: 1.25rem;
  flex-direction: row;
  display: flex;
}

.inner-wrapper > * {
  padding: 0;
}

.inner-wrapper .left_inner {
  float: none;
  width: initial;
  padding: 0;
  flex: 737 737 0;
}

.inner-wrapper .left_inner > * {
  padding: 0;
  box-shadow: none;
}

.inner-wrapper .right_inner {
  float: none;
  width: initial;
  padding: 0;
  flex: 303 303 0;
}

.inner-wrapper .right_inner .tweet,
.inner-wrapper .right_inner .media-links {


  display: none;
}

.tour-blurb-wrapper {
  margin: 0 40px;
  width: initial;
  clear: both;
}

#menu-wpt-footer-menu {
  display: none;
}

.seson_shuld {
  border-bottom: none;
}

.page-template-page-events .events_section {
  display: grid;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-template-page-events .events_section .large_event_box {
  width: auto;
  height: auto;
  margin: 0;
  float: none;
  grid-column: span 3;
}

.page-template-page-events .events_section .small_event_box {
  width: auto;
  height: auto;
  margin: 0;
  float: none;
  grid-column: span 2;
}

.page-template-page-players-championsclub .player_section_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1279px) {
  .page-template-page-players-championsclub .player_section_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .champion_wrapper, .poy_small_wrapper2 {
    width: auto;
  }
}

.page-template-page-players-championsclub .player_section_wrapper .champion_wrapper {
  grid-column: span 1;
}

.srch_plyr input#s {
  width: 640px;
  height: 52px;
}

.mdl-top {
  clear: both;
}

.live_update_all .live-update.first a h3{
  border-top: none;
}

#load_live_stream {
  padding-top: 20px;
}

//#festival_event_tabs > .new-tab li {
//  border: none;
//  padding: 0px 20px 20px;
//}
//
//#festival_event_tabs > .new-tab li.resp-tab-active {
//  padding: 0px 20px 20px !important;
//}

//#festival_event_tabs > .resp-tabs-container {
//  border-top: none;
//}

#festival_event_tabs > .resp-tabs-container > .resp-tab-content .new-tab {
  padding: 0 20px;
}

#festival_event_tabs > .resp-tabs-container > .resp-tab-content .new-tab li {
  font-size: 16px;
  padding: 20px 0 !important;
  margin-right: 20px;
  border: none;
}

#festival_event_tabs > .resp-tabs-container > .resp-tab-content .resp-tabs-container {
  border-top: none;
}

@media (min-width: 800px) {
  #festival_event_tabs > .resp-tabs-container > .resp-tab-content .resp-tabs-container .crr_strp {
    padding-top: 0;
  }
}

#festival_event_tabs > .resp-tabs-container > .resp-tab-content .resp-tabs-container .resp-accordion {
  font-size: 16px;
  text-indent: 16px;
}


