/**************************************** Single Detail Split 1/234... Pics ****************************************/
.news.news-single .news-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-single .news-img-wrap .outer{
  flex-grow: 1;
  width: 32.5%;
  margin: .2%;
}
.news.news-single .teaser-text{
  font-weight: 600;
}
/**************************************** Slider ****************************************/
.news .swiper-pagination-bullet {
  background: var(--sub-txt-color);
}
.news .swiper-pagination-bullet-active {
  margin: 0 4px;
  background: var(--main-txt-color);
}
/**************************************** List Default ***********************************/
.news p {
  line-height: 150%;
}
.news-list-view {
  display: flex;
  flex-wrap: wrap;
}
.news-list-view article{
  position: relative;
  width: 31%;
  flex-grow: 1;
  margin: 1%;
  border: 1px solid #ccc;
  padding: 1.5em;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  background: linear-gradient(35deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 60%);
}
.news-list-view .news-img-wrap {
  text-align: center;
}
.news-list-view .news-img-wrap a{
  display: block;
  line-height: 0;
}
.news-img-wrap img {
  box-shadow: 0px 0px 2px rgba(0,0,0,.3);
}
.news-list-view .teaser-text {
  margin-bottom: 50px;
}
.news-list-view .footer {
  position: absolute; 
  bottom: 0;
}
.news-list-view .footer span::after{
  content: '|';
  margin:0 5px;
}
.news-list-view .news-list-tags a:nth-child(1)::before{
  content: ''; 
}
.news-list-view .news-list-tags a:nth-child(2n)::before{
  content: '-';
  padding: 0 2px;
}
/**************************************** Single View ****************************************/
.news-single h4 {
  font-size: 1.5em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.news-single .ce-row {
  display: flex;
  flex-wrap: wrap;
}
.news-single .ce-column {
  flex-grow: 1;
  width: 49%;
  border: 1px solid #79848c;
  margin: .1em;
}
.news-single .ce-media {
  text-align: center;
}
/*.news-single .news-img-wrap {
    float: left;
    margin-right: 15px;
}*/
/**************************************** Social ****************************************/
.social {
  display: block;
  margin: 1em;
}
.social::after {
  content: '';
  clear: both;
  display: block;
}
#mainContent .social ul{
  margin-left: 0;
}
/**************************************** Categories ****************************************/
#mainContent ul.news-categorie{
  margin: 0;
  margin: 1em 0;
}
.news-categorie li {
  list-style: none;
  position: relative;
}
.news-categorie li a {
  padding: .3em;
  display: block;
  margin: .4em 0;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  transition: all .2s ease;
}
.news-categorie li a:hover {
  background: var(--main-txt-color);
  color: #fff;
  padding-left: 50px;
}
/*************************************** Counter ****************************************/
.newsCounter {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--main-txt-color);
  width: 30px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.newsCounter::before {
  content: '';
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--main-txt-color);
  position: absolute;
  left: -5px;
  top: 6px;
}
/**************************************** Tags ****************************************/
.news-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.news-tags li{
  font-style: italic;
  list-style: none;
}
.news-tags li::after{
  content: '|';
  margin:0 5px;
}
.news-list-tags a{
  text-decoration: none;
}
/**************************************** Pagination ****************************************/
.page-navigation {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  margin-top: 3em;
}
.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.pagination li.active{
  padding: 0 10px;
}
.pagination li a{
  padding: 3px 10px;
}
.pagination li:hover a,
.pagination li.active {
  background: var(--main-txt-color);
  color: #fff;
}
.pagination li.next a,
.pagination li.previous a{
  font-weight: bold; 
}

/**************************************** BTN ****************************************/
.news-backlink-wrap {
  float: left;
}
.more {
  background: #79848c;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  height: 30px;
  display: block;
  line-height: 30px;
  margin-right: 20px;
  padding: 0 1em;
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.more:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.more:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
/**************************************** TIMELINE ****************************************/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: var(--main-txt-color);
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 2px;
  left: -3px;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid var(--sub-txt-color);
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}



/**************************************************************** Responsive ********************************************************************************/
/************************************************************************************************************************************************************/
/************************************************************************************************************************************************************/
@media screen and (max-width: 1023px){
.active .news-categorie,
.news-tags{
  position: relative;
  z-index:999;
  left: 0;
  top: -1px;
  width: 100%;
  background: #fff;
}
.news-tags li {
  list-style:none;
}
.active .news-categorie {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
}
.active .news-categorie li {
  list-style: none;
}
.active .news-categorie li a {
  padding: 5px 0;
  text-align: center;
  margin: 1px 0;
  display: block;
}
.active .news-tags {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  padding: 20px 0;
  top: 0;
  display: block;
}
.active .news-tags li a{
  padding: 5px 0;
  text-align: center;
  margin: 1px 0; 
  display: block;
}
.active .news-tags li:hover a{
  color:#fff;
  background: var(--main-txt-color);
}
.active .news-tags li::after{
  display: none;
}
}

@media screen and (max-width: 763px){
.news-list-view article{
  width: 49%;
}
}

@media screen and (max-width: 499px){
.news-list-view article{
  width: 100%;
}
}
