@charset "utf-8";
/* Powered by Web Walk */

.wrapper, .boxed-layout .wrapper{
	width: 100% !important;
	min-width: 100% !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

html{
    width: 100% !important;
    overflow-x: hidden !important;
}

body{
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    min-width: 0px !important;
	background-color: #FFF;
    background-image: url(../img/bg1.jpg);
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.stretched-layout .wrapper{
  background: white !important;
  padding-bottom: 20px !important;
}


hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-four {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

section{
	width: 75%;
	height: auto;
	overflow: hidden auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
  display: table;
}

#fw{
  width: 100%;
  height: auto;
  display: table;
  overflow: hidden auto;
}

#logo{
  width: 26%;
  height: auto;
  float: left;
}

#logo img{
  width: 100%;
  height: auto;
}

nav{
  width: auto;
  height: auto;
  float: right;
  overflow: hidden auto
  z-index: 30;
}

#email{
  width: 24%;
  height: auto;
  float: right;
  overflow: hidden auto;
}

#banner{
  width: 100%;
  height: auto;
}

#content{
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
  display: table;
  padding: 30px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

#contentl{
  width: 70%;
  height: auto;
  float: left;
  border-radius: 10px;
  padding: 20px;
  background-color: #65970e;
  overflow: hidden auto;
  display: table;
  text-align: justify;
}

#contentr{
  width: 25%;
  float: right;
  display: table;
  overflow: hidden auto;
}

.form-style-7{
    max-width:400px;
    margin:50px auto;
    background:#fff;
    border-radius:2px;
    padding:20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
}
.form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;   
}
.form-style-7 li{
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 30px;
    border-radius: 3px;
}
.form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}
.form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 20px;
    padding: 2px 5px 2px 5px;
    color: #78c008;
    font-size: 14px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 input[type="password"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus 
{
}
.form-style-7 li > span{
    background: #78c008;
    display: block;
    padding: 5px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.form-style-7 textarea{
    resize:none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    background: #78c008;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 3px solid #5994FF;
    border-radius: 3px;
    color: #000;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #6B9FFF;
    color:#fff;
}

footer{
  width: 100%;
  height: auto;
  display: table;
  padding: 20px;
  border-top: 2px solid #dbfb07;
}

#facilties{
  width: 95%;
  margin: auto;
  margin-top: 30px;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);  
}

#facilitiesicon{
  width: 30%;
  height: auto;
  margin: 1%;
  text-align: center;
  display: table;
  overflow: hidden auto;
  float: left;
}

#route{
  width: 45%;
 height: auto;
  display: table;
  float: left;
padding: 5px;
text-align: center;
}

#reservation{
  width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  padding: 10px;
  display: table;
  position: relative;
}


@media only screen and (min-width: 120px) and (max-width: 850px){
  #logo{
  width: 50%;
  height: auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
  #email{
  width: 100%;
  height: auto;
  float: right;
  text-align: center;
  overflow: hidden auto;
}

  #contentl{
  width: 100%;
  height: auto;
  float: left;
  border-radius: 10px;
  padding: 20px;
  background-color: #65970e;
  overflow: hidden auto;
  display: table;
  text-align: justify;
}

nav{
  background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5); 
width: 100%;
}

#contentr{
  width: 100%;
  float: none;
  display: table;
  overflow: hidden auto;
  text-align: center;
}

#facilties{
  width: 95%;
  margin: auto;
  margin-top: 30px;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);  
}

#facilitiesicon{
  width: 100%;
  height: auto;
  margin: 1%;
  text-align: center;
  display: table;
  overflow: hidden auto;
  float: left;
}

#desktop{
  display: none;
}

#mobile{
  display: table;
  overflow: hidden auto;
}


#rttariffw{
  width: 100%;
 height: auto;
  display: table;
  float: none;
  margin: auto;
border: 1px solid #FFF;
padding: 20px;
text-align: center;
}


#rtorange{
  width: 23%;
 height: auto;
  display: table;
  float: left;
padding: 20px;
text-align: center;
background-color: #f9c202;
border: 1px solid #000;
}

#rtgreens{
  width: 23%;
 height: auto;
  display: table;
  float: left;
padding: 20px;
text-align: center;
background-color: #81c609;
border: 1px solid #000;
}


#rttype{
  width: 40.2%;
  height: auto;
  display: table;
float: left;
padding: 20px;
text-align: center;
border: 1px solid #FFF;
}


