@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,700");
.color-azure {
  color: #69bbce; }

.color-green {
  color: #a2c617; }

.color-yellow {
  color: #fcbf00; }

.color-red {
  color: #e30613; }

.color-brown {
  color: #891010;}

.background-azure {
  background: #69bbce; }

.background-green {
  background: #a2c617; }

.background-yellow {
  background: #fcbf00; }

.background-red {
  background: #e30613; }

.background-brown {
  background: #891010;}

body {
  padding-top: 140px;
  font-family: "Roboto", sans-serif; }

@media (max-width: 576px) {
  body {
    padding-top: 160px;
  }
}

.home-slider img {
  width: 100%;
  margin-bottom: 40px;
  height: 30vh;
  object-fit: cover; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin-bottom: 30px;
  background: #fff; }
  .shadow.container-post img {
    max-width: 100%;
    height: auto;}
  .shadow .thumb-image {
    object-fit: cover;
    width: 100%;
    height: 220px;}

  .shadow .description {
    padding: 20px; }
    .shadow .description h3 {
      font-size: 18px;
      font-weight: bold; }
    .shadow .description p {
      font-size: 13px;
      margin-bottom: 0; }

footer {
  padding: 30px 0;
  background: #a2c617;
  position: relative;
  margin-top: 180px; }
  footer:before {
    display: inline-block;
    width: 250px;
    height: 150px;
    position: absolute;
    left: 10%;
    top: -150px;
    content: '';
    background-image: url("../img/mont-icon.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat; }
  footer .loghi-footer img {
    width: 100%; }
  footer .copy-footer {
    color: #fff;
    font-size: 12px;
    font-weight: 400; }
    footer .copy-footer a {
      color: #fff; }

#calendar {
  padding: 20px 30px;
  font-size: 13px;
  position: relative;
  z-index: 999;
  background: #fff; }
  #calendar .fc-bg {
     }
  #calendar.fc td, #calendar.fc th {
    border: 0 !important; }
  #calendar .fc-day-header {
    background: #69bbce;
    color: #fff;
    margin-bottom: 20px; }
  #calendar .fc-row.ui-widget-header > table {
    position: relative;
    z-index: 999; }
  #calendar .fc-row.ui-widget-header:before {
    background: #69bbce;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    z-index: 0; }
  #calendar .fc-content {
    display: none; }
  #calendar .fc-event-container {
    text-align: center; }
  #calendar .fc-day-top {
    text-align: center; }
    #calendar .fc-day-top span {
      float: none; }
  #calendar .fc-event {
    width: 6px;
    height: 6px;
    padding: 0;
    border-radius: 100px;
    display: inline-block; }
  #calendar .fc-basic-view .fc-body .fc-row {
    min-height: 3em; }
  #calendar .fc-day-header {
    height: 31px;
    line-height: 31px; }
  #calendar .fc-head-container > div {
    margin-bottom: 10px; }
  #calendar .fc-header-toolbar h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase; }
  #calendar .ui-button {
    background: transparent;
    border: 0; }
    #calendar .ui-button span {
      display: none; }
    #calendar .ui-button.fc-prev-button:before {
      color: #999;
      font-size: 20px;
      font-family: 'FontAwesome';
      content: "\f104"; }
    #calendar .ui-button.fc-next-button:before {
      color: #999;
      font-size: 20px;
      font-family: 'FontAwesome';
      content: "\f105"; }

.detail-calendar {
  width: calc(100% + 40px);
  position: relative;
  left: -40px;
  z-index: 0; }
  .detail-calendar:after {
    content: '';
    display: block;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; }

.dettaglio-calendar-row {
  font-size: 14px;
  margin-bottom: 20px; }
  .dettaglio-calendar-row strong {
    font-size: 16px; }
  .dettaglio-calendar-row i {
    color: #999;
    font-size: 0.8em; }
  .dettaglio-calendar-row .color-green {
    color: #a2c617 !important; }

.dettaglio-calendar {
  position: absolute;
  left: 40px;
  right: 20px;
  top: 40px;
  bottom: 40px;
  overflow-y: scroll; }

.admin-bar .header {
  top: 32px; }
.admin-bar .mega-menu-hamb > .mega-sub-menu {
  height: calc(100vh - 132px) !important; }

.header {
  background: #69bbce;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

  .header .logo-header {
    padding-left: 35px; }
    .header .logo-header img {
      margin-top: 9px;
      width: 100%; }

.menu-hamb > a {
}
  .menu-hamb > a:before {
    font-size: 27px !important; }

.mega-sub-menu {
  margin-top: 20px; }

.header .social {
  padding:5px;
  background: rgba(0, 0, 0, 0.2);
  border-left: 5px solid #fff;
  text-align: right;
  color: #fff; }
  .header .social i {
    margin: 0px 3.2%;
    color: #fff;
    font-size: 22px; }
  .header .social p {
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold; }

.mega-sub-menu .textwidget > p:first-child strong {
  font-size: 1.25em; }
.mega-sub-menu .textwidget ul {
  padding: 0;
  list-style-type: none; }

.mega-menu-hamb > .mega-sub-menu {

  padding: 0 10% 10% !important;
  height: calc(100vh - 144px) !important;
  border-bottom: 20px solid #a2c617 !important;
  background-image: url("../img/mont-icon.png") !important;
  background-position: 95% bottom !important;
  background-size: 200px !important;
  background-repeat: no-repeat !important; }
  .mega-menu-hamb > .mega-sub-menu #searchform {
    position: relative;
    display: inline-block; }
    .mega-menu-hamb > .mega-sub-menu #searchform #s {
      background: transparent;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding-right: 30px; }
    .mega-menu-hamb > .mega-sub-menu #searchform #searchsubmit {
      background: transparent;
      border: 0;
      position: absolute;
      top: 0;
      right: 0;
      color: #fff; }
  .mega-menu-hamb > .mega-sub-menu .menu-title {
    height: 30px;
    display: block; }

.container-post {
  border-top: 15px solid #a2c617;
  padding: 40px; }
  .container-post h1 {
    margin-top: 20px;
    margin-bottom: 30px; }

.no-padding {
  padding: 0; }

.container-post-all-main {
  margin-top: -200px; }

.sidebar {
  margin-top: 106px; }
  .sidebar .title-sidebar {
    background: #a2c617;
    min-height: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase; }
  .sidebar .menu-sidebar {
    padding: 15px 20px !important;
    list-style-type: none; }
    .sidebar .menu-sidebar li {
      margin-bottom: 10px; }
      .sidebar .menu-sidebar li a {
        color: #999; }
        .sidebar .menu-sidebar li a.color-green {
          color: #a2c617;
          font-weight: bold; }

#breadcrumbs {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }
  #breadcrumbs a {
    color: #fff;
    font-weight: 200;
    margin-right: 10px; }
  #breadcrumbs .breadcrumb_last {
    margin-left: 10px; }

.h-shadow {
  margin: 0; }
  .h-shadow .description {
    padding: 40px 30px 40px 20px; }

.image-course {
  background-size: cover;
  background-position: center; }

.icon-corso {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #a2c617;
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: #fff;
  padding: 7px;
  text-align: center; }

.discover-more {
  font-size: 12px;
  color: #fff !important;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #a2c617;
  text-transform: uppercase; }
  .discover-more i {
    margin-left: 5px; }

/*# sourceMappingURL=main.css.map */
