html {
    position: relative;
    min-height: 100%;
}

body {
    /* Move down content because we have a fixed navbar that is 40px tall */
    padding-top: 44px;
    padding-bottom: 15px;
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}
body.hideVerticalScroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ececec;
  color: #999;
  opacity: 1;
}

.customloader-container {
    margin: 0px;
    text-align: center;
}
.customloader {
    color: #333;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
}
.customloader.white {
    color: #fff;
}
.btn-more {
    margin: 15px 0px;
    padding: 10px;
    text-align: center;
}
.btn-more .btn {
    text-transform: uppercase;
}

.noPaddingBorderMargin {
    padding: 0 !important;
    border: 0 !important; 
    margin: 0 !important;
}

.darken {
    background-color: #333;
    color: #fff;
}

.opacity-box {
    background: url(../img/bg_slider.png) top left repeat;
    color: #fff;
    max-width: 350px;
}
.opacity-box a {
    text-transform: uppercase;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.btn-group .btn-group .btn-default:hover,
.btn-group .btn-group .btn-default:focus,
.btn-group .btn-group .btn-default.focus,
.btn-group .btn-group .btn-default:active,
.btn-group .btn-group .btn-default.active {
    color: #ffffff;
    background-color: #458b2b;
    border-color: #3b7825;
}

/* --- BTN-FOLLOW --- */
.follow-container .btn-group {
    margin: 0px;
}
.btn-follow {
    padding: 0px 8px;
    text-transform: uppercase;
    height: 34px;
    line-height: 32px;
    outline: 0 !important;
}
.btn-follow.btn-default {
    color: #ffffff;
    background-color: #0071bc;
    border-color: #0062a3;
}

.btn-follow.btn-default:hover,
.btn-follow.btn-default:focus,
.btn-follow.btn-default:active{
    color: #ffffff;
    background-color: #005289;
    border-color: #003d65;
}

.btn-follow.btn-primary {
    padding: 0px;
    height: auto;
    line-height: 1.42857143;
    border: 0;
    border-radius: 50%;
}
.btn-follow img {
    float: left;
    width: 24px;
    margin: 4px 6px 4px 0px;
}
.btn-follow img.icon {
    float: left;
    width: 24px !important;
    height: auto !important;
    margin: 4px !important;
}
.btn-follow .caret {
    margin-left: 8px;
}
/* --- FINE BTN-FOLLOW --- */

/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* --- navbar --- */
@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav li {
        float: none;
    }
    .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.navbar {
    font-size: 15px;
}
.navbar-inverse {
    position: absolute;
    margin: 0;
}
.navbar-inverse .logo {
    display: inline-block;
    margin: 8px 0px 8px 14px;
}
.navbar-inverse .logo img {
    height: 28px;
}
.navbar-inverse .search {
    position: relative;
    float: right;
    width: 36px;
    height: 44px;
    margin-right: 8px;
}
.navbar-inverse .messages {
    position: relative;
    float: right;
    width: 36px;
    height: 44px;
    margin: 0px;
}
.navbar-inverse .search img,
.navbar-inverse .messages img {
    width: 20px;
    margin: 12px 8px;
}
.navbar-inverse .navbar-toggle {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.navbar-inverse .navbar-toggle img {
    width: 34px;
    margin: 5px;
}
.navbar-inverse .navbar-collapse {
    background-color: #222;
    margin-bottom: -1px;
    max-height: none;
}
.navbar-inverse ul.navbar-nav {
    margin: 0px -15px;
}
.navbar-inverse ul.navbar-nav li,
.footer ul.navbar-nav li {
    padding: 0px 15px;
    border-bottom: 1px solid #444;
    background-color: transparent!important;
}
.footer ul.navbar-nav li.active {
    background-color: #111 !important;
}
.navbar-inverse .navbar-nav li a,
.footer .navbar-nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    color: #fefefe;
    background-color: transparent!important;
}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.footer .navbar-nav li a:hover,
.footer .navbar-nav li a:focus {
    text-decoration: none;
    background-color: #222;
}
.navbar-inverse .navbar-nav li.backToProfile a {
    height: 40px;
    line-height: 26px;
    padding: 7px 15px;
}
.navbar-inverse .navbar-nav li.backToProfile a img {
    width: 26px;
    margin-right: 8px;
    float: left;
}
.navbar-inverse .accordion li.panel,
.footer li.panel {
    margin-bottom: 0px;
    background-color: #222;
    border: 0;
    border-bottom: 1px solid #444;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.navbar-inverse .accordion li.panel ul,
.footer li.panel ul {
    list-style: none;
    padding: 0px;
    margin: 0px -15px;
    border-top: 1px solid #444;
    background-color: #333;
}
.navbar-inverse .accordion li.panel ul li:last-child,
.footer li.panel ul li:last-child {
    border-bottom: 0;
}
.navbar-inverse .accordion li.panel ul li a,
.footer li.panel ul li a {
    padding-left: 30px;
}
.navbar-inverse a i {
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -9.5px;
    height: 19px;
}
.footer a i {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -9.5px;
    height: 19px;
}
.navbar-inverse a i.fa-chevron-up,
.footer a i.fa-chevron-up {
    display: none;
}
.third_level {
    background-color: #3c3c3c !important;
}
.third_level li {
    list-style: disc inside;
    padding-left: 45px !important;
}
.third_level li a {
    display: inline-block !important;
    padding-left: 0px !important;
}
/* --- fine navbar --- */

/* --- submenu --- */
.breadcrumb {
    background-color: #ececec;
    border-radius: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 7px 15px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li i {
    margin-right: 10px;
    font-size: 12px;
}
.breadcrumb li a {
    color: #333;
    text-decoration: none;
}
.breadcrumb > li + li:before {
    color: #bdbdbd;
    content: ">\00a0";
    padding: 0 5px;
}

.submenu {
    height: 35px;
}
.submenu i.fa-chevron-right {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 35px;
    width: 15px;
    text-align: center;
}
.submenu [class^="col-"]{
    height: 35px;
    line-height: 35px;
}
.submenu .page-title {
    display: inline-block;
    width: auto;
    float: left;
    padding: 0px 30px 0px 15px;
}
.submenu .navigation {
    display: table-cell;
    width: 1%;
    float: none;
}
.submenu a {
    position: relative;
    display: block;
    margin: 0px -15px;
    padding-left: 15px;
    color: #fff;
    text-decoration: none !important;
}
#submenu-nav.navbar-collapse {
    position: relative;
    border: 0;
    background-color: #222;
    margin: 0px -15px;
    margin-bottom: -1px;
    z-index: 1;
}
#submenu-nav ul.navbar-nav {
    margin: 0px -15px;
}
#submenu-nav ul.navbar-nav li {
    padding: 0px 15px;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
}
#submenu-nav .navbar-nav>li>a {
    color: #fefefe;
}
#submenu-nav .navbar-nav>li>a:hover,
#submenu-nav .navbar-nav>li>a:focus {
    text-decoration: none;
    background-color: #222;
}
/* --- fine submenu --- */

/* --- icon nav --- */
.icon-nav {
    margin-top: 12px;
}
.icon-nav [class^="col-"] {
    text-align: center;
    padding: 3px 15px;
}
.icon-nav a {
    text-decoration: none !important;
}
.icon-nav img {
    width: 70%;
    max-width: 70px;
}
.icon-nav label {
    display: block;
    margin: 0px;
    color: #333;
    /* fix altezza diversa */
    height: 28px;
    line-height: 1;
    font-size: 13px;
}
.icon-nav .empty img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(90%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.icon-nav .empty label {
    color: #999;
}
/* --- fine icon nav --- */

/* --- footer --- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #222;
    border: 0;
    z-index: 1000;
}
.footer .navbar {
    margin: 0;
    border: 0;
}
.footer .navbar-fixed-bottom {
    position: absolute;
}
.footer .social-share a {
    position: relative;
    float: left;
    width: 60px;
    height: 40px;
    text-align: center;
}
.footer a img {
    width: 30px;
    margin: 5px;
}
.footer .up {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
}
.footer .up img {
    width: 30px;
    margin: 5px;
}
.footer .navbar-toggle {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #222;
}
.footer .navbar-toggle img {
    width: 30px;
    margin: 5px;
}
#language_navbar img {
    margin: 5px 0px 5px 5px;
}
.footer .navbar-collapse {
    border-color: transparent;
    background-color: #222;
    margin-bottom: -1px;
    max-height: none;
}
.footer ul.navbar-nav {
    margin: 0px -15px;
}
.footer ul.navbar-nav li {
    padding: 0px 15px;
    border-bottom: 1px solid #444;
    margin-bottom: 1px;
}
.footer ul.navbar-nav li:first-child {
    border-top: 1px solid #444;
}
.footer .navbar-nav>li>a {
    color: #fefefe;
    text-align: right;
}
.footer .navbar-nav>li>a:hover,
.footer .navbar-nav>li>a:focus {
    text-decoration: none;
    background-color: #222;
}
/* --- enjore_footer --- */
#enjore_footer {
    position: absolute;
    bottom: -86px;
    width: 100%;
    z-index: 1000;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #ececec;
    background: #2e2e2e;
    font-size: 12px;
    line-height: 22px;
}
@media (max-width: 991px) {
    #enjore_footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}   
#enjore_footer .container.visible-md.visible-lg {
    padding: 45px 15px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #enjore_footer .container.visible-md.visible-lg {
        width: 960px;
    }
}
#enjore_footer .container.visible-md.visible-lg .row {
    padding: 0 5%;
}
#enjore_footer .container.visible-md.visible-lg .row [class^="col-"] {
    padding: 0;
}
#enjore_footer .container .box {
    max-width: 100%;
    display: inline-block;
    text-align: left;
}
#enjore_footer img {
    max-width: 100%;
    max-height: 32px;
    padding: 0px 0px 10px;
}
#enjore_footer label {
    display: table;
    width: auto;
    height: 28px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 6px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
#enjore_footer a {
    display: inline-block;
    color: #fff;
    font-weight: normal;
}
#enjore_footer .dark,
#enjore_footer .dark a {
    color: #bcbcbc;
}
#enjore_footer a:hover {
    text-decoration: underline;
}
#enjore_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#enjore_footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
#enjore_footer .facebook, #enjore_footer .twitter, #enjore_footer .youtube {
    display: inline-block;
    float: left;
    background-image: url('../../img/enjoreTemplate/social_sprite_footer.png');
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0px 10px 10px 0px;
}
#enjore_footer .facebook { background-position: 0px 0px;}
#enjore_footer .twitter { background-position: 48px 0px;}
#enjore_footer .youtube { background-position: 24px 0px;}

#enjore_footer .navbar-toggle {
    display: inline-block !important;
    float: none;
    height: auto;
    padding: 0 !important;
    margin: 0;
}
#enjore_footer .navbar-toggle img {
    max-height: 74px;
    padding: 20px 15px 20px 0px;
}
#enjore_footer .navbar-collapse {
    border-color: transparent;
    background-color: #222;
    margin-bottom: -1px;
    padding: 0px 15px !important;
    max-height: none;
}
@media (min-width: 768px) {
    #enjore_footer .navbar-collapse.collapse {
        display: none!important;
    }
    #enjore_footer .navbar-collapse.collapse.in {
        display: block!important;
    }
}
#enjore_footer ul.navbar-nav {
    margin: 0px -15px;
    float: none !important;
}
#enjore_footer ul.navbar-nav li {
    display: block;
    float: none !important;
    padding: 0px 15px;
    border-bottom: 1px solid #444;
    margin: 0px 0px 1px;
}
#enjore_footer ul.navbar-nav li:first-child {
    border-top: 1px solid #444;
}
#enjore_footer .navbar-nav > li > a {
    display: block;
    color: #fefefe;
    text-align: right;
    padding: 10px 0px;
}
#enjore_footer .navbar-nav > li > a:hover,
#enjore_footer .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #222;
}
#enjore_footer .navbar-nav > li > a > img {
    padding: 2px 0px 5px 10px;
}
/* --- Fine enjore_footer --- */
/* --- fine footer --- */

