body {
	background: #000;
	padding-top: 140px;
}

section {
	padding: 30px 0;
	background: #000;
}

#mate img {
	height: 60px;
}

#mate .ts-image img {
	height: 40px;
}

hr {
	border: none;
	background: no-repeat url('../img/line.svg') center / cover;
	height: 2px;
	width: 98%;
	margin-block-start: 80px !important;
	margin-block-end: 80px !important;
}

.first-bold td:first-child {
	font-weight: bold;
}

#team {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#team .ts-header {
	margin: 10px 0 15px;
}

nav {
	background: #000;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.ts-tab .item {
	padding: 4px !important;
	border: none;
}

.ts-tab .item.is-active {
	position: relative;
}

.ts-tab .item:after {
	position: absolute;
	bottom: 0;
	content: ' ';
	height: 2px;
	width: 90%;
	background: linear-gradient(90deg, #865d3d 2%, #8f613f 17%, #a86f44 41%, #b97848 55%, #dcb18c 56%, #d9ad87 66%, #d3a27a 77%,#c89065 89% , #b97848 100%);
	opacity: 0;
}

.ts-tab .item.is-active:after {
	opacity: 1;
}

.ts-tab div.item {
	cursor: default;
}

.ts-modal .ts-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
}

#speakers .column:hover {
	cursor: pointer;
}

#speakers .column:hover .ts-image {
	overflow: hidden;
}

tr.clickable:hover {
	background: #111;
	cursor: pointer;
}

.guests {
	display: none;
	margin-top: 20px;
}

.guests:first-child {
	display: flex;
}

#guest_tab .item,
.guests .ts-image:hover {
	cursor: pointer;
}

@media screen and (max-width: 1023px) {
	body {
		padding-top: 180px;
	}

	.ts-grid > .column {
		flex: var(--8-wide) !important;
		max-width: var(--8-wide) !important;
	}

	.guests .column {
		width: var(--4-wide) !important;
		flex: var(--4-wide) !important;
		max-width: var(--4-wide) !important;
	}

	nav .ts-grid > .column {
		justify-content: center;
		text-align: center;
	}

	nav img {
		width: 100px!important;
	}

	nav .ts-tab {
		justify-content: center !important;
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	nav .ts-grid > .column,
	#mate .ts-grid > .column {
		flex: var(--16-wide) !important;
		max-width: var(--16-wide) !important;
	}
}