.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
body {
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1b;
  padding-top: 136px;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
}
hr {
  border-top: 1px solid #999;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pad-0 {
  padding: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.upp {
  text-transform: uppercase;
}
.transition {
  transition: all 0.2s ease-in-out;
}
a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #1d1d1b;
}
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}
b,
strong {
  font-weight: 600 !important;
}
p {
  margin: 0px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.readmore {
  color: #ae0f0a;
  font-weight: 800;
  cursor: pointer;
}
.readmore i {
  font-size: 13px;
}
.close {
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 20px;
  top: 20px;
}
.shader {
  display: none;
  background-color: rgba(249,250,254,0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
}
.btn-yellow {
  background-color:  !important;
  color: #fff !important;
  border-color:  !important;
}
.btn-blue {
  background-color:  !important;
  color: #fff !important;
  border-color:  !important;
}
.social {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  padding: 15px 0;
}
.social .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ae0f0a;
  color: white;
  margin-right: 3px;
  display: inline-block;
}
.social i {
  padding: 7px;
}
.social .fa-facebook-f {
  padding: 7px 10px;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 12px;
}
.cookie .close_cookie {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 22px;
  padding: 0px 15px;
}
.cookie .close_cookie:hover {
  background-color: #fff;
  color: #1d1d1b;
}
.cookie a {
  color: #fff;
}
.cookie a:hover {
  color: ;
}
.cookie p {
  margin: 0px;
  font-size: 12px;
}
.notFound {
  padding: 200px 0px;
  text-align: center;
  color: #696969;
}
.notFound h1 {
  color: #696969;
  font-size: 25px;
  font-weight: 400;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound ul {
  padding: 0px;
  text-align: left;
  font-weight: 300;
}
.notFound ul li {
  padding-bottom: 10px;
}
.notFound .btn-default {
  font-weight: 500;
}
header .navbar-fixed-top {
  box-shadow: 0px 0px 4px 0px #a4a4a4cc;
}
header .navbar {
  background-color: #fff;
  border: none;
}
header .cnt-logo {
  padding: 12px 0;
  text-align: center;
}
header .cnt-logo img {
  max-height: 70px;
}
header .first-nav {
  box-shadow: 0px 0px 4px 0px #a4a4a4cc;
}
header .nav-justified>li>a {
  padding: 10px;
  text-transform: uppercase;
  color: #1d1d1b;
  font-size: 16px;
}
header .nav-justified>li>a:hover {
  background-color: transparent !important;
  color: #ae0f0a;
}
header .dropdown .dropbtn {
  width: 110px;
  position: relative;
  text-transform: uppercase;
  height: 94px;
  font-size: 16px;
  border: none;
  outline: none;
  color: #1d1d1b;
  padding: 14px 16px;
  margin: 0;
  background: none;
}
header .dropdown .dropbtn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 30px;
  left: 17px;
}
header .dropdown .dropbtn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52px;
}
header .dropdown:hover .dropbtn {
  background-color: #ae0f0a;
  color: #fff;
}
header .dropdown-content {
  display: none;
  position: fixed;
  top: 94px;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1030;
}
header .dropdown-content .label-nav {
  text-transform: uppercase;
  font-size: 18px;
  color: #1d1d1b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
header .dropdown-content .nav>li>a {
  padding: 6px 0;
  color: #1d1d1b;
  background-color: transparent;
  font-size: 16px;
}
header .dropdown-content .nav>li>a:hover {
  color: #ae0f0a;
}
header .dropdown-content hr {
  border-top: 1px solid #999 !important;
}
header .dropdown:hover .dropdown-content {
  display: block;
}
header .main-menu {
  padding: 30px 0 0 30px;
}
header .next-event {
  background-color: #555;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  min-height: 560px;
}
header .next-event .next-event-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  background-position: top center;
}
header .next-event .next-event-ico {
  margin-bottom: 15px;
}
header .next-event .next-event-ico img {
  height: 40px;
}
header .next-event .next-event-date {
  font-size: 12px;
  font-weight: 300;
}
header .next-event .next-event-tit {
  font-weight: 600;
}
header .next-event .next-event-desc {
  margin-top: 15px;
  font-weight: 300;
}
header .next-event .next-event-btn .line-white {
  border-top: 1px solid #fff;
  width: 50px;
  margin: 10px auto;
}
header .next-event .next-event-btn .btn-white {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 15px;
  transition: all 0.2s ease-in-out;
}
header .next-event .next-event-btn .btn-white:hover {
  background-color: #fff;
  color: #1d1d1b;
}
header .next-event .next-event-social {
  background: #555;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
header .next-event .next-event-social a {
  color: #fff;
  font-size: 30px;
  margin: 15px 5px;
}
.owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel button.owl-dot {
  background: none !important;
  border: 1px solid #fff !important;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.owl-carousel button.owl-dot.active {
  background: #fff !important;
  border: 1px solid #fff !important;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: -webkit-calc(100vh - 236px);
  height: calc(100vh - 236px);
  position: relative;
}
.title-page {
  padding: 20px 0;
  height: 100px;
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: 30px;
}
.title-page .title,
.title-page h1 {
  font-size: 24px;
  margin: 0;
}
.title-page .title img {
  float: right;
}
.title-page .breadcrumbs {
  color: #ae0f0a;
}
.title-page .breadcrumbs a {
  color: #ae0f0a;
  text-transform: capitalize;
}
.text {
  padding-left: 30px;
  padding-top: 20px;
  background-color: #fff;
  min-height: 350px;
  color: #1d1d1b;
}
.text .bottom-hr {
  border-top: 1px solid #999 !important;
  margin-top: 30px;
  margin-bottom: 0;
}
.text a {
  color: #ae0f0a;
}
.text h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1b;
}
.text img {
  margin: 10px 0;
}
.text ul {
  margin: 10px 0;
  padding-inline-start: 25px;
}
.text ul li {
  margin-bottom: 10px;
}
.wrapper-nav2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.wrapper-nav2 .bg {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #efefef;
}
.wrapper-nav2 .nav2 {
  padding: 20px 0;
  background-color: #efefef;
}
.wrapper-nav2 .nav2 .parent {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wrapper-nav2 .nav2 .parent a {
  color: #1d1d1b;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.wrapper-nav2 .nav2 .nav-stacked a.livello-2 {
  display: block;
  padding: 10px 0;
  color: #1d1d1b;
  background: none;
  letter-spacing: -0.2px;
}
.wrapper-nav2 .nav2 .nav-stacked a.livello-2:hover {
  color: #ae0f0a;
  background: none;
}
.wrapper-nav2 .nav2 .nav-stacked .active a.livello-2 {
  color: #ae0f0a;
}
.wrapper-nav2 .nav2 .nav-stacked a.livello-3 {
  font-size: 14px;
  display: block;
  padding: 10px 0 10px 10px;
  color: #1d1d1b;
  background: none;
}
.wrapper-nav2 .nav2 .nav-stacked a.livello-3:hover {
  color: #ae0f0a;
  background: none;
}
.wrapper-nav2 .nav2 .nav-stacked .active a.livello-3 {
  color: #ae0f0a;
}
footer {
  font-size: 16px;
  background-color: #706f6f;
  color: #fff;
  padding-top: 30px;
}
footer img {
  max-height: 50px;
}
footer a {
  color: #eee;
}
footer a:hover {
  color: #fff;
}
footer .navbar-nav {
  padding: 15px 0;
}
footer .navbar-nav>li>a {
  padding: 0 10px;
  text-transform: uppercase;
}
footer .navbar-nav>li>a:hover {
  background-color: transparent !important;
}
footer .li-margin {
  margin-left: 50px;
}
footer .footer-address {
  color: #eee;
  text-align: center;
  font-size: 12px;
  margin: 50px 0 30px;
}
footer .vco {
  background-color: #fff;
  padding: 30px 0;
}
.privacy-policy {
  margin-top: 150px;
}
.col-custom-7 {
  width: 14.2%;
  padding: 0 5px;
}
.filter-calendar {
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  min-height: 33px;
  line-height: 26px;
  padding: 2px 5px;
  border: 1px solid #1d1d1b;
  text-align: center;
  font-size: 13px;
  color: #1d1d1b;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
}
.filter-calendar img {
  height: 25px;
}
.filter-calendar:hover {
  background: #ae0f0a;
  border-color: #ae0f0a;
  color: #fff;
}
.filter-calendar:hover img {
  filter: brightness(0) invert(1);
}
.filter-calendar.filter-active {
  background: #ae0f0a;
  border-color: #ae0f0a;
  color: #fff;
}
.filter-calendar.filter-active img {
  filter: brightness(0) invert(1);
}
.banner-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: -webkit-calc(100vh - 136px);
  height: calc(100vh - 136px);
  position: relative;
  margin-bottom: 50px;
}
.banner-home .claim {
  position: absolute;
  bottom: 14%;
  right: 16%;
  width: 550px;
  padding: 20px;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
}
.banner-home .claim em {
  font-size: 30px;
  float: right;
}
.home-calendar .col-7 {
  width: 14.28%;
  padding: 0 2px;
}
.home-calendar .col-8 {
  width: 12.4%;
  padding: 0 2px;
}
.home-calendar .hr-calendar {
  margin: 25px -12px;
  border-top: 1px solid #1d1d1b;
}
.home-calendar .wrapper-relative {
  position: relative;
}
.home-calendar .wrapper-relative .arrow {
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.home-calendar .wrapper-relative .arrow-left {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.home-calendar .wrapper-relative .arrow-right {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.home-calendar .days-calendar {
  width: 100%;
}
.home-calendar .day-cnt {
  display: table-cell;
  width: 1%;
}
.home-calendar .day-cnt .one-day {
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  padding: 8px 5px;
  border: 1px solid #1d1d1b;
  text-align: center;
  font-size: 16px;
  color: #1d1d1b;
  cursor: pointer;
  margin: 0 2px;
}
.home-calendar .day-cnt .day-Sunday {
  background-color: #efefef;
}
.home-calendar .day-cnt .day-Event {
  background-color: #ae0f0a;
  border-color: #ae0f0a;
  color: #fff;
}
.home-calendar .event-cnt {
  background-color: #efefef;
  font-size: 14px;
  min-height: 450px;
}
.home-calendar .event-cnt .event-day {
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-in-out;
  padding: 8px 5px;
  border: 2px solid #aaa;
  background-color: #aaa;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.home-calendar .event-cnt .event-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  margin-top: 4px;
  background-position: top center;
}
.home-calendar .event-cnt .event-icon {
  text-align: center;
  margin: 8px 0;
}
.home-calendar .event-cnt .event-icon img {
  height: 25px;
}
.home-calendar .event-cnt .event-icon .p-left {
  padding: 0 0 0 15px;
}
.home-calendar .event-cnt .event-icon .p-right {
  padding: 0 15px 0 0;
}
.home-calendar .event-cnt .event-icon .icon-hr {
  margin: 10px 0;
}
.home-calendar .event-cnt .event-body {
  text-align: center;
  padding: 0 10px;
}
.home-calendar .event-cnt .event-date {
  font-weight: 300;
  font-size: 12px;
}
.home-calendar .event-cnt .event-title {
  font-weight: 600;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
}
.home-calendar .event-cnt .event-subtitle {
  color: #ae0f0a;
  font-size: 13px;
  height: 55px;
  overflow: hidden;
}
.home-calendar .event-cnt .event-btn .line-gray {
  border-top: 1px solid #1d1d1b;
  width: 50px;
  margin: 10px auto;
}
.home-calendar .event-cnt .event-btn .btn-gray {
  color: #555;
  border-color: #555;
  border-radius: 0;
  font-size: 12px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.home-calendar .event-cnt .event-btn .btn-gray:hover {
  background-color: #555;
  color: #fff;
}
.home-calendar .event-cnt .event-btn .btn-red {
  color: #ae0f0a;
  border-color: #ae0f0a;
  border-radius: 0;
  font-size: 12px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.home-calendar .event-cnt .event-btn .btn-red:hover {
  background-color: #ae0f0a;
  color: #fff;
}
.home-calendar .event-cnt.active {
  background-color: #fff;
}
.home-calendar .event-cnt.active .event-day {
  background-color: #706f6f;
  border-color: #706f6f;
}
.home-news {
  background-color: #efefef;
  margin: 50px 0;
  padding: 50px 0;
}
.home-news .news-t {
  font-size: 25px;
  margin-bottom: 30px;
}
.banner-event {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 600px;
  position: relative;
}
.template-event {
  color: #1d1d1b;
}
.template-event .title-page {
  height: auto;
  border-color: #999;
  margin-bottom: 0;
}
.template-event .tag-event {
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition: all 0.2s ease-in-out;
  float: right;
  padding: 3px 30px;
  border: 1px solid #ae0f0a;
  background-color: #ae0f0a;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.template-event .tag-event img {
  height: 25px;
}
.template-event .subtitle {
  padding: 20px 0 10px;
}
.template-event .subtitle h2 {
  font-size: 18px;
  color: #ae0f0a;
}
.template-event .date {
  text-align: right;
  border-left: 1px solid #999;
  padding: 20px 0;
}
.template-event .date i {
  color: #ae0f0a;
  font-size: 25px;
}
.template-event .sala {
  text-align: right;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  padding: 15px 0;
}
.template-event .sala img {
  height: 30px;
}
.template-event .sala i {
  font-size: 25px;
  color: #ae0f0a;
}
.template-event .body-event {
  margin: 50px 0;
  text-align: justify;
}
.template-event .body-event .text-event a {
  color: #ae0f0a;
}
.template-event .body-event .text-event .label-event {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1d1d1b;
}
.template-event .body-event .text-event .btn-red {
  color: #ae0f0a;
  border-color: #ae0f0a;
  border-radius: 0;
  font-size: 16px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  margin-right: 20px;
}
.template-event .body-event .text-event .btn-red:hover {
  background-color: #ae0f0a;
  color: #fff;
}
.template-event .body-event .text-event .btn-gray {
  color: #555;
  border-color: #555;
  border-radius: 0;
  font-size: 16px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  margin-right: 20px;
}
.template-event .body-event .text-event .btn-gray:hover {
  background-color: #555;
  color: #fff;
}
.template-event .body-event .event-tabs {
  margin: 50px 0;
}
.template-event .body-event .event-tabs .nav {
  border-top: 1px solid #999;
}
.template-event .body-event .event-tabs .nav li a {
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color: #1d1d1b;
}
.template-event .body-event .event-tabs .nav li.active a {
  border-right: none;
}
.template-news {
  color: #1d1d1b;
}
.template-news .date {
  text-align: right;
  padding: 20px 0;
}
.template-news .date i {
  color: #ae0f0a;
  font-size: 25px;
}
.template-news .body-news {
  margin: 0 0 50px;
  text-align: justify;
}
.template-news .body-news .text-event a {
  color: #ae0f0a;
}
.template-news .body-news .text-event .label-event {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1d1d1b;
}
.template-news .body-news .text-event .btn-red {
  color: #ae0f0a;
  border-color: #ae0f0a;
  border-radius: 0;
  font-size: 16px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  margin-right: 20px;
}
.template-news .body-news .text-event .btn-red:hover {
  background-color: #ae0f0a;
  color: #fff;
}
.template-news .body-news .text-event .btn-gray {
  color: #555;
  border-color: #555;
  border-radius: 0;
  font-size: 16px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  margin-right: 20px;
}
.template-news .body-news .text-event .btn-gray:hover {
  background-color: #555;
  color: #fff;
}
.news-biscuit {
  margin-bottom: 30px;
}
.news-biscuit .news-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  background-position: top center;
  margin-bottom: 15px;
}
.news-biscuit .news-body {
  text-align: center;
  padding: 0 10px;
}
.news-biscuit .news-date {
  font-weight: 300;
  font-size: 12px;
}
.news-biscuit .news-title {
  font-weight: 600;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  font-size: 18px;
}
.news-biscuit .news-subtitle {
  color: #1d1d1b;
  font-size: 14px;
  height: 100px;
  overflow: hidden;
  text-align: justify;
  padding: 0 15px;
}
.news-biscuit .news-btn {
  margin-top: 20px;
}
.news-biscuit .news-btn .line-gray {
  border-top: 1px solid #1d1d1b;
  width: 50px;
  margin: 10px auto;
}
.news-biscuit .news-btn .btn-gray {
  color: #555;
  border-color: #555;
  border-radius: 0;
  font-size: 14px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.news-biscuit .news-btn .btn-gray:hover {
  background-color: #555;
  color: #fff;
}
.news-biscuit .news-btn .btn-red {
  color: #ae0f0a;
  border-color: #ae0f0a;
  border-radius: 0;
  font-size: 14px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.news-biscuit .news-btn .btn-red:hover {
  background-color: #ae0f0a;
  color: #fff;
}
.all-events {
  margin-top: 30px;
}
.event-biscuit {
  font-size: 14px;
  margin-bottom: 30px;
}
.event-biscuit .event-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  background-position: top center;
}
.event-biscuit .event-icon {
  text-align: center;
  margin: 10px 0;
}
.event-biscuit .event-icon .p-left {
  padding: 0 0 0 15px;
}
.event-biscuit .event-icon .p-right {
  padding: 0 15px 0 0;
}
.event-biscuit .event-icon .icon-hr {
  margin: 10px 0;
}
.event-biscuit .event-body {
  text-align: center;
  padding: 0 10px;
}
.event-biscuit .event-date {
  font-weight: 300;
  font-size: 12px;
}
.event-biscuit .event-title {
  font-weight: 600;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
}
.event-biscuit .event-subtitle {
  color: #ae0f0a;
  font-size: 13px;
  height: 55px;
  overflow: hidden;
}
.event-biscuit .event-btn .line-gray {
  border-top: 1px solid #1d1d1b;
  width: 50px;
  margin: 10px auto;
}
.event-biscuit .event-btn .btn-gray {
  color: #555;
  border-color: #555;
  border-radius: 0;
  font-size: 14px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.event-biscuit .event-btn .btn-gray:hover {
  background-color: #555;
  color: #fff;
}
.event-biscuit .event-btn .btn-red {
  color: #ae0f0a;
  border-color: #ae0f0a;
  border-radius: 0;
  font-size: 14px;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}
.event-biscuit .event-btn .btn-red:hover {
  background-color: #ae0f0a;
  color: #fff;
}
.event-cnt.active {
  background-color: #fff;
}
.event-cnt.active .event-day {
  background-color: #706f6f;
  border-color: #706f6f;
}
.sponsor {
  padding-bottom: 30px;
  padding-top: 20px;
}
.sponsor h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.sponsor img {
  margin-bottom: 20px;
}
.parlano {
  padding-bottom: 10px;
  padding-top: 20px;
}
.parlano img {
  margin-bottom: 20px;
}
.documents {
  padding-bottom: 30px;
  padding-top: 20px;
}
.documents h3 {
  margin-bottom: 5px !important;
}
.documents .doc {
  text-transform: uppercase;
  color: #ae0f0a;
  font-size: 14px;
}
.documents .doc-hr {
  margin: 20px 0;
  border-top: 1px solid #999;
}
.documents .doc-text {
  margin-top: 10px;
  font-size: 14px;
}
.documents .doc-text a {
  color: #ae0f0a;
}
.newsletter-box .newsletter-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  margin-right: -13px;
}
.newsletter-box .nl-box {
  color: #fff;
  height: 123px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding-top: 15px;
  overflow: hidden;
}
.newsletter-box .newsletter-form {
  background: #ae0f0a;
  margin-bottom: 4px;
  margin-left: -13px;
}
.newsletter-box .newsletter-social {
  background: #555;
  color: #fff;
  margin-left: -13px;
}
.newsletter-box .newsletter-social a {
  color: #fff;
  font-size: 30px;
  margin: 10px 5px;
}
.newsletter-box .nl-form {
  padding: 0 15px;
  margin-top: 5px;
}
.newsletter-box .nl-form .form-control {
  padding: 4px 8px;
  height: 30px;
  border-radius: 0;
}
.newsletter-box .nl-form .nl-col-1 {
  padding-right: 2px;
  margin-bottom: 5px;
}
.newsletter-box .nl-form .nl-col-2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.newsletter-box .nl-form .nl-col-3 {
  padding-left: 2px;
  margin-bottom: 5px;
}
.newsletter-box .nl-form .nl-col-4 {
  padding-left: 2px;
}
.newsletter-box .nl-form .btn-send {
  padding: 5px 10px;
  border-radius: 0;
  width: 100%;
  color: #fff;
  background-color: #555;
}
.newsletter-box .nl-form .nl-privacy {
  font-size: 10px;
  line-height: 32px;
  padding-left: 15px;
}
.newsletter-box .nl-form .nl-privacy a {
  color: #fff;
  text-decoration: underline;
}
.newsletter-box .nl-form .nl-privacy a:hover {
  text-decoration: underline;
}
.page-contatti iframe {
  height: 400px;
  width: 100%;
}
.page-contatti form .form-control {
  border-radius: 0;
}
.page-contatti form .btn-red {
  padding: 5px 10px;
  border-radius: 0;
  width: 100%;
  color: #fff;
  background-color: #ae0f0a;
}
.page-contatti form .cont-privacy {
  font-size: 13px;
}
.page-contatti .contact-col strong {
  font-weight: 400 !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .filter-calendar {
    letter-spacing: -0.2px;
    font-size: 12px;
  }
  .home-calendar .wrapper-relative .arrow-left {
    left: -30px;
  }
  .home-calendar .wrapper-relative .arrow-right {
    right: -25px;
  }
  footer .li-margin {
    margin-left: 40px;
  }
  footer .navbar-nav>li>a {
    padding: 0 8px;
    font-size: 13px;
  }
  .contact-col {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
  header .dropdown .dropbtn {
    width: 70px;
    height: 70px;
  }
  header .dropdown .dropbtn i {
    position: relative;
    font-size: 35px;
    left: 0;
    top: 18px;
  }
  header .cnt-logo {
    padding: 8px;
  }
  header .cnt-logo img {
    height: 54px;
  }
  header .dropdown-content {
    top: auto;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow-y: scroll;
  }
  header .dropdown-content .label-nav {
    font-size: 20px;
    margin-bottom: 4px;
  }
  header .main-menu {
    padding: 15px;
  }
  header .first-nav {
    max-height: 70px;
  }
  .col-custom-7 {
    width: 100%;
    padding: 0 15px;
  }
  .banner-home {
    height: 400px;
    background-position: 0 0;
  }
  .banner-home .claim {
    width: 100%;
    font-size: 25px;
    line-height: 33px;
    text-align: right;
    bottom: initial;
    right: initial;
    top: 40px;
  }
  .banner-home .claim em {
    font-size: 20px;
    margin-top: 15px;
  }
  .home-calendar .days-calendar {
    padding: 0 5px;
  }
  .home-calendar .days-calendar .day-cnt {
    display: inline-block;
    width: 13.1%;
    margin-bottom: 5px;
  }
  .home-calendar .wrapper-relative .arrow-left {
    left: 15px;
    top: -30px;
  }
  .home-calendar .wrapper-relative .arrow-right {
    right: 30px;
    top: -30px;
  }
  .home-calendar .col-7.col-xs-6 {
    width: 50%;
    padding: 0 5px;
  }
  .home-calendar .month-mobile {
    text-transform: uppercase;
    text-align: center;
    background: #efefef;
    border: 1px solid #1d1d1b;
    padding: 5px 0;
    margin-bottom: 15px;
  }
  .home-calendar .mobile-divider {
    margin-top: 50px;
  }
  .home-news .news-t {
    text-align: center;
  }
  .newsletter-box .nl-box {
    height: auto;
  }
  .newsletter-box .newsletter-banner {
    display: none;
  }
  .newsletter-box .newsletter-form {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .newsletter-box .newsletter-social {
    margin-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .newsletter-box .nl-form .nl-col-1,
  .newsletter-box .nl-form .nl-col-2,
  .newsletter-box .nl-form .nl-col-3,
  .newsletter-box .nl-form .nl-col-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  footer .li-margin {
    margin-left: 0;
  }
  footer .navbar-nav>li>a {
    padding: 10px;
  }
  footer .navbar-nav {
    margin: 0;
  }
  footer .footer-address {
    margin: 20px 0 30px;
  }
  .banner {
    height: 300px;
  }
  .text {
    min-height: 0;
  }
  .wrapper-nav2 .bg {
    display: none;
  }
  .wrapper-nav2 .nav2 {
    padding: 15px;
    margin: 0 -15px;
  }
  .wrapper-nav2 .nav2 .parent {
    display: none;
  }
  .wrapper-nav2 .nav2 .nav-stacked a.livello-2 {
    padding: 5px 0;
    border-bottom: 1px solid #999;
  }
  .text {
    padding-left: 0;
  }
  .template-event .tag-event {
    float: left;
    margin-top: 10px;
  }
  .template-event .date {
    text-align: left;
    border-left: none;
  }
  .template-event .sala {
    text-align: left;
    border-left: none;
  }
  .template-event .body-event {
    margin: 0 0 50px;
  }
  .template-event .body-event .text-event .label-event {
    margin-top: 50px;
  }
  .banner-event {
    height: 400px;
  }
  .filter-calendar {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
  }
  .event-biscuit {
    font-size: 16px;
  }
  .event-biscuit .event-date {
    font-size: 14px;
  }
  .event-biscuit .event-title {
    font-size: 17px;
  }
  .event-biscuit .event-subtitle {
    font-size: 15px;
  }
  .event-biscuit .event-icon {
    margin: 15px 0;
  }
  .event-biscuit .event-img {
    width: 75%;
    margin: 0 auto;
  }
  .event-biscuit .event-title,
  .event-biscuit .event-subtitle {
    height: auto;
  }
  .event-biscuit .event-btn .btn-gray,
  .event-biscuit .event-btn .btn-red {
    font-size: 16px;
  }
  .news-biscuit .news-date {
    font-size: 14px;
  }
  .news-biscuit .news-title {
    font-size: 17px;
  }
  .news-biscuit .news-subtitle {
    height: auto;
  }
  .news-biscuit .news-btn .btn-gray {
    font-size: 16px;
  }
  .template-news .date {
    float: left;
    margin-top: 30px;
    padding: 0;
  }
  .template-news .body-event {
    margin: 30px 0;
  }
  .title-page {
    height: auto;
    margin-bottom: 0;
    border-bottom: none;
  }
  .title-page img {
    display: none;
  }
  .parlano {
    padding-top: 10px;
  }
  .owl-dots {
    bottom: 20px;
  }
  .owl-carousel button.owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 4px;
  }
  .owl-carousel button.owl-dot.active {
    width: 16px;
    height: 16px;
  }
  .social {
    border-left: 0px solid;
  }
  .social .circle {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .social .circle {
    margin-right: 5px;
  }
}
