body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 9pt;
  color: #757575;
}

h3 {
  color: #757575;
  font-size: 18px;
  font-weight: 100;
}

.gmail-logo {
      width: 127px;
      height: 76px;
}
#main-container {
  position: absolute;
  width: 298px;
  height: 248px;
  background: #fff;
  font-family: 'Roboto';
    font-weight: 300;
  border: 1px solid black;
}

#exit, .exit {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border: 1px solid black;*/
  z-index: 2;
}


.feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

#carets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------
    Caret styling
 -------------------*/
.caret {
  position: absolute;
  top: 183px;
  left: 15px;
  opacity:0;
}
.caret:hover {
  cursor: pointer;
}
.left-caret {
  position: absolute;
  z-index:5;

}
.right-caret {
  position: absolute;
  transform: rotate(180deg);
  left: 277px;
  top: 180px;
    z-index:5;

}

/*------------------
    Panel styling
 -------------------*/
.bg-img {
  position: absolute;
}
.panel-1 {
  text-align: center;
}

.panel-1 .business-text {
  position: absolute;
  top: 33px;
  width: 100%;
  margin: 0 auto;
  left: -190px;
  right: 0;
  opacity: 0;
}
.panel-1 .gmail-for-work-block {
  margin-top: 90px;

}
.panel-1 .gmail-for-work-block .gmail-for-work-title {
    color: #000000;
}

.panel-1 .roll-over-text {
  font-style: italic;
  font-weight: 400;
  font-size: 17.5px;
  opacity: 0;
  left: -90px;
  top: 203px;
  right: 0;
  margin: 0 auto;
  position: absolute;
  color: #c25248;

  background: -webkit-gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(0.5,#fff));
  background: -moz-gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(0.5,#fff));
  background: gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(0.5,#fff));
  -webkit-background-size: 30px 100%;
  -moz-background-size: 30px 100%;
  background-size: 30px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  -webkit-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 10;
  -moz-animation-iteration-count: 10;
  -webkit-animation-iteration-count: 10;
  animation-iteration-count: 10;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
}

@-moz-keyframes shimmer {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position:  left;
  }

  100% {
    background-position: right;
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@-ms-keyframes shimmer {
  0% {
    background-position: left;
  }

  100% {
    background-position:  right;
  }
}

@keyframes shimmer {
  0% {
    background-position:  left;
  }

  100% {
    background-position: right;
  }
}





.panel-1 .pin {
  position: absolute;
  opacity: 0;
}
.panel-1 .pin:hover {
  cursor: pointer;
}
.pin-birch {
  left: 56px;
  top: -323px;
}
.pin-von {
  left: 29px;
  top: -150px;
}
.pin-gizmo {
  left: 237px;
  top: -229px;
}
.pin-map {
  left: 250px;
  top: 50px;
}

.biz-panel {
  position: absolute;
  opacity: 0;
  top:0px;
  z-index: -1;
}
h3.gone-google-text { text-align: center; }
.gone-google-text {
  position: absolute;
    left:0;
    right: 0;
    margin: auto;
    top: 177px;
    /*transform: translateX(-50%);*/
    width: 298px;
}
.email-address-shadow {

}

.email-address-shadow .left, .email-address-shadow .right  {
  position: absolute;
  top: 107px;
  width: 100px;
}
.email-address-shadow .left  {
  left: 30px;
}
.email-address-shadow .right  {
  left: 212px;
}
.email-address-shadow .left div, .email-address-shadow .right div {
  display: inline-block;
  font-size: 27px;
  color: white;
  margin-left: -4px;
  font-weight: 300;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  opacity: 0;
}
.email-address-shadow .left div.cursor {
  position: absolute;
  font-weight: 400;
  opacity: 1;
  font-size: 32px;
  top: -8px;
  left: -15px;
}

/*Gizmo panel */
.gizmo-panel .email-address-shadow .left  {
  left: 24px;
}
.gizmo-panel .email-address-shadow .right  {
  left: 210px;
}
/* Von panel */
.von-panel .email-address-shadow .left  {
  left: 27px;
}
.von-panel .email-address-shadow .right  {
  left: 225px;
}
.von-panel .design-gone-google {
  /*left: 62px;*/
}

/*Start now Panel*/
.start-now-panel {
  text-align: center;
  width: 298px;
  height: 248px;
}
.gmail-for-work-block {
  margin-top: 30px;
}
.gmail-for-work-block h3 {
  margin-top: 15px;
}
.gmail-for-work-block .gmail-for-work-title {
  margin-top: 3px;
  font-size: 19px;
  letter-spacing: 0px;
  font-weight: 100;
  color: #000000;
  font-weight: 400;
}
.start-now-button {
  background-color: #0F75F5;
  padding: 7px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
    top: 188px;
  width: 97px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  /*letter-spacing: 0.6px;*/
  /*opacity: 0;*/
  overflow: hidden;

}
.start-now-small {
  margin: 0;
  padding: 6px;
  padding-bottom: 8px;
  left: -8px;
  top: 0px;
  width: 91px;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0.6px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  opacity: 0;
}

.start-now-button .icon-effect {
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;

  opacity: 0;

  -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
       -o-transform: rotate(10deg);
          transform: rotate(10deg);


  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 75%,
    rgba(255, 255, 255, 0.5) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 75%,
    rgba(255, 255, 255, 0.5) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );
  background: -webkit-gradient(
    linear, left top, right top,
    color-stop(0%  ,rgba(255, 255, 255, 0.2)),
    color-stop(75% ,rgba(255, 255, 255, 0.2)),
    color-stop(90% ,rgba(255, 255, 255, 0.8)),
    color-stop(100%,rgba(255, 255, 255, 0.0))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 75%,
    rgba(255, 255, 255, 0.5) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 75%,
    rgba(255, 255, 255, 0.5) 90%,6
    rgba(255, 255, 255, 0.0) 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 75%,
    rgba(255, 255, 255, 0.5) 90%,
    rgba(255, 255, 255, 0.0) 100%
  );



  -webkit-transition-property: left, top, opacity;
     -moz-transition-property: left, top, opacity;
      -ms-transition-property: left, top, opacity;
       -o-transition-property: left, top, opacity;
          transition-property: left, top, opacity;
  -webkit-transition-duration: 0.5s, 0.5s, 0.1s;
     -moz-transition-duration: 0.5s, 0.5s, 0.1s;
      -ms-transition-duration: 0.5s, 0.5s, 0.1s;
       -o-transition-duration: 0.5s, 0.5s, 0.1s;
          transition-duration: 0.5s, 0.5s, 0.1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}


/* Hover state - trigger effect */

.icon-effect.shimmer {
  opacity: 1;
  top: -15%;
  left: -30%;
}


.footer {
  position: absolute;
  width: 298px;
  height: 35px;
  background-color: #fff;
  top: 215px;
  z-index: 1;
  opacity: 0;
}
.footer .gmail-for-work-text {
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  top: 9px;
  color: #000000;
}
.footer-gmail-logo {
  width: 110px;
  position: absolute;
  right: 15px;
  top: 8px;
}
