@charset "UTF-8";
body {
  margin: 0;
}

.border-theme {
  border: 1px solid #303030;
}

.slider-img {
  width: 100%;
  max-height: 335px;
  object-fit: cover;
}

.content-img {
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
}

.bg-black {
  background: #000 !important;
}

.img-cover {
  object-fit: cover;
}

.img-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pos-relative {
  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: "";
}

.cursor-pointer {
  cursor: pointer;
}

.yellow-hover {
  transition: 0.3s;
}
.yellow-hover:hover {
  background: yellow;
  color: black !important;
}

.white-hover-text {
  transition: 0.3s;
}
.white-hover-text:hover, .white-hover-text a:hover {
  color: white !important;
}

.glow {
  transition: 0.3s;
}
.glow:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.25);
}

.article-title-absolute {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  word-break: break-word;
  box-sizing: border-box;
}

@media screen and (min-width: 0) {
  .border-theme-top-xs {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-xs {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-xs {
    border-left: 1px solid #303030;
  }

  .border-theme-right-xs {
    border-right: 1px solid #303030;
  }
}
@media screen and (min-width: 576px) {
  .border-theme-top-sm {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-sm {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-sm {
    border-left: 1px solid #303030;
  }

  .border-theme-right-sm {
    border-right: 1px solid #303030;
  }
}
@media screen and (min-width: 768px) {
  .border-theme-top-md {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-md {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-md {
    border-left: 1px solid #303030;
  }

  .border-theme-right-md {
    border-right: 1px solid #303030;
  }
}
@media screen and (min-width: 992px) {
  .border-theme-top-lg {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-lg {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-lg {
    border-left: 1px solid #303030;
  }

  .border-theme-right-lg {
    border-right: 1px solid #303030;
  }
}
@media screen and (min-width: 1200px) {
  .border-theme-top-xl {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-xl {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-xl {
    border-left: 1px solid #303030;
  }

  .border-theme-right-xl {
    border-right: 1px solid #303030;
  }
}
@media screen and (min-width: 1400px) {
  .border-theme-top-xxl {
    border-top: 1px solid #303030;
  }

  .border-theme-bottom-xxl {
    border-bottom: 1px solid #303030;
  }

  .border-theme-left-xxl {
    border-left: 1px solid #303030;
  }

  .border-theme-right-xxl {
    border-right: 1px solid #303030;
  }
}
.icon-15 {
  width: 15px;
}

.icon-16 {
  width: 16px;
}

.border-theme-top {
  border-top: 1px solid #303030;
}

.border-theme-bottom {
  border-bottom: 1px solid #303030;
}

.border-theme-left {
  border-left: 1px solid #303030;
}

.border-theme-right {
  border-right: 1px solid #303030;
}

@media screen and (min-width: 992px) {
  .hamburger, .gt-md-hide {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .lt-md-hide {
    display: none;
  }

  .border-lt-md-hide {
    border: none;
  }
}
.pos-relative {
  position: relative;
}

.remove-image {
  cursor: pointer;
  display: inline;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px;
  background: #e54e4e;
  border: 3px solid #fff;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.remove-image:hover {
  background: #ff0000;
  padding: 3px 7px 5px;
  top: -1px;
  right: -1px;
}
.remove-image:active {
  background: #ff0000;
  top: 0px;
  right: -1px;
}

/*# sourceMappingURL=style.css.map */
