@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/Segoe-UI.ttf') format('woff2'),
	url('../fonts/Segoe-UI.ttf') format('woff'),
	url('../fonts/Segoe-UI.ttf') format('truetype');
}

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

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

.row {
	margin: 0;
}

.col-lg-12,
.col-sm-12,
.col-xs-12,
col-md-12,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1 {
	padding: 0;
}

body {
	background-color: #ecf0f1;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.empty {
	width: 100%;
	text-align: center;
	color: #cccccc;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 20px;
	word-wrap: break-word;
}

.background-primary-color {
	background-color: #0e4ead;
}

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

.text-color-primary {
	color: #0e4ead;
}

.print{
  display: none;
}

.no-print{
  display: block;
}


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




/* TICKETS */

.tickets {
	height: 734px;
	width: 100%;
	background: url(../images/tickets/tickets.png);
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/tickets/tickets.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	overflow: hidden;
}

.tickets .container {
	padding-top: 88px;
}

.tickets .icon {
	width: 37px;
	height: 33.8px;
	margin: 0 auto;
}

.tickets h2 {
	padding: 0;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}




.tickets .tickets-info {
	padding-top: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column
}

.tickets .tickets-info .align {
	display: inline-block;
}

.tickets .tickets-info .row2 {
	padding-top: 91px;
}

.tickets .tickets-info .ticket-container {
	padding-right: 23px;
}

.tickets .tickets-info .ticket-container .type {
	font-size: 16px;
	text-align: center;
}

.tickets .tickets-info .ticket-container .type .normal {
	display: inline-block;
}

.tickets .tickets-info .ticket-container .type .bold {
	font-weight: bold;
	display: inline-block;
}

.tickets .tickets-info .ticket-container .date {
	font-size: 14px;
	text-align: center;
}

.tickets .tickets-info .ticket-container .date:after {
	background: none repeat scroll 0 0 #ffffff;
	bottom: -7.5px;
	content: "";
	display: block;
	position: relative;
	width: 39px;
	height: 1px;
	margin: 0 auto;
}

.tickets .tickets-info .ticket-container .date p {
	font-size: 14px;
	text-align: right;
}

.tickets .tickets-info .ticket-container .price {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 19px;
}

.tickets .tickets-info .go-container {

	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.tickets .tickets-info .go-container .go {
	position: absolute;
	top: -67px;
	right: -15px;
	font-size: 14px;
}


.tickets .tickets-info .icons {
	margin-top: 33.6px;
	font-size: 30px;
}

.tickets .tickets-info .icon-left {
	display: inline-block;
	color: rgba(255, 255, 255, .5);
}

.tickets .tickets-info .icon-right {
	margin-left: 20px;
	display: inline-block;
	color: rgba(255, 255, 255, .5);
}

.tickets .tickets-info .icon-left.active,
.tickets .tickets-info .icon-right.active {
	color: #fcb334;
}

@media(max-width:991px) {
	.tickets .tickets-info {
		padding-top: 23.9px;
	}
	.tickets .tickets-info .row2 {
		padding-top: 47.9px;
	}
	.tickets .tickets-info .ticket-container .type {
		font-size: 20px;
	}
	.tickets .tickets-info .ticket-container .date {
		font-size: 18px;
	}

	.tickets .tickets-info .ticket-container .date:after {
		background: none repeat scroll 0 0 #ffffff;
		bottom: -7.5px;
		content: "";
		display: block;
		position: relative;
		width: 53.8px;
		height: 1px;
		margin: 0 auto;
	}

	.tickets .tickets-info .ticket-container .price {
		font-size: 26px;
	}
	.tickets .tickets-info .responsive {
		padding-top: 47.9px;
	}
}

/* FOOTER*/

.footer {
	height: 93px;
	background-color: rgba(127, 140, 141, .2);
	border: solid 1px rgba(149, 152, 154, .2);
	overflow: hidden;
}

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

.footer .text {
	height: 100%;
	line-height: 93%;
	color: #808b8c;
	font-size: 14px;
	display: inline-block;
	margin: auto;
}

.footer .inevent-logo {
	width: 180px;
	height: 38.4px;
	display: inline-block;
}

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


/* EVENTS */

section.events {
	padding-top: 67px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

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 > div{
	padding: 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;
}

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