.uber-bar {
  position: relative;
}
.uber-bar:before,
.uber-bar:after {
  display: table;
  content: " ";
}
.uber-bar:after {
  clear: both;
}
.uber-bar.affix {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1023;
  position: fixed;
}
.uber-bar.light-color {
  background-color: #f4f6f7;
}
.uber-bar.light-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.light-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}
.uber-bar.light-color .uber-social a:hover .fa,
.uber-bar.light-color .uber-social a:focus .fa,
.uber-bar.light-color .uber-social a:active .fa {
  background: #000000;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.light-color .btn-close {
  color: #000000;
}
.uber-bar.light-color .btn-close:hover,
.uber-bar.light-color .btn-close:focus,
.uber-bar.light-color .btn-close:active {
  color: #000000;
}
.uber-bar.dark-color {
  background-color: #27292e;
}
.uber-bar.black-color {
  background-color: #000000;
  color: #96a1a3;
}
.uber-bar.highlight-color {
  background-color: #039be5;
  color: #ffffff;
}
.uber-bar.highlight-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.highlight-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.highlight-color .uber-social a:hover .fa,
.uber-bar.highlight-color .uber-social a:focus .fa,
.uber-bar.highlight-color .uber-social a:active .fa {
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.highlight-color .nav li a {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.uber-bar.highlight-color .nav li a:hover,
.uber-bar.highlight-color .nav li a:focus,
.uber-bar.highlight-color .nav li a:active {
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar.red-color {
  background: #cc0000;
  color: #ffffff;
}
.uber-bar.red-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.red-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.red-color .uber-social a:hover .fa,
.uber-bar.red-color .uber-social a:focus .fa,
.uber-bar.red-color .uber-social a:active .fa {
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.red-color .nav li a {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.uber-bar.red-color .nav li a:hover,
.uber-bar.red-color .nav li a:focus,
.uber-bar.red-color .nav li a:active {
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar.blue-color {
  background: #039be5;
  color: #ffffff;
}
.uber-bar.blue-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.blue-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.blue-color .uber-social a:hover .fa,
.uber-bar.blue-color .uber-social a:focus .fa,
.uber-bar.blue-color .uber-social a:active .fa {
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.blue-color .nav li a {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.uber-bar.blue-color .nav li a:hover,
.uber-bar.blue-color .nav li a:focus,
.uber-bar.blue-color .nav li a:active {
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar.green-color {
  background: #38b775;
  color: #ffffff;
}
.uber-bar.green-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.green-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.green-color .uber-social a:hover .fa,
.uber-bar.green-color .uber-social a:focus .fa,
.uber-bar.green-color .uber-social a:active .fa {
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.green-color .nav li a {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.uber-bar.green-color .nav li a:hover,
.uber-bar.green-color .nav li a:focus,
.uber-bar.green-color .nav li a:active {
  color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar.yellow-color {
  background: #ffcc00;
  color: #000000;
}
.uber-bar.yellow-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.yellow-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.yellow-color .uber-social a:hover .fa,
.uber-bar.yellow-color .uber-social a:focus .fa,
.uber-bar.yellow-color .uber-social a:active .fa {
  background: #000000;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.yellow-color .nav li a {
  color: #000000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.uber-bar.yellow-color .nav li a:hover,
.uber-bar.yellow-color .nav li a:focus,
.uber-bar.yellow-color .nav li a:active {
  color: #000000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar.purple-color {
  background: #8b08ae;
  color: #ffffff;
}
.uber-bar.purple-color .uber-social a {
  height: 42px;
  line-height: 42px;
}
.uber-bar.purple-color .uber-social a .fa {
  height: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar.purple-color .uber-social a:hover .fa,
.uber-bar.purple-color .uber-social a:focus .fa,
.uber-bar.purple-color .uber-social a:active .fa {
  background: #ffffff;
  border-radius: 50%;
  font-size: 12px;
}
.uber-bar.bar-open {
  padding-right: 20px;
}
.uber-bar.bar-close {
  overflow: hidden;
  height: 0;
}
.uber-bar .uber-social .fa {
  background: none;
  font-size: 14px;
  margin-right: 0;
  margin-left: 5px;
  width: 20px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uber-bar .uber-social a {
  margin-right: 0;
}
.uber-bar .uber-social a:hover .fa {
  background: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.uber-bar .uber-social a:hover .fa-facebook {
  color: #3b5998;
}
.uber-bar .uber-social a:hover .fa-twitter {
  color: #3a92c8;
}
.uber-bar .uber-social a:hover .fa-google-plus {
  color: #dd4b39;
}
.uber-bar .uber-social a:hover .fa-pinterest {
  color: #cb2027;
}
.uber-bar .uber-social a:hover .fa-linkedin {
  color: #287bbc;
}
.uber-bar .bar-right {
  float: right;
}
.uber-bar .uber-contact-info .info-list {
  margin-bottom: 0;
  margin-top: 0;
}
.uber-bar .uber-contact-info .info-list dd,
.uber-bar .uber-contact-info .info-list dt {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
}
.uber-bar .uber-contact-info .info-list dd .fa,
.uber-bar .uber-contact-info .info-list dt .fa {
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 2px;
}
.uber-bar .uber-contact-info .info-list dd {
  margin-right: 13px;
}
.uber-bar .nav li {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.uber-bar .nav li a {
  padding: 0;
}
.uber-bar .nav li a:hover,
.uber-bar .nav li a:focus,
.uber-bar .nav li a:active {
  background: none;
  color: #ffffff;
}
.uber-bar .pull-left .nav li {
  margin-right: 13px;
}
.uber-bar .pull-right .nav li {
  margin-left: 13px;
}
.uber-bar .lang-inline {
  margin: 0 0 0 26px;
  padding: 0;
}
.uber-bar .lang-inline li {
  display: inline-block;
  list-style: none;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  margin-left: 6.5px;
}
.uber-bar .bar-center {
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  float: none;
}
.uber-social {
  text-align: right;
}
.uber-social a {
  display: inline-block;
  border: none;
  margin-right: 5px;
}
.uber-social a:hover,
.uber-social a:active,
.uber-social a:focus {
  border: none;
}
.uber-social .fa {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 0 none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 42px;
}
.uber-social .fa.fa-facebook:hover {
  background: #3b5998;
}
.uber-social .fa.fa-twitter:hover {
  background: #3a92c8;
}
.uber-social .fa.fa-google-plus:hover {
  background: #dd4b39;
}
.uber-social .fa.fa-pinterest:hover {
  background: #cb2027;
}
.uber-social .fa.fa-linkedin:hover {
  background: #287bbc;
}
.hspace {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hspace.hspace-close {
  height: 0 !important;
}
.btn-close {
  position: absolute;
  right: 10px;
  height: 42px;
  line-height: 36px;
  top: 0;
  padding: 0;
  color: #ffffff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.btn-close:focus,
.btn-close:hover,
.btn-close:active {
  outline: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-close .fa {
  font-size: 12px;
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .uber-bar .col-sm-8 {
    display: none;
  }
}
.ie8 .uber-bar .btn-close {
  padding: 0;
}