/*** fazzoletto-header ***/
#fazzoletto-header {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 49vw;
    width: 100%;
    z-index: 3;
    -webkit-transition: background 200ms ease-in-out 300ms;
    -moz-transition: background 200ms ease-in-out 300ms;
    -o-transition: background 200ms ease-in-out 300ms;
    transition: background 200ms ease-in-out 300ms;
}
@media only screen and (max-width: 1024px){
    #fazzoletto-header {
        min-height: initial;
    }

    #fazzoletto-header .container{
        width:100%;
        padding:0px;
        margin:0px;
    }
}

/*** fazzoletto-header-card ***/
#fazzoletto-header-card {
    background: #FFF;
    width: 23vw;
    min-width: 340px;
    padding: 4px;
    float: right;
    display:none;
}
#fazzoletto-header-card h1{
    padding: 10px;
    border-bottom: 2px solid #7f7f7f;
}
.fazzoletto-temperatures{
    padding: 10px;
    border-bottom: 2px solid #7f7f7f;
}
.fazzoletto-icons{
    padding: 10px 0;
}
.fazzoletto-temperatures div{

}

.span-ico-models{
    width:45px!important;
    height: 45px!important;
    padding:0px!important;
}
.span-ico-models img {
    width: 43px!important;
    height: 43px!important;
    padding: 2px!important;
}

@media only screen and (max-width: 1600px){
    #fazzoletto-header-card {
        margin-top: 0px;
    }

    .span-ico-models{
        width:35px!important;
        height: 35px!important;
        padding:0px!important;
    }
    .span-ico-models img {
        width: 33px!important;
        height: 33px!important;
        padding: 2px!important;
    }
}
@media only screen and (max-width: 1024px){
    #fazzoletto-header-card {
        width: 100%;
        float: none;
        margin-top: 10px;
        display:block;
    }
}

.fazzoletto-legend-img {padding-top: 10px;margin:0 auto;width: 50px;}
.fazzoletto-legend-text {padding-top: 3px;text-align:center}
.fazzoletto-legend-close{right:10px;margin-top:5px;}

/*** fazzoletto-description ***/
.fazzoletto-title{background: #323a45;}


/*** fazzoletto-assets ***/
.col_15_fazzoletto.no-link{
    opacity: 0.5;
}

.col_15_fazzoletto{
    float:left;
    width:12.5%;
    padding: 2px;
    text-align: center;
}

.fazzoletto-asset-description{
    margin-top:4px;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.1em;
}

@media only screen and (max-width: 1024px) {
    .col_15_fazzoletto {
        width: 20%;
    }
    .col_15_fazzoletto.no-link{
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    .col_15_fazzoletto {
        width: 25%;
    }
}

@media only screen and (max-width: 414px) {
    .col_15_fazzoletto {
        width:33.33333333%;
    }
}

@media only screen and (max-width: 320px) {
    .col_15_fazzoletto {
        width:50%;
    }
}

/* one or more available input mechanism(s) can hover over elements with ease */
/*
@media (any-hover: hover) {
    .fazzoletto-asset-description{
         display:none;
    }
}
*/

/*** fazzoletto-products-family-grid ***/
.fazzoletto-products-list-item {
    float: left;
    width: 20%;
    padding: 5px;
}

.fazzoletto-products-list-item-title{
    margin: 10px 0;
}
.fazzoletto-products-list-item-details{
    border-top: 4px solid #cbcbcb;
    border-bottom: 4px solid #cbcbcb;
    padding: 5px 0;
}

@media only screen and (max-width: 1024px) {
    .fazzoletto-products-list-item {
        width: 25%;
        padding: 5px;
    }
    .fazzoletto-products-list-item:nth-child(5) {
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    .fazzoletto-products-list-item {
        width: 33.333333333%;
        padding: 4px;
    }
    .fazzoletto-products-list-item:nth-child(4) {
        display:none;
    }
}

@media only screen and (max-width: 414px) {
    .fazzoletto-products-list-item {
        width: 50%;
        padding: 3px;
    }
    .fazzoletto-products-list-item:nth-child(3) {
        display:none;
    }
}

/*** common ***/
section.alternative-background:nth-of-type(odd) {
    background: #EBEBEB
}

section.alternative-background:nth-of-type(even) {
    background: #FFF
}

#product-display h1.title{
    color: #FFF;
    font-weight: 300;
}

section.fazzoletto h3 {
    color: #323a45;
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 20px;
    float:left;
}

section.fazzoletto h3+a {
    float:right;
}

section.fazzoletto div.clearfix {
    clear: both;
}

section.fazzoletto a.readmore{
    font-weight: 900;
    display: -webkit-box;
    margin-top: 10px;
}

.p_top_10{
    padding-top:10px;
}
.p_top_20{
    padding-top:20px;
}
.p_top_30{
    padding-top:30px;
}
.p_top_40{
    padding-top:40px;
}
.p_bottom_10{
    padding-bottom:10px;
}
.p_bottom_20{
    padding-bottom:20px;
}
.p_bottom_30{
    padding-bottom:30px;
}
.p_bottom_40{
    padding-bottom:40px;
}

#product-display {
    color: #000;
}

.columns-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}

ul.disc {
    list-style: disc;
    margin: 0 15px;
}

.products-row-background:nth-of-type(odd) {
    background-color: #ecf0f1; /*#fbf8e1;*/
}

.products-row-background:nth-of-type(even) {
    background-color: #fafbfb; /*#e5f0d6;*/
}

.fazzoletto-table-header .header-table-specification,
.fazzoletto-table-header .header-table-specification-intrac,
.fazzoletto-table-header .content-table-specification{
    line-height: 1.1em;
    padding:10px 0;
}

section.fazzoletto .btn-slide {
    position: absolute;
    opacity: .95;
    filter:Alpha(Opacity=35);
    top: 40%;
    z-index: 10;
    height:40px;
    width:40px;
}

section.fazzoletto .pg_prev {
    left: -17px;
}

section.fazzoletto .pg_next {
    right: -12px;
}


section.fazzoletto .relative {
    position: relative;
}

.fazzoletto-svg{font-size:130px;color:#777}

#fazzoletto-header .item img{
    display: block;
    width: 100%;
    height: auto;
}

#fazzoletto-product-description h1{
    display:none;
}