/* VARIABILI */
a:hover {
  text-decoration: none!important;
  color: #2e2e2e;
}
a {
  color: #ff8700;
}
.btn:hover {
  transition: 0.3s ease-in;
}
.btn-sostienici {
  color: #fff;
  background-color: #fe5d40;
  border-radius: 0px;
  padding: 10px 30px;
  font-size: 17px;
}
.btn-sostienici:hover {
  color: #fe5d40;
  background-color: transparent;
  border-color: #fe5d40;
}
.btn-alert:hover {
  cursor: pointer;
}
/*-----------------------------------------------------------
-------------------------------------------------------------
------------------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}
.gray-bg-site {
  background-color: #f3f3f3 !important;
  padding-bottom: 40px;
}
.gray-bg-site .page {
  background-color: #fff;
  padding: 40px;
}
blockquote {
  border: none!important;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
}
.padding-0,
.no-padding {
  padding: 0px !important;
}
.no-padd-right {
  padding-right: 0px !important;
}
.h2-main,
.h2-w {
  border-bottom: 2px solid #ff8700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
}
.h2-main a,
.h2-w a {
  color: #444;
}
.h2-w {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.title-page {
  color: #fff;
  padding: 10px;
  background: #f79a01;
  background: -moz-linear-gradient(45deg, #f79a01 0%, #00823a 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f79a01), color-stop(100%, #00823a));
  background: -webkit-linear-gradient(45deg, #f79a01 0%, #00823a 100%);
  background: -o-linear-gradient(45deg, #f79a01 0%, #00823a 100%);
  background: -ms-linear-gradient(45deg, #f79a01 0%, #00823a 100%);
  background: linear-gradient(45deg, #f79a01 0%, #00823a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79a01', endColorstr='#00823a', GradientType=1);
}
.padding {
  padding: 60px 0;
}
.btn-default {
  background-color: #008d3f;
  color: #fff;
  border-radius: 3px;
  border: 0px;
}
.block-li {
  padding-left: 0px;
  margin: 20px 0 35px 0;
}
.block-li li {
  display: block;
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px -1px #9e9e9e;
}
.help-block.with-errors.didascalia {
  line-height: 0px;
  position: relative;
  top: 8px;
}
/*----------------------------
INIZIO HEADER
----------------------------*/
header {
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 2px 21px -4px #616161;
  -moz-box-shadow: 0px 2px 21px -4px #616161;
  box-shadow: 0px 2px 21px -4px #616161;
}
header .top-link ul li {
  float: left;
  display: block;
  margin-right: 25px;
}
header .top-link ul li a {
  color: #ff8700;
}
header .dropdown-menu li a {
  text-align: left !important;
}
header #bs-example-navbar-collapse-1 {
  margin-top: 20px;
}
header #bs-example-navbar-collapse-1 a {
  color: #444444;
  text-align: center;
}
header .navbar-brand-img {
  display: block;
  float: none;
  margin: auto;
  max-width: 400px;
}
#h1-hidden {
  position: absolute;
  left: -9999px;
}
h1 img {
  width: 60px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #008d3f;
  color: #fff!important;
}
/*----------------------------
FINE HEADER
----------------------------*/
/*----------------------------
INIZIO INTERNE
----------------------------*/
.btn-anchor {
  display: block;
  float: left;
  margin-right: 30px;
  padding: 20px;
  background-color: #008d3f;
  color: #fff;
}
.btn-anchor:hover {
  color: #fff;
  background: #ff8700;
  transition: 0.3s ease-out;
}
.cinquexmille {
  border: 1px solid #e4e4e4;
  padding: 20px;
  min-height: 531px;
  margin-bottom: 30px;
}
.img-sos {
  width: 100%;
}
.contatti ul li,
.contatti a {
  color: #9a9a9a;
  list-style: none;
}
.form-control {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.div-rimuovi-file {
  background-color: #fff;
  top: -27px;
  z-index: 100;
}
/*----------------------------
FINE INTERNE
----------------------------*/
/*----------------------------
INIZIO AREE
----------------------------*/
.main-box {
  background: #008d3f url(/img/creare-primavera-bg.png) no-repeat;
  background-size: initial;
  background-position: 111% 100%;
  color: #fff;
  height: 660px;
}
.main-box .main-box-padding {
  padding: 20px;
}
.main-box .main-h {
  font-size: 50px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.main-box #citation {
  font-weight: 100;
  font-size: 25px;
  letter-spacing: 3px;
}
.main-mini-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-mini-box h3 {
  font-weight: bold;
}
.main-mini-box img {
  display: block;
  margin: auto;
}
.progetto-ragazzi-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fe5d40;
}
.progetto-ragazzi-box h3 {
  font-weight: bold;
}
.progetto-ragazzi-box img {
  display: block;
  margin: auto;
}
.progetto-stella-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #54ADF8;
}
.progetto-stella-box h3 {
  font-weight: bold;
}
.progetto-stella-box img {
  display: block;
  margin: auto;
}
.casa-famiglia-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fec053;
}
.casa-famiglia-box h3 {
  font-weight: bold;
}
.casa-famiglia-box img {
  display: block;
  margin: auto;
}
.acquilone-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #9ebd07;
}
.acquilone-box h3 {
  font-weight: bold;
}
.acquilone-box img {
  display: block;
  margin: auto;
}
.germoglio-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fe8e20;
}
.germoglio-box h3 {
  font-weight: bold;
}
.germoglio-box img {
  display: block;
  margin: auto;
}
.accoglienza-abitativa-box {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ad5cd5;
}
.accoglienza-abitativa-box h3 {
  font-weight: bold;
}
.accoglienza-abitativa-box img {
  display: block;
  margin: auto;
}
.progetto-ragazzi-box:hover,
.progetto-stella-box:hover,
.casa-famiglia-box:hover,
.acquilone-box:hover,
.germoglio-box:hover,
.accoglienza-abitativa-box:hover {
  -webkit-box-shadow: 0px 0px 44px -15px #2e2e2e;
  -moz-box-shadow: 0px 0px 44px -15px #2e2e2e;
  box-shadow: 0px 0px 44px -15px #2e2e2e;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.03);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.03);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.03);
  transition: all 200ms ease-in;
  transform: scale(1.03);
}
.group-img {
  display: block;
  margin: auto;
}
.group-img img {
  float: left;
}
/*----------------------------
FINE AREE
----------------------------*/
/*----------------------------
INIZIO GIORNALINO
----------------------------*/
.box-material {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px -1px #9e9e9e;
  -moz-box-shadow: 0px 2px 5px -1px #9e9e9e;
  box-shadow: 0px 2px 5px -1px #9e9e9e;
  border: 1px solid #f2f2f2;
  min-height: 160px;
}
.box-material * {
  color: #333;
}
.btn-material {
  text-transform: uppercase;
  color: #ff8700;
  display: block;
  border-top: 1px solid #f2f2f2;
}
/*----------------------------
FINE GIORNALINO
----------------------------*/
/*----------------------------
INIZIO NEWS
----------------------------*/
.CheckImmagine img {
  width: 100%;
  height: auto;
  display: block;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #e66c04;
  border-color: #e66c04;
  cursor: default;
}
#Titolo {
  font-size: 19px;
  text-transform: lowercase;
}
#CheckDataOra * {
  color: #999;
  font-size: 12px;
  position: relative;
  top: -7px;
}
.news-home-box {
  background-color: #fff;
  padding: 10px;
}
.news-home-box * {
  color: #444;
}
.news-home-box #Titolo {
  font-weight: bold;
}
.news-home-box p {
  color: #999999;
}
.pagination li a {
  color: #444;
}
.pagination li a:hover {
  color: #ff8700;
}
.newsSelezionata {
  margin-bottom: 60px;
}
/*----------------------------
FINE NEWS
----------------------------*/
/*----------------------------
INIZIO DONAZIONI
----------------------------*/
.donazioni-home-box .arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  left: -20px;
  top: 45%;
}
.donazioni-home-box .donazioni-img {
  background-image: url(/img/donazioni.jpg);
  background-repeat: no-repeat;
  height: 366px;
}
.donazioni-home-box .donazione-copy {
  padding: 20px;
  background-color: #fff;
  height: 366px;
}
.donazioni-home-box .donazione-copy p {
  color: #999999;
}
.donazioni-home-box .donazione-copy h3 {
  font-weight: bold;
}
/*----------------------------
FINE DONAZIONI
----------------------------*/
.lavora-con-noi .input-group {
  width: 100%;
}
.lavora-con-noi .input-group input {
  height: 45px;
  font-weight: bold;
  width: 200px;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #F6F7F9;
  color: #748194;
  font-size: 14px;
  width: 100%;
  border: 0px;
  box-shadow: none!important;
}
.lavora-con-noi .allegati-input .form-control {
  height: 45px;
  font-weight: bold;
  width: 200px;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #F6F7F9!important;
  color: #748194!important;
  font-size: 14px;
  width: 100%;
}
.lavora-con-noi #selezionaDestinatario {
  box-shadow: none!important;
  height: 45px;
  font-weight: bold;
  width: 200px;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #F6F7F9!important;
  color: #748194!important;
  font-size: 14px;
  width: 100%;
}
.lavora-con-noi textarea {
  background: #F6F7F9;
  border-radius: 0px;
  border: 0px;
  box-shadow: none !important;
  color: #748194;
}
.lavora-con-noi .file-input.btn.btn-primary.btn-file {
  height: 44px;
  position: relative;
  top: -12px;
  padding-top: 12px;
  border-radius: 3px;
  background-color: #01823a;
}
.lavora-con-noi #selezionaDestinatario {
  margin-bottom: 15px;
}
.lavora-con-noi span.div-rimuovi-file {
  margin-top: 44px;
}
.box-shadow {
  background: #fff;
  -webkit-box-shadow: 0px 2px 21px -4px #616161;
  -moz-box-shadow: 0px 2px 21px -4px #616161;
  box-shadow: 0px 2px 21px -4px #616161;
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
}
/*----------------------------
FINE DONAZIONITAB PANEL
----------------------------*/
.panel.panel-default {
  border-radius: 0px;
}
.panel.panel-default * {
  color: #444;
  font-weight: bold;
  text-align: center;
}
/*----------------------------
INIZIO FORM CONTATTI
----------------------------*/
.container.page.lavora-con-noi .panel-body a {
  color: #ff8700;
  font-weight: 100;
  color: #333;
}
.contatti-box {
  background: #ff8700 url(/img/creare-primavera-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.contatti-box .input-group input {
  height: 40px;
}
.contatti-box .form-control::-moz-placeholder {
  color: #fff!important;
  opacity: 1;
}
.contatti-box #contatti-home span a {
  text-align: right;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 100;
  float: right;
}
.contatti-box .input-group {
  width: 100%;
}
.contatti-box input,
.contatti-box textarea {
  background: rgba(255, 255, 255, 0.3) !important;
  border: 0px;
  box-shadow: none;
  border-radius: 2px!important;
}
.contatti-box textarea {
  height: 100%!important;
}
.contatti-box .file-input.btn.btn-primary.btn-file {
  background-color: #fff;
  color: orange;
  border-color: #fff;
  border-radius: 0px;
  height: 40px;
  padding-top: 10px;
  font-weight: bold;
}
.contatti-box .help-block.with-errors.didascalia {
  color: #fff;
  line-height: 3px;
}
.contatti-box .checkbox * {
  color: #fff;
}
.contatti-box .btn-primary {
  background-color: #fff !important;
  color: #ff8700 !important;
  border: none!important;
  padding: auto 40px;
  font-weight: bold;
}
/*----------------------------
INIZIO FORM CONTATTI
----------------------------*/
footer {
  background-color: #444444;
  padding: 40px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #ff8700;
  transition: .3s ease;
}
footer .modal-content * {
  color: #444;
}
footer .footer-fulcri {
  border-top: 1px solid #888;
  margin-top: 20px;
  padding-top: 20px;
}
footer li {
  padding: 0;
  margin: 0;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar-toggle {
    display: block;
    width: 26px;
    margin: auto;
    float: none;
  }
  .navbar-toggle span {
    background: #444;
    text-align: center;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .block-li li a {
    float: right;
  }
}
/* Large Devices, Wide Screens */
@media (min-width: 768px) {
  #bs-example-navbar-collapse-1 {
    display: flex !important;
    justify-content: center;
  }
}
/*==================================================
=            RETURN TO TOP
==================================================*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 19px;
  top: 14px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/*-----./ Main Menu-----*/
.navbar-default .navbar-toggle {
  border-color: #fff;
}
/*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*Toggle Button*/
/*==========Sub Menu=v==========*/
nav .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background: #CBEAF0;
}
nav .collapse ul ul ul > li:hover > a {
  background: #CBEAF0;
}
/******************************Drop-down menu work on hover**********************************/
@media only screen and (min-width: 767px) {
  nav .collapse ul li {
    position: relative;
  }
  nav .collapse ul li:hover > ul {
    display: block;
  }
  nav .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  /*******/
  nav .collapse ul ul li {
    position: relative;
  }
  nav .collapse ul ul li:hover > ul {
    display: block;
  }
  nav .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /*******/
  nav .collapse ul ul ul li {
    position: relative;
  }
  nav .collapse ul ul ul li:hover ul {
    display: block;
  }
  nav .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}

