/* The style below is made as an example, it's not part of the plugin but you can use it if you like :) */

* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}



a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffffb;
}

a:visited {
  color: #ffffffc;
}

section {
  width: 100%;
  height: 100%;
}

/* -= BAR AT TOP =  */
nav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  margin:0px 0px 20px 0px;

  padding-left: 20px;
background-color: black;
z-index: 999;
}

div.mob-nav-log{
height:15px;
width:130px;
margin:15px 20px 00px 0px;
vertical-align: top; display: inline-block;
background-size: cover; background-position:center;background-repeat:no-repeat;
float:right;
}

     div.hb-on{
width:auto; height: auto;
margin: 5px 0 5px 1%;
border-radius: 5px;
line-height: 1;
padding: 3px 1.5% 3px 1.5%;
background-color: green;
display:inline-block;
font-family: 'open sans Condensed', sans-serif;
color:#FFFFFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing:1px;
  white-space:nowrap;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  }


nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 999;
}


nav li {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  height: 55px;
  line-height: 50px;
  border-bottom:1px solid #6944c0;
  margin:0px 0px 0px 0px;
  z-index: 999;
 
}

/* -=  The menu list  =  */
nav li a {
  display: block;
  padding: 0 25px;
   font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

/* -= LAST ONE TOUCHED =  */
.nav li a.active {
  background-color: #6e6659;
  color: #111111;
   font-family: 'Open Sans', sans-serif;
  font-size: 18px;
   font-weight:600;
}

/* -= Text at top =  */
.nav-mobile {
  display: none;
  width: auto;
 font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color:white;
}

.click-me {
  width: 150px;
  height: 30px;
  background: #435AB8;
  color: white;
  text-align: center;
  line-height: 38px;
}

.click-me a {
  display: block;
  color: white;
}

.scroll-status {
  background-color: black;
  border-top-left-radius: 4px;
  bottom: 0;
  color: white;
  display: none;
  padding: 10px;
  position: fixed;
  right: 0;
}

@media (max-width: 1024px) {
  nav ul {
    display: none;
    background-color: black;
    margin-left: -30px;
  }
  nav li {
    width: 100%;
  }

  nav li a {
    padding: 0 30px;
  }

  .nav-mobile {
    display: inline-block;
    height: 35px;
    line-height: 50px;
  }
}

@media (min-width: 1025px) {
  nav ul {
    display: block !important;
  }
}
