/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:200,400,400i,700|Lato:300,400,700,900");
/* Scss Document */
h2 {
  font-size: 3em;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: #ed1c24; }
  h2 strong {
    font-style: normal; }
  @media (max-width: 640px) {
    h2 {
      font-size: 2.2em; } }

h3 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4em; }
  @media (max-width: 640px) {
    h3 {
      font-size: 2.3em; } }

/* Scss Document */
/*  TESTO  */
.bianco {
  color: white; }

.rosso {
  color: #ed1c24; }

.rosso-scuro {
  color: #b7161c; }

.grigio {
  color: #b4b4b4; }

.grigio-chiaro {
  color: #e6e6e6; }

.grigio-chiaro2 {
  color: #f7f7f7; }

.grigio-scuro {
  color: #303030; }

.grigio50 {
  color: #606060; }

/*  SFONDO  */
.bkg-rosso {
  background-color: #ed1c24; }

.bkg-rosso-scuro {
  background-color: #b7161c; }

.bkg-grigio {
  background-color: #b4b4b4; }

.bkg-grigio-chiaro {
  background-color: #e6e6e6; }

.bkg-grigio-chiaro2 {
  background-color: #f7f7f7; }

.bkg-grigio-scuro {
  background-color: #303030; }

/* Scss Document */
.filter-button {
  border-bottom: 1px solid #ed1c24;
  text-align: center;
  color: #ed1c24;
  border-radius: 0;
  padding-right: 1em;
  padding-left: 1em; }

.filter-button:hover {
  border: 1px solid #ed1c24;
  color: white;
  background-color: #ed1c24; }

.btn-default:active .filter-button:active {
  background-color: #ed1c24;
  color: white; }

.riga-filtro {
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #ed1c24; }

/* Scss Document */
@media only screen and (max-width: 576px) {
  #slider h2 {
    font-size: 2em !important; }

  #personalizzazioni h2, #carosello h2, #case-history h3, #cta h2, #cta h3, #sede h3, #notizie h2, #confezionatrici-speciali h1, #ufficio-tecnico h2 {
    font-size: 1.7em; }

  #carosello h3 {
    font-size: 1.3em; }

  #ricerca h2 {
    font-size: 2em; }

  #main-menu nav ul {
    padding-left: 0; } }
@media only screen and (min-width: 576px) {
  #main-menu nav li {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (max-width: 1200px) {
  #main-menu nav li:nth-child(n)::after {
    content: none !important; } }
/* fix bs4 alpha 6 */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  font-weight: 400; }

@media (max-width: 991px) {
  .container {
    margin-left: 15px;
    margin-right: 15px; } }
a {
  color: #b4b4b4;
  text-decoration: none; }
  a:hover, a:active, a:target {
    color: #ed1c24;
    text-decoration: none; }

p, ul {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.8em;
  letter-spacing: 1px; }

ul li {
  font-family: "Lato", sans-serif;
  font-size: 1em; }

address {
  font-size: 0.9em; }
  address strong {
    font-size: 1.3em; }

button {
  border-style: solid;
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-left-color: #b4b4b4;
  border-bottom-color: #b4b4b4;
  border-radius: 0;
  border-width: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
  background-color: white;
  color: #b4b4b4;
  padding: 20px 35px;
  cursor: pointer; }
  button:hover {
    background-color: #ed1c24;
    color: white;
    text-decoration: none;
    border-color: #ed1c24; }

.button-active {
  background-color: #ed1c24;
  color: white;
  text-decoration: none;
  border-color: #ed1c24; }

.form-control {
  padding: 1rem 1.25rem;
  color: #b4b4b4;
  font-size: 0.8em;
  border-radius: 0; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.bordo-dx-rosso {
  border-right: 1px solid #ed1c24; }
  @media (max-width: 768px) {
    .bordo-dx-rosso {
      border-right: none; } }

.bordo-dx-bianco {
  border-right: 1px solid white; }
  @media (max-width: 768px) {
    .bordo-dx-bianco {
      border-right: none; } }

#topbar li {
  display: inline-block;
  list-style: none; }
  @media (min-width: 1200px) {
    #topbar li {
      padding-left: 5px;
      padding-right: 5px; } }
  #topbar li:nth-child(n+2)::after {
    content: none !important; }

#main-menu nav {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }
  #main-menu nav a {
    color: #303030; }
  #main-menu nav a:hover, #main-menu nav a:active {
    color: #b4b4b4; }
  @media (max-width: 768px) {
    #main-menu nav ul {
      text-align: center; } }
  #main-menu nav li {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 1200px) {
      #main-menu nav li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      #main-menu nav li {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      #main-menu nav li {
        padding-left: 0px;
        padding-right: 0px; } }
  #main-menu nav li:nth-child(1n+2):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 13px;
    margin-left: -10px;
    background-color: black; }
  @media (max-width: 1024px) {
    #main-menu nav li:nth-child(1n):after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      position: relative;
      top: -5px;
      margin-left: 10px;
      background-color: #b4b4b4; } }
  #main-menu nav .row {
    width: 100%; }

@media (max-width: 640px) {
  .dropdown-menu {
    font-size: 0.8; } }

@media (max-width: 640px) {
  .dropdown-item {
    white-space: unset;
    border-bottom: 1px solid #e6e6e6; } }

.bottone {
  border-style: solid;
  /*top-color: $grigio-chiaro; 
  right-color: $grigio-chiaro;
  left-color: $grigio;
  bottom-color: $grigio;*/
  border-top-color: #ed1c24;
  border-right-color: #ed1c24;
  border-left-color: #b7161c;
  border-bottom-color: #b7161c;
  border-radius: 0;
  border-width: 1px;
  border-display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 1px;
  background-color: white;
  color: #ed1c24;
  padding: 20px 35px; }
  .bottone:hover {
    background-color: #ed1c24;
    color: white;
    decoration: none; }

.bottone-rosso {
  border-style: solid;
  border-top-color: #ed1c24;
  border-right-color: #ed1c24;
  border-left-color: #b7161c;
  border-bottom-color: #b7161c;
  border-radius: 0;
  border-width: 1px;
  color: white;
  background-color: #ed1c24;
  cursor: pointer; }
  .bottone-rosso:hover {
    background-color: white;
    color: #ed1c24;
    text-decoration: none;
    border-color: #b7161c; }

#slider {
  /*		image: url(../images/slider-1-temporary.jpg);
  		position: center;
  		repeat: no-repeat;
  		size: cover;
  */
  /*padding: 230px 0;*/ }
  #slider hr {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    margin: 35px 0; }
  #slider h1 {
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 0px 20px black; }
  #slider h2 {
    font-size: 4em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px black;
    color: white; }

#motore {
  /*	h3:after {
  		content: "";
  		display: block;
  		height: 5px;
  		width: 30px;
  		margin: 0 auto;
  		background-color: $rosso;
  		position: relative;
      	top: 20px;	
      	margin-bottom: 40px;
  	}*/ }
  #motore label {
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    text-align: center; }
  #motore button {
    border-style: solid;
    border-top-color: #ed1c24;
    border-right-color: #ed1c24;
    border-left-color: #b7161c;
    border-bottom-color: #b7161c;
    border-radius: 0;
    border-width: 1px;
    color: white;
    background-color: #ed1c24;
    cursor: pointer; }
    #motore button:hover {
      background-color: white;
      color: #ed1c24;
      text-decoration: none;
      border-color: #b7161c; }

.img-personalizzazioni {
  background-image: url(../images/studio-tecnico-opem.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .img-personalizzazioni {
      height: 450px; } }
  @media (max-width: 768px) {
    .img-personalizzazioni {
      height: 450px; } }

#personalizzazioni {
  background: #f7f7f7; }

#carosello .carousel-control-prev, #carosello .carousel-control-next {
  width: 3%;
  color: black; }
#carosello .carousel-control-prev-icon {
  background-image: url(../images/previous.png); }
#carosello .carousel-control-next-icon {
  background-image: url(../images/next.png); }
