body {
	background: #fff;
}

.cover {
	height: 870px;
	position: relative;
}
.desktop{
    display:block;
}
.in-mobile{
    display:none;
}
@media (max-width:991px){
    .in-mobile{
    display:block;
    }
    .desktop{
    display:none;
    }
}
@media (max-width: 1199px) {
	.cover {
		height: 1000px;
	}
}

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

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


/**/

.services {
	position: absolute;
	top: 250px;
	right: 0;
	width: 253px;
}

.service {
	display: block;
	background: #fff;
	border-radius: 10px 0 0 10px;
	margin-bottom: 2rem;
	position: relative;
	font-size: 1.3rem;
	padding: 1rem;
	padding-right: 60px;
	color: #fff;
	
	transform-origin: right;
}

.services-list > div:nth-child(1) .service {
	background: #f49200;
}
.services-list > div:nth-child(2) .service {
	background: #30776c;
}
.services-list > div:nth-child(3) .service {
	background: #3081a7;
}
.services-list > div:nth-child(4) .service {
	background: #51742e;
}
.services-list > div:nth-child(5) .service {
	background: #2574a4;
}

.service .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	
	height: 100%;
	width: 50px;
	text-align: center;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}

.service:hover {
	transform: scale(1.1);
	
	color: #fff;
}

/**/


/**/

.activity-search {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(50,130,118,.85);
	color: #fff;
	text-align: center;
	padding: 10px;
}
.activity-search h2 {
	font-size: 1.2rem;
	padding: .5rem 0;
}
.activity-search > div > div {
	display: inline-block;
	padding: 0 5px;
}
.activity-search .form-control {
	width: 200px;
	border-radius: 10px;
}
.activity-search .btn {
	border-radius: 10px;
}
.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;
}
.articles .t {
	color: #f09e19;
}
.events .t {
	color: #f09e19;
}

/**/

.article {
	color: inherit;
	margin-bottom: 1rem;
	display: block;
}

.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: #fff;
	color: #000;
	padding: 0;
}





/* */
.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: #f1f1f1;
    border-radius: 15px;
	
	
}

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

.calendar .tinyCalc td {
	background: #f0f0f0;
}
.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;
}

/**/


.dark-contrast .service figcaption {
	background: #111 !important;
	color: yellow !important;
}
.dark-contrast .events .t {
	color: #000 !important;
}
.dark-contrast .calendar .tinyCalc th {
	background: #111 !important;
	color: yellow !important;
}
.dark-contrast .article .read-more {
    background: #1c4377;
}