#list-slider {
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
}
#list-slider .panel {
    margin: 0px !important;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#list-slider .panel a[data-toggle],
#list-slider .list-group .list-group-item {
    position: relative;
    display: block;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    margin: 0;
    padding: 15px 30px;
    /*background-color: transparent;
    color: #333;*/
    text-decoration: none !important;
}
#list-slider .panel a[data-toggle] h4,
#list-slider .list-group .list-group-item h4 {
    position: relative;
    margin: 0;
    padding-right: 30px;
}
#list-slider .panel a[data-toggle] h4 i,
#list-slider .list-group .list-group-item h4 i{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9.5px;
    width: 15px;
    height: 19px;
    font-size: 19px;
    color: #555;
    text-align: left;
}
#list-slider .panel a[data-toggle] h4 i.fa-chevron-up,
#list-slider .list-group .list-group-item h4 i.fa-chevron-up {
    display: none;
}
#list-slider .list-group .list-group {
    margin: 0;
}
#list-slider .list-group .list-group-item {
    padding: 15px 30px 15px 45px;
}
#list-slider .list-group .list-group-item img {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
#list-slider .list-group .list-group-item h4 i {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: right;
    margin-top: -15px;
    height: 30px;
}

.tournament-list-container .list-group-item {
    background-color: #ececec !important;
    border: 0 !important;
    margin: 0px 0px 5px !important;
    padding: 10px 15px !important;
    border-radius: 0px !important;
}
.tournament-list-container .list-group-item .tournament-box {
    position: relative;
}
.tournament-list-container .list-group-item .tournament-box .media-left {
    display: inline-block;
    float: left;
    width: 18%;
    max-width: 80px;
}
.tournament-list-container .list-group-item .tournament-box .media-body {
    font-size: 12px;
}
.tournament-list-container .list-group-item .tournament-box .btn-follow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
}
.tournament-list-container .list-group-item .tournament-box .media-object {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
}
.tournament-list-container .list-group-item .tournament-box .media-heading {
    font-size: 18px;
    padding: 0px !important;
    margin: 0px !important;
}
.tournament-list-container .list-group-item .tournament-box a {
    text-decoration: none !important;
    color: #333;
}
.tournament-list-container .list-group-item .tournament-box hr {
    margin: 10px 0px 10px 18%;
    padding-left: 10px;
    border-top: 1px solid #ddd;
}
.tournament-list-container .list-group-item .tournament-box .media-heading.tournament-title {
    color: #999;
}
.tournament-list-container .list-group-item .tournament-box .media-heading.team-title {
    color: #333;
}
.tournament-list-container .list-group-item .tournament-box .competition-type {
    color: #da521f;
}

.media-container .media {
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.media-container .media-left {
    display: inline-block;
    float: left;
    width: 18%;
    max-width: 80px;
}
.media-container .media-object {
    width: 100%;
}
.media-container .media-body {
    font-size: 12px;
}
.media-container .media-body .media-heading {
    font-size: 18px;
}
.media-container .media-body .media-heading a {
    color: #333;
    text-decoration: none !important;
}
.media-container .media .btn-follow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
}

/* --- FOTO --- */
#gallery-container .row {
    margin: 0px -11px; 
}
#gallery-container [class^="col-"] {
    padding: 0px 4px;
}
#gallery-container figcaption {
    display: none;
}
.pswp__caption a {
    text-decoration: none !important;
    font-size: 14px;
}
.pswp__caption a.text-muted {
    color: #ececec !important;
}
.pswp__caption a.text-success {
    color: #458b2b !important;
}
.pswp__caption i {
    font-size: 18px;
    margin-right: 8px;
}
.pswp__img--placeholder {
    visibility: hidden !important;
    display: none !important;
}
#gallery-container a.thumbnail,
.slides a.thumbnail {
    margin-bottom: 8px;
    border: 0;
    padding: 0px;
    border-radius: 0px;
}
div.thumbnail {
    padding: 0px;
}
.thumbnail h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0px;
    padding: 0px 1px;
    text-align: center;
}
.thumbnail h5 a {
    color: #333;
    text-decoration: none;
}
.thumbnail .caption {
    padding: 8px;
    margin: 0px;
}
.thumbnail .caption .like,
.thumbnail .caption .n-photo,
.pswp__caption .like {
    float: left;
    width: auto;
}
.thumbnail .caption .like {
    margin-right: 20px;
}
.thumbnail .caption .like .btn,
.thumbnail .caption .n-photo .badge,
.pswp__caption .like .btn {
    padding: 0px;
    color: #333;
    background-color: transparent;
    border: 0px;
    font-size: 13px !important;
    font-weight: normal !important;
    border-radius: 0px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.42857143 !important;
}
.pswp__caption .like .btn {
    color: #ececec;
    font-size: 14px !important;
}
.thumbnail .caption i {
    margin-right: 8px;
}
.thumbnail .caption .badge i,
.thumbnail .caption .like.ilike .btn i,
.pswp__caption .like.ilike .btn i {
    color: #458b2b;
}
#photo-container img.full {
    width: 100%;
} 
/* --- FINE FOTO --- */

/* --- GEOTOURNAMENT --- */
#geotournament-nav img {
    width:100%;
    margin-bottom:15px;
}
#geotournament-nav .img-nav {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}  
#geotournament-nav a:hover .img-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
/* --- FINE GEOTOURNAMENT --- */

/* --- dropdown fix --- */
.dropdown-menu{
    min-width: 100%;
}
.dropdown-menu>li>a {
    padding: 3px 15px;
}

