/* Feutured Slide
----------------------------------------------- */
#fp-container {
    margin-bottom: 15px;
  }
  
#fp-container.dark {
    background: #333333;
    padding: 25px 0;
}
  
.feuture-posts {
    height: 326px;
    overflow: hidden;
    /*padding: 0 14px;*/
    padding: 0px;
    margin: 0;
  }
  
.feuture-posts .fp-small {
    padding: 0 4px;
  }
  
.fp-slides-first,
.fp-slides-sec,
.fp-slides {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  
.fp-slides-first .img-thumb,
.fp-slides-sec .img-thumb {
    width: 100%!important;
    height: 100%!important;
    max-height: 100%;
    max-width: 100%;
  }
  
.post-slides {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  
.fp-slides .img-thumb {
    height: 100%!important;
    max-height: 100%;
    width: 100%!important;
    max-width: 100%;
    position: relative;
  }
  
.feuture-posts .big-section {
    height: 326px;
    position: relative;
    overflow: hidden;
  }
  
.feuture-posts h3 {
    color: #ffffff;
    margin: 7px 0;
  }
  
.feuture-posts h3:hover {
    text-decoration: none;
  }
  
.small-section .img-thumb {
    height: 162px;
    margin-bottom: 2px;
  }
  
.feuture-posts .big-section,
.feuture-posts .small-section,
.feuture-posts .last-small {
    padding-left: 1px;
    padding-right: 1px;
  }
  
.feuture-posts .small-section .first h3 {
    font-size: 19px;
  }
  
.feuture-posts .small-section h3 {
    font-size: 14px;
  }
  
.small-section .img-thumb.first {
    margin-bottom: 2px;
    height: 245px;
  }
  
.feuture-posts .post-info {
    font-size: 13px;
    color: #fff;
  }
  
.feuture-posts .post-info a {
    color: #ffffff;
  }
  
.feuture-posts .post-info span {
    margin-right: 15px;
    float: left;  
  }
  
.feuture-posts .img-credits {
    padding-left: 15px;
    padding-right: 15px;
  }
  
.feuture-posts  .img-thumb:hover .img-credits {
    bottom: 0;
    opacity: 1;
  }
  
a.post-category {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background: #00a8ff;
    padding: 4px 8px;
    margin-right: 3px;
    transition: .2s ease-in-out;
  }
  
.feuture-posts  .img-thumb:hover a.post-category {
    background:#72347d;
  }
  
.post-category:hover {
    background: #e89319;
  }
  
.fbt-slide-nav {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9;
  }
  
.fbt-slide-pager a {
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 1;
    margin: 0 2px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    text-align: center;
  }
  
.fbt-slide-pager a:hover, .fbt-slide-pager a.activeSlide {
    text-decoration: none;
    background: #fff;
  }
nav.nav-growpop a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
nav.nav-growpop a.prev,
nav.nav-growpop a.fp-prev {
    left: 10px;
  }
  
nav.nav-growpop a.next,
nav.nav-growpop a.fp-next {
    right: 12px;
  }
  
nav.nav-growpop a.prev .fa,
nav.nav-growpop a.next .fa,
nav.nav-growpop a.fp-prev .fa,
nav.nav-growpop a.fp-next .fa {
    font-size: 30px;
    color: #ffffff;
    opacity: 0.4;
    transition: .2s ease-in-out;
  }
  
  
.feuture-posts  .big-section:hover nav a.prev .fa,
.feuture-posts  .big-section:hover nav a.next .fa,
.feuture-posts  .big-section:hover nav a.fp-prev .fa,
.feuture-posts  .big-section:hover nav a.fp-next .fa {
    opacity: 1;
  }
  
.nav-growpop div {
    position: absolute;
    top: 50%;
    width: 100%;
    background: #ffffff;
  }
  
  