.hs-embed > .hs-container {
	padding:  0;
	margin-left: -1%;
	margin-right: 0;
	width: 102%;
	max-width:  120%;
}
.hs-embed > #hs-container > .selector-wrap {
    margin-bottom: 0px;
}
.player-list .selection-scroll .generic-list-menu a:nth-of-type(2) {
    display: none;
}
.template-wrap.page-person .person-header {
    margin-top: 0px;
}
.person-name.fake-cell {
    display: inline-block;
}
.lang-select {
    margin-right: 70px !important;
}

/* Widget Styles */
.grid-100 {width: 99%;float: none;padding: 0 5px 5px;clear:  both;overflow: hidden; margin: 0 .5%;}
.grid-66 {width: 65.5%; float: left;    padding: 0 5px 5px;margin-right: .5%;margin-left: .5%;}
.grid-50 {width: 49%; float: left;    padding: 0 5px 5px;margin-right: .5%;margin-left: .5%;}
.grid-33 {width: 32.3%;float: left;padding: 0 5px 5px;margin-right: .5%;margin-left: .5%;}
@media (max-width: 992px) {
    .grid-33, .grid-66, .grid-50, .grid-100 {width: 100%; float: none;  padding: 0 5px 5px;}
}
.home-page-widgets {margin-top: 23px;width: auto;margin-left:  -25px;margin-right:  -25px;}
.home-page-widgets h4 {
    margin: 0;
    padding: 5px;
    background: red;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
    height: 60px;
}
.home-page-widgets .leader-header {
    margin: 0;
    padding: 5px;
    background: red;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
    height:  60px;
}
.home-page-widgets .standings {margin-top: 0px;}

.leaders-widget {
    position: relative;
    clear: right;
    min-height: 355px;
    overflow: hidden;
}
.leaders-widget .leader-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.leaders-widget .dblock {
    display: none;
}
.leaders-widget hr, .leaders hr {
    display: none;
}
.leaders-widget .dblock:nth-of-type(1) {
    display: block;
}

.leaders-widget.top-5 .leader-block  tr:nth-of-type(6),
.leaders-widget.top-5 .leader-block  tr:nth-of-type(7),
.leaders-widget.top-5 .leader-block  tr:nth-of-type(8),
.leaders-widget.top-5 .leader-block  tr:nth-of-type(9),
.leaders-widget.top-5 .leader-block  tr:nth-of-type(10) {
    display: none
}
.leaders-widget.top-1 .leader-block  tr {
    display: none
}
.leaders-widget h3 {display: none;}
.leaders-widget .template-wrap {position: relative;}
.ladder-widget {position: relative;}
.ladder-widget .template-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 0px;
    margin: 0px;
}
.leaders-widget .print-link {
    display: none;
}
.leaders-widget .hs-container {
    padding: 0 !important;
}


.ladder-widget .STANDINGS_homeWins {display: none;}
.ladder-widget .STANDINGS_awayWins {display: none;}
.ladder-widget .STANDINGS_homeLosses {display: none;}
.ladder-widget .STANDINGS_awayLosses {display: none;}
.ladder-widget .STANDINGS_last5 {display: none;}
.ladder-widget h5, .leaders-widget h5{
    padding: 0;
    margin: 0 6px;
    text-align: center;
    overflow: hidden;
    height: 19px;
    font-size:  12px;
    position: absolute;
    top: 36px;
    left:  0;
    z-index:  2;
    width: auto;
    right: 0;
    font-weight:  normal;
}
.ladder-widget .print-link {display: none;}
.ladder-widget .selectionblock-rounds {
    display: none;
}
.ladder-widget #subcompselections {
    margin-top: 0px !important;
}
.ladder-widget .hs-container {
    padding: 0 4px 0 4px !important;
}
.multi-standings-panel {
    display: none;
}
.multi-standings-panel.current-standings {
    display: block;
}

.multi-standings-menu a {
    cursor: pointer;
}

.multi-standings-menu {
    margin-left: 0px;
    margin-right: 0px; 
}

.multi-standings-menu a.current-standings {
    background: #fff;
    border: 1px solid #626262;
    color: #626262;
}
.leaders-widget a.control_prev, .leaders-widget a.control_next {
  position: absolute;
  top: 10px;
  z-index: 999;
  display: block;
  padding: 0% 3%;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  opacity: 1;
  cursor: pointer;
  font-family: "FontAwesome";
  font-weight: bold;
}

