/* --- GLOBAL --- */
html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body {
    margin: 0px;
    padding: 0;
    background-color: #fafafa;
    /*overflow-x: hidden;*/
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    /* --- resize window fix, same for footer --- */
    width: 100%;
    min-width: 1200px;
}

#main {
    /*overflow: auto;*/
    overflow: hidden;
    padding-bottom: 56px; /* 56 o 156px (modificato da global.js) )footer height + 0 margin-top */
}

#skin-banner {
    position: absolute;    
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    background-position: 50% 0%;
}
#skin-banner a {
    display: block;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: 0;
}

.hideVerticalScroll {
    overflow-y: hidden;
}

.font-weight-bold {
    font-weight: bold;
}
.font-weight-normal {
    font-weight: normal;
}
.font-italic {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    height: 30px;
    line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
span,
a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;    
}
/* news fix */
#wl-page-content img {
    max-width: 100%;
    height: auto!important;
}
#wl-page-content iframe {
    max-width: 100%;
}
#wl-news-content span,
#wl-page-content span{
    white-space: normal !important;
}
a {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a.a-container,
a.a-btn {
    font-weight: normal;
    white-space: normal !important;
    overflow: visible !important;
}
a.a-container:hover,
a.a-btn:hover{
    text-decoration: none;
}

h1,
.h1 {
    height: 35px;
    line-height: 1;
}
h2,
.h2 { 
    height: 33px;
    line-height: 30px;
}
h3.page-header {
    font-size: 19px;
    margin: 10px 0px 14px;
    padding: 0px 80px 0px 0px;
    border: 0;
}

.remove {
    position: absolute;
    right: 10px;
    top: 0;
    width: 11px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: #666;
    text-align: center;
}
.remove i {
    line-height: 32px;
}


.round-img{
    clip-path: circle(50%);
}


.tab-navigation .tab {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #C2C2C2;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0px 30px;
    float: left;
    cursor: pointer;
}
.tab-navigation .tab:hover,
.tab-navigation .tab.active {
    border-bottom: 2px solid;
    font-weight: bold;
}

.alert-danger {
    color:#FFF;
    background-color: #FF5455;
}
.alert-warning {
    background-color: #FF9800;
    color:#FFF;
}
.alert a{
    color:#FFF!important;
    text-decoration: underline;
}

.alert-success {
    color:#FFF;
    background-color: #4CB051;
}
/* --- FINE GLOBAL --- */

/* --- HEADER --- */
#header {
    position: fixed;
    background-color: #242424;
    z-index: 2000;
    -moz-box-shadow: 0 0 7px 0px #333333;
    -webkit-box-shadow: 0 0 7px 0px #333333;
    -o-box-shadow: 0 0 7px 0px #333333;
    box-shadow: 0 0 7px 0px #333333;
}
.push-header {
    margin-top: 46px; /* 52 */
    width: 100%;
}
#header .container {
    margin: 0 auto;
    height: 46px; /* 52 */
    position: relative;
    background: transparent;
    z-index: 2000;
}
#header .container .logo {
    display: block;
    float: left;
    z-index: 10000;
    margin: 8px 0px 8px -10px;
    max-height: 30px;
}
#header .container .home {
    display: block;
    float: left;
    margin: 10px 0px 4px -10px;
    z-index: 10000;
}
#header .container .search {
    display: block;
    float: left;
    width: 404px;
    height: auto;
    margin: 6px 0px 6px 20px;
}
#header .container .search input[type="text"]{
    display: block;
    float: left;
    width: 404px;
    margin: 0px;
    background-image: url("../img/find.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    padding: 0px 32px 0px 8px;
    -webkit-border-radius: 4px 4px 0px 0px !important;
    -moz-border-radius: 4px 4px 0px 0px !important;
    -ms-border-radius: 4px 4px 0px 0px !important;
    -o-border-radius: 4px 4px 0px 0px !important;
    border-radius: 4px 4px 0px 0px !important;
}
#header .control-panel {
    position: absolute;
    right: 10px;
    top: 0px;
}
/*#header .container .control-panel .newChangelog {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    margin: 16px 20px 0px 0px;
}
#header .container .control-panel .newChangelog a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/sprites/sprt_notifications.png") top left no-repeat;
    background-position: -60px -20px;
}
#header .container .control-panel .newChangelog .counter {
    display: block;
    position: absolute;
    width: 24px;
    height: 10px;
    line-height: 10px;
    background-color: #ff7620;
    top: -4px;
    left: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    cursor: pointer;
}*/
#header .container .control-panel .signin,
#header .container .control-panel .signup,
#header .container .control-panel span.sep {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    float: right;
    /*margin: 8px 20px 8px 0px;*/ /* 11px 20px 11px 0px; */
    margin: 8px 0px 8px 0px; /* Se lingua disattivata */
    color: #fff;
}
#header .container .control-panel .signup {
    margin: 8px 0px; /*11px 0px;*/
}
#header .container .control-panel span.sep {
    margin: 8px 5px; /*11px 5px;*/
    cursor: default;
}
/* --- Language --- */
#header .languages {
    width: 25px;
    margin-top: 11px;
    margin-right: -10px;
    margin-left: 15px;
}
#header .languages i {
    display: block;
    margin: 3px 9px 0px 9px;
    color: #fff;
    vertical-align: middle;
}
#header .languages a:hover i,
#header .languages.open a i {
    color: #97BE88;
}
#header .languages .dropdown-menu {
    top: 32px; /*36px;*/
    right: 0px;
    text-align: left;
}
#header .languages li.open a {
    background-color: transparent !important;
}
#header .nav.languages {
    position: relative;
}
#header .languages img.flag {
    width: 25px !important;
    height: 17px;
    vertical-align: middle;
}
#header .languages a {
    font-size: 13px;
}
#header .languages a:active,
#header .languages a:hover,
#header .languages a:visited,
#header .languages a:focus{
    text-decoration: none;
    border:none;
    outline: none;
}
/* --- fine language --- */

/* --- if logged --- */
#header .logged {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 8px -10px 8px 0px;
}
#header .logged a {
    position: relative;
    display: block;
    overflow: visible;
}
#header .logged img {
    display: block;
    float: left;
    height: 30px;
    margin-right: 10px;
}
#header .logged h4 {
    max-width: 140px;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}
#header .settings i.fa-caret-down {
    position: absolute;
    width: 8px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    top: 22px;
    left: 50%;
    margin-left: -4px;
}
#header .settings .dropdown-menu {
    top: 35px;
    text-align: left;
}
#header .settings li.open a {
    background-color: transparent !important;
}
#header .nav.settings {
    position: relative;
}
#header .settings img.flag {
    width: 25px !important;
    height: 17px;
    margin: -3px 0px 0px;
    float: none;
    display: inline;
}
#header .settings a {
    font-weight: normal !important;
    font-size: 13px;
}
#header .settings .disabled a {
    font-weight: bold !important;
    color: #333 !important;   
    border-top: 1px solid #c8c8c8 !important;
    margin-top: 1px !important;
}
#header .settings .logout {
    border-top: 1px solid #c8c8c8 !important;
    margin-top: 1px !important;
}
#header .settings .logout a {
    margin-top: 1px !important;
}
#header .settings .disabled ul li a {
    font-weight: normal !important;
    margin: 0 !important;
    border: 0 !important;
}
#header .settings a:active,
#header .settings a:hover,
#header .settings a:visited,
#header .settings a:focus{
    text-decoration: none;
    border:none;
    outline: none;
}
#header .settings .disabled .scroll {
    max-height: 120px;
    overflow: auto;
}
#header .settings .disabled .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#header .settings .disabled .scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#header .settings .disabled .scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#header .settings .dropdown-menu > li > ul {
    list-style: none;
    padding: 0;
}
#header .settings .dropdown-menu > li > a:hover,
#header .settings .dropdown-menu > li > a:focus,
#header .settings .dropdown-menu > li > ul > li:hover,
#header .settings .dropdown-menu > li > ul > li:focus {
    color: #333;
    background-color: #ececec;
}
#header .settings .dropdown-menu > li.disabled > a:hover,
#header .settings .dropdown-menu > li.disabled > a:focus {
    background-color: transparent;
}
#header .settings .dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
#header .settings .dropdown-menu > li > ul > li > a:hover,
#header .settings .dropdown-menu > li > ul > li > a:focus {
    text-decoration: none;
}
#header .settings .dropdown-menu > .disabled > a,
#header .settings .dropdown-menu > .disabled > a:hover,
#header .settings .dropdown-menu > .disabled > a:focus {
    cursor: default;
}
#header .settings .dropdown-menu > .disabled > a.leagues-link {
    cursor: pointer;
}
#header .settings .dropdown-menu > .disabled > a.leagues-link:hover,
#header .settings .dropdown-menu > .disabled > a.leagues-link:focus {
    text-decoration: underline;
}
#header .notify {
    float: right;
    width: auto; /*60px;*/
    height: 20px;
    margin: 13px 20px 0px 0px; /*16px 20px 0px 0px;*/
}
#header .notify .bell {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    /*margin-right: 20px;*/
    background: url("../img/sprites/sprt_notifications.png") top left no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
#header .notify .bell.active {
    background-position: 0px -20px;
}
#header .notify .msg {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url("../img/sprites/sprt_notifications.png") top left no-repeat;
    background-position: -20px 0px;
    cursor: pointer;
}
#header .notify .msg.active {
    background-position: -20px -20px;
}
#header .notify .counter {
    display: none;
}
#header .notify .active .counter {
    display: block;
    position: absolute;
    width: 24px;
    height: 10px;
    line-height: 10px;
    background-color: #ff7620;
    top: -4px;
    left: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    cursor: pointer;
}
/* --- fine if logged --- */
#header.sscbari-topHeader {
    position: relative !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #d9000d;
}
#header.sscbari-topHeader .container {
    height: 34px;
}
#header.sscbari-topHeader .control-panel {
    font-size: 13px;
    right: 0;
    height: 34px;
}
#header.sscbari-topHeader .control-panel .signin,
#header.sscbari-topHeader .control-panel .signup,
#header.sscbari-topHeader .control-panel span.sep {
    margin: 2px 2px;
}
#header.sscbari-topHeader .control-panel a {
    font-weight: normal;
}
#header.sscbari-topHeader .search {
    height: 34px;
    margin: 0px 66px 0px 0px;
}
#header.sscbari-topHeader .search a {
    color: #fff !important;
    float: right;
    height: 34px;
    line-height: 34px;
}
#header.sscbari-topHeader .search a i {
    font-size: 18px;
}
#header.sscbari-topHeader .logged {
    margin: 2px 0px;
}
#header.sscbari-topHeader .settings .dropdown-menu {
    top: 32px;
}
/* --- FINE HEADER --- */

/* --- FOOTER --- */
#footer-container {
    position: relative;
    margin-top: -156px; /* negative value of footer height */
    height: 156px;
    clear: both;
    /* --- resize window fix, same for wrapper --- */
    width: 100%;
    min-width: 1010px;
}
#footer {
    position: relative;
    height: 156px;
    margin: 0;
    padding: 0;
}
#footer .businessData-bar {
    width: 100%;
    height: 100px;
}
#footer .businessData-bar .container {
    display: table;
    background: transparent;
}
#footer .businessData-bar .container .businessData-content {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.6;
}
#footer .businessData-bar .container .businessData-content a {
    font-weight: normal;
}
#footer .powered-bar {
    width: 100%;
    height: 56px;
    background-color: #242424;
}
#footer .powered-bar .container {
    background: transparent;
}
#footer .powered-bar span {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 15px -10px 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 {
    margin-left: 7px;
}

/* --- enjore_footer --- */
#enjore_footer {
    position: relative;
    height: 324px;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #ececec;
    background: #2e2e2e;
    font-size: 12px;
}
#enjore_footer .content {
    width: 1170px;
    padding: 45px 15px;
    margin: 0 auto;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    text-align: center;
    line-height: 22px;
}
@media (min-width: 992px){
    #enjore_footer .content {
        width: 1170px;
    }
}
@media (min-width: 1200px){
    #enjore_footer .content {
        width: 1170px;
    }
}
#enjore_footer .content .row {
    padding: 0 5%;
    margin-left: -15px;
    margin-right: -15px;
}
#enjore_footer .content .row [class^="col-"] {
    padding: 0;
}
#enjore_footer .content .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: #ececec;
    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;}
/* --- Fine enjore_footer --- */
/* --- FINE FOOTER --- */

/* --- FORM --- */
.form-control {
    font-size: 13px;
}
.form-control:focus {
    border-color: #68a82f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 168, 47, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 168, 47, 0.6);
}
.form-control.orange:focus {
    border-color: #ff7620;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 118, 32, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 118, 32, 0.6);
}
.form-control.gray:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
input[disabled],
input[readonly] {
    color: rgb(84, 84, 84) !important;
    background-color: #eeeeee !important;
    border: 1px solid #ccc !important;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
.form-control[disabled]:active,
.form-control[readonly]:active,
.form-control[disabled]:visited,
.form-control[readonly]:visited,
.form-control[disabled]:enabled,
.form-control[readonly]:enabled{
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.radio.disabled label,
.checkbox.disabled label {
    color: #999;
}
/* --- BUTTON/SUBMIT --- */
input[type="submit"],
button,
.a-btn {
    height: 34px; 
    padding: 0px 15px 0px 15px !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;
}
#success-alert button.close {
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
    top: -3px !important;
}
#success-alert button.close:hover,
#success-alert button.close:focus {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}
#success-alert button.close span {
    line-height: 1 !important;
    text-shadow: none !important;
}
.a-btn {
    line-height: 34px;
}
.btn-flat {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px !important;
    cursor: pointer;
    text-decoration: none !important;
    text-align:center;
    text-indent:0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    letter-spacing: -0.50px;
    word-spacing: -0.33px;
    font-size: 15px;
    display:inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}
