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

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

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

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

.show {
	display: block;
}

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

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

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

/* HEADER AFTER */

.header-after{
  padding-top: 90px;
  padding-bottom: 140px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}

.header-after .container{
  position: relative;
}

.header-after .info {
	font-size: 22px;
	font-weight: 500;
	word-wrap: break-word;
}

.header-after .info .date-time {
	padding-top: 24px;
}

.header-after .info .date-time .initial-date {
	display: inline-block;
	padding-right: 18px;
}

.header-after .info .date-time .final-date {
	display: inline-block;
	padding-left: 52px;
}

.header-after .info .icon {
	margin-right: 7px;
}

.header-after .event-title {
	font-size: 80px;
	font-weight: 800;
	word-wrap: break-word;
}

.header-after .button {
	padding-top: 26px;
}

.header-after .button>a {
	color: #ffffff;
}

.header-after .button button {
	width: 294px;
	height: 55.9px;
	border-radius: 6px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
}

.header-after .social-icons {
	position: absolute;
	bottom: -90px;
	right: 0;
}

.header-after .social-icons .icon {
	width: 43px;
	height: 43px;
	display: inline-block;
	color: #ffffff;
	margin-right: 10px;
	line-height: 43px;
	font-size: 26px;
	text-align: center;
}

.header-after .social-icons .icon>a {
	color: rgba(250, 250, 250, .9);
}

.header-after .social-icons .icon>a:hover {
	color: rgba(250, 250, 250, 1);
}


@media(max-width:767px) {
	.header-after{
		text-align: left;
		padding-top:70px;
		padding-bottom:100px;
	}

	.header-after .event-title {
		font-size: 34px;
		padding-top: 50px;
	}

	.header-after .info {
		font-size: 17px;
		font-weight: 500;
	}

	.header-after .info .date-time {
		padding-top: 18px;
	}

	.header .info .date-time .initial-date {
		display: inline-block;
		padding-right: 0;
	}

	.header-after .info .date-time .final-date {
		display: inline-block;
		padding-left: 16px;
	}

	.header-after .social-icons {
		right:10px;
	}

	.header-after .social-icons .icon{
		width: 27px;
	}

	.header-after .button {
		padding-top: 49px;
	}

	.header-after .button button {
		width: 294px;
		height: 55.9px;
		font-size: 20px;
	}
}

@media(max-width:400px) {
	.header-after .info {
		font-size: 14px;
	}

	.header-after .button button {
		width: 100%;
	}
}

/* TICKETS */
.tickets {
	background-color: #161616;
	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: #ffffff;
	text-transform: uppercase;
	word-wrap: break-word;
}

.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;
	word-wrap: break-word;
}

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

.tickets .card .date {
	font-size: 16px;
	line-height: 1.19;
	text-align: center;
	color: #7f8c8d;
	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;
	}
}




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 .events p.no-results {
	color: #fff;
}

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

/* FOOTER*/

.footer {
	height: 116px;
	background-color: #161616;
	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%;
}

.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:767px) {
	.menu-icons {
		font-size: 25px;
	}
}

@media(max-width:457px) {
	.menu-icons {
		padding-right: 0;
	}
}

section:nth-child(odd) {
	background-color: #333333!important;
}

section:nth-child(even) {
	background-color: #161616!important;
}

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