
.mos-img img {display: none !important;}
[data-overlay="7"]::before {
    opacity: 0.7;
}
[data-overlay]::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.nice-page.darks [data-overlay]::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.cover-bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.nice-page {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.nice-page.darks {
  color: #f1f1f1;
  margin: 0px;
  background: #000;
}
.nice-page.darks:nth-of-type(odd) {
  background-color: #212121;
}
.nice-page:nth-of-type(odd) {
  background-color: #efefef;
}
.nice-page:nth-of-type(odd) .background-hover {
  opacity: 0;
}
.nice-page .title-block {
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}
.nice-page .title-block a {
    color: #000;
}
.nice-page.darks .title-block a {
    color: #fff;
}
.nice-page .background-hover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.06;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.nice-page:hover .background-hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.nice-page .blog-item-inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .nice-page .blog-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .nice-page .blog-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .nice-page .blog-item-inner::before {
    display: none;
  }
}
.nice-page .blog-item-inner .link a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nice-page .blog-item-inner .link a:last-of-type {
  margin-left: 10px;
}
.nice-page .blog-item-inner .link .blog-category {
  color: #b19777;
}
.nice-page .blog-item-inner .link .blog-category::before {
  color: #0009;
  content: "/ ";
  position: relative;
  font-size: 12px;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) {
  .nice-page .left-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media only screen and (max-width: 991px) {
  .nice-page .left-box {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .nice-page .right-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    padding-left: 30px;
    max-width: 600px;
  }
}

.nice-page .background-hover::before {
  background: #fff;
}
.nice-page.darks .background-hover::before {
  background: #000;
}
.p-absolute {
    position: absolute;
}
.p-relative {
    position: relative;
}
.section-padding {
    padding-top:120px;
    padding-bottom:120px;
}
.nice-page .blog-item-inner .link {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 5px;
}
.news-spr_read-more {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-top: -11px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.nice-page:hover .news-spr_read-more {
    transform: scaleY(1.0);
}

.news-spr_read-more>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 8px 20px;
}

.fields-container li, .field-entry {list-style: none;  display: inline-block; color: #FAFAFA; background: rgba(13, 13, 13, 0.3); padding: 3px 20px}
.nice-page .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.nice-page .tags > li {
	margin: 0;
}

.nice-page .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;
}

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

.nice-page .tags > li {margin-left: 5px;}