/***************
* Block FK 1 css *
****************/
.td_block_fk1 {
    position: relative;
    padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_block_fk1{
        padding-top: 17px;
    }
}
@media (max-width: 767px) {
    .td_block_fk1{
        padding-top: 17px;
    }
}
.td_block_fk1 .block-title {
    margin: 0px 0px 20px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .td_block_fk1 .block-title{
        margin: 0px 0px 17px 17px;
    }
}
@media (max-width: 767px) {
    .td_block_fk1 .block-title{
        margin: 0px 0px 17px 10px;
    }
}
.td_block_fk1 .td_block_inner {
    clear: right;
}
.td_block_fk1 .td_block_inner .td-block-row:last-child .item-details,
.td_block_fk1 .td_block_inner .td-block-span12:last-child .item-details {
  border-bottom: 0;
  padding-bottom: 12px;
  margin-bottom: 0;
}


/****************
* Module FK 8 css *
****************/
.td_module_fk8 {
  position: relative;
  top: -4px;
}
.td_module_fk8 .td-module-comments {
  top: 2px;
}
.td_module_fk8 .item-details {
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 13px;
  margin-bottom: 11px;
}

.td_module_fk8 .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 7px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_6 .entry-title,
  .td_module_7 .entry-title,
  .td_module_fk8 .entry-title {
    margin-bottom: 5px;
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 767px) {
  .td_module_6 .entry-title,
  .td_module_7 .entry-title,
  .td_module_fk8 .entry-title {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.td_module_fk8 .entry-title {
  font-size: 15px;
  line-height: 19px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_fk8 .entry-title {
    margin-bottom: 7px;
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

.td_module_fk8 .td-post-date {
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.td_module_fk8 .meta-info {
  margin-bottom: 0;
  line-height: 11px;
}

.td_module_fk8 .entry-review-stars {
  margin-top: 1px;
}


.td_module_fk8 .td-excerpt,
.td_module_fk8 .td-excerpt > a {
  margin-bottom: 0;
  color: #444;
  font-size: 12px;
  line-height: 18px;
}


//////////////

/*

  Big grid fk1

*/
.td_block_big_grid_fk1 {
  background-color: #e5e5e5;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_fk1 {
    background-color: #fff;
  }
}
.td_block_big_grid_fk1 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fk1 .td-small-thumb {
  height: 180px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_block_big_grid_fk1 .td-small-thumb {
    height: 142px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fk1 .td-small-thumb {
    height: 150px;
  }
}
.td_block_big_grid_fk1 .td-big-grid-post-0 {
  width: 680px;
  height: 360px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_block_big_grid_fk1 .td-big-grid-post-0 {
    width: 506px;
    height: 284px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fk1 .td-big-grid-post-0 {
    width: 100%;
    height: auto;
    /*height: 366px;*/
  }
}
.td_block_big_grid_fk1 .td-module-empty {
  float: left;
  height: 180px;
  display: none !important;
}

.td_block_big_grid_fk1 {
  width: 1021px;
  left: -1px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_block_big_grid_fk1 {
    width: 756px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fk1 {
    width: 100%;
    left: 0;
  }
}

