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

.mobileOnly{
    display: none;
}

.pcOnly{
    display: block;
}

body {
    background: #ffffff;
}

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

header{
    padding:0 0 0 0;
    /* background: #016e0a; */
    background-color: rgba(26, 69, 85);
}

header img{
    width: 9%;
    float: right;
    padding: 0.5% 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;    
    text-align: center;
    font-size: 180%;
    direction: rtl;
    padding:0.8% 0;
    color: rgba(26, 69, 85);
    background: #f69524;
    border-radius: 0 8px 8px 0;
    margin-top:0.1%;
    margin-left: 0.2%;
}

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

.content{
    margin-bottom: 0.5%
}

.textSide{
    width:22.5%;
    float: left;
    padding: 1% 2% 0.8%;
    background: rgba(26, 69, 85);    
}

.upper{
    font-family: 'Rubik', sans-serif;
    font-size: 222%;
    direction:rtl;
    text-align: center;
    color:#fff;
    margin-bottom:5.5%;
    margin-top:2%;   
}

h2{
    font-family: 'Rubik', sans-serif;
    font-size: 222%;
    direction:rtl;
    text-align: center;
    color:#fff;
    margin-bottom: 7.6%;
    margin-top:16%;
}

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

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

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

.textSide p span{
    display: flow;
    text-align: center;
    font-size: 145%;
    margin: 15% 0 3% 0;
    line-height: 80%;
}

p span.secondHeadline{
    margin-top: 2%;
    font-size: 140%;
}

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

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

.thumb img{
    width: 100%;    
}

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

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

.country{
    width: 95%;
    display: block;
    position: absolute;
    top: 15%;
    left: -25%;
    text-align: center;
    font-size: 95%;
    direction: rtl;
    color: #013147;
    font-weight: bold;
    padding: 1% 0;
    background: #f69524;
    z-index: 3;
    border-top:2px solid #013147;
    border-bottom:2px solid #013147;
    -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: 50%;
    display: block;
    position: absolute;
    top: 32%;
    left: 26%;
    text-align: center;
    font-size: 140%;
    direction: rtl;
    color: #033246;
    font-weight: bold;
    padding: 0.5% 0;
    background: rgba(255,255,255,0.8);
    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.7);
    /* background: rgba(255, 255, 255, 0.5); */
    position: fixed;
    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:5% 4%;
    font-size: 120%;
    color: #000000;
    outline: none;
    background: #ffffff;
}

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

.container {
	display: block;
	position: relative;
	padding:0% 8% 0 0;
	margin-top: 5%;
	cursor: pointer;
	font-size: 1.0em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: rtl;
	text-align: right;
	color:#fff;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	height: 1vw;
	width: 1vw;
	background-color: #fff;
	right:0;
	top:0;
	border:0.1vw solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 25%;
	top: 1%;
	width: 25%;
	height: 60%;
	border: solid #000;
	border-width: 0 0.15vw 0.15vw 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}


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

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

.popForm img{
    width: 50%;
    margin: 2% auto;
    display: block;
}


#popExitImage{
    /* float:right; */
    width: 22%;
    position: absolute;
    right: 0%;
    top: 0;
}


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

 .errorBox{
    position: absolute;    
    /* top: 61%; */
    left: 5%;
    width:15%;
    direction: rtl;
    text-align: center;
    margin: 0.5% 0 0 0;
    background-color: #fff;
    border-radius: 6px;
    z-index: 80;
    padding:0 0;
    color: red;
    font-weight: bold;
    border:2px solid red;
    display: none;
    font-size: 120%;
    
 }

 .errorBoxPop{
    position: absolute; 
    top: 91%;   
    left: 13%;
    width:75%;
    direction: rtl;
    text-align: center;
    /* margin-top: 1%;
    margin-left: 14%; */
    background-color: #fff;
    border-radius: 6px;
    z-index: 90;
    padding:0 0;
    color: red;
    font-weight: bold;
    border:2px solid red;
    display: none;
    font-size: 120%;
 }



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

*{
    font-size: 3vw;
}

.pcOnly {
    display: none;
}

.mobileOnly{
    display: block;
}

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

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

.thumb img{
    width: 100%;
}

.logo {
    float:none;
    width: 50%;
    margin-left: 25%;
    padding: 3% 0;    
    background-color: aliceblue;
}

.headerPhone{      
    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: 200%;
    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: 330%;
    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%;
    position: relative;
}

.upper{
    font-size: 220%;
}
    
h2{
    font-size: 230%;
    text-align:center;
    margin-top: 17%;
    margin-bottom: 4%;
}

h5{
    font-size: 500%;
}

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

.deals{
    width:100%;
    float:none;
    margin-bottom: 20%;
}

 

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

.linkText {
    font-size: 200%;
}

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

.country{
    font-size: 170%;
    top: 18%;
    left: -27%;

 }

.festival{
    top: 34%;
    font-size: 200%;
 }
    
.click_to_call {
    position: fixed;
    bottom: 0;
    left: 8%;
    width: 85%;
    margin: 4% auto;
    padding: 3% 0;
    cursor: pointer;
    color: #393344;
    background: rgba(255,255,255,0.9);
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 200%;
    font-family: arial;
    font-weight: bold;
    border: 2px #027b72 solid;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    z-index: 200;
}



.formBox h3 {
    text-align: center;
    font-size: 170%;
    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: 220%;
}

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

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


.container {
	padding:0% 10% 0 0;
	font-size:1.3em;
}

/* Create a custom checkbox */
.checkmark {
	height: 1.4em;
	width: 1.4em;
	border:0.3vw solid #c1c1c1;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 26%;
	top: 1%;
	width: 30%;
	height: 60%;
	border-width: 0 0.55vw 0.55vw 0;
}


.checkboxSubject {
    font-size: 150%;
      margin: 1% 2% 0 0;
}    
    
.popForm {
    width: 91%;    
    border-radius: 0;
    position: fixed;
    top: 8%;
    padding-bottom: 15%
}

.errorBox{    
    font-size: 200%;
    width: 80%;  
    left: 10%;
    top: 54%;    
 }

 .errorBoxPop{    
    font-size: 200%;
    width: 80%;  
    left: 10%;
    margin-top: 2%;   
}

.mainImage{
    width: 100%;
}
    
}
