/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-Aug-2014, 14:27:27
    Author     : mimros
*/

/* Smart phones and cell phones*/
@media (min-width: 320px) and (max-width: 480px) {
    .sf-menu {display: none;}
    #main-menu-select {display: block;}
}
/** Smart phones to tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .sf-menu {display: none;}
    #main-menu-select {display: block;}
}

/** Tablets to PC */
@media (min-width: 768px) and (max-width: 1024px) {
    
}