
#iso .grid-item.no-gutter { padding: 0px; }

#iso .grid-item.no-gutter  [class*='col-']:not(:first-child),
#iso .grid-item.no-gutter [class*='col-']:not(:last-child) { padding-right: 0; padding-left: 0; }

#iso .grid-item { 
    padding: 0 10px; 
    margin: 10px 0; 
/*    padding: 0; margin:0; border: 10px solid #F3F2F0;*/
}

#iso .grid-item-content {
    height: auto; 
    background: none;
    border: 0px solid hsla(0, 0%, 0%, 0.7);
    padding: 0px;
    position: relative;

}

#iso .menu:hover { opacity: 0.9; cursor: pointer; }
#iso .menu .grid-item-content { height: 303px; }

#iso .H2 { height: 26em; height: 580px; } /*SISTEMARE PER RESPONSIVE*/
#iso .H3 { height: 39.5em; height: 880px; }  /*SISTEMARE PER RESPONSIVE*/

#iso .number, 
#iso .weight,
#iso .mobile { display: none; }


#iso .page .grid-item-content { background: #FFF url("../images/bg_sfumatura.jpg") no-repeat scroll center bottom;}

#iso .grid-item-content .grid-box {
    width: 100%;
    position: relative;
    display: block;
    padding: 0.5em 1em 45px;
}

/*FORMATTAZIONE*/

#iso .embed-responsive-16by9 { 
/*    width: 100%; */
/*    border: 0px none;*/
/*    position: relative; */
/*    overflow: hidden;*/
    height: 50.5em;
}

/*#iso iframe { margin-top: -295px; }*/

#iso .grid-item-content h3 { 
    background: transparent url("../images/bg_tab.png") repeat scroll 0 0;
    color: #FFF;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    font-weight: 900;
    font-size: 1em;
    margin: 0;
    width: 99%;
}

#iso .menu:hover .grid-item-content h3 { background: #929798 none repeat scroll 0 0; }

#iso .page .grid-item-content h4 {  
    background: #929798 none repeat scroll 0 0;
    color: #FFF;
    padding: 0.5em;
    font-weight: 900;
    font-size: 1em;
    margin: 0;
}

#iso .page .grid-item-content p { 
    color: #666666; 
    font-size: 1em;
    margin: 1em 0 0em;
    line-height: 1.5;
    font-weight: 400;
}

#iso .page .grid-item-content p.big,
#iso .page .grid-item-content p.li { font-size: 120%; line-height: 1.2; margin: 0 0 0.3em; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

/*        #iso .grid-item-content { height: 252px; }*/
        #iso .menu .grid-item-content { height: 252px; }
        #iso .embed-responsive-16by9 { height: 56em; }
        #iso .grid-item-content h3 { width: 100%; }

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 992px) {

    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

/*        #iso .grid-item-content { height: 192px; }*/
        #iso .menu .grid-item-content { height: 192px; }
        #iso .embed-responsive-16by9 { height: 63em; }
        #iso .grid-item-content h3 { width: 100%; }
        #iso .page .grid-item-content p.big,
        #iso .page .grid-item-content p.li { font-size: 105%; }

    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

/*        #iso .grid-item-content { height: auto; min-height: 192px; }*/
        #iso .menu .grid-item-content { height: auto; max-height: 252px; }
        #iso .embed-responsive-16by9 { height: 125em; }
        #iso .grid-item-content h3 { width: auto; }
        #iso .page .grid-item-content p.big,
        #iso .page .grid-item-content p { font-size: 2em; }
        #iso .page .grid-item-content p.li { font-size: 2.5em; }


/*        #iso iframe { margin-top: -295px;  }*/

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 578px) {

        #iso .grid-item-content h3 { width: 100%; }

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {


    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }





