#topbar-2 {
  position: relative;
  z-index: 80;
  width: 100%;
}

#topbar-2 a:focus {
  outline: thin dotted;
}

#topbar-2 a:active,
#topbar-2 a:hover {
  color: #ea9629;
  outline: 0;
}

#topbar-2 ::-webkit-input-placeholder {
  color: #666666;
}

#topbar-2 :-moz-placeholder {
  color: #666666;
}

#topbar-2 ::-moz-placeholder {
  color: #666666;
}

#topbar-2 :-ms-input-placeholder {
  color: #666666;
}

#topbar-2 *::-moz-selection {
  background: #ffb300;
  color: #ffffff;
}

#topbar-2 *::selection {
  background: #ffb300;
  color: #ffffff;
}

#topbar-2 *::-moz-selection {
  background: #ffb300;
  color: #ffffff;
}

#topbar-2 .header-top-area {
  border-bottom: 1px solid #41414a;
  background: #2b2b35 !important;
}

#topbar-2 .header-top-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

#topbar-2 .header-top-area-inner ul {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: square;
}

#topbar-2 .header-top-area-inner ul li {
  display: inline-block;
  list-style: none;
  color: #ffffff;
  padding: 0 30px;
  border-left: 1px solid #41414a;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

#topbar-2 .header-top-area-inner ul li:first-child {
  padding-left: 0;
  border-left: none;
}

#topbar-2 .header-top-area-inner ul li i {
  color: #ffb300;
  font-size: 18px;
  padding-right: 10px;
  vertical-align: top;
}

#topbar-2 .header-top-area-inner ul li {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 1px;
  transition: all 500ms ease;
}
#topbar-2 .header-top-area-inner ul li:hover {
  color: #ffb300;
  transition: all 500ms ease;
}

#topbar-2 .header-top-area-inner ul li a {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 1px;
}

#topbar-2 .header-top-area-inner ul li a:hover {
  color: #ffb300;
}

#topbar-2 ul.social-icons li {
  padding: 0 20px;
}

#topbar-2 ul.social-icons li i {
  color: #fff;
  transition: all 500ms ease;
}

#topbar-2 ul.social-icons a:hover {
  background-color: transparent;
}

#topbar-2 ul.social-icons i:hover {
  color: #ffb300;
  transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #topbar-2 .header-top-area-inner ul li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #topbar-2 .header-top-area-inner {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #topbar-2 .header-top-area-inner ul {
    padding: 10px 0;
    text-align: center;
  }

  #topbar-2 .header-top-area-inner ul li {
    padding: 0 15px;
  }

  #topbar-2 .header-top-area-inner ul li:first-child {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #topbar-2 .header-top-area-inner {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #topbar-2 .header-top-area-inner ul {
    padding: 10px 0;
    text-align: center;
  }

  #topbar-2 .header-top-area-inner ul li {
    border: none;
  }

  #topbar-2 .header-top-area-inner ul li:first-child {
    padding-left: 30px;
  }
}

@media (max-width:1024px) {
  #topbar-2  {
    display: none;
  }
}
