﻿ 

@media only screen and (max-width: 600px) {
 
}
 

@media only screen and (max-width: 767px) {
    .whatsets li
    {    margin: 40px 0px 10px 0px;
    }
    .logon
    { float:none; margin:0;
    }
    ul.topIcons1
    { text-align:center;
    }
        ul.topIcons1 li
        { display:inline-block; float:none; margin:1px;
        }
}

@media only screen
and (min-width : 990px)
and (max-width :1024px)
{
 
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 990px) and (orientation: landscape)
{
    
}
@media only screen and (min-device-width : 990px) and (max-device-width : 1024px) and (orientation : portrait)
{
   
}


@media only screen and (max-width: 989px) 

{ 
}


@media only screen and (max-width: 1024px) {
     
}

 
 