:root {
	--sbws-primary: #E81C2E;
}
.mos-img img {display: none !important;}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.gallery-container {
  display: flex;
  justify-content: space-between;
}
.gallery-container a{
  color: var(--sbws-primary);
}
.gallery-main {
  width: 70%;
}
.gallery-main .swiper-button-prev, .gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 40px;
  width: 40px;
  color: #464646;
  background: #eee;
}
.gallery-main .swiper-button-prev::after, .gallery-main .swiper-button-next::after {
  font-size: 12px;
}
.gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}

.gallery-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.97);
}
.swiper-slide-active .gallery-title {
  -webkit-animation: slide-in 0.4s ease-in both;
          animation: slide-in 0.4s ease-in both;
}

.gallery-thumbs {
  order: 1;
  width: 30%;
}
.gallery-thumbs span {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	
}
.gallery-thumbs .swiper-slide img {
transition: 0.3s; width: 100%;
margin: 0px 20px 0px 0px;
max-width: 150px;
}

.gallery-thumbs .swiper-slide-thumb-active {
 color: var(--sbws-primary);
}

.mx_element {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-transition:all .4s ease;
 transition:all .4s ease;
 position:relative;
}

.mx_element img {
 z-index:2;
 position:relative;
 line-height:0
}
.mx_element .jkit-postlist-content {
 z-index:2;
 width:100%
}
.mx_element .jkit-postlist-title {
 display:block;
 margin-bottom:0
}
.mx_element .meta-lists span {
 font-size:14px;
 display:inline-block;
 -webkit-transition:all .4s ease;
 transition:all .4s ease
}
.mx_element .icon-list {
 text-align:center
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

@media (max-width:768px) {
.gallery-main {
  width: 100%;
}
.gallery-thumbs {
  width: 0%;
  display: none;
}
}
@media (max-width:1300px) {
 .gallery-thumbs span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
}
.gallery-title .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
	display: block;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 10px !important;
}

.gallery-title .tags > li {
	margin: 0;
}

.gallery-title .tags > li a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.gallery-title .tags > li a:hover {
  background-color: #333;
  color: #fff !important;
}

.gallery-title .tags > li {margin-left: 5px;}