/* CSS FOR CDGVENIANO.IT */

/* COLORI UFFICIALI */
/* ROSSO = #E5261E */
/* BLU = #002884 */
/* FINE - COLORI UFFICIALI */
/* /// GENERALI /// */
body {
  color: #444;
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
  /* // INFORMAZIONI PAGINA // */
.page-title {
  color: #1B2F45;
  padding: 20px 0px;
  position: relative;
  margin: 40px 0px 0px 170px;
}
@media (max-width: 1199px) {
  .page-title {
    text-align: right;
    margin: 30px 30px 30px 0px;
  }
}
@media (max-width: 576px) {
  .page-title {
    text-align: right;
    margin: 30px 15px 30px 0px;
  }
}
.page-title h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 0px;
  text-transform: lowercase;
}
@media (max-width: 576px) {
	.page-title h2 {
  	font-size: 19px;
  	line-height: 24px;
	}
}
.page-title h2 i:first-child {
  color: #FFF;
  background-color: #1B2F45;
  padding: 7px 10px;
  border-radius: 0px;
	min-width: 40px;
	text-align: center;
}
  /* // FINE - INFORMAZIONI PAGINA // */
.generico {
  text-align: justify;
  padding-bottom: 30px;
}
.generico h3 {
  font-weight: 500;
  margin: 10px 0px 15px 0px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  border-top: 1px solid #CCC;
	text-align: left;
}
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
  background-color: #1B2F45;
  color: #FFF;
  padding: 0px 0px;
  transition: all 0.5s;
  z-index: 997;
  /* border-bottom: 1px solid #FFF; */
}
.header-home {
  border-bottom: 1px solid #FFF;
}
@media (max-width: 1199px) {
  .header {
    padding: 10px 0px;
  }
}
.header .logo img {
  max-height: 110px;
  margin-right: 8px;
  position: absolute;
  top: 5px;
  z-index: 998;
  background-color: #1B2F45;
  border-radius: 50%;
}
.header .logo h1 {
  margin-left: 90px;
  margin-top: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Marcellus', serif;
  text-transform: lowercase;
  font-weight: 500;
}
.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.9);
}
  /* // MENU // */
    /* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: rgba(255, 255, 255, 0.6);
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #FFF;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #FFF;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-right: 1px solid #1B2F45;
    border-left: 1px solid #1B2F45;
    border-bottom: 1px solid #1B2F45;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    color: #212529;
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #56B8E6;
  }
  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 0%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -80%;
    visibility: visible;
  }
}
    /* Fine - Desktop Navigation */
    /* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #FFF;
    font-size: 28px;
    line-height: 0;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 160px 0px 10px 0px;
    margin: 0px auto;
    border-radius: 0px;
    border: 2px solid #FFF;
    background-color: #CCC;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    width: 70%;
  }
  .navmenu ul:first-child {
    background-image: url("../img/logo-cdg-veniano-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 10px;
    overflow-y: auto;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #1B2F45;
    padding: 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Michroma", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 1px solid #1B2F45;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #1B2F45;
    color: #FFF;
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #E5261E;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #FFF;
    border-bottom: 1px solid #FFF;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #E5261E;
    color: #FFF;
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #FFF;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    width: auto;
    border: 0px none;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:focus {
    color: #56B8E6;
    border-bottom: 1px solid #56B8E6;
  }
  .navmenu .dropdown ul a.a-last-one {
    border-bottom: 0px none;
  }
  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: #FFF;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #FFF;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
    /* Fine - Mobile Navigation */
  /* // FINE - MENU // */
/* /// FINE - HEADER /// */
/* /// HOME /// */
section, .section {
  color: #2B180D;
  background-color: #FFF;
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 66px;
  }
}
  /* // FOCUS ON - BOX PARTITA - NEWS // */
.home-news {
  color: #FFF;
  text-align: right;
  background-color: #CCC;
  padding-bottom: 0px;
}
.home-news .img-bg {
  min-height: 500px;
  position: relative;
  color: #FFF;
  padding: 30px;
  background-color: #002884;
}
.home-news .h2-prime-title {
  position: relative;
  z-index: 995;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: oblique;
}
    /* / BOX FOCUS ON / */
