.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-nav.disabled {
  display: none;
}
.owl-nav.disabled:before,
.owl-nav.disabled:after {
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 15px/15px "Material Design Icons";
  color: #c3c3c9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c3c3c9;
  padding: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.owl-prev:hover,
.owl-next:hover {
  background: #ff3535;
  color: #ffffff;
}
.owl-prev {
  left: 0;
}
.owl-prev:before {
  content: '\f14a';
}
.owl-next {
  right: 0;
}
.owl-next:before {
  content: '\f14f';
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  transition: box-shadow 0.3s ease;
}
.owl-dot:hover,
.owl-dot:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.owl-dot.active {
  box-shadow: inset 0 0 0 8px #000;
}
.mod_owl_carousel.custom-nav .owl-next {
  right: 0;
  top: -61px;
}
.mod_owl_carousel.custom-nav .owl-prev {
  left: auto;
  right: 35px;
  top: -61px;
}
.mod_owl_carousel__custom-owl {
  padding: 0 30px;
}
.mod_owl_carousel__custom-owl .box .img-block {
  display: block;
  max-width: 84px;
  float: left;
  margin-right: 10px;
}
.mod_owl_carousel__custom-owl .box .img-block .item_img {
  margin: 0;
}
@media (max-width: 767px) {
  .mod_owl_carousel__custom-owl .box .img-block {
    max-width: none;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.mod_owl_carousel__custom-owl .box .title-block {
  padding-top: 2px;
}
.mod_owl_carousel__custom-owl .box .title-block .item_title {
  line-height: 19px;
}
@media (max-width: 991px) {
  .mod_owl_carousel__custom-owl .box .title-block .item_title {
    font-size: 12px;
    line-height: 14px;
  }
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_img {
  margin: 0;
  margin-bottom: 10px;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_img .image_content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_img .image_content .tags span {
  margin-top: 5px;
  margin-bottom: 0;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_title {
  min-height: 60px;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content + .owl-item_content {
  margin-top: 31px;
}
.mod_owl_carousel__owl3row .owl-item .owl-item_content .item_introtext {
  display: none;
}
.mod_owl_carousel__owl2row .owl-item_content .item_introtext {
  display: none;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mod_owl_carousel__owl2row .owl-item_content .item_content {
    height: 250px;
  }
}
@media (min-width: 320px) {
  .mod_owl_carousel__owl2row .owl-item_content .item_content .item_img {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
    margin: 0;
  }
  .mod_owl_carousel__owl2row .owl-item_content .item_content .item_img img {
    left: 50%;
    max-width: none;
    min-height: 101%;
    min-width: 101%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .mod_owl_carousel__owl2row .owl-item_content .item_content .item_img img {
    width: auto;
  }
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img {
  margin: 0;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content {
  z-index: 1;
  padding: 40px 20px 22px 20px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) -10%, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) -10%, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) -10%, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#b3000000', GradientType=0);
  
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .tags-block {
  position: absolute;
  top: 21px;
  left: 20px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .tags-block .tags {
  margin: 0;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box {
  z-index: 1;
  position: relative;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block {
  margin-bottom: 4px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .publish-date {
  float: left;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .publish-date .item_published {
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-right: 17px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .publish-date + div {
  position: relative;
  padding-left: 17px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .publish-date + div:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .comment-block {
  display: inline-block;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .info-block .comment-block .komento a {
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .title-block .item_title a {
  color: #ffffff;
  line-height: 24px;
}
.mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box .title-block .item_title a:hover {
  color: #ff3535;
}
@media (min-width: 768px) {
  .mod_owl_carousel__owl2row .owl-item_content .item_content .item_img-content .content-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.mod_owl_carousel__owl2row .owl-item_content + .owl-item_content {
  margin-top: 2px;
}