* {
    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:20%;
    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:24%;
    right:5%;
    font-family: 'Rubik', sans-serif;
    font-size:500%;
    letter-spacing: -2px;
    line-height: 100%;
    direction: rtl;
    text-align: center;
    color: #ffffff;
    padding:1.5% 2.5%;
    background-color: rgba(0,0,0,0.6);
}

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

.popularTitle{
    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;
}

.dealBox img{
    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%;
}

.detailsButton{
    width: 40%;
    display: block;
    position: absolute;
    top: 3%;
    right: 3%;
    text-align: center;
    font-size: 100%;
    direction: rtl;
    color: #ffffff;
    font-weight: bold;
    padding: 2% 0;
    background-color:#2a7e05;
    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: 95%;
    margin: 0 auto;
    background: #ffffff;
}

header {
    position: static;
}

.topHeader img{
    float:none;
    display: block;
    width:60%;
    padding:0 0;
    margin:0 auto;
    padding-top:5%;
}

/*
.topHeader h5{
    float:right;
    padding:1% 0 0;
    margin-right:1%;
    color:#ee4c47;
    font-family: 'Rubik', sans-serif;
    font-size:230%;
    letter-spacing: -2px;
    direction:rtl;
    text-align: center;
    width:52%;
}
*/    
    
.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{
    width:100%;
    display: block;
}

.dealContent{
    font-size:550%;
}

.detailsButton{
    font-size: 400%;
}

.buffer{
    display: none;
}

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