*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #b3e3fa;
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}

a{
  outline: 0;
  text-decoration: none;
  -webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

a:hover,
a:active,
a:focus {
   outline: 0;
}

.drawer-nav{
  background-color: #6b777e!important;
}

.nav-content{
  display: block;
  background-color: #98a6b0;
  padding-top: 13px;
  padding-bottom: 11px;
}

.nav-content-in{
  background-color: #becbd2;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.drawer-nav ul{
  padding: 0;
}

.bar-menu li{
  width: 215px;
  height: 20px;
  display: block;
  background-color: #ffffff;
  margin: 0 auto 10px;
}

.progress-nav{
  background-color: #00ffff;
  width: 50%;
  height: 100%;
}

.progress-one{
  -webkit-animation: bars_anim 2s linear infinite; /* Chrome, Safari, Opera */
  -moz-animation: bars_anim 2s linear infinite; /* Mozilla */
  -o-animation: bars_anim 2s linear infinite; /* Opera */
  -ms-animation: bars_anim 2s linear infinite; /* Mozilla */
  animation: bars_anim 2s linear infinite; /* Rest */
}

.progress-two{
  -webkit-animation: bars_anim 1.5s linear infinite; /* Chrome, Safari, Opera */
  -moz-animation: bars_anim 1.5s linear infinite; /* Mozilla */
  -o-animation: bars_anim 1.5s linear infinite; /* Opera */
  -ms-animation: bars_anim 1.5s linear infinite; /* Mozilla */
  animation: bars_anim 1.5s linear infinite; /* Rest */
}

.progress-three{
  -webkit-animation: bars_anim 3s linear infinite; /* Chrome, Safari, Opera */
  -moz-animation: bars_anim 3s linear infinite; /* Mozilla */
  -o-animation: bars_anim 3s linear infinite; /* Opera */
  -ms-animation: bars_anim 3s linear infinite; /* Mozilla */
  animation: bars_anim 3s linear infinite; /* Rest */
}


/* Chrome, Safari */
@-webkit-keyframes bars_anim{
    0% {width: 0%}
    50% {width: 100%}
    100% {width: 0%}
}

/* Mozilla */
@-moz-keyframes bars_anim{
    0% {width: 0%}
    50% {width: 100%}
    100% {width: 0%}
}

/* Opera */
@-o-keyframes bars_anim{
    0% {width: 0%}
    50% {width: 100%}
    100% {width: 0%}
}

/* Explorer */
@-ms-keyframes bars_anim{
    0% {width: 0%}
    50% {width: 100%}
    100% {width: 0%}
}

/* Else */
@keyframes  bars_anim{
    0% {width: 0%}
    50% {width: 100%}
    100% {width: 0%}
}

.nav-buttons{
  margin: 0 auto;
  display: block;
  width: 100%;
}

.nav-buttons li{
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.nav-buttons li a,
.nav-buttons li.selected{
  color: #7d8a92;
  text-decoration: none;
}

.nav-button-bottom{
  position: relative;
  height: 73px;
  width: 100%;
  display: block;
}

.button_top{
  display: block;
  background-color: #dee6f1;
  border-radius: 50%;
  height: 63px;
  width: 63px;
  font-size: 25px;
  color: #b2b8c1;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 63px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  /* soft animation*/
  -webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

.shadow_button{
  display: block;
  background-color: #98a6b0;
  border-radius: 50%;
  height: 63px;
  width: 63px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.nav-buttons li:hover .button_top,
.nav-buttons li.selected .button_top{
  background-color: #39b54a;
  color: #78ca83;
  top: 5px;
  /* soft animation*/
  -webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  -o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
  transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

.nav-buttons li.selected{
  cursor: default;
}

.nav-buttons li:hover .shadow_button,
.nav-buttons li.selected .shadow_button{
  background-color: #009245;
}

.controls{
  display: block;
}

.control-right{
  display: inline-block;
  width: 40%;
  height: 86px;
  background: url("../images/time_machine/chaps.png") no-repeat center top;
  background-size: 90% auto;
  vertical-align: middle;
}

.control-left{
  display: inline-block;
  width: 60%;
  height: 86px;
  vertical-align: middle;
}

.tornillo{
  background: url("../images/time_machine/big_tornillo.png") no-repeat center top;
  background-size: 100% auto;
  display: block;
  width: 26px;
  height: 26px;
}

.tornillo_menu_uno{
  position: absolute;
  top: 0px;
  left: 0px;
}

.tornillo_menu_dos{
  position: absolute;
  top: 0px;
  right: 0px;
}

.tornillo_menu_tres{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tornillo_menu_cuatro{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.face_grey{
  background: url("../images/time_machine/face_grey.png") no-repeat center top;
  background-size: 100% auto;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
}

.nav_circles{
  width: 90%;
  display: block;
  border: 1px solid #ffffff;
  height: 61px;
}

.nav_circles ul{
  padding: 0;
  margin: 0;
}

.circle_nav{
  display: inline-block;
  width: 33.33%;
  height: 61px;
}

.white_circle{
  display: block;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 5px auto 0 auto;
  position: relative;
}

.white_nav_bar{
  display: block;
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 7px auto 0 auto;
}

.black_nav_dot{
  background-color: #000000;
  height: 8px;
  width: 8px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  top: 14px;
  left: 13px;
}

.tm_relog_uno{
  background: #000;
  height: 16px;
  width: 4px;
  left: 15px;
  position: absolute;
  top: 5px;
  transform-origin: 50% 80%;
  z-index: 2;
  border-radius: 4px;
  -webkit-animation: relog_rotate 2s infinite linear; /* Chrome, Safari, Opera */
  -moz-animation: relog_rotate 2s infinite linear; /* Mozilla */
  -o-animation: relog_rotate 2s infinite linear; /* Opera */
  -ms-animation: relog_rotate 2s infinite linear; /* Mozilla */
  animation: relog_rotate 2s infinite linear; /* Rest */
}

.tm_relog_uno.r_u_b{
  -webkit-animation: relog_rotate 1s infinite linear; /* Chrome, Safari, Opera */
  -moz-animation: relog_rotate 1s infinite linear; /* Mozilla */
  -o-animation: relog_rotate 1s infinite linear; /* Opera */
  -ms-animation: relog_rotate 1s infinite linear; /* Mozilla */
  animation: relog_rotate 1s infinite linear; /* Rest */
}

.tm_relog_uno.r_u_b{
  -webkit-animation: relog_rotate 2.5s infinite linear; /* Chrome, Safari, Opera */
  -moz-animation: relog_rotate 2.5s infinite linear; /* Mozilla */
  -o-animation: relog_rotate 2.5s infinite linear; /* Opera */
  -ms-animation: relog_rotate 2.5s infinite linear; /* Mozilla */
  animation: relog_rotate 2.5s infinite linear; /* Rest */
}

/* Chrome, Safari */
@-webkit-keyframes relog_rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

/* Mozilla */
@-moz-keyframes relog_rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

/* Opera */
@-o-keyframes relog_rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

/* Explorer */
@-ms-keyframes relog_rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

/* Else */
@keyframes relog_rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

.trade_nav p{
  margin: 0 auto!important;
  padding: 3px 0;
  color: #dee6f1;
  background-color: #b2b8c1;
  border:2px solid #DEE6EF;
  border-radius: 7px;
  width: 91px;
  font-size: 13px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}

.trade_nav{
  padding-top: 10px;
  margin-bottom: 11px;
}

/* ================= SOCIAL MEDIA ================= */

.up_bar{
  min-width: 320px;
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  height: 40px;
  z-index: 50;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

.box_menu, .box_icons{
  display: inline-block;
}

.shareicons{
  position: absolute;
  right:10px;
  top:10px;
  cursor: default;
}

.box_icons:before{
  content: "";
  position: absolute;
  top:6px;
  bottom:6px;
  border-left: 1px solid rgba(0,0,0,0.125);
  cursor:default;
}

.box_icons:first-child:before{
  border-left:none;
}

.box_icons{
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1px;
  overflow: hidden;
}

.box_icons img{
  width: 100%;
}

.main_icon{
  display: block;
  position:absolute;
  top:0;
  left: 6px;
  right:0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  cursor: default;
}

.main_icon a:hover{
  opacity: .5;
}

.main_logo{
  margin-top: 19px;
  margin-left: 53px;
}

.main_logo a{
  color: #ffffff;
}

.menu_icon{
  width: 40px;
  height: 40px;
}

.main_menu{
  margin-left: 10px;
}

.alone_icon{
  width: 50%;
  height:50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.alone_icon img{
  width: 100%;
  height: 100%;
}

a.titulo{
  font-weight: bold;
  font-size: 18px;
}

.button_language{
  display: block;
  width: 260px;
  height: 117px;
  border-bottom: 10px solid #5d5d5d;
  position: relative;
  overflow: hidden;
  background-color: #a0d8f5;
}

/* ================= DIAMONDS ================= */

.diamond_jerry{
  width: 100px;
  height: 79px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0;
  background: url(../svg/diamonds/purple.svg) no-repeat center center;
}

.diamond_in{
  position: relative;
}

.t_l{
  background: url(../svg/diamonds/t_l.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 10;
}

.t_m{
  background: url(../svg/diamonds/t_m.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 11;
}

.t_r{
  background: url(../svg/diamonds/t_r.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 12;
}

.b_l{
  background: url(../svg/diamonds/b_l.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 10;
}

.b_m{
  background: url(../svg/diamonds/b_m.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 11;
}

.b_r{
  background: url(../svg/diamonds/b_r.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 12;
}

.d_f{
  background: url(../svg/diamonds/d_f.svg) no-repeat center center;
  width: 100px;
  height: 79px;
  position: absolute;
  top:0;
  right: 0;
  z-index: 13;
}

.shine_d_1{
  z-index: 20;
  top:0;
  right:0;
  position: absolute;
}

.shine_d_2{
  z-index: 20;
  top: 13px;
  left: 16px;
  position: absolute;
}

.shine_d_3{
  z-index: 20;
  top: 51px;
  left: 46px;
  position: absolute;
}


@media screen and (max-width: 680px) {

/* ================= PART 1 ================= */
  .main_logo{
    display: none;
  }

}









