/** TEMP HIDING
body.x {
 background: #fff;
}

#navx,
#headerx,
#footerx,
.bottom_barx,
#sponsorsx,
aside.sidebarx,
#main-sliderx
{
 display: none;
}

.x.tabber_widget:nth-child(2) {
 display: none;}
***/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
#switcher {
  display: none;
}
#content li a,
#content p a,
#content table a {
  display: inline;
}
h3 {
  line-height: 1em;
  font-family: Helvetica;
  font-size: 17px;
  font-weight: bold;
  color: #40454d;
  padding: 15px 20px 14px 20px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
}
footer h3 {
  padding: 0;
  background: none;
  border: 0;
}
.box_outer {
  margin-bottom: 15px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
button,
input[type=submit] {
  height: 2.2em;
  padding: 0 15px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #69b169;
  background: #7bc97b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7bc97b 0%, #69b169 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bc97b), color-stop(100%, #69b169));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7bc97b 0%, #69b169 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7bc97b 0%, #69b169 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7bc97b 0%, #69b169 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7bc97b 0%, #69b169 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc97b', endColorstr='#69b169', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
  margin-bottom: 15px;
}
button[disabled=disabled],
input[type=submit][disabled=disabled] {
  opacity: .7;
  cursor: default;
}
button[disabled=disabled]:hover,
input[type=submit][disabled=disabled]:hover {
  border-color: #69b169;
  box-shadow: none;
}
button[disabled=disabled]:active,
input[type=submit][disabled=disabled]:active {
  top: 0;
  left: 0;
}
button:hover,
input[type=submit]:hover {
  border-color: #7bc97b;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
button:active,
input[type=submit]:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.swill-link {
  position: absolute;
  padding: 2px 5px;
  font-weight: bold;
  font-size: .9em;
  font-style: italic;
  background: #FFFAD9;
  right: 10%;
  top: -19px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.swill-link:before,
.swill-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.swill-link:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/*********************
 * MAIN
 */
select,
.sidebar select,
.sidebar .widget select {
  width: auto;
  padding: 3px 4px 3px 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  color: #333;
}
.home_menu button {
  float: right;
}
.home_menu select.cnt {
  display: block;
  margin-left: 77px;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .home_menu select.cnt {
    margin-left: 0;
  }
}
.sidebar .widget.home_menu ul li.menu-item {
  padding: 5px 12px;
}
.sidebar .widget .widget_title {
  color: #fafafa;
  background: #66b6f7 url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px 50px no-repeat;
  color: white !important;
  margin-bottom: -1px;
  border-width: 0;
  font-weight: normal;
}
.sidebar .widget .widget_title a {
  color: #fafafa;
}
.sidebar .widget .widget_title a:hover {
  text-decoration: underline;
}
.sidebar .widget .widget_title.sun {
  padding-left: 27px;
  background-position: 4px -1093px;
}
.sidebar .widget .widget_title.graph {
  padding-left: 27px;
  background-position: 5px -592px;
}
.sidebar .widget .widget_title.calendar {
  padding-left: 27px;
  background-position: 5px -893px;
}
.mobile-nav-holder .mobile-selector {
  position: relative;
  top: -10px;
}
#mobile-nav {
  margin-top: -10px;
}
.main .box_outer {
  clear: both;
}
.home-content iframe {
  max-width: 100%;
  /*TABLET*/
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .home-content iframe {
    max-height: 246px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .home-content iframe {
    max-height: 158px;
  }
}
@media only screen and (min-width: 990px) {
  .full-width .main {
    width: 958px;
  }
}
.full-width .sidebar {
  display: none;
}
.partner-area {
  background: white;
}
.partner-area-widget-col {
  padding-bottom: 10px;
}
/************************
 * TABBER
 */
.tabber-widget-basic-light ul.tabber-widget-tabs {
  font-size: 1.2em;
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
  width: 100%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
  width: 50%;
}
.canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
  width: 48.5%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
    width: 48%;
  }
}
.canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
  width: 97%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
    width: 96%;
  }
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-3 li {
  width: 33.3%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs {
  width: 2.9% !important;
  /*TINY*/
  text-align: center;
  margin-left: 0.1% !important;
  height: 32px;
  float: right;
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs {
    width: 3.9% !important;
  }
}
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a,
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a:hover {
  background-image: none;
}
.widget.canhide {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a {
  display: block;
  padding: 6px 10px 6px 27px;
  text-decoration: none !important;
  background: #cacaca url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px -42px no-repeat;
  color: #6082AF !important;
  margin: 0 1px 0 0;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen {
  background-position: 4px -1240px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen.selected:hover {
  background-position: 4px -1190px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture {
  background-position: 4px -1040px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture.selected:hover {
  background-position: 4px -990px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook {
  background-position: 4px -142px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook.selected:hover {
  background-position: 4px -92px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph {
  padding-left: 27px;
  background-position: 5px -641px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph.selected:hover {
  background-position: 5px -591px;
}
.tabber-widget-basic-light .tabber-widget-tabs li:last-child a {
  margin-right: 0;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
  color: #6082AF !important;
  background-color: #999;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
  background: #66b6f7 url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px 8px no-repeat;
  color: white !important;
  border-bottom: 0;
}
.tabber-widget-content {
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px;
  background: #fff;
}
#content .tabset.tabs li a:hover {
  margin: 0;
}
/************ STANDINGS BLOCK **************/
.standings-filters {
  padding-bottom: 7px;
  margin-top: -6px;
  white-space: nowrap;
}
.standings-table {
  width: 100%;
  border-collapse: collapse;
}
.standings-table td,
.standings-table th {
  font-size: 1.1em;
  vertical-align: bottom;
  text-align: center;
  padding: 2px 3px;
  border-bottom: 1px dashed #eee;
}
.standings-table td:first-child,
.standings-table th:first-child,
.standings-table td.la,
.standings-table th.la {
  text-align: left;
}
.standings-table td img,
.standings-table th img {
  vertical-align: middle;
}
.standings-table th {
  background-color: #eee;
  border: none;
}
.post-content .standings-stats-link {
  text-align: center;
  padding-top: .75em;
  font-size: 1.1em;
  margin: 0;
}
/************ STATS BLOCK **************/
#scores_stats {
  padding-bottom: 4px;
}
.stats-filters {
  padding-bottom: 7px;
  margin-top: -6px;
  white-space: nowrap;
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .stats-filters {
    white-space: normal;
  }
}
.stats-filters.blocked .hob {
  display: none;
}
.sidebar #scores_stats.widget .stats-filters select {
  margin-right: 0;
  margin-left: 0;
}
.stats-list {
  padding-left: 0;
  font-size: 1.1em;
  overflow: hidden;
  position: relative;
  margin-top: -6px;
  margin-left: -2px;
  margin-bottom: 5px;
}
.stats-item {
  float: left;
  clear: both;
  width: 100%;
  padding: 3px 0;
}
.stats-item .stats-rank {
  float: left;
  padding-left: 3px;
  min-width: 1.6em;
}
.stats-item .stats-count {
  float: right;
  padding-right: .5em;
  text-align: right;
}
.stats-item .stats-player {
  margin-left: .5em;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 35px;
  display: block;
}
.stats-item .stats-player:after {
  content: " ..................................................................................";
}
.stats-leader {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 50px;
  padding: 8px 0 4px;
}
.stats-leader .stats-rank {
  position: relative;
  top: 20px;
}
.stats-leader .stats-count {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  float: none;
  margin-left: 80px;
}
.stats-leader .stats-player {
  margin-left: 80px;
  margin-right: 0;
}
.stats-leader .stats-player:after {
  content: "";
}
.no-stats-avail {
  border: 1px dotted #ccc;
  clear: both;
  padding: 4px 10px;
  border-width: 1px 0;
  color: #888;
  background: #fafafa;
  font-style: italic;
  margin: 5px 0 10px;
  float: left;
  text-align: center;
  width: 93.5%;
}
.stats-more-link:link {
  height: auto;
  float: none;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 2px 0 0;
}
/************** BLOGS *****************/
.blog-feed,
#blog-page-list {
  display: block;
}
.blog-feed:before,
#blog-page-list:before,
.blog-feed:after,
#blog-page-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.blog-feed:after,
#blog-page-list:after {
  clear: both;
}
.blog-feed[data-columns]::before {
  content: '3 .column.size-1of3';
}
@media screen and (max-width: 500px) {
  .blog-feed[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .blog-feed[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 801px) {
  .blog-feed[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
/* Again, you’re free to use and define the classes: */
.column {
  float: left;
}
.size-1of1 {
  width: 100%;
  padding: 0 .75%;
}
.size-1of2 {
  width: 50%;
  padding: 0 .75%;
}
.size-1of3 {
  width: 33.333%;
  padding: 0 .75%;
}
.blog-feed {
  margin: 0 1%;
  padding: 0;
  width: 98%;
}
.blog-feed-item.beachtales {
  background: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #67b7e1;
  padding: 3px 5px 5px;
  margin-bottom: 20px;
}
.blog-feed-item.beachtales p:last-of-type {
  margin-bottom: 0;
}
.blog-feed-item.beachtales .bfeed {
  background: #67b7e1;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -3px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.8em;
  font-style: italic;
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url(/img/logo-gh-white.png);
  background-repeat: no-repeat;
  background-position: 15px -10px;
  background-size: 20%;
}
.bfeed {
  font-weight: bold;
}
.bfeed,
.bdate {
  display: block;
  font-size: .9em;
  color: #999;
}
#content li a.btitle,
.btitle {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  text-align: left;
}
.bdesc > img {
  display: block;
}
.show-old-blogs {
  height: auto;
  float: none;
  clear: both;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 8px 0;
}
.show-old-blogs a {
  color: #666 !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
/********************* FANPAGE ************************/
.fp-upper h1 {
  /*FULL*/
  font-size: 1.8em !important;
  line-height: 1.2em !important;
  font-weight: bold;
  margin: .05em 0 .5em;
  z-index: 8;
  position: relative;
}
@media only screen and (min-width: 990px) {
  .fp-upper h1 {
    float: right;
    width: 450px;
    min-height: 55px;
    margin-bottom: 0;
  }
}
.fp-upper h1 img {
  height: 21px;
  margin-left: 1px;
  vertical-align: baseline;
}
.fp-upper h1 a {
  font-size: .45em;
  margin-left: 2em;
  display: block;
  float: right;
  line-height: 1.1em;
  /*FULL*/
  margin-right: 2px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none !important;
}
.fp-upper h1 a.standings-link {
  clear: right;
}
@media only screen and (max-width: 480px) {
  .fp-upper h1 a {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .fp-upper h1 a {
    margin-left: 0em;
    float: right;
  }
}
.gray_b[disabled],
.gray_b:hover[disabled] {
  background: #DDD;
  border-color: #BBB;
  color: #333;
}
.brc {
  font-size: .9em;
  max-width: 355px;
  position: relative;
  top: 3px;
  left: 3px;
  clear: both;
  margin-bottom: .5em;
}
.brc:before,
.brc:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.brc:after {
  clear: both;
}
@media only screen and (min-width: 990px) {
  .brc {
    clear: none;
    margin-bottom: 0;
  }
}
.brc button {
  padding: 3px 5px;
  height: auto;
  margin: 0 0 0 7px;
  display: inline-block;
}
.brc button[disabled] {
  background: #BBB;
  border-color: #AAA;
}
.brc select {
  cursor: pointer;
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  padding: 0;
  border: 0;
  color: #67b7e1;
  text-decoration: underline;
  position: relative;
  left: -4px;
  margin-right: -3px;
  background-color: transparent /* this hides the selects background making any styling visible from the div */;
  background: url(../img/bg_select.png) no-repeat right 7px;
  padding-right: 5px;
  -webkit-appearance: none /* this is required for Webkit browsers */;
  border: none;
  box-shadow: none;
}
.brc select:active,
.brc select:focus {
  outline: 0;
}
.brc select option {
  color: #5e6066;
  font-size: .9em;
  padding: 0;
}
.fp-left {
  float: left;
  width: 310px;
  margin-right: 5px;
  width: 100%;
  position: relative;
  z-index: 5;
  /*TABLET*/
  /*TINY*/
}
.fp-left select {
  color: #333;
}
@media only screen and (min-width: 990px) {
  .fp-left {
    top: -35px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .fp-left {
    margin-right: 0;
    width: 100%;
  }
}
.fp-left .scb-loading-text,
.fp-left .scb-no-games {
  width: auto;
  margin-bottom: 20px;
}
.fp-right {
  width: 100%;
  /*FULL*/
}
@media only screen and (min-width: 990px) {
  .fp-right {
    float: right;
  }
}
.fp-right #social1 {
  float: left;
  width: 49.5%;
}
.fp-right #social1:before,
.fp-right #social1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fp-right #social1:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .fp-right #social1 {
    float: none;
    width: 100%;
  }
}
.fp-right #social2 {
  float: right;
  width: 49.5%;
}
.fp-right #social2:before,
.fp-right #social2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fp-right #social2:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .fp-right #social2 {
    float: none;
    width: 100%;
    margin-top: 1em;
    clear: both;
  }
}
.fp-right #social3 {
  clear: both;
}
.fp-right #social1 i.fa,
.fp-right #social2 i.fa,
.fp-right #social3 i.fa {
  font-size: 1.6em;
  vertical-align: middle;
}
.fp-right #tab-twitter-tab,
.fp-right #tab-facebook-tab {
  min-height: 130px;
  max-height: 350px;
  overflow: auto;
}
.fp-right #tab-twitter-tab iframe,
.fp-right #tab-facebook-tab iframe {
  max-width: 100%;
}
.fp-right .tabber_widget#standings,
.fp-right .tabber_widget#stats {
  width: 49.2%;
  float: left;
  clear: none;
  margin-right: 1.5%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .fp-right .tabber_widget#standings,
  .fp-right .tabber_widget#stats {
    float: none;
    width: 99%;
  }
}
.fp-right .tabber_widget#standings#standings,
.fp-right .tabber_widget#stats#standings {
  margin-right: 0;
}
/************************* FB Status WALL *********************/
#tab-facebook-tab {
  max-height: 350px;
  min-height: 130px;
  overflow: auto;
}
.facebook-status-wall .posts-feed {
  line-height: 100%;
}
.facebook-status-wall a {
  text-decoration: none;
  color: #00E !important;
}
.facebook-status-wall .post {
  margin: 0 2px 5px 0;
  border: solid 1px #eee;
  padding: 4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.facebook-status-wall .message {
  margin: 0;
}
.facebook-status-wall .message a:first-child {
  font-weight: bold;
  margin-right: .25em;
  display: block;
  padding-bottom: 2px;
}
.facebook-status-wall .image {
  float: left;
  clear: none;
  padding: 0;
  margin: 10px 10px 0 0;
  overflow: hidden;
}
.facebook-status-wall .link {
  margin: 10px 0 0 0;
}
.facebook-status-wall .caption {
  font-size: 10px;
  color: #366633;
}
.facebook-status-wall .description {
  margin: 10px 0 0 0;
}
.facebook-status-wall .meta {
  float: left;
  clear: both;
  margin: 0;
  font-size: 10px;
  color: #666;
  padding: 0;
}
.facebook-status-wall .icon {
  float: left;
  margin: 4px 4px 0 0;
}
.facebook-status-wall .time {
  float: left;
  margin: 6px 0 0 0;
}
.facebook-status-wall .show-more-statuses {
  height: auto;
  float: none;
  clear: both;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 8px 0;
}
.facebook-status-wall .show-more-statuses a {
  color: #666 !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
/*********** HEADER WIDGET / COUNTDOWN *******/
.cdtmain .days_container {
  display: inline-block;
  position: relative;
  top: 19px;
}
.cdtmain .only {
  display: inline;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .cdtmain .only {
    position: relative;
    top: -18px;
  }
}
.cdtmain .days_to {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .fergcorp_countdownTimer_day.fergcorp_countdownTimer_timeUnit {
    display: block;
    line-height: 0;
  }
}
.widget_fergcorp_countdown_timer_widget {
  float: left;
}
.header-calendar {
  margin-top: 45px;
  border-radius: 4px;
  line-height: 1;
  float: right;
  width: 178px;
  min-height: 60px;
  padding-top: 29px;
  font-weight: bold;
  font-style: italic;
  color: #7cc1e5;
  font-size: 1.7em;
  text-align: center;
  position: relative;
  top: -14px;
  left: -10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 1px;
  padding-top: 5px;
  color: #fff;
  text-shadow: none;
  text-decoration: underline;
  border: 3px dotted goldenrod;
  width: 150px;
  padding-right: 10px;
  background: #f3f38c;
}
@media only screen and (max-width: 989px) {
  .header-calendar {
    width: 120px;
    margin-top: 10px;
    font-size: 1em;
  }
}
.header-calendar br {
  display: none;
  height: 0;
}
.header-calendar .gcal,
.header-calendar .ical {
  display: none;
}
@media only screen and (max-width: 989px) {
  .header-calendar .gcal,
  .header-calendar .ical {
    display: block;
  }
}
.header-calendar .gcal img,
.header-calendar .ical img {
  height: 25px;
}
@media only screen and (max-width: 989px) {
  .header-calendar {
    font-size: 0em;
    padding-top: 0;
    color: #f3f38c;
    top: 2px;
    left: 5px;
  }
}
.header-calendar .gcal {
  display: block;
  margin-left: 18px;
  height: 28px;
  margin-top: 5px;
}
@media only screen and (max-width: 989px) {
  .header-calendar .gcal {
    margin-left: 8px;
  }
}
.header-calendar .ical {
  display: block;
  font-size: 13px;
  text-decoration: underline !important;
  color: #6E7076;
  margin-left: 10px;
}
@media only screen and (max-width: 989px) {
  .header-calendar .ical {
    margin-left: 0;
  }
}
/******** PAGINATION ************/
.pagination {
  float: none;
  clear: both;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
}
.pagination ul li {
  float: none;
  display: inline-block;
  padding: .2em;
}
.pagination li a,
.pagination li span {
  font-size: 1.7em;
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  text-align: center;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 3px;
}
/**************** STREAM ********************/
.stream-frame a {
  display: block;
}
.stream-frame a.stream-swap {
  text-align: right;
  display: none;
  font-weight: bold;
}
/********************WCBU2015********************/
#content p a:hover,
#content li a:hover,
#content table a:hover {
  background: transparent;
  color: #2F85B3;
}
body #header {
  height: 45px;
}
@media screen and (max-width: 800px) {
  body #header {
    height: 30px;
  }
}
#header .logo {
  margin-left: 20px;
}
#header .logo img {
  max-width: 70px;
}
@media screen and (max-width: 800px) {
  #header .logo img {
    max-width: 65px;
  }
}
body #nav.nav-holder .navigation > li > a,
body #nav.nav-holder .navigation li.current-menu-ancestor a {
  line-height: 38px;
  height: 42px;
}
#nav.nav-holder ul.navigation ul,
#nav ul ul,
#sticky-nav ul ul {
  top: 45px;
}
body #main {
  padding-top: 30px !important;
  background: none;
  background-color: #4b84a3 !important;
}
@media screen and (min-width: 768px) {
  body #main {
    background: url(/img/bg-02.jpg) center top no-repeat fixed;
  }
}
@media screen and (min-width: 350px) and (max-width: 480px) {
  div.width-100#main {
    padding: 30px 10px !important;
  }
}
@media screen and (max-width: 349px) {
  div.width-100#main {
    padding: 20px 0px !important;
  }
}
.partner-area {
  box-shadow: inset 0 3px 5px 0 rgba(150, 150, 150, 0.6);
}
.main-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}
.main-container > h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .main-container {
    background: url(/img/bg-wide.png) -25px top repeat-y;
    padding-left: 95px;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .main-container {
    padding-left: 120px;
    background-position: left top;
  }
}
.main-container:before,
.main-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-container:after {
  clear: both;
}
.left-menu {
  margin: 0 10px 0 0;
  z-index: 99;
}
.left-menu .live-menu {
  padding: 5px 10px;
  margin: 0 10px 15px;
  border: 1px solid #aaa;
  border-radius: 3px 3px 0 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.left-menu .live-menu:hover {
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .left-menu .live-menu:hover {
    background: rgba(103, 183, 225, 0.1);
  }
}
.left-menu .live-menu i {
  padding: 0 5px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .left-menu {
    max-width: 75px;
    float: left;
    position: absolute;
  }
  .left-menu > div {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .left-menu {
    max-width: 100px;
  }
}
ul.live-nav {
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  display: none;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
}
@media screen and (min-width: 768px) {
  ul.live-nav {
    display: block;
    padding: 0;
    border-radius: 3px;
  }
  ul.live-nav.responsive_menu {
    display: none;
  }
}
ul.live-nav li {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100px;
  box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px #ffffff;
  text-align: center;
  vertical-align: middle;
}
ul.live-nav li:hover {
  background: rgba(103, 183, 225, 0.1);
  transition: background-color 0.2s;
}
ul.live-nav li i {
  display: block;
  color: inherit;
  font-size: 2em;
  margin: 20px 0 10px;
}
ul.live-nav li.two-row i {
  margin-bottom: 1px;
}
ul.live-nav li.report .fa {
  color: #f5e539;
}
#content ul.live-nav a {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: inherit;
}
#content ul.live-nav a:hover {
  background: none;
  padding: 0;
  margin: 0;
  color: #67b7e1;
}
ul.live-nav.responsive_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #eee;
  z-index: 9999;
  height: 100%;
  padding: 0;
}
ul.live-nav.responsive_menu li {
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  border-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #post-26 {
    min-height: 850px;
  }
}
.page-id-26 .rev_slider_wrapper {
  height: 80px;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(52%, #fafafa), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.rev_slider_wrapper .shadow-right,
.rev_slider_wrapper .shadow-left {
  z-index: 60;
}
.avada-skin-rev {
  border-bottom: 0;
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.3);
}
#sliders-container {
  height: 80px;
  display: none;
}
@media screen and (min-width: 768px) {
  #sliders-container {
    display: block;
  }
}
.shadow-left {
  opacity: .2;
}
.shadow-right {
  opacity: .9;
}
.score-band {
  z-index: 70;
}
#scoresDivision {
  position: relative;
  top: 41px;
  font-size: .8em;
  z-index: 70;
  float: left;
  max-width: 95px;
  padding: 3px 0;
}
.scores {
  box-sizing: border-box;
  margin-left: 100px;
  list-style-type: none;
  padding: 3px 0;
  margin-top: 0;
  height: 80px;
  column-count: 4;
  -webkit-column-count: 4;
  -webkit-column-gap: 2px;
  -webkit-column-width: 188px;
  z-index: 99;
  position: relative;
}
.scores ul {
  list-style-type: none;
  padding: 0;
}
.scores .gameScore {
  box-sizing: border-box;
  line-height: 1.2em;
  border: 1px solid #ccc;
  width: 188px;
  height: 36px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  cursor: pointer;
}
.scores .gameScore:nth-child(2n-1) {
  margin-bottom: 2px;
}
.scores .gameScore:hover .gameInfo > li {
  background: #E1F8FA;
}
.scores .topInfo {
  background: #cacaca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacaca), color-stop(53%, #e1e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cacaca 0%, #e1e2e2 53%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#e1e2e2', GradientType=0);
  /* IE6-9 */
  padding: 0 2px;
  font-size: .8em;
}
.scores .topInfo > li {
  float: left;
  width: 32%;
}
.scores .topInfo .field,
.scores .topInfo .div {
  display: none;
}
.scores .topInfo .type {
  text-align: center;
}
.scores .topInfo .date {
  width: auto;
  float: right;
}
.scores ul:after {
  content: "";
  display: table;
  clear: both;
}
.scores .gameInfo > li {
  float: left;
  width: 50%;
  background: #fff;
  transition: background-color 0.5s ease-out;
}
.scores .gameInfo .team .score {
  box-sizing: border-box;
  padding: 1px 0;
  background: #ccc;
  width: 25px;
  text-align: center;
}
.scores .gameInfo .team .flag {
  position: relative;
  top: 1px;
  margin: 0 5px;
  height: auto;
  backface-visibility: visible;
}
.scores .gameInfo .team .name {
  padding: 2px 3px 0;
  font-size: .9em;
}
.scores .gameInfo .team:first-child .score {
  float: right;
}
.scores .gameInfo .team:first-child .flag {
  float: right;
}
.scores .gameInfo .team:last-child .score {
  float: left;
}
.scores .gameInfo .team:last-child .flag {
  float: left;
}
.scores .gameInfo .team:last-child .name {
  text-align: right;
}
.page-id-26 .post-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 590px) {
  .page-id-26 .post-content {
    padding-top: 0;
  }
}
#post-26 .post-content > .avada-row > .two_third {
  text-align: left;
}
#post-26 .post-content > .avada-row > .two_third .bdesc,
#post-26 .post-content > .avada-row > .two_third .home-blogs .item > p {
  text-align: justify;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:before,
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:after {
  clear: both;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:before,
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:after {
  clear: both;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab iframe {
  display: block;
}
body #post-26 .post-content > .avada-row > .two_third #disqus_thread iframe {
  display: block;
  float: none;
}
.shortcode-tabs .tab_content {
  width: 100%;
}
.fusion-tabs .nav-tabs li .tab-link .fa,
.fusion-tabs .tab-link i.fa {
  font-size: 1.2em;
  margin-right: .5em;
}
#content .fusion-tabs li > a:first-child {
  display: inline-block;
}
.fusion-alert {
  padding: 5px;
}
.fusion-alert a {
  text-decoration: underline;
  color: #C09853;
}
/************** HOME VIDEO ******************/
.top-clock #header-video {
  clear: both;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}
