#sr-social-hub-wrapper {
  height: 240px;
  background: #fffbf1;
}

#shim_pat {
  padding-bottom: 0px;
}
#shim_pat .sp{
  background: #FFF;
  padding-bottom: 8px;
  text-align: center;
}

#shim_pat .pc{
  text-align: center;
}

#shuttlerock {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  float: left;
}

#shuttlerock-header {
  text-align:center;
}

#shuttlerock-header .sp{
  background: transparent;
}


#topics_wrapper {
  margin-top: 0px;
}

#shuttlerock-more {
  text-align:center;
  padding-top: 12px;
  padding-bottom:14px;
  background: #fffbf1;
}

#shuttlerock-more .sp{
  max-width: 170px;
  text-align: center;
  margin: 0 auto;
}

.sr-sh-slider-nav {
  background-color: rgba(255,255,255,.8);
}
.sr-sh-slider-nav i {
  color: rgb(70,70,70);
}
.sr-sh-slider-nav i:before {
  line-height: 1.15 !important;
}

@media screen and (min-width: 640px) {
  .sr-sh[ng-social-hub-widget] {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sr-sh-item, .sr-sh-theme-item {
    margin: 0 10px 5px 0;
  }
}

@media screen and (max-width: 640px) {
  .sr-sh-item {
    width: 33%
  }
  #sr-social-hub-wrapper {
    height: 120px;
  }
}