input[type="submit"]:focus,
button:focus,
.a-btn:focus,
.btn-flat:focus { 
    outline: none;
}
.btn-flat.orange {
    background-color: #ff7620;
    color: #fff;
    border-radius:15px!important;
    -moz-border-radius: 15px!important;
    font-size: 13px;
    min-width: 125px;
}
input[type="submit"]:active,
button:active,
.a-btn:active,
.btn-flat:active {
    position:relative;
    top:1px;
}
.btn_orange {
    background-color: #f06b18;
    border: 0;
    display:inline-block;
    color:#ffffff;
    text-shadow:1px 1px 0px #ca4a00;
}
.btn_orange:hover {
    background-color:#ff7620;
    color:#ffffff;
}
.btn_blue {
    background-color: #0086DF;
    border: 0;
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px 0px #31497c;
}
.btn_blue:hover {
    background-color: #0086DF;
    color: #ffffff;
}
.btn_green {
    background-color:#339900;
    border: 0;
    display:inline-block;
    color:#ffffff;
    text-shadow:1px 1px 0px #3d6821;
}
.btn_green:hover {
    background-color:#85b952;
    color:#ffffff;
}
.btn_fb {
    background-color:#435498;
    border: 0;
    display:inline-block;
    color:#ffffff;
    /*text-shadow:1px 1px 0px #31497c;*/
    padding: 0px 7px 0px 3px !important;
}
.btn_fb:hover {
    background-color:#4e6ca7;
    color:#ffffff;
}
.btn_sub {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 100px;
    height: 23px;
    line-height: 20px;
    padding: 0px 10px;
    margin-left: -50px;
    background-color: transparent;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    letter-spacing: -0.50px;
    word-spacing: -0.33px;
    font-size: 14px;
}
/* --- FINE BUTTON/SUBMIT --- */
/* --- FORM LOGIN/REGISTRATION --- */
#login-form-container,
#registration-form-container,
#emailBroken-form-container,
#recover-form-container,
#album-form-container {
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 11px 30px 15px 30px;
    /*background: #eaeaea url(../img/pt_ml.png) top left repeat;*/
    background-color: #fff;
    -moz-box-shadow: 3px 3px 10px 1px #333333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333333; 
    -o-box-shadow: 3px 3px 10px 1px #333333; 
    box-shadow: 3px 3px 10px 1px #333333;
}
#album-form-container.upload-container{
    width: 700px;
}
#uploader .plupload_wrapper {
    width: 658px !important;
    padding-bottom: 15px;
}
#uploader .plupload_header {
    background: #5a9b13;
}
#uploader .plupload_filelist_footer {
    height: 38px !important;
    line-height: 20px !important;
}
#login-form-container .btn,
#registration-form-container .btn{    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
#login-form-container.no-bg,
#registration-form-container.no-bg,
#emailBroken-form-container.no-bg,
#recover-form-container.no-bg {
    background: none !important;
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    -o-box-shadow: none !important; 
    box-shadow: none !important;
}
#login-form-container .form-header,
#registration-form-container .form-header,
#emailBroken-form-container .form-header, 
#recover-form-container .form-header,
#album-form-container .form-header {
    position: relative;
    width: auto;
    height: 70px;
    margin: -11px -30px 20px;
    background-color: #ECECEC;
}

#login-form-container .form-header.no-bg,
#registration-form-container .form-header.no-bg,
#emailBroken-form-container .form-header.no-bg,
#recover-form-container .form-header.no-bg {
    background: none !important;
}
#login-form-container .form-header.no-bg div,
#registration-form-container .form-header.no-bg div,
#emailBroken-form-container .form-header.no-bg div,
#recover-form-container .form-header.no-bg div {
    background: none !important;
}
#login-form-container .form-header.no-bg h3,
#registration-form-container .form-header.no-bg h3,
#emailBroken-form-container .form-header.no-bg h3,
#recover-form-container .form-header.no-bg h3 {
    background: none !important;
    color: #333 !important;
}
#login-form-container .form-header .ribbon-lf,
#registration-form-container .form-header .ribbon-lf,
#emailBroken-form-container .form-header .ribbon-lf,
#recover-form-container .form-header .ribbon-lf,
#album-form-container .form-header .ribbon-lf {
    position: absolute;
    height: 48px;
    width: 36px;
    top: 0;
    left: 0;
    background: url(../img/ribbon_green_h48.png) 0px 0px no-repeat;
}
#login-form-container .form-header h3,
#registration-form-container .form-header h3,
#emailBroken-form-container .form-header h3,
#recover-form-container .form-header h3,
#album-form-container .form-header h3 {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0px 36px;
    text-transform: uppercase;
    /*background: url(../img/ribbon_green_h48_repeat.png) 0px 0px repeat-x;
    color: #ffffff;*/
    background: none;
    color: #333;
}
#login-form-container .form-header .ribbon-rg,
#registration-form-container .form-header .ribbon-rg,
#emailBroken-form-container .form-header .ribbon-rg,
#recover-form-container .form-header .ribbon-rg,
#album-form-container .form-header .ribbon-rg {
    position: absolute;
    height: 48px;
    width: 36px;
    top: 0;
    right: 0;
    background: url(../img/ribbon_green_h48.png) -72px 0px no-repeat;
}
#registration-form-container .info {
    height: 50px;
    margin: 0px auto 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #f0f0f0;
}
#registration-form-container .info p {
   width: 356px;
   height: 48px;
   display: table-cell;
   padding: 0px 15px;
   vertical-align: middle;
}
#registration-form .checkbox span:hover{
    text-decoration: underline;
}
#login-form .checkbox label,
#registration-form .checkbox label {
    font-size: 11px !important;
    min-height: 15px;
    line-height: 15px;
    cursor: default;
}
#login-form .checkbox input[type="checkbox"],
#registration-form .checkbox input[type="checkbox"] {
    margin-top: 1px !important;
}
#registration-form .checkbox.multirow label {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
}
#registration-form .checkbox label a {
    height: auto;
    line-height: 15px;
}
#registration-form .checkbox.multirow label a {
    display: inline-block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#login-form,
#registration-form {
    clear: both; /* fix firefox */
}
#login-form a,
#registration-form a,
#recover-form a {
    /*display: block;*/
    height: 20px;
    line-height: 20px;
    font-size: 11px !important;
}
#login-form-container .fb-container,
#registration-form-container .fb-container {
    float: left;
    height: auto;
    margin-bottom: 10px;
}
#login-form-container .fb-container .user_fb,
#registration-form-container .fb-container .user_fb {
    float: left;
    width: 100%;
}
#login-form-container .fb-container .user_fb .checkpolicy,
#registration-form-container .fb-container .user_fb .checkpolicy {
    float: left;
    width: 100%;
    height: auto;
}
#login-form-container .fb-container .user_fb .checkpolicy p,
#registration-form-container .fb-container .user_fb .checkpolicy p {
    margin: 5px 0px 5px;
    padding: 0px 5px;
    font-size: 11px;
}
#login-form-container .fb-container .user_fb span,
#registration-form-container .fb-container .user_fb span {
    display: block;
    float: left;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 11px !important;
    text-align: center;
}
#login-form-container .member-container,
#registration-form-container .member-container,
#recover-form-container .member-container {
    text-align: center;
    font-size: 12px;
}

/*#login-form-container .member-container .btn_member a,
#registration-form-container .member-container .btn_member a,
#recover-form-container .member-container .btn_member a {
    cursor: pointer;
    text-transform: capitalize;
    font-weight: bold;
}*/
#login-form-container .member-container .btn_member .btn_gray,
#registration-form-container .member-container .btn_member .btn_gray,
#recover-form-container .member-container .btn_member .btn_gray {
    float: right;
}
#login-form-container .btn.btn-block,
#registration-form-container .btn.btn-block,
#emailBroken-form-container .btn.btn-block,
#recover-form-container .btn.btn-block,
#album-form-container .btn.btn-block {
    color: #fff !important;
    outline: 0 !important;
}
#registration-form-container select option {
    color: #555555;
}
#registration-form-container select option:first-child {
    color: #999999;
}
#registration-form-container select.empty {
    color: #999999;
}

/* --- checkAccess --- */
#login-form-container.checkAccess {
    width: 900px;
}
#login-form-container.checkAccess .fb-container {
    background-repeat: repeat-x;
}
#login-form-container.checkAccess .fb-container .user_fb {
    width: 858px;
}
#login-form-container .scrolling-box {
    border: 1px solid #dedede;
    margin: 0px 0px 20px;
    height: 380px;
    overflow-y: scroll;
    background-color: #ffffff;
}
#login-form-container .scrolling-box.terms {
    padding: 15px 20px 10px;
}
#login-form-container .scrolling-box.policy {
    padding: 0px;
    overflow-y: auto;
}
#login-form-container .scrolling-box.policy iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#login-form-container .scrolling-box h3 {
    margin-top: 0;
}
#login-form-container .scrolling-box ol {
    padding: 0px 0px 0px 20px;
}
/* --- fine checkAccess --- */
/* --- FINE FORM LOGIN/REGISTRATION --- */

/* --- FORM COMPLETE PROFILE --- */
#completeProfile-form-container,
#changePass-form-container {
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 11px 21px 1px 21px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 10px 1px #333333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333333; 
    -o-box-shadow: 3px 3px 10px 1px #333333; 
    box-shadow: 3px 3px 10px 1px #333333;
}
#completeProfile-form-container .form-header,
#changePass-form-container .form-header {
    position: relative;
    width: auto;
    height: 41px;
    margin: 0px 0px 15px;
    border-bottom: 1px solid #0071BC;
}
#completeProfile-form-container .form-header h3 {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #0071BC;
    margin: 0px;
}
#completeProfile-form-container .field-title,
#changePass-form-container .field-title {
    height: 28px;
    line-height: 28px;
    color: #0071BC;
    font-weight: bold;
    margin: 0px 0px 15px;
}
#completeProfile-form-container .field-text {
    line-height: 14px;
    margin: 0px 0px 15px;
    font-size: 11px;
}
#completeProfile-form-container .field-title img {
    display: block;
    float: left;
    margin: 0px 4px 0px -4px;
}
#completeProfile-form-container .checkbox-list {
    width: 358px;
    height: 140px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 3px 5px;
}
#completeProfile-form-container .checkbox {
    padding: 0px;
    margin: 0px 0px 2px;
}
#completeProfile-form-container .checkbox label {
    font-weight: normal;
    line-height: 20px;
}
#completeProfile-form-container .checkbox input[type="checkbox"] {
    margin-top: 3px !important;
    outline: none;
}
#completeProfile-form-container a {
    height: 20px;
    line-height: 20px;
    font-size: 11px !important;
    font-weight: bold;
    margin-left: 10px;
}
#completeProfile-form-container .stepcount {
    position: absolute;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}
#completeProfile-form-container button {
    text-transform: uppercase;
    border: 1px solid #0071BC;
    background-color: #0086DF;
    color: #fff;
    position: relative;
    float: right;
}
#completeProfile-form-container .skip {
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    cursor: pointer;
}
#completeProfile-form-container .skip:hover {
    text-decoration: underline;
}
#completeProfile-form-container .radio-inline {
    padding: 0px 0px 20px;
    position: relative;
    width: 44px;
    overflow: visible;
}
#completeProfile-form-container .radio-inline input {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -6px;
    outline: none;
}
#completeProfile-form-container form {
    display: none;
}
#completeProfile-recap-container {
    margin: 10px 0px 0px;
    padding: 2px 2px 0px 2px !important;
    text-align: center;
}
#completeProfile-recap-container h3 {
    background-color: #0071BC;
    color: #fff;
    text-align: left;
}
#completeProfile-recap-container .field-text {
    height: auto;
    line-height: 16px;
    margin: 0px 0px 10px;
    font-size: 13px;
    padding: 0px 10px;
    text-align: left;
}
#completeProfile-recap-container .progress {
    margin: 13px 10px 15px;
    height: 18px;
    line-height: 18px;
    background-color: #ececec;
    text-align: center;
}
.progress-bar-info.empty {
    background-color: transparent;
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    -o-box-shadow: none !important; 
    box-shadow: none !important;
    color: #333;
}
#completeProfile-recap-container .btn-flat {
    border: 1px solid #0071BC;
    background-color: #0086DF;
    color: #fff;
    position: relative;
}
#completeProfile-form-container .could-know-container {
    float: none;
    width: 100%;
    height: auto;
    max-height: 195px;
    margin: 0px 0px 15px !important;
    overflow-y: auto; 
}
#completeProfile-form-container .could-know-container .el {
    width: 100%;
    float: none;
}
#completeProfile-form-container .could-know-container .el .follow {
    right: 9px;
}
#completeProfile-form-container .could-know-container a {
    outline: 0;
}
#completeProfile-form-container .remove {
    margin-top: 1px;
}
/* --- FINE FORM COMPLETE PROFILE --- */

/* --- FORM COMPLETE COMMITTEES --- */
#completeCommittees-form-container {
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 11px 21px 1px 21px;
    background: #fff;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-box-shadow: 3px 3px 10px 1px #333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333; 
    -o-box-shadow: 3px 3px 10px 1px #333; 
    box-shadow: 3px 3px 10px 1px #333;
}
#completeCommittees-form-container .field-title {
    height: 28px;
    line-height: 28px;
    color: #0071BC;
    font-weight: bold;
    margin: 0px 0px 15px;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
#completeCommittees-form-container .field-title i {
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    line-height: 28px;
    font-size: 23px;
    margin: 0px 4px 0px -4px;
}
#completeCommittees-form-container .form-group {
    margin-bottom: 15px;
    width: 358px !important;
}
#completeCommittees-form-container .form-control {
    font-size: 13px;
    height: 34px;
    width: 358px;
}
#completeCommittees-form-container .form-control.gray:focus {
    border-color: #cccccc !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6) !important;
}
#completeCommittees-form-container .btn-flat {
    text-transform: uppercase;
    border: 1px solid #0071BC;
    background-color: #0086DF;
    color: #fff;
    position: relative;
    float: right;
}
#completeCommittees-form-container .skip {
    width: 20px;
    height: 30px;
}
/* --- FINE FORM COMPLETE COMMITTEES --- */