.top-clock #header-video:before,
.top-clock #header-video:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-clock #header-video:after {
  clear: both;
}
.top-clock #header-video .video-container {
  float: none;
  margin: 0 auto 5px;
}
.video-container {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .video-container {
    width: 75%;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  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%;
}
.home-video {
  float: left;
  width: 100%;
  margin-bottom: .9em;
  padding: 0 10px;
  position: relative;
}
.home-video:before,
.home-video:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-video:after {
  clear: both;
}
.home-video h3 {
  padding: 3px 10px;
  margin: 0;
  display: block;
  background: #67b7e1;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  border-width: 0 0 1px;
  float: right;
  width: 100%;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .home-video h3 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .home-video h3 {
    border-radius: 0;
  }
}
body .home-video li.more-videos {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  border: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.65)), color-stop(54%, rgba(255, 255, 255, 0.85)), color-stop(90%, rgba(255, 255, 255, 0.93)), color-stop(100%, rgba(255, 255, 255, 0.93)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#edffffff', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: rgba(116, 116, 116, 0.4);
  cursor: pointer;
}
body .home-video li.more-videos:hover {
  color: #747474;
}
@media screen and (min-width: 768px) {
  body .home-video li.more-videos {
    display: none;
  }
}
.home-video .video-list {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  text-align: left;
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.home-video .video-list.expanded {
  max-height: 999999px;
}
.home-video .video-list.expanded li.more-videos {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .home-video .video-list {
    overflow-y: auto;
    width: 24%;
    max-height: 240px;
  }
  .home-video .video-list.expanded {
    max-height: 240px;
  }
}
@media screen and (min-width: 910px) {
  .home-video .video-list {
    max-height: 306px;
  }
  .home-video .video-list.expanded {
    max-height: 306px;
  }
}
.home-video .video-list li {
  border: 1px solid #eee;
  border-width: 1px 1px 0;
}
.home-video .video-list li a:before {
  content: '\f16a';
  font-family: FontAwesome;
  color: #67b7e1;
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
}
.home-video .video-list li.vimeo a:before {
  content: '\f194';
}
.home-video .video-list li.live a:before {
  content: '\f03d';
}
.home-video .video-list li a {
  padding: 3px 6px;
  font-size: .95em;
  line-height: 2em;
}
#content .home-video .video-list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-video .video-list li a {
    line-height: 1.2em;
  }
}
@media screen and (min-width: 950px) {
  .home-video .video-list li a {
    padding: 6px;
    line-height: 1.6em;
  }
}
#content .home-video .video-list li a:hover {
  color: #67b7e1;
  background: #fafafa;
}
.home-blogs {
  clear: left;
  width: 100%;
  padding: 0 10px;
  list-style-type: none;
  margin: 0 0 10px;
}
.home-blogs:before,
.home-blogs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-blogs:after {
  clear: both;
}
.home-blogs h3 {
  background: none;
  background: #67b7e1;
  color: #fff;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
  background-image: url(/img/logo-gh-white-2.png);
  background-repeat: no-repeat;
  background-position: calc(94%) -2px;
  background-size: 75px;
}
#content .home-blogs h3 a {
  color: #fff;
}
#content .home-blogs h3 a:hover {
  color: #fff;
}
.home-blogs h3 .fa {
  margin-right: 5px;
}
.home-blogs li.item {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.home-blogs li.item:before,
.home-blogs li.item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-blogs li.item:after {
  clear: both;
}
.home-blogs li.item > a > strong {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .home-blogs li.item {
    border-bottom: 0;
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
  }
}
.home-blogs li.item:last-child {
  padding-right: 0;
  border-bottom: 0;
  margin-right: 0;
  border-right: 0;
}
#content .home-blogs li.item a {
  display: block;
  text-align: left;
}
.home-blogs li.item img {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 0 10px 10px 0;
  background-size: 0px;
  border-radius: 10px;
}
@media screen and (min-width: 480px) {
  .home-blogs li.item img {
    max-width: 300px;
    width: 50%;
    padding-bottom: 0;
  }
}
.home-blogs p {
  margin-bottom: .25em;
}
.home-blogs .read-more {
  float: right;
}
.home-blogs .read-more:after {
  display: none;
}
/******** TOP CLOCK ************/
.top-clock {
  margin-bottom: 10px;
}
.top-clock:before,
.top-clock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-clock:after {
  clear: both;
}
.top-clock .clock,
.top-clock .diff,
.top-clock .live-schedule {
  float: left;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 1.9em;
  margin-right: .5em;
  font-size: .8em;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}
