﻿@charset "UTF-8";
div.template4 {
  padding: 0;
  margin: 35px 20px 30px;
}
@media (max-width: 768px) {
  div.template4 {
    margin-bottom: 0px;
  }
}
div.template4:hover .slick-nav {
  opacity: 1;
}
div.template4 .slick-nav {
  background: none;
  width: 25px;
  height: 25px;
  border: 0 none;
  cursor: pointer;
  position: absolute;
  top: -48px;
  display: inline-block;
  color: #fff;
  z-index: 1;
  padding: 1px 9px;
  border-radius: 3px;
  background-color: #356162;
}
@media (max-width: 470px) {
  div.template4 .slick-nav {
    top: -68px;
  }
}
div.template4 .slick-nav i {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
div.template4 .slick-nav.nav__next {
  left: 6px;
}
@media (max-width: 480px) {
  div.template4 .slick-nav.nav__next {
    right: unset;
    left: 50px;
  }
}
@media screen and (width: 1024px) and (orientation: landscape) {
  div.template4 .slick-nav.nav__next {
    right: 15px;
  }
}
div.template4 .slick-nav.nav__prev {
  left: -21px;
}
@media (max-width: 480px) {
  div.template4 .slick-nav.nav__prev {
    left: 15px;
  }
}
@media screen and (width: 1024px) and (orientation: landscape) {
  div.template4 .slick-nav.nav__prev {
    left: 15px;
  }
}

.container__content-pane {
  position: relative;
}

.article_more-btn {
  position: absolute;
  left: 0;
  top: 1px;
  color: #515151;
  font-size: 15px;
  text-decoration: none;
}
.article_more-btn:before {
  content: "\f0d9";
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  float: left;
  padding-right: 7px;
}

.template4 {
  /*shared styles*/
}
.template4 .row {
  margin: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .template4 .row:first-child {
    margin-bottom: 15px;
  }
}
.template4 .post-details .post-details_date {
  color: #a6a6a6;
  font-size: 13px;
  margin: 5px 0;
  font-weight: 600;
}
.template4 .post-details .post-details_date:before {
  content: "\f017";
  font-family: fontawesome;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
}
.template4 .post-details .post-details_more-btn {
  margin-top: 30px;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .template4 .post-details .post-details_more-btn {
    padding-bottom: 10px;
  }
}
.template4 .post-details .post-details_more-btn a {
  color: #fe5b00;
}
.template4 div {
  padding: 0px;
}
.template4 .post-holder {
  display: flex;
  justify-content: center;
  padding-left: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 470px) {
  .template4 .post-holder {
    padding-left: 0;
  }
}
.template4.post-holder {
  direction: rtl;
  margin: 5px 0;
}
@media only screen and (max-width: 469px) {
  .template4 .post-img {
    margin-bottom: 5px;
  }
}
.template4 .post-category {
  display: inline-block;
  font-size: 9pt;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .template4 .post-category {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template4 .post-category {
    margin-top: 10px;
  }
}
.template4 .post-category a {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.template4 .post-category a:hover {
  text-decoration: none;
  color: #356162;
}
.template4 .post-footer {
  border-bottom: 3px solid #222;
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding: 7px 0;
  width: 100%;
  font-size: 9pt;
}
.template4 .post-footer a {
  color: #222;
}
.template4 .post-comment {
  float: right;
}
.template4 .post-title {
  font-size: 9pt;
  margin-top: 4px;
  line-height: 21px;
  text-align: justify;
  max-height: 64px;
  overflow: hidden;
}
.template4 .post-title a {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
}
.template4 .post-title .post-readmore {
  color: #f80;
  font-size: 9pt;
}
.template4 .post-review-star {
  background: #f4b711 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 10px;
  height: 12px;
  line-height: 11px;
  margin: 5px 7px 5px 0;
  padding: 0 5px;
}
.template4 .post-review-star i {
  /*float: left;*/
  margin: 0 3px 0 0;
}
.template4 .post-review-star i.icon-star::before {
  content: "★";
  height: inherit;
}
.template4 .post-readmore-btn {
  background: #07af53;
  color: #fff;
  float: right;
  font-size: 10pt;
  line-height: 27px;
  height: 27px;
  margin-top: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s;
  transition: background 0.3s linear 0s;
}
.template4 .post-readmore-btn:hover, .template4 .post-readmore-btn:focus {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}
.template4 .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  width: 100%;
}
.template4 .post-img img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: auto;
  width: 100%;
}
.template4 .post-img > a {
  background: #000;
  display: block;
}
.template4 .post-img:hover a img {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.template4 .post-img:hover .overlay-icon {
  display: block;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.85s;
  -moz-animation-duration: 0.85s;
  animation-duration: 0.85s;
}
.template4 .overlay-icon.fa {
  color: #fff;
  display: none;
  font-size: 30px !important;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
  z-index: 9;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.articles__header {
  color: #fe4e03;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  display: block;
  border: none !important;
}
.articles__header:after {
  content: "";
  position: absolute;
  background-color: #d9e3e8;
  height: 1px;
  width: 100%;
  top: 9px;
  margin-right: 10px;
}