.home-news .focus-on {
  text-align: left;
  border: 1px solid #FFF;
  padding: 10px;
  margin-bottom: 30px;
}
.home-news .focus-on h3 {
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  font-style: oblique;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.home-news .focus-on .comunicato-title {
  display: block;
  margin-bottom: 20px;
  font-style: oblique;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
    /* / FINE - BOX FOCUS ON / */
    /* / BOX PARTITA / */
.home-news .box-partita {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #FFF;
  margin-bottom: 30px;
}
.home-news .box-partita img {
  max-height: 80px;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
}
.home-news .box-partita .trasferta img {
  background-color: #FFF;
  padding: 5px;
  border-radius: 5px;
}
.home-news .box-partita .score {
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home-news .box-partita .info-match {
  font-size: 12px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .home-news .box-partita .info-match {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0px 40px 10px;
    padding: 0px;
  }
  .home-news .box-partita .info-match-next {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0px 10px 10px;
    padding: 0px;
  }
}
    /* / FINE - BOX PARTITA / */
    /* / FOLLOW US / */
.logo-figc {
  float: left;
  max-width: 200px;
}
.box-social {
  margin-top: 30px;
  font-size: 30px;
  float: right;
}
.box-social i {
  margin-left: 20px;
  background-color: #E5261E;
  padding: 5px 10px;
  border: 2px solid #FFF;
	min-width: 50px;
	text-align: center;
}
/*
.box-social .fa-instagram {
  padding: 10px 10px;
	font-size: 31px;
}*/
.box-social i:hover {
  background-color: #FFF;
  border: 2px solid #FFF;
}
.box-social a:link {
  color: #FFF;
}
.box-social a:visited {
  color: #FFF;
}
.box-social a:hover {
  color: #E5261E;
}
    /* / FINE - FOLLOW US / */
    /* / NEWS / */
.home-news .slides {
  background-color: #FFF;
}
.home-news .slides h2 {
  position: relative;
  top: 30px;
  right: 30px;
  z-index: 995;
  color: #56B8E6;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: oblique;
}
.home-news .slides h3 {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.home-news .slides h3 i {
  font-size: 24px;
  line-height: 24px;
  float: right;
  margin-left: 10px;
}
.home-news .slides h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #1B2F45;
	text-transform: uppercase;
	font-style: oblique;
}
.home-news .slides ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
  font-size: 14px;
  line-height: 26px;
  color: #444;
  font-style: oblique;
}
.home-news .slides ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.modal-body-cdg ul li:last-child {
	border-bottom: 0px none;
}
.home-news .slides img {
  width: 100%;
}
.home-news .slides p {
  font-size: 14px;
  line-height: 26px;
  color: #444;
  font-style: oblique;
}
.home-news .swiper {
  margin: 70px 100px 10px 100px;
}
.home-news .swiper-wrapper {
  height: auto;
}
.home-news .swiper-slide {
  height: auto;
  background-color: #EEE;
  min-height: 300px;
  overflow: hidden;
  padding: 20px;
}
.home-news .swiper-button-prev:after,
.home-news .swiper-button-next:after {
  font-size: 24px;
  color: #666;
}
.home-news .swiper-button-prev {
  left: 40px;
}
.home-news .swiper-button-next {
  right: 40px;
}
.home-news .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.home-news .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
@media (max-width: 1200px) {
  .home-news .swiper {
    margin: 60px 60px 40px 60px;
  }
  .home-news .swiper-button-prev,
  .home-news .swiper-button-next {
    display: none;
  }
}
@media (max-width: 575px) {
  .home-news .swiper {
    margin: 40px 40px 20px 40px;
  }
}
    /* / FINE - NEWS / */
  /* // FINE - FOCUS ON - BOX PARTITA - NEWS // */
  /* // GIOCA CON NOI // */
.gioca-con-noi {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 60px 0 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .gioca-con-noi:after {
    position: absolute;
    content: "";
    width: 50%;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    top: 0px;
    bottom: 0px;
    z-index: 2;
  }
}
.gioca-con-noi img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.gioca-con-noi .container,
.gioca-con-noi .container-fluid {
  z-index: 3;
  position: relative;
  background: rgba(255,255,255,0.7);
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .gioca-con-noi .container,
  .gioca-con-noi .container-fluid {
    background: rgba(255,255,255,0);
    z-index: 3;
    position: relative;
    padding: 0px 20px;
  }
}
.gioca-con-noi h2 {
  margin: 0px;
  font-size: 40px;
  font-weight: 500;
  color: #002884;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .gioca-con-noi h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.gioca-con-noi blockquote {
  font-size: 20px; 
  line-height: 24px;
  color: #444;
}
@media (min-width: 1200px) {
  .gioca-con-noi blockquote {
    padding-left: 20px;
    border-left: 2px solid #E5261E;
    margin: 40px 0px;
  }
}
.gioca-con-noi blockquote em {
  font-weight: 600;
}
.direttori {
  float: left;
}
.direttori em {
  text-transform: uppercase;
  font-weight: 500;
}
.direttori ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.direttori ul li {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  border-left: 2px solid #E5261E;
}
.gioca-contatti {
  float: left;
}
.gioca-contatti i {
  margin-left: 20px;
  background-color: #E5261E;
  min-width: 64px;
	padding: 10px;
  border: 2px solid #E5261E;
  font-size: 40px;
	text-align: center;
}
.gioca-contatti i:hover {
  background-color: #EEE;
  border: 2px solid #002884;
}
.gioca-contatti a:link {
  color: #FFF;
}
.gioca-contatti a:visited {
  color: #FFF;
}
.gioca-contatti a:hover {
  color: #E5261E;
}
  /* // FINE - GIOCA CON NOI // */
  /* // SPONSOR // */
.sponsor {
  padding: 60px 0px;
  background-color: #1B2F45;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.sponsor h2 {
  color: #56B8E6;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sponsor .sponsor-wrap {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.sponsor .sponsor-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}
.sponsor .sponsor-logo img {
  padding: 50px;
  width: 80%;
  transition: 0.3s;
}
.sponsor .sponsor-logo .img-first {
  max-width: 35%;
}
.sponsor .sponsor-logo .img-second {
  max-width: 60%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .sponsor .sponsor-logo img {
    padding: 10px;
    max-width: 80%;
  }
  .sponsor .sponsor-logo .img-first {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .sponsor .sponsor-logo img {
    padding: 10px;
    max-width: 30%;
  }
  .sponsor .sponsor-logo .img-first {
    max-width: 80%;
  }
  .sponsor .sponsor-logo .img-second {
    max-width: 30%;
  }
}
.sponsor .sponsor-logo:hover img {
  transform: scale(1.1);
}
.sponsor .sponsor-logo .img-primato {
  max-width: 50%;
}
  /* // FINE - SPONSOR // */
/* /// FINE - HOME /// */
/* /// CLUB /// */
  /* // ORGANIGRAMMA // */
.team .team-member {
  background-color: #EEE;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
}
.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}
.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .team-member .member-info {
  padding: 15px;
  text-align: center;
}
.team .team-member .member-info i {
  color: #002884;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50%;
  min-width: 40px;
	text-align: center;
	padding: 10px;
  margin-bottom: 5px;
}
.team .team-member .member-info h4 {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.team .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  font-style: oblique;
  min-height: 80px;
}
.team .team-member .member-info span.nome-giocatore {
  font-size: 20px;
  font-weight: 400;
  color: #444;
  font-style: normal;
  min-height: 5px;
}
.team .team-member .member-info span i {
  color: #002884;
  background-color: #EEE;
  border: 0px none;
  border-radius: 50%;
  padding: 0px;
  margin-bottom: 0px;
  display: block;
}
.team .team-member .member-info a i {
  color: #E5261E;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
}
.team .team-member .member-info a i:hover {
  color: #FFF;
  background: rgba(229,38,30,0.7);
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
}
.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}
  /* // FINE - ORGANIGRAMMA // */
	/* // STORIA // */
p.p-storico {
	font-size: 22px;
	line-height: 26px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-style: oblique;
}
p.p-storico i {
	font-size: 28px;
	line-height: 1;
}
.resume {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.resume .container {
	padding: 0px 0px 0px 7px;
	margin-bottom: 0px;
}
.resume .resume-item {
  padding: 0px 0px 20px 20px;
  margin-top: 0px;
  border-left: 2px solid #999;
  position: relative;
}
.resume .resume-item:last-child {
  padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B2F45;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.resume .resume-item ul.last-one {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 0px;
  left: -9px;
  top: 0;
  background: #666;
  border: 2px solid #666;
}
	/* // FINE - STORIA // */
	/* // STRUTTURE // */
.strutture {
	padding-top: 0px;
	padding-bottom: 0px;
}
.strutture .strutture-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
	border: 1px solid #CCC;
	padding: 5px;
}
.strutture .strutture-box .strutture-img {
  overflow: hidden;
  position: relative;
}
.strutture .strutture-box .strutture-img img {
  transition: 0.5s;
}
.strutture .strutture-box:hover .strutture-img img {
  transform: scale(1.1);
}
.strutture .strutture-box .strutture-dettagli {
  margin: 15px 0px 0px 0px;
	padding: 10px;
	background-color: #FFF;
}
.strutture .strutture-box .d-no-border {
	margin-top: 0px;
}
.strutture .strutture-box .strutture-dettagli .strutture-caratteristiche {
  font-size: 16px;
  font-weight: 400;
}
.strutture .strutture-box .strutture-dettagli .strutture-caratteristiche ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.strutture .strutture-box .strutture-dettagli .strutture-caratteristiche ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.strutture .strutture-box .strutture-dettagli .strutture-caratteristiche ul li.li-title {
  font-weight: 600;
	font-style: oblique;
}
.strutture .strutture-box .strutture-dettagli .strutture-caratteristiche ul li:first-child {
	font-style: oblique;
	font-weight: 600;
}
.strutture .strutture-box .strutture-title {
  color: #1B2F45;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  position: relative;
  transition: 0.3s;
	text-transform: uppercase;
	border-bottom: 1px solid #1B2F45;
}
	/* // FINE - STRUTTURE // */
/* /// FINE - CLUB /// */
/* /// SQUADRE /// */
.generico h4.title-prima-squadra {
  font-weight: 500;
  margin: 20px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
	font-style: oblique;
  text-transform: uppercase;
	color: #999;
}
.squadre {
	padding-top: 0px;
	padding-bottom: 0px;
}
.squadre .squadra-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
	background-color: #CCC;
	padding: 5px;
}
.squadre .squadra-box .squadra-img {
  overflow: hidden;
  position: relative;
}
.squadre .squadra-box .squadra-img img {
  transition: 0.5s;
}
.squadre .squadra-box .squadra-dettagli {
  margin: 15px 0px 0px 0px;
	padding: 10px;
	background-color: #FFF;
}
.squadre .squadra-box .d-no-border {
	margin-top: 0px;
}
.squadre .squadra-box .squadra-dettagli .squadra-staff {
  font-size: 16px;
  font-weight: 400;
}
.squadre .squadra-box .squadra-dettagli .squadra-staff ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.squadre .squadra-box .squadra-dettagli .squadra-staff ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.squadre .squadra-box .squadra-dettagli .squadra-staff ul li:first-child {
	font-style: oblique;
	font-weight: 600;
}
.squadre .squadra-box .squadra-dettagli .squadra-allenamento {
  font-size: 16px;
  font-weight: 400;
}
.squadre .squadra-box .squadra-dettagli .squadra-allenamento ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.squadre .squadra-box .squadra-dettagli .squadra-allenamento ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.squadre .squadra-box .squadra-dettagli .squadra-allenamento ul li:first-child {
	font-style: oblique;
	font-weight: 600;
}
.squadre .squadra-box .squadra-dettagli .squadra-allenamento ul li:last-child {
  margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 0px none;
}
.squadre .squadra-box .squadra-title {
  color: #1B2F45;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  position: relative;
  transition: 0.3s;
	text-transform: uppercase;
	border-bottom: 1px solid #1B2F45;
}
.squadre .squadra-box .squadra-dettagli .squadra-partita {
  font-size: 16px;
  font-weight: 400;
}
.squadre .squadra-box .squadra-dettagli .squadra-partita ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.squadre .squadra-box .squadra-dettagli .squadra-partita ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.squadre .squadra-box .squadra-dettagli .squadra-partita ul li:first-child {
	font-style: oblique;
	font-weight: 600;
}
.squadre .squadra-box .squadra-dettagli .squadra-partita ul li:last-child {
  margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 0px none;
}
.squadre .squadra-box:hover .squadra-img img {
  transform: scale(1.1);
}
/* /// FINE - SQUADRE /// */
/* /// GIOCA CON NOI /// */
@media (min-width: 1200px) {
  .gioca-con-noi-gcn:after {
    border-bottom: 0px none;
  }
}
.gioca-con-noi .container-gcn {
  z-index: 3;
  position: relative;
  background: rgba(255,255,255,0.7);
  padding: 40px 20px;
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 1200px) {
.gioca-con-noi .container-gcn {
    background: rgba(255,255,255,0);
    z-index: 3;
    position: relative;
    padding: 0px 20px;
  }
}
.container-gcn h4 {
  line-height: 26px;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
	font-style: oblique;
  color: #1B2F45;
  margin-bottom: 10px;
}
.container-gcn ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container-gcn ul li {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
  border-left: 2px solid #E5261E;
}
.container-gcn ul li:first-child {
  margin: 20px 0px 20px 0px;
}
.container-gcn ul li:last-child {
  margin: 0px 0px 10px 0px;
}
	/* // VALORI // */
.section-valori {
	margin-top: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section-valori .box-valori {
  background-color: #EEE;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  overflow: hidden;
	border: 1px solid #CCC;
}
.section-valori .box-valori i:first-child {
  background-color: #FFF;
	min-width: 70px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000;
	font-size: 40px;
	line-height: 40px;
}
.section-valori .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
.section-valori .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.section-valori .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}
.section-valori .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}
.section-valori h4 {
  line-height: 26px;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
	font-style: oblique;
  color: #1B2F45;
  margin-bottom: 10px;
}
.section-valori .box-valori ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.section-valori .box-valori ul li {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
  border-left: 2px solid #E5261E;
}
.section-valori .box-valori ul li:last-child {
  margin: 0px;
}
	/* // FINE - VALORI // */
/* /// FINE - GIOCA CON NOI /// */
/* /// PRESS /// */
	/* // NEWS // */
.news-cards {
	padding-top: 0px;
	padding-bottom: 0px;
}
.news-cards .news-item {
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  border-radius: 0;
}
.news-cards .news-item .news-bg {
  min-height: 340px;
  position: relative;
}
.news-cards .news-item .news-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.news-cards .news-item .news-body {
  padding: 30px;
}
.news-cards .news-item h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
	font-style: oblique;
}
	/* // FINE - NEWS // */
	/* // COMUNICATI STAMPA // */
