* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1vw;
    font-family: 'Arimo', sans-serif;
}

.mobileOnly {
    display: none;
}

body {
    background: #dedede;
}

.blackCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
}

header {
    position: relative;
}

.topHeader {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
}

.topHeader img {
    float: right;
    width: 10%;
    padding: 1% 0;
    margin-right: 5%;
}

.topHeader h5 {
    float: right;
    padding: 1% 0 0;
    margin-right: 1%;
    /*color:#1fbfd3;*/
    color: green;
    font-family: 'Rubik', sans-serif;
    font-size: 230%;
    letter-spacing: -2px;
    direction: rtl;
    text-align: center;
    width: 48%;
}

.topHeader .phoneNumber {
    float: left;
    padding: 2% 0 0 2%;
    margin-right: 1%;
    color: #30353b;
    font-family: 'Rubik', sans-serif;
    font-size: 250%;
    letter-spacing: 0px;
}


.mainBg {
    width: 100%;
}

h1 {
    position: absolute;
    top: 1%;
    right: 30%;
    font-family: 'Rubik', sans-serif;
    font-size: 300%;
    letter-spacing: -2px;
    line-height: 100%;
    direction: rtl;
    text-align: center;
    color: #ffffff;
    padding: 1% 2.5%;
    background-color: rgba(0, 0, 0, 0.6);
}

h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 225%;
    direction: rtl;
    text-align: center;
    color: #555555;
    padding-top: 3%;
}

section p {
    font-size: 150%;
    line-height: 150%;
    margin: 2% auto;
    direction: rtl;
    color: #626262;
    text-align: justify;
    width: 80%;
}


section p span {
    font-family: 'Rubik', sans-serif;
    font-size: 100%;
    font-weight: 900;
    color: #000000;
}



.dealswrapper {
    width: 80%;
    margin: 1% auto;
}

.dealBox {
    width: 30%;
    float: right;
    margin-right: 2.5%;
    border: 2px solid #000000;
    position: relative;
    cursor: pointer;
}

.dealBox img.dealImage {
    width: 100%;
    display: block;
}

.dealContent {
    font-family: 'Rubik', sans-serif;
    font-size: 150%;
    direction: rtl;
    text-align: center;
    color: #ffffff;
    padding: 2% 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dealContent span {
    font-family: 'Rubik', sans-serif;
    color: #ffd45e;
}

img.jeepicon {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 25%;
}

.detailsButton {
    width: 40%;
    display: block;
    position: absolute;
    top: 3%;
    right: 3%;
    text-align: center;
    font-size: 100%;
    direction: rtl;
    color: #fff;
    font-weight: bold;
    padding: 2% 0;
    background-color: #765a0e;
    z-index: 8;
    border: 1px solid #fff;
    border-radius: 4px;
}

.buffer {
    clear: both;
    height: 50px;
}



/* Mobile */

@media only screen and (max-width: 480px) {

    .mobileOnly {
        display: block;
    }

    .pcOnly {
        display: none;
    }

    body {
        background: #dedede;
    }

    .wrapper {
        width: 100%;
        margin: 0 auto;
        background: #ffffff;
    }

    header {
        position: static;
    }

    .topHeader {
        background-color: transparent;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .topHeader img {
        float: left;
        width: 22%;
        padding: 3% 0;
        margin-left: 13%;
    }

    /*
.topHeader h5{
    float:none;
    width: 100%;
    color:#ee4c47;
    font-family: 'Rubik', sans-serif;
    font-size:1250%;
    letter-spacing: -1px;
    direction:rtl;
    text-align: center;
    margin-top:1%;
}
*/
    .topHeader .phoneNumber {
        float: none;
        padding: 0;
        margin-right: 0;
        color: #30353b;
        font-family: 'Rubik', sans-serif;
        font-size: 1000%;
        letter-spacing: 0px;
        direction: rtl;
        text-align: center;
        margin-top: 1%;
    }


    .mainBg {
        width: 100%;
    }

    h1 {
        position: static;
        font-size: 1200%;
        letter-spacing: 0px;
        padding: 4% 2%;
        background-color: rgba(0, 0, 0, 0.8);
    }

    h2 {
        position: static;
        font-size: 750%;
        letter-spacing: 0px;
        padding: 2% 0 4%;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .popularTitle {
        font-size: 600%;
    }

    section p {
        font-size: 470%;
        text-align: justify;
    }


    .dealswrapper {
        width: 80%;
        margin: 1% auto;
    }

    .dealBox {
        width: 100%;
        float: none;
        margin-right: 0;
        position: relative;
        margin-top: 5%;
    }

    .dealBox img.dealImage {
        width: 100%;
        display: block;
    }

    .dealContent {
        font-size: 550%;
    }

    .dealContent span {
        font-family: 'Rubik', sans-serif;
        color: #ffd45e;
        font-size: 60%
    }

    .detailsButton {
        font-size: 400%;
    }

    .buffer {
        display: none;
    }

    .click_to_call {
        width: 90%;
        margin: 4% auto;
        padding: 3% 0;
        cursor: pointer;
        color: #fab448;
        background: #1a4555;
        outline: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 600%;
        font-family: arial;
        font-weight: bold;
        border: 2px #fab448 solid;
        text-align: center;
        text-decoration: none;
        direction: rtl;
    }
}