@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#presentation {
  width: 750px;
  height: 550px;
  float: left;
}

.lock-button {
  position: absolute;
  background: #00bcd4;
  padding: 4px 8px;
  margin-top: 26px;
  right: 0;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.volumeup {
  position: absolute;
  background: #00bcd4;
  padding: 4px 8px;
  cursor: pointer;
  margin-top: 58px;
  border-radius: 5px 0 0 5px;
  left: 26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.volumedown {
  position: absolute;
  background: #00bcd4;
  padding: 4px 10.5px;
  cursor: pointer;
  margin-top: 110px;
  border-radius: 5px 0 0 5px;
  left: 26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.name {
  color: #db4437;
  font-size: 13px;
  bottom: 0;
  position: absolute;
}

#block {
  width: 400px;
  height: 350px;
  margin: auto;
  position: fixed;
  left: 180px;
  /* position: fixed;
   left: 50px;
   padding: 50px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
  margin-top: 75px;
}

#container {
  background: url("./img/Nexus_5_Front_View.png");
  width: 365px;
  height: 550px;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 94px;
  padding-bottom: 0;
  display: inline-block;
}

#screen {
  margin-left: auto;
  margin-right: auto;
  width: 233px;
  height: 415px;
  position: relative;
  background: white;
  padding: 0;
}

#lockscreen {
  background: url("./img/download-all-new-android-lollipop-wallpapers-right-now.w654.jpg");
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  filter: brightness(0.8);
  display: block;
}

#banner {
  position: absolute;
  height: 23px;
  width: 100%;
}

.carrier {
  padding: 8px;
  margin: 0;
  position: absolute;
  color: white;
  font-size: 9px;
  cursor: default;
}

#time-lockscreen {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  margin-top: 100px;
  font-weight: 100;
  font-size: 60px;
  color: white;
  cursor: default;
}

#date {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  cursor: default;
  position: absolute;
  margin-top: 170px;
  font-weight: 300;
  color: white;
  font-size: 11px;
  animation-fill-mode: none;
}

.wifi {
  position: absolute;
  right: 48px;
  margin-top: 8px;
  border-top: 10px solid white;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.phone-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 40px;
  margin-top: 8px;
}

.profile {
  border-radius: 50%;
  width: 15px;
  position: absolute;
  margin: 5px;
  right: 0px;
}

.battery {
  width: 7px;
  height: 10px;
  position: absolute;
  right: 19px;
  background: white;
  margin: 8px;
}

.battery::before {
  content: "";
  width: 3px;
  height: 2px;
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  top: -1px;
  display: block;
  position: absolute;
}

#glass-effect {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 275px 127px 0 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  position: absolute;
  z-index: 1;
}

.lock {
  width: 9px;
  height: 7px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.lock::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: white;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.lock::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-left: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  margin: auto;
  left: 0;
  right: 0;
  top: -8px;
  position: absolute;
  transform: rotate(-25deg);
}

/*  OLD CSS MADE CAMERA

.camera{
  width: 14px;
  height: 10px;
  background: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 10px;
  right: 7px;
  border-radius: 2px;
  z-index: 10;
}

.camera::before{
  content:'';
  display: block;
  height: 0;
  width: 4px;
  margin: -2px 0 0 4px;
  border-bottom: 2px solid white;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  z-index: 10;
}

.camera::after{
  content:'';
  display: block;
  z-index: 12;
  background: white;
  border: 1px solid rgba(0,0,0,0.6);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/
.phone {
  position: absolute;
  bottom: 10px;
  left: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  cursor: pointer;
  z-index: 10;
}

#lockscreen:active > .lock {
  border: 2px solid white;
  transition: all 0.2s;
}

@keyframes date-bounce {
  20% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8);
    color: rgba(255, 255, 255, 0.9);
  }
  82% {
    transform: scale(1);
    color: white;
  }
  90% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes text-bounce {
  20% {
    transform: translateY(-25px);
  }
  65% {
    transform: translateY(-40px);
  }
  82% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.run-animation {
  position: relative;
  animation: date-bounce 0.6s linear;
}

#unlock {
  position: absolute;
  color: white;
  font-size: 8px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 38px;
}

.text-animation {
  position: relative;
  animation: text-bounce 0.6s linear;
}

#cont {
  position: absolute;
  width: 100%;
  height: 200px;
  transition: all 0.5s;
}

@keyframes white-ball {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.white-select {
  position: absolute;
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  bottom: -20px;
  display: block;
  right: -25px;
  transform: scale(0);
  transition: all 0.2s;
  z-index: 1;
}

@keyframes explosion {
  20% {
    transform: scale(1);
    display: block;
  }
  60% {
    transform: scale(35);
  }
  100% {
    opacity: 0;
  }
}
.white-select::after {
  content: "<";
  display: block;
  color: white;
  position: absolute;
  bottom: 28px;
  right: 80px;
}

.camera {
  position: absolute;
  bottom: 10px;
  right: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  z-index: 10;
  cursor: pointer;
}

.white-select-left {
  position: absolute;
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  bottom: -20px;
  left: -22px;
  transform: scale(0);
  transition: all 0.2s;
  z-index: 1;
}

.white-select-left::after {
  content: ">";
  display: block;
  color: white;
  position: absolute;
  bottom: 28px;
  left: 80px;
}

#container-guide {
  width: 275px;
  height: 450px;
  position: relative;
  display: inline-block;
}

#page {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
}

.box-guide {
  width: 200px;
  height: 150px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  background: white;
  margin: 14px;
  margin-top: 0;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}

.box-guide:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  transition: all 0.3s;
}

.green {
  background: #009688;
  margin-top: 175px;
}

.lime {
  background: #cddc39;
}

.blue {
  background: #607d8b;
  margin-top: 350px;
}

.red {
  background: #f44336;
  margin-top: 175px;
}

.amber {
  background: #ffc107;
}

.cyan {
  background: #03a9f4;
  margin-top: 350px;
}

.head-box {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.icon-guide {
  padding: 0;
  position: absolute;
  line-height: 40px;
  text-align: center;
  left: 0;
  margin: auto;
  right: 0;
}

.title-box {
  color: #222;
  font-weight: 500;
  font-size: 21px;
}

.desc-box {
  color: #444;
}

/* LAUNCHER */
#launcher {
  display: none;
  z-index: 1;
  background: url("./img/download-all-new-android-lollipop-wallpapers-right-now.w654.jpg");
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#slide-in {
  transform: translateY(0px);
  transition: all 0.5s;
  height: 100%;
  width: 100%;
}

#time {
  right: 0;
  position: absolute;
  margin-top: 4px;
  right: 2px;
  font-weight: 300;
  font-size: 9px;
  color: white;
  cursor: default;
}

.main-banner {
  margin-top: 4px;
}

#navigation-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
}

