.centrale h3, .centrale p {
    display: none;
}

/*VOLANTINO SFOGLIABILE MAGAZINE*/
.tabel-catalog {
    width: 31%;
    float: left;
    margin: 3% 1%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
    background-color: #222;
}

@media (max-width:1600px)
{
.tabel-catalog {
    width: 31%;
    height: 450px;
}
}



@media (max-width:1350px)
{
.tabel-catalog {
	height:390px;
}
}

@media (max-width:992px)
{
.tabel-catalog {
    width: 48%;
    height: 410px;
}
}

@media (max-width:767px)
{
.tabel-catalog {
    height: 350px;
}
}
@media (max-width:600px)
{
.tabel-catalog {
    width: 98%;
    height: 550px;
}
}

div.tabel-catalog > div:nth-child(2) {
    display: none;
}

.box.grey-bg span img {
    height: 100% !important;
    width: auto !important;
    border: none !important;
}
.tabel-catalog>.box.grey-bg:nth-child(3),
.tabel-catalog .box.grey-bg span a,
.tabel-catalog .box.grey-bg span a div{
    display: block;
    width: 100%;
	height:100%;
    text-align: center;
}

.tabel-catalog .box.grey-bg span a div {
    background-size: cover;
    background-repeat: no-repeat;
}

.tabel-catalog>.box.grey-bg:nth-child(1) span {
    text-align: center;
    position: absolute;
    top: 15px;
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    -webkit-text-shadow: 1px 1px 0px #000000;
    -moz-text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    filter: Shadow(Color=#000000, Direction=120, Strength=1);
    z-index: 2;
    height: auto;
    display: block;
    width: 100%;
    font-size: 1.3em !important;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 900;
    padding: 5px;
}

.tabel-catalog .box.grey-bg span a div {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.tabel-catalog .box.grey-bg span a:hover>div
{
    opacity: 1;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
}

/*COLONNA LATERALE DESTRA*/
ul.categ-blog {
    padding: 15px 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.chi_siamo {
    text-align: justify;
}

.chi_siamo .titolo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.testo {
    padding: 15px;
}

.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-bottom: 38px;
}

.single-cont a {
    padding: 9px;
    display: block;
    margin-bottom: 18px;
    background-color: #baa461;
    color: #fff;
    border-radius: 5px;
}

.sb-widget .sb-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-column p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}



