  .main_h {
	position: fixed;
	top: 0px;
	max-height: 570px;
	z-index: 999;
	width: 100%;
	padding-top: 45px;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: -170px;
	padding-bottom: 2px;
	font-family: "Michroma";
}

h1  {
	margin-top: 2em;
}

a {
  text-decoration: none;
}
@media only screen and (max-width: 1365px) {
  .main_h {
    padding-top: 60px;
  }
  
}

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

.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;

}


@media only screen and (max-width: 1365px) {
  .logo {
    float: none;
  }
}
@media only screen and (max-width: 1365px) {
  .logo {
    display: none;
  }
  
  .navbar, .navbar-default {
	margin-top: 0px !important;
}

}

nav2 {
	float: right;
	width: 100%;
}

@media only screen and (max-width: 1365px) {
  nav2 {
    width: 100%;
  }
}
nav2 ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 1365px) {
  nav2 ul {
    padding-top: 14px;
    margin-bottom: 22px;
    float: right;
    width: 100%;
  }
}
nav2 ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 1365px) {
  nav2 ul li {
	width: 100%;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1px;
	margin: 0;
  }
}
nav2 ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50;
  width: 24px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 900ms ease-in;
  transition: all 200ms ease-in;
  
}
@media only screen and (max-width: 1365px) {
	.main_h img {
	height: 30px;
}
.navbar-brand
{
	display: inline;
  }
	.main_h {
  max-height: 90px;
}
  .mobile-toggle {
    display: block;
  }
   
}
.mobile-toggle span {
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row1 {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}





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

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(80px);
  }
}
@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);
  }
}


@media (max-width: 1365px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
}  
