.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

* {
  font-family: "Open Sans", sans-serif;
}

html,
body {
  margin: 0;
  background-color: #000;
  color: #999;
}

a {
  color: #fff;
  transition-duration: 0.3s;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
  transition-duration: 0.3s;
}

p {
  text-align: justify;
}

h1,
h2,
h3 {
  color: #fff;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 19px;
}

.content {
  min-height: 70vh;
}

#header {
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.logo img {
  margin: auto;
  display: block;
  margin-top: -10px;
}

nav {
  width: 100%;
}

.menu {
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .menu {
    margin-top: 15px;
  }
}

.menu li {
  display: inline-block;
}

.menu a {
  font-weight: 400;
  text-decoration: none;
  display: block;
  color: #ffffff;
  background-color: #333;
  text-align: center;
  padding: 10px 25px;
  border: 1px solid #000;
  border-bottom: 3px solid #555;
  transition-duration: 0.3s;
}

@media (max-width: 600px) {
  .menu a {
    padding: 10px 15px;
  }
}

.menu a:hover {
  background-color: #555;
  border-bottom: 3px solid red;
  transition-duration: 0.3s;
}

ul.menu,
ul.menu li {
  max-width: 1000px;
}

.sub-menu {
  position: absolute;
  float: none;
  width: 167px;
  padding: 0;
  z-index: 9999;
}

.sub-menu li {
  display: none;
  margin: 0;
  padding: 0;
  transition-duration: 0.3s;
}

ul.menu li:hover li {
  float: none;
  display: block;
  clear: both;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  ul.menunzs,
  ul.menunzs li {
    max-width: 1000px;
    width: 100%;
  }
}

#searchform {
  display: block;
  float: left;
}

#searchform input[type="text"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #333;
  padding: 10px;
}

#searchform input[type="submit"] {
  color: #fff;
  background-color: #000;
  padding: 10px;
  border: 1px solid #333;
  margin-left: -5px;
  transition-duration: 0.3s;
}

#searchform input[type="submit"]:hover {
  background-color: #555;
  border-bottom: 2px solid red;
  transition-duration: 0.3s;
}

@media (max-width: 1100px) {
  #searchform {
    display: none;
  }

  .socials {
    display: none;
  }
}

.tp-caption {
  white-space: normal !important;
}

.news {
  width: 100%;
  max-width: 800px;
  float: left;
}

.tp-thumb-image {
  background-image: none !important;
  background-color: #333 !important;
  border-bottom: 3px solid #555;
}

.tp-thumb-title:hover {
  background-color: #555 !important;
  color: red !important;
  border-bottom: 3px solid red !important;
}

.selected .tp-thumb-title {
  background-color: #555 !important;
  border-bottom: 3px solid red !important;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  margin-left: 50px;
  margin-right: 50px;
  border: 2px solid #333;
}

.singlepost {
  min-height: 150px;
  margin: 25px 0;
  width: 50%;
}

.singlepost img {
  width: 100%;
  height: auto;
}

.newslist {
  list-style: none;
  padding: 0;
}

.artimg img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 130px;
  display: block;
  margin: auto;
}

.artcontent {
  text-align: justify;
}

.news {
  height: 300px;
  display: block;
  margin: auto;
}

@media (max-width: 992px) {
  .news {
    height: auto;
  }
}

.news h2 {
  margin-top: 30px;
}

.readmore {
  margin-bottom: 50px;
  margin: 10px 0;
  float: right;
  color: #fff;
  background-color: #333;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px;
  transition-duration: 0.3s;
}

.readmore:hover {
  border-bottom: 2px solid red;
  background-color: #555;
  transition-duration: 0.3s;
}

button .readmore {
  margin: 10px 0;
  float: right;
  color: #fff;
  background-color: #333;
  border: none;
  border-bottom: 2px solid #555;
  padding: 10px;
  transition-duration: 0.3s;
}

button .readmore:hover {
  border-bottom: 2px solid red;
  background-color: #555;
  transition-duration: 0.3s;
}

.newsfront {
  width: 100%;
  padding-right: 100px;
}

.newsfront h1 {
  margin-left: -15px;
}

@media (max-width: 992px) {
  .newsfront {
    padding-right: 0;
  }
}

.newsfront .readmore {
  margin-top: 15px;
  margin-bottom: 0;
}

.artcontent {
  margin-bottom: 25px;
}

.news hr {
  margin-top: 0.5em;
  margin-bottom: 3.5em;
}

.article img {
  display: block;
  width: 350px;
  height: auto;
}

.date {
  display: block;
  text-align: right;
  width: 100%;
}

.contact1 a {
  color: #999;
}

