body {
	background: #fff;
}

.cover {
	position: relative;
}


@media (min-width: 1200px) {
	.cover {
		height: 680px;
		border-bottom: 2px solid #FFF;
		box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	}
}
@media (max-width: 1199px) {
	.cover {
		padding-top: 66px;
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.cover-slick {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
}
@media (max-width: 1199px) {
	.cover-slick {
		height: 400px;
	}
}

.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;
}


/**/

/**/


/**/
@media (min-width: 1200px) {
	.bottom {
		position: absolute;
		bottom: 0;
		right: 5%;
		width: 90%;
	}
}

.activity-search {
	background: rgb(106 167 56);
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 20px 20px 0 0;
}
.activity-search h2 {
	font-size: 1.2rem;
	padding: .5rem 0;
	margin: 0;
}
.activity-search > div > div {
	display: inline-block;
	padding: 0 5px;
}
.activity-search .form-control {
	width: 200px;
	border-radius: 2rem;
	border: 1px solid #fff;
}
.activity-search .btn {
	border-radius: 2rem;
	border: 1px solid #111;
}
.activity-search .btn-primary {
	background: #0c5888;
	border: 1px solid #0c5888;
}

@media (max-width: 1289px) {
	.activity-search .arrow {
		display: none;
	}
}

@media (max-width: 1199px) {
	.activity-search .arrow {
		display: none;
	}
	.activity-search > div > div {
		display: block;
		margin-bottom: .5rem;
	}
	.activity-search .form-control {
		margin: 0 auto;
	}
}



/**/

.t {
	position: relative;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

.events .t {
	color: #f09e19;
}


/**/

.article {
    color: inherit;
    margin-bottom: 2rem;
    display: block;
    background: #fff;
    border-radius: 2rem;
    padding: 1rem;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.article h3 {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}

.article .pic {
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 1rem;
	margin: .5rem 0;
	margin-bottom: 1rem;
	position: relative;
}

.article .order {
	position: absolute;
    bottom: 15px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	background: #3f8be3;
	border-radius: 15px;
	padding: .5rem 1rem;
	color: #fff;
	font-size: 1.2rem;
	
	display: none
}

.article img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.article .read-more {
	text-align: center;
	
	background: #3f8be3;
	border-radius: 15px;
	padding: .25rem 1rem;
	color: #fff;
	display: inline-block;
}

/**/


.read-more.btn-primary {
	border: 0;
    background: #f09e19;
    color: #000;
    padding: .25rem 1rem;
    border-radius: 2rem;
    color: #fff;
}





/* */
.calendar {
	max-width: 440px;
	margin: 0 auto;
}
.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: 0;
	border-collapse: collapse;
	
	/* padding: 1rem; */
	width: 100%;
	
	margin-bottom: 30px;
	
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 15px;
	
	
}

.calendar .tinyCalc th {
	text-align: center;
	background: #f09e19;
	color: #fff;
	padding: 10px 5px;
}

.calendar .tinyCalc td {
	
}

.calendar .tinyCalc td.hasEvents {
	background: #ffe5bb;
    font-weight: bold;
    border-radius: 15px;
}

.calendar .tinyCalc th:first-child {
	border-radius: 0 1rem 0 0;
}
.calendar .tinyCalc th:last-child {
	border-radius: 1rem 0 0 0;
}
.calendar .tinyCalc tr:last-child td:first-child {
	border-radius: 0 0 1rem 0;
}
.calendar .tinyCalc tr:last-child td:last-child {
	border-radius: 0 0 0 1rem;
}

.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 {
	
}

.calendar .tinyCalc td>div>a {
	display: block;
	text-align: center;
	color: #000;
	padding: .75rem;
}

.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: #ffe5bb;
	padding: 1rem;
	width: 250px;
	z-index: 999;
	border-radius: 1rem 0 1rem 1rem;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

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


/**/

.red-bottom {
	background: #ff9292;
	position: relative;
	text-align: center;
	padding: 1rem;
	margin-top: 120px;
}

.red-bottom:after {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 100%;
	height: 100px;
	background-image: url(images/red-bottom.png);
	background-size: 100% 100%;
	content: '';
	display: block;
}


/*
.ribbon {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #faa72b;
	color: #111;
	border-radius: 1rem;
	padding: .5rem;
	font-weight: bold;
}

*/

.ribbon {
	position: absolute;
	left: 8px;
    top: 1px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
	transform: scale(1.5);
	transform-origin: left top;
}
.ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}



/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: .5rem;
	background: rgb(179 201 52);
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #111;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

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

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}


