.cover {
	height: 420px;
	position: relative;
}

.cover .toggle-slick {
	position: absolute;
	top: 180px;
	right: 15px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

.cover-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cover-slick div {
	height: 100%;

	background-repeat: no-repeat;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.float-btn{
    z-index:99;
    position:fixed;
    width:200px;
    top:50%;
    left:0;
    transform:translateY(-50%);
    height:100px;
    background-color:rgba(255,255,255,0.67);
    background-image:url('./images/float-btn.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    backdrop-filter:blur(5px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    @media (max-width:700px){
        width:125px;
        height:75px;
    }
}

.float-btn a{
    display:block;
    width:100%;
    height:100%;
}


/* New */



@media (min-width: 768px) {
	.news {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		width: 700px;
	}

	.news h2 {
		background: #c3262e;
		color: #fff;
		text-align: center;
		margin: 0 -15px;
		padding: 2rem 0;
		font-size: 2rem;
		position: relative;
	}

	.news h2:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 15px 15px 15px 0;
		border-color: transparent #c3262e;
		display: block;
		width: 0;
		z-index: 1;
		left: -15px;
		top: 50%;
		margin-top: -15px;
	}
}

@media (max-width: 767px) {
	.news {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		width: 90%;
	}

	.news h2 {
		background: #c3262e;
		color: #fff;
		text-align: center;
		padding: .5rem;
		font-size: 1.3rem;
		margin: 0;
	}
}




.news-slick,
.news-slick div {
	height: 100%;
}

.news-slick {}

.news-slick a {
	color: #000;
	padding: 1.5rem;
	display: block;
}

.news-slick a p {
	margin: 0;
}

.news-slick a:hover {
	text-decoration: none;
}

.news-slick button {
	width: 28px;
	height: 28px;
	background: #c3262e;
	padding-top: 6px;
}

.news-slick button:hover,
.news-slick button:focus {
	background: #000;
}

.news-slick button:before {
	font-size: 14px !important;
}

.news-slick .slick-prev {
	top: auto;
	right: auto;
	bottom: 0;
	left: 29px;
}

.news-slick .slick-next {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

/**/

.articles,
.events,
.tags {
	padding: 2rem 0;
}

.articles h2,
.events h2,
.tags h2 {
	text-align: center;
	color: #c3262e;
}

.articles .read-more,
.events .read-more,
.tags .read-more {
	display: inline-block;
	padding: .25rem .75rem;
	background: #fff;
	border: 1px solid #c3262e;
	color: #000;
	margin-top: 15px;
}

.articles .read-more em {
	color: #c3262e;
}

.articles article a:hover {
	text-decoration: none;
}

.articles article {
	margin: 15px 0;
	display: block;
}

.articles article img {
	display: block;
	width: 100%;
}

.articles article .pic {
	position: relative;
}

.articles article .pic h3 {
	background: #c3262e;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .75rem;
	margin: 0;
	font-size: 1.3rem;
}

.articles article p {
	margin: 0;
	margin-top: .5rem;
	color: #000;
}

/**/

.events {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

a.simple-event {
	display: block;
	background: #fff;
	margin: 15px;
	color: #000;
	border: 1px solid #c3262e;
}

.simple-event .icon {
	float: right;

	min-width: 120px;
	height: 100px;
	background: #c3262e;
	color: #fff;
	padding: 1rem;
}

.simple-event .icon>span {
	display: block;
	text-align: center;
}

.simple-event .icon>span.day {
	font-size: 2em;
}

.simple-event .name {
	font-size: 1em;
	padding: 1rem;
	height: 90px;
	overflow: hidden;
}

.simple-event .location {
	margin-top: 10px;
	color: #333;
}

/**/

.tags ul {
	list-style: none;
	padding: 0;
	margin: 0;

	text-align: center;
}

.tags ul li {
	display: inline-block;
	margin: .5rem .5rem;
}

.tags ul li a {
	display: inline-block;
	padding: .2rem .5rem;
	background: #f1f1f1;
	border: 1px solid #ddd;
	color: #4d4d4e;
}

/**/

.pirs {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 2rem;
	padding-bottom: .5rem;
	background: #f1f1f1;
}

.all-news {
	position: absolute;
	bottom: -31px;
	left: 15px;
	color: #ffffff !important;
	background: #c3262e;
	padding: 0.1rem 0.5rem;
}