/* --- Paginatore sezioni interne navigazione a icone --- */
.pager li > a {
    background-color: #999;
    border: 1px solid #909090;
    color: #fff;
}
.pager li > span {
    padding: 6px 14px;
    background-color: transparent;
    border: 0;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active {
  text-decoration: none;
  background-color: #909090;
}
.pager .disabled>a, 
.pager .disabled>a:hover, 
.pager .disabled>a:focus, 
.pager .disabled>span {
    color: #c8c8c8;
    background-color: #ececec;
    border-color: #c8c8c8;
    cursor: not-allowed;
}

/* --- paginatore --- */
.pagination-container {
    text-align: center;
}
.pagination-container .pagination {
    margin: 15px 0px 5px !important;
}
.pagination-container .pagination>li>a,
.pagination-container .pagination>li>span {
    color: #999 !important;
    padding: 7px 0px !important;
    width: 36px;
}
.pagination-container .pagination > li > a:hover,
.pagination-container .pagination > li > span:hover,
.pagination-container .pagination > li > a:focus,
.pagination-container .pagination > li > span:focus {
    color: #fff !important;
    background-color: #c8c8c8 !important;
    border-color: #c8c8c8 !important;
}
.pagination-container .pagination>li.active>a,
.pagination-container .pagination>li.active>span {
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}
.pagination-container .link-show-more{
    text-decoration: underline;
    color: #333 !important;
}

/* --- div contenitore banner pubblicitari quadrati --- */
.c300 {
    display: block;
    text-align: center;
    margin: 15px auto;
    padding: 0px;
}

/* --- WHITE LABEL --- */
#wl-news {
    margin-top: 5px;
    margin-bottom: 5px;
}
#wl-news .news-list,
#wl-docs .docs-list {
    height: auto;
}
#wl-news .news-list h4 {
    height: 30px;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#wl-news .news-list-el {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
#wl-docs .docs-list-el {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
#wl-docs .docs-list-el {
    position: relative;
}
#wl-news .news-list-el a,
#wl-docs .docs-list-el a {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wl-news .news-list-el label,
#wl-news .news-list-el span {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 19px;
    line-height: 1.1;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wl-news .news-list-el label {
    font-weight: bold;
}
#wl-news .news-list-el sub {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 14px;
    line-height: 1.3;
    cursor: pointer;
    font-size: 9px;
    color: #333 !important;
}
#wl-docs .docs-list-el label {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 45px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    font-weight: normal;
    padding-right: 76px;
}
#wl-news .news-list a.btn {
    display: block;
    width: auto;
    margin: 1px auto 0px;
    background-color: #333;
    color: #fff;
}
#wl-docs .docs-list a.btn {
    position: absolute;
    right: 0px;
    top: 4.5px;
    display: block;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 2px 5px !important;
}

#wl-content #wl-news {
    margin-top: 15px;
}
#wl-content #wl-news .news-list-el {
    min-height: 57px;
    height: auto;
    padding-bottom: 10px;
}
#wl-content #wl-news .news-list-el p {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    min-height: 20px;
    height: auto;
    max-height: 38px;
    line-height: 1.42857143;
    cursor: pointer;
    white-space: normal;
}
#wl-content #wl-news .news-list-el p .readmore {
    position: absolute;
    bottom: 2px;
    right: 0;
    display: inline;
    float: none;
    width: auto;
    height: 18px;
    line-height: 1.42857143;
    padding: 0px 1px 0px 5px;
    background-color: #fff;
}

#wl-news-content {
    position: relative;
}
#wl-news-content .wl-news-date,
#wl-news-content .wl-news-title,
#wl-news-content .wl-news-description {
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 1.42857143;
}
#wl-news-content .wl-news-date {
    height: 19px;
    margin-top: 54px;
}
#wl-news-content .wl-news-title {
    height: auto;
    min-height: 34px;
    line-height: 1;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
#wl-news-content .wl-news-description {
    height: auto;
    margin-bottom: 10px;
    font-weight: bold;
}
#wl-news-content a.btn {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    background-color: #333;
    color: #fff;
}

#wl-content.frame-container {
    padding-bottom: 35px;
}
#wl-content.frame-container #wl-news-content a.btn {
    right: -5px;
}
#wl-content .pagination-container {
    text-align: center;
}
/* --- FINE WHITE LABEL --- */

#search-form-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
#search-form-container .input-group input[type="text"] {
    color: #fff;
    background-color: #222;
    border: 1px solid #000;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#search-form-container .input-group .btn {
    padding: 5px;
    width: 44px;
    height: 34px;
    background-color: #222;
    border: 1px solid #000;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#search-form-container .input-group .btn img {
    width: 75%;
}

/* --- share --- */
ul.ssb_list_wrapper{height: 24px;list-style: none !important;width:100%;display: inline-block;padding: 0px;margin: 16px 0px 0px !important;}
.features ul.ssb_list_wrapper{margin: 0px !important;}
ul.ssb_list_wrapper li{float: left;list-style: none !important;display: inline-block; background: none !important; padding-right: 10px;} 
/*ul.ssb_list_wrapper iframe{margin:0px;width:100% !Important;}*/
ul.ssb_list_wrapper #like-bottom {
    float: left;
    margin-right: 5px;
}
ul.ssb_list_wrapper #share-bottom {
    float: left;
}
.social_icons_wrap_ssb{list-style: none !important;}
.social_icons_wrap_ssb li{margin-right: 5px !important;}
.social_icons_wrap_ssb li, .social_icons_wrap_ssb li a{display:inline-block !important;width: auto !Important;}
.social_icons_wrap_ssb img{ width:25px !important;height:25px !important;}
ul.ssb_list_wrapper span {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
}
/* --- share --- */