/**/

.services {
	padding: 2rem 0;
}

@media (min-width: 1200px) {
	.services .services-list {
		display: flex;
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		align-items: center;
		justify-content: center;
	}
	.services .services-list > div {
		flex-shrink: 0;
		flex-grow: 1;
	}
	
	/*	
	.services .services-list:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 8px;
		right: 0;
		width: 100%;
		height: 40px;
		border-radius: 3rem;
		background: #229cc5;
		z-index: -1;
	}*/
}
@media (max-width: 1199px) {
	.services .services-list {
		text-align: center;
	}
	.services .services-list > div {
		display: inline-block;
	}
}
.services .service {
	text-align: center;
    min-width: 120px;
    margin: 1rem;
    display: block;
    font-weight: bold;
    box-shadow: 0 0 50px rgb(0 0 0 / 15%);
    border-radius: 2rem;
    padding: 1rem;
    border-bottom: 5px solid #f28402;
	color: #333;
}

.services-list > div:nth-child(2) .service {
    border-bottom: 5px solid #359998;
}
.services-list > div:nth-child(3) .service {
    border-bottom: 5px solid #c754aa;
}
.services-list > div:nth-child(4) .service {
    border-bottom: 5px solid #7462b6;
}


.services .service .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
}


/**/

.centered-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {

	.right-banner {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
	.left-banner {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
}

.side-banner a {
	display: flex;
    background: #111;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    height: 56px;
    align-items: center;
	min-width: 200px;
	justify-content: center;
	text-align: center;
}

.side-banner img {
	margin: 0 .75rem;
}

.side-banner.right-banner a {
	border-radius: 2rem 0 0 2rem;
	background: #3f728f;
}

.side-banner.left-banner a {
	border-radius: 0 2rem 2rem 0;
	background: #ce6975;
}

@media (max-width: 991px) {
	.side-banner a {
		border-radius: 2rem !important;
	}
}

/**/

.fast-navigation {
	text-align: center;
}

@media (min-width: 1200px) {
	.fast-navigation {
		position: absolute;
		top: 50%;
		left: 0;
		margin-right: -50%;
		transform: translate(0, -50%);
		background: rgb(250 164 26);
		border-radius: 0 2rem 2rem 0;
		padding: 2rem 1rem;
	}
}

@media (max-width: 1199px) {
	.fast-navigation {
		max-width: 300px;
		margin: 3rem auto;
		position: relative;
		background: #70ab38;
		text-align: center;
		border-radius: 2rem;
		padding: 1rem;
	}
}


.fast-navigation h2 {
	background: #ce393e;
    color: #fff;
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
    position: absolute;
    top: -19px;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.fast-navigation label {
	display: block;
	margin: 0;
	margin-top: .75rem;
}

.fast-navigation select {
	display: block;
	border-radius: 2rem;
	background: rgba(255,255,255,1);
	padding: .5rem 1rem;
	width: 100%;
	border: 0;
	width: 250px;
	margin: 0 auto;
}

.fast-navigation button {
	margin-top: .75rem;
    display: inline-block;
    border: 0;
    border-radius: 2rem;
    background: #ce393e;
    color: #fff;
    padding: .2rem 1rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: -14px;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, 0);
}



/**/

.article2 {
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.article2:hover {
	color: #fff;
}

.article2 .info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 1rem;
	
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	
	padding-top: 3rem;
}

.article2 .info h3 {
	margin: 0;
}

.article2 img {
	width: 100%;
}


.facebook-plugin-box {
	background: #3a5897;
	border-radius: 2rem;
	padding: 1rem;
}