﻿
/* #1- Large desktop */
@media (min-width: 1200px) { 
    
    /* HOME */
    div.home_feature{padding:60px 70px;}
    div.home_feature p{width:580px;}
}

/* #2- Regular sized laptops */
@media (min-width: 980px) and (max-width: 1199px) { 
    
    /* HOME */
    div.home_feature{padding:60px 40px;}
    div.home_feature p{width:350px}
    div#feat_100online{height:250px; background-size:500px;}
    div#feat_100online h2{width:360px;}
    div#feat_customizable{background:url(../Img/home/home_feat_customizable.png) no-repeat left 40px center}
    div#feat_stock{background:url(../Img/home/home_feat_stock.png) no-repeat right -100px bottom -50px; background-size:1000px}
    div#feat_scalability{height:240px; background-size:500px;}

    /* FOOTER */
    div.MP_Footer div.gestiona_keys li:first-child, div.MP_Footer div.gestiona_keys li:last-child{display:none}
}

/* #3- Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {  }

/* #4- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {  }

/* #5- Landscape phones and down */
@media (max-width: 480px) {  }