/* --- timeline referto live! --- */
#timeline-container .head {
    display: inline-block;
    width: 100%;
}
#timeline-content {
    font-size: 13px;
}
#timeline-content [class^="col-"] {
    padding: 0px;
}
#timeline-container .rowevent {
    position: relative;
    padding: 0px 0px 3px;
}
#timeline-container .rowevent .highlightMyTeam {
    position: absolute;
    width: 4px;
    top: 0px;
    bottom: 7px;
    z-index: 1;
}
#timeline-container .rowevent .highlightMyTeam.default-color {
    background-color: #bcbcbc;
}
#timeline-container .rowevent .rowevent-content {
    display: table;
    border-bottom: 1px solid #ececec;    
}
#timeline-container .rowevent.timeevent .rowevent-content {
    padding: 6px 0px 5px;
}
#timeline-container .rowevent.timeevent .rowevent-content .bgc-cover {
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
}
#timeline-container .rowevent .rowevent-content .summary {
    display: table-cell;
    vertical-align: top;
    width: 50px;
    height: auto;
    padding: 0px 7px 0px 10px;
}
#timeline-container .rowevent .rowevent-content .summary .minute {
    display: inline-block;
    width: 50px;
    height: auto;
    text-align: center;
    margin: 6px 0px 3px;
    color: #afafaf;
    font-size: 12px;
    text-indent: 3px;
}
#timeline-container .rowevent .rowevent-content .summary .eventIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 13px 9px;
}
#timeline-container .rowevent .rowevent-content .description {
    display: table-cell;
    width: 100%;
    height: auto;
    min-height: 54px;
    padding: 6px 15px 3px 3px;
}
#timeline-container .rowevent .rowevent-content .description .playerPhoto {
    position: relative;
    display: inline-block;
    float: left;
    width: 34px;
    height: 34px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    margin: 0px 8px 0px 0px;
}
#timeline-container .rowevent .rowevent-content .description .playerPhoto.default-color {
    border-color: #bcbcbc;
}
#timeline-container .rowevent .rowevent-content .description .playerPhoto img {
    position: relative;
    top: -3px;
    left: -3px;
    width: 38px;
    height: 38px;
}
#timeline-container .rowevent .rowevent-content .description .substitution .playerPhoto {
    margin: 0px;
}
#timeline-container .rowevent .rowevent-content .description .substitution .in .playerPhoto {
    float: left;
}
#timeline-container .rowevent .rowevent-content .description .substitution .out {
    text-align: right;
}
#timeline-container .rowevent .rowevent-content .description .substitution .out .playerPhoto {
    float: right;
}
#timeline-container .rowevent .rowevent-content .description .eventText {
    margin: 0px;
    font-size: 12px;
}
#timeline-container .rowevent.timeevent .rowevent-content .description .eventText {
    font-size: 13px;
    text-align: center;
    text-indent: -74px;
    text-transform: uppercase;
}
#timeline-container .rowevent .rowevent-content .description .substitution {
    margin: 3px 0px;
}
#timeline-container .rowevent .rowevent-content .description .substitution .in,
#timeline-container .rowevent .rowevent-content .description .substitution .out {
    display: inline-block;
    width: 100%;
    line-height: 34px;
}
#timeline-container .rowevent .rowevent-content .description .substitution i {
    height: 34px;
    line-height: 34px;
    font-size: 30px;
    margin: 0px 10px;
}
#timeline-container .rowevent .rowevent-content .description .substitution .in i {
    display: block;
    float: left;
    color: #458b2b;
}
#timeline-container .rowevent .rowevent-content .description .substitution .out i {
    display: block;
    float: right;
    color: #d90f0f;
}
#timeline-container .rowevent .rowevent-content .description .eventPhoto {
    width: auto;
    max-width: 100%;
    margin: 3px 0px;
}
#timeline-container .rowevent .rowevent-content .description .comment {
    margin: 1px 0 6px;
    font-size: 12px;
    color: #777;
    word-wrap: break-word;
}

#timeline-container .rowevent .rowevent-content .slot-container {
    display: table-cell;
    width: 100%;
    height: auto;
    padding: 6px 60px 9px;
}
#timeline-container .rowevent .rowevent-content .slot-container .edge {
    width: 100%;
    padding: 2px;
    border: 1px solid #ececec;
}
#timeline-container .rowevent .rowevent-content .slot-container .edge a {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
}
#timeline-container .rowevent .rowevent-content .slot-container .edge label {
    font-weight: normal;
    font-size: 11px;
    color: #999;
    margin-bottom: 2px;
    cursor: pointer;
}
#timeline-container .rowevent .rowevent-content .slot-container .edge img {
    width: 100%;
}
/* --- fine timeline referto live! --- */

.modal-header .close {
    color: #fff !important;
    opacity: .5;
    filter: alpha(opacity=50);
}

/* --- Zabuto calendar --- */
#booking-calendar-divider {
    height: 1px;
    background-color: #efefef;
    margin: 30px auto;
    text-align:center;
}
#booking-calendar-divider span {
    background-color: #333;
    padding: 0 18px;
    position: relative;
    top: -12px;
    font-size: 14px;
    color: #fff;
}

.booking-calendar-color {
    background-color: #C8FCAC;
    color: #000;
}

#prenotation-content {
    margin: 0px;
}
#prenotation-content .row {
    margin: 0px -5px;
}
#prenotation-content form label {
    font-weight: normal;
}
#prenotation-content [class^="col-"] {
    padding: 0px 5px;
}
#prenotation-content [class^="col-"] .btn {
    width: 100%;
    padding: 6px 0px;
}
/* --- Fine Zabuto calendar --- */

/* dialog promozionale */
.shownDialog .modal-header {
    padding: 1px;
    border: 0 !important;
}
.shownDialog .modal-header img {
    width: 100%;
}
.shownDialog .modal-header .bootstrap-dialog-close-button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 8px 12px 12px;
    opacity: 1;
    background: steelblue;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* ------ SSC BARI ------*/
#sscbari_main-container {
    width: 100%;
}

/* --- Blocco news versione sscbari --- */
#sscbari_main-container #wl-news {
    margin: 15px 0px 0px !important;
}
/* --- Fine blocco news versione sscbari --- */

/* --- Header blocchi versione sscbari --- */
#sscbari_main-container #wl-news.preview .news-list .head,
#sscbari_main-container #wl-teamtable .head,
#sscbari_main-container #wl-media .head,
#sscbari_main-container #wl-photo .head,
#sscbari_main-container .role-header .head{
    height: 31px;
    margin: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#sscbari_main-container #wl-news.preview .news-list .head h4,
