/* Medium devices (landscape tablets, 768px and up) */
#instagram-btn span {
    background-position: 8px -300px;
    background-color: #325e7f !important;
}
#google-btn span {
    background-position: 11px -132px;
    background-color: #d64533 !important;
}
#youtube-btn span {
    background-position: 8px -226px;
    background-color: #bd2f24 !important;
}
#facebook-btn span {
    background-position: 12px 10px;
    background-color: #30487a !important;
}
#twitter-btn span {
    background-position: 12px -40px;
    background-color: #53abed !important;
}
.social-text {
    float: left;
    font-size: 11px;
  display: none !important;}
@media only screen and (min-width: 768px) {.social-icons {
    right: 368px !important;
    position: fixed;
    top: 100px;
    width: 45px;
    z-index: 9999;
}} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {.social-icons {
    right: 368px !important;
    position: fixed;
    top: 100px;
    width: 45px;
    z-index: 9999;
}} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {.social-icons {
    right: 368px !important;
    position: fixed;
    top: 100px;
    width: 45px;
    z-index: 9999;
}}
#main {
    background: #fcfcfc;
    padding: 35px;
    /* margin-top: 0px; */
    padding-top: 0px !important;
}
.news.bdp_blog_template h1 a {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 0;
}

.widget {
  margin: 0 0 20px;
  padding: 20px;
}

.panel-grid-cell .so-panel {
  margin-bottom: 0px;
}



.entry-content h1 {
  line-height: 40px;
}