/* ROSSO #ed1c24 */

/* GENERALE */

body {
  color: #555 !important;
}
::-moz-selection { /* Code for Firefox */
  color: #fff !important;
  background: #ed1c24 !important;
}

::selection {
  color: #fff !important;
  background: #ed1c24 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.content-container p strong {
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
a,
a:focus, a:hover {
  color: #ed1c24;
}
.custom-btn.custom-btn--s2 {
  background-color: #fff;
  border-color: #fff;
  color: #2b2b2b;
}
.custom-btn.custom-btn--s1 {
  color: #333;
  background-color: #fff;
  border-color: #ed1c24;
}
.custom-btn.custom-btn--s1:hover {
  background-color: #ed1c24 !important;
}
.custom-btn.custom-btn--s2:hover {
  background-color: #fff;
  border-color: #ed1c24 !important;
  color: #ed1c24 !important;
}
.slick-dots li.slick-active button {
  color: #ed1c24;
}
.video-block .btn_play i:after {
  border-color: transparent transparent transparent #ed1c24;
}
.video-block .btn_play--white:hover i:before,
.top-bar__navigation a:after,
.top-bar__navigation li.has-submenu:before {
  background: #ed1c24;
}
.top-bar__navigation .submenu {
  left: -5px;
  padding: 15px 20px;
}
.top-bar__logo {
  margin-left: 10px;
}
/*
.top-bar__action .custom-btn:first-child {
  background: #e8e7ec;
  color: #555;
}
*/
.top-bar__action .custom-btn:first-child {
  font-weight: 400;
  font-size: 1.6rem;
  background:rgb(237, 28, 36);
}
.video-block .btn_play--white {
  color: #2b2b2b;
  font-weight: 700;
}
.site-logo img {
  max-width:160px;
}
.text-grey {
  color:#25272a;
  text-shadow: 4px 4px 0px #d5d5d5, 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.section-heading .__title {
  text-shadow: 2px 2px 0px #d5d5d5, 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.start-screen--style-1 .start-screen__slide--1 .__title {
  font-weight: 200 !important;
}
.top-bar__action .custom-btn:first-child:before {
  border: 8px solid #fff;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer--s2 .footer__line--first,
.footer__line--first {
  padding-top: 20px;
  padding-bottom: 0px !important;
}
.promo-banner--s1 {
  background-image: url('../img_c/banner-esempio.jpg') !important;
}
.gallery .__item .__content {
  background: rgba(37, 39, 42, .5);
}
.gallery .__item:hover .__content {
  background-color: transparent;
}
.promo-banner--s1 {
  background-color: #f4f4f4;
}
.promo-banner .__title {
  color: #25272a;
}
.promo-banner--s1 p {
  font-size: 1.6rem;
  color: #999;
}
.gallery .__title {
  text-align: left;
}
.gallery .__item .__content {
  background: transparent;
}
.gallery .__item .__content .h4 {
  font-weight: 400;
  color: #000;
}
.gallery .__image:after {
  background: transparent;
}
.h4.__title {
  display: inline-block;
  margin-top: 7px;
}
.h4.__title:before {
  content: "";
  margin-bottom: 7px;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
}
.__title_custom {
  display: inline-block;
  margin-top: 7px;
}
.h4.__title_custom:before {
  content: "";
  margin-bottom: 5px;
  width: 100%;
  height: 1px;
  display: block;
  background: red;
}
img.logo-footer {
  max-width: 70px;
}
/*******************
   CLIENTI
*******************/

.clienti {
  background: #f4f4f4;
}
/*******************
    CONTATTI
*******************/
.company-contacts .__ico {
  color: #ed1c24;
  font-size: 2.7rem;
}
form input.textfield,
form textarea.textfield {
  background: #f4f4f4;
  padding-left: 10px;
}

@media (max-width:768px) {
  .site-logo img {
    max-width: 120px;
  }
  .banner {
    padding: 0;
  }
  .promo-banner__inner {
    margin-top: 40px;
    min-height: auto;
    padding: 30px 0px 30px;
  }
  .promo-banner--s1 {
    background-image: none !important;
  }
  .top-bar.is-expanded .top-bar__navigation .submenu {
    left: -35px;
    padding: 0;
  }
  .top-bar.is-expanded .top-bar__navigation .submenu li {
    padding-left: 0px;
  }
}

/*************************
 NUOVE MODIFICHE 27032020
************************/
.prodotti {
  padding: 60px 30px 30px;
  background: #f4f4f4;
}
.box-prodotto {
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.box-prodotto .slider-prodotto {
  margin-bottom: 10px;
  padding: 6.6em 0;
}

/* Style per frecce slider */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'fontello';
    font-size: 26px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 15px;
}
[dir='rtl'] .slick-prev
{
    right: 15px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f104';
}

.slick-next
{
    right: 15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 15px;
}

.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f105';
}


/* NUOVO CSS */
.box-prodotto .info-prodotto p {
  margin: 0;
}
.box-prodotto .info-prodotto ul {
}
.box-prodotto .info-prodotto ul li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.box-prodotto .info-prodotto .ico-checked {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    color: red;
    background: #fff;
    line-height: 18px;
    font-size: 1.2rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* FINE NUOVO CSS */ 