#sscbari_main-container #wl-teamtable .head h4,
#sscbari_main-container #wl-media .head h4,
#sscbari_main-container #wl-photo .head h4,
#sscbari_main-container .role-header .head h4 {
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: 0;
    text-align: center;
    overflow: hidden;
}
#sscbari_main-container #wl-news.preview .news-list .head h4 span,
#sscbari_main-container #wl-teamtable .head h4 span,
#sscbari_main-container #wl-media .head h4 span,
#sscbari_main-container #wl-photo .head h4 span,
#sscbari_main-container .role-header .head h4 span {
    display: inline-block;
    padding: 2px 8px;
}
#sscbari_main-container #wl-news.preview .news-list .head h4 a,
#sscbari_main-container #wl-teamtable .head h4 a,
#sscbari_main-container #wl-media .head h4 a,
#sscbari_main-container #wl-photo .head h4 a {
    display: inline-block;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 2px 0px;
}
#sscbari_main-container #wl-news.preview .news-list .head h4 a i,
#sscbari_main-container #wl-teamtable .head h4 a i,
#sscbari_main-container #wl-media .head h4 a i,
#sscbari_main-container #wl-photo .head h4 a i {
    font-size: 24px;
    margin-left: 10px;
}
/* --- Fine header blocchi versione sscbari --- */

/* --- Blocco news versione sscbari --- */
#sscbari_main-container #wl-news .news-list-content {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}
#sscbari_main-container #wl-news .news-list-content a {
    display: block;
    font-weight: normal;
    color: #333;
    text-decoration: none !important;
}
#sscbari_main-container #wl-news .news-list-el {
    height: auto;
    padding: 0px 10px;
    margin: 0px;
    border: 0;
    font-size: 13px;
}
#sscbari_main-container .box-list .box-list-el .cover,
#sscbari_main-container #wl-news.preview .news-list .cover {
    position: relative;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
}
#sscbari_main-container .box-list .box-list-el .cover:after,
#sscbari_main-container #wl-news.preview .news-list .cover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.20);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
#sscbari_main-container .box-list .box-list-el .cover:hover:after,
#sscbari_main-container #wl-news.preview .news-list .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_main-container .box-list .box-list-el .cover .category,
#sscbari_main-container #wl-news.preview .news-list .cover .category {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    line-height: 1;
    font-size: 13px;
}
#sscbari_main-container .box-list .box-list-el .cover img,
#sscbari_main-container #wl-news.preview .news-list .cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_main-container .box-list .box-list-el .box-list-content {
    padding: 0px 10px;
    font-size: 13px;
}
#sscbari_main-container #wl-news .news-list-el h3,
#sscbari_main-container .box-list .box-list-el .box-list-content h3 {
    height: 60px;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -o-text-overflow: clip;   
}
#sscbari_main-container #wl-news .news-list-el p,
#sscbari_main-container .box-list .box-list-el .box-list-content p {
    height: 60px;
    margin: 0;
    padding: 7px 0px;
    white-space: normal;
}
#sscbari_main-container #wl-news .news-list-el sub,
#sscbari_main-container .box-list .box-list-el .box-list-content sub {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 15px;
    height: auto;
    line-height: 1;
    cursor: pointer;
    font-size: 76%;
    text-align: left;
    color: #666 !important;
    text-transform: uppercase;
}
/* --- Fine blocco news versione sscbari --- */

/* --- Blocco video versione sscbari --- */
#sscbari_main-container #wl-media {
    padding: 0px !important;
}
#sscbari_main-container #wl-media #video-container .video {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    cursor: pointer;
}
#sscbari_main-container #wl-media #video-container .video .cover {
    position: relative;
    float: none;
    width: 100%;
    height: 176px;
    overflow: hidden;
}
#sscbari_main-container #wl-media #video-container .video .cover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.20);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
#sscbari_main-container #wl-media #video-container .video .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_main-container #wl-media #video-container .video .cover img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_main-container #wl-media #video-container .video .cover img.frame {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_main-container #wl-media #video-container .video .info {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
}
#sscbari_main-container #wl-media #video-container .video .info h3 {
    height: auto;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#sscbari_main-container #wl-media #video-container .video .info sub {
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: auto;
    height: auto;
    line-height: 1;
    cursor: pointer;
    font-size: 76%;
    text-align: left;
    color: #f5cfd1 !important;
    text-transform: uppercase;
}
/* --- Fine blocco video versione sscbari --- */

/* --- Blocco foto versione sscbari --- */
#sscbari_main-container #wl-photo {
    padding: 0px !important;
}
#sscbari_main-container #wl-photo-content {
    width: 100%;
    margin: 0;
}
#sscbari_main-container #album-container.slideshow.type1 {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 0px 20px;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el {
    width: 100%;
    padding: 0;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el a {
    text-decoration: none !important;
}
#sscbari_main-container #album-container.slideshow.type1 .col-xs-8 .slideshow-el {
    margin: 10px 0px;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover {
    position: relative;
    float: none;
    width: 100%;
    height: 176px;
    overflow: hidden;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.20);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover .nPhoto {
    position: absolute;
    top: 40px;
    left: 0;
    width: 45px;
    height: 70px;
    padding: 6px;
    z-index: 1;
    text-align: center;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover .nPhoto i {
    font-size: 18px;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover .nPhoto span {
    font-size: 19px;
    letter-spacing: -1px;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover .nPhoto h6 {
    display: inline-block;
    height: auto;
    line-height: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
#sscbari_main-container #album-container.slideshow.type1 .slideshow-el.gallery-container .cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_main-container #album-container .gallery-container .info {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
}
#sscbari_main-container #album-container .gallery-container .info h3 {
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#sscbari_main-container #album-container .gallery-container .info sub {
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: auto;
    height: auto;
    line-height: 1;
    cursor: pointer;
    font-size: 76%;
    text-align: left;
    color: #666 !important;
    text-transform: uppercase;
}
/* --- Fine blocco foto versione sscbari --- */

/* --- Blocco sponsor versione sscbari --- */
#wl-sponsor.sscbari_main-sponsor {
    width: -webkit-calc(100% - 10px);
    width: expression(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 0px 5px;
    padding: 0px 10px 35px;
}
#wl-sponsor.sscbari_main-sponsor img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#wl-sponsor.sscbari_main-sponsor img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* --- Fine blocco sponsor versione sscbari --- */

/* --- Header versione sscbari --- */
#wl-header .sscbari-social li a .facebookIcon:hover {
    background-position: 0px -34px !important;
}
#wl-header .sscbari-social li a .youtubeIcon:hover {
    background-position: -34px -34px !important;
}
#wl-header .sscbari-social li a .instagramIcon:hover {
    background-position: -68px -34px !important;
}
#wl-header .sscbari-social li a .twitterIcon:hover {
    background-position: -102px -34px !important;
}
/* --- Fine header versione sscbari --- */