#carosello .carousel-control-prev-icon, #carosello .carousel-control-next-icon {
  height: 90px;
  width: 100%; }

#numeri {
  background-image: url(../images/bkg-grigio.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  #numeri .bkg-numero {
    width: 160px;
    height: 160px;
    background-color: #ed1c24;
    border-radius: 50%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #numeri .bkg-numero {
        width: 120px;
        height: 120px; } }
  #numeri .bkg-numero-inner {
    width: 140px;
    height: 140px;
    color: white;
    border-width: 2px;
    border-color: white;
    border-radius: 50%;
    border-style: solid;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 3.7em; }
    @media (max-width: 768px) {
      #numeri .bkg-numero-inner {
        width: 100px;
        height: 100px;
        font-size: 2em;
        line-height: 3.3em; } }
  #numeri h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center; }
    #numeri h4:after {
      content: "";
      display: block;
      width: 100%;
      height: 35px;
      background-image: url(../images/ombra-numeri.png);
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 20px; }

#ricerca {
  /*background: {
  	image: url(../images/entrata-sede-opem.jpg);
  	position: bottom;
  	repeat: no-repeat;
  	size: cover;
  }*/ }
  #ricerca .container-fluid {
    padding-left: 0;
    padding-right: 0; }

#case-history {
  background-color: #f7f7f7; }
  #case-history h3 {
    font-size: 2.5em;
    font-weight: 400;
    color: #ed1c24; }