/* --- FORM ISCRIZIONE TORNEO FANTAGALAXY --- */
#tournamentSignUp-form-container {
    width: 600px;
    height: auto;
    margin: 0 auto;
    padding: 11px 10px 1px 10px;
    background: #fff;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-box-shadow: 3px 3px 10px 1px #333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333; 
    -o-box-shadow: 3px 3px 10px 1px #333; 
    box-shadow: 3px 3px 10px 1px #333;
}
#tournamentSignUp-form-container .field-title {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    margin: 0px 0px 15px;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
#tournamentSignUp-form-container .field-title i {
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    line-height: 28px;
    font-size: 23px;
    margin: 0px 4px 0px -4px;
}
#tournamentSignUp-form-container .form-group {
    margin-bottom: 15px;
}
#tournamentSignUp-form-container .form-control {
    font-size: 13px;
    height: 34px;
}
#tournamentSignUp-form-container .form-control.gray:focus {
    border-color: #cccccc !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6) !important;
}
#tournamentSignUp-form-container .btn-flat {
    text-transform: uppercase;
    border: 0;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    margin:25px 0;
}
#tournamentSignUp-form-container .skip {
    width: 20px;
    height: 30px;
}

/* --- FINE FORM FANTAGALAXY ISCRIZIONE TORNEO --- */
/* --- FINE FORM --- */

/* --- PAGINAZIONE --- */
/* --- type 1 --- */
/*.pagination > li > a {
    height: 34px;
    line-height: 34px;
    padding: 0px 12px;
    border: 0px;
    background-color: #e8e8e8;
    color: #888;
    margin-top: 8px;
    font-weight: bold;
}
.pagination > li.active > a {
    background-color: #e8e8e8;
    color: #222;
}
.pagination > li.disabled > a {
    background-color: #e8e8e8;
    color: #888;
}
.pagination > li.active > a:hover {
    background-color: #e8e8e8;
    color: #222;
}
.pagination > li.disabled > a:hover {
    background-color: #e8e8e8;
    color: #888;
}
.pagination > li.previous.disabled > a:hover,
.pagination > li.next.disabled > a:hover {
    background-color: transparent !important;
}
.pagination > li > a:hover {
    background-color: #e8e8e8;
    color: #222;
}
.pagination > li.previous > a {
    width: 70px;
    height: 48px;
    line-height: 48px;
    text-indent: -5px;
    padding: 0px;
    margin: 0px;
    background: transparent url(../img/nav_sx.png) top center no-repeat;
    color: #222;
}
.pagination > li.next > a {
    width: 70px;
    height: 48px;
    line-height: 48px;
    text-indent: -5px;
    padding: 0px;
    margin: 0px;
    background: transparent url(../img/nav_dx.png) top center no-repeat;
    color: #222;
}
.pagination > li.previous > a:hover,
.pagination > li.next > a:hover { 
    color: #222;
}*/
/* --- type 2 --- */
.pagination_container{
    clear: both;
    position: relative;
    display: block;
    /*float: left;*/
    width: 630px;
    height: auto;
    float: none !important;
    margin: 0px auto !important;
}
.pagination_container .pagination_contenu{
    display: block;
    width: auto;
    /*height: 32px;
    margin: 6px auto 0px auto;*/
    height: 36px;
    margin: 0 auto;
}
.box-content .pagination_container .link_show-more {
    position: absolute;
    top: 7px;
    right: 2px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    padding-left: 20px;
    background: url("../img/showall.png") no-repeat center left;
    margin: 0px 0px !important;
    width: auto !important;
}
.pagination_container .pagination_contenu .el{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    text-decoration: none;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pagination_container .pagination_contenu .el.prev i{
    display: block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
}
.pagination_container .pagination_contenu .el.next i{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
}
.pagination_container .pagination_contenu .el:hover {
    background-color: #c8c8c8;
    color: #fff;
}
.pagination_container .pagination_contenu span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 11px;
    color: #666;
}
/* --- FINE PAGINAZIONE --- */

/* --- SHOW MORE --- */
.show-more-container {
    float: left;
    width: 100%;
}
.show-more-container a {
    padding: 7px 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    letter-spacing: -0.50px;
    word-spacing: -0.33px;
    font-size: 15px;
}
.show-more-container a:hover {
    text-decoration: none;
}
.show-more-container a:active {
    position:relative;
    top:1px;
}
.show-more-container.small {
    width: 484px !important;
    text-align: center;
    margin: 10px 0px;
}
/* --- FINE SHOW MORE --- */

/* --- UI-dialog --- */
.pac-container {
    z-index: 10000 !important;    
}
.ui-widget-overlay {
    background-color: #000000 !important;
    background-image: none !important;
    opacity: 0.80;
    filter: alpha(opacity=80);
    z-index: 9000 !important;
}
.no-close .ui-dialog-titlebar-close{
    display: none !important;
}
.ui-dialog.suggestion,
.ui-dialog.complete,
.ui-dialog.wl,
.ui-dialog.image {
    width: auto !important;
    height: auto !important;
    border: 0;
    z-index: 9500 !important;
    background: transparent !important;
}
.ui-dialog.suggestion .ui-dialog-titlebar,
.ui-dialog.complete .ui-dialog-titlebar,
.ui-dialog.wl .ui-dialog-titlebar,
.ui-dialog.image .ui-dialog-titlebar {
    display: block !important;
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0 !important;
}
.ui-dialog.suggestion .ui-dialog-titlebar span,
.ui-dialog.complete .ui-dialog-titlebar span,
.ui-dialog.wl .ui-dialog-titlebar span,
.ui-dialog.image .ui-dialog-titlebar span {
    display: none !important;
}
.ui-dialog.suggestion .ui-dialog-titlebar .ui-button {
    position: absolute !important;
    top: 13px !important;
    right: 43px !important;
    width: 32px !important;
    height: 32px !important;
    background: transparent url('../img/close.png') center center no-repeat !important;
    cursor: pointer !important;
    z-index: 9520 !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0 !important;
}
.ui-dialog.complete .ui-dialog-titlebar .ui-button,
.ui-dialog.wl .ui-dialog-titlebar .ui-button {
    position: absolute !important;
    top: 20px !important;
    right: 50px !important;
    width: 12px !important;
    height: 12px !important;
    background: transparent url('../img/close_gray.png') center center no-repeat !important;
    cursor: pointer !important;
    z-index: 9520 !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0 !important;
}
.ui-dialog.wl .ui-dialog-titlebar .ui-button {
    top: 25px !important;
    width: 20px !important;
    height: 20px !important;
    background: #fff url('../img/close_gray.png') center center no-repeat !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-dialog .ui-dialog-content {
    /*word-break: break-word; DA RIVEDERE */
}
.ui-dialog.suggestion .ui-dialog-content,
.ui-dialog.complete .ui-dialog-content,
.ui-dialog.wl .ui-dialog-content {
    padding: 10px 40px !important;
    overflow: visible;
}
.ui-dialog .ui-dialog-content a {
    outline: 0 !important;
}
.ui-dialog.image .ui-dialog-titlebar .ui-button  {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background: #fff url('../img/close.png') center center no-repeat;
    border: 0 !important;
    top: 2px;
    right: 24px;
    cursor: pointer;
    z-index: 9520;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.ui-dialog.image .ui-dialog-content {
    padding: 10px 40px !important;
    overflow: visible;
}
#customFeedback-dialog .newFunction-container,
#imageFeedback-dialog .newFunction-container {
    float: left;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 1px 1px 21px;
    background: #fff;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -moz-box-shadow: 3px 3px 10px 1px #333333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333333; 
    -o-box-shadow: 3px 3px 10px 1px #333333; 
    box-shadow: 3px 3px 10px 1px #333333;
    text-align: center;
}
#customFeedback-dialog .newFunction-container .newFunction-content,
#imageFeedback-dialog .newFunction-container .newFunction-content {
    min-width: 340px;
    width: auto;
}
#customFeedback-dialog .newFunction-container img,
#imageFeedback-dialog .newFunction-container img {
    display: block;
    margin-bottom: 20px;
}
#customFeedback-dialog .newFunction-container .btn-flat,
#imageFeedback-dialog .newFunction-container .btn-flat {
    display: inline-block;
    width: auto;
    padding: 0px 20px !important;
    background-color: #0086DF;
    color: #fff;
}
.ui-dialog.info {
    -moz-box-shadow: 0px 0px 8px 1px #787878;
    -webkit-box-shadow: 0px 0px 8px 1px #787878;
    -o-box-shadow: 0px 0px 8px 1px #787878;
    box-shadow: 0px 0px 8px 1px #787878;
    background: #ffffff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #2b6fc6;
    z-index: 9500 !important;
}
.ui-dialog.confirm.multi,
.ui-dialog.alert.multi,
.ui-dialog.info.choise {
    width: 490px !important;
}
.ui-dialog.alert {
    -moz-box-shadow: 0px 0px 8px 1px #787878;
    -webkit-box-shadow: 0px 0px 8px 1px #787878;
    -o-box-shadow: 0px 0px 8px 1px #787878;
    box-shadow: 0px 0px 8px 1px #787878;
    background: #ffffff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #f9a908;
    z-index: 9500 !important;
}
.ui-dialog.success {
    -moz-box-shadow: 0px 0px 8px 1px #787878;
    -webkit-box-shadow: 0px 0px 8px 1px #787878;
    -o-box-shadow: 0px 0px 8px 1px #787878;
    box-shadow: 0px 0px 8px 1px #787878;
    background: #ffffff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #66ad16;
    margin-bottom: 20px;
    margin-right: 20px;
    z-index: 9500 !important;
    position: fixed;
}
.ui-dialog.confirm {
    -moz-box-shadow: 0px 0px 8px 1px #787878;
    -webkit-box-shadow: 0px 0px 8px 1px #787878;
    -o-box-shadow: 0px 0px 8px 1px #787878;
    box-shadow: 0px 0px 8px 1px #787878;
    background: #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #333;
    z-index: 9500 !important;
}
.ui-dialog.confirm.warning {
    background: #f37021;
    border: 3px solid #f37021;
}
.ui-dialog.confirm.danger {
    background: #d90000;
    border: 3px solid #d90000;
}
.ui-dialog.confirm.big {
    width: 600px !important;
    margin: 10px 0px !important;
}
.ui-dialog.confirm.big .ui-dialog-buttonset {
    width: 100% !important;
}
.ui-dialog.confirm.big .ui-dialog-buttonset button {
    width: 100px !important;
}
.ui-dialog.confirm * {
    color: #fff;
}
.ui-dialog.confirm .ui-dialog-titlebar {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    text-transform: uppercase;
    text-align: center;
}
.ui-dialog.confirm .ui-dialog-titlebar .ui-dialog-title {
    float: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    letter-spacing: -0.50px;
    word-spacing: -0.33px;
    font-size: 17px;
}
.ui-dialog.confirm .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: transparent !important;
    border: 0 !important;
}
.ui-dialog.confirm .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
    background-image: url(../../js/jquery-ui/css/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-dialog.confirm .ui-dialog-content {
    margin-top: 16px !important;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    padding: 0px 30px 16px !important;
}
.ui-dialog.success .ui-dialog-content,
.ui-dialog.alert .ui-dialog-content,
.ui-dialog.info .ui-dialog-content {
    margin-top: 16px !important;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    padding: 0px 30px 16px 70px !important;
    background-repeat: no-repeat;
    background-position: 18px 0px;
}
.ui-dialog.success .ui-dialog-content{
    padding: 0px 30px 50px 70px !important;
    background-image: url('../img/success_icon.png');
}
.ui-dialog.alert .ui-dialog-content{
    background-image: url('../img/confirm_icon.png');
}
.ui-dialog.info .ui-dialog-content {
    background-image: url('../img/info_icon.png');
}
.ui-dialog.alert .ui-dialog-buttonpane,
.ui-dialog.info .ui-dialog-buttonpane,
.ui-dialog.success .ui-dialog-buttonpane,
.ui-dialog.confirm .ui-dialog-buttonpane {
    border: none;
    text-align: center;
    background: transparent !important;
    padding: .3em .4em .5em .4em;
}
.ui-dialog.alert .ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog.info .ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog.success .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    font-size: 12px !important;
    padding-bottom: .4em;
}
.ui-dialog.confirm .ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog.info.choise .ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog.alert[aria-describedby="form-dialog"] .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
    width: 100%;
    padding: 0px 10px .4em;
    font-size: 12px !important;
}
.ui-dialog.alert .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog.info .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog.success .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog.confirm .ui-dialog-buttonpane .ui-dialog-buttonset button {
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none !important;
    outline: 0 !important;
    background-color: #ececec;
}
.ui-dialog.info.choise .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog.alert[aria-describedby="form-dialog"] .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 0;
    text-align: center;
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
.ui-dialog.confirm .ui-dialog-buttonpane .ui-dialog-buttonset button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal !important;
    font-size: 17px;
    padding: 0;
    text-align: center;
    min-width: 60px;
    width: auto;
    margin: 0px 15px;
    border: 0;
}
.ui-dialog.confirm.warning .ui-dialog-buttonpane .ui-dialog-buttonset button {
    background-color: #333;
}
.ui-dialog.confirm.warning .ui-dialog-buttonpane .ui-dialog-buttonset button span {
    color: #fff;
}
.ui-dialog.confirm.multi .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog.alert.multi .ui-dialog-buttonpane .ui-dialog-buttonset button {
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0px 5px;
    width: auto !important;
    text-transform: uppercase;
}
.ui-dialog.alert .ui-dialog-buttonpane .ui-dialog-buttonset button span,
.ui-dialog.info .ui-dialog-buttonpane .ui-dialog-buttonset button span,
.ui-dialog.success .ui-dialog-buttonpane .ui-dialog-buttonset button span,
.ui-dialog.confirm .ui-dialog-buttonpane .ui-dialog-buttonset button span {
    font-weight: bold !important;
    color: #333;
    overflow: visible !important;
    padding: 0px !important;
}
/* --- Fine UI-dialog --- */
/* --- Alert bootstrap --- */
#success-alert-wrapper {
    width: auto;
    position: fixed;
    left: 50%;
    top: 50px;
    margin: 0 auto;
    z-index: 100000;
    text-align: center;
}
#success-alert-wrapper #success-alert {
    display: table;
    margin: auto;
}
/* --- Fine alert bootstrap --- */
/* --- UI-autocomplete --- */
.ui-autocomplete {
    width: auto;
    margin: 0px !important;
    padding: 0px !important;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
}
.ui-autocomplete li {
    width: auto;
    height: 54px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    overflow: hidden;
}
.ui-autocomplete a {
    display: block;
    float: left;
    width: auto;
    height: 49px;
    padding: 5px 10px;
    line-height: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;    
    font-size: 12px;
    color: #666;
    outline: none;
    cursor: pointer;
}
.ui-autocomplete li a span {
    display: inline !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 9px !important;
    line-height: 14px !important;
    color: #777;
    cursor: default !important;
    text-indent: 0 !important;
    padding: 0 !important;
}
.ui-autocomplete li a.ui-state-focus span,
.ui-autocomplete li a.ui-state-active span {
    color: #fff;
    background-color: transparent !important;
}
.ui-autocomplete li .avatar {
    width: 54px;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    border-right: 1px solid #cccccc;
}
/* --- FAST SEARCH --- */
.ui-autocomplete {
    width: 404px !important;
    border: 0 !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 168, 47, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 168, 47, 0.6);*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.ui-autocomplete li {
    width: 404px !important;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.ui-autocomplete li .avatar {
    border-right: 1px solid #cccccc;
}
.ui-autocomplete a {
    width: 348px !important;
    height: 53px !important;
}
.ui-autocomplete li a.other-finder {
    width: 402px !important;
    line-height: 49px;
    text-align: center;
}
/* --- FINE FAST SEARCH --- */
/* --- Fine UI-autocomplete --- */

/*   VIDEO OVERLAY  */
.video_box {
    display:none;
    width:888px;
    height:500px;
    position: fixed;
    background-color: #000;
    padding: 0px;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    z-index: 9010;
}
.video_box > div{
    width:888px;
    height:500px;
}
.video_box a.close {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background: #555 url('../img/close.png') center center no-repeat;
    top: -16px;
    right: -16px;
    cursor: pointer;
    z-index: 9520;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.overlay {
    display:none;
    background-color:#000;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.80;
    filter: alpha(opacity=80);
    z-index: 9000;    
}
/* --- FINE VIDEO OVERLAY --- */

/* --- FEEDBACK --- */
/* per testi brevi su una riga */
.feedback {
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 70px;
    font-size: 12px;
    color: #444;
    margin-bottom: 30px;
    padding: 0px;
    border: 0;
    border-radius: 0px;
}
/* per testi lunghi anche su più righe */
.feedback_area {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #666;
    padding: 0px 70px;
    margin-bottom: 30px;
    border: 0;
    border-radius: 0px;
}
.feedback.alert,
.feedback_area.alert {
    background: #f7f7f7 url('../img/confirm_icon.png') no-repeat 15px 6px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.feedback_area h2{
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    overflow: visible;
}
.feedback_area p{
    padding: 10px 0px;
    text-align: justify;
    display: block;
    float: left;
    line-height: 15px;
}
.feedback a,
.feedback_area a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}
.feedback a:hover,
.feedback_area a:hover {
    color: #ff7620;
    text-decoration: underline;
}
/* --- FINE FEEDBACK --- */

/* --- BACHECA --- */
#new-thread {
    float: left;
    width: 484px;
    height: auto;
}
#new-thread form {
    position: relative;
    display: block;
}
#new-thread form .loading{
    position: absolute;
    top: 7px;
    right: 32px;
}
#new-thread .textarea-post {
    width: 442px;
    margin: 10px 21px;
    height: 34px;
    min-height: 34px;
    /*background: #ffffff url('../img/ico_post2.png') no-repeat 425px 7px;
    padding-right: 40px;*/
    padding-right: 10px;
    padding-left: 10px;
}

