/* ========================================================================= */
/* CONTENT POST
/* ========================================================================= */
.content .post-detail .post {
  border-bottom: none; }
.content .post-detail .post-entry p {
  margin-bottom: 10px; }
.content .post-detail .post-entry ul, .content .post-detail .post-entry ol {
  margin-top: 0;
  margin-bottom: 10px; }
.content .post-detail .post-entry blockquote {
  background-color: #f3f3f3;
  margin-top: 10px; }
.content .post-detail .img-container {
  margin-bottom: 15px; }
.content .post-detail .post-thumb {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px; }
  .content .post-detail .post-thumb .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.content .post-detail .share-group {
  position: relative; }
  .content .post-detail .share-group:after, .content .post-detail .share-group:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0; }
  .content .post-detail .share-group:after {
    clear: both; }
  @media (min-width: 30em) {
    .content .post-detail .share-group {
      padding-right: 70px; }
      .content .post-detail .share-group .share {
        float: right;
        width: 55px;
        margin-right: -70px; }
      .content .post-detail .share-group .content {
        float: left;
        width: 100%;
        margin-bottom: 15px; } }
.content .post-detail .big-firts-letter {
  font-size: 80px;
  float: left;
  padding-right: 5px;
  line-height: 80px;
  font-weight: bold;
  margin-top: -5px;
  margin-left: -5px; }
.content .post-detail .meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px; }
  .content .post-detail .meta span {
    white-space: nowrap;
    margin-right: 15px; }
    .content .post-detail .meta span .fa {
      margin-right: 5px; }
@media (max-width: 29.99em) {
  .content .share h6 {
    display: inline-block;
    margin-right: 10px;
    float: left; }
  .content .share .share-box {
    margin-right: 10px; } }
.content .share .share-box {
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  color: #666; }
  .content .share .share-box:after, .content .share .share-box:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0; }
  .content .share .share-box:after {
    clear: both; }
  .content .share .share-box:hover {
    color: #31c231; }
  .content .share .share-box .count {
    text-align: center;
    width: 55px;
    height: 38px;
    line-height: 38px;
    background-color: #e6e7ec;
    position: relative;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .content .share .share-box .count:after {
      position: absolute;
      left: 50%;
      top: 38px;
      margin-left: -8px;
      content: " ";
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 8px solid #e6e7ec;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
  .content .share .share-box i {
    text-align: center;
    position: relative;
    height: 26px;
    width: 26px;
    display: inline-block;
    background-color: #999;
    line-height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff; }
    .content .share .share-box i.fa-facebook {
      background-color: #3c5999; }
    .content .share .share-box i.fa-twitter {
      background-color: #2aaae1; }
    .content .share .share-box i.fa-google-plus {
      background-color: #cd483c; }
.content .entry-icon {
  background-color: #31c231;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  font-size: 20px; }
.content .entry-row {
  margin-left: -10px;
  margin-right: -10px; }
  .content .entry-row:after, .content .entry-row:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0; }
  .content .entry-row:after {
    clear: both; }
  .content .entry-row .entry-col-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left; }
    @media (max-width: 47.99em) {
      .content .entry-row .entry-col-2 {
        width: 100%; } }
  .content .entry-row .entry-col-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.333333333%;
    float: left; }
    @media (max-width: 47.99em) {
      .content .entry-row .entry-col-3 {
        width: 100%; } }
  .content .entry-row .entry-col-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    float: left; }
    @media (max-width: 61.99em) {
      .content .entry-row .entry-col-4 {
        width: 50%; } }
    @media (max-width: 47.99em) {
      .content .entry-row .entry-col-4 {
        width: 100%; } }


.post {
  padding:10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0; }
  .post .entry:after, .post .entry:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0; }
  .post .entry:after {
    clear: both; }
  .post .entry .thumb {
    float: left;
    /*width: 132px;*/
    /*height: 96px;*/
    margin: 10px 10px 0 10px; }
  .post .entry .desc {
    padding: 8px 10px 0 10px; }
    .post .entry .desc .header {
      font-size: 18px;
      margin-bottom: .5em;
      font-weight: 500;
      display: block;
      color: #444; }
      .post .entry .desc .header:hover {
        color: #31c231; }
  .post .meta {
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid #e0e0e0;
    background-color: #f2f2f2;
    color: #999;
    font-size: 12px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
    background-image: -ms-linear-gradient(top, #f2f2f2, #ebebeb);
    background-image: -o-linear-gradient(top, #f2f2f2, #ebebeb); }
    .post .meta:after, .post .meta:before {
      visibility: hidden;
      display: block;
      content: " ";
      height: 0; }
    .post .meta:after {
      clear: both; }
    .post .meta span {
      padding: 8px 10px;
      margin-right: 15px;
      display: inline-block;
      float: left; }
    .post .meta .fa {
      font-size: 15px;
      margin-right: 5px; }
    .post .meta .read-more {
      font-size: 14px;
      float: right;
      margin-right: 0;
      font-weight: 500; }

.post-title {
  margin-left: 10px;
}

/* ========================================================================= */
/* Hero > Slider (Owl Slider)
/* ========================================================================= */
#owl-hero {
  overflow: hidden; }
  #owl-hero:hover .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  #owl-hero:hover .owl-controls .owl-buttons .owl-next {
    right: 0; }

.hero-image {
  overflow: hidden;
  position: relative;
  margin: 0;
  min-height: 550px;
  height: 100vh; }

.hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .hero-overlay .container {
    height: 100%; }
  .hero-overlay .hero-caption {
    position: relative;
    text-align: center;
    max-width: 600px;
    display: inline-block; }
    .hero-overlay .hero-caption h1, .hero-overlay .hero-caption h2 {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    .hero-overlay .hero-caption h1 {
      font-size: 24px;
      color: #fff; }
    .hero-overlay .hero-caption h2 {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.9);
      font-weight: normal; }
    @media (min-width: 48em) {
      .hero-overlay .hero-caption h1 {
        font-size: 36px; }
      .hero-overlay .hero-caption h2 {
        font-size: 24px; } }

.bs-covered .owl-controls .owl-pagination {
  margin-top: 30px;
  text-align: center; }
  .bs-covered .owl-controls .owl-pagination .owl-page {
    height: 14px;
    width: 14px;
    border: 2px solid #999;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px; }
    .bs-covered .owl-controls .owl-pagination .owl-page:hover, .bs-covered .owl-controls .owl-pagination .owl-page.active {
      border-color: #1075bd; }
    .bs-covered .owl-controls .owl-pagination .owl-page.active {
      background: #1075bd; }

.covered-img {
  padding: 10px;
  margin-right: 1px;
  margin-left: 1px;
  text-align: center;
  height: 100px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .covered-img img {
    width: auto;
    max-height: 80px;
    max-width: 100%;
    display: inline-block; }
  .covered-img .vc-table {
    max-width: 100%;
    table-layout: fixed; }



/* ========================================================================= */
/* RWD WELEH
/* ========================================================================= */

.why {
    padding: 10px 0 !important;
}

.why .title{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.why .benefits {
    padding: 10px 0 !important;
}

.why .benefits .item {
    margin-bottom: 20px !important;
}


/*.slide {
  height:500px;overflow-y:hidden !important;
}*/