.back {
  position: absolute;
  height: 10px;
  border-right: 1px solid white;
  left: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.back::before {
  content: "";
  width: 9px;
  border-bottom: 1px solid white;
  margin-top: 2px;
  position: absolute;
  right: -1px;
  display: block;
  transform: rotate(-30deg);
}

.back::after {
  content: "";
  width: 9px;
  border-top: 1px solid white;
  display: block;
  right: -1px;
  transform: rotate(30deg);
  margin-top: 7px;
  position: absolute;
}

.home {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
}

.recent {
  margin: auto;
  right: 47px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: 1px solid white;
}

.other {
  display: none;
}

#drawer-bar {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 28px;
}

.drawer-icon {
  background-image: url(./img/Drawer-icon.png);
  background-size: 100%;
  width: 37px;
  height: 37px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  transform-origin: bottom;
}

.drawer-z {
  width: 37px;
  height: 37px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform-origin: bottom;
  z-index: 1;
}

#drawer {
  width: 218px;
  height: 350px;
  overflow: hidden;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 25px;
  border-radius: 3px;
}

@keyframes drawer {
  20% {
    transform: scale(8);
  }
  40% {
    transform: scale(20);
    border-radius: 30%;
  }
  70% {
    border-radius: 10%;
    transform: scale(20);
  }
  100% {
    border-radius: 5px;
    transform: scale(20);
  }
}
@keyframes drawer-reverse {
  0% {
    border-radius: 5px;
    transform: scale(20);
  }
  99% {
    border-radius: 50%;
    transform: scale(1);
    background: white;
  }
  100% {
    border-radius: 50%;
    transform: scale(1);
    background: none;
  }
}
#info {
  width: 530px;
  height: 40px;
  position: relative;
  margin: auto;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 3px;
}

a:visited, a:link {
  text-decoration: none;
  color: #555;
}

.name {
  color: #db4437 !important;
  font-weight: 500;
}

.firma {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 40px;
}

a:hover {
  color: #f44336;
}

body {
  background: #eceff1;
}

#container-a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /*&:hover{
    width: 150px;
    border-radius: 50px;
    transition: $transition;
  }*/
}
#container-a #letter {
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
}
#container-a #letter span {
  font-family: "Roboto";
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 60px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}

#container-floating {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  z-index: 50px;
}
#container-floating:hover {
  height: 400px;
  width: 60px;
  top: 20px;
  right: 20px;
}
#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}
#container-floating:hover .nd3 {
  animation-delay: 0.08s;
}
#container-floating:hover .nd4 {
  animation-delay: 0.15s;
}
#container-floating:hover .nd5 {
  animation-delay: 0.2s;
}
#container-floating .nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  right: 33px;
  cursor: pointer;
}
#container-floating .nds:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s;
  width: 50px;
  right: 25px;
  height: 50px;
}

#container-floating .nd4 {
  background: url("http://www.studiotomasi.org/images/gplusicon.svg");
  background-size: 100%;
  top: 225px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.profile-name {
  line-height: 60px;
  left: -70px;
  position: absolute;
  font-family: "Roboto";
  color: #455a64;
}

.profile-name:hover {
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
}

#container-volume {
  position: absolute;
  width: 95%;
  margin: auto;
  left: 0;
  right: 0;
  height: 50px;
  background: #455a64;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 100;
  display: none;
}

#myRange {
  width: 130px;
  margin-top: 17px;
}

input[type=range]::-moz-range-track {
  width: 130px;
  height: 1px;
  background: #80cbc4;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #80cbc4;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

/*    INPUT RANGE WEBKIT VERSION

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

*/
.ring {
  color: white;
  font-size: 20px;
  position: absolute;
  line-height: 50px;
  left: 15px;
}