.rettangolo-rosso {
  height: 5px;
  width: 30px;
  margin: 0 auto;
  background-color: #ed1c24;
  margin-bottom: 40px; }

.view {
  margin: 10px;
  float: left;
  overflow: hidden;
  position: relative; }

.view .mask, .view .content {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2; }

.view img {
  display: block;
  position: relative; }

.mask p {
  color: white; }

.view h4 {
  width: 100%;
  position: absolute;
  top: 45%;
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  z-index: 1; }

.view h5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  letter-spacing: 2px;
  position: relative; }

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 20px 35px;
  background: transparent;
  color: white;
  text-transform: uppercase;
  border-width: 1px;
  border-color: white;
  border-style: solid; }

.view a.info:hover {
  background: white;
  color: #ed1c24; }

.play {
  position: absolute;
  z-index: 1;
  width: 150px;
  top: 27%;
  left: 27%; }

#cta {
  background-color: #303030; }
  #cta .bottone_email {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 1px;
    background-color: white;
    color: #ed1c24;
    padding: 20px 35px; }
    #cta .bottone_email:hover {
      background-color: #ed1c24;
      color: white;
      decoration: none; }
  #cta .bottone_tel {
    border-style: solid;
    border-color: white;
    border-radius: 0;
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 1px;
    background-color: #303030;
    color: white;
    padding: 20px 35px; }
    #cta .bottone_tel:hover {
      background-color: white;
      color: #303030;
      decoration: none; }
  #cta span {
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px; }

footer {
  color: #303030; }
  footer p {
    font-size: 0.8em; }
  footer a {
    font-weight: 900;
    color: #303030; }
    footer a:hover, footer a:active {
      color: #ed1c24;
      text-decoration: none; }
  footer h4 {
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    font-weight: 900;
    text-transform: uppercase; }

/************* PAGINE INTERNE *************/
/* HEAD */
#head {
  background-image: url(../images/bkg-grigio.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4.5em;
  padding-bottom: 2em; }
  #head h2 {
    color: #303030;
    font-style: normal; }
  #head .breadcrumb li:nth-child(1n+1):before {
    color: #606060; }
  #head .breadcrumb li a {
    color: #606060; }

@media (max-width: 640px) {
  .titolo-impianto {
    font-size: 1.5em; } }

.riga-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b4b4b4; }

#sidebar {
  border-radius: 0;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0;
  border-top: 0;
  border-style: solid;
  border-color: #e6e6e6; }

#sidebar .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: #e6e6e6;
  text-transform: uppercase;
  color: #303030;
  /*white-space: nowrap;*/ }

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
  background-color: #f7f7f7; }

/* closed state */
/*#sidebar .list-group .list-group-item[aria-expanded="false"]::after {

  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  position: absolute;
  right: 10px;
}

#sidebar .list-group .list-group-item::after {

  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  position: absolute;
  right: 10px;
}*/
/* open state */
#sidebar .list-group-rosso[aria-expanded="true"] {
  background-color: #ed1c24 !important;
  color: white; }

#sidebar .list-group-grigio[aria-expanded="true"] {
  background-color: #b4b4b4 !important; }

/*#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  position: absolute;
  right: 10px;
}*/
#sidebar .lowercase {
  text-transform: lowercase; }

/* level 1*/
#sidebar .list-group .collapse .list-group-item {
  padding-left: 30px; }

/* level 2*/
#sidebar .submenu {
  padding-left: 40px; }

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 50px; }

#sidebar .collapsed > .list-group-item {
  background-color: #f7f7f7; }

