/* HERO COMMON */

#hero {
    margin-top: 0;
}
.hero-masonry:after {
    content: '';
    display: block;
    clear: both;
}
#hero .primary-content {
    margin: 0 auto;
    width: 1620px;
    padding: 0;
    display: block;
    position: relative;
}
.hero-item.full-box {
    width: 1260px;
}
.hero-item.triple-box {
    width: 940px;
}
.hero-item.double-box {
    width: 620px;
}
.hero-item, .hero-item.single-box, .hero-masonry .grid-sizer {
    width: 300px; /* juse a lil under  47% */
    margin: 0 0 20px 20px;
    float: left;
}
.hero-item .product-box{
    width: 278px; /* juse a lil under  47% */
    padding: 10px;
    border: 1px solid #e4e4e4;
    float: left;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
}

/*envelope*/
 
.hero-item .product-box .envelope:before {
    background: none repeat scroll 0 0 #e4e4e4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 2px;
    transform: skew(0deg, -1deg);
    width: 51%;
     box-sizing: border-box;
}
.hero-item .product-box .envelope:after {
    background: none repeat scroll 0 0 #e4e4e4;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 2px;
    transform: skew(0deg, 1deg);
    width: 50%;
     box-sizing: border-box;
}
.hero-item .product-box .envelope {
    background: none;
    height: 5px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 47px;
    width: 100%;
}
.hero-item .product-box .envelope-cover{
        background: none repeat scroll 0 0 #FFFFFF;
    bottom: -39px;
    display: block;
    height: 6px;
    position: relative;
}
/*envelope end*/

