/*Sections*/
.wrapper {
  position: relative;
}
@keyframes lefadeIn {
  100% {
    opacity: 1;
  }
}
/*Page Elements*/
.page-holder {
  height: 90%;
}
@keyframes showSky {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
#sky {
 animation: showSky 1s 2s forwards;
  position: relative;
}
#home #sky {
  animation: showSky 1s 2s forwards;
  position: relative;
}
#sky #baloon1 {
  position: absolute;
  left: 70%;
  opacity: 1;
  top: 15%;
  z-index: 2000;
  background: url(../../images/home-animation/baloon1.png) no-repeat;
  height: 240px;
  width: 187px;
  animation: myfirst 150s 120;
  animation-direction: alternate;
  animation-delay: 2.5s;
}
#sky #baloon2 {
  opacity: 1;
  top: 10%;
  position: absolute;
  left: 50%;
  z-index: 1;
  background: url(../../images/home-animation/baloon2.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst2 50s 25;
  animation-direction: alternate;
}
#sky #baloon3 {
  opacity: 1;
  top: -15%;
  position: absolute;
  left: 4%;
  z-index: 1;
  background: url(../../images/home-animation/baloon3.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst1 50s 25;
  animation-direction: alternate;
}
#sky #baloon4 {
  opacity: 1;
  bottom: 35%;
  position: absolute;
  left: 18%;
  z-index: 2000;
  background: url(../../images/home-animation/baloon3.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst1 50s 25;
  animation-direction: alternate;
}
#baloon2 {
  opacity: 1;
  top: 10%;
  position: absolute;
  left: 13%;
  z-index: 2000;
  background: url(../../images/home-animation/baloon2.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst1 50s 25;
  animation-direction: alternate;
}
#sky #submarine {
  position: absolute;
  right: 20%;
  opacity: 0;
  top: 20%;
  background: url(../../images/home-animation/sabmarine.png) no-repeat;
  height: 205px;
  width: 134px;
  animation: fadeInDown 1s 3s forwards, sabmarine 10s 3s ease-in-out infinite;
}
#cloudL1 {
  background: url(../../images/home-animation/cloudL1.png) no-repeat;
  width: 167px;
  height: 121px;
  bottom: 16%;
  margin: auto;
  left: 4%;
 -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 3s infinite;
  animation-direction: alternate-reverse;
}
#cloudL2 {
  background: url(../../images/home-animation/cloudL2.png) no-repeat;
  width: 120px;
    height: 84px;
  bottom: 200px;
  margin: auto;
  left: 20%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards;*/
  animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 7s infinite;
  animation-direction: alternate-reverse;
}
#cloudR1 {
  background: url(../../images/home-animation/cloudR1.png) no-repeat;
  width: 218px;
  height: 102px;
  bottom: 220px;
  margin: auto;
  right: 1%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*animation: lefadeIn 0.2s 3.5s forwards, slideInRight 1s 3.5s forwards;*/
  animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 3s infinite;
  animation-direction: alternate-reverse;
}
#cloudR2 {
  background: url(../../images/home-animation/cloudR2.png) no-repeat;
  width: 123px;
  height: 91px;
  bottom: 70%;
  margin: auto;
  right: 22%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*animation: lefadeIn 0.2s 3.5s forwards, slideInRight 1s 3.5s forwards;*/
  animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 5s infinite;
  animation-direction: alternate-reverse;
}
#cloudR3 {
  background: url(../../images/home-animation/cloudR3.png) no-repeat;
  width: 104px;
  height: 60px;
  bottom: 230px;
  margin: auto;
  right: 30%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*animation: lefadeIn 0.2s 3.5s forwards, slideInRight 1s 3.5s forwards;*/
  animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 7s infinite;
  animation-direction: alternate-reverse;
}
#sky #plane {
  left: -600px;
  top: 0%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  background: url(../../images/home-animation/plane.png) no-repeat;
  height: 82px;
  width: 209px;
  animation: planeFly 28s 5s ease-in-out  infinite;
}
/*#sky #clouds {
  background: url(../../images/home-animation/clouds.png) repeat-x;
  height: 500px;
  width: 100%;
  position: absolute;
  left: 0;
}*/
#sky #sea {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn 0.2s 3.3s forwards, slideInUp 1.5s 3.3s forwards;
}
#sky #wave {
  z-index: 10;
  background: url(../../images/home-animation/header-1440.png) repeat-x;
  height: 250px;
  width: 100%;
  position: absolute;
  top: -2%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn -0.0s 3.5s forwards, bounceInUp 1s 3.5s;
  animation-delay: 2.5s;
  /*animation: lefadeIn -0.0s 3.5s forwards, bounceInUp 1s 3.5s;*/
}
@media only screen and (min-width: 1450px) and (max-width: 1680px){ 
#sky #wave {
  background: url(../../images/home-animation/header-1680.png) repeat-x;
}}
@media only screen and (min-width: 1700px) and (max-width: 1920px){ 
#sky #wave {
  background: url(../../images/home-animation/header-1920.png) repeat-x;
}}