.contactform label {
  color: #fff;
  font-weight: 400;
}

.contactform input,
textarea {
  color: #fff;
  background-color: #111;
  resize: none;
  width: 420px;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #555;
  display: block;
  margin: auto;
}

.contactform form {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}

.contactform input[type="submit"] {
  margin: 10px 0;
  float: right;
  color: #fff;
  background-color: #333;
  border: none;
  border-bottom: 2px solid #555;
  padding: 10px;
  width: 100px;
  transition-duration: 0.3s;
}

.contactform input[type="submit"]:hover {
  border-bottom: 2px solid red;
  background-color: #555;
  transition-duration: 0.3s;
}

.artimg {
  display: inline-block;
  float: left;
}

@media min-width: {
  .artimg {
    height: 150px;
  }
}

.artcontent {
  display: inline-block;
  float: right;
}

.separator {
  position: absolute;
  bottom: -50px;
  width: 100%;
  margin: 0;
}

.news:after {
  content: "";
  display: block;
  border-top: 4px solid #333;
  margin-top: 0.5em;
}

.wp-playlist-item {
  padding: 10px !important;
}

.wp-playlist-item-length {
  padding: 10px;
}

.wp-playlist {
  border: 1px solid #333 !important;
}

.wp-playlist-current-item img {
  display: none;
}

.wp-playlist-dark .wp-playlist-caption {
  max-width: 80% !important;
}

.menubottom {
  height: auto;
}

.menubottom ul {
  text-transform: uppercase;
  list-style-type: none;
  text-decoration: none;
  padding: 0;
}

.menubottom ul li {
  display: inline-block;
  float: none;
}

.aigpl-breadcrumb-wrp {
  display: none;
}

.footer-box-down {
  background: #000;
  padding: 10px 0;
}

.footer-box-down-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}

.footer-box-down-content .createby {
  text-align: right;
}

.h-letter,
.highland-text,
.highland-text a,
.dash {
  display: initial;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.h-letter {
  padding: 7px 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin: 0 2px;
  font-size: 18px;
  position: relative;
}

.dash {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  color: #e50001;
}

.sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor h1 {
  font-size: 25px;
  margin-top: 100px;
}

.sponsor-header {
  font-size: 25px;
  margin: 80px 0 30px 0;
  text-align: center;
}

.sponsor img {
  height: 150px;
  width: auto;
  margin: 50px 30px;
}

.sponsor a img {
  height: 150px;
  width: auto;
  margin: 50px 30px;
  background: #fff;
  padding: 10px;
}

@media all and (max-width: 768px) {
  .footer-box-down-content,
  .footer-box-down-content .createby {
    text-align: center;
    padding: 20px 0;
  }

  .sponsor a img {
    height: auto;
    width: 100%;
    margin: 15px 0;
  }
}

@media min-height: {
  .sliderbottom {
    height: 500px;
  }
}

.sliderbottom {
  margin: 50px 0;
}

.sliderwydarzenia {
  margin: 50px 0;
}

.searchresult {
  margin: 10px 0;
}

.searchresult p {
  margin-left: 25px;
}

.post-container p {
  margin-left: 25px;
}

.socials {
  float: right;
  position: absolute;
  top: 5px;
  right: 0;
}

.socials i {
  margin: 5px;
  transform: scale(0.7);
}

.aigpl-gallery-album-wrp .aigpl-img-wrp::after {
  border-style: none !important;
}

.prev {
  width: 50%;
  float: left;
  text-align: center;
}

.next {
  width: 50%;
  float: right;
  text-align: center;
}

.prev i {
  padding-right: 10px;
}

.next i {
  padding-left: 10px;
}

.aigpl-album-design-1 .aigpl-img-wrp {
  position: relative;
  height: 180px;
  width: 100%;
}

.aigpl-design-1 .aigpl-img-wrp {
  position: relative;
  height: 250px;
  width: 100%;
}

.aigpl-gallery-wrp .aigpl-img,
.aigpl-gallery-album-wrp .aigpl-img {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0;
  margin: auto;
  display: block;
  padding: 0;
  object-fit: cover;
  object-position: top center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.aigpl-col-4 {
  height: 300px;
}

.top-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-images {
  margin-top: -10px;
  margin-left: 10px;
}

.logo-images a {
  display: inline-block;
  margin: 0 5px;
}

.logo-images img {
  display: inline-block;
  width: 70px;
  height: auto;
}

@media all and (max-width: 1370px) {
  .logo-images img {
    width: 50px;
  }
}

@media all and (max-width: 992px) {
  .logo-images a {
    margin: 5px 1px;
  }
}