.leaders-widget a.control_prev:hover, .leaders-widget a.control_next:hover {

}

.leaders-widget a.control_prev {
  border-radius: 0 2px 2px 0;
  left: 5px;
}

.leaders-widget a.control_next {
  right: 6px;
  border-radius: 2px 0 0 2px;
}

@media (max-width: 1023px){
    .leaders-widget .leader-block table {
        width: 100%;
    }
}
.teams-widget .teams-list-page .row:first-child {display: none;}
.teams-widget .teams-list-page {text-align: center; margin-top: 20px;}
.teams-widget .teams-list-page .team-link a:last-child {display: none;}
.teams-widget .teams-list-page .team-link  {width: 9%;display: inline-block;padding: 3px 1%;float:  none;}
.teams-widget .teams-list-page .team-link  {
    min-height: auto;
    padding: 0;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}
.teams-widget .teams-list-page > .team-link {
    height: auto !important;
    margin: 0% !important;
    float: none !important;
}
.teams-widget .print-link {display: none;}
.teams-widget h3 {display: none}
.teams-widget .teams-list-page .team-link a {
    border: none !important;
}
.teams-widget .teams-list-page .team-link img {
    border: none;
    margin:  0px;
    max-height:  120px;
    padding:  0;
    height: auto;
    width: 100%;
}
.teams-list-page.showlogos .team-link img {
    width: 100% !important; 
    height: auto;
    margin: 0px auto !important;
}

