/*
    Document   : post.template
    Created on : 12-giu-2012, 9.47.09
    Author     : Michele Cavalcanti <michele83@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/




/*STILI TEMPLATE1*/
.tmplt1Container{
    width: 248px;
    height: 381px;
    border: 1px solid #e7e6e6;
    overflow: hidden;
    background-color: #fff;
}

.tmplt1Container h1, .tmplt1Container h2{
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

.tmplt1PostImage{
    height: 248px;
    text-align: center;
    position:relative;
    width: 100%;
    display: block;
    text-decoration: none;
}

.tmplt1PostImageBg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    height: 100%;
    overflow: auto;
    text-align: center;
    width: 100%;
    display: block;
}

.tmplt1PostImageBgSizeCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.tmplt1PostImageBgSizeContain {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.tmplt1LnkImg{
    display: block;
}


.tmplt1PostImageHoverEffect:after {
    position:absolute;
    width:100%; 
    height:100%;
    content:'\A';
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.tmplt1PostImageHoverEffect:hover:after {
    opacity:1;
}

.tmplt1PostImageHoverEffect:hover > div {
    display: block;
}


.tmplt1PostImageHoverEffect:hover span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}

.tmplt1PostCmntPpCont{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.tmplt1PostCmntPpContTbl{
    display: table;
    height: 100%;
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.tmplt1PostCmntPpContLnk{
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
}

.tmplt1PostDescLnk{
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}



.tmplt1TxtCmtPp,.tmplt1TxtPostBody{
    color:transparent;
    word-wrap: break-word;
}

.tmplt1PostTitle{
    font-weight: lighter;
    color: #414042;
    display: block;
    word-wrap:break-word;
    overflow: hidden;
    border: 1px solid #fff;
}



.tmplt1RowSpace{
    height: 1px;
    width: 100%;
    border-top: 1px solid #ECECEC;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}

.tmplt1LnkCS{
    display: table;
    margin: auto;
    border: 1px solid #d0cfce;
    text-decoration: none;
}

.tmplt1LnkCSHoverC:hover{
    background-color: #90c277;
}

.tmplt1LnkCSHoverS:hover{
    background-color: #e27704;

}
.tmplt1LnkCSHoverC:hover span,.tmplt1LnkCSHoverS:hover span {
    color:#fff!important;
}

.tmplt1PostTitleLnk{
    display: block;
    text-decoration: none;
}

.tmplt1PostTitleLnk:hover span{
    color:#000!important;
}

.tmplt1RowPostDataLnk{
    display: block;
    text-decoration: none;
}

.tmplt1LnkCSText{
    display: table-cell;
    vertical-align: middle;
    color:#424043;
    padding: 0px 35px 0px 35px;
    font-weight: lighter;
}

.tmplt1LnkCS,.tmplt1PostTitle{
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tmplt1RowPostData{
    height: 20px;
    display: table;
    width: calc(100% - 10px);
    padding: 0px 5px 0px 5px;
}

.tmplt1PostOnlyLabelPromo{
    font-weight: lighter;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.tmplt1RowPostPrice{
    width: 100%;
}
.tmplt1RowPostPrice td:first-child{
    width: 55%;
    text-align: left;
}
.tmplt1RowPostPrice td:last-child{
    text-align: right;
}

.tmplt1PostPriceLabelPromo{
    font-weight: lighter;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.tmplt1PostPrice{
    font-weight: bold;
    white-space: nowrap;
}

.tmplt1RowCnyInfo{
    overflow: hidden;
}

.tmplt1PostTitle,.tmplt1RowCnyInfo{
    padding: 0px 10px 0px 10px;
    width: calc(100% - 20px);
}

.tmplt1RowCnyLogo{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    line-height: 31.5px;
    text-align: center;
}

.tmplt1RowCnyInfo,.tmplt1RowCnyLogo{
    height: 35.5px;
}

.tmplt1RowCnyLogo img{
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
} 

.tmplt1RowCnyName{
    display: inline-block;
    width: 75%;
    height: 100%;
    overflow: hidden;
}

.tmplt1RowCnyNameNoCnyLogo{
    width: 100%;
}

.tmplt1LnkNick{
    display: table;
    height: 100%;
    margin-left: 12px;
    width: calc(100% - 12px);
    overflow: hidden;
    text-decoration: none;
}
.tmplt1LnkNick:hover span{
    color:#0b93c3!important;
}

.tmplt1PostCnyNickCont{
    display: table-cell;
    vertical-align: middle;
}

.tmplt1PostCnyNick{
    font-weight: lighter;

}

.tmplt1PostCnyName{
    font-weight: bold;
    margin-bottom: 1px;
}

.tmplt1PostCnyNick, .tmplt1PostCnyName{
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tmplt1LnkNickNoCnyLogo{
    margin-left: 0px;
    text-align: center;
}

.tmplt1LnkNickNoCnyLogo, .tmplt1LnkNickNoCnyLogo span{
    width: 200px;
}

/*END STILI TEMPLATE 1*/


/*STILI TEMPLATE1 PER LO SHOWROOM*/

.tmplt1Container_4SHOWROOM{
    width: 248px;
    height: 338px;
    border: 1px solid #e7e6e6;
    overflow: hidden;
    background-color: #fff;
}

.tmplt1Container_4SHOWROOM h1, .tmplt1Container_4SHOWROOM h2{
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

.tmplt1PostImage_4SHOWROOM{
    height: 248px;
    text-align: center;
    position:relative;
    width: 100%;
    display: block;
    text-decoration: none;
}

.tmplt1PostImageBg_4SHOWROOM {
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    height: 100%;
    overflow: auto;
    text-align: center;
    width: 100%;
    display: block;
}

.tmplt1LnkImg_4SHOWROOM{
    display: block;
}


.tmplt1PostImageHoverEffect_4SHOWROOM:after {
    position:absolute;
    width:100%; 
    height:100%;
    content:'\A';
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.tmplt1PostImageHoverEffect_4SHOWROOM:hover:after {
    opacity:1;
}

.tmplt1PostImageHoverEffect_4SHOWROOM:hover > div {
    display: block;
}


.tmplt1PostImageHoverEffect_4SHOWROOM:hover span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}

.tmplt1PostCmntPpCont_4SHOWROOM{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.tmplt1PostCmntPpContTbl_4SHOWROOM{
    display: table;
    height: 100%;
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.tmplt1PostCmntPpContLnk_4SHOWROOM{
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
}

.tmplt1PostDescLnk_4SHOWROOM{
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}



.tmplt1TxtCmtPp_4SHOWROOM,.tmplt1TxtPostBody_4SHOWROOM{
    color:transparent;

}

.tmplt1PostTitle_4SHOWROOM{
    font-weight: lighter;
    color: #414042;
    display: block;
    word-wrap:break-word;
    overflow: hidden;
    border: 1px solid #fff;
}



.tmplt1RowSpace_4SHOWROOM{
    height: 1px;
    width: 100%;
    border-top: 1px solid #ECECEC;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}

.tmplt1LnkCS_4SHOWROOM{
    display: table;
    margin: auto;
    border: 1px solid #d0cfce;
    text-decoration: none;
}

.tmplt1LnkCSHoverC_4SHOWROOM:hover{
    background-color: #8daa3d;
}

.tmplt1LnkCSHoverS_4SHOWROOM:hover{
    background-color: #ff7a1e;

}
.tmplt1LnkCSHoverC_4SHOWROOM:hover span,.tmplt1LnkCSHoverS_4SHOWROOM:hover span {
    color:#fff!important;
}

.tmplt1PostTitleLnk_4SHOWROOM{
    display: block;
    text-decoration: none;
}

.tmplt1PostTitleLnk_4SHOWROOM:hover span{
    color:#000!important;
}

.tmplt1RowPostDataLnk_4SHOWROOM{
    display: block;
    text-decoration: none;
}

.tmplt1LnkCSText_4SHOWROOM{
    display: table-cell;
    vertical-align: middle;
    color:#424043;
    padding: 0px 35px 0px 35px;
    font-weight: lighter;
}

.tmplt1LnkCS_4SHOWROOM,.tmplt1PostTitle_4SHOWROOM{
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tmplt1RowPostData_4SHOWROOM{
    height: 20px;
    display: table;
    width: calc(100% - 10px);
    padding: 0px 5px 0px 5px;
}

.tmplt1PostOnlyLabelPromo_4SHOWROOM{
    font-weight: lighter;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.tmplt1RowPostPrice_4SHOWROOM{
    width: 100%;
}
.tmplt1RowPostPrice_4SHOWROOM td:first-child{
    width: 55%;
    text-align: left;
}
.tmplt1RowPostPrice_4SHOWROOM td:last-child{
    text-align: right;
}

.tmplt1PostPriceLabelPromo_4SHOWROOM{
    font-weight: lighter;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.tmplt1PostPrice_4SHOWROOM{
    font-weight: bold;
    white-space: nowrap;
}


.tmplt1PostTitle_4SHOWROOM{
    padding: 0px 10px 0px 10px;
    width: calc(100% - 20px);
}


/*END STILI TEMPLATE1 PER LO SHOWROOM*/



/*STILI TEMPLATE CATEGORIA SHOWROOM*/
.tmplt1ShRoomContainer{
    width: 248px;
    height: 325px;
    border: 1px solid #e7e6e6;
    overflow: hidden;
    background-color: #fff;
}

.tmplt1ShRoomContainer div[att*="opacitySel"]{
    opacity: .7;
}

.tmplt1ShRoomContainer:hover div[att*="opacitySel"]{
    opacity: inherit;
}

.tmplt1ShRoomContainer div[att*="bgImageSel"]{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tmplt1ShRoomContainer:hover div[att*="bgImageSel"]{
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}



.tmplt1ShRoomContainer h1, .tmplt1ShRoomContainer h2{
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}
.tmplt1ShRoomContainerLnk{
    text-decoration: none;
}

.tmplt1ShRoomImage{
    height: 248px;
    text-align: center;
    position:relative;
    width: 100%;
    display: block;
    text-decoration: none;
}

.tmplt1ShRoomImageBg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center center;
    cursor: pointer;
    height: 100%;
    overflow: auto;
    text-align: center;
    width: 100%;
    display: block;

    transition: background-size 2s ease-in;
    -moz-transition: background-size 2s ease-in;
    -ms-transition: background-size 2s ease-in;
    -o-transition: background-size 2s ease-in;
    -webkit-transition: background-size 2s ease-in;
}



.tmplt1ShRoomDesc{
    display: table;
    overflow: hidden;
    width: 100%;
    height: 77px;
}


.tmplt1ShRoomDesc h1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.tmplt1ShRoomDesc span{
    font-weight: lighter;
    text-decoration: none;
    display: block;
    width: 228px; /*dim container meno padding di h1*/
    overflow: hidden;
}

/*END STILI TEMPLATE CATEGORIA SHOWROOM*/


/* Desktops and laptops ----------- */
@media only screen
and/*!Hack-YUI-Compressor-Problem*/(min-width : 1366px) {
    .tmplt1Container{
        width: 333px;
        height: 526px;
    }

    .tmplt1PostImage{
        height: 333px;
    }

    .tmplt1LnkCS,.tmplt1PostTitle{
        height: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tmplt1RowPostData{
        height: 30px;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }


    .tmplt1LnkCSText{
        padding: 0px 45px 0px 45px;
    }

    .tmplt1RowSpace{
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .tmplt1RowPostPrice td:first-child{
        width:44%;
    }

    .tmplt1RowCnyInfo,.tmplt1RowCnyLogo{
        height: 53px;   
    }

    .tmplt1RowCnyLogo{
        line-height: 53px;
    }

    .tmplt1PostCnyName{
        margin-bottom: 5px;
    }

    .tmplt1PostCnyNick, .tmplt1PostCnyName{
        width: 220px;
    }

    .tmplt1LnkNickNoCnyLogo, .tmplt1LnkNickNoCnyLogo span{
        width: 310px;
    }





}

/* Large screens ----------- */
@media only screen
and/*!Hack-YUI-Compressor-Problem*/(min-width : 1824px) {


    /*STILI TEMPLATE 1 PER SHOWROOM*/

    .tmplt1Container_4SHOWROOM{
        width: 333px;
        height: 458px;
    }

    .tmplt1PostImage_4SHOWROOM{
        height: 333px;
    }

    .tmplt1LnkCS_4SHOWROOM,.tmplt1PostTitle_4SHOWROOM{
        height: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tmplt1RowPostData_4SHOWROOM{
        height: 30px;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }


    .tmplt1LnkCSText_4SHOWROOM{
        padding: 0px 45px 0px 45px;
    }

    .tmplt1RowSpace_4SHOWROOM{
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .tmplt1RowPostPrice_4SHOWROOM td:first-child{
        width:44%;
    }





    /*STILI TEMPLATE CATEGORIA SHOWROOM*/


    .tmplt1ShRoomContainer{
        width: 260px;
        height: 353px;
    }

    .tmplt1ShRoomImage{
        height: 260px;
    }

    .tmplt1ShRoomDesc{
        height: 93px;
    }

    .tmplt1ShRoomDesc span{
        width: 240px;
    }

}





