.catalogo_decoration
{
  background:url('../../img/sfondo_decorazione.jpg');
  background-size:cover;
  height:60px;
}
.catalogo_decoration>p
{
  color: #444343;
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
}
.catalogo_row
{
  margin-left:15%!important;
  margin-right:15%!important;
  background:white;
  min-height: 50vh;
}
.catalogo_title
{
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  color: #616161;
  /* max-width: 210px; */
  /* max-height: 34px; */
  padding-top: 22px;
  padding-bottom: 10px;
  background-color: #EFAC03;
  text-align: center;
  padding-left: 0px;
  border: 0px;
}

.catalogo_img_main
{
    width: 230px;
    height: 230px;
}
.sottocategorie_hover
{
  margin:5px!important;
  max-height: 315px;
}
/** CSS PER LE SOTTOCATEGORIE **/
.catalogo_row>h4
{   
    margin-left:20px;
    padding-top: 10px;
    min-height: 34px;
    text-transform:capitalize;
    font-size: medium;
    
}

/** CSS PER GLI EFFETTI DI HOVER SULLE IMMAGINI **/
.view {
    padding: 60px;
    float: left;
    /* border: 1px solid #DEDCDC; */
    overflow: hidden;
    position: relative;
    text-align: center;
    /* box-shadow: 1px 1px 2px #e6e6e6; */
    cursor: default;
    /* background: #fff*/
}
.view .mask, .view .content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.mask_sottocat{
    position: absolute;
    bottom: 128px;
    overflow: hidden;
    width: 100%;
}
.view img {
    display: block;
    position: relative;
   
}
.view h2 {
    text-transform: uppercase;
    color: #F5F5F5;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view .info {
  display: inline-block;
  padding: 7px 14px;
  margin-top: 81px;
  background: #F5AD35;
  color: black;
  text-transform: uppercase;
  border: 0px !important;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
    
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first .info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover .info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover .info {
    transition-delay: 0.2s;
}


/* Extra Small Devices, Phones */ 
/* portrait */
@media only screen and (max-width : 320px) {
  .view .mask, .view .content {
    
  }
  
} 
/*landscape*/
@media only screen and (max-width : 568px) {
  .view .mask, .view .content {
    
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px) and (max-width : 800px) {
  .catalogo_container {
    max-width: 509px;
  } 
}

/* Medium Devices, Desktops/tablet */
@media only screen and (min-width : 768px) and (max-width : 1024px){
  .view .mask, .view .content {   
 
  }
  .view a.info {
    font-size:10px;
    float:left;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 800px) and (max-width : 1280px) {
/*   .catalogo_container 
  {
    width: 76%;
  } */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
  .view .mask, .view .content {
  
  }
}