
    /* Large Devices, Wide Screens */
    @media only screen and (min-device-width : 1366px) and (max-device-width : 1444px) and (orientation : landscape) {

      /*main#content {
        width: 1270px;
      }*/

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }
