html{
    overflow-x: hidden;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 3200px) {
    html{
        position: relative;
        min-height: 100%;
    }
    body{
        /*margin-bottom: 60px;*/
    }
    /*footer, .footer, .push {*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*bottom: 0; !* stick to bottom *!*/
        /*margin-top: 20px;*/
        /*height: 245px;*/
        /*margin-bottom: -245px;*/
    /*}*/

}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#wrapper {
    min-height:100%;
    position:relative;
}



/*#footer {*/
    /*!*background:#ffab62;*!*/
    /*width:100%;*/
    /*height:100px;*/
    /*position:absolute;*/
    /*bottom:0;*/
    /*left:0;*/
/*}*/