/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* GLOBAL STYLES
-------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


h1, h2, h3, h4, h5, h6 {font-family: 'PT Sans Narrow'; font-weight: 600;}


h2 {font-size: 2.5rem;
    color: #245fab;
    border-bottom: #fff115 3px solid;
    margin-left: 0px;
	margin-bottom: 10px;
	margin-top:30px;
    float: left;
	width: 100%;}

.bloccoh2 {
	float: left; 
	width: 100%;
	padding-left: 30px;
}

@media (max-width: 1079px){
h2 {margin-left: 0px;}
.bloccoh2 {	padding-left: 0px;}
}

body, p {font-family: 'Montserrat', sans-serif; color: #333333;}

a {text-decoration: none;}

.btn-outline-primary {
    color: #004ba1;
    border-color: #a8ceff;
}
.btn-outline-primary:HOVER {
    color: #ffffff;
	background-color: #245fab;
}

.btn-outline-secondary {
    color: #ffffff;
    border-color: #fff115;
}
.btn-outline-secondary:HOVER {
    color: #245fab;
	background-color: #fff115;
}

main { margin-top: 0px;}

.btn {border-radius: 0; border-left: none; border-right: none; }

.navbar, .nav-link strong, .navbar .navbar-brand img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}





@media (min-width: 1080px) {
header .navbar  {    background-color: rgb(2 28 60 / 100%)!important; -webkit-box-shadow: 0px 0px 44px -4px rgba(0,0,0,0.89); 
box-shadow: 0px 0px 44px -4px rgba(0,0,0,0.89);
width: 101px;
position: fixed;
top: 0px;
height: 100vw;
display: block;
}
header .navbar .navbar-brand img {
	width: 80px;
	margin: 10px;}
	
header .navbar .navbar-brand img.mobile {
	display: none;}
	
header .navbar .navbar-brand {
	height: 0px;
	padding: 0px;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow: hidden;
}
header .navbar.slidato .navbar-brand {
	display: block;
	height: 110px;
	opacity: 1;
}

header .collapse.navbar-collapse {display: block;}
header .nav-link {color: #ffffff; padding: 5px 5px 5px 25px !important;   white-space: nowrap; width: fit-content;}
header .nav-link:HOVER, .nav-link.show { color: #ffffff; background-color: rgb(2 28 60 / 90%)!important; }
header .nav-link strong { opacity: 0; width: 50px; overflow: hidden;display: inline-block;height: 28px;  }
header .nav-link:HOVER strong, .nav-link.show strong { opacity: 1; color: #fff115; width: auto; display: inline;  }
header .nav-link img{    margin: 8px;    width: 32px;}
header .nav-link strong{font-weight: 600; font-size: 20px; padding: 10px 20px 5px 35px !important; text-transform: uppercase; top:5px; position:relative;}

header .navbar-nav .dropdown-menu{position: absolute;
    left: 100px;
	min-width: 220px;
    background-color: #123053;
}
header .dropdown-item {
    color: #f8f8f8;
}
header .navbar-toggler{ display: none;}

.container-fluid {padding-right: 20px;padding-left: 20px;}
.paddingrx0 {padding-right: 0px; padding-left: 100px;}




}


.container-page {padding-top: 60px;}

.paddingbt40 {padding-bottom: 40px;}

.dropsocial {display: none;}


.bloccogiocatore {display: block; width: 14vw; height: 22vw; float: left; margin: 0 20px 20px 0;}
.bloccogiocatore img{width: 100%; height: 14vw;  -o-object-fit: cover;  object-fit: cover;}


.bloccoblog h2{margin-left: 0px; border-bottom: none;    width: 100%;}
.bloccoblog h3{float: left; width: 100%; font-size: 18px;    width: 100%;}
.imgblog {width: 100%; padding: 10px; border: #eeeeee 2px solid; margin-bottom: 20px;}

.sponsorcolonna {
	width: 100%;
    padding: 20px;
    border: #eeeeee 1px solid;
    background-color: #ffffff; margin-bottom: 20px;
	text-align: center;
}
.sponsorcolonna img {
	max-width: 100%;
}

.colonnadx {padding-top: 20px;}
.colonnadx h4{    color: #0e51a3;
    font-size: 30px;
    border-bottom: 3px solid #eee;
    margin-top: 20px;}
	
.linkcategoria {margin-bottom: 10px;
  clear: left;}

.sponsorcolonna {}


@media (max-width: 1079px ) {
.bloccogiocatore {width: 28%; height:34vw; margin: 0 1.9% 2% 0; }.bloccogiocatore img{height: 15vw;}
}
@media (max-width: 600px ) {
.bloccogiocatore {width: 48%; height:75vw; margin: 0 1.9% 2% 0; }.bloccogiocatore img{height: 45vw;}
}


@media (max-width: 1079px ) {

.paddingrx0 {padding-left: 0; padding-right:0;}
main {
    margin-top: 60px;
}
header .navbar  {    background-color: rgb(2 28 60 / 95%)!important; -webkit-box-shadow: 0px 0px 44px -4px rgba(0,0,0,0.89); 
box-shadow: 0px 0px 44px -4px rgba(0,0,0,0.89);
width: 100%;
position: fixed;
top: 0px;
height: 60px;
display: block;
}



header .navbar.fixed-top.menuopen .navbar-collapse
	{height: CALC( 100vh - 50px ) !important;
	overflow: auto;
	}

/*
header .navbar.fixed-top.slidato.menuopen::after {
  content: " ";
  position: fixed; top: 0px; left: 0px; width: 100vw; height: 130vh; background-color: rgb(0 0 0 / 95%)!important;}
*/



.navbar-toggler {float: left;color:#ffffff; font-size:32px; }
.navbar-toggler:focus, .navbar-toggler:active {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar .navbar-brand img {
    width: 200px;
    margin: 0px 0px 0px -100px;
    left: 50%;
	position: absolute;
}
.navbar-collapse {
	float: left;
    width: 100%;
	background-color: rgb(0 0 0 / 95%)!important;
}

.navbar .navbar-brand img.pc {
	display: none;}

header .nav-link {    padding: 3px 5px 0px 25px !important;
    border-bottom: #123053 1px solid;  white-space: nowrap; width: 100%;
color: #fff115; background-color: rgb(2 28 60 / 90%)!important; }
header .nav-link:HOVER {color: #ffffff;}
header .nav-link img{    margin: 8px;    width: 32px;}
header .nav-link strong{font-weight: 600; font-size: 20px; padding: 10px 20px 5px 35px !important; text-transform: uppercase; top:5px; position:relative;}
header .nav-item .dropdown-menu { 
   display: block;
    border-radius: 0px;
    padding-left: 90px;
    background-color: #123053;
	}
.dropdown-item {
    color: #f8f8f8;
}


.dropsocial {display: block; position: absolute; top: 1px; right: 5px; background-color: transparent;}
.dropsocial .btn{background-color: transparent !important; border: none; box-shadow: none !important;}
.dropsocial img{width: 46px;}

.dropsocial .dropdown-menu.show {
    position: absolute;
	padding: 10px;
	right: 0px;
	left: auto;
	background-color: rgb(0 0 0 / 90%)!important;
	    width: 72px;
    min-width: 40px;
}
.dropsocial .dropdown-menu.show img {
	margin: 5px;
	width: 40px;
}

}





/*-------------------------------*/

/*           Wrappers            */

/*-------------------------------*/



.top-menu .is-open { }



#wrapper {

    padding-left: 0;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



#wrapper.toggled {

    padding-left: 320px;

}



#sidebar-wrapper {

    z-index: 3000;

    left: 320px;

    width: 0;

    height: 100%;

    margin-left: -320px;

    overflow-y: auto;

    overflow-x: hidden;

    background: #e7e7e7;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



#sidebar-wrapper::-webkit-scrollbar {

  display: none;

}



#wrapper.toggled #sidebar-wrapper {

    width: 320px;

}



#page-content-wrapper {

    width: 100%;

}



#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -320px;
}





footer {    background-color: #010b17; color: #eeeeee;}
footer a{color: #ffffff;}
footer a:hover{color: #fff115;}



.bloccosfondo {    background-size: cover;
    padding: 20px 25px 40px 120px;}
@media (max-width:1079px ){
	.bloccosfondo {
    padding: 20px 20px 40px 20px;
}
}


.bloccosfondo h2{color: #ffffff; margin-bottom:35px;}

.bloccomarc {padding: 10px 10px 10px 0; border-bottom: 1px solid #123; width: 90%;     display: block;
    float: left;
    margin-left: 20px;}
.bloccomarc img{width: 80px; height: 80px; border-radius: 50%;  -o-object-fit: cover;  object-fit: cover; float: left; margin-right:20px; }
.bloccomarc a{font-family: 'PT Sans Narrow';
    font-weight: 600; font-size: 24px; color: #5a8bc5; }
.bloccomarc a:HOVER{ color: #fff115; }
.bloccomarc p{color: #ffffff; }



/*  NEWS TOP */
.owl-carousel.newstop .owl-stage-outer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.newstop .owl-item  {position: relative;
overflow: hidden;-webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.89); 
box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.89);
background-color: rgb(255 255 255 / 90%);
}

.newstop .owl-item img {position: relative;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;}
.newstop .owl-item:hover img {
transform:scale(1.18);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.newstop .item img {height: 400px;}
.newstop .item:before {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8) 20%,transparent 60%);
    content: "";
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.newstop .item .info {position: absolute; bottom: 0px; left: 0px; width: 100%;
	z-index: 2;
    padding: 20px;
	}
	
.newstop .item .info h4{
	color: #ffffff;
	text-transform: uppercase;
	}
.newstop .item .info .leggi{
	background-color: #fff115;
	color: #000000;
	padding: 4px 10px;
	display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
	}

.newstop .owl-nav.disabled {
	display: block;
    float: left;
    margin: 0 0 0 50px;
}
.newstop .owl-nav.disabled button {
    color: #fff;
    font-size: 42px;
    line-height: 20px;
	border: #ffffff 1px solid;
	padding: 4px !important; 
	height: 32px;
	width: 32px;
	border-radius:0;
	text-align: center;
	margin-right: 10px;
}
.newstop .owl-nav.disabled button:HOVER {
    color: #245fab;
	border: #fff115 1px solid;
	background-color: #fff115;
}
.newstop .owl-nav.disabled button span {
	position: relative;
	top: -2px;
}
	
}

@media (max-width: 600px) {
.newstop .item img {
    height: 300px;
}
	
}

.owl-sponsor {padding: 0 20px ; }

.owl-sponsor .owl-item {padding: 20px; border: #eeeeee 1px solid; background-color: #ffffff;}

.bgblue {background-color: #245fab;}






/*  VIDEO TOP  */


.topvideo {width: 100%; position: relative;
    margin-bottom: -60px;
	background-size: cover;
	background-image: url(../image/bgpergo.jpg);
	}
.topvideo.mobile {display: none;}

.socialpc {display: none;}
@media (min-width: 1080px) {
.socialpc {display: block;position: absolute; top: 0px; right: 20px; width: 40px; z-index: 99999;}
.socialpc img{ width: 32px; margin: 25px 0 0 0;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease}

.socialpc img:HOVER{
transform:scale(1.20);
-ms-transform:scale(1.20);
-moz-transform:scale(1.20);
-webkit-transform:scale(1.20);
-o-transform:scale(1.20);
}


}
@media (max-width: 860px) {
.topvideo.pc {display: none;}
.topvideo.pc.page {display: block;}
.topvideo.mobile {display: block;}
}

	
	
.topvideo .over {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent,#111111 100%);
}

#videoHomeBtnAudio .soundoff, #videoHomeBtnAudioMobile .soundoff {display: block;}
#videoHomeBtnAudio .soundon, #videoHomeBtnAudioMobile .soundon {display: none;}
#videoHomeBtnAudio.muted .soundoff, #videoHomeBtnAudioMobile.muted .soundoff {display: none;}
#videoHomeBtnAudio.muted .soundon, #videoHomeBtnAudioMobile.muted .soundon {display: block;}

#videoHomeBtnAudio, #videoHomeBtnAudioMobile {
	position: absolute;
    z-index: 2;
    bottom: 60px;
    right: 20px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 18px; }

.logobig {position: absolute; bottom: 80px; width: 600px; left: 50%; margin-left: -300px; z-index: 99999;-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.logobig.notshow {opacity: 0;}
@media (max-width: 1079px){
.logobig {opacity: 0;}
}
@media (max-width: 1000px){
.logobig {display: none;}
}





.blocco-contatti{padding: 40px 10px 40px 100px;}
@media (max-width: 1079px){
.blocco-contatti{padding: 40px 10px 40px 10px;}
}

.contatti-sx {padding: 35px 20px 70px 20px;}
.blocco-form {padding: 35px 20px 70px 20px;}

.formcontatti .form-control {
    border-radius: 15px;
    background-color: #ffffff;
    border: #395da8 1px solid;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #333333;
    padding: 15px;
}
.formcontatti .form-control::placeholder {
    color: #333333;
}
.formcontatti .form-control:-ms-input-placeholder {
    color: #333333;
}
.formcontatti .form-control::-ms-input-placeholder {
    color: #333333;
}

.formcontatti .label-form {font-size: 15px; font-weight: 700; display: none;}
.formcontatti .label-form span{color: #e10819;}
.custom-control-input {float: left; margin: 0px 5px 5px 0;}
.custom-control-label {display: inline;}

textarea:focus,#validationTextarea,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset, 0 0 8px rgba(126, 239, 104, 0.0);
  outline-color: #fff;
}



.orari td{border-bottom: 1px solid #333333;}



.page {background-size: cover; height: 30vw; background-color: rgb(2 28 60 / 100%)!important;}

.page:before {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8) 20%,transparent 60%);
    content: "";
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.page .logobig {
	top: 40px;
    bottom: auto;
}
.page .title{position: absolute; bottom: 20px; text-align: center; width: 100%; color: #ffffff; z-index:2;}
.page .title h1{ text-transform: uppercase; font-size: 52px;
	color: #fff115;}
.page .title a{color: #eeeeee;}
.page .title a:HOVER{color: #fff115;}

@media (max-width: 640px){
.page .title h1{font-size: 24px;}
}
	
	
/* ANIMATION */

.img-zoom{-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease}

.img-zoom:HOVER{
transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
}

@media (max-width: 1079px){
.nav-item.img-zoom:HOVER, .dropdown-item.img-zoom:HOVER{
transform:scale(1);
-ms-transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);
-o-transform:scale(1);
}
}

.img-zoom.dropdown {z-index:2;}

.infohome {cursor: pointer;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -15px;
    color: #3f3f3f;
    background-color: #dbdbdb;
	padding-top: 5px;
	padding-left: 10px;
	cursor: pointer;
}
.infohome:HOVER {
    background-color: #fff115;
}
.infotxt {float: right; padding: 0px 10px; position: relative;}
.infotxt .info{position: relative; top: -4px;}

.blocco-partita-centro {max-width: 500px; margin: auto;}
.blocco-partita {display: block; float: left; margin: 5px 0 10px 0; width: 100%; padding: 0 0 40px 0; border: #eeeeee 3px solid;
	background-size: cover;
	background-position: center center;
	background-image: url(../image/bg-partita.jpg);}
.blocco-partita img{max-width: 100%; width: auto; height: 120px;}
.blocco-partita .data {text-align:center;float: left; width: 100%; background-color: #eeeeee; padding: 5px 10px;}
.blocco-partita .casa {text-align:center;float: left; width: 30%;}
.blocco-partita .casa strong{text-transform: uppercase; height: 65px; display: block; padding:15px 0 0 0;}
.blocco-partita .ospite {text-align:center;float: left; width: 30%;}
.blocco-partita .ospite strong{text-transform: uppercase; height: 65px; display: block; padding:15px 0 0 0;}
.blocco-partita .risultato{float: left; width: 40%; margin:70px 0 0 0;  text-align: center; padding: 20px; font-size: 40px; color: #245fab;}
.blocco-partita .risultato strong{font-size: 48px; color: #444444; }



@media (min-width: 641px){
	
	
.blocco-partita.livematch .blocco-partita-centro {max-width: 5000px; margin: auto;}
.blocco-partita.livematch {display: block; float: left; margin: 5px 0 10px 0; width: 100%; padding: 0 0 0 0; border: #eeeeee 3px solid;
	background-size: cover;
	background-position: center center;
	background-image: url(../image/bg-partita.jpg);}
.blocco-partita.livematch img{max-width: 100%; width: 60px; height: auto;}
.blocco-partita.livematch .data {text-align:center;float: left; width: 100%; background-color: #eeeeee; padding: 5px 10px;}
.blocco-partita.livematch .casa {text-align:center;float: left; width: 30%;}
.blocco-partita.livematch .casa strong{text-transform: uppercase; height: 35px; display: inline; padding:15px 0 0 0;}
.blocco-partita.livematch .ospite {text-align:center;float: left; width: 30%;}
.blocco-partita.livematch .ospite strong{text-transform: uppercase; height: 65px; display: inline; padding:15px 0 0 0;}
.blocco-partita.livematch .risultato{float: left; width: 40%; margin:0 0 0 0;  text-align: center; padding: 20px; font-size: 25px; color: #245fab;}
.blocco-partita.livematch .risultato strong{font-size: 30px; color: #444444; }
}

.infohome.livematch {
    background-color: #fff115 !important;
}

@media (max-width: 640px){
.blocco-partita .risultato {padding: 20px 0 0 0;}
.blocco-partita .risultato strong{font-size: 32px;}
.blocco-partita .casa strong{height: auto; padding: 5px; }
.blocco-partita .ospite strong{height: auto; padding: 5px; }

.blocco-partita .casa { width: 38%;}
.blocco-partita .ospite { width: 38%;}
.blocco-partita .risultato{width: 24%; }
}
	
	
	
	
	
	
	
	
	
	
	

.dez-media img, .dez-post-media img {
    width: 90%;
	margin:5%;
    height: auto;
}

.pagination {
    padding: 10px 0;
}

.cvf-universal-pagination .pagination, .pagination-bx .pagination {
    margin: 0;
}


.pagination>li>a, .pagination>li>span {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 12px;
}
.pagination>.next>a, .pagination>.previous>a {
    padding: 8px 14px;
    font-size: 12px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination a:hover, .pagination span:hover {
    color: #333;
	background-color: #fff115;
    border: 1px solid #fff115;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #333;
	background-color: #fff115;
    border: 1px solid #fff115;
}


.fa-angle-double-right::before {
    content: "\f137";
}
.fa-angle-double-right::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-double-left::before {
    content: "\f12e";
}
.fa-angle-double-left::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-tabs {
    border-bottom: 3px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -3px;
    border: 3px solid transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-weight: bold;
}


/*

-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;

  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;

*/

.owl-news .owl-nav {display: none !important;}

@media (max-width: 640px){
.owl-news .owl-item {width: 100vw!important;}
.newstop .item img {
    height: 100vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.newstop .item .info {
    position: relative;
}
.owl-carousel.newstop .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 00px;
}
}


/* SPONSOR
-------------------------------------------------- */

.sponsor-tier {
	float: left;
	width: 100%;
	background-color: #f6f7f9;
	border: 1px solid #e6e9ee;
	border-top: 4px solid #245fab;
	padding: 25px 30px 30px 30px;
	margin-bottom: 35px;
}

.sponsor-tier-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.sponsor-tier-head h3 {
	font-size: 1.7rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #245fab;
	margin: 0;
	white-space: nowrap;
}

.sponsor-tier-head .sponsor-tier-line {
	flex: 1 1 auto;
	height: 3px;
	background-color: #fff115;
}

.sponsor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
	justify-content: center;
}

.sponsor-card {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #e6e9ee;
	height: 130px;
	padding: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sponsor-card a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.sponsor-card img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

.sponsor-card:hover {
	border-color: #245fab;
	-webkit-box-shadow: 0px 6px 18px -8px rgba(0,0,0,0.45);
	box-shadow: 0px 6px 18px -8px rgba(0,0,0,0.45);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

/* sponsor senza logo: al posto dell'immagine viene composto un marchio testuale */

.sponsor-card-testo {
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(315deg, #ffffff 0%, #f2f5f9 100%);
	background-image: linear-gradient(135deg, #ffffff 0%, #f2f5f9 100%);
	border-style: dashed;
	border-color: #b3c4da;
	text-align: center;
}

.sponsor-card-testo:hover {
	border-style: solid;
}

.sponsor-nome {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #245fab;
	padding-bottom: 10px;
	position: relative;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* filetto giallo sotto al nome, come firma grafica al posto del logo */
.sponsor-nome:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	height: 3px;
	margin-left: -17px;
	background-color: #fff115;
}

.sponsor-nome-lungo { font-size: 1.2rem; letter-spacing: 1px; }
.sponsor-nome-extralungo { font-size: 1rem; letter-spacing: 0.5px; }

.sponsor-tier-1 .sponsor-nome { font-size: 1.9rem; }
.sponsor-tier-1 .sponsor-nome-lungo { font-size: 1.5rem; }
.sponsor-tier-1 .sponsor-nome-extralungo { font-size: 1.2rem; }

.sponsor-tier-2 .sponsor-nome { font-size: 1.7rem; }
.sponsor-tier-2 .sponsor-nome-lungo { font-size: 1.35rem; }
.sponsor-tier-2 .sponsor-nome-extralungo { font-size: 1.1rem; }

/* dimensioni diverse per livello di sponsorizzazione */

.sponsor-tier-1 .sponsor-grid {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.sponsor-tier-1 .sponsor-card { height: 180px; padding: 30px; }

.sponsor-tier-2 .sponsor-grid {
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.sponsor-tier-2 .sponsor-card { height: 150px; padding: 25px; }

.sponsor-tier-3 .sponsor-card,
.sponsor-tier-altri .sponsor-card { height: 130px; }

@media (max-width: 1079px){
.sponsor-tier { padding: 20px; }
.sponsor-tier-head h3 { font-size: 1.4rem; white-space: normal; }
}

@media (max-width: 640px){
.sponsor-grid,
.sponsor-tier-1 .sponsor-grid,
.sponsor-tier-2 .sponsor-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.sponsor-tier { padding: 15px; margin-bottom: 25px; }
.sponsor-card,
.sponsor-tier-1 .sponsor-card,
.sponsor-tier-2 .sponsor-card { height: 110px; padding: 15px; }
.sponsor-nome,
.sponsor-tier-1 .sponsor-nome,
.sponsor-tier-2 .sponsor-nome { font-size: 1.1rem; letter-spacing: 0.5px; }
.sponsor-nome-lungo,
.sponsor-tier-1 .sponsor-nome-lungo,
.sponsor-tier-2 .sponsor-nome-lungo { font-size: 0.95rem; }
.sponsor-nome-extralungo,
.sponsor-tier-1 .sponsor-nome-extralungo,
.sponsor-tier-2 .sponsor-nome-extralungo { font-size: 0.8rem; letter-spacing: 0; }
}
