/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-verticalmenu ul {
  border: none !important;
  padding-left: 0px !important;
}
.g-verticalmenu a {
  color: #ffffff;
}
.g-verticalmenu a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.selectflag {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.jump-to-top {
  position: fixed;
  bottom: -60px;
  right: 60px;
  z-index: 19500;
  opacity: 0;
  transition: opacity 800ms, bottom 800ms;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.jump-to-top.visible {
  opacity: 1;
  width: 58px;
  height: 58px;
  bottom: 60px;
  z-index: 1039;
}
.jump-to-top a {
  display: block;
  background-color: #e84a5f;
  color: #ffffff;
  padding-top: 10px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  line-height: 14px;
  text-align: center;
  text-decoration: none !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}
/*# sourceMappingURL=custom__body_only.css.map */