
.button-play-shape:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.1);
}

div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.owl-carousel-top {
	width: 66.66%;
    margin-left: 33.33%;
}

.button-play-shape {
	transition: all .3s ease-in-out;
}

a.button-play {
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a.button-play:hover, a.button-play:focus {
	text-decoration: none;
}

.button-play::before {
    font-size: 20px;
}

.mdi-play:before {
    content: "\25B6";
	z-index: 3;
    color: white;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.button-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 6px;
    border: 1px solid white;
	left: 65%;
    top: 45%;
}

.button-play-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    fill: none;
    stroke: white;
    stroke-width: 2px;

}

.context-dark .button-play-shape, .bg-gray-900 .button-play-shape, .bg-accent .button-play-shape {
    stroke: white;
}


@media (max-width: 749px) {
  .title-info,
  .map-ite {
    display: block;
    width: 100%;
    float: none; }

  .map-ite {
    margin-top: 20px;
    padding-left: 0; } }

@media (max-width: 645px) {
.block-slider {
    height: 500px !important;
	}
}