.fullscreen{
    width: 100%;
    float: left;
}

.boxato{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    float: none;
}

.hide{
    display: none;
}

.center{
    text-align: center;
}

.min-height-500{
    min-height: 500px;
}

.float-left{
    float:left !important;
}


/*MODIFICHE IDROTERMOSANITARIE*/

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before{
    padding-top: 64%;
}

.vc_grid-item-mini.vc_custom_1420541757398{
    background-color: #FFF !important;
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover{
    z-index: 0;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4{
    font-family: "Exo 2";
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
	padding-right:20px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p{
    font-family: "open sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
	padding-right:20px;
}

.vc_gitem-post-data-source-post_date{
	font-size:13px;
	font-weight:light;
}


.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{
    background-color: transparent !important;
    border-color: transparent !important;
    font-family: Exo;
    font-weight: 500;
    font-size: 15px;
}

.vc_btn3.vc_btn3-size-md{
    /*padding: 0 !important;*/

}
.vc_btn3-container{
    margin-bottom: 10px;
}


/*NEWS*/

.vc_gitem-zone-mini .vc_gitem_row.vc_row{

}



/*POST CUSTOM*/

.text-padding
{
    position: relative;
}

.text-padding > p,
.text-padding > ul
{
    padding-left: 400px;
}

.text-padding img
{
    /*    position: absolute;
        left: 0;*/
    width: 350px;
}

.post-attached-media{
    list-style: none;
}

.post-attached-media li a {
    display: block;
    width: 250px;
    border: 2px solid #2F2F2F;
    background-color: rgba(255,255,255, 0.5);
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #2F2F2F;
}

.post-attached-media li a:hover {
    background-color: #2F2F2F;
    color: #FFF;
    text-decoration: none;
}

.footer-product{
    height: 500px;
    float:left;
}

.image-fullscreen{
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
    .text-padding > p,
    .text-padding > ul
    {
        padding-left: 0;
        width: 100%;
        float: left;
    }

    .text-padding img
    {
        position: static;
        float: left;
        width: 80%;
    }

    .footer-product{
        width: 100%;
    }


}

.post-details-wf {
	font-size:0.8em;
	margin:30px 0;
}