.facebook-widget {height: 350px;overflow-y: hidden;padding: 0px 0px;border: 1px solid #ddd;}

.fb_iframe_widget {width: 100% !important;}
.fb_iframe_widget > span{width: 100% !important;}
.fb_iframe_widget iframe {width: 100% !important;}

.linebreak {width: 106%;clear: both;height: 31px;overflow: hidden;background: #f6f7f9;margin-left: -10px;margin-bottom: 35px;border: 1px solid #ddd;}

.home-widget {margin-bottom: 10px !important}

.twitter-widget {height: 350px; overflow-y: auto; padding: 0px 20px; border: 1px solid #ddd;}
.youtube-widget #thumbs {text-align: center}
.youtube-widget #thumbs .vid-thumb {max-width: 22%; height: auto;}
.youtube-widget .vid-thumb {display: inline-block; margin: 0px 2.5px;}


.news-carousel-1 { 
    width: 69%;
    float: left;
    margin-right: 1%;
    height: 440px;
    overflow: hidden;
}
.news-carousel-2 {
    width: 30%;
    float: left;
    height: 220px;
    overflow: hidden;
}
.news-carousel-3 {
    width: 30%;
    float: left;
    height: 220px;
    overflow: hidden;
}
.carousel-pack {
    position: relative;
}
.carousel-pack ul{
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.carousel-pack .slide{
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}
.news-carousel-1 .slide{
    height: 440px;
}

.news-carousel-2 .slide{
    height: 210px;
}

.news-carousel-3 .slide{
    height: 220px;
}


.carousel-pack .slide-background{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 440px;
    background-size: cover !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    zoom: 1;
    -webkit-filter: blur(.4px);
    filter: blur(.4px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='.4');
    background-position: center;
}
.carousel-pack .slide-background:hover {
  -webkit-filter: blur(0px);       filter: blur(0px);       filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    opacity:  1;
}
.news-carousel-2 .carousel-pack .slide-background{
    height: 210px;
}
.news-carousel-3 .carousel-pack .slide-background{
    height: 220px;
}
.news-carousel-1 .slide-1,
.news-carousel-1 .slide-2,
.news-carousel-2 .slide-0,
.news-carousel-2 .slide-2,
.news-carousel-3 .slide-0,
.news-carousel-3 .slide-1
{
    display: none;
}

.slide-text {
    display: inline-block;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    padding: 60px 20px 20px;
}
.slide-text h3{
    color: #fff;
    margin:  0;
    padding:  5px 10px;
    font-size: 24px;
    line-height: 1em;
}
.slide-text .slide-caption{
    color: #fff;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 1.3em;
    display:  block;
    margin: 0px 10px;
}
.slide-text .slide-caption a {
color: #fff !important;
font-weight: bold; !important;
font-style: italic;
text-decoration: underline;
padding-left: 10px
}

.news-carousel-2 .slide-caption,
.news-carousel-3 .slide-caption
{
    display: none;
}
.news-carousel-1 h3{
    font-size: 36px;
}


.more-news-list {
    list-style: square;
    margin: 10px -0px;
    padding: 0;
    text-indent: 0;
}
.more-news-list li{
    list-style: none;
    padding: 10px;

}
.more-news-list li:nth-child(even) {
    background: #f3f3f3;
}
.more-news-list li a{line-height: 1em;display:  block;padding: 2.5px 5px;}


.image-button {
    float: left;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-top: 17px;
    margin-bottom: 5px;
    height: 180px;
    text-align: center;
}
.image-button img{
    height: 190px;
    width: auto;
    margin: 0 auto;
    min-width: 100%;
    max-width: 1300px;
}

.image-button span{
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0px;
    display: block;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 30px 10px 10px;
    font-family: Flama-Condensed;
    font-size: 26px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.image-button-button-1-3{
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
} 
.image-button-button-1-2{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
} 
.image-button-button-2-3{
    width: 64.6%;
    margin-left: 1%;
    margin-right: 1%;
} 
.image-button-button-full{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    float: none;
    display:  block;
} 


.facebook-widget.grid-33 {
    width: 30%;
    margin: 0 1.5%;
}
.facebook-widget.grid-50 {
    width: 47%;
    margin: 0 1.5%;
}
.facebook-widget.grid-66 {
    width: 63%;
    margin: 0 1.5%;
}

.facebook-widget.grid-33 {
    width: 30%;
    margin: 0 1.5%;
}
.facebook-widget.grid-50 {
    width: 47%;
    margin: 0 1.5%;
}
.facebook-widget.grid-66 {
    width: 63.6%;
    margin: 0 1.5%;
}
.twitter-widget.grid-33 {
    width: 30%;
    margin: 0 1.5%;
}
.twitter-widget.grid-50 {
    width: 47%;
    margin: 0 1.5%;
}
.twitter-widget.grid-66 {
    width: 63%;
    margin: 0 1.5%;
}
.youtube-widget.grid-33 {
    width: 30%;
    margin: 0 1.5%;
}
.youtube-widget.grid-50 {
    width: 47%;
    margin: 0 1.5%;
}
.youtube-widget.grid-66 {
    width: 63%;
    margin: 0 1.5%;
}

@media (max-width: 992px) {
    .grid-33, .grid-66, .grid-50, .grid-100 {width: 99% !important; float: none;  padding: 0 5px 5px; margin-left: .5%; margin-right: .5%;}
    .youtube-widget, .twitter-widget, .facebook-widget {margin: 20px 0 40px !important;}

    .news-carousel-2,
    .news-carousel-3 {
        display: none;
    }

    .news-carousel-1 {
        width: 100%; 
        height: 300px;
        margin-bottom: 25px;
    }
    .news-carousel-1 .slide{
        height: 300px;
    }
    .carousel-pack .slide-background{
        height: 300px;
    }
    .image-button-button-1-3,
    .image-button-button-1-2,
    .image-button-button-2-3,
    .image-button-button-full{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        float: none;
        display:  block;

    } 
    .image-button-button-1-3 img{
        width: 370px;
    }
    .image-button-button-1-2 img,
    .image-button-button-2-3 img,
    .image-button-button-full img{

    } 
    .teams-widget .teams-list-page .team-link {
       width: 12.5% !important;  
       display: inline-block !important;

    }
    .teams-widget .teams-list-page .team-link a:last-child {
        display: none !important;
    }
    .teams-widget .teams-list-page .team-link a{
       max-width: 100% !important;  
        height: auto !important;
    }
    .teams-widget .teams-list-page .team-link img{
       max-width: 100% !important;  
        height: auto !important;
    }

}
@media (max-width: 650px) {
    .teams-widget .teams-list-page .team-link {
       width: 22% !important;  
       display: inline-block !important;

    }
}


[data-value="10000"] {
    font-size: .01em !important;
    color: #fff;
}


.match-centre-link {
    height: auto !important;
    width:  100%;
    text-align:  center;
    margin-top:  -32px;
}
.match-centre-link a {
    padding:  5px 20px;
}