﻿#pun-announcement .container .Announce-Info-Block {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 45px;
}

.Info-Left {
  width: 38%;
  min-width: 360px;
}

.Info-Right {
  width: unset;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}

* {
  box-sizing: border-box;
}

.topics-slider {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.slider-viewport {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  outline: 1px solid #eeeeee;
  outline-offset: 5px;
  border-radius: 10px;
}

.slider-track {
  display: flex;
  transition: transform .4s ease;
}

.slide {
  flex: 0 0 100%;
  padding: 10px 15px;
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to left, #6d87a59e, #eaeaea);
}

.slide h3 {
  font-size: 14px;
  order: 1;
  background-color: #ffffffd1;
  border-radius: 7px 7px 0px 0px;
  padding: 7px 7px 0;
}

.punbb .slide h3>a {
  color: #000;
  transition: none;
}

.slide h3>a:hover {
  color: #557fae;
}

.slide .meta,
.slide h3,
.slide .message,
.slide .read-more {
  z-index: 5;
  position: relative;
}

#prevBtn {
  position: absolute;
  left: -20px;
  top: 30%;
  z-index: 7;
}

#nextBtn {
  position: absolute;
  top: 30%;
  right: -20px;
}

#prevBtn,
#nextBtn {
  transition: 0.3s ease-in-out;
}

/*
  #prevBtn:hover,
  #nextBtn:hover {
      border-color:#5381b5;
  } */

.Info-Socials {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;

}


.additional-nav1 {
  text-align: center;
  margin-bottom: 3px;
}

.punbb h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 1px solid #eee;
  padding-top: 4px;
}

.additional-nav1 span {
  display: flex;
}

.additional-nav1 span a:first-child {
  width: auto;
  flex-grow: 1;
}

.additional-nav1 span a:last-child {
  width: 50%;
  margin-left: 5px;
}

.additional-nav1 span a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 7px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
}

.additional-comment {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 11px;
  padding: 0 35px;
}

.navlinks-guest {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #626262;
  background-color: #f7f8f9;
}

.punbb .navlinks-guest>.guestforLink {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Info-Socials a,
.Info-Socials span {
  border-radius: 5px;
  margin: 0;
}


.Info-Socials span {
  padding: 0px 7px 5px;
  display: block;
  color: #5381b5;
  font-weight: bold;
}

.Info-Socials a:first-child {
  margin-right: 5px;
}

.Info-Socials a {
  display: inline-block;
  background-color: #5381b5;
  min-width: 70px;
  text-align: center;
  padding: 5px 7px 2px;
  opacity: 0.7;
  transition: 0.02s ease-in-out;
}

.Info-Socials a:hover {
  opacity: 1;
}

.Info-Socials a img {
  max-height: 15px;

}

.slide .message-image {
  margin: -80px 0 0;
  top: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.slide .message-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  display: block;
  opacity: 0.4;
  z-index: 2;
}

.slide:before {
  content: '.';
  font-size: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(to right, #ffffff54, transparent);
}

.slide .message:after {
  content: '.';
  font-size: 0 !important;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0px;
  border-radius: 0px 0px 7px 7px;
  background: linear-gradient(to top, #ffffff, transparent);
}

.slide .message {
  position: relative;
  z-index: 5;
  margin: 0 0 8px;
  color: #555;
  line-height: 1.5;
  font-size: 12px;
  order: 3;
  background-color: #ffffffd1;
  border-radius: 7px;
  padding: 7px;
}

.punbb .slide>.read-more {
  padding: 7px 15px;
  position: absolute;
  border-radius: 15px;
  z-index: 7;
  bottom: 3px;
  right: 39%;
  font-weight: bold;
  background: #ffffff;
  /* border: 1px solid #eee;*/
  margin: 0;
  color: #557fae;
  font-size: 13px;
  box-shadow: 0px 0px 5px #e5e5e5;
}

.slide .read-more:hover {
  text-decoration: underline;
}

.slide .meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #888;
  order: 2;
  z-index: 6;
  background-color: #ffffffd1;
  border-radius: 0px 0px 7px 7px;
  padding: 0px 7px 7px;
  margin-bottom: 10px;
}

/*
.slide .meta span:last-child {
  display: none;
}*/

.slider-controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 10px;
}

.slider-viewport button,
.slider-controls button,
.topics-slider button {
  background: #FFF;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: inline;
  border: 1px solid #eee;
  color: #5381b5;
}

.slider-controls button:hover {
  background: #dfe2e6;
}

.slider-dots {
  display: flex;
  gap: 6px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
}

.slider-dots span.active {
  background: #5381b5;
}

.slider-status {
	min-width: 450px;
    min-height: 150px;
    text-align: center;
  padding: 28px 32px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {

  #pun .additional-nav1 span a {
    width: 100%;
    display: block;
  }

  .additional-nav1 span a:last-child {
    width: unset;
    margin-left: unset;
    margin-top: 3px;
  }

  .additional-nav1 span a:first-child {
    width: unset;
    flex-grow: unset;
  }

  .additional-nav1 span {
    flex-wrap: wrap;
  }

  .Info-Left {
    min-width: 300px;
  }

  .Info-Right,
  .topics-slider {
    max-width: 480px;
  }

  .slide {
    height: 171px;
  }

  .slide .message-image {
    margin: -40px 0 0;
  }

  .Info-Socials span {
    font-size: 11px;
  }


}

@media screen and (max-width: 920px) {

  .Info-Left {
    min-width: 250px;
  }

}



@media screen and (max-width: 800px) {

  #pun-announcement .container .Announce-Info-Block {
    flex-wrap: wrap;
    gap: 20px;
  }

  .Info-Left {
    width: 100%;
    min-width: unset;
  }

  .punbb .slide>.read-more {
    min-width: 150px;
    text-align: center;
    right: 20%;
    left: 20%;
    border: 1px solid #eee;
  }

  .additional-nav1 span {
    flex-wrap: nowrap;
  }

  .additional-nav1 span a:first-child {
    width: auto;
    flex-grow: 1;
  }

  .additional-nav1 span a:last-child {
    width: 50%;
    margin-left: 5px;
  }

  .Info-Right,
  .topics-slider {
    max-width: 95%;
  }

  .slider-dots {
    gap: 25px;
  }

  .slider-dots span {
    padding: 10px;
  }

  .slider-controls {
    padding: 35px 20px 10px;
  }

  .slide:before {
    background: linear-gradient(to right, #f2f3f3, transparent);
  }

  .slide .message:after {
    height: 60px;
    background: linear-gradient(to top, #ffffff 20%, transparent);

  }

  .slide {
    height: unset;
  }



}



@media screen and (max-width: 600px) {



  .slide .message-image {
    display: none;
    margin: 0 0;
  }



}