.cover {
	min-height: 100vh;
	position: relative;
}

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

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1>span {
	background: rgba(3, 25, 48, .9);
	color: #fff;
}

.cover-content h1>span>span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204, 211, 223, .8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/*first-articles*/

.first-articles {}

.first-articles div {}

.first-articles .article {
	position: relative;
}

.first-articles .article .absolute {

	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

.first-articles .article .box-title {
	position: absolute;
	bottom: 19%;
	width: 50%;
	right: 0px;
	background: rgb(255 255 255 / 0.9);
	padding: 2rem;
	padding-bottom: 1rem;
	z-index: 9;
}

@media(max-width:756px) {
	.first-articles .article .box-title {
		position: unset;
		bottom: unset;
		width: unset;
		right: unset;
		background: rgb(255 255 255 / 0.9);
		padding: 2rem;
		padding-bottom: 1rem;
		z-index: 9;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}

.first-articles .article .box-title .title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 43px;
}

.first-articles .article .box-title .sub-title {}

/* */
.calendar .title {
	display: block;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 1.2rem;
	margin-top: -5px;
	z-index: 99;
}

.calendar .tinyCalc {
	border-spacing: 7px;
	border-collapse: separate;
	background: #4e2f58;
	/* padding: 1rem; */
	width: 100%;
}

.calendar .tinyCalc th {
	text-align: center;
	width: 34px;
	height: 34px;
	background: #95829b;
	border-radius: 50%;
	color: #fff;
	clip-path: circle(41% at 50% 50%);

}

.calendar .tinyCalc td>div {
	position: relative;
}

.calendar .tinyCalc td.tinyCalcDay {
	/* width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	font-size: 1.15rem;
	padding: 0.15rem 0.25rem;
	clip-path: circle(41% at 50% 50%); */
}

.calendar .tinyCalc td.tinyCalcToday a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ee4036;
	clip-path: circle(46% at 50% 50%);
}

.calendar .tinyCalc td>div>a {
	display: block;
	text-align: center;
	color: #333;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	font-size: 1.15rem;
	padding: 0.15rem 0.25rem;
	clip-path: circle(41% at 50% 50%);
}

.calendar .hasEvents:hover>div>.day-content {
	display: block;
}

.calendar a,
.calendar a:hover {
	text-decoration: none;
}

.tinyCalc td .day-content {
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
	background: rgb(238 64 54 / 97%);
	padding: 1rem;
	width: 250px;
	z-index: 999;
}

.tinyCalc td .day-content a {
	color: white;
}


@media(max-width:1199px) {
	.calendar .tinyCalc {
		border-spacing: 10px;

	}

	.calendar {
		padding-top: 1rem;
	}

	.calendar .tinyCalc td.tinyCalcDay a {
		width: 80px;
		height: 80px;
		font-size: 1.5rem;
		line-height: 4.5rem;

	}

	.calendar .tinyCalc th {
		text-align: center;
		width: 66px;
		height: 66px;
		background: #95829b;
		border-radius: 50%;
		color: #fff;
		clip-path: circle(39.5% at 50% 50%);
		transform: translateX(10px);
	}

	.calendar .tinyCalc td.tinyCalcToday a {
		width: 80px;
		height: 80px;
		font-size: 1.5rem;
		line-height: 4.5rem;
	}
}

@media(max-width:991px) {
	.calendar .tinyCalc th {
		height: 90px;
		clip-path: circle(31.5% at 50% 50%);
		transform: translateX(24px);
	}
}

@media(max-width:768px) {
	.calendar .tinyCalc th {
		height: 116px;
		clip-path: circle(31.5% at 50% 50%);
		transform: translateX(5px);
	}
}




@media(max-width:576px) {


	.calendar .tinyCalc td.tinyCalcDay a {
		width: 40px;
		height: 40px;
		font-size: 1.25rem;
		line-height: 2.2rem;

	}

	.calendar .tinyCalc th {
		height: 52px;
		clip-path: circle(31.5% at 50% 50%);
		transform: translateX(3px);
	}

	.calendar .tinyCalc td.tinyCalcToday a {
		width: 40px;
		height: 40px;
		font-size: 1.25rem;
		line-height: 2.2rem;

	}
}


@media(max-width:360px) {
	.calendar .tinyCalc th {
		height: 65px;
		clip-path: circle(31.5% at 50% 50%);
		transform: translateX(0px);
	}
}


/**/