.comst-cards {
	padding-top: 0px;
	padding-bottom: 0px;
}
.comst-cards .comst-item {
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  border-radius: 0;
}
.comst-cards .comst-item .comst-body {
  padding: 30px;
}
.comst-cards .comst-item h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
	font-style: oblique;
}
	/* // FINE - COMUNICATI STAMPA // */
	/* // POPUP - MODAL // */
.btn-news, .btn-comst {
	background-color: #1B2F45;
	color: #FFF;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	border: 4px solid #1B2F45;
}
.btn-news:hover, .btn-comst:hover {
	background-color: #FFF;
	color: #1B2F45;
	border: 4px solid #56B8E6;
}
.modal-content-cdg {
	border-radius: 0px;
}
.modal-header-cdg {
	border-radius: 0px;
	background-color: #FFF;
	border-bottom: 1px solid #1B2F45;
}
.modal-header-cdg-comst {
  background-image: url("../img/logo-cdg-veniano-icon.png");
  background-repeat: no-repeat;
  background-position: 10px -25px;
}
.modal-title-cdg {
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
	font-style: oblique;
	color: #1B2F45;
}
.modal-title-cdg i {
  color: #56B8E6;
}
h5.h5-comst {
  color: #002884;
	margin-left: 120px;
}
.btn-close {
	background: none;
}
.close-button {
	font-size: 34px;
	color: #1B2F45;
}
.modal-body-cdg {
	background-color: #FFF;
}
.modal-body-cdg h5 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #1B2F45;
	text-transform: uppercase;
	font-style: oblique;
}
.modal-body-cdg ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.modal-body-cdg ul li {
  margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.modal-body-cdg ul li:last-child {
	border-bottom: 0px none;
}
.modal-footer-cdg {
	border-radius: 0px;
	background-color: #1B2F45;
	border: 0px none;
	color: #FFF;
	font-style: oblique;
	font-weight: 500;
}
.modal-footer-cdg em {
	text-transform: uppercase;
}
.modal-footer-cdg .em-comst {
	text-transform: lowercase;
}
	/* // POPUP - MODAL // */
/* /// FINE - PRESS /// */
/* /// CONTATTI /// */
.contact-us {
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-us .contact-box {
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  transition: 0.5s;
  padding: 20px;
  height: 100%;
}
@media (max-width: 468px) {
  .contact-us .contact-box {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}
.contact-us .contact-box .box-info {
  padding-left: 30px;
}
@media (max-width: 468px) {
  .contact-us .contact-box .box-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}
.contact-us .contact-box h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-us .contact-box span {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-style: oblique;
}
.contact-us .contact-box ul {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 16px;
  list-style: none;
}
.contact-us .contact-box ul li {
  margin: 5px 0px;
  padding: 0px;
}
.contact-us .contact-box ul li a:link {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #CCC;
  margin-bottom: 5px;
}
.contact-us .contact-box ul li a:visited {
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #CCC;
}
.contact-us .contact-box ul li a:hover {
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #002884;
}
@media (max-width: 468px) {
  .contact-us .contact-box ul li span.a-capo {
  	display: block;
	}
}
.contact-us .contact-box ul li i {
  font-size: 16px;
  color: #CCC;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
.contact-us .contact-box ul li b {
  font-weight: 600;
  color: #000;
}
.contact-us .contact-box p {
  margin: 10px 0px 0px 0px;
  font-size: 16px;
}
.contact-us .contact-box .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
@media (max-width: 468px) {
  .contact-us .contact-box .social {
    justify-content: center;
  }
}
.contact-us .contact-box .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}
.contact-us .contact-box .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}
.contact-us .contact-box .social a:hover {
  background: #002884;
}
.contact-us .contact-box .social a:hover i {
  color: #FFF;
}
.contact-us .contact-box .social a+a {
  margin-left: 8px;
}
/* /// FINE - CONTATTI /// */
/* /// FOOTER /// */
.footer {
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  background-color: #900;
}
.footer .footer-top {
  padding: 50px 0px 30px 0px;
}
.footer .logo {
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #FFF;
  display: block;
}
.footer .logo span span {
  font-size: 16px;
}
.footer .logo span em {
  font-size: 20px;
}
.footer .footer-about {
  padding: 10px 30px 0px 10px;
  margin: 30px 0px;
}
.footer .footer-about ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-about ul li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.footer .footer-about ul li:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
.footer .social-links {
  margin: 0px auto;
  display: block;
}
.footer .social-links a {
  color: #E5261E;
  background-color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #FFF;
  background-color: #E5261E;
}
.footer .footer-links {
  padding: 10px 30px 0px 10px;
  margin: 30px 0px 0px 0px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .footer-links ul li {
  padding: 0px 0px 10px 0px;
}
.footer .footer-links ul.tech-links li {
  padding: 0px 0px 6px 0px;
}
.footer .footer-links ul li:first-child {
  font-size: 20px;
  line-height: 1;
}
.footer .footer-links ul li:last-child {
  padding-bottom: 0px;
}
.footer .footer-links ul a {
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 2px solid #900;
}
.footer .footer-links ul a:hover {
  border-bottom: 2px solid #FFF;
}
.footer .footer-contact img {
  position: relative;
  max-height: 150px;
  margin: 10px 0px 0px -10px;
  padding: 0px;
}
/* /// FINE - FOOTER /// */
/* /// SCROOL-TOP BUTTON /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #002884;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  transition: all 0.4s;
  border: 4px solid #FFF;
}
.scroll-top i {
  font-size: 16px;
  color: #FFF;
  line-height: 0;
}
.scroll-top:hover {
  background-color: #E5261E;
  color: #FFF;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* /// FINE - SCROOL-TOP BUTTON /// */