
#floating-social-icons {
  position: fixed;
  list-style-type:none;
  right: 10px;
  top: 30%;
  z-index:999;
}

#floating-social-icons li {
margin-bottom:5px;
}

#floating-social-icons img {
      max-width: 48px;
}
#marquee1 {
    
    overflow:hidden;
    white-space: nowrap;
}

#floating-social-icons li:hover {
   opacity: .8;
}
#search_internal_box {
position: absolute;

right:0;
top:40px;
 
z-index:10;
}

#search_internal_box {
  position: absolute;
  right: 0;
  top: 98px;
}
.search-box-outer {
  padding: 5px;
  background-color: #000;
  width: 325px;
}
.search-box-outer .search-box-inner {
  background-color: #232c44;
  padding: 10px;
}
.search-box-outer .search-box-inner .search-box-inner-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
}
.search-box-outer .search-box-inner .search-box-inner-fld .search-fld {
  width: 200px;
  height: 25px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.search-box-outer .search-box-inner .search-box-inner-fld .search-btn {
  height: 27px;
  background-color: #09C;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}