.top-clock .clock:first-child,
.top-clock .diff:first-child,
.top-clock .live-schedule:first-child {
  width: 29%;
}
.top-clock .clock:nth-child(2),
.top-clock .diff:nth-child(2),
.top-clock .live-schedule:nth-child(2) {
  width: 19%;
}
@media screen and (max-width: 480px) {
  body .top-clock .clock,
  body .top-clock .diff,
  body .top-clock .live-schedule,
  body .top-clock .clock:first-child,
  body .top-clock .diff:first-child,
  body .top-clock .live-schedule:first-child,
  body .top-clock .clock:nth-child(2),
  body .top-clock .diff:nth-child(2),
  body .top-clock .live-schedule:nth-child(2) {
    width: 100%;
    margin-bottom: .2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  body .top-clock .clock,
  body .top-clock .diff,
  body .top-clock .live-schedule,
  body .top-clock .clock:first-child,
  body .top-clock .diff:first-child,
  body .top-clock .live-schedule:first-child,
  body .top-clock .clock:nth-child(2),
  body .top-clock .diff:nth-child(2),
  body .top-clock .live-schedule:nth-child(2) {
    width: 48%;
    margin-bottom: .2em;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  body .top-clock .clock:nth-child(3),
  body .top-clock .diff:nth-child(3),
  body .top-clock .live-schedule:nth-child(3) {
    display: none;
  }
}
.top-clock .live-schedule {
  width: 26%;
  float: right;
  cursor: pointer;
  line-height: 1.7em;
  padding: 0 5px;
  background: #67b7e1;
  color: #fff;
  margin-right: 12px;
  font-size: .9em;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .top-clock .live-schedule {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-clock .live-schedule {
    padding: .4em 5px;
    height: auto;
    font-size: 1em;
  }
}
.top-clock .live-schedule .fa-caret-down {
  float: right;
  margin-top: 3px;
}
.top-clock .live-schedule:hover ul,
.top-clock .live-schedule.open ul {
  display: block;
  z-index: 3000;
}
.top-clock .live-schedule ul {
  position: relative;
  display: none;
  z-index: 900;
  padding: 6px 3px 0;
  margin: -2px -3px 0;
  cursor: default;
  list-style-type: none;
  background: #67b7e1;
  border-radius: 0 0 6px 6px;
}
.top-clock .live-schedule ul li {
  padding: 4px 5px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
}
#content .top-clock .live-schedule ul li a {
  color: #fff;
}
#content .top-clock .live-schedule ul li a:hover {
  color: #eee;
  text-decoration: underline;
}
#content .top-clock .live-schedule ul li:last-child a {
  padding: 10px 0;
  display: block;
}
.top-clock .live-schedule ul li .video-details {
  font-size: .8em;
  line-height: 1em;
  width: auto;
}
.top-clock .live-schedule ul li:first-child {
  border-top: 1px solid #fff;
}
.top-clock .live-schedule ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.top-clock .diff span,
.top-clock .clock span,
.top-clock .live-schedule span {
  line-height: 18px;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 480px) {
  .top-clock .diff span,
  .top-clock .clock span,
  .top-clock .live-schedule span {
    width: 48%;
    display: inline-block;
  }
}
.top-clock .diff span.time,
.top-clock .clock span.time,
.top-clock .live-schedule span.time,
.top-clock .diff span.time,
.top-clock .clock span.time,
.top-clock .live-schedule span.time {
  text-align: center;
  padding: 0 .8em;
  font-size: 1.7em;
  line-height: 1em;
  height: 1em;
  font-family: Orbitron;
  color: #F02F34;
}
.top-clock .diff span.time .blink,
.top-clock .clock span.time .blink,
.top-clock .live-schedule span.time .blink,
.top-clock .diff span.time .blink,
.top-clock .clock span.time .blink,
.top-clock .live-schedule span.time .blink {
  font-style: normal;
  color: #f02f34;
  -webkit-animation: 3s blink step-end infinite;
  -moz-animation: 3s blink step-end infinite;
  -ms-animation: 3s blink step-end infinite;
  -o-animation: 3s blink step-end infinite;
  animation: 3s blink step-end infinite;
}
.top-clock .diff {
  width: 21%;
}
.live-schedule.live-stream-on {
  background: red;
  font-weight: bold;
}
.live-schedule.live-stream-on ul {
  font-weight: normal;
  border-top: 0px;
}
.live-schedule.live-stream-on li:first-child {
  background: red;
  font-weight: bold;
  font-size: 1.4em;
  padding: .5em 0;
  margin: -6px -3px 0;
  border-top: 0px;
  cursor: pointer;
}
.live-schedule.live-stream-on li:first-child a,
.live-schedule.live-stream-on li:first-child a:hover {
  color: #fff !important;
}
@keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-moz-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-webkit-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-ms-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-o-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
table.sortable th {
  cursor: pointer;
}
table.sortable th:after {
  font-family: FontAwesome;
  content: "\f0dc";
  color: inherit;
  margin-left: .5em;
  font-weight: normal;
  opacity: .8;
  font-size: .8em;
}
table.sortable th.sorting-asc:after {
  content: '\f0de';
}
table.sortable th.sorting-desc:after {
  content: '\f0dd';
}
.fan-tags {
  clear: both;
  margin: 1em 5px 1em;
  border: 5px solid #67B7E1;
  border-width: 5px 3px;
  padding: 8px 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2em;
  text-shadow: 1px 1px rgba(150, 150, 150, 0.3);
}
.fan-tags .fa {
  font-size: 1.5em;
  color: #67B7E1;
  margin-right: .3em;
  vertical-align: middle;
}
.teampic img {
  border-radius: 20px;
  border: 1px solid #67B7E1;
  border-width: 5px 3px;
  margin: 0 1% 10px;
  width: 98%;
}
#post-26 #live-iframe {
  width: 75%;
  margin: 0 auto;
  float: none;
  display: block;
}
body .fusion-animated {
  z-index: 99;
}