/*newsletter-box*/
.hero-item .newsletter-box{background-color: #28292C; border: none; width: 280px;}
.hero-item .newsletter-box .envelope-cover{background: #28292C;}
.hero-item .newsletter-box h3{color: #fff; font-size: 20px; font-family: open_sanssemibold;  text-align: center; margin-bottom: 0;padding-bottom: 0;}
.hero-item .newsletter-box .newsletterMessage{font-size: 13px; margin-bottom: 10px; color: #fff; text-align: center; font-family: Arial;}
.hero-item .newsletter-box input{width:260px; box-shadow: 0 0 2px 0 #AB5703;}
.hero-item .newsletter-box button{    background: url("/img/buttons/userButton.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border: 1px solid #154099; cursor: pointer;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 6px 13px;
    text-align: center;
    text-transform: uppercase;}
.hero-item .newsletter-box button:hover {
    background-position: left bottom;
    border: 1px solid #0F989B;
    text-decoration: none;
}

/* necessary for proper sizing with margins */

.hero-masonry .grid-sizer {
    position: absolute;
}

/* hero-item elements */

.hero-item img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.hero-item {
    color: #28292C;
    font-size: 17px;
    font-weight: bold;
}
.hero-item a {
    position: relative;
    display: block;
}
.hero-item a.buyButton{
     background: url("/img/buttons/userButton.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 7px 13px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #154099;
}
.hero-item a.buyButton:hover{
    background-position: left bottom;
    text-decoration: none;
    border: 1px solid #0F989B;
}
.hero-item span.noProduct{float: right; 
    background: url("/img/buttons/noProduct.png") repeat-x left top ;
    border: 1px solid #CBCBCB; border-right: none;
    border-radius: 2px 0 0 2px; text-transform: none; line-height: 100%;
    font-size: 12px; font-weight: normal; padding: 8px;}
.hero-item span{
    float: left;
    display: block;
    text-transform: uppercase; 
}
.hero-item span.price{
    padding: 7px 0;
    font-size: 14px;
    font-family: open_sanssemibold;
    line-height: 100%;
    font-weight: normal;
}
.hero-item a span.commentsCloud {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 43px;
    background-image: url('/img/sisica.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.hero-item a span.commentsCloud span {
    display: block;
    width: auto;
    min-width: 26px;
    padding: 0 7px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    background-color: #666;
}
.hero-item a span.type {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    padding-left: 25px;
    padding-right: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    background-image: url('/img/type.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.hero-item span.uptitle {
    color: #666;
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 100%;
}
.hero-item h3 {
    padding: 0 !important;
    font-family: open_sanslight;
    line-height: 125%;
    font-size: 17px;
    font-weight: normal;
}
.hero-item h3 a {
    color: #28292C; /*height: 36px;*/
    overflow: hidden;
}
.hero-item h3 a:hover {
    color: #20A0FF;
    text-decoration: none;
}
.hero-item a.productImg{ position: relative;}
.hero-item a.productImg:hover img{background: #fff; opacity: 0.45; z-index: 0;}
.hero-item a.productImg span{ position: absolute;  display: none; opacity: 1; z-index: 1;
    background: url("/img/buttons/buttonMore.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    padding: 13px 14px;
    text-align: center;
    text-transform: uppercase;
    float: none;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 165px;
    height: 12px;
     border: 1px solid #154099;
}
.hero-item a.productImg:hover span{display: block;}
.hero-item a.productImg span:hover{
    background-position: left bottom;
    text-decoration: none;
    border: 1px solid #0F989B;
}
.hero-item.twitter-box {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    height: 400px;}
.hero-item p {
    color: #666;
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    padding: 0 10px 10px;
    margin: 0;
    line-height: 140%;
}
.hero-item h3.grayTitle {
    background-color: #b7b7b7;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    margin: 0;
    text-align: right;
    line-height: 120%;
}

/*@media screen and (max-width: 1637px) {
    #hero .primary-content, #container {
        width:1300px;
    }
    
}

@media screen and (max-width: 1317px) {
    #hero .primary-content, #container {
        width: 980px;
    }
    .hero-item.full-box {
        width: 940px;
        margin: 0 20px 10px;
    }
    .hero-item.triple-box {
        width: 620px;
        margin: 0 0 10px 20px;
    }
    .hero-item.double-box {
        width: 620px;
        margin: 0 0 10px 20px;
    }
    .hero-item img {
        width: 100%;
    }
}*/

@media screen and (max-width: 997px) {
     #hero .primary-content, #container {
        width: 660px;
    }
    .hero-item.full-box {
        width: 728px;
        margin: 0 20px 10px;
    }
    .hero-item.triple-box {
        width: 728px;
        margin: 0 20px 10px;
    }
    .hero-item.double-box {
        width: 728px;
        margin: 0 20px 10px;
    }
    .hero-item, .hero-item.single-box, .hero-masonry .grid-sizer {
        width: 300px;
    }
    .hero-item img {
        width: 100%;
    }
}

@media screen and (max-width: 677px) {
    #hero .primary-content, #container {
        width: 340px;
    }
    .hero-item.full-box {
        width: 480px;
        margin: 0 20px 10px;
    }
    .hero-item.triple-box {
        width: 480px;
        margin: 0 20px 10px;
    }
    .hero-item.double-box {
        width: 480px;
        margin: 0 20px 10px;
    }
    .hero-item, .hero-item.single-box, .hero-masonry .grid-sizer {
        width: 300px;
    }
    .hero-item img {
        width: 100%;
    }
}

@media screen and (max-width: 357px) {
    #hero .primary-content, #container {
        max-width: 300px;
        width: 100%;
    }
    .hero-item.full-box {
        max-width: 480px;
        margin: 0 auto 10px;
        width: 100%;
    }
    .hero-item.triple-box {
        max-width: 480px;
        margin: 0 auto 10px;
        width: 100%;
    }
    .hero-item.double-box {
        max-width: 480px;
        margin: 0 auto 10px;
        width: 100%;
    }
    .hero-item, .hero-item.single-box, .hero-masonry .grid-sizer {
        max-width: 300px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .hero-item .product-box{
        width: 94%; padding: 10px 3%;
    }
    .hero-item img {
        width: 100%;
    }
}

/* END HERO COMMON */



.pinterest span {
    float: none;
    text-transform: none;
    display: inline-block;
}
.hero-item.single-box.pinterest{height: 283px !important;}