/* CSS Document */
/*Fonts*/

body{
    font-family: 'Source Sans Pro', sans-serif;
    min-width: 320px;text-align: left
}
#content .inner-content{
    text-align: left;
}

h1,h2,h3,h4,h5,h6{
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}
.font-t{font-family: 'Source Sans Pro', sans-serif !important;}
.font-h{font-family: 'Barlow Condensed', sans-serif !important;}
/**/

/* Sizing*/
.fs-65{
    font-size: 0.85rem !important;
	line-height: 1.4rem !important;
}
.fs-7{
    font-size: 0.75rem !important;
}
.fs-8{
    font-size: 0.6rem !important;
}
/* end sizing */

/*Spacing and measures*/
.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-8 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.w-40{width: 40%;}
/*end Spacing and measures*/
/*Colors*/
.c-ld-black{color: #000000 !important;}
.c-ld-blue{color: #04253E !important;}
.c-ld-greyl{color: #cbcbcb !important;}
.c-ld-grey{color: #909090 !important;}
.c-ld-grey2{color: #272727 !important;}
.c-ld-grey3{color: #1C1C1C !important;}
.c-ld-yellow{color: #FFD831 !important;}

.c-ld-green{color: #288E0A;}
.c-ld-red{color: #cd0303 !important;}
.c-ld-blue{color: #066895 !important;}
.c-ld-dblue{color: #04315b !important;}

/* colori posizioni in classifica */
.bg-ld-position-acl{background-color: #288E0A;}
.bg-ld-position-aclq{background-color: #288E0A;}
.bg-ld-position-cl{background-color: #288E0A;}
.bg-ld-position-clq{background-color: #6cbce5;}
.bg-ld-position-ecl{background-color: #09b5ff;}
.bg-ld-position-elpo{background-color: #09b5ff;}
.bg-ld-position-eclpo{background-color: #09b5ff;}
.bg-ld-position-eclq{background-color: #09b5ff;}
.bg-ld-position-clg{background-color: #09b5ff;}
.bg-ld-position-el{background-color: #007bb0;}
.bg-ld-position-elq{background-color: #007bb0;}
.bg-ld-position-coligs{background-color: #007bb0;}
.bg-ld-position-coliq{background-color: #007bb0;}
.bg-ld-position-cosugs{background-color: #007bb0;}
.bg-ld-position-norm{background-color: #000000;}
.bg-ld-position-r{background-color: #cd0303;}
.bg-ld-position-rg{background-color: #cd0303;}
.bg-ld-position-p-7-10-p{background-color: #cd0303;}
.bg-ld-position-pr{background-color: #cd0303;}
.bg-ld-position-p{background-color: #288E0A;}
.bg-ld-position-po{background-color: #7f0029;}
.bg-ld-position-qpo{background-color: #7f0029;}
.bg-ld-position-fr{background-color: #7f0029;}
.bg-ld-position-pcg{background-color: #7f0029;}
.bg-ld-position-ppo{background-color: #7f0029;}
.bg-ld-position-ppo1-8{background-color: #7f0029;}
.bg-ld-position-ppo1-16{background-color: #7f0029;}
.bg-ld-position-ppo1-32{background-color: #7f0029;}
.bg-ld-position-pposf{background-color: #7f0029;}
.bg-ld-position-ppoqf{background-color: #c71585;}
.bg-ld-position-rpo{background-color: #bd0000;}

.bg-ld-yellow{background-color: #FFD831;}
.bg-ld-yellow2{background-color: #FFF500;}
.bg-ld-yellow3{background-color: #fef3b1;}
.bg-ld-orange{background-color: #FD7F00;}
.bg-ld-blue{background-color: #066895;}
.bg-ld-azzurro{background-color: #15a8d4;}
.bg-ld-black{background-color: #000000;}
.bg-ld-red{background-color: #cd0303;}
.bg-ld-green{background-color: #288E0A;}
.bg-ld-dgreen{background-color: #144506;}
.bg-ld-grey{background-color: #6A6A6A;}
.bg-ld-wgrey{background-color: #F5F5F5 !important;}
.bg-ld-white{background-color: #FFFFFF;}

.border-ld-yellow{border-color: #FFD831 !important;}
.border-ld-green{border-color: #288E0A !important;}
.border-ld-blue{border-color: #066895 !important;}
.border-ld-grey{border-color: #6A6A6A !important;}
.border-ld-orange{border-color: #288E0A !important;}

.bg-overlay-dark{background-color: rgba(0,0,0,0.50);}

/*BTN and text hover*/
/*BTN orange*/
.btn.bg-ld-orange:hover,
.btn.bg-ld-orange.active
{background-color: #ff992b; border-color:#ff992b; color: #FFF;}
.btn.bg-ld-orange:active{background-color: #FD7F00; border-color:#FD7F00; color: #FFF;}
/*BTN yellow*/
.btn.bg-ld-yellow:hover,
.btn.bg-ld-yellow.active
{background-color: #fff552; border-color: #fff552; color: #000;}
.btn.bg-ld-yellow:active{background-color: #FFD831; border-color: #FFD831; color: #000;}
/*BTN green*/
.btn.bg-ld-green:hover,
.btn.bg-ld-green.active
{background-color: #42b128; border-color: #42b128; color: #FFF;}
.btn.bg-ld-green:active{background-color: #288E0A; border-color: #288E0A; color: #FFF;}
/*BTN dark green*/
.btn.bg-ld-dgreen:hover,
.btn.bg-ld-dgreen.active
{background-color: #288E0A; border-color: #288E0A; color: #FFF;}
.btn.bg-ld-dgreen:active{background-color: #144506; border-color: #144506; color: #FFF;}
/*BTN grey*/
.btn.bg-ld-grey:hover,
.btn.bg-ld-grey.active
{background-color: #333333; border-color: #333333; color: #FFF !important;}
.btn.bg-ld-grey:active{background-color: #333333; border-color: #333333; color: #FFF !important;}
/*BTN white*/
.btn.bg-ld-white:hover,
.btn.bg-ld-white.active
{background-color: #6A6A6A; border-color: #FFFFFF !important; color: #FFFFFF !important;}
.btn.bg-ld-white:active{background-color: #888888; border-color: #FFFFFF !important; color: #FFFFFF !important;}
/*BTN white/green*/
.btn.bg-white:hover,
.btn.bg-white.active
{background-color: #288E0A !important; border-color: #288E0A !important; color: #FFFFFF !important;}
.btn.bg-ld-white:active{background-color: #888888 !important; border-color: #FFFFFF !important; color: #FFFFFF !important;}
.btn.disabled,.btn:disabled,fieldset:disabled .btn {background-color:darkgray;}

.text-hover-white:hover{color: #FFFFFF !important;}
.text-hover-orange:hover{color: #FD7F00 !important;}
.text-hover-green:hover{color: #60a457 !important}

.box-hover-grey:hover,
.box-hover-grey.active
{background-color: #D9D9D9;}
.box-hover-grey:active{background-color: #bebebe;}

.sp-parent-btn {width: 100%; position: relative;}
.sp-btn {width: 100%; position: fixed; left: 0px; bottom: 0px; z-index: 5;}
/*Links*/
#main a,#main a:visited{
    text-decoration: none;
}
table a{color: #000;}
table a:hover{color: #FD7F00;}
/*table a.text-dark:hover{
    color: #FD7F00 !important;
}*/
#main a.c-ld-green:hover
{
    color: #FD7F00;
}
body #main a:hover{}

/*end Colors*/

/*Elements*/
.rounded-top-left{border-top-left-radius: 0.375rem;}
.rounded-top-right{border-top-right-radius: 0.375rem;}
.btn-ld-yellow{
    background-color: #FFD831;
}
.btn-ld-yellow:hover,.btn-ld-yellow:active,.btn-ld-yellow:focus,.btn-ld-yellow:visited{
    background-color: #DBB100;
}
.btn-ld-yellow:focus, .btn-ld-yellow:active:focus, .btn-ld-yellow.active:focus {
  outline: 0 none;
}
.btn-ld-yellow:hover, .btn-ld-yellow:focus, .btn-ld-yellow:active, .btn-ld-yellow.active, .open > .dropdown-toggle.btn-ld-yellow {
  background: #33a6cc;
}
.btn-ld-yellow:active, .btn-ld-yellow.active {
  background: #007299;
  box-shadow: none;
}
.bookmaker-rect-o{
    color: #FFFFFF !important;
    background-color: #FD7F00;
}
.bookmaker-rect-w{
    color: #04253E !important;
    background-color: #FFFFFF;
}
.bookmakers a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 12px 38px 12px 4px;
    border: 2px solid #FFFFFF;
    line-height: 10px;
    border-radius: 5px;
}
.bookmakers a:hover{
    border-color: #FD7F00;
}
.bookmakers img{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.ld-tabs .nav-link:hover,.ld-tabs .nav-link.active{
    background-color: #288E0A !important;
    color: #FFFFFF !important;
}
.ld-tabs .nav-link{
    background-color: transparent !important;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 50px;
    margin: 5px 6px;
    padding: 5px 14px !important;
}
.ld-circle-y{
    width: 100px;
    height: 100px;
    line-height: 1;
    text-align: center;
    border: 2px solid #FFD831;
    border-radius: 50%;
}

.ul-dash{
    list-style-type: "-";
}
.ul-dash li{
    padding-left: 5px;
    
}
/*--Video home*/
.video-ld-thumb span{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}
.video-ld-thumb span i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    background-image: -webkit-linear-gradient(0deg, #60a457 0%, #042100 100%);
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    border: 1px solid #144506 !important;
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.video-ld-thumb span i:before{
    margin-left: 5px;
}
.video-ld-thumb:hover span i{
    color: #FD7F00;
}
/*--Video La dritta di ciccio*/
.banner-ciccio .bc-play{
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.banner-ciccio .bc-play:hover i{
    color: #FD7F00;
}
.banner-ciccio .bc-play i{
    transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
}
.bc-video-list .bc-video-thumb{
    position: relative;
}
.bc-video-list .flexslider.carousel{
    background-color: transparent;
    border: none;
}
.bc-video-list .bc-video-thumb img{
    width: 100%;
}
.bc-video-list .bc-video-thumb .overlay{
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    transition: visibility 0s, opacity 0.3s ease-out;
}
.bc-video-list .bc-video-thumb .overlay::before{
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-size: 3rem;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    line-height: 1;
}
.bc-video-list .bc-video-thumb:hover .overlay{
    opacity: 0.8;
}
/*Circular Progress*/
.circular-progress{
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: conic-gradient(#FD7F00 3.6deg, #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.circular-progress::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #288E0A;
}
.progress-value{
    position: relative;
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
}
/*--Subscribe step*/
.subscribe-step div{
    line-height: 1;
}
.subscribe-step span{
    display: none;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: #FD7F00;
    border-top: 2px solid #FD7F00;
    padding: 3px 0;
    margin-top: 3px;
}
.subscribe-step div.active{color: #FD7F00;}
.subscribe-step div.active span{
    display: block;
}
/*--Tables*/
#content table tr{
    font-size: 0.95rem;
    line-height: 1.3rem;
}
table .mark{
    font-weight: bold;
    padding: 2px 6px;
	border-radius: 4px;
}
table .mark.mgreen{background-color: #62fc5c;}
table .mark.myellow{background-color: #fef14b;}
table .mark.mpink{background-color: #f75f5e;}
table .mark.mgrey{background-color: #F5F5F5;}
table .mark-row{
    font-weight: bold;
    background-color: #fef3b1;
}
.tfixed {
	table-layout: fixed;
}
.td-square {
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
    line-height: 26px;
    z-index: 1;
}

.td-circle {
    font-size: inherit;
    z-index: 1;
    padding: 0;
}
.td-prono {
    font-size: 1.1em;
    z-index: 1;
    padding: 6px 7px;
    line-height: 1;
}

.zui-table-rounded {
    border: none;
}
.zui-table-rounded thead th {
    background-color: #288E0A;
    color: #FFFFFF;
}
.zui-table-rounded thead th:first-child {
    border-radius: 10px 0 0 0;
}
.zui-table-rounded thead th:last-child {
    border-radius: 0 10px 0 0;
}
.zui-table-rounded-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.table-xs>:not(caption)>*>* {
    padding: 0.5rem 0.3rem;
}
.table-sm-px>:not(caption)>*>* {
    padding: 0.25rem 0.5rem;
}
/*--Form*/
.form-control{font-weight: bold;}
.form-control:focus{
    box-shadow: none !important;
    border-color: #288E0A !important;
    
}
::-moz-placeholder{
    font-weight: normal !important;
}
::placeholder{
    font-weight: normal !important;
}
.form-label{
    padding-left: 6px;
    margin-bottom: 0.4rem !important;
}
.form-check-input[type=checkbox]:checked {
    background-color: #288E0A !important;
    border-color: #288E0A !important;
}
.form-check-input[type=radio]:checked {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23288E0A'/%3e%3c/svg%3e");
    border: 1px solid rgba(0,0,0,.25);
}
/*end Elements*/

/*Header*/
.ld-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.ld-fixed .top-bar{display: none !important;}

.ld-gradient-togreen{
    /*For Google Chrome 25+, Mozilla Firefox 16+, Opera 15+, Safari 6.1+, IE 10+, iOS 7+, Android 4.4+*/
    background-image: linear-gradient(90deg, #60a457 0%, #042100 100%);
    /*For Google Chrome(v 4-9) and Safari (v 4-5)*/
    /*For Chrome (v 10-25) and Safari(v 5.1-6)*/
    /*For Firefox(v 3.6-15)*/
    /*For Opera(v 11.5)*/
    /*For IE 10+*/
    background-image: -ms-linear-gradient(0deg, #60a457 0%, #042100 100%);
    /*For IE6-9*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a457', endColorstr='#042100',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#60a457, endColorstr=#042100)";
    /*Solid color or JPG/SVG fallback*/
    background-color: red;
    /*background-image: url(fallback.jpg);*/
}
.ld-gradient-togreenlight{
    /*For Google Chrome 25+, Mozilla Firefox 16+, Opera 15+, Safari 6.1+, IE 10+, iOS 7+, Android 4.4+*/
    background-image: linear-gradient(-90deg, #60a457 0%, #042100 100%);
    /*For Google Chrome(v 4-9) and Safari (v 4-5)*/
    /*For Chrome (v 10-25) and Safari(v 5.1-6)*/
    /*For Firefox(v 3.6-15)*/
    /*For Opera(v 11.5)*/
    /*For IE 10+*/
    background-image: -ms-linear-gradient(180deg, #60a457 0%, #042100 100%);
    /*For IE6-9*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042100', endColorstr='#60a457',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#042100, endColorstr=#60a457)";
    /*Solid color or JPG/SVG fallback*/
    background-color: red;
    /*background-image: url(fallback.jpg);*/
}
header .navbar-brand{transition: .2s ease-in-out transform;}
header .navbar-brand:hover{transform: rotate(-5deg) scale(1.1);}
.header-bar .nav-link,.nav-link.active{
    color: #FFFFFF !important;
}
.hero-home{
	background-image: url(/images/Back-stadium-homepage.jpg?1f437e8aaa80eee630e1ee5f180d001b);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.hero-home,
.banner-page{
    position: relative;
}
.hero-home::after,
.banner-page::after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.40);
    z-index: 1;
}
.hero-home .inner-banner-page,
.banner-page .inner-banner-page{
    position: relative;
    z-index: 2;
}

/* end Header*/
/*Main*/
#content{
    background-color: #F5F5F5;
    padding: 0 !important;
}
#content .inner-content{padding: 40px 12px !important;}
aside#sidebar-left{
    padding: 0;
}
aside#sidebar-right{
    padding: 50px 20px 30px 20px !important;
}
#sidebarLeftResponsive .btn-close{
    background-image: none;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.1;
}
/*--Truncation*/
.dm-teams p,
.bp-single-team p,
.bp-teams p,
.bc-video-list .bc-video-thumb .inner-caption,
.trunc,
.trunc p,
.trunc a,
select{
    overflow: hidden;
    text-overflow: ellipsis;
}
aside ul,
aside li,
aside a,
.table-wrapper h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trunc{
    max-width: 0;
    white-space: normal !important;
}
.trunc-md .trunc{width: 50%;}
.trunc-lg .trunc{width: 60%;}
.trunc-xl .trunc{width: 80%;}
.trunc-full .trunc{width: 100%;}

.teams-list-wrapper{font-size: 16px;}
.teams-list a{
    font-size: 0.85rem;
    text-decoration: none;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 18px;
    color: #000000;
    line-height: 1.2;
    border-radius: 8px;
    
}
.teams-list .team-link img{
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 5px;
}
.teams-list .team-link{
    padding-left: 30px;
}
.teams-list a[data-bs-toggle="collapse"]{
    font-weight: bold;
}
.teams-list a[data-bs-toggle="collapse"]::after{
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    transition: transform .35s ease;
    padding: 9px 0;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    line-height: 0;
}
.teams-list a[aria-expanded="true"]::after {transform: rotate(-90deg);}
.teams-list a.active,
.teams-list a:hover,
.teams-list a:hover{border-color: transparent; color: #288E0A; background-color: #F5F5F5;}

.teams-sub-list li > a{
    padding-left: 36px;
}
.teams-sub-list ul li a{
    padding-left: 42px;
    color: #909090;
    font-weight: 600;
}
/*Tables*/
.week-table {
    border-spacing: 0 0.9rem;
    border-collapse: separate;
    border-color: #FFFFFF;
}
.week-table td:first-child {
    border-radius: 12px 0 0 12px;
    border-width: 1px 0 1px 1px;
    padding: 0.5rem 3rem;
}
.week-table td{
    border-width: 1px 0;
}
.week-table td:last-child {
    border-radius: 0 12px 12px 0;
    border-width: 1px 1px 1px 0;
    padding: 0.5rem 3rem;
}
aside .week-table{
    border-color: #c5c5c5;
}

/*end tables*/
.banner-page.head-tohead-1,
.banner-page.head-tohead-2,
.banner-page.compare-teams,
.banner-page.team-prospect
{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-page.head-tohead-1,
.banner-page.team-prospect
{background-image: url(/images/Back-stadium-match-del-giorno.jpg?7c5ad1b9f6b3f09d08dde8c419657549);}
.banner-page.compare-teams,
.banner-page.head-tohead-2
{background-image: url(/images/Back-stadium-homepage.jpg?1f437e8aaa80eee630e1ee5f180d001b);}
.banner-ciccio{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1020px;
    background-image: url(/images/dritta_ciccio.jpg?5033c79b77e34cc5487c5807fdcfdee5);
}
/* end Main*/
/*Footer*/
#footer .twich-promo{
    background-image: url(/images/header-footer-back.jpg?9f0c5215cf3f20ba1368a112c85c215a);
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .footer-widgets{
    background-color: #1c1c1c;
}

#footer .footer-privacy{
    background-color: #272727;
}

#footer a{
    color:#6c757d;
}
#footer a:hover,#footer a.active{
    color:#FFFFFF;
}
#footer .footer-logo,header .header-logo{ width: 100px; height: auto; }
/* end Footer */

/*// Small devices (landscape phones, 576px and down)*/
@media (max-width: 380px) {
    /*Header*/
    header .header-logo{
        width: 70px;
        height: auto;
    }
    .bookmakers .bm-caption{ width: 100% !important;}
    .bookmakers br{display: none;}
}
/*// Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {
    /*Header*/
    header .navbar .btn-user .btn{
        border-radius: 0;
        font-size: 14px;
    }
    /*Banner*/
    #content .banner-page .bp-subhead,
    .hero-home .bp-subhead{
        font-size: 1rem !important;
    }
    #content .banner-page .bp-teams,
    #content .banner-ciccio .bp-teams,
    .hero-home .bp-teams{
        font-size: 1.10rem !important;
    }
    #content .banner-page .btn{
        font-size: 0.75rem !important;
    }
    .bookmakers a{
        position: relative;
        display: inline-block;
        font-size: 14px;
        padding: 8px 30px 8px 4px;
    }
    
    /*Main*/
    .week-table{
        border-spacing: 0 0.4rem;
    }
    .week-table .tt-list img{
        width: 16px;
        height: 16px;
    }
    .week-table td{padding: 0.15rem 0.30rem !important;}
    .historic-teams a img{width: 50px; height: auto;}
    .historic-teams a {font-size: 0.80rem;}
    .banner-ciccio{min-height: 900px !important;}
    .select-xs{
        font-size: 0.7rem !important;
        padding-left: 0.2rem !important;
        padding-right: 1.1rem !important;
        background-position: right 0.1rem center;
    }
    
    .td-circle {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    
}

/*// Small devices (landscape phones, 576px and up) sm */
@media (min-width: 576px) {
    .td-circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
}
/*// Small/medium devices (landscape phones, 640px and down)*/
@media (max-width: 640px) {
	
}	
/*// Small/medium devices (landscape phones, 768px and down)*/
@media (max-width: 768px) {
	.teams-list a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #content table tr,
    .week-table tr,
    .blank-table tr{
        font-size: 0.80rem !important;
    }
}

/* // Medium devices (tablets, 768px and up) md */
@media (min-width: 768px) {
    /*Logo*/
    #footer .footer-logo,header .header-logo{ width: 150px; height: auto; }
	
}
/* // Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
	/*Table*/
	
    /*Header*/
    header .navbar .navbar-collapse{
        border-top: 1px solid #FFFFFF;
        background-color: #144506;
    }
    header .navbar .navbar-collapse .navbar-nav li:hover,
    header .navbar .navbar-collapse .navbar-nav li:active{
        background-color: rgba(255,255,255,0.10);
    }
    /*Main*/
    .dm-teams .col-5{font-size: 1.18rem !important;}
    .dm-teams .col-2{font-size: 1.1rem !important;}
}

/* // Large devices (desktops, 992px and up) lg */
@media (min-width: 992px) {
    /*Spacing*/
    .px-lg-6 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
    .px-lg-7 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
    .px-lg-8 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
    /*Header*/
    .header-bar .nav-link:hover::after,.header-bar .nav-link.active::after{
        content: " ";
        border-bottom: 2px solid #FD7F00;
        display: block;
        margin-bottom: -8px;
        padding-bottom: 6px;
    }
    .header-bar .navbar .nav-link{
        font-size: 0.9rem !important;
    }
    /*Main*/
    #content .inner-content{padding: 50px 20px !important;}
    aside#sidebar-left{
        flex: 0 0 230px;
        width: 230px;
        padding: 25px 15px 25px 10px !important;
    }
    /*Logo*/
    #footer .footer-logo,header .header-logo{ width: 150px; height: auto; }

}

/* // Extra large devices (large desktops, 1200px and up) xl */
@media (min-width: 1200px) {
    /*Spacing*/
    .px-xl-6 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
    .px-xl-7 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
    .px-xl-8 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
    /* Header */
    .header-bar .navbar .nav-link{
        font-size: 1rem !important;
    }
    /*Main*/
    aside#sidebar-right{
        flex: 0 0 300px;
        width: 300px;
        padding: 25px 10px 25px 15px !important;
    }
    aside .week-table,
    aside .blank-table{
        font-size: 0.70rem !important;
        /*table-layout: fixed;*/
    }
    aside .week-table td{
        padding: 0.15rem 0.3rem !important;
    }
    aside .week-table{
        border-spacing: 0 0.4rem;
    }
    aside .week-table .tt-list img{
        width: 16px;
        height: 16px;
    }
    aside .td-circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /*Logo*/
    #footer .footer-logo,header .header-logo{ width: 180px; height: auto; }
}

/* // Extra large devices (large desktops, 1200px and up) xxl */
@media (min-width: 1400px) {  }
