hr {
  height: 6px;
  background-image: radial-gradient(
    closest-side,
    hsla(0, 0%, 50%, 1.0),
    hsla(0, 0%, 50%, 0) 100%);
  position: relative;
}
hr:after {
  position: absolute;
  top:  50%;
  left: 50%;
  display:block;
  background-color: hsl(0, 0%, 75%);
  height: 12px;
  width:  12px;
  transform: rotate(45deg);
  margin-top:  -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}
@media(max-width: 768px) { 
.formaut #trigger span {display:none;}
.prenews {
	font-size: 22px !important;

}}

.prenews {
	font-size: 27px;
	line-height: 30px;
	padding: 10px;
	border-left: 4px solid #004F84;
	padding-left: 40px;
	background: #fafafa;
	font-style: italic;
}
.prenews:before {
	font-size: 32px;
	content: '"';
}
.prenews:after {
	font-size: 32px;
	content: '"';
}
yatag {
    height: fit-content!important;
}

@media (max-width: 991px){
	.jcarousel-wrapper.slider.slider-new {
		padding: 0 !important;
	}
}
@media screen and (max-width: 960px){
	.slider.slider-new.jcarousel-wrapper {
		margin: 5px 6px;
	}
}
	.jcarousel-control-prev.s2l1, .slider .jcarousel-control-next.s2l1 {
		margin-top: -30px !important;
	}