.posts-container {
    float: left;
    width: 484px;
    height: auto;
    padding-top: 20px;
    background-color: #ffffff;
    border: 0;
    border-right: 1px solid #ececec;
}
.posts-container .box-thread {
    float: left;
    width: 464px;
    height: auto;
    margin: 0px 10px 20px 10px;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
}

.posts-container .box-thread .box-gallery {
    float: left;
    width: 442px;
    height: auto;
    margin: 10px 10px 0px 10px;
}
.posts-container .box-thread .box-gallery .img {
    float: left;
    width: 50px;
    height: 50px;
}
.posts-container .box-thread .box-gallery .img img {
    width: 50px;
    height: 50px;
}
.posts-container .box-thread .box-gallery .who {
    display: block;
    float: left;
    width: 392px;
    height: 20px;
    padding: 0px 10px;
    line-height: 1;
}
.posts-container .box-thread .box-gallery .what {
    float: left;
    width: 392px;
    height: auto;
}
.posts-container .box-thread .box-gallery .what p {
    display: block;
    float: left;
    width: 392px;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 10px;
    word-wrap: break-word;
}
.posts-container .box-thread .box-gallery .gallery-cover {
    float: left;
    width: 442px;
    max-height: 200px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.posts-container .box-thread .box-gallery .gallery-cover img {
    display: block;
    float: left;
    width: 442px;
    border: 0;
}

.posts-container .box-thread .box-post {
    float: left;
    width: 442px;
    height: auto;
    margin: 10px 10px 0px 10px;
}
.posts-container .box-thread .box-post .info,
.posts-container .box-thread .box-gallery .info{
    float: left;
    width: 462px;
    height: 60px;
    margin: -10px 0px 10px -10px;
    padding: 5px 10px;
}
.posts-container .box-thread .box-post .info .league-title,
.posts-container .box-thread .box-gallery .info .league-title {
    display: block;
    float: left;
    width: 382px;
    height: 21px;
    line-height: 18px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 5px;
    /*border-bottom: 1px solid #333;*/
    color: #fff;
}
.posts-container .box-thread .box-post .info .league-title a,
.posts-container .box-thread .box-gallery .info .league-title a {
    font-weight:normal !important;
    color: #fff;
}
.posts-container .box-thread .box-post .info h3,
.posts-container .box-thread .box-gallery .info h3 {
    display: block;
    float: left;
    width: 382px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 5px;
    color: #fff;
    border-top: 1px solid #999;
}
.posts-container .box-thread .box-post .info h3 a,
.posts-container .box-thread .box-gallery .info h3 a {
    color: #fff;
}

.posts-container .box-thread .box-post .img {
    float: left;
    width: 50px;
    height: 50px;
}
.posts-container .box-thread .box-post .img img {
    width: 50px;
    height: 50px;
}
.posts-container .box-thread .box-post .who {
    display: block;
    float: left;
    width: 362px;
    height: 20px;
    padding: 0px 10px;
    line-height: 1;
}
.posts-container .box-thread .box-post .del {
    display: none;
    float: left;
    width: 30px;
    height: 20px;
    text-align: right;
}
.posts-container .box-thread:hover .box-post .del {
    display: block;
}
.posts-container .box-thread .box-post .what {
    float: left;
    width: 392px;
    height: auto;
}
.posts-container .box-thread .box-post .what p {
    display: block;
    float: left;
    width: 392px;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 10px;
    word-wrap: break-word;
}
.posts-container .box-thread .box-post .what p a {
    white-space: normal !important;
    overflow: visible !important;
}
.posts-container .box-thread .box-post .link_youtube {
    display: block;
    float: left;
    width: 458px;
    height: 258px;
    margin: 10px 0px 0px;
}
/*.posts-container .box-thread .box-post .what .preview-container {
    display: block;
    float: left;
    width: 382px;
    height: auto;
    margin: 10px 0px 0px 10px;
}
.posts-container .box-thread .box-post .what .preview-container img {
    display: block;
    float: left;
    width: 84px;
}
.posts-container .box-thread .box-post .what .preview-container span {
    display: block;
    float: left;
    width: 314px;
    height: 30px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
}
.posts-container .box-thread .box-post .what .preview-container p {
    display: block;
    float: left;
    width: 314px;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 10px;
    font-weight: normal !important;
    word-wrap: break-word;
}*/
.posts-container .box-thread .box-post .preview-container {
    float: left;
    width: 458px;
    height: auto;
    margin: 10px 0px 0px;
}
.posts-container .box-thread .box-post .preview-container .clippingMask {
    position: relative;
    width: 458px;
    height: 240px;
    overflow: hidden;
}
.posts-container .box-thread .box-post .preview-container .clippingMask 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%);
}
.posts-container .box-thread .box-post .preview-container span {
    display: block;
    width: 458px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    font-weight: bold;
}
.posts-container .box-thread .box-post .preview-container p {
    display: block;
    width: 458px;
    height: auto;
    margin: 0;
    padding: 0px;
    font-weight: normal !important;
    word-wrap: break-word;
}

.posts-container .box-thread .box-match {
    float: left;
    width: 462px;
    height: auto;
    margin: 10px 0px 0px 0px;
}
.posts-container .box-thread .box-match a {
    display: block;
    float: left;
}
.posts-container .box-thread .box-match .info a {
    display: inline;
    float: none;
}
.posts-container .box-thread .box-match .info {
    float: left;
    width: 462px;
    height: 80px;
    margin: -10px 0px 0px 0px;
    padding: 5px 10px 0px 10px;
}
.posts-container .box-thread .box-match .info .img {
    float: left;
    width: 50px;
    height: 50px;
    border: 0;
}
.posts-container .box-thread .box-match .info .img img{
    width: 50px;
    height: 50px;
    border: 0;
}
.posts-container .box-thread .box-match .info .league-title {
    display: block;
    float: left;
    width: 392px;
    height: 21px;
    line-height: 18px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 10px;
    /*border-bottom: 1px solid #333;*/
    color: #fff;
}
.posts-container .box-thread .box-match .info .league-title a {
    font-weight:normal !important;
    color: #fff;
}
.posts-container .box-thread .box-match .info h3 {
    display: block;
    float: left;
    width: 392px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 5px;
    color: #fff;
    border-top: 1px solid #999;
}
.posts-container .box-thread .box-match .info h3 a {
    color: #fff;
}
.posts-container .box-thread .box-match .info .round-title {
    display: block;
    float: left;
    width: 462px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0px 0px -10px;
    text-align: center;
    font-size: 12px;
}
.posts-container .box-thread .box-match .badge_a {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 10px 44px 10px 44px;
}
.posts-container .box-thread .box-match .badge_b {
    display: block;
    float: right;
    width: 80px;
    height: 80px;
    margin: 10px 44px 10px 44px;
}
.posts-container .box-thread .box-match  .detail {
    display: block;
    float: left;
    width: 142px;
    height: 80px;
    margin: 10px 0px;
}
.posts-container .box-thread .box-match .status {
    display: block;
    float: left;
    width: 142px;
    height: 19px;
    line-height: 16px;
    font-size: 14px;
    color: #777;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.posts-container .box-thread .box-match .date {
    display: block;
    float: left;
    width: 142px;
    height: 19px;
    line-height: 22px;
    font-size: 14px;
    color: #ff7620;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ececec;
}
.posts-container .box-thread .box-match .sep {
    display: block;
    float: left;
    width: 32px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: normal;
    color: #666;
    text-align: center;
}
.posts-container .box-thread .box-match .ris_a {
    display: block;
    float: left;
    width: 55px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: normal;
    color: #666;
    text-align: right;
}
.posts-container .box-thread .box-match .ris_b {
    display: block;
    float: right;
    width: 55px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
/* --- test ferrari --- */
.posts-container .box-thread .box-match .ris_a.lapTime {
    position: relative;
    float: left;
    width: 142px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding-left: 24px;
    text-align: left;
}
.posts-container .box-thread .box-match .ris_b.lapTime {
    position: relative;
    float: right;
    width: 142px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding-right: 24px;
    text-align: right;
}
.posts-container .box-thread .box-match .ris_b.lapTime.win {
    margin-top: -40px;
}
.posts-container .box-thread .box-match .ris_a.lapTime.lose {
    margin-top: 20px;
}
.posts-container .box-thread .box-match .lapTime .pos {
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.posts-container .box-thread .box-match .ris_a.lapTime .pos {
    left: 0;
}
.posts-container .box-thread .box-match .ris_b.lapTime .pos {
    right: 0;
}
/* --- fine test ferrari --- */
.posts-container .box-thread .box-match .foot {
    display: block;
    float: left;
    width: 462px;
    height: 20px;
    background-color: #fff;
}
.posts-container .box-thread .box-match .foot .team_a {
    display: block;
    float: left;
    width: 160px;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.posts-container .box-thread .box-match .foot .team_b {
    display: block;
    float: right;
    width: 160px;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.posts-container .box-thread .social-panel {
    float: left;
    width: 462px;
    height: 28px;
    margin-top: 10px;
}
.posts-container .box-thread .social-panel .n-reply {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #777;
    font-size: 11px;
    padding-right: 5px;
    text-indent: 1px;
}
.posts-container .box-thread .social-panel .n-reply .icon {
    float: left;
    width: 34px;
    height: 28px;
    background: url('../img/ico_post.png') no-repeat 8.5px 7px;  
}
.posts-container .box-thread .social-panel .like {
    position: relative;
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0px 1px 0px 5px;
    color: #fff;
    /*background-color: #999999;*/
    color: #777;
    font-size: 11px;
    cursor: pointer;
    margin-right: 34px;
}
.posts-container .box-thread .social-panel .like .icon {
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 28px;
    line-height: 28px;
    background: url('../img/sprt_likeflags.png') no-repeat 0px 0px;  
    cursor: pointer;
}
.posts-container .box-thread .social-panel .like.ilike {
    /*background-color: #64a52f;*/
}
.posts-container .box-thread .social-panel .like.ilike .icon {
    background-position: 0px -28px;  
}
.posts-container .box-thread .social-panel .n-like {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    text-indent: 1px;
    padding-right: 5px;
    color: #777;
}
.posts-container .box-thread .social-panel i {
    display: block;
    float: left;
    color: #999999;
    height: 28px;
    line-height: 28px;
    font-size: 3px;
    padding: 0px 2px;
}
.posts-container .box-thread .social-panel .when {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    text-indent: 20px;
    color: #777;
    font-size: 11px;
    background: url('../img/ico_date.png') no-repeat center left;
    margin-left: 5px;
}

.posts-container .box-thread .box-reply {
    float: left;
    width: 462px;
    height: auto;
    padding: 10px 10px 2px 0px;
    background: #ececec url('../img/border_bt_reply.png') repeat-x bottom left;
    font-size: 11px;
}
.posts-container .box-thread .box-reply .n-like-reply {
    float: left;
    width: 34px;
    height: 28px;
    line-height: 28px;
    color: #777;
    text-indent: 35px;
    font-size: 11px;
    background: url('../img/sprt_likeflags.png') no-repeat 0px 0px;  
    cursor: pointer;
    overflow: visible;
    margin-right: 28px;
}
.posts-container .box-thread .box-reply .n-like-reply.ilike {
    background-position: 0px -28px;  
}
.posts-container .box-thread .box-reply .img {
    float: left;
    width: 40px;
    height: 40px;
}
.posts-container .box-thread .box-reply .img img {
    width: 40px;
    height: 40px;
}
.posts-container .box-thread .box-reply .del {
    display: none;
    float: left;
    width: 30px;
    height: 30px;
    text-align: right;
}
.posts-container .box-thread .box-reply:hover .del {
    display: block;
}
.posts-container .box-thread .box-reply .what {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    padding-bottom: 30px;
}
.posts-container .box-thread .box-reply .what p {
    display: block;
    float: left;
    width: 320px;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 10px;
    word-wrap: break-word;
}
.posts-container .box-thread .box-reply .what p .who {
    padding-right: 4px;
}
.posts-container .box-thread .box-reply .what p a {
    white-space: normal;
    overflow: visible;
}
.posts-container .box-thread .box-reply .what .link_youtube {
    display: block;
    float: left;
    width: 326px;
    height: 183px;
    margin: 10px 0px 10px 10px;
}
.posts-container .box-thread .box-reply .what .when {
    position: absolute;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    bottom: 0px;
    left: 10px;
    color: #777;
    font-size: 11px;
    background: url('../img/ico_date.png') no-repeat center left;
}

.posts-container .box-thread .more-reply {
    float: left;
    width: 462px;
    height: 30px;
    padding: 0px 10px 2px 0px;
    background: #ececec url('../img/border_bt_reply.png') repeat-x bottom left;
    font-size: 11px;
}
.posts-container .box-thread .more-reply a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0px 0px 0px 10px;
    font-size: 11px;
    font-weight: normal;
}

.posts-container .box-thread .write-reply {
    float: left;
    width: 462px;
    height: auto;
    background-color: #ececec;
}
.posts-container .box-thread .write-reply .textarea-reply {
    width: 442px;
    margin: 10px;
    height: 34px;
    min-height: 34px;
    /*background: #ffffff url('../img/ico_post2.png') no-repeat 425px 7px;
    padding-right: 40px;*/
    padding-right: 10px;
    padding-left: 10px;
}
.text_exposed,
.text_complete {
    white-space: normal !important;
}
/* --- FINE BACHECA --- */

/* --- follower --- */
#enjorers-container {
    float: left;
    width: 774px;
    height: auto;
}
#enjorers-container h3 {
    margin: 30px 0px 30px;
}
.n-enjorers{
    font-size: 19px;
    color: #fff;
    margin-left: 4px;
}
#enjorers-container .el {
    position: relative;
    float: left;
    height: 62px;
    background-color: #f4f4f4;
    margin: 0px 9px 10px 0px;
    width: 252px;
}
#enjorers-container .el.no-margin {
    margin: 0px 0px 10px 0px !important;
}
#enjorers-container .el img {
    display: block;
    float: left;
    width: 62px;
    margin: 0px;
}
#enjorers-container .el .name {
    display: block;
    float: left;
    max-width: 160px;
    width: auto;
    height: 15px;
    line-height: 1;
    padding: 0px 5px 0px 8px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}