#rtorangeb{
  width: 40.2%;
  height: auto;
  display: table;
float: left;
padding: 20px;
text-align: center;
background-color: #f9c202;
border: 1px solid #000;
}

}

#mobile{
  display: none;
}

#desktop{
  display: table;
  overflow: hidden auto;
}

#rooms{
  width: 90%;
  height: auto;
  display: table;
  margin: auto;
  display: table;
  margin-top: 20px;
  background-image: url(../img/wflower.png);
  background-position: right bottom;
  background-repeat:  no-repeat;
  background-size: 35%;
  background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);  
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
/*border: 2px solid #dbfb07;*/
padding-bottom: 20px;
}


#roomgal{
  width: auto;
  height: auto;
  float: left;
  margin: 10px;
}


#rttariff{
  width: 23%;
  height: auto;
  display: table;
  float: left;
border: 1px solid #fbc407;
padding: 20px;
text-align: center;
}

#rttariffw{
  width: 23%;
 height: auto;
  display: table;
  float: left;
border: 1px solid #FFF;
padding: 20px;
text-align: center;
}


#rtorange{
  width: 23%;
 height: auto;
  display: table;
  float: left;
padding: 20px;
text-align: center;
background-color: #f9c202;
border: 1px solid #000;
}

#rtgreens{
  width: 23%;
 height: auto;
  display: table;
  float: left;
padding: 20px;
text-align: center;
background-color: #81c609;
border: 1px solid #000;
}

#routemap{
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
}

#routemap img{
  width: 100%;
  height: auto;
}

#routemap:hover{
  -moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}




#rttype{
  width: 40.2%;
  height: auto;
  display: table;
float: left;
padding: 20px;
text-align: center;
border: 1px solid #FFF;
}


#rtorangeb{
  width: 40.2%;
  height: auto;
  display: table;
float: left;
padding: 20px;
text-align: center;
background-color: #f9c202;
border: 1px solid #000;
}

#rtgreen{
  width: 40.2%;
  height: auto;
  display: table;
float: left;
padding: 20px;
text-align: center;
background-color: #81c609;
border: 1px solid #000;
}




.mt50{
  margin-top: 50px;
}

.mt100{
  margin-top: 100px;
}

.mt25{
  margin-top: 25px;
}

.mb50{
  margin-bottom: 50px;
}

.mb100{
  margin-bottom: 100px;
}



.style1{
  font-family: Arial;
  font-size: 13px;
}

.style2{
  font-family: Arial;
  font-size: 14px;
}


.style3{
  font-family: "SEGOEUIL";
  font-size: 30px;
}

.style4{
  font-family: "euphemia";
  font-size: 24px;
}

.style5{
  font-family: 'EthnocentricRegular';
  font-size: 20px;
}

.style6{
  font-family: Arial;
  font-size: 20px;
}

.style7{
  font-family: Arial;
  font-size: 16px;
}

.style8{
  font-family: Arial;
  font-size: 24px;
}

.bold{
  font-weight: bold;
}


.lemon{
  color: #dbfb07;
}

.white{
  color: #FFF;
}

.yellow{
  color: #fbc407;
}