#land {
  background-color: #f7e8d1;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 20%;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn 0.2s 1s forwards, showLand 2s 1s forwards;
}
#bucket,
#suitcase,
#boot,
#hat{
  position: absolute;
  z-index: 10;
}
#cloudL1, #cloudL2, #cloudR1, #cloudR2, #cloudR3{
  position: absolute;
  z-index: 1;
}
#bucket {
  background: url(../../images/home-animation/landscape.png) repeat-x;
  width: 100%;
  height: 249px;
  bottom: -30px;
  margin: auto;
  left: 0;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn 0.2s 3.5s forwards, pulse 1s 3.5s forwards;
  animation-delay: 2s;
 /* animation: lefadeIn 0.2s 3.5s forwards, slideInUp 1s 3.5s forwards;*/
}
@media only screen and (min-width: 1450px) and (max-width: 1680px){ 
#bucket {
  background: url(../../images/home-animation/ls-1680.png) repeat-x;
  height: 325px;
}}
@media only screen and (min-width: 1700px) and (max-width: 1920px){ 
#bucket {
  background: url(../../images/home-animation/ls-1920.png) repeat-x;
  height: 366px;
}}
.ie9 #sky {
  height: 80%;
}
.ie9 .page-holder h1,
.ie9 .page-holder h3,
.ie9 .page-holder #countdown_dashboard,
.ie9 .page-holder .form-holder {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  display: block;
}
.ie9 #bucket,
.ie9 #land,
.ie9 #sky,
.ie9 #bucket,
.ie9 #clouds,
.ie9 #plane,
.ie9 #baloon1,
.ie9 #baloon2,
.ie9 #cloudL1,
.ie9 #cloudL2,
.ie9 #cloudR1,
.ie9 #cloudR2,
.ie9 #cloudR3,
.ie9 #submarine,
.ie9 #sea,
.ie9 #wave,
.ie9 #suitcase,
.ie9 #boot {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

#suitcase {
  background: url(../../images/home-animation/submarine.png) no-repeat;
  width: 333px;
  height: 268px;
  bottom: 35%;
  margin: auto;
  left: 0;
  right: 65%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn 0.2s 4.3s forwards, slideInUp 1s 4.3s forwards;
}
#suitcase #hat {
  right: -40px;
  top: -20px;
  background: url(../../images/home-animation/hat.png) no-repeat;
  width: 142px;
  height: 141px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  animation: lefadeIn 0.5s 6s forwards, slideInDown 1s 6s forwards;
}
/*Preloader*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: 5000;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 7000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: auto;
  height: 5rem;
  width: 5rem;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: 'Dosis', sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: #6e992d;
}
#status {
  width: 100px;
  height: 34px;
  position: absolute;
  z-index: 6000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  background-image: url(../../images/home-animation/page-loader.gif);
  /* path to your loading animation */
 /* background-repeat: no-repeat;
  background-position: center;*/
}
*/@media all and (max-width: 370px) {
  .page-holder {
    bottom: 0;
  }
  #suitcase {
    display: none;
  }
  #boot {
    display: none;
  }
  #bucket {
    left: -400px;
  }
}
.containernw {
  position: absolute;
  width: 100%;
  height: 700px;
  bottom: 0px;
}
#plane1 {
  display: block;
  position: relative;
  width: 900px;
  height: 70px;
  top: 50%;
  z-index: 1;
}

#plane1 .tail {
  height: 70px;
  background: url(../../images/home-animation/tail.png) repeat-x;
  padding: 26px 40px;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  bottom: 36%;
  position: relative;
 }

/*html {
  height: 100%;
  background-color: #86dbeb;*/
  /*background: -webkit-linear-gradient(top, #c8f6ff 0%, #5fcbdf 80%, #00b3d4 100%);*/ /* For Safari */
  /*background: -o-linear-gradient(top, #c8f6ff 0%, #5fcbdf 80%, #00b3d4 100%);*/ /* For Opera 11.1 to 12.0 */
 /* background: -moz-linear-gradient(top, #c8f6ff 0%, #5fcbdf 80%, #00b3d4 100%); *//* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to top, #c8f6ff 0%, #5fcbdf 80%, #00b3d4 100%);*/ /* Standard syntax */
/*}*/


#clouds{
  padding: 30% 0;
  background: #c9dbe9;
  background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
  background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
  background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}