/* --- Footer versione sscbari --- */
#footer .sscbari-social li a .facebookIcon:hover {
    background-position: 0px -50px !important;
}
#footer .sscbari-social li a .youtubeIcon:hover {
    background-position: -50px -50px !important;
}
#footer .sscbari-social li a .instagramIcon:hover {
    background-position: -100px -50px !important;
}
#footer .sscbari-social li a .twitterIcon:hover {
    background-position: -150px -50px !important;
}
#footer .text-white-hover:hover,
#footer .text-white-hover:visited {
    color: #fff !important;
}
#footer .powered-bar {
    width: 100%;
    height: 56px;
    background-color: #242424;
}
#footer .powered-bar .container {
    width: 100%;
    background: transparent;
}
#footer .powered-bar span {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 15px 0px 15px 0px;
    float: right;
    color: #efefef;
}
#footer .powered-bar span a {
    margin: 0px 1px 0px 3px;
    color: #efefef;
    text-decoration: none;
}
#footer .powered-bar span img {
    width: 150px;
    margin-left: 7px;
}
/* --- Fine footer versione sscbari --- */


/* --- box-list --- */
.box-list {
    width: -webkit-calc(100% + 10px);
    width: expression(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: calc(100% + 10px);
    margin: 0px -5px 30px;
    padding: 0px !important;
}
.box-list .row {
    margin: 0px;
}
.box-list .head{
    height: 31px;
    margin: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.box-list .head h4 {
    margin: 0;
    border: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.box-list .head h4 span {
    display: inline-block;
    padding: 2px 8px;
}
.box-list .head h4 a {
    display: inline-block;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 2px 0px;
}
.box-list .head h4 a i {
    font-size: 24px;
    margin-left: 10px;
}
.box-list [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.box-list .box-list-el {
    width: 100%;
    padding: 0px;
    float: none;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    background-color: #fff;
}
.box-list .box-list-el a {
    display: block;
    font-weight: normal;
    color: #333;
    text-decoration: none !important;
}
.box-list .box-list-el .cover {
    position: relative;
    width: 100%;
    height: 160px; /*176px;*/
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
.box-list .box-list-el .cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.box-list .box-list-el .box-list-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 10px 10px; /*14px 10px 12px;*/
}
.box-list .box-list-el .box-list-content label {
    display: block;
    float: left;
    width: 82%;
    margin: 0;
    height: 19px;
    line-height: 1.1;
    cursor: pointer;
    font-weight: bold;
    padding-right: 2px;
}
.box-list .box-list-el .box-list-content sub {
    display: block;
    float: left;
    width: 18%;
    margin: 0;
    height: 19px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 70%;
    text-align: right;
    color: #333 !important;
}
.box-list .box-list-el .box-list-content span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
/* --- fine box-list --- */


/* --- Box nextMatch versione sscbari --- */
#sscbari_nextMatch-box {
    width: 100%;
    margin: 0px 0 10px;
}
#sscbari_nextMatch-box .box-list {
    width: 300px;
    margin: 0px;
}
#sscbari_nextMatch-box .box-list .head {
    margin: 0px 0px 10px;
}
#sscbari_nextMatch-box .box-list .box-list-el {
    margin: 0px;
}
#sscbari_nextMatch-box .box-list .box-list-el h5 {
    margin: 0px -5px;
    height: 42px;
    line-height: 42px;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body {
    position: relative;
    width: 298px;
    height: 220px;
    overflow: hidden;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchDate {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchDate {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchDate span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchDate .day {
    font-size: 12px;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchDate .time {
    font-size: 18px;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchTeam img {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 40px 0px 15px;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-body .matchTeam span {
    display: block;
    padding: 0px 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
}
#sscbari_nextMatch-box .box-list .box-list-el .item-foot.btnPanel {
    position: relative;
    background-color: #ececec;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-foot.btnPanel .sep {
    position: absolute;
    height: 34px;
    width: 1px;
    top: 4px;
    left: 50%;
    background-color: #999999;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-foot.btnPanel .infoBtn:hover h5 {
    background-color: #2196f3;
    color: #fff;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-foot.btnPanel .ticketBtn:hover h5 {
    background-color: #ef1c25;
    color: #fff;
}
#sscbari_nextMatch-box .box-list .box-list-el .item-foot.btnPanel h5 {
    margin: 0px;
}
/* --- Fine box nextMatch versione sscbari --- */

/* --- Box lastVideo versione sscbari --- */
#sscbari_lastVideo-box {
    width: 100%;
    margin: 0px 0 10px;
}
#sscbari_lastVideo-box .box-list {
    width: 300px;
    margin: 0px;
}
#sscbari_lastVideo-box .box-list .head {
    margin: 0px 0px 10px;
}
#sscbari_lastVideo-box .box-list .box-list-el {
    margin: 0px;
}
#sscbari_lastVideo-box .box-list .box-list-el h5 {
    margin: 0px -5px;
    height: 42px;
    line-height: 42px;
    background-color: #ececec;
    color: #999999;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body {
    position: relative;
    width: 298px;
    height: auto;
    overflow: hidden;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video {
    cursor: pointer;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .cover {
    position: relative;
    float: none;
    width: 100%;
    height: 176px;
    overflow: hidden;
    margin: 0;
    border: 0;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .cover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.20);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .cover img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px !important;
    min-height: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .cover img.frame {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto !important;
    min-height: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .info {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 13px;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .info h3 {
    height: auto;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#sscbari_lastVideo-box .box-list .box-list-el .item-body .video .info sub {
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: auto;
    height: auto;
    line-height: 1;
    cursor: pointer;
    font-size: 76%;
    text-align: left;
    color: #f5cfd1 !important;
    text-transform: uppercase;
}
/* --- Fine box lastVideo versione sscbari --- */

/* --- Box lastGallery versione sscbari --- */
#sscbari_lastGallery-box {
    width: 100%;
    margin: 0px 0 10px;
}
#sscbari_lastGallery-box .box-list {
    width: 300px;
    margin: 0px;
}
#sscbari_lastGallery-box .box-list .head {
    margin: 0px 0px 10px;
}
#sscbari_lastGallery-box .box-list .box-list-el {
    margin: 0px;
}
#sscbari_lastGallery-box .box-list .box-list-el h5 {
    margin: 0px -5px;
    height: 42px;
    line-height: 42px;
    background-color: #ececec;
    color: #999999;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body {
    position: relative;
    width: 298px;
    height: auto;
    overflow: hidden;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container {
    cursor: pointer;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover {
    position: relative;
    float: none;
    width: 100%;
    height: 176px;
    overflow: hidden;
    margin: 0;
    border: 0;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,0.20);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover .nPhoto {
    position: absolute;
    top: 40px;
    left: 0;
    width: 45px;
    height: 70px;
    padding: 6px;
    z-index: 1;
    text-align: center;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover .nPhoto i {
    font-size: 18px;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover .nPhoto span {
    font-size: 19px;
    letter-spacing: -1px;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover .nPhoto h6 {
    display: inline-block;
    height: auto;
    line-height: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .info {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 13px;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .info h3 {
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#sscbari_lastGallery-box .box-list .box-list-el .item-body .gallery-container .info sub {
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: auto;
    height: auto;
    line-height: 1;
    cursor: pointer;
    font-size: 76%;
    text-align: left;
    color: #666 !important;
    text-transform: uppercase;
}
/* --- Fine box lastGallery versione sscbari --- */

/* --- AddThis share button width --- */
.vertical_share .at-style-responsive .at-share-btn {
    width:70%;
}
#sscbari_main-container .wl-share-container {
    width:100%;
    text-align:center;
}

#sscbari_main-container .top-share-container {
    width:100%;
    text-align:center;
    height: 35px;
}
/* --- Fine AddThis share button width --- */


/* --- News slider fullscreen --- */
#wl-news_fullscreen { position: relative; }

#wl-news_fullscreen .swiper-pagination {
    bottom: 10px;
}
#wl-news_fullscreen .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 0px;
    outline: 0 !important;
}
#wl-news_fullscreen .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cc0d16;
}

#wl-news_fullscreen .dirArrow { 
    background: #ffffff;
    border: 0;
    color: #ef1c25;
    opacity: .75;
    filter: alpha(opacity=75);
    width: 35px;
    padding: 0px 10px 0px 10px !important;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-indent: 0;
    font-size: 44px;
    outline: 0 !important;
}
#wl-news_fullscreen .dirArrow:hover { background: #ef1c25; color: #fff; opacity: 1; filter: alpha(opacity=100); }
#wl-news_fullscreen .dirArrow.swiper-button-disabled { background: #ffffff; color: #ef1c25; opacity: .25; filter: alpha(opacity=25); }

/* Mobile */
@media only screen and (max-width: 599px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 220px;
    }
} 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 220px;
    }
} 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 302px;
    }
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 348px;
    }
} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 442px;
    }
}
/* Full HD */
@media only screen and (min-width: 1600px) {
    #wl-news_fullscreen .swiper-wrapper {
        height: 630px;
    }
}

#wl-news_fullscreen .swiper-wrapper .swiper-slide { width: auto; height: 100%; cursor: default; }

#wl-news_fullscreen .swiper-wrapper .swiper-slide .container { position: relative; background: transparent; width: 100%; height: 100%; min-height: 0 !important; }

#wl-news_fullscreen .swiper-wrapper .swiper-slide .container .title {
    position: absolute;
    background: url(../img/bg_slider.png) top left repeat;
    cursor: pointer;
    padding: 15px 15px;
    width: auto;
    max-width: -webkit-calc(100% - 20px);
    max-width: expression(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: auto;
    left: 10px;
    bottom: 10%;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wl-news_fullscreen .swiper-wrapper .swiper-slide .container .title h2 {
    height: auto;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
    text-align: left;
}
#wl-news_fullscreen .swiper-wrapper .swiper-slide .container .title p {
    height: auto;
    min-height: 30px;
    margin: 0;
    padding: 0px 0px 10px;
    font-size: 16px;
    white-space: normal;
}
/* --- Fine news slider fullscreen --- */

/* --- BREAKING NEWS --- */
#breaking-news_container {
    min-height: 0px !important;
}
#breaking-news_container .row{
    height: auto;
    font-size: 18px;
    margin: 0px -15px;
}
#breaking-news_container .breaking-news-image {    
    background-color: #333;
    padding: 10px 0px;
    color: #FFF;
    display: flex;
}
#breaking-news_container .breaking-news-image img {    
    margin: auto;
    max-width: 80%;
}
#breaking-news_container .breaking-news-title {    
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
}
#breaking-news_container .breaking-news-title p{    
    margin: 0px;
}
#breaking-news_container-bottom {    
    background-image: url("../img/proclub/bn_bg.png");
    margin:0px -15px;
    height: 10px;
    background-position:bottom;
}
/* --- FINE BREAKING NEWS --- */

/* --- login/register/area fan --- */
#signin-container {
    min-height: 0px !important;
}
#signin-container .row {
    -webkit-box-shadow: 0px 0px 6px 2px #ddd;
    -moz-box-shadow: 0px 0px 6px 2px #ddd;
    box-shadow: 0px 0px 6px 2px #ddd;
}
#signin-container .row [class^="col-"] {
    padding: 0;
}
#signin-container .row [class^="col-"] a {
    display: block;
    width: 100%;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none !important;
    outline: 0 !important;
}
#signin-container .row [class^="col-"] a:hover,
#signin-container .row [class^="col-"] a:active {
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 3px 5px #ddd;
    -moz-box-shadow: inset 0 3px 5px #ddd;
    box-shadow: inset 0 3px 5px #ddd;
}
/* --- Fine login/register/area fan --- */

/* --- REWRITE BOOTSTRAP RULES --- */
@media (min-width: 768px) {
    .navbar .container,
    #breaking-news_container.container {
        width: 100%;
        padding: 0;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
         padding-left: 15px; 
         padding-right: 15px; 
    }
}
/* --- FINE REWRITE BOOTSTRAP RULES --- */