/* 
    Document   : mobile
    Created on : 03/02/2015, 4:55:36 PM
    Author     : Jasweb
    Description:
        Purpose of the stylesheet follows.
*/


@media only screen and (max-width: 768px){
  .wrapper{
    width: 100%;
    padding: 0;
  }
  .floatLeft, .floatRight, .col-half{
    float: none;
    width: 100%;
    padding: 20px !important;
  }
  .col-half img{
    display: none;
  }
  #logo{
    margin: 0 auto;
    float: none;
    width: 170px;
  }
  header{
    text-align: center;
  }
  header span{
    float: none !important;
    margin: 0 !important;
  }
  header span p{
    margin: 0;
  }
  header address{
    display: none;
    float: none;
    margin: 0;
    top: 0;
  }
  nav{
    width: 100%;
  }
  .sidebar-right{
    padding: 0;
  }
}
