.main_h {
  position: fixed;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  border-bottom: 1px solid #f2f2f2;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: 'Signika', sans-serif; }
  @media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px; } }

.open-nav {
  max-height: 400px !important; }
  .open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px; }

.logo {
  width: 50px;
  float: left;
  display: block;
  margin-left: 2vw; }
  @media only screen and (max-width: 766px) {
  .logo {
    float: none; } }

nav {
  float: right;
  width: 70%; }
  @media only screen and (max-width: 766px) {
  nav {
    width: 100%; } }
  nav ul {
    list-style: none;
    overflow: hidden; }
    @media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    padding-left: 0;
    float: left;
    text-align: center;
    width: 100%; } }
    nav ul li {
      display: inline-block;
      line-height: 1.5; }
      @media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0; } }
    nav ul a {
      color: #808080;
      margin-right: 75px;
      text-transform: uppercase;
      font-size: 14px; }

.row_1 {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block; } }

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

a.active {
  color: #c64743; }

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -14px; }
  .mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    background: #e8f380;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
