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

.mobileOnly{
    display: none;
}

body {
    background: #ffffff;
}

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

header{
    padding:0 0 0 0;
    background: #01666E;
}

header img{
    width:12%;
    float:right;
    padding:0.0% 1% 0.0% 1%;
    background-color: #ffffff;
}

h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width:66%;
    float:right;
    color: #ffffff;
    text-align: center;
    font-size: 320%;
    direction: rtl;
    padding-top:0;
    line-height: 70%;
    padding-top:1%;
}

h1 span{
    font-size: 60%;
    padding-top:0;
}

h4 {
    width:21%;
    float:left;
    color: #033246;
    text-align: center;
    font-size: 180%;
    direction: rtl;
    padding:0.8% 0;
    color: #013147;
    background: #f69522;
    border-radius: 0 8px 8px 0;
    margin-top:0.5%;
}

.blueLine{
    background: #ffffff;
    padding:0.2% 0;
    margin:0.0% 0 0.0% 0;
}

.content{
    margin-bottom: 0.5%
}

.textSide{
    width:23%;
    float: left;
    padding: 1% 2%;
    background:#01666E;
}

h2{
    font-family: 'Rubik', sans-serif;
    font-size: 100%;
    direction:rtl;
    text-align:right;
    color:#f69522;
    margin-bottom:1%;
    margin-top:1%;
}

.textSide form{
    width:90%;
    margin: 0 auto;
}

h5{
    font-family: 'Rubik', sans-serif;
    font-size: 90%;
    direction:rtl;
    text-align:right;
    color:#ffffff;
    margin-top:3%;
}

.textSide p{
    font-size: 80%;
    text-align: justify;
    direction:rtl;
    color:#ffffff;
    line-height: 120%;
    margin:0 0 4%;
}

.deals{
    width:77%;
    float:right;
}

.thumb {
    width: 24.5%;
    position: relative;
    float: right;
    margin-left: 0.5%;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    display: block;
}

.linkText {
    width: 100%;
    display: block;
/*    position: absolute;*/
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 120%;
    direction: rtl;
    color: #ffffff;
    font-weight: bold;
    padding: 3.5% 6%;
    background: rgba(2,64,69,0.7);
    z-index: 2;
    
}

.linkText span{
    font-size: 70%;
    color: #bbbbbb;
    font-weight: normal;
}

