.mega-blog-module .mbbtn-default {
  background-color: #2b9cda;
}
.mega-blog-module .mb_box-content a {
  color: #333;
}
.mega-blog-module .mb_go_to_dist {
  margin-bottom: 70px;
}
.mega-blog-module .mb_go_to_bottom {
  position: absolute;
  bottom: 20px;
  width: 95%;
}
.mbarticles .row {
  display: flex;
  flex-wrap: wrap;
}
.mbarticles .row > .col {
  display: flex;
}
.mbarticles .row > .col:last-child {
  margin-left: 0px !important;
}
.small-font {
  font-size: 14px;
}
.xs_font {
  font-size: 13px;
}
.medium-font {
  font-size: 19px;
  top: 2px;
  position: relative;
}
.mega-blog-module .centered-i {
  top: 7px;
}
.margin-l.margin-r {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
/*##################### article view ######################*/
.top-dist {
  margin-top: 60px;
}
.bottom-dist {
  margin-bottom: 50px;
}
.slick-slider-p-related .sticky-action,
.slick-slider-p-related-m .sticky-action {
  margin: 0 0.75rem;
}
.mb_article_stars {
  border-radius: 10px;
}
.border-l {
  border-left: 1px solid lightgray;
}
/* ///////////////////////////////////////// comments /////////////////////////////// */
/* div img reply circle*/
.mega-blog-module .mbreply {
  background: lightblue;
  width: 50px;
  height: 50px;
  padding-top: 14px;
}
.mega-blog-module .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mega-blog-module .media-body {
  -ms-flex: 1;
  flex: 1;
}
.mega-blog-module .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mega-blog-module .rounded-circle {
  border-radius: 50%;
}
.star-rating .material-icons {
  font-size: 32px;
  color: gold;
  cursor: pointer;
}
.rating-ctr {
  margin-top: 20px;
  margin-bottom: 35px;
}
/*##################### modules ######################*/
.mega-blog-module .mb-panel-body {
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
}
.mega-blog-module .mbheader h2 {
  width: 100%;
  word-wrap: break-word;
}
.img_preload {
  background: url(../images/preloader.gif) no-repeat transparent;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.tag-buttons {
  margin-bottom: 5px;
  padding: 0 5px;
  letter-spacing: 0 !important;
}
.categories-nav .collapsible-header {
  padding-left: 8px;
}
/*/////////////////////////////////// universal box ///////////////////////////////////*/
.mega-blog-module .mb_u_panel_list .mb_u_panel_img {
  float: left !important;
  margin-right: 6px;
}
.mb_u_panel_clear {
  clear: both;
}
.mega-blog-module .categories-nav a:hover {
  -moz-box-shadow: inset 0 0 10px #efefef;
  -webkit-box-shadow: inset 0 0 10px #efefef;
  box-shadow: inset 0 0 10px #efefef;
}
.toggle .mb_togglemenu {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  padding: 0 0 45px;
  position: absolute;
}
.mb_box .toggle .mb_togglemenu {
  right: 2px;
  top: 5px;
  width: 100%;
}
@media (max-width: 979px) {
  .mb_topmodules_container,
  .mb_bottommodules_container {
    clear: both;
    display: block !important;
    margin-top: 10px;
    padding: 0 15px !important;
    width: 100% !important;
  }
  .mb_topmodules_container .mb-module,
  .mb_bottommodules_container .mb-module {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mb_topmodules_container .mb_box .mb_box-content,
  .mb_bottommodules_container .mb_box .mb_box-content {
    display: none;
    margin-bottom: 0;
    padding: 10px 0px;
  }
  .mb_box .toggle .mb_togglemenu i {
    font-size: 19px;
    position: absolute;
    top: 7px;
    right: 4px;
  }
}
.top_button {
  height: 34px;
  width: 34px;
  right: 25px;
  bottom: 25px;
  display: none;
  position: fixed;
  z-index: 95;
}
.top_button .fa-2x {
  font-size: 2em;
}
.top_button:focus {
  outline: 0;
}
.share_buttons .facebook_button,
.share_buttons .google_button,
.share_buttons .twitter_button,
.share_buttons .pinterest_button {
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 43px;
}
.share_buttons .facebook_button {
  background-color: rgb(59, 89, 152);
}
.share_buttons .google_button {
  background-color: rgb(220, 78, 65);
}
.share_buttons .twitter_button {
  background-color: rgb(29, 161, 242);
}
.share_buttons .pinterest_button {
  background-color: rgb(203, 32, 39);
}
.share_buttons .fa-facebook,
.share_buttons .fa-google,
.share_buttons .fa-twitter,
.share_buttons .fa-pinterest {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mb_share_cnt {
  position: absolute;
  display: flex;
  z-index: 999;
  left: 0;
  top: 0;
  padding-top: 5px;
}
.mb_share_cnt ul {
  width: 121px;
  margin: 4px;
}
.mb_share_cnt_box {
  display: none;
  margin-left: 5px;
  margin-top: 2px;
}
.mb_show_buttons {
  margin: 5px 0 0 10px;
  height: 39px;
  padding: 0 8px;
}
.mb_show_buttons i {
  font-size: 28px;
  padding-top: 3px;
  color: white;
}
.feed_text i {
  color: rgba(243, 109, 55, 1) !important;
}
.feed_text {
  position: absolute;
  right: 0;
  top: 25px;
}
.mb-quick-view-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
.mb-show-quick-view {
  position: relative;
  height: 64px;
  width: 64px;
  border: 1px solid lightgray;
  border-radius: 50%;
  display: inline-block;
  top: -27px;
  right: -27px;
  cursor: pointer;
  transition: 0.1s;
}
.mb-show-quick-view:hover {
  background: lightgray;
}
.mb-show-quick-view i {
  position: relative;
  top: 34px;
  left: 13px;
  font-size: 17px;
}
.mega-blog-module .mb_u_panel_list .mb-show-quick-view {
  top: -55px;
  right: -55px;
}
.mega-blog-module .mb_u_panel_list .mb-show-quick-view i {
  top: 35px;
  left: 13px;
  color: black !important;
}
.mega-blog-module .mb_u_panel_list .list-group-item:hover .mb-show-quick-view {
  top: -30px;
  right: -30px;
}
@media (max-width: 990px) {
  .mega-blog-module .if-video-container.if-video-container-upg {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
  }
  .mega-blog-module .if-video-container.if-video-container-upg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 990px) {
  .mega-blog-module .if-video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
  .mega-blog-module .if-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.mega-blog-module .in-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.mega-blog-module .in-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