#enjorers-container .el .lv {
    display: block;
    float: left;
    width: 160px;
    height: 15px;
    line-height: 15px;
    padding: 0px 5px 0px 8px;
    font-size: 11px;
}
#enjorers-container .el .follow {
   position: absolute;
   top: 18px;
   right: 2px;
   width: 26px;
   height: 26px;
   background: url(../img/sprites/sprt_btround.png) center center no-repeat;
   background-position: 0px 0px;
   cursor: pointer;
}
#enjorers-container .el .follow:hover {
   background-position: -26px 0px;
}
/* --- fine follower --- */

/* --- PHOTOS --- */
#album-container {
    position: relative;
    width: 780px;
    float: left;
    height: auto;
}
#album-container.profile {
    width: 780px;
}
#album-container.league {
    width: 640px;
}
#album-container .button-container {
    margin: 0px 0px 16px;
}
#album-container .button-container .btn-flat {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    color: #68a82f;
    position: relative;
}
#album-container .button-container .btn-flat.icon {
    padding: 0px 28px 0px 10px !important;
}
#album-container .button-container .btn-flat i {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -1px;
    right: -1px;
}
#album-container .social-panel {
    float: left;
    width: 180px;
    height: 28px;
    margin-top: 2px;
}
#album-container.wide .social-panel {
    visibility: hidden;
}
#album-container .social-panel .n-reply {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #777;
    font-size: 11px;
    padding-right: 5px;
    text-indent: 1px;
}
#album-container .social-panel .n-reply .icon {
    float: left;
    width: 34px;
    height: 28px;
    background: url('../img/ico_post.png') no-repeat 8.5px 7px;  
}
#album-container .social-panel .like {
    position: relative;
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0px 1px 0px 5px;
    color: #fff;
    /*background-color: #999999;*/
    color: #777;
    font-size: 11px;
    cursor: pointer;
    margin-right: 34px;
}
#album-container .social-panel .like .icon {
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 28px;
    line-height: 28px;
    background: url('../img/sprt_likeflags.png') no-repeat 0px 0px;  
    cursor: pointer;
}
#album-container .social-panel .like.ilike {
    /*background-color: #64a52f;*/
}
#album-container .social-panel .like.ilike .icon {
    background-position: 0px -28px;  
}
#album-container .social-panel .n-like {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    text-indent: 1px;
    padding-right: 5px;
    color: #777;
}
#album-container .social-panel i {
    display: block;
    float: left;
    color: #999999;
    height: 28px;
    line-height: 28px;
    font-size: 3px;
    padding: 0px 2px;
}

#album-container .gallery-container,
#album-container .photo-container {
    float: left;
    width: 186px;
    height: 186px;
    height: auto;
    margin: 0px 12px 10px 0px;
    background-color: #fff;
}
#album-container .gallery-container.no-margin,
#album-container .photo-container.no-margin {
    margin: 0px 0px 10px 0px;
}
#album-container .gallery-container .name {
    position: relative;
    display: block;
    float: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px 0px 10px;
    font-weight: bold;
}
#album-container .gallery-container .name span {
    display: block;
}
#album-container .gallery-container .name .del {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 0;
    right: 5px;
    text-align: right;
}
#album-container .gallery-container .name .del i {
    display: block;
    float: right;
    width: 10px;
    height: 14px;
    line-height: 14px;
    margin-top: 8px;
}
#album-container .gallery-container:hover .name .del {
    display: block;
}
#album-container .gallery-container .cover {
    display: block;
    float: left;
    width: 180px;
    height: 180px;
}
#album-container .gallery-container .cover img {
    width: 180px;
    height: 180px;
}
#album-container .gallery-container .collage {
    display: block;
    float: left;
    width: 180px;
    height: 45px;
}
#album-container .gallery-container .collage img {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
}
#album-container .gallery-container .collage .n-pictures {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 1;
    padding: 10px 3px;
    text-align: right;
    color: #777;
    font-size: 11px;
}

#album-container .photo-container {
    position: relative;
}

#album-container .photo-container .del {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    color: #d90000;
    background-color: #fff;
    z-index: 9999;
}

#album-container .photo-container .setCover {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    text-align: center;
    color: #d90000;
    background-color: #fff;
    z-index: 9999;
}
#album-container .photo-container .editTag {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 0;
    left: 30px;
    text-align: center;
    color: #d90000;
    background-color: #fff;
    z-index: 9999;
}

#album-container .photo-container .tags {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #FFF;
    background-color: #666;
    z-index: 9999;
    padding: 3px;
    margin: 3px;
    font-size:10px;
}
#album-container .photo-container .tags:empty{
    display: none;
}
#album-container .photo-container .starOn,
#album-container .photo-container .starOff,
#album-container .photo-container .fa-tags {
    width:24px;
    height:24px;
    margin: 3px;
}

#album-container .photo-container .fa-tags {
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
#album-container .photo-container .starOn {
    display: block;    
}

#album-container .photo-container .del i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#album-container .photo-container:hover .del,
#album-container .photo-container:hover .setCover,
#album-container .photo-container:hover .editTag {
    display: block;
}
#album-container .photo-container .thumb {
    position: relative;
    float: left;
    width: 180px;
    height: 180px;
}
#album-container .photo-container .thumb img {
    display: block;
    width: 180px;
    height: 180px;
}

#album-container .pictures-container {
    position: relative;
    float: left;
    height: auto;
    margin: 0px 0px 2px 0px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 2px;
}
#album-container.profile .pictures-container {
    width: 780px;
}
#album-container.league .pictures-container {
    width: 640px;
}
#album-container.profile.wide .pictures-container {
    width: 960px;
    z-index: 9010;
    margin-left: -168px;
}
#album-container.league.wide .pictures-container {
    width: 960px;
    z-index: 9010;
}
#album-container .pictures-container .del {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    color: #d90000;
    background-color: #fff;
}
#album-container.wide .pictures-container .del {
    display: none !important;
}
#album-container .pictures-container .expand,
#album-container .pictures-container .compress {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    z-index: 1;
}
#album-container .pictures-container .del i,
#album-container .pictures-container .expand i,
#album-container .pictures-container .compress i{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#album-container .pictures-container:hover .del,
#album-container .pictures-container:hover .expand {
    display: block;
}
#album-container.wide .pictures-container:hover .compress {
    display: block;
    z-index: 9010;
}
#album-container .pictures-container .full {
    cursor: pointer;
    float: left;
    height: 357px;
    overflow: hidden;
    background: url("../img/slideshow-loader.gif") center center no-repeat; 
}
#album-container.wide .pictures-container .full {
    cursor: default;
    height: auto;
}
#album-container.profile .pictures-container .full {
    width: 774px;
}
#album-container.league .pictures-container .full {
    width: 634px;
}
#album-container.profile.wide .pictures-container .full,
#album-container.league.wide .pictures-container .full {
    width: 954px;
}
#album-container.league .pictures-container .full:before {
    content: "";
    display: inline;
    height: 100%;
    vertical-align: middle;
}
#album-container .pictures-container .full img {
    width: auto;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 357px;
}
#album-container.profile .pictures-container .full img {
    max-width: 774px;
}
#album-container.league .pictures-container .full img {
    max-width: 634px;
}
#album-container.wide .pictures-container .full img {
    max-width: 954px;
    max-height: none;
}
#album-container .prev,
#album-container .next {
    display: block;
    width: 21px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}
#album-container .prev {
    left: 15px;
    display: none;
}
#album-container .next {
    right: 15px;
    display: none;
}
#album-container .prev span,
#album-container .next span {
    display: block;
    width: 21px;
    height: 32px;
    background: url("../img/sprites/sprt_arrownav.png") top left no-repeat;
}
#album-container .prev span{    
    background-position: 0px 0px;
}
#album-container .prev span:hover,
#album-container .prev span.trighover{
    background-position: -21px 0px;
}
#album-container .next span{    
    background-position: -63px 0px;
}
#album-container .next span:hover,
#album-container .next span.trighover{
    background-position: -42px 0px;
}
#album-container.wide .prev,
#album-container.wide .next {
    display: none !important;
}

#album-container .slideshow {
    display: block;
    float: left;
    margin: 0px 0px 10px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 2px;
}
#album-container.league .slideshow {
    width: 640px;
    height: 131.2px;
}
#album-container.profile .slideshow {
    width: 780px;
    height: 114.8px;
}
#album-container .slideshow .slideshow-el {
    float: left;
    margin: 0px 2px 0px 0px;
}
#album-container .slideshow .slideshow-el.no-margin {
    margin: 0px 0px 0px 0px;
}
#album-container.league .slideshow .slideshow-el,
#album-container.league .slideshow .slideshow-el img {
    width: 125.2px;
    height: 125.2px;
}
#album-container.profile .slideshow .slideshow-el,
#album-container.profile .slideshow .slideshow-el img {
    width: 108.8px;
    height: 108.8px;
}
#album-container .slideshow .slideshow-el img {
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#album-container .slideshow .slideshow-el.active img {
    border: 2px solid #c8c8c8;
    opacity: 1;
    filter: alpha(opacity=1);
}

#album-container .posts-container {
    display: block;
    float: left;
    margin: 6px 0px 0px;
    width: 960px;
    height: auto;
    padding-top: 16px;
    border-top-width: 2px;
    border-top-style: solid;
}
#album-container.profile .posts-container {
    width: 780px;
}
#album-container.league .posts-container {
    width: 640px;
}
#album-container .posts-container .box-thread {
    margin: 0;
}

