@charset "utf-8";
/* LG - 920px / 1180px */

/* WIDGET FOR LANGUAGES AND SHARE */
.widget{
	top: 34px;
}
.widget#share{
	left: 0;
}
.widget#languages{
	right: 0;
}

/* INFO ON HOVER */
.tooltip .tip{
  position: absolute;
  z-index: 330;
  margin-top: -12px;
  white-space: nowrap;
  top: 50%;
}
.tooltip:hover .tip{
	display: block;
}
.tooltip .tip .box{
  line-height: 2.2rem;
  height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}
.tooltip .tip .box span{
  font-family: 'Roboto', sans-serif;
  font-size: 1.0rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
}
.tooltip .tip.right{
  left: 100%;
}
.tooltip .tip.left{
  right: 100%;
}

/* SHORTCUT PAGES NAVIGATION */
.bypass{
  height: 48px;
  margin-top: -48px;
  display: block;
  position: fixed;
  top: 50%; 
  z-index: 50;
  overflow: hidden;
  white-space: nowrap;
}
.bypass.prev{
  left: 7px;
}
.bypass.next{
  right: 7px;
}
.bypass .box{
  height: 30px;
  display: block;
  position: relative;
  z-index: 300;
  margin-top: 9px;
  margin-bottom: 9px;
}
.bypass .box span{
  font-family: 'Anton', sans-serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 12px;
  padding-left: 12px;
  height: 30px;
}
.bypass .box:hover span{
  display: block;
}