/*Time to finalise the cloud shape*/
.cloud {
  width: 200px; height: 60px;
  background: #fff;
  
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  
  position: relative; 
}

.cloud:before, .cloud:after {
  content: '';
  position: absolute; 
  background: #fff;
  width: 100px; height: 80px;
  position: absolute; top: -15px; left: 10px;
  
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.cloud:after {
  width: 120px; height: 120px;
  top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
  left: 200px;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6; /*opacity proportional to the size*/
  
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 40s linear infinite;
  -moz-animation: moveclouds 40s linear infinite;
  -o-animation: moveclouds 40s linear infinite;
}

.x3 {
  left: -250px; top: -268px;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8; /*opacity proportional to the size*/
  
  -webkit-animation: moveclouds 35s linear infinite;
  -moz-animation: moveclouds 35s linear infinite;
  -o-animation: moveclouds 35s linear infinite;
}

.x4 {
  left: 470px; top: -250px;
  
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75; /*opacity proportional to the size*/
  
  -webkit-animation: moveclouds 50s linear infinite;
  -moz-animation: moveclouds 50s linear infinite;
  -o-animation: moveclouds 50s linear infinite;
}

.x5 {
  left: -40px; top: -350px;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8; /*opacity proportional to the size*/
  
  -webkit-animation: moveclouds 45s linear infinite;
  -moz-animation: moveclouds 45s linear infinite;
  -o-animation: moveclouds 45s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {margin-left: 1000px;}
  100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
  0% {margin-left: 1000px;}
  100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
  0% {margin-left: 1000px;}
  100% {margin-left: -1000px;}
}


/*Clouds Mobile*/
@media only screen and (max-width: 768px){
  #cloudsm{
  padding: 15% 0;
  background: #c9dbe9;
  background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
  background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
  background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}

/*Time to finalise the cloud shape*/
.cloudm {
  width: 110px; height: 45px;
  background: #e2dcdc;
  bottom: 20%;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  
  position: relative; 
}

.cloudm:before, .cloudm:after {
  content: '';
  position: absolute; 
  background: #e2dcdc;
  width: 70px; height: 75px;
  position: absolute; top: -15px; left: 9px;
  
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.cloudm:after{
  width: 75px; height: 75px;
  top: -11px; left: auto; right: 7px;
}

/*Time to animate*/
.x1m {
  /*-webkit-animation: moveclouds 50s linear infinite;
  -moz-animation: moveclouds 50s linear infinite;
  -o-animation: moveclouds 50s linear infinite;*/
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2m {
  left: 200px;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6; /*opacity proportional to the size*/
  
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 40s linear infinite;
  -moz-animation: moveclouds 40s linear infinite;
  -o-animation: moveclouds 40s linear infinite;
}

.x3m {
  left: 90px; top: -340px;
  
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75; /*opacity proportional to the size*/
  
  /*animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 3s infinite;
  animation-direction: alternate-reverse;*/
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x4m {
  left: 130px; top: -250px;
  
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75; /*opacity proportional to the size*/
  
  /*animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 3s infinite;
  animation-direction: alternate-reverse;*/
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x5m {
  left: -20px; top: -350px;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8; /*opacity proportional to the size*/
  
  /*animation: bounceIn 0.2s 3.5s forwards, slideInLeft 1s 3.5s forwards, bobble 3s infinite;
  animation-direction: alternate-reverse;*/
  -webkit-animation: moveclouds 10s linear infinite;
  -moz-animation: moveclouds 10s linear infinite;
  -o-animation: moveclouds 10s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {margin-left: 135px;}
  100% {margin-left: -135px;}
}
@-moz-keyframes moveclouds {
  0% {margin-left: 135px;}
  100% {margin-left: -135px;}
}
@-o-keyframes moveclouds {
  0% {margin-left: 135px;}
  100% {margin-left: -135px;}
}

#skym {
 animation: showSky 1s 2s forwards;
  position: relative;
}
#home #skym {
  animation: showSky 1s 2s forwards;
  position: relative;
}
.mobileview{height: 504px;}

#baloon2m {
  opacity: 1;
  top: 0%;
  position: absolute;
  left:77%;
  z-index: -1;
  background: url(../../images/home-animation/baloon2.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst2 50s 25;
  animation-direction: alternate;
}
#baloon4m {
  opacity: 1;
  bottom: 15%;
  position: absolute;
  left: 6%;
  z-index: 1;
  background: url(../../images/home-animation/baloon3.png) no-repeat;
  height: 103px;
  width: 80px;
 /* animation: fadeInDown 1.5s 3.1s forwards, baloon 6s 3.1s ease-in-out infinite;*/
  animation: myfirst1 50s 25;
  animation-direction: alternate;
}

}
/*Clouds Mobile*/