@media (min-device-width:0px) and (max-device-width:749px) 
{
       .collections
       {
              position:absolute;
              top:5px;
              left:5px;
              width: 98%;
              height:630px;
       } 

       .logo
       {
              position:relative;
              float:left;
              top:5px;
              left:5px;
              width: 25%;
              height: 75px;
       }


       nav{
              position:relative;
              float:left;
              width:100%;
              top:690px;
              z-index: 99;
              background: #4c4c4c; /* Old browsers */
              background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
              background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */                       
       }

       nav ul li 
       {
              font: bold 13px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
              top: 1px;
              cursor: pointer;
              transition: all 0.2s;
              text-shadow: 0 0 2px #000;
              border-left: 1px solid rgba(255, 255, 255, 0.0976562);
              border-right: 1px solid rgba(0, 0, 0, 0.347656);
       } 

       nav ul li i 
       {
              height: 1em;
       }       

       nav ul li a 
       {
              color: #e6e6e6 !important;
              font-weight: normal;
              font-style: normal;
              text-decoration: none;
              display: block;
              padding: 8px 12px;
       }
}

