/**
 * HTML Block Module Pro - Module
 * 
 * @author  Cuispi
 * @version 2.5.2
 * @license Commercial License
 * @package catalog
 * @subpackage  catalog.view.theme.default.stylesheet.html_block
 */
/* Table of Content
==================================================
  #General


/* #General
================================================== */
.html-block {
	margin-left: 0px;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 20PX;
 
}

.html-block-content H3 {
 text-transform: uppercase;
 text-align: center;
 margin-bottom: 15px;

}

.html-block-content H4 {
 text-align: center;
 min-height: 35px;
}

.Hblog-home {
    border: solid 1px #ffd451;
    min-height: 350px;
    border-radius: 10px;
    padding: 10px;
    text-align: justify;
    clear: both;
    display: inline-block;
    float: left !important;
    clear: none !important;
	margin-top: 10px;    
}

.html-block-content a > img {
  
margin: 0 auto;

}


.Hiblogs-category-content {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
	}


.Hpost-item {
    border: solid 1px #ffd451;
    min-height: 400px;
    border-radius: 10px;
    padding: 5px;
    text-align: justify;
	display: inline-block;
	margin-bottom: 10px;
    float: left !important;
    clear: none !important;
    
	}

.Hpost-title {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    min-height: 60px;
    color: #00b173;
    font-size: 18px;
    margin: 5px;
	}


.Hpost-excerpt {
    padding: 5px;
    text-align: justify;
	}
.stampa-home {
    min-height: 300px;
    border-radius: 10px;
    padding: 10px;
    text-align: justify;
    clear: both;
    display: inline-block;
    float: left !important;
    clear: none !important;
    
	}
.stampa-title {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    min-height: 30px;
    font-size: 18px;
    margin: 5px;
	}

.back-title {
	font-weight: bold;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: inline
	}