.site-top-bar-right {
  float: right;
  font-size: 12px;
  padding: 5px 0;
  position: relative;
  right: 6px;
  text-align: right;
  background-color: #ffffff;
}
.site-top-bar-right .social-links {
  float: right;
  margin: -1px 0 0 0;  
  list-style: none;
  display: inline-block;
  padding:0;
}

.site-top-bar-right .social-links li {
  font-size: 19px;
  float: left;
  display: inline-block;
  line-height: 24px;
}

.site-top-bar-right ul.social-links li a {
  font-size: 15px;
  margin: 0;
  font-weight: 400;  
  font-family: "Happy Monkey","Helvetica Neue",sans-serif;
  color: #58585a;
  line-height: 17px;
  color: #777;
  padding: 0 7px;   
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.site-top-bar-right ul.social-links li a:hover i,.social-links li.search .search-btn:hover {
  color: #153772;
}

.site-top-bar-right .social-links li.search {
  display: block;
  cursor: pointer;
}

.site-top-bar-right .social-links li.search .search-btn {
  margin: 0 0 0 1px;
  display: block;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0 4px;
  color: #05490d;
  cursor: pointer;
}

.site-top-bar-right .otb-fa {
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  vertical-align: top;
  color: #58585a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-top-bar-right .otb-fa-facebook:before {
  content: "\f09a";
}
.site-top-bar-right .otb-fa-twitter:before {
  content: "\f099";
}
.site-top-bar-right .otb-fa-youtube:before {
  content: "\f167";
}
.site-top-bar-right .otb-fa-instagram:before {
  content: "\f16d";
}
.site-top-bar-right .otb-fa-pinterest:before {
  content: "\f0d2";
}
.site-top-bar-right .otb-fa-linkedin:before {
  content: "\f0e1";
}
.site-top-bar-right .otb-fa-search:before {
  content: "\f002";
}
