/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width : 768px) {
    .over-edge {
        width: 100% !important;
    }


}

@media only screen and (min-width: 480px) {
    #counter {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) {

    body {
        font: 17px/1.8em "Open Sans", Helvetica, Arial;
    }

    h1 {
        font-size: 3em;
        line-height: 1.3em;
    }

    h2 {
        font-size: 2.9em;
        line-height: 1.1em;
    }

    h3 {
        font-size: 2.4em;
        line-height: 1.1em;
    }

    h4 {
        font-size: 1.7em;
    }

    h5 {
        font-size: 1.5em;
    }

    h6 {
        font-size: 1.2em;
    }



    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .clear {
        clear: both;
    }

    .resp {
        display: none !important;
    }

    .no-resp {
        display: inherit !important;
    }

    img.left, .rotate-wrapper.left,
    .over-edge.left  {
        margin-right: 25px;
    }

    img.right, .rotate-wrapper.right,
    .over-edge.right {
        margin-left: 25px;
    }

    header {
        background: url('../images/header-bg2.jpg') center top no-repeat #fff;
        background-size: cover;
        height: 650px;
        padding-top: 2em;
    }

    header h3 {
        line-height: 1em;
        font-size: 2.3em;
    }

    header > section {
        padding-top: 0;
    }

    .half-opaque-mobile {
        background: none;
    }

    .fb-like {
        top: -35px;
        right: 0;
    }

    #fix {
        height: 280px;
    }

    #fix > img {
        position: relative;
        top: -131px;
    }

    .over-edge > img {
        max-width: none;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    ul {
        padding-left: 2em;
    }

    .column {
        width: 25%;
        margin: 0 0.5em;
    }

    .half {
        width: 50%;
        height: 430px;
    }

    #injection .half {
        display: block;
    }

    .bonus .value {
        top: 20px;
        width: inherit;
    }

    .red-arrow li div {
        width: 90%;
    }

    #counter {
        width: 620px;
        height: 100px;
        margin: 0 auto;
    }

    .dash {
        background-size: initial;
        width: 138px;
        height: 96px;
        margin-left: 2px;
        padding:0 0 0 13px;
    }

    .dash .digit {
        font: bold 52pt Verdana;
        width: 59px;
    }

    .sold-out {
        top: 30%;
    }

}

@media only screen and (min-width : 1024px) {
    section {
        width: 960px;
        margin: 0 auto;
        padding: 0.5em 0;
    }

    .column {
        width: 27%;
    }

    br {
        display: block;
    }

}