#album-container .slides {
    padding: 0px;
    margin: 0px;
}
#album-container .slides .item .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.50;
    filter: alpha(opacity=50);
    cursor: pointer;
}
#album-container .slides .item:hover .overlay {
    display: block;
}
/* --- FINE PHOTOS --- */

/* --- NOTIFICHE --- */
.notification-container {
    position: absolute;
    top: 21px;
    right: -20px;
    z-index: 1000;    
    cursor: default;
}
.notification-container .notification {
    position: relative;
    z-index: 1100;
    display: none;
    float: left;
    padding: 1px;
    margin: 12px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    color: #333;
    font-weight: normal;
    cursor: default;
}
.notification-container .notification .arrow {
    width: 20px;
    height: 10px;
    position: absolute;
    top: -9px;
    right: 19px;
    z-index: 1200;
    background: url('../img/note_arrow.png') no-repeat top left;
}
.notification-container .notification .wrapper {
    float: left;
    padding: 30px 2px 0px 2px;
    background-color: #eeeeee;
    cursor: default;
}
.notification-container .notification .el {
    position: relative;
    float: left;
    width: 330px;
    height: auto;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    background-color: #ffffff;
    padding: 3px;
    font-size: 11px !important;
}
.notification-container .notification .no-notify {
    float: left;
    width: 330px;
    height: 60px;
    line-height: 30px;
    border: 1px solid transparent;
    padding: 3px;
    font-size: 11px !important;
    text-align: center;
    font-weight: bold;
}
.notification-container .notification .no-notify span {
    float: none !important;
}
.notification-container .notification .el .img {
    float: left;
    width: 34px;
    height: 34px;
}
.notification-container .notification .el .img img {
    width: 34px;
    height: 34px;
}
.notification-container .notification .el .what {
    position: relative;
    float: left;
    width: 288px;
    height: auto;
    padding-bottom: 23px;
    color: #333;
}
.notification-container .notification .el .what .who {
    white-space: normal;
    overflow: visible;
    font-weight: bold;
}
.notification-container .notification .el .what .when {
    position: absolute;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    /*text-indent: 20px;*/
    white-space: nowrap;
    bottom: 0px;
    left: 10px;
    color: #777;
    font-size: 11px;
}
.notification-container .notification .el .what p {
    display: block;
    float: left;
    width: 288px;
    height: auto;
    margin: 0;
    padding: 0px 0px 0px 10px;
    word-wrap: break-word;
}
.notification-container .notification .more {
    float: left;
    width: 330px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    border-top: 1px solid #e2e2e2;
    background-color: #eeeeee;
    font-size: 11px !important;
    padding-right: 1px;
}
.notification-container .notification .el .status {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
}
.notification-container .notification .el .status.green {
    background-color: #68a82f;
}
.notification-container .notification .el .status.gray {
    background-color: #cdcdcd;
}
/* --- FINE NOTIFICHE --- */

/* --- BANNER --- */
#banner-q-container {
    float: right;
    width: 300px;
    height: 250px;
}
#banner-q-container .banner-q {
    width: 300px;
    height: 250px;
    margin: 0px;
}
#leader-banner {
    position: relative;
    float: left;
    min-height: 0px;
    z-index: 2;
}
#leader-banner span ,#leader-banner object{
    display: block;
    margin: 10px auto 6px;
    width: 728px;
    height: 90px;
}

.c780 {
    width: 780px !important;
    float: left;
}
.c640 {
    width: 640px !important;
    float: left;
}
.c300 {
    position: static;
    width: 306px !important;
    float: right !important;
    margin: 10px 0px 0px 0px !important;
}
.c160 {
    position: static;
    width: 166px !important;
    float: right !important;
    margin: 10px 0px 0px 0px !important;
}
/* --- FINE BANNER --- */

/* --- BOX-CONTENT --- */
.box-content{
    border: 1px solid #cdcdcd;
    padding: 2px !important;
    background-color: #fff;
    margin: 10px 0px 0px;
}
.box-content h3 {
    font-size: 19px;
    padding: 0px 10px;
    margin: 0px 0px 10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.box-content h4 {
    background-color: #fff;
    font-size: 19px;
    color: #ccc;
    padding: 0px 10px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.box-content h5 {
    background-color: #333;
    font-size: 19px;
    color: #fff;
    padding: 0px 10px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.box-content h3 a {
    color: #fff;
    font-weight: normal !important;
}
.box-content .show-more-container {
    width: 100% !important;
    text-align: center;
    margin: 10px 0px 20px;
}
.box-content #group_penalty {
    margin: 10px 0px;
    padding: 0px 5px;
}
.box-content #group_penalty ul {
    margin: 0px;
    padding: 0px 5px 0px 32px;
}
.box-content .link_show-more {
    display: block;
    margin: 10px 0px !important;
    padding: 0px 5px;
    width: 100px;
}

.box-content.guest {
    text-align: center;
}
.box-content.guest p {
    text-align: center;
    padding: 60px 120px;
}
.box-content.guest .btn_orange {
    margin: 22px 0px 22px 40px;
}
.box-content.guest .btn_fb {
    margin: 22px 0px 22px;
}
/* --- FINE BOX-CONTENT --- */

/* --- rewrite structure global NUOVA VERSIONE --- */
#new-thread {
    width: 484px;
    margin: 0px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#new-thread form {
    float: left;
    width: 478px;
    height: auto;
    min-height: 54px;
    margin: 2px;
}
#new-thread .textarea-post {
    margin: 10px;
    width: 458px;
}
#new-thread form .loading{
    top: 17px;
}
.posts-container {
    border-right: none;
    background-color: transparent;
    padding-top: 10px;
}
.posts-container .box-thread {
    width: 484px;
    margin: 0px 0px 10px 0px;
    padding: 2px;
    border: 1px solid #cdcdcd;
}
.posts-container .box-thread .box-gallery {
    width: 458px;
}
.posts-container .box-thread .box-gallery .who {
    width: 408px;
}
.posts-container .box-thread .box-gallery .what {
    width: 408px;
}
.posts-container .box-thread .box-gallery .what p {
    width: 408px;
}
.posts-container .box-thread .box-gallery .gallery-cover {
    width: 458px;
}
.posts-container .box-thread .box-gallery .gallery-cover img {
    width: 458px;
    margin-left: -229px !important;
}
.posts-container .box-thread .box-post {
    width: 458px;
}
.posts-container .box-thread .box-post .info,
.posts-container .box-thread .box-gallery .info{
    width: 478px;
}
.posts-container .box-thread .box-post .info .league-title,
.posts-container .box-thread .box-gallery .info .league-title{
    width: 398px;
}
.posts-container .box-thread .box-post .info h3,
.posts-container .box-thread .box-gallery .info h3 {
    width: 398px;
}
.posts-container .box-thread .box-post .who {
    width: 378px;
}
.posts-container .box-thread .box-post .what {
    width: 408px;
}
.posts-container .box-thread .box-post .what p {
    width: 408px;
}
/*.posts-container .box-thread .box-post .what .preview-container {
    width: 398px;
}*/
.posts-container .box-thread .box-match {
    width: 478px;
}
.posts-container .box-thread .box-match .info {
    width: 478px;
}
.posts-container .box-thread .box-match .info .league-title {
    width: 398px;
}
.posts-container .box-thread .box-match .info h3 {
    width: 398px;
}
.posts-container .box-thread .box-match .info .round-title {
    width: 478px;
}
.posts-container .box-thread .box-match .foot {
    width: 478px;
}
.posts-container .box-thread .box-match .foot .team_a {
    width: 168px;
}
.posts-container .box-thread .box-match .foot .team_b {
    width: 168px;
}
.posts-container .box-thread .social-panel {
    width: 478px;
}
.posts-container .box-thread .box-reply {
    width: 478px;
}
.posts-container .box-thread .box-reply .what {
    width: 336px;
}
.posts-container .box-thread .box-reply .what p {
    width: 336px;
}
.posts-container .box-thread .more-reply {
    width: 478px;
}
.posts-container .box-thread .write-reply {
    width: 478px;
}
.posts-container .box-thread .write-reply .textarea-reply {
    width: 458px;
}

.posts-container .box-thread .box-slot {
    float: left;
    width: 478px;
    height: auto;
    margin: 10px 0px;
}
.posts-container .box-thread .box-slot .title {
    display: block;
    float: left;
    width: 478px;
    height: 20px;
    padding: 0px 10px;
    line-height: 1;
    font-weight: bold;
}
.posts-container .box-thread .box-slot .description {
    display: block;
    float: left;
    width: 478px;
    height: auto;
    margin: 0;
    padding: 0px 10px;
    word-wrap: break-word;
}
.posts-container .box-thread .box-slot .banner {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 10px 0px 0px;
}
.posts-container .box-thread .box-slot .banner img {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}
.posts-container .box-thread .box-slot .btn {
    padding: 6px 30px 6px 30px !important;
    margin-top: 10px;
}
/* --- fine rewrite --- */

/* --- Around you --- */
.aroundyou-container {
    float: right;
    width: 306px;
    height: auto;
    margin: 10px 0px 0px !important;
}
.aroundyou-container h3 {
    margin: 0px 0px 5px !important;
}
.aroundyou-container .el {
    position: relative;
    float: left;
    width: 300px;
    height: 20px;
    background-color: #f4f4f4;
    margin: 0px 0px 5px;
}
.aroundyou-container .el .dist {
    display: block;
    float: left;
    width: 45px;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
    font-size: 11px;
}
.aroundyou-container .el .name {
    display: block;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}
/* --- Fine around you --- */

/* --- 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 --- */

/* --- lista competizioni tour e faq --- */
#competition-list {
    display: block;
    float: left;
    margin: 0px 0px 20px 0px !important;
}
#competition-list,
#competition-list ul {
    list-style: none;
    padding: 0px !important;
}
#competition-list > li {
    display: block;
    float: left;
    font-weight: normal;
    margin: 20px 0px 0px !important;
    text-transform: uppercase;
    font-size: 20px;
}
#competition-list li ul {
    margin: 20px 0px 0px !important;
}
#competition-list li ul li {
    display: block;
    float: left;
    width: 220px;
    text-transform: none;
}
#competition-list li ul li img {
    margin-right: 5px;
}
#competition-list li ul li a {
    color: #666;
    font-size: 17px;
    font-weight: normal;
}
/* --- fine lista competizioni tour e faq --- */

/* --- FORM REGISTRATION AB TEST --- */
#registration-form-abtest-container {
    float: right;
    width: 400px;
    height: auto;
    margin: 0px;
    padding: 44px 12px 0px 30px;
    background: #eaeaea url(../img/pt_ml.png) top left repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 10px 1px #333333; 
    -webkit-box-shadow: 3px 3px 10px 1px #333333; 
    -o-box-shadow: 3px 3px 10px 1px #333333; 
    box-shadow: 3px 3px 10px 1px #333333;
}
#registration-form-abtest-container.no-bg {
    background: none !important;
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    -o-box-shadow: none !important; 
    box-shadow: none !important;
}
#registration-form-abtest .checkbox {
    padding: 0px 0px 0px 21px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#registration-form-abtest .checkbox span:hover {
    text-decoration: underline;
}
#registration-form-abtest .checkbox label {
    font-size: 11px !important;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}
#registration-form-abtest .checkbox input[type="checkbox"] {
    margin-top: 5px !important;
}
#registration-form-abtest {
    float: left; /* fix firefox */
}
#registration-form-abtest a {
    /*display: block;*/
    height: 20px;
    line-height: 20px;
    font-size: 11px !important;
    font-weight: bold;
}
#registration-form-abtest-container .fb-container {
    float: left;
    height: auto;
    margin-bottom: 5px;
    width: 100%;
}
#registration-form-abtest-container .fb-container .user_fb {
    float: left;
    width: 100%;
}
#registration-form-abtest-container .fb-container .user_fb span {
    display: block;
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}
#registration-form-abtest-container .fb-container .user_fb .btn_fb {
    display: block;
    margin: 0 auto;
    text-transform: none !important;   
}
#registration-form-abtest-container button {
    text-transform: uppercase;
}
/* --- FINE FORM REGISTRATION AB TEST --- */

/* --- 404 --- */
#new-search-404 .form-group {
    display: block;
    width: 342px;
    margin: 15px auto;
}
#new-search-404 .form-group input[type='text'] {
    display: block;
    float: left;
    width: 308px;
    padding: 0px 8px 0px 8px;
    -webkit-border-radius: 4px 0px 0px 4px !important;
    -moz-border-radius: 4px 0px 0px 4px !important;
    -ms-border-radius: 4px 0px 0px 4px !important;
    -o-border-radius: 4px 0px 0px 4px !important;
    border-radius: 4px 0px 0px 4px !important;
}
#new-search-404 .form-group button {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #fff;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
     -webkit-border-radius: 0px 4px 4px 0px !important;
    -moz-border-radius: 0px 4px 4px 0px !important;
    -ms-border-radius: 0px 4px 4px 0px !important;
    -o-border-radius: 0px 4px 4px 0px !important;
    border-radius: 0px 4px 4px 0px !important;
}
#new-search-404 button .icon {
    background: url('../img/sprites/sprt_filters.png') no-repeat 0px 0px;
    width: 24px;
    height: 24px;
}
/* --- fine 404 --- */

/* --- WHITE LABEL --- */
#wl-header {
    z-index: 3;
}
#wl-header .container {
    position: relative;
    background: transparent;
}
#wl-header .container a {
    text-decoration: none !important;
}

.logo-container .logo {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
}

