@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
  .motion-image{
    width: 400px;
  }
}

@media (min-width: 768px) {
  .carousel-title {
    max-width: 450px;
    min-width: 350px;
  }
  
  .navbar-right .dropdown-menu {
    left: 0;
    right: 0;
  }
 .modal-dialog--cetificates{
  width: 900px; 
 }

}

@media (min-width:480px) {
  .inline-block-holder > div {
    margin: 0 -3px;
    float: none!important;
    display: inline-block!important;
  }
  
  .table-in-th {
    width: 150px;
  }
  
  .panel-width {
    min-width: 140px;
  }

  .block-width {
    min-width: 120px;
  }
  
  .width-block-spec {
    width: 220px;
  }
  
  .visible-479 {
    display: none;
  }
}

@media (min-width: 992px) {
  .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .row-menu > .col-md-2 {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  
  .integra-gang {
    height: 250px;
  }

  .gallery-ols__category {
     grid-template-columns: 170px 170px 170px 170px;
     grid-column-gap: 40px;
  }

 .gallery-ols__list-products{
    grid-column-gap: unset;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .title-standard-xs {
    font-size: 20px;
  }
  
  .img-resp-md {
    margin: 0 auto;
    max-width: 500px!important;
  }
  
  .catania-sm,
  .lugano-sm {
    height: 230px;
  }
  .integra-gang {
    height: 200px;
  }
  
  .title-white-big, .title-white {
    font-size: 28px;
  }
  
  .title-black {
    font-size: 22px;
  }
  
  .carousel-project .box-bg {
    height: 550px;
  }
  
  .carousel-project .deco-left:after {
    background-position: top left -20px;
  }
  
  .about-desc,
  .welcome-desc {
    padding: 15px;
  }
  
  .about-desc:before,
  .welcome-desc:before {
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .catania-gang,
  .valencia-gang,
  .classica-gang,
  .lugano-gang {
    height: 150px;
  }
  
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-ols__category {
     grid-template-columns: 170px 170px 170px;
  }

  .gallery-ols__product:hover::after{
    font-size: 16px;
  }

  .gallery-ols__list-products{
    grid-template-columns: 200px 200px 200px;
    grid-row-gap: 60px;
    grid-column-gap: unset;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .list-footer-main,
  .footer-logo {
    float: none!important;
  }
  
  .footer-main {
    text-align: center;
  }

  .list-footer-main {
    margin: 10px 0 0 0;
  }

  .img-bbus {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
  
  .bbus-product {
    padding-left: 0;
  }
  
  .font-resp-sm {
    font-size: 16px!important;
  }
  
  .text-center-sm {
    text-align: center;
  }
  
  .title-white-lg {
    font-size: 34px;
  }
  
  .title-white-sm {
    font-size: 22px;
  }
  
  .title-standard, .title-standard-big {
    font-size: 28px;
  }
  
  .title-standard span {
    font-size: 20px;
  }
  
  .container-custom {
    max-width: 500px;
  }
  
  .carousel-project .box-bg {
    height: 400px;
  }
  
  .carousel-title {
    width: auto;
    right: 0;
    bottom: 0;
    background-color: rgba(226, 10, 23, .8);
  }
  
  .division-carousel .owl-dots,
  #home-carousel .owl-dots {
    bottom: auto!important;
  }
  
  .navbar-brand img {
    width: 150px;
  }
  
  .navbar-toggle {
    margin-top: 25px;
    border-radius: 0;
    
  }
  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  
  .main-menu > li > a {
    padding: 10px 15px;
  }
  
  .main-menu .list-menu {
    margin: 0;
  }
  
  .main-menu .list-menu li a {
    padding: 15px 15px;
    display: block;
    font-weight: 400;
    text-transform: none;
  }
  
  .main-menu .list-menu li {
    display: none;
  }
  
  .main-menu .list-menu-main {
    display: block!important;
  }
  
  .list-menu-main a {
    color: #666;
  }
  
  .main-menu .dropdown-menu {
    padding: 0;
    float: none;
    background-color: #f5f5f5!important;
    position: static;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    text-align: left;
  }
  
  .main-menu .dropdown .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    box-shadow: none!important;
    border: none!important;
  }

  .main-menu .dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;

    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  
  .footer-logo {
    width: 150px;
  }
  
  .list-footer-main {
    margin: 0 10px;
  }
  
  .list-footer.list-menu {
    margin: 0;
  }
  
  .list-footer.list-menu li {
    display: none;
  }
  
  .list-footer .list-menu-main {
    display: block!important;
    text-align: center;
  }
  
  .list-footer .list-menu-main a {
    display: inline-block;
    padding: 10px;
  }
  
  .title-white-big, .title-white {
    font-size: 24px;
  }
  
  .font-sm-standard {
    font-size: 16px!important;
  }
  
  .box-map-grey:after {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom 120px left;
  }
  
  .division-carousel {
    margin-bottom: 30px;
  }
  
  .division-carousel .title {
    font-size: 18px;
  }
  
  .division-carousel .carousel-title {
    position: static;
    background-color: #e20a17;
  }
  
  .product-thumb .title-white-sm {
    font-size: 18px;
  }
  
  .cabinetry-thumb .title-white-sm {
    font-size: 24px;
  }
  
  .col-xs-custom .cabinetry-thumb .box-bg {
    height: 250px;
  }
  
  .catania-gang,
  .valencia-gang,
  .classica-gang,
  .lugano-gang,
  .plano-gang {
    height: 150px;
  }
  
  .img-resp-sm {
    margin: 0 auto;
    max-width: 320px!important;
  }
  
  .img-resp-sm-small {
    margin: 0 auto;
    max-width: 200px!important;
  }

  .news-text h2 {
    margin-top: 15px;
  }

}

@media (max-width: 479px) {
  .ck-result img {
    padding: 10px 0;
    width: 100%!important;
    height: auto!important;
  }
  
  .no-border-xs {
    border-top: none!important;
  }
  
  .table-resp-xs thead {
    display: none!important;
  }
  
  .table-resp-xs td {
    display: block!important;
  }
  
  .cabinetry-thumb .box-bg {
    height: 300px;
  }
  
  .inline-block-holder > div {
    width: 50%!important;
    float: left;
  }
  
  .developer-list .col-xs-6.col-xs-custom {
    width: 50%!important;
  }
  
  .lugano-gang {
    margin-bottom: 15px;
    height: 130px;
  }
  
  .catania-gang,
  .valencia-gang,
  .classica-gang,
  .plano-gang {
    margin-bottom: 15px;
    height: 100px;
  }
  
  .catania-sm,
  .lugano-sm,
  .integra-gang {
    display: block;
    margin: 0 auto;
  }
  
  .title-white-lg {
    font-size: 28px;
  }
  
  .title-standard, .title-standard-big {
    font-size: 24px;
  }
  
  .carousel-project .deco-left:after {
    display: none;
  }
  
  .box-brochure {
    text-align: center;
  }
  
  .box-deco-right:after {
    display: none;
  }
  
  .title-white-big, .title-white {
    font-size: 22px;
  }
  
  .col-xs-custom {
    width: 100%;
  }

  
  .gallery-ols__category {
     grid-template-columns: 170px 170px;
     grid-column-gap: 20px;
  }

  .gallery-ols__category-title {
    text-align: center;
  }

  .gallery-ols__category a {
    width: 170px;
    height: 170px;
  }

  .gallery-ols__list-products{
    grid-template-columns: 170px 170px;
    grid-column-gap: 20px;
    justify-content: center;
  }

  .gallery-ols__product {
    height: 170px;
    width: 170px;
  }

  .gallery-ols__product:hover::after{
    font-size: 16px;
  }
}
@media (max-width: 376px){
 .gallery-ols__category {
     grid-template-columns: 140px 140px;
     grid-column-gap: 10px;
  }

  .gallery-ols__category a {
    width: 140px;
    height: 140px;
  }

  .gallery-ols__list-products{
    grid-template-columns: 140px 140px;
    grid-column-gap: 10px;
  }

  .gallery-ols__product {
    height: 140px;
    width: 140px;
  }
}