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

img {
    max-width: 100%;
    height: auto;
}

body {
    background: url("images/bg.png");
}

.wrapper {
    width: 25%;
    margin: 0 auto;
    background: #ffffff;
}
.filler{
    height:100px;
}
p {
    font-size: 90%;
    color: #000066;
    direction: rtl;
    text-align: right;
    line-height: 120%;
    padding: 2%;
}

.text_box p {
    font-size: 20px;
    text-shadow: none;
    padding: 0;
}

.buttonsBox1 {
    position: absolute;
    bottom: 5px;
    left: 5%;
    width: 90%;
}

.linkBox {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.linkBox img {
    width: 8%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5%;
}

a {
    position: relative;
    z-index: 999;
    width: 100%;
    cursor: pointer;
    color: #727272;
    outline: none;
    padding: 4% 20% 4% 0;
    font-size: 100%;
    display: block;
    border: none;
    border-bottom: 2px solid #727272;
    text-align: right;
    text-decoration: none;
    direction: rtl;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7%, contain;
}

a.backtomenu {
    position: static;
    width: 60%;
    padding: 2% 0;
    color: #29286c;
    background: none;
    outline: none;
    border-radius: 4px;
    border: 0;
    text-align: center;
    direction: rtl;
    margin: 0 auto 3%;
    border: none;
    background: -webkit-linear-gradient(#fee34a, #f9a415);
    background: -o-linear-gradient(#fee34a, #f9a415);
    background: -moz-linear-gradient(#fee34a, #f9a415);
    background: linear-gradient(#fee34a, #f9a415);
}

a.hotelink {
    position: static;
    display: inline;
    width: auto;
    color: darkred;
    font-weight: bold;
    padding: 0;
    font-size: 100%;
    border: none;
    text-align: right;
    text-decoration: none;
    direction: rtl;
}

a[href='page09.html'] {
    background-image: url(icons/man.png);
}

a[href='page02.html'] {
    background-image: url(icons/airplane.png);
}

a[href='page03.html'] {
    background-image: url(icons/car.png);
}

a[href='page04.html'] {
    background-image: url(icons/hotel.png);
}

a[href='maps.html'] {
    background-image: url(icons/map.png);
}

a[href='page10.html'] {
    background-image: url(icons/clock.png);
}

a[href='day20170404.html'] {
    background-image: url(icons/1.png);
}

a[href='day20170405.html'] {
    background-image: url(icons/2.png);
}

a[href='day20170406.html'] {
    background-image: url(icons/3.png);
}

a[href='day20170407.html'] {
    background-image: url(icons/4.png);
}

a[href='day20170408.html'] {
    background-image: url(icons/5.png);
}

a[href='day20170409.html'] {
    background-image: url(icons/6.png);
}

a[href='day20170410.html'] {
    background-image: url(icons/7.png);
}

a[href='day20170411.html'] {
    background-image: url(icons/8.png);
}

a[href='day20170412.html'] {
    background-image: url(icons/9.png);
}

h4 {
    padding: 2% 0;
    font-size: 120%;
    color: #000066;
    direction: rtl;
    text-align: center;
    margin-top: 5%;
    background: #d0d0d0;
}

h3 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: arial;
    font-size: 20px;
    color: #d0d0d0;
    direction: rtl;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    background: #000066;
}

.subtitle {
    font-family: arial;
    font-size: 16px;
    color: #000066;
    direction: rtl;
    text-align: center;
}

.price {
    font-family: arial;
    font-size: 18px;
    color: #ff0000;
    direction: rtl;
    text-align: center;
}

.countDownItem{
width:22.5%;
margin-left:2%;
float:left;
}

.num{
width:100%;
padding:30px 0;
color: #ffffff;
background: -webkit-linear-gradient(#B5B100, #487B04); 
background: -o-linear-gradient(#B5B100, #487B04);
background: -moz-linear-gradient(#B5B100, #487B04);
background: linear-gradient(#B5B100, #487B04);
font-family:arial;
font-weight:bold;
font-size:40px;
text-align:center;
}

.item_description{
width:100%;
padding:10px 0;
background:#ffffff;
font-family:arial;
font-weight:bold;
font-size:16px;
color:#000000;
text-align:center;
}

@media only screen and (max-width: 480px) {
    .wrapper {
        width: 95%;
    }
    a {
        padding: 5% 17% 4% 0;
        background-position: 95% center;
        background-size: 8%, contain;
        font-size: 5em;
    }
    p {
        font-size: 500%;
    }
    h4 {
        font-size: 550%;
    }
    p span {
        font-size: 100%;
    }
    h4 .titleText {
        font-size: 80%;
    }
}