.social-container {
    position: absolute;
    /*height: 52px;*/
    height: 32px;
    text-align: right;
}
.social-container label {
    color: #fff;
    display: block;
    text-align: right;
    margin: 0;
    height: 20px;
    line-height: 0.9;
    overflow: visible !important;
    text-shadow: 1px 1px 1px #333;
}
.social-container .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    cursor: pointer;
}
.social-container a:first-child .icon {
    margin-left: 0px;
}
.social-container .icon.style1 {
    background-image: url("../img/sprites/ico_social_square.png");
}
.social-container .icon.style2 {
    background-image: url("../img/sprites/ico_social_circle.png");
}
.social-container .icon.style3 {
    background-image: url("../img/sprites/ico_social_square_circle.png");
}
.social-container .icon.icon-facebook {
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-twitter {
    background-position: -32px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-googleplus {
    background-position: -64px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-instagram {
    background-position: -96px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-youtube {
    background-position: -128px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-vimeo {
    background-position: -160px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-pinterest {
    background-position: -192px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-linkedin {
    background-position: -224px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-flickr {
    background-position: -256px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-twitch {
    background-position: -288px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-tiktok {
    background-position: -320px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-discord {
    background-position: -352px 0px;
    background-repeat: no-repeat;
}
.social-container .icon.icon-telegram {
    background-position: -384px 0px;
    background-repeat: no-repeat;
}
#wl-body .container {
    margin-top: 0px;
    background-color: #fff;
}

#wl-news,
#wl-docs {
    margin: 0px -10px; 
}
#wl-news .news-list,
#wl-docs .docs-list {
    float: right;
    width: 320px;
    height: auto;
    padding: 0px 10px;
    text-indent: 1px;
}
#wl-news .news-list h4,
.section-head h4 {
    height: 30px;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#wl-news .news-list-el {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ececec;
}
#wl-docs .docs-list-el {
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
#wl-news .news-list-el a,
#wl-docs .docs-list-el a {
    display: block;
    font-weight: normal;
    color: #333;
}
#wl-news .news-list-el a:hover,
#wl-news .news-list-el a:active {
    color: #333;
}
#wl-news .news-list-el label {
    display: block;
    float: left;
    margin: 0;
    height: 19px;
    line-height: 1.1;
    cursor: pointer;
    padding-right: 2px;
    font-size: 18px;
    font-weight: 400;
}
#wl-news .news-list-el sub {
    display: block;
    float: left;
    margin: 0;
    height: 19px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: normal;
    color: #8F8F8F !important;
    position: absolute;
    bottom: 0;
}
#wl-news .news-list-el span {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 19px;
    line-height: 1.1;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    margin-top:8px;
}
#wl-docs .docs-list-el label {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 19px;
    line-height: 1.1;
    font-weight: bold;
    cursor: default;
}
#wl-news .news-list a.btn {
    display: block;
    float: right;
    margin-top: 1px;
    background-color: #333;
    color: #fff;
}
#wl-docs .docs-list a.btn {
    position: absolute;
    right: 10px;
    top: -8px;
    display: block;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 0px 5px !important;
}
#wl-docs .docs-list a.btn .save {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("../img/sprites/ico_func.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 4px 5px 4px 0px;
}

#wl-content {
    padding-bottom: 100px;
}
#wl-content h4 {
    height: 30px;
    line-height: 30px;
    text-align: left;
}
#wl-content #wl-news .news-list,
#wl-content #wl-docs .docs-list {
    width: 100%;
}
#wl-content #wl-news .news-list-el {
    min-height: 57px;
    height: auto;
    padding-bottom: 10px;
    margin: 20px auto 30px;
}
#wl-content #wl-docs .docs-list-el {
    min-height: 49px;
    height: auto;
    padding: 0px 10px 10px;
    margin: 20px auto 30px;
}
#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 img {
    max-width: 100%;
    height: auto!important;
}
#wl-news-content iframe {
    max-width: 100%;
}
#wl-page-content {
    margin-top:54px;
    position: relative;
    width: 100%;
}

#wl-news-content .wl-news-date,
#wl-news-content .wl-news-title,
#wl-page-content .wl-page-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,
#wl-page-content .wl-page-title {
    height: 34px;
    line-height: 1;
    white-space: nowrap !important;
    overflow: hidden !important;
}
#wl-news-content .wl-news-description {
    height: auto;
    margin-bottom: 20px;
}
#wl-news-content a.btn {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    background-color: #333;
    color: #fff;
}

#wl-content.frame-container {
    padding-bottom: 160px;
    /*width: 918px;
    margin: 0 auto;*/
}
.wl-share-container {
    position: absolute;
    left: 10px; /* 31px */
    bottom: 66px;
}
/*#wl-content.frame-container #wl-news-content a.btn {
    right: -21px;
}*/
/* --- FINE WHITE LABEL --- */


/* --- VIS CALENDARIO ALL'ITALIANA --- */
.calendar-container {
    display: block;
    float: left;
    width: 100%;
}
.calendar-container .row.head div{
    height: 40px;
    font-size: 19px;
    line-height: 40px;
}
.calendar-container .row.match {
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #8F8F8F;
    padding: 5px 0;
}
.calendar-container a{
    font-weight: normal;
    width: 100%;
}
.calendar-container .row.match .col-xs-9{
    padding: 0;
}
.calendar-container .row.match:hover {
    background-color: #EEE;
}
.calendar-container .row .team_a,
.calendar-container .row .team_b {
    text-transform: uppercase;
    font-weight: bold;
}
.calendar-container .row .team_a .name,
.calendar-container .row .team_b .name {
    font-weight: bold!important;
    font-size: 14px;
    margin: 0 10px;
    width: calc(100% - 62px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 42px;
}
.calendar-container .row .team_a .name {
    float:right;
}
.calendar-container .row .team_b .name {
    float: left;
}
.calendar-container .row img {
    max-width: 42px;
    margin: 0px;
}
.calendar-container .row .score {
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.calendar-container .row .score .status {
    font-size:12px;
    white-space: normal;
    padding-top:10px;
}
.calendar-container .row .score .status.multiple-lines {
    line-height: 16px;
}
.calendar-container .row .date {
    font-size: 13px;
    height: 20px;
    text-transform: uppercase;
    /*color: #8F8F8F;*/
}
.calendar-container .row .calendar-head {
    text-transform: uppercase;
    font-weight: normal;
    color: #8F8F8F;
    font-size:13px;
    margin-bottom:10px;
    min-height: 18px;
}

.calendar-container .row.dayoff {
    background-color: #fff;
    border-bottom: 1px solid #8F8F8F;
    padding: 5px 0;
}

.calendar-container .row.dayoff .team_a .col-xs-24{
    padding: 14px 0;
}

.calendar-container .row.dayoff .status {
    padding-top:28px;
}
#calendar_day_container .row.match:hover {
    background-color: #ececec;
}
#calendar_day_container .row [class^="col-"] {
    padding: 0px;
    height: 40px;
    line-height: 40px;
}
#calendar_day_container .row.foot [class^="col-"] {
    height: auto;
    line-height: 1.42857143;
}
#calendar_day_container .row .badge_a,
#calendar_day_container .row .badge_b {
    display: block;
    float: left;
    margin: 4px auto;
    width: auto;
    height: 32px;
}
#calendar_day_container .row .badge_b {
    float: right;
}
#calendar_day_container .row span.team_a {
    display: block;
    font-size: 12px;
    text-align: right;
}
#calendar_day_container .row span.team_b {
    display: block;
    font-size: 12px;
    text-align: left;
}
#calendar_day_container .row .score {
    padding: 0px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
#calendar_day_container .row .score .date,
#calendar_day_container .row .score .status.inProgress {
    display: block;
    height: 20px;
    line-height: 25px;
}
#calendar_day_container .row .score .field,
#calendar_day_container .row .score .ris.inProgress {
    display: block;
    height: 20px;
    line-height: 15px;
}
#calendar_day_container .row .score .ris.inProgress {
    line-height: 12px;
    overflow: visible;
}
#calendar_day_container .row .score .ris {
    font-size: 12px;
}
#calendar_day_container .row .score .ris .sep {
    font-size: 14px;
    margin: 0px 8px;
}
#calendar_day_container .row .score span.status {
    display: block;
    height: 40px;
    line-height: 40px;
}
#calendar_day_container .row .score p.status {
    display: block;
    height: 30px;
    line-height: 1.42857143;
    margin: 5px 0px 5px;
}
#calendar_day_container .row .score {
    padding: 0px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
/* --- FINE VIS CALENDARIO --- */

/* --- VIS CALENDARIO ALL'ITALIANA --- */
#calendar_day_container {
    display: block;
    float: left;
}
#calendar_day_container .row.head {
    font-weight: bold;
}
#calendar_day_container .row.match {
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}
#calendar_day_container .row.dayoff {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}
#calendar_day_container .row.dayoff i {
    font-size: 12px;
}
#calendar_day_container .row.match:hover {
    background-color: #ececec;
}
#calendar_day_container .row [class^="col-"] {
    padding: 0px;
    height: 40px;
    line-height: 40px;
}
#calendar_day_container .row.foot [class^="col-"] {
    height: auto;
    line-height: 1.42857143;
}
#calendar_day_container .row .badge_a,
#calendar_day_container .row .badge_b {
    display: block;
    float: left;
    margin: 4px auto;
    width: auto;
    height: 32px;
}
#calendar_day_container .row .badge_b {
    float: right;
}
#calendar_day_container .row span.team_a {
    display: block;
    font-size: 12px;
    text-align: right;
}
#calendar_day_container .row span.team_b {
    display: block;
    font-size: 12px;
    text-align: left;
}
#calendar_day_container .row .score {
    padding: 0px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
#calendar_day_container .row .score .date,
#calendar_day_container .row .score .status.inProgress {
    display: block;
    height: 20px;
    line-height: 25px;
}
#calendar_day_container .row .score .field,
#calendar_day_container .row .score .ris.inProgress {
    display: block;
    height: 20px;
    line-height: 15px;
}
#calendar_day_container .row .score .ris.inProgress {
    line-height: 12px;
    overflow: visible;
}
#calendar_day_container .row .score .ris {
    font-size: 12px;
}
#calendar_day_container .row .score .ris .sep {
    font-size: 14px;
    margin: 0px 8px;
}
#calendar_day_container .row .score span.status {
    display: block;
    height: 40px;
    line-height: 40px;
}
#calendar_day_container .row .score p.status {
    display: block;
    height: 30px;
    line-height: 1.42857143;
    margin: 5px 0px 5px;
}
#calendar_day_container .row .score {
    padding: 0px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
/* --- FINE VIS CALENDARIO --- */

/* --- timeline referto live! --- */
#timeline-container .head {
    display: inline-block;
    width: 100%;
}
#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! --- */

/* --- fix jcrop --- */
.jcrop-holder {
    background: url(../img/bg_alpha.jpg) repeat !important;
}
/* --- fine fix jcrop --- */

#booking-calendar-divider {
    height: 1px;
    background-color: #ccc;
    margin: 30px auto;
    text-align:center;
}
#booking-calendar-divider span {
    background-color: #FFF;
    padding: 0 18px;
    position: relative;
    top: -12px;
    font-size: 14px;
}

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

/* --- 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 .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;
}
.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 --- */

/* ------ SSC BARI ------*/
/* --- 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
.section-head {
    height: 31px;
    margin: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#sscbari_main-container #wl-media .head,
#sscbari_main-container #wl-photo .head {
    margin: 10px 5px;
}
#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 {
    margin: 0;
    border: 0;
    text-align: center;
}
#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,
.section-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,
.section-head h4 a{
    display: inline-block;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 2px 0px;
}
.section-head h4 a{
    font-size:16px;
}
#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 --- */

/* --- Fix nuova grafica news --- */
#wl-news-blocks .news-list {
    width:100%;
    padding: 0px 5px;
    text-indent: 0px;
}
#wl-news-blocks .news-list.pull-right {
    margin-right: 5px;
}
#wl-news-blocks .news-list.pull-left {
    margin-left: 5px;
}
#wl-news-blocks .news-list-el {
    height: 107px;
    position: relative;
    padding:15px;
}
#wl-news-blocks .news-list-el:hover {
    background-color:#EEE;
}
#wl-news-blocks .news-list a.btn {
    margin-top: 0px;
}
#wl-news-blocks.preview {
    padding: 0px 5px 10px !important;
    margin: 0px !important;
}
#wl-news-blocks.preview.col-xs-8 {
    width: 33.33333333%;
}
#wl-news-blocks.preview.col-xs-16 {
    width: 66.66666667%;
}
#wl-news-blocks.preview.col-xs-24 {
    width: 100%;
}
#wl-news-blocks.preview .news-list {
    width: 100%;
    padding: 0px;
    float: none;
}
#wl-news-blocks.preview .news-list .head {
    height: 40px;
    margin: 10px 0px;
}
#wl-news-blocks.preview .news-list .head h4 {
    margin: 0;
    text-align: center;
}
#wl-news-blocks.preview .news-list .cover {
    position: relative;
    width: 100%;
    height: 176px;
    border-bottom: 1px solid #ececec;
    /*margin-bottom: 10px;*/
    overflow: hidden;
}
#wl-news-blocks.preview .news-list .cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#wl-news-blocks.preview .news-list .news-list-content {
    border: 1px solid #ececec;
    margin-bottom: 10px;
}
#wl-news-blocks.preview .news-list .news-list-el {
    border-bottom: 0;
    margin-bottom: 0px;
    padding: 10px 10px;
    width:100%;
}

/* --- Fine Fix nuova grafica news --- */