.news .news-toggle {
	position: absolute;
	top: .5rem;
	left: -.5rem;
	background: none;
	border: 0;
}

.news .news-marquee {
	height: 265px;
	overflow: hidden;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.news .item {
	margin-bottom: .75rem;
	display: block;
	color: inherit;
}

.news .item time {
	color: #007e3d;
}

.news .item h3 {
	font-size: 1rem;
}

.news .item p {
	margin: 0;
}

.news .title {
	display: block;
	padding: 0.25rem 0rem;
	font-weight: bold;

	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 1.2rem;
	/* letter-spacing: -2px; */
}

.news .box-body {
	background: #fff;
}

.news .news-marquee .title {
	font-size: 1.2rem;
	margin-bottom: 0rem;
	text-align: right;
	padding-right: 18px;
}

.news .news-marquee .sub-title {
	position: relative;
	padding: 0rem 1rem;
	display: block;
	width: 100%;
	padding-bottom: 1rem;
}

.news .news-marquee .sub-title:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid black;
}

/*pairs*/
.pairs .pair .title {
	position: absolute;
	bottom: -15px;
	left: 15px;
	right: 15px;
	background-image: url(images/strip2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	color: white;
	padding-top: 108px;
	padding-right: 28px;
	font-size: 1.2rem;
	height: 123px;
}

.pairs .mx-auto:nth-child(1) .title {
	background-image: url(images/strip.png);
}

.pairs .pair .title span {
	position: absolute;
	top: 40px;
	font-size: 1.5rem;
	font-weight: bold;
}

.space-height {
	position: relative;
	width: 100%;
	height: 100px;
}

/*bottom*/

.bottom {
	height: 166px;
	background: #ee4036;
	margin-bottom: 3rem;
}

.bottom img {
	margin-top: 15px;
}

/**/

@media(max-width:991px) {
	.pairs .img-fluid {
		width: 100% !important;
	}

	.pair a {
		margin-bottom: 2rem;
		display: block;
		position: relative;
	}

	.calendar .tinyCalc {
		border-spacing: 10px;
		border-collapse: separate;
		background: #4e2f58;
		padding: 1rem;
		width: 100%;
		height: auto;
	}


	.space-height {

		height: 2rem;
	}

	.first-articles {
		margin-bottom: 1rem;
	}
}

@media(max-width:1199px) {
	.pairs .pair .title {
		bottom: 0px;
		height: 217px;
		font-size: 1.5rem;
		padding-top: 64px;
	}

	.pairs .pair .title span {
		position: unset;
		top: unset;
		font-size: 3.25rem;
		font-weight: bold;
	}
}

@media(max-width:991px) {
	.pairs .pair .title {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: unset;
		color: white;
		padding-top: 80px;
		padding-right: 28px;
		font-size: 1.2rem;
		height: 244px;
	}

}

@media(max-width:768px) {
	.pairs .pair .title {
		bottom: 0px;
		height: 184px;
		font-size: 1.5rem;
		padding-top: 64px;
	}

	.pairs .pair .title span {
		position: unset;
		top: unset;
		font-size: 2.5rem;
		font-weight: bold;
	}
}





@media(max-width:576px) {
	.first-articles .article .box-title .title {
		font-size: 1.5rem;
		padding: 0rem;
		line-height: 24px;
	}

	.header {
		padding-bottom: 1rem;
	}



	.bottom img {
		margin-top: 38px;
	}

	.pairs .pair .title {
		bottom: 0px;
		height: 126px;
		font-size: 1.5rem;
		padding-top: 64px;
	}

	.pairs .pair .title span {
		position: relative;
		top: unset;
		font-size: 1.5rem;
		font-weight: bold;
		top: -19px;
	}

}


.sub-pages {}

.sub-pages .page {
	position: relative;
	min-height: auto;
}

.sub-pages .page {
	position: relative;
	min-height: auto;
}




.sub-pages .page .info {
	/*position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;*/
	background: white;
	border-top: 5px solid #ffcc32;
	height: 105px;
	padding: 0.25rem 0.5rem;
}

.sub-pages .page .info h3 {
	color: #1b92d1;
}

.sub-pages .page .info p {
	color: #000;
}

.sub-pages .page .info:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 50%;
	bottom: 0px;
	height: 5px;
	background: #4e2f58;

}

.page-cover {
	transform: none;
	background-size: 100%;
	background-repeat: no-repeat;
}



@media (max-width: 991px) {
	.calendar, .news {
		display: none;
	}
}