@font-face{
            font-family: "SEGOEUIL";
            src: url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.eot');
            src: local("Segoe UI Light"), url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.woff') format("woff"), url('http://www.fontsforweb.com/public/fonts/1409/SEGOEUIL.ttf') format("truetype");}
            
@font-face {
    font-family: 'SegoeUIBold';
    src: url('../fonts/segoeuib_3.eot');
    src: url('../fonts/segoeuib_3.eot') format('embedded-opentype'),
         url('../fonts/segoeuib_3.woff') format('woff'),
         url('../fonts/segoeuib_3.ttf') format('truetype'),
         url('../fonts/segoeuib_3.svg#SegoeUIBold') format('svg');
}

@font-face {
    font-family: 'SegoeUIRegular';
    src: url('../fonts/segoeui_3.eot');
    src: url('../fonts/segoeui_3.eot') format('embedded-opentype'),
         url('../fonts/segoeui_3.woff') format('woff'),
         url('../fonts/segoeui_3.ttf') format('truetype'),
         url('../fonts/segoeui_3.svg#SegoeUIRegular') format('svg');
}




@font-face
{font-family: "euphemia"; src:url(../fonts/euphemia.ttf);}

@font-face
{font-family: "bebas"; src:url(../fonts/BEBAS.ttf);}

@font-face {
    font-family: 'EstelleBlackSFRegular';
    src: url('../fonts/este.eot');
    src: url('../fonts/este.eot') format('embedded-opentype'),
         url('../fonts/este.woff') format('woff'),
         url('../fonts/este.ttf') format('truetype'),
         url('../fonts/este.svg#EstelleBlackSFRegular') format('svg');
}

@font-face {
    font-family: 'EthnocentricRegular';
    src: url('../fonts/ethnocen.eot');
    src: url('../fonts/ethnocen.eot') format('embedded-opentype'),
         url('../fonts/ethnocen.woff') format('woff'),
         url('../fonts/ethnocen.ttf') format('truetype'),
         url('../fonts/ethnocen.svg#EthnocentricRegular') format('svg');
}

@font-face {
    font-family: 'FattRegular';
    src: url('../fonts/fatt___.eot');
    src: url('../fonts/fatt___.eot') format('embedded-opentype'),
         url('../fonts/fatt___.woff') format('woff'),
         url('../fonts/fatt___.ttf') format('truetype'),
         url('../fonts/fatt___.svg#FattRegular') format('svg');
}

@font-face {
    font-family: 'FontleroyBrownNFRegular';
    src: url('../fonts/fontleroybrownnf.eot');
    src: url('../fonts/fontleroybrownnf.eot') format('embedded-opentype'),
         url('../fonts/fontleroybrownnf.woff') format('woff'),
         url('../fonts/fontleroybrownnf.ttf') format('truetype'),
         url('../fonts/fontleroybrownnf.svg#FontleroyBrownNFRegular') format('svg');
}

@font-face {
    font-family: 'FreebooterScriptRegular';
    src: url('../fonts/freebsc.eot');
    src: url('../fonts/freebsc.eot') format('embedded-opentype'),
         url('../fonts/freebsc.woff') format('woff'),
         url('../fonts/freebsc.ttf') format('truetype'),
         url('../fonts/freebsc.svg#FreebooterScriptRegular') format('svg');
}

@font-face {
    font-family: 'FreestyleScriptRegular';
    src: url('../fonts/freescpt.eot');
    src: url('../fonts/freescpt.eot') format('embedded-opentype'),
         url('../fonts/freescpt.woff') format('woff'),
         url('../fonts/freescpt.ttf') format('truetype'),
         url('../fonts/freescpt.svg#FreestyleScriptRegular') format('svg');
}

.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  font: normal 18px/normal "Warnes", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-decoration: normal;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.button:hover {
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;
}

.neon{
margin: 20px auto;
font-size: 24px;
font-family: "SEGOEUIL";
text-transform: uppercase;
color: white;
text-shadow:0 0 10px white, 
  0 0 5px white, 
  0 0 7px white, 
  0 0 10px #dbfb07, 
  0 0 15px #dbfb07, 
  0 0 20px #dbfb07, 
  0 0 25px #dbfb07, 
  0 0 35px #dbfb07;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.neon:hover{
  text-shadow:0 0 10px white, 
  0 0 5px white, 
  0 0 7px white, 
  0 0 10px #fa0277, 
  0 0 15px #fa0277, 
  0 0 20px #fa0277, 
  0 0 25px #fa0277, 
  0 0 35px #fa0277;
}

#flash {
  display: inline-block;
  text-shadow: #bbb 0 0 1px, #fff 0 -1px 2px, #fff 0 -3px 2px, rgba(0,0,0,0.8) 0 30px 25px;
  transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
}



#awan {
position:fixed;
top:0px;left:0px;
width:100%;
height:100%;
text-align:center;
margin:0px;
padding:0px;
background: url(../img/cloud_one1.png) center top repeat-x;
padding-top:100px;
padding-bottom:10px;
  width: 100%;
  height:43%;
  animation: awan-animasi 60s linear infinite;
  -ms-animation: awan-animasi 60s linear infinite;
  -moz-animation: awan-animasi 60s linear infinite;
  -webkit-animation: awan-animasi 60s linear infinite;
  overflow: hidden;
}

@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1320% 0;
  };
}

@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1320% 0;
  };
}

@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1320% 0;
  };
}

@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1320% 0;
  };
}