@media (max-width: 48em) {
  /* overlay sub levels on small screens */
  #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
    position: absolute;
    z-index: 1;
    width: 190px; }

  #sidebar .list-group > .list-group-item {
    text-align: center;
    padding: .75rem .5rem; }

  /* hide caret icons of top level when collapsed */
  #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
  #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
    display: none; } }
/*.collapse.show {
    border-bottom: 2px solid $rosso;
}*/
/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width; }

@media (max-width: 736px) {
  #sidebar {
    display: none; } }
#sidebar-phone {
  display: none; }

#sidebar-phone select {
  display: block;
  background: #f7f7f7;
  padding: 1em;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  margin-top: 1em; }

@media (min-width: 768px) {
  #sidebar-phone {
    display: none; } }
#sidebar .test2 {
  text-transform: lowercase; }

/* BREADCRUMB */
.breadcrumb {
  display: -webkit-inline-box;
  background-color: transparent;
  text-align: right;
  cursor: pointer; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: block;
      text-align: center; } }
  .breadcrumb li:nth-child(1n+2) {
    padding-left: 1em;
    margin-top: -0.1em; }
  .breadcrumb li:nth-child(1n+2):before {
    content: " \f105";
    font-family: FontAwesome;
    display: inline;
    padding-right: 0.9em;
    color: #FFFFFF; }
  .breadcrumb .active {
    color: #ed1c24; }
  .breadcrumb li a {
    color: #FFFFFF; }
  .breadcrumb li a:hover {
    color: #ed1c24; }

/* WRAP */
wrap a {
  color: #303030;
  text-decoration: none; }
  wrap a:hover, wrap a:active {
    color: #606060;
    text-decoration: none; }

wrap h2 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  color: #ed1c24; }

/*wrap h3 {	
	display: block;
	padding-bottom: 0.2em;
	color: $rosso;
    border-bottom: 1px solid $rosso;
	
	font: {
		weight: 200;
	}
}
*/
wrap h3 {
  display: block;
  padding: 0.5em 0.5em 0.3em 0em;
  color: #ed1c24;
  border-bottom-color: #ed1c24;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 200; }
  @media (max-width: 640px) {
    wrap h3 {
      font-size: 1.4em; } }

wrap .immagine {
  padding-top: 1em;
  padding-bottom: 1em;
  max-height: 300px;
  overflow: hidden; }

wrap .box {
  border: none;
              /*{
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	style: solid;
	color: $grigio-chiaro;
}*/ }

wrap .dettagli {
  display: block;
  background: #f7f7f7;
  padding: 0.75em 0.5em;
  min-height: 4em; }
  wrap .dettagli h5 {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
  wrap .dettagli i {
    font-size: 2.5em;
    position: absolute;
    right: 0.7em;
    bottom: 0.2em; }

#gallery .carousel-item {
  /*	border: {
  		bottom: 1px solid $rosso;
  	}*/ }
  #gallery .carousel-item img {
    max-height: 400px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #gallery .carousel-item img {
        max-height: 300px; } }

#gallery .carousel-control-prev, #gallery .carousel-control-next {
  color: #ed1c24 !important;
  font-size: 2em; }

#gallery .carousel-control-prev:focus, #gallery .carousel-control-prev:hover,
#gallery .carousel-control-next:focus,
#gallery .carousel-control-next:hover {
  color: #ed1c24;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

#specifiche p, #opzioni p {
  font-size: 0.8em;
  font-weight: 200; }
#specifiche ul li, #opzioni ul li {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 1px; }

.bordo-rosso {
  border-right: 1px solid #ed1c24; }
  @media (max-width: 768px) {
    .bordo-rosso {
      border-right: none; } }

.video {
  height: 13em; }
  @media (max-width: 768px) {
    .video {
      height: 17em; } }

.titolo-scheda {
  font-size: 2em;
  font-weight: 200;
  text-transform: capitalize; }

.bkg-nome {
  position: absolute;
  width: 220px;
  right: 0;
  /*top: 0;*/
  z-index: 9;
  height: 110px;
  background-image: url(../images/bkg-nome-prodotto.svg); }
  .bkg-nome h3 {
    margin-bottom: 0px;
    /*top: 35px;
    position: absolute;*/
    margin-left: 10px;
    border: none;
    font-size: 1.2em; }
 @media (max-width: 540px) {
.bkg-nome {
  width: 100px;
  background-repeat:no-repeat;
  height:auto; } }

#azienda-top {
  background-image: url(../images/azienda-opem-cortile-interno.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #azienda-top h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }
    @media (max-width: 640px) {
      #azienda-top h1 {
        font-size: 2.5em; } }

#sede-top {
  background-image: url(../images/bkg-reception-opem.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #sede-top h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }
    @media (max-width: 640px) {
      #sede-top h1 {
        font-size: 2.5em; } }

#sede {
  border-bottom: 1px solid #ed1c24; }
  #sede .img-fluid2 {
    width: 100% !important;
    height: auto !important; }

#ricerca-sviluppo {
  background-image: url(../images/bkg-ricerca-sviluppo.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #ricerca-sviluppo h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }

#assistenza-tecnica {
  background-image: url(../images/bkg-assistenza-tecnica.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #assistenza-tecnica h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }
    @media (max-width: 640px) {
      #assistenza-tecnica h1 {
        font-size: 2.5em; } }

#confezionatrici-speciali {
  background-image: url(../images/bkg-confezionatrici-speciali.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #confezionatrici-speciali h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }
    @media (max-width: 640px) {
      #confezionatrici-speciali h1 {
        font-size: 2.5em; } }
    @media (max-width: 567px) {
      #confezionatrici-speciali h1 {
        font-size: 1.7em; } }

#contatti {
  background-image: url(../images/opem-interno-scale.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em; }
  #contatti h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-style: normal; }
    @media (max-width: 640px) {
      #contatti h1 {
        font-size: 2.5em; } }

