body{font-family: "myriad-pro-condensed", sans-serif;font-weight: 400;font-style: normal; color:#444; font-size: 1.3rem}
html,body{overflow-x: hidden; }
a {color: #5b9984; transition:color 2s;} a:hover{color:#444}
.ml-auto, .mx-auto {margin-left: auto!important;}
.float-right{float:right;}.float-left{float:left;}.float-none{float:none;}
h1{font-family: "myriad-pro-semiextended", sans-serif;
font-weight: 900;
font-style: normal;}
h2, h3, h4, h5, h6{font-family: "myriad-pro-semiextended", sans-serif;
    font-weight: 600;
    font-style: normal;color:#9f1894;}.n-mt-5{margin-top:5px}.n-ml-5{margin-left:5px}.n-mr-5{margin-right:5px} .n-mb-5{margin-bottom:5px}.n-mb-20{margin-bottom:20px}.n-mb-50{margin-bottom:50px}
.bd-placeholder-img {font-size: 1.125rem;text-anchor: middle;-webkit-user-select: none;-moz-user-select: none;user-select: none}@media (min-width: 768px) {.bd-placeholder-img-lg {font-size: 3.5rem;}}
.bg-image{background-size:cover; height: 100vh}
.n-mt-10{margin-top:10px}.n-mt-20{margin-top:20px}.n-mt-30{margin-top:30px}.n-mt-40{margin-top:40px;}.n-mt-50{margin-top:50px;}.n-mt-100{margin-top:100px}.n-pt-100{padding-top:100px;}.n-my-30{margin: 30px 0;}.n-pt-50{padding-top:50px}.n-px-40{padding:40px 0;}.n-px-80{padding:80px 0;}.n-mr-10{margin-right:10px}.n-mb-30{margin-bottom:30px}.n-mb-50{margin-bottom:50px}.n-pb-50{padding-bottom:50px}.n-pb-30{padding-bottom:30px;}.n-pb-40{padding-bottom:40px;}.n-pt-20{padding-top:20px} .n-pb-20{padding-bottom:20px}.n-pt-30{padding-top:30px} .n-pb-30{padding-bottom:30px}
.navbar-nav .nav-link {
    color: rgb(101 96 96);
    font-family: "myriad-pro-semiextended", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1rem;
    margin-right: 10px;
    padding: 20px;
    letter-spacing: 1px;
}
.dividers{padding:5px 0 30px 0;}
.btn-default{background:#d0633e; border-radius:5px; color:#fff; padding:10px; font-size:1.2rem}
/*DIVIDER*/
.element-1 {
  fill:#579468;
  /*animation: hideshow 9.5s ease infinite;*/
}
.element-2 {
  fill:#579468;
  /*opacity: 0;
  animation: hideshow 9.5s 1.5s ease infinite;*/
}
.element-3 {
  fill:#579468;
 /* opacity: 0;
  animation: hideshow 9.5s 3s ease infinite;*/
}
/*@keyframes hideshow {
  0% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}*/


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
 content: '';height: 100%;width: 1px;border-left:7px solid #b5b4b4;transform:translateX(-50%);position: absolute;left: 14%;top: 0;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 70%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 26px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
 .Odd {
  left: 0;
}

/* Place the container to the right */
 .Even {
  left: 14%;
}

 .Odd::before{
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.Even::before{
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 30px;
    border-width: 10px 10px 10px 0;
  
}
 .Even::after{
  left: -12px;
}
 .Odd::after{right:-12px;}
/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.timeline-content{color: #000;background-color: #f4f4f4;border-radius: 10px;display: block;position: relative;}
.timeline-content:hover{ text-decoration: none; }
.title{color: #f4f4f4;background-color: #FEC93F;font-size: 18px;font-weight: 800;text-transform: uppercase;letter-spacing: 1px;padding: 10px 10px;margin: 0;}
.description{
    font-size: 15px;
    padding: 10px 20px 15px 20px;
    margin: 0;
    background: #579468;
    color: #fff;
    box-shadow: 0px 4px 6px #afadad;

}
.timeline-content a{color:#fff;}
.even .description{padding:10px 50px 15px 20px;}
.timeline-icon{color: #f4f4f4;background-color: #FFC83F;font-size: 40px;text-align: center;line-height: 70px;height: 70px;width: 70px;border-radius: 50%;display: inline-block;transform: translateY(-50%);position: absolute;top: 63%;
}
.Odd .timeline-icon{left: -35px} .Even .timeline-icon, .Approfondimento .timeline-icon{right: -35px;}
/*COLORS*/
.Even .title, .Even .timeline-icon{background-color: #589468}
.Even:after {
    background-color: #325c4f;
    border: 5px solid #7eb3a2;
}
.Even:before{border: medium solid #589468;border-color: transparent #589468 transparent transparent;border-width: 10px 10px 10px 0;}
.btn-Even{background-color: #589468;color: #f4f4f4;border-radius: 0;margin:15px 0;}

.Odd .title, .Odd .timeline-icon{background-color: #589468}
.Odd:after{background-color: #589468;border:5px solid #d87d92}
.Odd:before {
    border: medium solid #589468;
    border-color: transparent transparent transparent #589468;
    border-width: 10px 0 10px 10px;
}.btn-Odd{background-color: #589468;color: #f4f4f4;border-radius: 0;margin:15px 0;}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-timeline {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }
 .Odd::after, .Even::after {
  left: 15px;
  }
  
 .Even{
  left: 0%;
  }
}
.card{border-radius: 0;}
.descNews{position: absolute;
    bottom: 0;
    background: #ffffffd4;
    width: 100%;
    padding: 10px;
}
.descText{padding:30px;background:rgba(255,255,255,0.77);}
.gallery-box {
    display: block;
    position: relative;
    overflow: hidden;
}.gallery-overlay:hover {background: rgb(197 22 48 / 26%);}  
.gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
   .gallery-overlay svg {
      display: block;
      text-align: center;
      font-size: 80px;
      margin-top: -40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
  .gallery-box:hover .gallery-overlay svg {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
    .gallery-box img{padding:4px} .gallery-box figure{margin:0}

footer a{color:#fff; text-decoration: none}footer p{font-size:1.2rem}
.latest-tweets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-tweets li {
    margin-bottom: 15px;
}

.latest-tweets i.fa.fa-twitter {
    color: #00CEFD;
    margin: 0 5px 0 0;
}

.latest-tweets p {
    margin-bottom: 0;font-size: 0.9rem;
}
@media (min-width: 1200px){
.h1, h1 {
    font-size: 2.9rem;
}
}
.euflag {
    margin-top: 4px;margin-right:4px;
}
.no-padding{padding:0;}
.btn-outline-white{border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;}
.btn-white{background-color: #fff;color:#000;
    text-transform: uppercase;}
.btn-outline-white:hover{background-color: #fff; color:#000;}
.titleSection{ background-size:cover; height:500px; background-position: center 20%}
.breadcrumb{font-size: 0.9rem;padding-bottom: 20px;}.breadcrumb a{text-decoration: none; color:#1c3e35;}
.pageTitle{font-size: 2.6rem;padding: 20px 0 0;}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #f8f9fa;
    background-clip: padding-box;
    padding: 10px;
    text-transform: uppercase;
}.dropdown-menu a{color:#656060; text-decoration:none}.dropdown-item{padding:0.85rem 1rem;}
.list-group{ border-radius: 0}
.list-group-item{border:none; border-bottom: 1px solid rgba(0,0,0,.125)}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d6e5da;
    border-color: #d6e5da;
}
.list-group-item a {color: #163c32;text-decoration: none;}
.text-right{text-align:right}
.horizontal{padding: 28px 0;
    background: #f4f4f4;
    margin-bottom: 42px;} .horizontal .nav-link{color:#1c3e35; text-transform: uppercase} .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #77a884;
    border-radius: 0;
}
.layout1{padding:20px; background-color: #f4f4f4; margin: 20px 0}
.img-thumbnail{border:3px solid #035f1e;padding:10px; background-color:#fff }
.titleNews a{text-decoration: none}
blockquote {padding:17px;background: #f3f4f4;} blockquote p{}blockquote:after {
    content: '';
    border-top: 13px double #65c41f;
    height: 20px;
    /* width: 10px; */
    /* left: 0; */
    /* right: 0; */
    position: absolute;
    width: 67px;
    /* margin: 0 auto;*/
}
.news-img-wrap{    float: left;
    margin-right: 14px;
    margin-top: 5px;
}
.news-img-caption{    line-height: 1.4em;
    display: inline-block;}
 footer p{text-align: left !important;}
 .js-tweet-text-container p{margin-bottom:2px;}
 .required{color:red}.control-label{font-size:17px;}
 #fORGENIUSContactform-69 .form-group, #fORGENIUSContactform-69 .action{margin-top:20px}
.btn-primary {
    color: #fff;
    background-color: #1d3e35;
    border-color: #1e3f35;
    margin-top: 20px;
    border-radius: 0;
}
@media (max-width:640px){.euflag{width:100px}}
.widget.twitters{    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 100px;}
    .widget.twitters a{text-decoration:none;}
.widget.twitters p{text-align: left;} footer h4{color: #fff}
.g-bg-light-gray{background-color:#f4f4f4;}.n-pa-40{padding:40px;}
.disable .title, .disable .description, .disable a{background-color: #dadada !important;color: #73847c !important;}
.Odd.disable:before {
    border: medium solid #dadada;
    border-color: transparent transparent transparent #dadada;
    border-width: 10px 0 10px 10px;
}.Even.disable:after, .Odd.disable:after  {
    background-color: #b9b7b7;
    border: 5px solid #dadada;
}.Even.disable:before, .external.Even.disable:before {
    border: medium solid #dadada;
    border-color: transparent #dadada transparent transparent;
    border-width: 10px 10px 10px 0;
}

.frame-type-menu_subpages ul {
    list-style-type: none;
}

.frame-type-menu_subpages ul li {
    border: 2px solid #d5e4d9;
    margin-top: 10px;
    background: #d5e4d9;
    text-transform: uppercase;
}

.frame-type-menu_subpages ul li a {
    text-decoration: none;
    font-weight: 700;
    padding: 20px;
    display: block;
}

.big-section-home{position: absolute;left:0;right:0;top:13rem;z-index:99; color:#fff}
.big-section-home strong, .big-section-home b{background:#d0633d; font-weight: 900; color:#fff; display: inline-block; padding:1px 2px; margin-right:5px}
.lead{font-size:1.65rem;}

.counter {
    padding: 20px 0;
}
.counter img{border-radius: 50%; background: #f4f4f4}
.count-title {
    color:#fff;
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    color:#fff;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.bg-light-0{background-color: #f8f9fa99!important;margin: 8em 4rem;padding: 50px;}
.nav-link {
    display: block;
    padding: 1.5rem 2.4rem;
    color: #6f7075;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.box-title{margin-top: 4rem;
    background: #ffffffc7;
    padding: 12px 25px;
    border-radius: 50px 0 0 50px;}
.boxUser{padding: 10px;background: #f4f4f4;margin-top: 1rem;}
.imgPartner{border-radius:50%; border:1px solid #ddd; padding:5px; background-color: #f4f4f4}
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.counter img{height:200px}
.firstTitle{margin-top:5px}
.navbar-toggler{background-color: #d0633e;}
@media(max-width:640px){
    img.d-block.w-100 {
    width: 100vh !important;
}
#carouselExampleIndicators{margin-top:6rem} .firstTitle{margin-top:-5rem;}
.firstTitle h1{font-size:1.5rem;}.firstTitle p{font-size:1.3rem}.elementFirst{text-align: center !important} .elementFirst img{height:100px}.counter img{height:auto;}
}