.perspective {
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #aaa;
  overflow: auto;
}
.container {
  background: #fff;
  min-height: 100%;
  outline: rgba(0, 0, 0, 0) solid 1px;
  z-index: 10;
  padding: 0;
}
.container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s, height 0s 0.4s;
  transition: opacity 0.4s, height 0s 0.4s;
}
.component {
  margin: 0 auto;
  width: 60%;
  text-align: justify;
  font-size: 1.5em;
}
.perspective.effect-moveleft.modalview.animate {
  overflow: hidden !important;
}
.perspective.modalview {
  position: relative;
  top: 0;
  overflow: auto;
}
.modalview .container {
  overflow: auto;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  position: relative;
}
.modalview .wrapper {
  z-index: -1;
  position: relative;
}
.animate .container::after {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.outer-nav {
  position: absolute;
  height: auto;
}
.outer-nav.vertical {
  top: 5%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: fixed;
}
.outer-nav.horizontal {
  left: 50%;
  width: 75%;
  max-width: 1000px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.outer-nav.left {
  left: 25%;
}
.outer-nav.right {
  right: 50px;
  z-index: 0;
}
.outer-nav.top {
  top: 25%;
}
.outer-nav.bottom {
  bottom: 25%;
}
.outer-nav a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  margin: 10px 0;
  padding: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-bottom: 1px solid #ddd;
  outline: 0;
}
.outer-nav a:hover {
  color: #ffdccd;
}
.outer-nav.vertical a {
  display: block;
}
.outer-nav.horizontal a {
  margin: 15px 20px;
}
.outer-nav a::before {
  display: inline-block;
  font-family: typicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-news::before {
  content: "\e600";
}
.icon-home::before {
  content: "\e601";
}
.icon-image::before {
  content: "\e602";
}
.icon-upload::before {
  content: "\e603";
}
.icon-star::before {
  content: "\e604";
}
.icon-mail::before {
  content: "\e605";
}
.icon-lock::before {
  content: "\e606";
}
.icon-chart-pie::before {
  content: "\e607";
}
.effect-airbnb,
.effect-laydown {
  background: #b8b6b4;
}
.effect-airbnb .container,
.effect-movedown .container,
.effect-moveleft .container,
.effect-rotatetop .container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.effect-airbnb.animate .container {
  -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
  transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-airbnb.animate .container {
  left: 75%;
}
.effect-airbnb .outer-nav a {
  opacity: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.effect-airbnb.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.effect-airbnb.animate .outer-nav a:nth-child(2),
.effect-laydown.animate .outer-nav a:nth-child(6),
.effect-movedown.animate .outer-nav a:nth-child(2),
.effect-moveleft.animate .outer-nav a:nth-child(2),
.effect-rotateleft.animate .outer-nav a:nth-child(2),
.effect-rotatetop.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.effect-airbnb.animate .outer-nav a:nth-child(3),
.effect-laydown.animate .outer-nav a:nth-child(5),
.effect-movedown.animate .outer-nav a:nth-child(3),
.effect-moveleft.animate .outer-nav a:nth-child(3),
.effect-rotateleft.animate .outer-nav a:nth-child(3),
.effect-rotateleft.animate .outer-nav a:nth-child(4),
.effect-rotatetop.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.effect-airbnb.animate .outer-nav a:nth-child(4),
.effect-laydown.animate .outer-nav a:nth-child(4),
.effect-movedown.animate .outer-nav a:nth-child(4),
.effect-moveleft.animate .outer-nav a:nth-child(4),
.effect-rotatetop.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.effect-airbnb.animate .outer-nav a:nth-child(5),
.effect-laydown.animate .outer-nav a:nth-child(3),
.effect-movedown.animate .outer-nav a:nth-child(5),
.effect-moveleft.animate .outer-nav a:nth-child(5),
.effect-rotateleft.animate .outer-nav a:nth-child(5),
.effect-rotatetop.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.effect-airbnb.animate .outer-nav a:nth-child(6),
.effect-laydown.animate .outer-nav a:nth-child(2),
.effect-movedown.animate .outer-nav a:nth-child(6),
.effect-moveleft.animate .outer-nav a:nth-child(6),
.effect-rotateleft.animate .outer-nav a:nth-child(6),
.effect-rotatetop.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.effect-airbnb.animate .outer-nav a:nth-child(7),
.effect-laydown.animate .outer-nav a:first-child,
.effect-movedown.animate .outer-nav a:nth-child(7),
.effect-moveleft.animate .outer-nav a:nth-child(7),
.effect-rotateleft.animate .outer-nav a:nth-child(7),
.effect-rotatetop.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.effect-moveleft {
  background: #fff;
}
.effect-moveleft .container::after {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
}
.effect-moveleft.animate .container {
  -webkit-transform: translateX(-300px) rotateY(0) translateZ(0);
  transform: translateX(-300px) rotateY(0) translateZ(0);
}
.no-csstransforms3d .effect-moveleft.animate .container,
.no-csstransforms3d .effect-rotateleft.animate .container {
  left: -75%;
}
.effect-moveleft .outer-nav a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  opacity: 0;
  -webkit-transform: translateX(100px) translateZ(-1000px);
  transform: translateX(100px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  cursor: pointer;
}
.effect-moveleft.animate .outer-nav a,
.effect-rotateleft.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
.effect-rotateleft {
  background: #e96e4f;
}
.effect-rotateleft .container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.effect-movedown .outer-nav a,
.effect-rotateleft .outer-nav a {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  opacity: 0;
}
.effect-rotateleft .container::after {
  background: rgba(255, 255, 255, 0.6);
}
.effect-rotateleft.animate .container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
}
.effect-rotateleft .outer-nav a {
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  transition: transform 0.4s, opacity 0.4s;
}
.effect-movedown {
  background: #34495e;
}
.effect-movedown .container::after {
  background: rgba(52, 73, 94, 0.5);
}
.effect-movedown.animate .container {
  -webkit-transform: translateY(100%) translateZ(-1500px);
  transform: translateY(100%) translateZ(-1500px);
}
.no-csstransforms3d .effect-laydown.animate .container,
.no-csstransforms3d .effect-movedown.animate .container {
  top: 75%;
}
.effect-movedown .outer-nav a {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: transform 0.4s, opacity 0.4s;
}
.effect-movedown .outer-nav a:hover {
  color: #ed8151;
}
.effect-movedown.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.effect-rotatetop {
  background: #edcdbb;
}
.effect-rotatetop .container::after {
  background: rgba(94, 59, 43, 0.6);
}
.effect-rotatetop.animate .container {
  -webkit-transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
  transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
}
.no-csstransforms3d .effect-rotatetop.animate .container {
  top: -75%;
}
.effect-rotatetop .outer-nav a {
  opacity: 0;
  color: #ed8151;
  -webkit-transform: translateY(200px) translateZ(-1000px);
  transform: translateY(200px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.effect-rotatetop .outer-nav a:hover {
  color: #777;
}
.effect-laydown.animate .outer-nav a,
.effect-rotatetop.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.effect-laydown .container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 50% 150%;
  transform-origin: 50% 150%;
}
.effect-laydown.animate .container {
  -webkit-transform: translateZ(-1500px) rotateX(80deg);
  transform: translateZ(-1500px) rotateX(80deg);
}
.effect-laydown .outer-nav a {
  opacity: 0;
  -webkit-transform: translateY(-200px) translateZ(-1000px);
  transform: translateY(-200px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.effect-laydown.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 77em) {
  .outer-nav.top {
    top: 15%;
  }
  .outer-nav.bottom {
    bottom: 15%;
  }
}
@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
  .outer-nav.top {
    top: 5%;
  }
  .outer-nav.bottom {
    bottom: 5%;
  }
  .outer-nav.horizontal {
    font-size: 1.7em;
    width: 6.2em;
  }
  .outer-nav.horizontal a {
    display: block;
    text-align: left;
  }
  .effect-rotatetop .outer-nav.horizontal {
    width: 95%;
    bottom: auto;
    top: 50%;
  }
  .effect-rotatetop .outer-nav.horizontal a {
    display: inline-block;
  }
}
@media screen and (max-height: 31.6em) {
  .outer-nav a {
    margin-bottom: 20px;
  }
}
a.text-btn-topmenu.login {
  border: 2px solid #000;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
a.text-btn-topmenu.login:hover {
  color: #fff;
  background: #000 !important;
}
a.text-btn-topmenu.diventapartnerbtn {
  color: #8a2be2;
}
@media (min-width: 992px) {
  nav.outer-nav.right.vertical {
    display: none !important;
  }
}
a.text-btn-topmenu:hover {
  color: #000;
  font-weight: 600 !important;
}
a.text-btn-topmenu.signup:hover {
  background: #daa520 !important;
}
.perspective.effect-moveleft.modalview.animate .outer-nav,
.perspective.effect-moveleft.modalview.animate + .outer-nav {
  display: block !important;
}
