/*====================================================
                BASE CSS
====================================================*/

*, :after, :before {
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.port{
    display: none;
}

.mob_ls,.tab_ls{
    transform:rotate(90deg);
}
.phone_image{
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 320px;
    height: 500px;
    display:none;
    
}
.tablet_image{
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 768px;
    height: 500px;
    display:none;
    
}
.phone_image img{
    width:100%;
}
.tablet_image img {
    width: 60%;
}
.desktop{
    width: 1280px;
    height: 500px;
    top: 7%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
}


.banner{
    width: 1280px;
    height: 90px;
    position: absolute;
    display:none;
}


/*====================================================
                COMMON CSS
====================================================*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.hide {
    display: none;
}
.mobliemain{position:absolute; z-index:99; width:100%;}
.wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.wrapper-tab{
    width:768px; 
    height:598px;
}
.desktopicon{
    width:100px; 
    height:auto;
    display:inline-block;
    }
.mobileicon{
    position:relative;
    z-index:999;
    border:solid 10px red;
    margin:0px auto;
    width:50%;
    }
.mobileland{ 
    width:100px; 
    height:auto; 
    display:inline-block;
}
.mobileport{
    width:auto;
    height:70px;
    max-width:70px;
    display:inline-block;
}
.mobileport img{
    height:auto;
    width:100%;
}
p {
    color:#fff;
    position: absolute;
    top: 10px;

}
.close{
    position: absolute;
    z-index: 9999;
    width: 4%;
    right: 0;
    cursor: pointer;
}
.video-link img{
    margin:0px;
    width:100%;
}
.video_div{
    margin: 0px auto;
    max-width: 70%;
    margin-top: 4%;
    height: auto;
    position: relative;
    z-index: 9999;
    display:none;
}
.desktop{
    display:block;
}
.tab{
    display:none;
}
.mobliemain, .tablet, .tabletland{
    display:none;
}
.tabletland-show{
    display: block;
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    margin: 0px auto;
}
/*====================================================
                ANIMATION SECTION CSS
====================================================*/


.bg1{
    position: absolute; 
    width:100%;
    height:100%;
    background:url('../images/background.jpg');
    background-position: center;
    background-size: cover;   
}

.logo {
    width: 12%;
    top: 0;
    right: 15%;
    position: absolute;
}

.cta {
    width: 12%;
    position: absolute;
    bottom: 4%;
    right: 32%;
    opacity:0;
}

.battery{
    width: 24%;
    top: 25%;
    right: 25%;
    position: absolute;
    opacity:0;
}

.crystalDry {
   position: absolute;
    width: 20%;
    top: 8%;
    right: 29%;
     opacity:0;
}
.update {
    position: absolute;
    width: 24%;
    bottom: 5%;
    left: 20%;
     opacity:0;
}

.mslider {
   width: 440px;
  height: auto;
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 5;
     opacity:0;
}
.simulated {
  width: 34%;
  position: absolute;
  margin: auto;
  bottom: -3%;
  left: 0;
  right: 0;
     opacity:0;
}

.ba-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow; 
    -webkit-clip-path: circle(47% at center);
    clip-path: circle(47% at center);
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  margin-left:-2px;
 
  background: #464646;
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
 
    content:'';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:25px;
    
    background: url(../images/arrownew.png) no-repeat center; /* @orange */
    background-size: 105% auto;
    border:0px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    /*box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466;  lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}

#circle_land {
  pointer-events: auto !important;
}


.cd-image-container {
 position: relative;
 width: 90%;
 max-width: 768px;
 margin: 0em auto;
 overflow: hidden;
 -webkit-clip-path: circle(47% at center);
 clip-path: circle(47% at center);
}

.cd-image-container img {
  display: block;
}


.cd-image-label {
  display: none!important;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
 position: absolute;
 height:100%;
 width:10%;
 left: 50%;
 top: 0%;
 margin-left: -5%;
 margin-top: 0;
 border-radius: 0;
 background: transparent url(../images/arrownew.png) no-repeat center center;
 background-size: cover;
 cursor: move;
 box-shadow: 0 0 0 6px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0), inset 0 1px 0 rgba(255, 255, 255, 0);
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 -moz-transform: translate3d(0, 0, 0) scale(1);
 -ms-transform: translate3d(0, 0, 0) scale(1);
 -o-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
 pointer-events: auto;
}
@media only screen and (max-width: 620px){
    .mslider {
        width: 230px;
        top: 38%;
      }
      .mslider .ba-slider img {
        width: 230px !important;
      }
}
@media only screen and (max-width: 456px){
    .mslider {
        width: 120px;
        top: 38%;
      }
      .mslider .ba-slider img {
        width: 120px !important;
      }
}
@media only screen and (max-width: 450px){
    .mslider {
        width: 280px;
        top: 38%;
      }
      .mslider .ba-slider img {
        width: 280px !important;
      }
}
@media only screen and (max-width: 350px) and (orientation: portrait){
.port{
    display: block;
}
.land{
    display: none;
}

.bg1{
    position: absolute; 
    width:100%;
    height:100%;
    background:url('../images/backgroundPort.jpg');
    background-position: center;
    background-size: cover;   
}
    
 .simulated {
    width: 62%;
    bottom: -9%;
}
  
 .mslider {
    width: 220px;
    top: 28%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mslider .ba-slider img {
    width: 220px !important;
  }
      .cta {
    width: 100%;
    position: absolute;
    bottom: 12%;
    right: auto;
    }
    
    .cta>img{
        width  :30%;
    }
    .logo{
        width: 28%;   
        right: 10%;
    }
    .crystalDry {
     width: 100%;
     top: 12%;
     right: auto;
    }
    
    .crystalDry>img{
       width: 30%;
    }
    
     .battery {
    width: 100%;
    top: 22%;
    right: auto;
    }
    
    .battery>img{
        width: 40%;
    }
    
       .update {
    width: 100%;
    bottom: 2%;
    left: auto;
} 
    .update>img{
            width: 70%;
    }
    
    .close {
     width: 8%
    }  
        
.handle:after {
   width: 40px;
    margin: -25px 0 0 -18.45px;

    }
}


@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait){
    .port{
        display: block;
    }
    .land{
        display: none;
    }
    .Desktopmain{
        top:0%;
    }
    .logo{
        width: 28%; 
        right: 10%;
    }
    .close{
        width: 6%;
        right: 2%;       
    }
    
    
.bg1{
    position: absolute; 
    width:100%;
    height:100%;
    background:url('../images/backgroundPort.jpg');
    background-position: center;
    background-size: cover;   
}

 .simulated {
    width: 62%;
    bottom: -9%;
}
  
 .mslider {
    width: 280px;
    height: 280px;
    top: 28%;
    left: 0;
    right: 0;
    margin: auto;
  }
    
    .cta {
    width: 100%;
    position: absolute;
    bottom: 12%;
    right: auto;
    }
    
    .cta>img{
        width  :30%;
    }
    
    .crystalDry {
     width: 100%;
     top: 10%;
     right: auto;
    }
    
    .crystalDry>img{
       width: 35%;
    }
    
    .battery {
    width: 100%;
    top: 20%;
    right: auto;
    }
    
    .battery>img{
        width: 50%;
    }
   .update {
    width: 100%;
    bottom: 2%;
    left: auto;
} 
    .update>img{
            width: 70%;
    }
}


@media only screen and (max-width: 600px) and (orientation: landscape){
   .cta {
    width: 20%;
    bottom: 2%;
    right: 22%;
}

    
    .update {
    width: 44%;
    bottom: 5%;
    left: 0.3%;
}
    .logo {
    width: 15%;
    right: 8%;
    }
    
 .simulated {
    width: 68%;
    bottom: -6%;
    }
    
    .battery {
    width: 35%;
    top: 26%;
    right: 8%;
    }
    .crystalDry {
    width: 25%;
    top: 12%;
    right: 18%;
}
}

@media only screen and (max-width: 700px) and (max-height:300px) and (orientation: landscape) {
 .handle:after {
   width: 40px;
    margin: -25px 0 0 -18.45px;

    }
    
    .battery {
    width: 32%;
    top: 27%;
    right: 12%;
}
    .crystalDry {
    width: 22%;
    top: 12%;
    right: 22%;
}
    .cta {
    width: 20%;
    bottom: 1.8%;
    right: 25%;
}
}



