html,
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body.modal-open .supreme-container {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

a {
	cursor: pointer;
}

.row {
	margin: 0 !important;
}

.event-description img {
	max-width: 100%;
	height: auto;
}

.empty {
	padding-top: 50px;
	font-size: 21px;
	padding-bottom: 50px;
	text-align: center;
	color: #bbb;
	word-wrap: break-word;
}

.empty-card {
	border-radius: 6px;
	width: 275px;
	background-color: none;
}

.no-print,
.show {
	display: block;
}

.print,
.hide {
	display: none;
}

.button-full button {
	height: 28px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 4px;
	background-color: #00a7ac;
	margin-top: 21px;
	border: none;
	line-height: 28px;
	font-weight: 900;
}

.button-full > a,
.button-full > a:hover {
	color: #fff;
}

section.strip:nth-child(odd) {
	background-color: #f2f2f2;
}

section.strip:nth-child(even) {
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.title {
		font-size: 22px;
	}

	.title:after {
		width: 80px;
	}

	.button-full button {
		width: 290px;
		height: 49px;
		margin-top: 35px;
	}
}





/* EVENTS */

section.events button {
	margin: 0;
	padding: 0;
}

section.events {
	padding-bottom: 60px;
}

section.events .title {
	margin-bottom: 40px;
}

section.events .filters {
	padding: 0 20px;
}

section.events ul.events {
	list-style: none;
	padding: 0;
	display: table;
	margin: 10px auto;
	padding: 20px 0;
}

section.events ul.events li {
	margin: 0 auto;
	display: table;
	padding: 10px 0;
	box-sizing: border-box;
}

section.events ul.events li a,
section.events ul.events li a:link,
section.events ul.events li a:visited,
section.events ul.events li a:active,
section.events ul.events li a:hover {
	display: block;
	cursor: pointer;
	color: #222222;
	width: 100%;
}

section.events ul.events li .cover {
	width: 100%;
	height: 135px;
	display: block;
	border-radius: 4px 4px 0px 0px;
	object-fit: cover;
}

section.events ul.events li .details {
	display: grid;
	padding: 10px;
	background-color: #fefefe;
	border-radius: 0px 0px 4px 4px;
	width: 100%;
}

section.events ul.events li .details .name {
	display: block;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 600;
	word-wrap: break-word;
	margin: 10px 0;
}

section.events ul.events li .details .date {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #808080;
	word-wrap: break-word;
}

section.events ul.events li .details .location {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #808080;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.events ul.pagination {
	display: table;
	margin: 0 auto;
}

section.events ul.pagination li {
	cursor: pointer;
}

section.events .events p.no-results {
	text-align: center;
}

section.events .btn.btn-default {
	padding: 16px 0;
	line-height: 4px;
	margin: 0;
}
