.listing-page .description {
  margin-right: 20px;
}

.slick-slider-center .img-container {
  padding-right: 10px;
}

.dkc-group-section ul {
  padding-left: 0;
}

.dkc-group-section ul li {
  padding-left: 30px;
  position: relative;
}

.dkc-group-section ul li:before {
  position: absolute;
  left: 5px;
  top: 9px;
  color: black;
  font-size: 10px;
}

.dkc-group-section .text-col {
  padding: 100px 0;
}

.single-article-block {
  width: 100%;
  max-width: 360px;
  display: block;
}

.single-article-block:last-child, .single-article-block:first-child {
  margin: auto;
}

.slick-articles .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}

.store-locator .tags-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .slick-articles .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form .form-item.width-100p .form-control, .contact-form .form-item.width-100p {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .column-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            -webkit-flex-flow: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-flow: column;
  }
  .dkc-group-section {
    display: block;
  }
  .dkc-group-section .img-container {
    height: 340px;
  }
  .dkc-group-section .text-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .customers-slider-section {
    padding: 60px 0;
  }
  .list-of-actions-container.three-actions {
    display: block;
  }
    .list-of-actions-container.three-actions .discover-block { /*max-width: 991px*/
        width: 100%;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 130px;
    }
  .list-of-actions-container.three-actions .discover-block:not(:last-child), .list-of-actions-container.three-actions .discover-block:not(:first-child) {
    margin-left: auto;
    margin-right: auto;
  }
  .list-of-actions-container.three-actions .discover-block .btn {
    position: absolute;
    background: #ee3224;
    font-size: 0;
    border: none;
    -webkit-border-top-left-radius: 4px;
       -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    min-width: 0;
    padding: 0;
    right: 0;
    top: 10px;
    display: block;
    margin-top: 0;
  }
  .list-of-actions-container.three-actions .discover-block .btn:after {
    content: "\e910";
    font-size: 12px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .list-of-actions-container.three-actions .discover-block .block-icon {
    bottom: auto;
    top: 20px;
  }
  .page-footer {
    padding: 30px 30px 10px 30px;
  }
  .page-footer > .row > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .page-footer .second-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            -webkit-flex-flow: column-reverse;
               -moz-box-orient: vertical;
               -moz-box-direction: reverse;
            flex-flow: column-reverse;
  }
  .page-footer .first-row {
    margin-bottom: 50px;
  }
  .page-footer .second-row {
    text-align: center;
    font-size: 14px;
  }
  .page-footer .second-row .block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .flex-heading {
    height: 390px;
  }
  .flex-heading .heading-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .flex-heading .title {
    font-size: 18px;
    font-weight: 300;
  }
  .flex-heading .subtitle {
    display: none;
  }
  .flex-heading .flex-1:not(.flex-container),
  .flex-heading .flex-2:not(.flex-container) {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-lines-section {
    padding-top: 20px;
  }
  .col-xs-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .product-lines-section .description {
    line-height: 1.375;
  }
  .title:not(.no-underline) {
    padding-bottom: 10px;
  }
  .brands-listing.row {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .brands-listing .brand {
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
  }
  .brands-listing .shadow {
    display: none;
  }
  .brands-listing .fade-zoom {
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .brands-listing .fade-zoom .img {
    width: 70px;
    height: 70px;
    top: 50%;
    right: 10px;
    left: auto;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    margin-top: -35px;
  }
  .brands-listing .brand-logo {
    background-color: transparent;
    height: auto;
    margin-bottom: 10px;
  }
  .brands-listing .plus-icon {
    display: none;
  }
  .brands-listing .animate-block {
    position: static;
    padding: 20px 25px;
    padding-bottom: 15px;
  }
  .brands-listing .brand-title {
    color: #5a5a5a;
    font-size: 16px;
    height: auto;
    padding: 0;
    padding-right: 70px;
  }
  .brands-listing .brand-logo {
    padding: 0;
  }
  .brands-listing .accordion-item {
    border-left: 5px solid #ee3224;
    min-height: 90px;
  }
  .brands-listing .accordion-item .hidden-section > div {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .brands-listing .arrows-ul {
    margin: 0;
    margin-top: 10px;
  }
  .brands-listing.yb-grid.square-blocks .single-element {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .brands-listing .hidden-section li {
    color: #999999;
    margin-bottom: 10px;
  }
  .brands-listing .accordion-item.active {
    -webkit-transform: none;
            -moz-transform: none;
             -ms-transform: none;
              -o-transform: none;
         transform: none;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  }
  .brands-listing .accordion-item.active .img {
    opacity: 0;
    -webkit-transform: none;
            -moz-transform: none;
             -ms-transform: none;
              -o-transform: none;
         transform: none;
  }
  .brands-listing .accordion-item.active .brand-title {
    background: transparent;
    padding-right: 0;
    color: #5a5a5a;
    margin-top: 0;
    padding-top: 0;
  }
  .brands-listing .accordion-item.active .hidden-section > div {
    background-color: transparent;
  }
    .list-of-actions-container.three-actions .discover-block { /*max-width: 767px*/
        width: 100%;
        position: relative;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 35px;
        min-height: 0;
    }
  .three-actions {
    margin-bottom: 40px;
  }
  .three-actions .discover-block {
    margin-bottom: 10px;
  }
  .three-actions .discover-block .block-title {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .three-actions .discover-block .text-block {
    font-size: 13px;
    line-height: 1.375;
  }
  .dkc-group-section .text-col {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.25;
  }
  .customers-slider-section {
    padding: 35px 0;
  }
  .blog-articles-container {
    padding: 0;
  }
  .slick-articles .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .single-article-block {
    max-width: none;
  }
  .settore .testata-settore {
    height: 200px;
  }
  .settore .testata-testo {
    padding-bottom: 15px;
  }
  .settore .testata-testo .title-settore {
    font-size: 46px;
    line-height: 42px;
  }
  .settore .testata-testo .subtitle-settore {
    font-size: 16px;
  }
  .settore .product-lines-section {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .settore-blocchiHome-container {
    padding: 0;
  }
  .settore-blocchiHome-container .title {
    line-height: 1.1;
  }
  .breadcrumb {
    min-height: 35px;
  }
  .customers-slider-section img:first-child {
    opacity: 1;
  }
  .customers-slider-section img:last-child {
    display: none;
  }
  .slick-customers {
    margin-top: 30px;
  }
  .blog-articles-container {
    margin-bottom: 60px;
  }
  .blog-articles-container .article-content {
    margin-left: 15px;
  }
  .single-article-block .article-title {
    font-size: 25px;
    line-height: 1.12;
  }
  .single-article-block .article-text {
    line-height: 1.25;
  }
  .single-article-block .article-img {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .store-locator .settings-container {
    padding-right: 40px;
  }
  .store-locator .settings-column {
    width: 500px;
  }
  .store-locator .grey-block {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .slick-slider-center .prev-arrow, .slick-slider-center .next-arrow {
    top: 45px;
  }
}

@media screen and (max-width: 991px) {
  .store-locator .grey-block {
    font-size: 22px;
  }
  .store-locator .settings-column {
    width: 420px;
  }
  .store-locator .checkbox-container {
    -ms-flex-preferred-size: 33%;
        -webkit-flex-basis: 33%;
            flex-basis: 33%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .visible-768 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .store-locator .settings-column {
    display: none;
  }
  .store-locator.settings-active .settings-column {
    display: block;
    width: 100%;
  }
  .open-settings, .open-map {
    background: white;
    border: 1px solid #ee3224;
    color: #ee3224;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
  }
  .open-settings.active, .open-map.active {
    color: white;
    background: #ee3224;
  }
  .map-column {
    height: 500px;
  }
  .network-page .title.no-underline {
    padding: 0 10px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .network-page .title.no-underline:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    border-bottom: 3px solid #ee3224;
    bottom: 0;
    left: 10px;
  }
  .network-page .settings-container {
    padding: 15px;
  }
  .network-page .settings-container > .flex-container {
    display: block;
  }
  .network-page .settings-container .form-item {
    margin-bottom: 15px;
  }
  div.store-locator {
    display: block;
  }
  .store-locator .results-container {
    padding-right: 30px;
  }
  .store-locator .padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .store-locator .result {
    padding-left: 0;
    padding-right: 0;
  }
  .store-locator .grey-block {
    font-size: 18px;
  }
  .nicescroll-rails {
    -webkit-transform: translate(-5px) scaleY(0.9);
            -moz-transform: translate(-5px) scaleY(0.9);
             -ms-transform: translate(-5px) scaleY(0.9);
              -o-transform: translate(-5px) scaleY(0.9);
         transform: translate(-5px) scaleY(0.9);
  }
  .result {
    font-size: 14px;
  }
  .results-container {
    margin-bottom: 0;
  }
  .btn-open-map {
    font-size: 13px;
    padding-bottom: 13px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 992px) {
  .first-footer-block{
    margin-bottom: 50px;
  }
  .page-footer .margin-right {
    display: block;
    text-align: center;
    position: static !important;
    margin-bottom: 5px;
}

.page-footer .first-row {
    text-align: center;
}
  .types-mobile-container.side-container.sidebar nav {
    margin-bottom: 20px;
  }
  .types-mobile-container.side-container.sidebar .categories-accordion {
    margin-bottom: 4px;
  }
  .types-mobile-container.side-container.sidebar .main-category .category-link {
    margin-top: 5px;
  }
  .listing-page .two-col-layout section:not(:last-child), .listing-page .products-listing {
    margin-bottom: 40px;
  }
  .listing-page .heading-row {
    height: 400px;
  }
}

.sidebar .category-link .icon {
  display: inline-block;
  min-width: 19px;
}

@media screen and (max-width: 1024px) {
  .products-listing {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .listing-page .two-col-layout section:not(:last-child) {
    margin-bottom: 40px;
  }
  .two-col-layout {
    margin-bottom: 60px;
  }
  .title {
    line-height: 1.3;
  }
  .contact-form .form-column {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  /*.contact-form .form-item:nth-child(odd) {
    margin-right: 0;
  }*/
  .contact-form .unflex-tablet {
    max-width: 680px;
  }
  .products-listing .single-element {
    text-align: center;
  }
  .products-listing .product {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .title:not(.no-underline):before{
    bottom: -5px;
  }
  .form-item{
    margin-bottom: 18px;
  }
  .title {
    line-height: 1.2;
  }
  .description-container {
    display: block;
  }
  .description-container p {
    line-height: 1.3;
    color: #666;
  }
  .listing-page .download-container {
    margin-top: 30px;
    background: #ee3224;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            -webkit-flex-flow: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
            flex-flow: row;
    padding: 10px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
  }
  .listing-page .download-container:hover {
    text-decoration: none;
  }
  .listing-page .download-container .download-icon {
    color: white;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .listing-page .download-container .download-text {
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
            -moz-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
         box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
    display: inline;
    line-height: 11px;
    color: white;
  }
  .listing-column {
    padding-left: 0;
    padding-right: 0;
  }
  .listing-page section:not(:first-child) .title {
    text-align: center;
    margin-bottom: 5px;
  }
  .listing-page section:not(:first-child) .title:before {
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
  }
  .listing-page .yb-grid .single-element:nth-child(1n + 1) {
    margin-right: 5px;
  }
  .listing-page .yb-grid .single-element {
    width: -webkit-calc((100% / 2) - 5px);
    width: -moz-calc((100% / 2) - 5px);
    width: calc((100% / 2) - 5px);
    margin-bottom: 5px;
  }
  .listing-page .list-column {
    width: 100%;
  }
  .listing-page .list-column ul.arrows-ul li {
    max-width: none;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-size: 16px;
  }
  .products-listing {
    margin-top: 40px;
    margin-right: -5px;
  }
  .products-listing .product-label .plus-icon {
    display: none;
  }
  .products-listing.subcategory-listing .product .product-label {
    position: static;
    width: 100%;
    height: 60px;
    line-height: 1.3;
  }
  .products-listing.subcategory-listing .product .product-label a {
    font-size: 14px;
    text-align: left;
  }
  .slick-slider-center .img-container {
    padding-right: 0;
  }
  .listing-page .slick-slider-center {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .listing-page .slick-slider-center .description-title {
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .listing-page .slick-slider-center .description {
    font-size: 16px;
    margin-right: 0;
  }
  .listing-page .slick-slider-center .btn {
    font-size: 13px;
    display: block;
    max-width: 160px;
    margin: auto;
  }
}

.download-container .download-text {
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.download-container .download-icon {
  text-decoration: none;
}

.followme .img-container {
  width: 420px;
  max-width: 30vw;
}

@media screen and (max-width: 1350px) {
  .followme .img-container {
    max-width: 96%;
  }
  .detail-page .characteristics td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .listing-page .followme {
    position: static;
    width: 100%;
  }
  .page-footer .newsletter-form {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
	
  .listing-page .heading-row {
    height: 200px;
}
.btn{
  font-size: 14px;
}

.network-page .result {
  border-bottom: 1px solid #efefef;
}

.store-locator .results-container {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
}

.store-locator-container {
  border: none;
}
	
  .followme .img-container {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: none;
  }
  .detail-page {
    margin-bottom: 20px;
  }
  .detail-page .pull-right {
    float: none !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .detail-page .two-col-layout {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .detail-page .title {
    font-size: 30px;
    line-height: 1.166;
  }
  .detail-page [data-readmore-toggle] {
    margin-top: 15px;
  }
  .detail-page .configuration {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .detail-page .characteristics {
    margin-bottom: 30px;
  }
  .detail-page ul.arrows-ul li {
    padding-right: 5px;
  }
  .product-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.detail-page .breadcrumb {
    margin-bottom: 15px;
  }
  .followme .img-container {
    width: auto;
    max-width: 420px;
  }
  .detail-page .characteristics td:nth-child(2),
  .detail-page .characteristics th {
    min-width: 100px;
  }
  .network-page .grey-block {
    color: black;
  }
  .network-page .result {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .network-page .tags-container {
    max-width: none;
    margin-top: 20px;
  }
  .network-page .store-locator .product-tag:nth-child(even) {
    margin-left: 0;
  }
  .network-page .product-tag:nth-child(3n + 2), .network-page .product-tag:nth-child(3n + 1) {
    margin-right: 7px;
  }
  .network-page .product-tag {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .store-locator-container {
    border-bottom: 1px solid #dadada;
  }
}


.carreers-page .accordion-item .icon-down-arrow {
  margin-bottom: 7px;
  font-size: 19px;
}

img.video-preview-image {
  margin-bottom: 11px;
}
.item-special.header-special .action-special {
  opacity: 0;
}


.main-blog-listing {
  overflow: hidden;
}

@media (max-width: 1200px) and (min-width: 767px){
  .brands-listing .arrows-ul{
    max-height: 140px;
    overflow: auto;
  }
}

@media (max-width: 1200px){
  .listing-table-special {
    width: 100%;
  }
  .first-row a {
    font-size: 12px;
  }
  .sidebar-block .block-icon {
    font-size: 40px;
    margin-right: 15px;
}

  .sidebar-block {
      padding: 15px;
  }
  .page-footer .newsletter-form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .page-footer .newsletter-form input::-moz-placeholder {
      font-size: 16px;
  }

  .page-footer .newsletter-form input:-ms-input-placeholder {
      font-size: 16px;
  }

  .page-footer .newsletter-form input::-ms-input-placeholder {
      font-size: 16px;
  }

  .page-footer .newsletter-form input:-moz-placeholder {
      font-size: 16px;
  }

  .page-footer .newsletter-form input::placeholder {
      font-size: 16px;
  }
}
@media (max-width: 992px){
  .page-header .logo-container img {
    max-width: 160px !important;
  }
}

@media (max-width: 767px){
  .product-name-special{
    font-size: 14px;
    padding-right: 20px;
  }
}


@media(max-width:1024px){
    .app-container {
        text-align:center;
        margin-top:30px;
    }


    .page-footer .second-footer{
        margin-top:30px;
    }

}