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

a {
	cursor: pointer;
	text-decoration: none;
}

.row {
	margin: 0 !important;
}

.supreme-container {
	position: relative;
	height: 100%;
}

.print{
  display: none;
}

.no-print{
  display: block;
}

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

.background-secondary-color {
	background-color: #161616;
}

.background-primary-color {
	background-color: #ec073e;
}

.text-color-primary {
	color: #ec073e;
}

.title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
	color: #333333;
	word-wrap: break-word;
}

.show {
	display: block;
}

.hide {
	display: none;
}

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

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

/* TICKETS */

.tickets {
	background-color: #ecf0f1;
	font-family: 'Montserrat', sans-serif;
}

.tickets .container {
	padding-top: 105.7px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 85.5px;
}

.tickets .countdown {
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding-top: 26.4px;
}

.tickets .countdown.active {
	display: flex;
}

.tickets .countdown .count-container {
	display: inline-block;
}

.tickets .countdown .count-container .text {
	text-align: center;
	font-size: 19px;
	color: #333333;
	text-transform: uppercase;
}

.tickets .countdown .count-container .number {
	text-align: left;
	font-size: 110px;
	font-weight: 800;
	line-height: 1.22;
	color: #ec073e;
}

.tickets .countdown .count-container .divider {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 97px;
	font-weight: 800;
	line-height: 1.22;
	color: #ec073e;
}