/*.sky {
      height:480px;
      background:#007fd5;
      position:relative;
      overflow:hidden;
      -webkit-animation:sky_background 50s ease-out infinite;
      -moz-animation:sky_background 50s ease-out infinite;
      -o-animation:sky_background 50s ease-out infinite;
      -webkit-transform:translate3d(0,0,0);
      -moz-transform:translate3d(0,0,0);
      -o-transform:translate3d(0,0,0);
    }
    
    
    .moon {
      background:url("http://montanaflynn.me/lab/css-clouds/images/moon.png");
      position:absolute;
      left:0;
      height:100%;
      width:300%;
      -webkit-animation:moon 50s linear infinite;
      -moz-animation:moon 50s linear infinite;
      -o-animation:moon 50s linear infinite;
      -webkit-transform:translate3d(0,0,0);
      -moz-transform:translate3d(0,0,0);
      -o-transform:translate3d(0,0,0);
    }
    
    
    .clouds_one {
      background:url("http://montanaflynn.me/lab/css-clouds/images/cloud_one.png");
      position:absolute;
      left:0;
      top:0;
      height:100%;
      width:300%;
      -webkit-animation:cloud_one 50s linear infinite;
      -moz-animation:cloud_one 50s linear infinite;
      -o-animation:cloud_one 50s linear infinite;
      -webkit-transform:translate3d(0,0,0);
      -moz-transform:translate3d(0,0,0);
      -o-transform:translate3d(0,0,0);
    }
    
    .clouds_two {
      background:url("http://montanaflynn.me/lab/css-clouds/images/cloud_two.png");
      position:absolute;
      left:0;
      top:0;
      height:100%;
      width:300%;
      -webkit-animation:cloud_two 75s linear infinite;
      -moz-animation:cloud_two 75s linear infinite;
      -o-animation:cloud_two 75s linear infinite;
      -webkit-transform:translate3d(0,0,0);
      -moz-transform:translate3d(0,0,0);
      -o-transform:translate3d(0,0,0);
    }
    
    .clouds_three {
      background:url("http://montanaflynn.me/lab/css-clouds/images/cloud_three.png");
      position:absolute;
      left:0;
      top:0;
      height:100%;
      width:300%;
      -webkit-animation:cloud_three 100s linear infinite;
      -moz-animation:cloud_three 100s linear infinite;
      -o-animation:cloud_three 100s linear infinite;
      -webkit-transform:translate3d(0,0,0);
      -moz-transform:translate3d(0,0,0);
      -o-transform:translate3d(0,0,0);
    }
    
    @-webkit-keyframes sky_background {
      0% {
        background:#007fd5;
        color:#007fd5;
      }
      
      50% {
        background:#000;
        color:#a3d9ff;
      }
      
      100% {
        background:#007fd5;
        color:#007fd5;
      }
    }
    
    @-webkit-keyframes moon {
      0% {
        opacity: 0;
        left:-200%
        -moz-transform: scale(0.5);
          -webkit-transform: scale(0.5);
      }
      
      50% {
        opacity: 1;
        -moz-transform: scale(1);
        left:0%
        bottom:250px;
          -webkit-transform: scale(1);
      }
    
      100% {
        opacity: 0;
        bottom:500px;
        -moz-transform: scale(0.5);
          -webkit-transform: scale(0.5);
      }
    }
    
    @-webkit-keyframes cloud_one {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }
    
    @-webkit-keyframes cloud_two {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }
    
    @-webkit-keyframes cloud_three {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }
    
    @-moz-keyframes sky_background {
      0% {
        background:#007fd5;
        color:#007fd5;
      }
      
      50% {
        background:#000;
        color:#a3d9ff;
      }
      
      100% {
        background:#007fd5;
        color:#007fd5;
      }
    }
    
    @-moz-keyframes moon {
      0% {
        opacity: 0;
        left:-200%
        -moz-transform: scale(0.5);
          -webkit-transform: scale(0.5);
      }
      
      50% {
        opacity: 1;
        -moz-transform: scale(1);
        left:0%
        bottom:250px;
          -webkit-transform: scale(1);
      }
    
      100% {
        opacity: 0;
        bottom:500px;
        -moz-transform: scale(0.5);
          -webkit-transform: scale(0.5);
      }
    }
    
    @-moz-keyframes cloud_one {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }
    
    @-moz-keyframes cloud_two {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }
    
    @-moz-keyframes cloud_three {
      0% {
        left:0;
      }
    
      100% {
        left:-200%;
      }
    }*/