.masthead-brand {
  margin: 0;
  margin-top: -5px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  font-size: 14px;
  font-weight: normal;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
  padding: 7px;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

header{
	position: absolute;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.15) ;
}

.topbar{
	width: 100%;
	color: rgba(169, 168, 168);
	padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

header nav{
	padding: 20px;
}

header .fa{
	color: white;
	font-size: 16px;
}

header .fa.circle{
	background: #00bbee;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-left: -24px;
	margin-top: -5px;
	line-height: 20px;
	font-size: 12px;
}

.topbar ul li{
	display: inline;
	margin-right: 30px;
}
.masthead-nav a.btn.btn-primary {
    background: #00bbee;
    color: white;
}


@media (max-width: 1285px) {
.masthead-brand {
    max-width: 205px;
    }
}






@media (max-width: 692px) {
.masthead-brand {
    max-width: 135px;
    }
}

}