.tickets .cards-row {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tickets .card {
	padding: 0;
	margin-top: 20px;
	margin-right: 20px;
	height: 338px;
	width: 317px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

.tickets .card .type {
	font-size: 35px;
	font-weight: 800;
	line-height: 1.23;
	text-align: center;
	color: #333333;
	padding-top: 53px;
}

.tickets .card .price {
	font-size: 49px;
	font-weight: 800;
	line-height: 1.22;
	text-align: center;
	color: #667374;
	padding-top: 10px;
}

.tickets .card .date {
	font-size: 16px;
	line-height: 1.19;
	text-align: center;
	color: #667374;
	padding-top: 9px;
}

.tickets .card .button {
	padding-top: 24.8px;
	text-align: center;
}

.tickets .card .button button {
	width: 220px;
	height: 54.5px;
	border-radius: 6px;
	background-color: #ec073e;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	border: none;
}

.tickets .card .button button:disabled {
	width: 227px;
	height: 54.5px;
	border-radius: 6px;
	background-color: #ecf0f1;
	font-size: 24px;
	font-weight: 800;
	color: #ec073e;
	border: none;
}

.tickets .menu-container {
	padding-top: 40px;
}

.tickets .menu-icons {
	float: center;
	display: inline-block;
	line-height: 56px;
	padding: 0;
	padding-bottom: 0;
	font-size: 50px;
	color: rgba(127, 140, 141, .5);
}

.tickets .menu-icons .icon-left {
	display: inline-block;
	color: #ec073e;
	padding-right: 8px;
	cursor: pointer;
}

.tickets .menu-icons .icon-right {
	display: inline-block;
	color: #ec073e;
	padding-left: 8px;
	cursor: pointer;
}

@media(max-width:767px) {
	.tickets .container {
		padding-top: 62px;
		padding-bottom: 51.8px;
	}

	.tickets .card-container {
		padding-top: 66px;
		padding-left: 35px;
		padding-right: 35px;
	}

	.tickets .card {
		margin-right: 10px;
		margin-left: 10px;
	}

	.tickets .countdown .count-container .number {
		font-size: 25px;
		text-align: center;
		width: auto;
	}

	.tickets .countdown .count-container .divider {
		font-size: 25px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.tickets .countdown .count-container .text {
		font-size: 11px;
	}
}


/* AGENDA */

.agenda {
	font-family: 'Montserrat', sans-serif;
	background-color: #f3f6f6;
}

.agenda .container {
	padding-top: 80px;
	padding-bottom: 82px;
}

.agenda .filters {
	margin-top: 40px;
	border-radius: 4px;
	border: solid 1px #667374;
	color: #333333;
}

.agenda .filters .main {
	padding-top: 13px;
	padding-left: 13px;
	padding-bottom: 13px;
}

.agenda .main .main-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	word-wrap: break-word;
}

.agenda .main .main-icon {
	float: right !important;
	margin-right: 15px;
	display: inline-block;
	color: #667374;
	font-size: 18px;
}

.agenda .main[aria-expanded=true] .main-icon .fa-caret-down {
	display: none;
}

.agenda .main[aria-expanded=false] .main-icon .fa-caret-up {
	display: none;
}

.agenda .filters .options {
	padding-top: 56px;
	padding-left: 27px;
}

.agenda .filters .titles {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.21;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.agenda .filters .description {
	padding-top: 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	text-align: left;
	color: #667374;
	word-wrap: break-word;
}

.agenda .checkbox-container {
	margin-top: 20px;
}

.agenda .form-inline input[type="checkbox"] {
	display: none;
}

.agenda .form-inline label {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	width: auto;
	height: auto;
	border-radius: 6px;
	border: solid 1px #667374;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	color: #667374;
	word-wrap: break-word;
}

.agenda .form-inline input[type="checkbox"]+label:after {
	display: inline-block;
	content: "\f0c8";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-left: 8px;
	color: #667374;
	border-radius: 4px;
}

.agenda .form-inline input[type="checkbox"]:checked+label:after {
	display: inline-block;
	content: "\f14a";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	border-radius: 4px;
}

.agenda .form-inline input[type="checkbox"]:checked+label {
	border: solid 2px #333333;
	background-color: #333333;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.19;
	text-align: left;
	color: #ffffff;
}

.agenda .filters .buttons {
	margin-top: 50px;
	padding-left: 27px;
	padding-bottom: 30px;
}

.agenda .filters .buttons .button1 {
	display: inline-block;
	line-height: 54.5px;
	border: none;
	width: 227px;
	height: 54.5px;
	border-radius: 6px;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
}

.agenda .filters .buttons .button2 {
	display: inline-block;
	margin-left: 10px;
	border: none;
	width: 227px;
	height: 54.5px;
	border-radius: 6px;
	background-color: #e9e9e9;
	font-size: 24px;
	font-weight: 800;
	line-height: 54.5px;
	color: #667374;
	text-align: center;
}

.agenda .tab-content>.active {
	display: flex;
}

.agenda .agenda-tabs {
	margin: 0;
	padding-top: 60px;
}

.agenda .events-container {
	width: 100%;
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.agenda .card {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 6px;
	width: 275px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.agenda .card-info {
	padding-top: 26.9px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 65px;
}

.agenda .card-container {
	padding-right: 10px;
}

.agenda .event-title {
	font-size: 21px;
	font-weight: 800;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.agenda .description {
	padding-top: 13.7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #6e7173;
	word-break: break-word;
}

.agenda .time {
	padding-top: 21.7px;
}

.agenda .time .text {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	word-wrap: break-word;
}

.agenda .time .number {
	font-size: 20px;
	font-weight: 800;
	text-align: left;
}

.agenda .initial-time {
	display: inline-block;
	color: #333333;
	padding-right: 15px;
}

.agenda .final-time {
	display: inline-block;
	color: #667374;
}

.agenda .buttons {
	padding-top: 21px;
}

.agenda .button1 {
  width: 100%;
  height: 36.8px;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.agenda .button1 button {
	width: 150px;
	height: 100%;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
}

.agenda .button1 button:disabled {
	background-color: #e9e9e9;
	font-size: 13px;
	font-weight: 800;
	color: #b4babb;
}

.agenda .button2 {
	float: center;
	display: inline-block;
	width: auto;
	height: 36.8px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.agenda .button2 button {
	background: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 36.8px;
	text-align: center;
	color: #667374;
	border: none;
}

@media(max-width:1199px) {
	.agenda .card {
		margin-top: 25px;
		margin-left: 18px;
		margin-right: 20px;
	}
}

@media(max-width:991px) {
	.agenda .card {
		margin-top: 50px;
		margin-left: 37px;
		margin-right: 43px;
	}
}

@media(max-width:767px) {
	.agenda .container {
		padding-top: 48.7px;
		padding-bottom: 48.6px;
		padding-left: 15px;
	}

	.agenda .filters {
		margin-top: 60px;
		margin-right: 3px;
		margin-left: 3px;
	}

	.agenda .form-inline .checkbox label {
		font-weight: bold;
	}

	.agenda .checkbox-container .checkbox {
		font-size: 19px;
		font-weight: bold;
	}

	.agenda .filters .buttons {
		margin-top: 40px;
		margin-left: 5px;
	}

	.agenda .filters .buttons .button1 {
		width: auto;
		padding-left: 7px;
		padding-right: 7px;
	}

	.agenda .filters .buttons .button2 {
		margin-left: 2px;
		padding-left: 7px;
		padding-right: 7px;
		width: auto;
	}

	.agenda .card {
		margin-top: 25px;
		margin-left: 17px;
		margin-right: 20px;
	}

	.agenda .events-container {
		padding-top: 20px;
	}

}

@media(max-width:663px) {
	.agenda .card {
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 5px;
	}
}

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

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

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

/* LOCATION */

.location {
	height: 100%;
	overflow: hidden;
}

.location .container {
	padding-top: 100px;
	padding-bottom: 0;
}

.location a,
.location a:hover{
	color: #ffffff;
}

.location .button {
	margin-top: 81px;
	width: 290px;
	height: 55.9px;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.22;
	color: #ffffff;
}

.location .button button {
	height: 100%;
	width: 100%;
	border-radius: 6px;
	border: none;
	text-transform: uppercase;
}

.location .image {
	width: 100%;
	height: 622.3px;
}

.location .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media(max-width:991px) {
	.location .container {
		padding-top: 46px;
		padding-bottom:0;
		padding-left: 28px;
		padding-right: 27px;
	}

	.location .text {
		padding-top: 57px;
	}

	.location .button {
		margin-top: 26px;
		margin-bottom: 35px;
	}

	.location .image {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		margin-top: 35px;
	}
}

@media(max-width:767px) {
	.location .title {
		width: auto;
	}

	.location .container {
		padding-top: 46px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.location .info-wrap {
		padding-left: 28px;
		padding-right: 27px;
	}

	.location .responsive {
		padding: 0;
	}

	.location .image {
		height: 383.9px;
		width: 100%;
	}

	.location .image img {
		height: 383.9px;
	}
}

@media(max-width:400px) {
	.location .button {
		width: auto;
	}
}


/* FOOTER*/

.footer {
	height: 116px;
	background-color: #ecf0f1;
	overflow: hidden;
}

.footer .container {
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.footer .inevent-logo {
	width: 220.1px;
	height: 46.9px;
	display: inline-block;
}

.footer .inevent-logo img {
	height: 100%;
}

/* PHOTOS */

.photos .container {
	padding-top: 140px;
	padding-bottom: 110px;
}

.photos .photos-container {
	padding-top: 100px;
	text-align: center;
}

.photos .photo {
	display: inline-block;
	margin: 2.5px 5px;
	overflow: hidden;
	position: relative;
	width: 30%;
	box-shadow: 1px 1px 8px -2px rgba(78,78,78,0.78);
	border-radius: 5px;
}

.photos .photo img {
	width: 100%;
	object-fit: cover;
}

/* CALENDAR TABS */
.calendar .tabs {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.23;
}

.calendar .tabs .calendar-display {
	display: inline-block;
}

.calendar .tabs>li {
	display: none;
	background: none !important;
}

.calendar .tabs a {
	height: 56px;
	background: none !important;
	color: #667374;
	line-height: 56px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 28px;
}

.calendar .tabs .active a:after {
	background: none repeat scroll 0 0 #ec073e;
	bottom: 4px;
	content: "";
	display: block;
	position: relative;
	width: 123px;
	height: 3px;
	border-radius: 6px;
	margin: 0 auto;
}

.calendar .tabs .active a,
.calendar .tabs .active a:hover,
.calendar .tabs .active a:focus {
	background: none !important;
	height: 56px;
	color: #333333;
	font-weight: 800;
}

.menu-icons {
	float: right;
	display: inline-block;
	line-height: 56px;
	padding: 0;
	padding-bottom: 0;
	font-size: 50px;
	color: rgba(127, 140, 141, .5);
  user-select: none;
}

.menu-icons .icon-left {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
	cursor: pointer;
}

.menu-icons .icon-right {
	display: inline-block;
	cursor: pointer;
}

@media(max-width:991px) {
	.calendar .tabs {
		font-size: 19px;
	}
}

@media(max-width:767px) {
	.calendar .tabs li {
		padding: 0;
		border: none;
	}

	.calendar .tabs a {
		padding-left: 0;
		margin: 0;
	}

	.calendar .tabs .active a:after {
		bottom: 11px;
		width: 69px;
		height: 1.7px;
	}

	.calendar .tabs {
		font-size: 17px;
	}

	.menu-icons {
		font-size: 25px;
	}
}

@media(max-width:457px) {
	.calendar .tabs a {
		padding-right: 10px;
	}

	.menu-icons {
		padding-right: 0;
	}
}

section:nth-child(odd) {
	background-color: #f3f6f6;
}

section:nth-child(even) {
	background-color: #ecf0f1;
}

#directory .bounds {
	width: auto !important;
	max-width: min(1200px, calc(100% - 80px));
}

#directory ul.events {
	width: 100%;
}

#directory section.cover,
#directory section.cover:before {
	height: 400px;
}
#directory section.events {
	padding-top: 40px;
}

section.events ul.events div {
	transition: transform .15s ease-in;
}