/* Modifiche 2019 */
body {
  font-size: 15px !important;
}

.btn-new {
  background-image: url(../images/rounded-checkbox.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 34px 34px;
  border-radius: 7px;
  text-align: left;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  padding: 0 60px 0 20px;
}

.software-image {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 140px;
  border: 3px solid white;
}

.software-rows > .container-fluid {
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.software-rows > .container {
  border-bottom: 1px solid #979797;
  padding-top: 30px;
  padding-bottom: 30px;
}

.software-rows > .container-fluid > .container > .row > *,
.software-rows > .container > .row > * {
  margin-bottom: 30px;
  margin-top: 30px;
}

.software-rows > .container:last-child {
  border-bottom: 0;
}

.software-row-image {
  text-align: center;
}

@media (max-width: 992px) {
  .software-row-image {
    display: block !important;
  }
}

.software-image-container {
  display: inline-block;
}

.software-d-inside {
  position: relative;
  bottom: 0;
  left: 100%;
  margin-bottom: -82px;
  margin-left: -90px;
}

.software-highlighted-row {
  background-color: #E7E7E7;
  background-image: repeating-linear-gradient(
    -65deg,
    #FEFEFE,
    #EDEDED 1px,
    #E7E7E7 0px,
    #E7E7E7 20px
  );
}

/* Reference: https://stackoverflow.com/a/20548578/10042350 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn-newsletter-footer {
  border-radius: 7px;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: white;
  color: #005ba4;
}

.btn-newsletter-footer:hover {
  background-color: white;
  color: #005ba4;
}

.footer-social-icons > * {
  margin-right: 6px;
  margin-bottom: 15px;
  display: inline-block;
}

footer .form-control {
  border: 2px solid #005ba4;
}

footer .has-error .form-control,
footer .has-error .form-control:focus {
  border-width: 2px;
  border-color: #DF5F44;
}

footer .has-error .control-label {
  color: #DF5F44;
}

.centered-form-show {
  box-shadow: 0px 15px 50px rgba(39, 39, 39, 0.33);
  border-radius: 7px;
  max-width: 753px;
  padding: 40px 60px;
  margin: 60px auto 60px auto;
}

@media only screen and (max-width: 600px) {
  .centered-form-show {
    padding: 20px 20px;
  }
}

select.form-control {
  -webkit-appearance: none;
  background: url(../images/freccia-34x34.svg) no-repeat right center;
  padding-right: 46px;
}

.form-control {
  border-radius: 4px;
}

.new-p {
  margin-top: 20px;
}

.new-quote {
  font-style: italic;
  font-size: 18px;
  font-weight: 200;
}

.buttons-filter-category a {
  display: inline-block;
  border-right: 1px solid #c1c2c3;
  padding-right: 10px;
  margin-right: 10px;
  color: #030303;
  cursor: pointer;
}

.buttons-filter-category a:hover {
  text-decoration: none;
}

.buttons-filter-category a:last-child {
  border-right: 0;
}

.buttons-filter-category a.isChecked {
  color: #337ab7;
}

.home-stripe-columns {
  margin-top: 60px;
}



@media (min-width: 992px) {
  .home-stripe-columns:first-child {
    padding-right: 60px;
  }
}

.machine-section {
  height: 80px;
  background-size: cover;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}

.machine-section-components {
  background-image: url(../images/macchine/componenti_bg.jpg);
}

.machine-section-software {
  background-image: url(../images/macchine/software_bg.jpg);
}

.panel-group .panel {
  border-radius: 0;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-title {
  font-weight: bold;
  font-size: 15px;
  color: #666;
}

.panel-heading {
  cursor: pointer;
}

.homebox {
  margin-top: 30px;
}

.homebox:last-child {
  margin-bottom: 30px;
}

.home-hover-link {
  position: absolute;
  top: 10%;
  margin-left: 6%;
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  .home-hover-link {
    font-size: 20px;
  }
}

@media (max-width: 989px) {
  .home-hover-link {
    font-size: 32px;
  }
}

@media (max-width: 765px) {
  .home-hover-link {
    font-size: 50px;
  }
}

@media (max-width: 560px) {
  .home-hover-link {
    font-size: 26px;
  }
}

img.home-hover-icon {
  position: absolute;
  bottom: 10%;
  margin-left: 6%;
  height: 30%;
  border: 0 !important;
}

.service-hover-link {
  position: absolute;
  top: 10%;
  margin-left: 6%;
  color: white;
  text-decoration: none;
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}

img.service-hover-icon {
  position: absolute;
  bottom: 10%;
  margin-left: 6%;
  height: 30%;
  border: 0 !important;
}

.icon-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Bootstrap 3 navbar collapse breakpoint change */
@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.macchina-subsection {
  background-color: #005ba4;
  padding: 10px;
  color: white;
}

ul.macchina-caratteristiche-principali {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.macchina-caratteristiche-principali li {
  flex: 1 1 130px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  color: #005ba4;
}

ul.macchina-caratteristiche-principali li:last-child {
  margin-bottom: 20px;
}

ul.macchina-caratteristiche-principali li span {
  display: inline-block;
  max-width: 150px;
}

.macchina-tipologia {
  text-align: center;
}

.macchina-tipologia .rounded-container {
  display: inline-block;
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  height: 110px;
  width: 110px;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
}

.macchina-tipologia .rounded-container img {
  display: inline-block;
}

.macchina-icon-label {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  color: #005ba4;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#slideshow-tipologie-lavorazione .slideshow-macchinario-frame {
  margin: 0 auto !important;
  position: relative  !important;
  min-height: 190px  !important;
}

#slideshow-tipologie-lavorazione .slideshow-macchinario-frame .macchina-tipologia {
  text-align: center !important;
  position: absolute !important;
  width: 100% !important;
  margin-top: 20px;
}

.btn-new-download {
  border-radius: 7px;
  text-align: left;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  min-width: 250px;
  font-weight: bold;
}

.btn-new-download.btn-secondary {
  border: 1px solid #979797;
  color: #005ba4;
  background-color: white;
}

.macchina-download-image {
  float: right;
  position: relative;
  right: -56px;
  top: -13px;
}

.btn-new-download:last-child {
  margin-right: 35px;
}

.btn-new-download.btn-secondary:hover {
  background-color: #286090;
  color: white;
  border-color: #204d74;
}

.macchine-download-stripe .macchine-download-stripe-left,
.macchine-download-stripe .macchine-download-stripe-center,
.macchine-download-stripe .macchine-download-stripe-right {
  text-align: center;
  margin: 30px 0 !important;
}

@media screen and (min-width: 992px) {
  .macchine-download-stripe .macchine-download-stripe-left {
    text-align: left;
  }

  .macchine-download-stripe .macchine-download-stripe-center {
    text-align: center;
  }

  .macchine-download-stripe .macchine-download-stripe-right {
    text-align: right;
  }
}

.iconized-services {
  border: 2px solid #515050;
  max-width: 753px;
  margin: 60px auto 30px auto;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  position: relative;
}

.iconized-services .iconized-icon {
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
}

.iconized-services .iconized-content p {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .iconized-services .iconized-icon {
    top: -10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
  }

  .iconized-services .iconized-content {
    display: inline-block;
    margin-top: 20px;
  }

  .iconized-services .iconized-content {
    display: inline-block;
  }

  .iconized-services .iconized-content .separator {
    display: none;
  }

  .iconized-services .iconized-content .section {
    display: block;
  }
}

table.tabella-prodotto {
  border-top: 0;
  margin-top: 0;
}

table.tabella-prodotto thead th {
  background-color: white;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #005ba4;
}

ul.icons-list {
  list-style: none;
}

.automation-text-and-video-row {
  display: flex;
  align-items: top;
}

@media (max-width: 991px) {
  .automation-text-and-video-row {
    display: block;
  }
}

@media (max-width: 600px) {
  .frase-emozionale {
    font-size: 18px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #d9d9d9;
  }
}

@media (max-width: 560px) {
  .home-slider-container > .row > .col-xs-12 {
    padding: 0;
  }
}

@media (min-width: 850px) {
  .sideboxes {
    display: flex;
    justify-content: center;
  }

  .sideboxes .abc {
    flex: 1 1;
    margin: 20px;
    max-width: 360px;
    position: relative;
  }

  .sideboxes .languages {
    right: 0;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-width: 700px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.home-number,
.home-number-link {
  border-radius: 11px;
  height: 137px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.home-number {
  font-family: 'Exo 2', sans-serif;
  color: #00449e;
}

.home-number .number {
  font-family: 'Exo 2', sans-serif;
  font-size: 44px;
  font-weight: bold;
  padding-right: 8px;
}

.home-number .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}

.home-number-link {
  background-image:
    linear-gradient(0deg, rgba(0, 68, 158, 0.9), rgba(0, 68, 158, 0.9)),
    url(../images/homepage/donatoni-home-link-bg.jpg);
  background-size: cover;
  /* box-shadow: inset 0 0 0 2000px rgba(0, 46, 106, 0.7); */
  background-blend-mode: multiply;
}

.home-number-link .title {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.home-striped-head {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-striped-head h1 {
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  font-family: 'Exo 2', sans-serif;
  color: #00449e;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.machine-category {
  margin-bottom: 40px;
  background-blend-mode: multiply;
  background: linear-gradient(rgba(2, 91, 164, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 3;
}

.machine-category-col {
  text-align: center;
}

.machine-category {
  position:relative;
  display:inline-block;
}
.machine-category:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top,  rgba(2,91,164,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(2,91,164,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ba4', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.machine-category img {
  display: block;
}

.machine-category h3 {
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  margin: 0;
  text-align: left;
  padding-right: 20px;
}

.machine-category-sm {
  height: 80px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
}

.machine-category-sm {
  background-size: cover !important;
  background-blend-mode: multiply;
  background-position: center !important;
}

.machine-category-sm.piani-cucina-e-top-bagno {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/piani-cucina-e-top-bagno.jpg);
  background-position-y: top !important;
}
.machine-category-sm.pavimenti-e-rivestimenti {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/pavimenti-e-rivestimenti.jpg);
}
.machine-category-sm.manufatti-per-ledilizia {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/manufatti-per-ledilizia.jpg);
}
.machine-category-sm.grandi-progetti {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/grandi-progetti.jpg);
}
.machine-category-sm.design-e-sculture {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/design-e-sculture.jpg);
}
.machine-category-sm.arte-funeraria {
  background: linear-gradient(rgba(155, 155, 155, 0.7) 0%,rgba(155, 155, 155, 0.7) 100%), url(../images/macchine/categorie/arte-funeraria.jpg);
}

.machine-category-sm h3 {
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  text-align: left;
  padding-right: 20px;
}

.isChecked .machine-category-sm {
  background: red;
}

.isChecked .machine-category-sm.piani-cucina-e-top-bagno {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/piani-cucina-e-top-bagno.jpg);
}
.isChecked .machine-category-sm.pavimenti-e-rivestimenti {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/pavimenti-e-rivestimenti.jpg);
}
.isChecked .machine-category-sm.manufatti-per-ledilizia {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/manufatti-per-ledilizia.jpg);
}
.isChecked .machine-category-sm.grandi-progetti {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/grandi-progetti.jpg);
}
.isChecked .machine-category-sm.design-e-sculture {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/design-e-sculture.jpg);
}
.isChecked .machine-category-sm.arte-funeraria {
  background: linear-gradient(rgba(0, 68, 158, 0.7) 0%,rgba(0, 68, 158, 0.7) 100%), url(../images/macchine/categorie/arte-funeraria.jpg);
}

.machine-images-fix img {
  width: 100%;
}

.nexi-banner {
  background: #25388D linear-gradient(#25378D, #009BCE);
  min-height: 50px;
  padding: 20px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  flex-wrap: wrap;
}

.nexi-banner > * {
  padding: 20px;
}

.nexi-banner .btn {
  background-color: transparent;
  border: 2px solid white;
}

.nexi-banner .btn:hover {
  border-color: #2E6DA4;
  background-color: #286090;
}

.nexi-banner .text {
  font-size: 30px;
}

@media (max-width: 767px) {
  .nexi-banner .text {
    font-size: 20px;
  }

  .nexi-banner .text img {
    display: block;
    margin: 1em auto 0 auto !important;
  }
}