.carousel-fade .carousel-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity .75s ease-in-out; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

#storia .cd-date {
  font-size: 2em; }

#notizie h3 a, #eventi-passati h3 a {
  color: #ed1c24; }
#notizie h3 a:hover, #eventi-passati h3 a:hover {
  color: #b4b4b4; }
@media (max-width: 640px) {
  #notizie h3, #eventi-passati h3 {
    font-size: 1.5em; } }
#notizie ul.post_meta_links, #eventi-passati ul.post_meta_links {
  float: left;
  margin: -5px 0px 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
#notizie .post_meta_links li, #eventi-passati .post_meta_links li {
  float: left;
  list-style-type: none;
  color: #303030;
  margin: 0px;
  padding-right: 1em;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
#notizie a.date, #eventi-passati a.date {
  color: #303030; }

#eventi-passati {
  border-top: 1px solid #ed1c24; }
  #eventi-passati h3, #eventi-passati h3 a {
    font-size: 1em;
    color: #303030; }
  #eventi-passati p, #eventi-passati ul {
    font-size: 0.8em; }
  #eventi-passati img:hover {
    opacity: 0.9; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ed1c24;
  background-color: white;
  border: 1px solid #e6e6e6; }

.page-link:focus, .page-link:hover {
  color: #b7161c;
  text-decoration: none;
  background-color: #f7f7f7;
  border-color: #e6e6e6; }

.sharepost ul {
  margin: 0px;
  padding: 0px; }

.sharepost ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 0.8em; }

.eventi_anni {
  margin: 0px;
  width: 100%;
  padding-left: 0px; }

.eventi_anni li {
  display: block;
  list-style-type: none;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0px;
  border-bottom: 1px solid #ed1c24; }
  .eventi_anni li a {
    color: #ed1c24; }
  .eventi_anni li a:hover, .eventi_anni li a:active {
    color: #b4b4b4; }

#parallax1 {
  background-image: url(../images/opem-interno-scale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #parallax1 h2 {
    color: white; }

.box {
  border-color: #b4b4b4;
  border-width: 1px;
  border-style: solid; }
  .box i {
    font-size: 3em;
    color: #ed1c24; }

#assistenza2 {
  background-color: #f7f7f7; }

#assistenza i {
  font-size: 3em;
  color: #ed1c24; }

.img-bkg {
  overflow: hidden; }
  .img-bkg img {
    height: 100%; }

.img-news {
  overflow: hidden;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4b4b4;
  text-align: center; }
  .img-news img {
    height: 100%; }
  @media (max-width: 640px) {
    .img-news {
      height: 200px; }
      .img-news img {
        width: 100%;
        height: auto; } }

.img-news-history {
  overflow: hidden;
  height: 150px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4b4b4;
  text-align: center; }
  .img-news-history img {
    height: 100%; }

.img-news-inner {
  height: 500px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4b4b4; }
  .img-news-inner img {
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
