/* Menu Bugfix */
li.dropdown:hover .dropdown-menu {
    display: block;
}

/*PARALLAX*/
.parallaxWrapper {
  position: relative;
}

.parallaxContentWrap {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.align-center {
  text-align: center;
}

.hide_mobile {
  display: none;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 21px;
}

#back-to-top.header-light {
  color: #fff;
}

#back-to-top.header-dark {
  color: #000;
}

#back-to-top.show {
  opacity: 1;
}

#c11222 {
  padding: 50px;
  background-color: #fcd04b;
}

#c11226 {
  padding: 50px;
  background-color: #2ecc71;
}

@media screen and (min-width: 1024px) {
  .hide_mobile {
    display: block;
  }
}