.country{
    width: 100%;
    display: block;
    position: absolute;
    top: 15%;
    left: -30%;
    text-align: center;
    font-size: 95%;
    direction: rtl;
    color: #013147;
    font-weight: bold;
    padding: 1% 0;
    background: #f69522;
    z-index: 3;
    border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.country2{
    width: 100%;
    display: block;
    position: absolute;
    top: 22%;
    left: -24%;
    text-align: center;
    font-size: 100%;
    direction: rtl;
    color: #013147;
    font-weight: bold;
    padding: 0.5% 0;
    background: #f69522;
    z-index: 3;
    border-bottom:2px solid #ffffff;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.festival{
    width: 100%;
    display: block;
    position: absolute;
    top: 20%;
    left: -23%;
    text-align: center;
    font-size: 100%;
    direction: rtl;
    color: #033246;
    font-weight: bold;
    padding: 0.5% 0;
    background: #ffffff;
    z-index: 3;
/*
    border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
*/
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.filler{clear:both;padding:0.25% 0;}

img[src="images/video.jpg"], img[src="images/recommends.jpg"]{
    cursor: pointer;
}

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

.video {
    width: 640px;
    height: 360px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 9999;
    padding: 2%;
    box-sizing: content-box;
    display: none;
    background: #000000 url("images/exitIcon.png") 98% 1.2% no-repeat;
    cursor: pointer;
}

.letter {
    width: 100%;
    padding: 4%;
}

.letter h3{
    font-size: 120%;
    direction:rtl;
    text-align:right;
    color:#405266;
    margin-bottom:2%;
}

.letterDate{
    font-size: 90%;
    direction:rtl;
    text-align:left;
    color:#555555;
    line-height: 140%;
    margin-top:5%;
}

hr{
    width:95%;
    height:2%;
    background: #405266;
    margin: 2% auto;
    border: none;
}

.input_box {
    width: 100%;
    margin-top: 2%;
}

.input_box_submit {
    width: 100%;
}

input[type='text'] {
    width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    direction: rtl;
    padding:3% 4%;
    font-size: 100%;
    color: #000000;
    outline: none;
    background: #ffffff;
}

input[type='submit'] {
    width: 100%;
    direction: rtl;
    padding:2% 4%;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    outline: none;
    border: none;
    background: #f69524;
    border-radius: 4px;
}

input[type=checkbox] {
    visibility: hidden;
    display: block;
}

.squaredFour {
    width: 0.9vw;
    height: 0.9vw;
    position: relative;
    float: right;
    border: 0.05vw solid #c1c1c1;
    margin: 2% 0 0 0;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
}

.squaredFour label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.6vw;
    height: 0.2vw;
    background: transparent;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0.15vw solid #2e2a2b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.squaredFour label:hover::after {
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkboxSubject {
    font-size: 85%;
    direction: rtl;
    text-align: right;
    float: right;
    color: #ffffff;
    margin: 1% 1% 0 0;
    float: right;
}

.filler2{
    clear:both;
    padding:15% 0 0;
}

.popForm {
    width: 20%;
    height:20vw;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 8888;
    padding: 2%;
    box-sizing: content-box;
    background: #01666E;
    display: none;
}

#popExitImage{
    float:right;
    width: 20%;
}


.popForm h3{
    padding:4% 0;
    text-align: center;
    color:#ffffff;
}
.popInput_box {
    width: 100%;
    margin-top: 2%;
}

.popInput_box input[type='submit'] {
    padding: 2.5% 0;
 }



@media only screen and (max-width: 480px) {
.pcOnly {
    display: none;
}
.mobileOnly{
    display: block;
}

.wrapper {
    width: 95%;
    padding-bottom: 3%;
 }

header{
    position: static;
    background-color: aliceblue;
}

header img{
    float:none;
    width:60%;
    margin: 2% auto;
    padding-top:5%;
    display: block;
    background-color: aliceblue;
}

header a{
    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;
}

h1 {
    float:none;
    width:90%;
    margin:0 auto;
    color: #033246;
    text-align: center;
    font-size: 1000%;
    direction: rtl;
    padding:4% 0;
    line-height: 100%
}
   
h1 span{
    color: #033246;
    text-align: center;
    font-size: 65;
    direction: rtl;
    padding:4% 0;
}
 

h4 {
    width:70%;
    float:none;
    margin:2% auto;
    color: #033246;
    text-align: center;
    font-size: 700%;
    direction: rtl;
    padding:2% 0;
    color: #013147;
    background: #f69522;
    border-radius:5px;
}
    
img[src="images/mobile.jpg"]{
        width: 100%;
        
}
    
.textSide{
    width:100%;
    float: none;
    padding: 5%;
    margin-top:1%;
}
    
h2{
    font-size: 500%;
    text-align:center;
}

h5{
    font-size: 500%;
}

.textSide p{
    font-size: 450%;
}
    

.deals{
    width:100%;
    float:none;
}

 

.thumb {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top:2%;
}

.linkText {
    font-size: 600%;
}

.linkText span{
    font-size: 70%;
    color: #bbbbbb;
    font-weight: normal;
}

.country{
    font-size: 600%;
 }

.festival{
    top: 19%;
    font-size: 400%;
 }
    
.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;
}

.formBox h3 {
    text-align: center;
    font-size: 500%;
    padding-bottom: 1%;
}

.formBox h3 br {
    display: block;
}

.input_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top:1%;
}

.input_box_submit {
    width: 100%;
    float: none;
    margin-top:1%;
}

input[type='text'] {
    font-size: 500%;
}

input[type='submit'] {
    padding: 4%;
    font-size: 500%;
}

input[type=checkbox] {
    visibility: hidden;
    display: block;
}

.squaredFour {
    width: 15px;
    height: 15px;
    position: relative;
    float: right;
    border: 1px solid #c1c1c1;
    margin: 1% 0 0 0;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
}

.squaredFour label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 3px;
    background: transparent;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 3px solid #2e2a2b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.squaredFour label:hover::after {
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkboxSubject {
    font-size: 400%;
      margin: 1% 2% 0 0;
}
    
    
.popForm {
    width: 100%;
    height:85vw;
    border-radius: 0;
    position: fixed;
}
    
}
