.section > .section-inner .section-content .section-title {
    color: #222;
    text-transform: none;
    padding-bottom: 40px;
}
    .arrow_box {
  background: #88b7d5;
  border: 4px solid #c2e1f5;
  color: white;
  width: 217px;
  padding: 9px;
  background: #88b7d5;
  border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #88b7d5;
  border-width: 30px;
  margin-top: -30px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #c2e1f5;
  border-width: 36px;
  margin-top: -36px;
}


.tt-menu {
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  display: none;
  width: 432px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
          box-shadow: 0px 0px 0px 1px green;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);

    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.tt-input{
    height: 45px;
    font-size: 19px;
}

.tt-suggestion{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tt-menu.is-open {
  display: block;

}

.tt-selectable {
  cursor: pointer;
}

.tt-selectable + .tt-selectable {
  border-top: 1px solid #ccd6dd;
}

.Typeahead-spinner{
    display: none;
    margin-top: -50px;
    position: absolute;
    margin-left: 445px;
}

/* ProfileCard */

.ProfileCard {
  position: relative;
  padding: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ProfileCard-avatar {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 52px;
  height: 52px;
  border: 2px solid #ccd6dd;
  border-radius: 5px;
}

.ProfileCard:hover .ProfileCard-avatar {
  border-color: #f5f8fa;
}

.ProfileCard-details {
  min-height: 60px;
  padding-left: 60px;
}

.ProfileCard-realName,
.ProfileCard-screenName {
  display: inline-block;
  text-align: left;
}

.ProfileCard-realName {
  font-weight: 700;
  float: left;
}

.ProfileCard-screenName {
  color: #8899a6;
  float: left;
  clear: both;
}

.ProfileCard-description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.ProfileCard-stats {
  float: right;
  text-align: right;
}

.ProfileCard-stat {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ProfileCard-stat-label {
  color: #8899a6;
  font-weight: 500;
}

.ProfileCard-stat + .ProfileCard-stat {
  margin-left: 5px;
}

.ProfileCard:hover,
.ProfileCard.is-active {
  color: #fff;
  background: #55acee;
}

.ProfileCard:hover .ProfileCard-screenName,
.ProfileCard:hover .ProfileCard-stat-label,
.ProfileCard.is-active .ProfileCard-screenName,
.ProfileCard.is-active .ProfileCard-stat-label {
  color: #fff;
}

#favlist{
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    padding-left: 7px;
}

#favlist-wrapper{
    overflow: hidden;
    margin-top: 38px;
}

#favlist .media{
    padding: 5px; margin-left: -12px;
}

#favlist .rnumber{
    float: left;
          font-weight: 900;
  padding-right: 5px;
}

#favlist .media-heading{
    padding: 0px; margin-top: -8px;
}

#favlist .ui-link{
    font-size: 9px;
}

#favlist .smallp{
    font-size: 9px; margin: 0px; line-height: 5px;margin-top: 6px;
}

#favlist .smallh{
      font-weight: 900;
  line-height: 10px;
    margin-top: -3px;
}

#btn-right-save, #btn-right-amazon, #btn-right-library{
    position: absolute;
    bottom: -18px;
    width: 230px;
}

#btn-right-save2, #btn-right-amazon2, #btn-right-library2{
  position: absolute;
  top: 0px;
  width: 230px;
}


.logoimg{
float: left;  height: 65px;; margin-top: 10px;
}

.toploginbtn{
  position: absolute; top: 20px; right: 0px;  z-index: 100; margin-right: 0px
}

.topsignupbtn{
  position: absolute; top: 20px; right: 0px; z-index: 100; margin-right: 70px;
}

@media (min-width: 768px){
  .logoimg{
    margin-left: 15%;
  }
  .toploginbtn{
    right: 20px; 
  }
  .topsignupbtn{
    right: 20px; 
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
      display: block;
  }
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/*
* Scroll to top
*/

.scroll-to-top {
  background-color: #000000;
  border-radius: 2px;
  display: none;
  position: fixed;
  right: 35px;
  top: 94%;
  text-align: center;
  z-index: 999;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  margin: 0 6px;
}