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

.mobileOnly{
    display: none;
}

body {
    background: #ababab;
}

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

header{
    padding:0.5% 0 0 0;
    background: #ffffff;
}

header img{
    width:18%;
    float:right;
    margin:1% 3% 0 0;
}

h1 {
    width:75%;
    float:left;
    color: #022b41;
    text-align: left;
    font-size: 220%;
    direction: rtl;
    padding:3% 0 0 3%;
    letter-spacing: 0px;
    
}

h1 br{
    display: none;
}

h1 span{
    color: #a8c13a;
    font-size: 100%;
}

.bgBox{
    position: relative;
}

.bgImage{
    width:100%;
}

.guideImage{
    width:10vw;
    height:10vw;    
    position: absolute;
    top:4%;
    right: -9999px;
    left: -9999px;
    margin:auto;
    border-radius: 50%;
    border:4px solid #ffffff;
    box-shadow: 2px 2px black;
}

.videoBox{
    width:27%;
    position: absolute;
    bottom:1.4%;
    left: 0;
    border:10px solid #3f5164;
    background-color: #3f5164;
}

.videoBoxMobile{
    display: none;
}

.videoImage{
    width:100%;
    display: block;
}

h4{
    width:100%;
    direction: rtl;
    text-align: center;
    color:#fff;
    font-size: 100%;
    font-weight: normal;
    padding-bottom: 2%;
}

.videoButton{
    width:20%;
    position: absolute;
    bottom:3%;
    left: 3%;
    cursor: pointer;
}

.video {
    width: 1058px;
    height: 600px;
    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;
}

.formBox {
    width: 100%;
    padding:2%;
    margin: 0 auto;
    background-color: #3f5164;
}

.formBox h3 {
    color: #ffffff;
    text-align: right;
    font-size: 100%;
    direction: rtl;
    padding-bottom: 1%;
}

.formBox h3 span{
    color: yellow;
    text-align: right;
    font-size: 100%;
    direction: rtl;
    padding-bottom: 1%;
}

.input_box {
    width: 21%;
    float: right;
    margin-left: 1%;
}

.input_box_submit {
    width: 10%;
    float: right;
}

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

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

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

.squaredFour {
    width: 0.8vw;
    height: 0.8vw;
    position: relative;
    float: right;
    border: 0.05vw 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: 0.5vw;
    height: 0.15vw;
    background: transparent;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0.10vw 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;
}


.content{
    margin-bottom: 1%;
    padding: 2% 3%;
}


p {
    text-align: justify;
    font-size: 90%;
    direction: rtl;
    color: #2f2c2c;
    padding-bottom:1%;
}

p span{
    font-size: 100%;
    direction: rtl;
    color: #000000;
    font-weight: bold;
}

h2 {
    color: #022b41;
    text-align: right;
    font-size: 160%;
    direction: rtl;
    padding-bottom:1%;
    letter-spacing: 0px;
}

table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
}

table tr th {
    text-align: center;
    background: #c9cacb;
    color: #000000;
    padding: 2% 0;
    font-size: 100%;
    border: 0.4vw solid #ffffff;
    background: #a8c13a;
}

table tr td {
    text-align: center;
    background: #e2e2e4;
    color: #000000;
    padding: 2% 0;
    font-size: 90%;
    border: 0.4vw solid #ffffff;
}

table tr td.destination {
    text-align: right;
    padding: 2%;
}


table tr td a{
    text-align: center;
    background: #a8c13a;
    color: #000000;
    padding: 4%;
    font-size: 90%;
    text-decoration: none;
    background: #888;
    color: #ffffff;
}

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


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

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


.popForm h3{
    padding:4% 0;
    text-align: center;
    font-size: 130%
}
.popInput_box {
    width: 100%;
    margin-top: 2%;
}

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


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

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

header{
    padding:0.5% 0 0 0;
    background: #ffffff;
}

header img{
    display: block;
    width:50%;
    float:none;
    margin:3% auto;
}

h1 {
    width:100%;
    float:none;
    color: #022b41;
    text-align: center;
    font-size: 220%;
    padding:0 0 0 1%;
    letter-spacing: 0px;
}

h1 br{
    display: block;
}

h1 span{
    color: #a8c13a;
    font-size: 120%;
}

.bgBox{
    position: relative;
}

.bgImage{
    width:100%;
    border-radius: 0 20vw 20vw 0;
}

.guideImage{
    width:34vw;
    height:34vw;    
    position: absolute;
    top:0;
    left: auto;
    right:0;
    margin:0;
    border-radius: 50%;
    border:4px solid #ffffff;
    box-shadow: 0 0;
}

    h4{
        font-size: 150%;
    }
.videoBoxMobile{
    display: block;
    width:100%;
    position: relative;
    bottom:1.4%;
    left: 0;
    border:10px solid #3f5164;
    background-color: #3f5164;
}


.videoButtonMobile{
    width:20%;
    position: absolute;
    bottom:3%;
    left: 3%;
    cursor: pointer;
}

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

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

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

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

input[type='text'] {
    padding: 3% 4%;
    font-size: 130%;
}

input[type='submit'] {
    padding: 3% 0;
    font-size: 120%;
}

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

.squaredFour {
    width: 4vw;
    height: 4vw;
    position: relative;
    float: right;
    border: 0.1vw 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: 2.5vw;
    height: 1.2vw;
    background: transparent;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 0.6vw 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: 100%;
    direction: rtl;
    text-align: right;
    float: right;
    color: #ffffff;
    margin: 1.5% 1.5% 0 0;
    float: right;
}


.content{
    margin-bottom: 0;
    padding: 6% 3%;
}

p {
    text-align: justify;
    font-size: 100%;
    direction: rtl;
    color: #2f2c2c;
    padding-bottom:3%;
}

table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
}

table tr th {
    text-align: center;
    background: #c9cacb;
    color: #000000;
    padding: 2% 0;
    font-size: 100%;
    border: 0.4vw solid #ffffff;
    background: #a8c13a;
}

table tr th.td3, table tr th.td1 {
    width: 20%;
}

table tr td {
    text-align: center;
    background: #e2e2e4;
    color: #000000;
    padding: 2% 0;
    font-size: 90%;
    border: 0.4vw solid #ffffff;
}

table tr td.destination {
    text-align: right;
    padding: 2%;
}


table tr td a{
    text-align: center;
    background: #a8c13a;
    color: #000000;
    padding: 4%;
    font-size: 90%;
    text-decoration: none;
    background: #888;
    color: #ffffff;
}
    
.click_to_call {
    width: 95%;
    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: 150%;
    font-family: arial;
    font-weight: bold;
    border: 2px #027b72 solid;
    text-align: center;
    text-decoration: none;
    direction: rtl;
}

    .popForm{
        width:100%;
    }
}