/* --- Blocco news versione sscbari --- */
#sscbari_main-container #wl-news .news-list-content a,
#wl-news-blocks .news-list-content a {
    display: block;
    font-weight: normal;
    color: #333;
    text-decoration: none !important;
}
#sscbari_main-container #wl-news .news-list-el,
#wl-news-blocks .news-list-el {
    height: auto;
    font-size: 13px;
    padding-top:10px;
}
#sscbari_main-container .box-list .box-list-el .cover,
#main-container .box-list .box-list-el .cover,
#sscbari_main-container #wl-news.preview .news-list .cover,
#wl-news-blocks.preview .news-list .cover {
    position: relative;
    height: 176px;
    cursor: pointer;
}
#sscbari_main-container .box-list .box-list-el .cover:after,
#main-container .box-list .box-list-el .cover:after,
#sscbari_main-container #wl-news.preview .news-list .cover:after,
#wl-news-blocks.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,
#main-container .box-list .box-list-el .cover:hover:after,
#sscbari_main-container #wl-news.preview .news-list .cover:hover:after,
#wl-news-blocks.preview .news-list .cover:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#sscbari_main-container .box-list .box-list-el .cover .category,
#main-container .box-list .box-list-el .cover .category,
#sscbari_main-container #wl-news.preview .news-list .cover .category,
#wl-news-blocks.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 .box-list-content,
#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,
#wl-news-blocks .news-list-el h3,
#sscbari_main-container .box-list .box-list-el .box-list-content h3,
#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,
#wl-news-blocks .news-list-el p,
#sscbari_main-container .box-list .box-list-el .box-list-content p,
#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,
#wl-news-blocks .news-list-el sub,
#sscbari_main-container .box-list .box-list-el .box-list-content sub,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#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: rgba(255,255,255,0.8) !important;
    text-transform: uppercase;
}
#sscbari_main-container #wl-media #video-container .col-xs-24 .video .cover,
#main-container #wl-media #video-container .col-xs-24.big-video .video .cover {
    float: left;
    width: 66.3%;
    height: 352px;
}
#sscbari_main-container #wl-media #video-container .col-xs-24 .video .cover img.play,
#main-container #wl-media #video-container .col-xs-24.big-video .video .cover img.play {
    width: 100px;
    height: 100px;
}
#sscbari_main-container #wl-media #video-container .col-xs-24 .video .info,
#main-container #wl-media #video-container .col-xs-24.big-video .video .info {
    float: left;
    width: 33.7%;
    height: 352px;
}
#sscbari_main-container #wl-media #video-container .col-xs-24 .video .info h3,
#main-container #wl-media #video-container .col-xs-24.big-video .video .info h3 {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -30px;
}
/* --- Fine blocco video versione sscbari --- */

/* --- Blocco foto versione sscbari --- */
#sscbari_main-container #wl-photo-content,
#main-container #wl-photo-content {
    width: 100%;
    margin: 0;
}
#sscbari_main-container #album-container.slideshow.type1,
#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,
#main-container #album-container.slideshow.type1 .slideshow-el {
    width: 100%;
    padding: 0;
    border: 1px solid #ececec;
}
#sscbari_main-container #album-container.slideshow.type1 .col-xs-8 .slideshow-el,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#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,
#main-container #album-container .gallery-container .info{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
}
#sscbari_main-container #album-container .gallery-container .info h3,
#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,
#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: #8F8F8F !important;
    text-transform: uppercase;
}
#sscbari_main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .cover,
#main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .cover {
    float: left;
    width: 66.3%;
    height: 352px;
}
#sscbari_main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .info,
#main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .info {
    float: left;
    width: 33.7%;
    height: 352px;
}
#sscbari_main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .info h3,
#main-container #album-container.slideshow.type1 .col-xs-24 .slideshow-el.gallery-container .info h3 {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -30px;
}
/* --- 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 {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    margin: 0 auto;
    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);
}

#sscbari_all-sponsor .row {
    margin: 0px -5px;
}
#sscbari_all-sponsor .row [class^="col-"] {
    padding: 0px 5px;
}
#sscbari_all-sponsor .row [class^="col-"] a.thumbnail {
    margin-bottom: 10px;
    border: 1px solid #dddddd !important;
}
#sscbari_all-sponsor .row [class^="col-"] a.thumbnail img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#sscbari_all-sponsor .row [class^="col-"] a.thumbnail:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#sscbari_all-sponsor .row [class^="col-"] a.thumbnail:not([href]){
    cursor: default;
}
/* --- 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;
}
/* --- Fine footer versione sscbari --- */

/* --- 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;
    -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;
    -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-icon-wrapper {
    width:102px;
}
#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 --- */


/* --- BREAKING NEWS --- */

.breaking-news-row {
    margin: 0 -15px;
    background: url('../img/proclub/shad.png') repeat-x 0 52px;
    z-index:2;
    height:62px;
    position:relative;
}

#breaking-news_container {
    min-height: 0px !important;
    background:transparent;
    padding: 0 !important;
}
#breaking-news_container .row {
    height: auto;
}
#breaking-news_container .breaking-news-image {    
    background-color: #333;
    padding: 10px 0px;
    color: #FFF;
}
#breaking-news_container .breaking-news-title {    
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
}

#breaking-news_container-bottom {    
    background-image: url("../img/proclub/bn_bg.png");
    margin:0px -15px;
    height: 10px;
    background-position:bottom;
}
/* --- FINE BREAKING NEWS --- */

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* --- Pagina search --- */
#sscbari_main-container .search-form-container {
    margin: 50px 0px 10px;
}
#sscbari_main-container .search-form-container .row {
    margin: 0px -10px;
}
#sscbari_main-container .search-form-container .row [class^="col-"] {
    padding: 0px 10px;
}
#sscbari_main-container .search-form-container button {
    width: 100%;
    outline: 0 !important;
}
#sscbari_main-container #searchresult {
    padding: 0px 0px 100px;
}
#sscbari_main-container #searchresult .list-container {
    margin-top: 50px;
    border: 0;
}
#sscbari_main-container #searchresult .list-container .div_search {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ef1c25;
}
#sscbari_main-container #searchresult .list-container .div_search a {
    width: 100%;
    text-decoration: none !important;
    color: #333 !important;
}
#sscbari_main-container #searchresult .list-container .div_search .search_img {
    position: relative;
    float: left;
    width: 200px;
    height: 110px;
    background-color: #ececec;
    overflow: hidden;
    margin-right: 20px;
}
#sscbari_main-container #searchresult .list-container .div_search .search_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 110px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#sscbari_main-container #searchresult .list-container .div_search .search_img img.placeholder {
    width: 90px;
    height: 20px;
}
#sscbari_main-container #searchresult .list-container .div_search .search_info {
    display: table-cell;
}
#sscbari_main-container #searchresult .list-container .div_search .search_info span {
    color: #999 !important;
}
#sscbari_main-container #searchresult .list-container .div_search .search_info h4 {
    color: #333 !important;
    padding: 0;
    line-height: 1.3;
    height: auto;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;   
    margin-top: 10px;
}
#sscbari_main-container #searchresult .list-container .div_search .search_info p {
    margin: 7px 0 0;
    font-weight: normal;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#sscbari_main-container #searchresult .pagination_container {
    margin-top: 20px;
}
#sscbari_main-container #searchresult .searchError {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 22px 0px 30px;
    text-align: center;
}
/* --- Fine pagina search --- */


/* --- STANDINGS --- */
.wl-teamtable {
    padding-bottom: 20px !important;
}
.wl-teamtable h5 {
    margin: 0px;
}
.wl-teamtable .row {
    /*font-weight: bold;*/
    border-bottom: 1px solid #ececec;
}
.wl-teamtable .row [class^="col-"] {
    height: 40px;
    line-height: 40px;
}
.wl-teamtable .row .pos {
    color: #999999;
}
.wl-teamtable .row.wl-theme-color .pos {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin: 8px auto;
    line-height: 24px;
}
.wl-teamtable .row .pos.wl-theme-color {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    margin: 8px auto;
    line-height: 24px;
}
.wl-teamtable .row img {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 36px;
    height: 36px;
}
.wl-teamtable .row span {
    display: block;
    padding-left: 44px;
}
.wl-teamtable .row span sub{
    bottom: 0;
}
.wl-teamtable .row span sub.bonus {
    color: #458b2b;
}
.wl-teamtable .row span sub.malus {
    color: #d90000;
}
.wl-teamtable .row.th {
    background-color: #ececec;
    color: #999999;
    border-bottom: 0;
    border-top-style: solid;
    border-top-width: 1px;
}
.wl-teamtable .row.th .bl {
    border-left: 1px solid #fcfcfc;
}
.wl-teamtable .row .bl {
    border-left: 1px solid #ececec;
}
.wl-teamtable .row.th.penalty {
    margin-top: 20px;
    border-top: 0;
    background-color: #fff;
}
.wl-teamtable .row.penalty span {
    display: inline;
    padding: 0;
}
.wl-teamtable .row.penalty p {
    display: inline;
    font-weight: normal;
    font-style: italic;
}
.wl-teamtable .row.penalty .dinamicHeight {
    height: auto;
    line-height: normal;
    display: table;
}
.wl-teamtable .row.penalty .dinamicHeight .team_penalty {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-size: 12px;
}
.wl-teamtable .home,.wl-teamtable .away {
    display:none;
}
.wl-teamtable .row:hover {
    background-color:#EEE;
}
/* --- FINE STANDINGS --- */


/* ---- NEWS PAGE --- */
#newsCover-container {
    position: relative;
    margin: 0 -30px 30px;
    max-height: 480px;
    overflow: hidden;

}
#newsCover-container img {
    width: 100%;
    margin-bottom: 20px;
}
#newsCover-container div {
    padding: 15px 15px;
    width: auto;
    max-width: -webkit-calc(100% - 140px);
    max-width: expression(100% - 140px);
    max-width: -moz-calc(100% - 140px);
    max-width: -o-calc(100% - 140px);
    max-width: calc(100% - 140px);
    height: auto;
    position: absolute;
    left: 70px;
    bottom: 25%;
    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;
    background: url("../img/bg_slider.png") top left repeat;
}
#newsCover-container div h2 {
    height: auto;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -o-text-overflow: clip;
}
#newsCover-container span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 10px;
}
#newsCover-container p {
    height: auto;
    margin: 0;
    padding: 0px 10px 8px;
    font-size: 17px;
    font-weight: bold;
    white-space: normal;
}
#wl-news-content {
    width: 100%;
}
#wl-news-content .wl-news-date, #wl-news-content .wl-news-description{
    font-weight:bold;
}
#wl-news-content .wl-news-date {
    margin-bottom: 10px;
}

#wl-news-content .wl-news-title {
    overflow: visible !important;
}
/* ---- FINE NEWS PAGE --- */

.ui-tooltip {
    padding: 8px 10px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    background: #333 !important;
    color: #F2F2F2 !important;
    font-size: 11px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.ui-tooltip:before  {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 10px);
    top: -8px;
    border-bottom: 8px solid #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
body .ui-tooltip {
    /*border: 2px solid #ff7620;*/
    border: 1px solid #8F8F8F!important;
}


/*--------- TEAM PAGE ------------- */

#team-info-container {
    background-color: #f2f2f2;
    width: 100%;
    display: block;
    float: left;
    padding:20px;
    margin-bottom:20px;
}
#team-info-container.winner {
    background-color: #ffe163;
}

#team-info-container .team-img {
    float:left;
    width: 128px;
}
#team-info-container .team-img img{
    width: 128px;
}
#team-info-container .team-name{
    width: calc(100% - 128px);
    height: 128px;
    float: left;
}
#team-info-container .team-name h3{
    width: 100%;
    padding: 0 20px;
    height: 128px;
    line-height: 128px;
    font-weight: bold!important;
    margin: 0;
    font-size: 28px;
}

#team-info-container .header-stat {
    height: 128px;
}
#team-info-container .header-stat [class^="col-"] {
    margin: 20px 0;
    height: calc(100% - 40px);
    padding: 0 20px;
    border-left: 1px solid rgba(51,51,51,0.2);
    text-align: center;
    float: right;
}

#team-info-container .header-stat .team-winner {
    padding-top:11px;
}

#team-info-container .header-stat .team-winner img {
    height: 58px;
}

#team-info-container .header-stat .team-photo {
    padding-top:23px;
}

#team-info-container .header-stat .team-photo img{
    height: 42px;
    cursor: pointer;
}
#team-info-container .header-stat .info-name {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
}
#team-info-container .header-stat .round-position{
    margin-top: 14px;
    font-size: 24px;
    height: 24px;
    line-height: 28px;
}
#team-info-container .last-matches #last-matches-preview {
    margin-top:20px;
}
#team-info-container .last-matches #last-matches-preview .result {
    float: none;
    display: inline-block;
    margin: 0 2px;
    cursor:default;
}

#team-info-container .team-staff-container {
    margin-top:20px;
    height: 32px;
}
#team-info-container .team-staff-container .info {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    border: 1px solid #333;
    padding: 0 10px;
    display: block;
    float: left;
    width: auto;
    margin-right: 5px;
}

#team-info-container #linkToHistory {
    position: absolute;
    right: 20px;
    bottom: 0px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    border-radius: 4px;
}
#team-roster-container,
#team-calendar-container,
#team-stats-container {
    padding: 0 20px;
    margin-top:20px;
}
#team-roster-container [class^="col-"] {
    padding:0 20px;
}
#team-roster-container .player-container {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom:20px;
    padding:10px;
    float: left;
    position: relative;
}
#team-roster-container .player-container:hover {
    background-color: #F2F2F2;
}
#team-roster-container .player-container img{
    width: 102px;
    float: left;
}
#team-roster-container .player-container .player-info{
    float: left;
    width: calc(100% - 102px);
    padding:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#team-roster-container .player-container .player-info .player-name{
    font-size: 13px;
    font-weight: bold;
}
#team-roster-container .player-container .player-info .player-role{
    display: block;
    font-size: 13px;
    margin-top:10px;
    font-weight: normal;
}
#team-roster-container .player-container .player-info .player-country-img{
    position: absolute;
    width: 35px;
    border-radius: 4px;
    bottom:20px;
}
#team-roster-container .player-container .player-info .player-number{
    position: absolute;
    width:64px;
    height:64px;
    top: calc(50% - 32px);
    right: 40px;
    background: url(../img/team/jerseynum.png) center right no-repeat;
    text-align: center;
    line-height: 64px;
    font-size: 16px;
    font-weight: normal;
}


#team-stats-container {
    height: 622px;
}
#team-stats-container .wtd-container {
    height: auto;
    width: 70%;
    margin: 20px auto;
    overflow: visible;
}
#team-stats-container .score-container {
    width: 70%;
    margin: 40px auto;
    overflow: visible;
    height: auto;
}
/*--------- FINE TEAM PAGE ------------- */