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

a {
	cursor: pointer;
}

.row {
	margin: 0 !important;
}

.title {
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.18;
	color: #333333;
	word-wrap: break-word;
}

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

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

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

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

.print,
.hide {
	display: none;
}

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

/* HEADER */

.header {
	width: 100%;
	height: auto;
	color: #ffffff;
	background: none;
	position: relative;
	margin-top: -100px;
}

.header .container {
	height: 100%;
}

#navbar .container {
	display: flex;
    align-items: center;
}

.header .header-content {
	height: 90vh;
	position: relative;
}

.header .background-circle {
	height: 140vw;
	width: 140vw;
	overflow: hidden;
	z-index: -2;
	position: absolute;
	right: 0;
	bottom: 100px;
	border-radius: 50%;
}

.header .img-large-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.header .img-small-container {
	position: absolute !important;
	bottom: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

.header .img-wrap {
	position: relative !important;
	height: 100%;
	margin-left: 10%;
}

.header .background-img {
	height: 100%;
	width: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-blend-mode: multiply !important;
	background-repeat: no-repeat !important;
}

.header .header-info {
	height: 70vh;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 100px;
}

.after-cover {
	color: #333;
}

.top-cover {
	color: #ffffff;
}

.header-title {
	max-width: 800px;
	font-family: "Lato", sans-serif;
	font-size: 70px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	word-wrap: break-word;
	line-height: 1;
}

.header-info-container {
	max-width: 700px;
	padding-top: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	word-wrap: break-word;
}

.header-address {
	display: inline-block;
	padding-right: 30px;
	word-wrap: break-word;
}

.header-date {
	padding-top: 14px;
	display: inline-block;
}

.header-date .initial-date {
	display: inline-block;
	padding-right: 30px;
}

.header-date .final-date {
	display: inline-block;
}

.header-date .calendar-icon,
.header-address .address-icon {
	margin-right: 7px;
}

.sign-up {
	margin-top: 45px;
	width: 254.3px;
	height: 54.7px;
	border-radius: 33px;
	background-color: #ffb400;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.21;
	text-align: center;
	color: #ffffff;
	border: none;
	word-wrap: break-word;
}

.header .side-content {
	width: 500px;
	height: 460px;
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 5;
}

.header .circles-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.header .large-circle {
	height: 460px;
	width: 460px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 10px #ffffff;
}

.header .small-circle {
	font-family: "Lato", sans-serif;
	height: 160px;
	width: 160px;
	background-color: #34a3bc;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #f8f8f8;
}

.header .social-icons {
	text-align: center;
}

.header .social-icons .icon {
	width: 58px;
	height: 58px;
	display: inline-block;
	margin-right: 18px;
	line-height: 58px;
	font-size: 38px;
	border-radius: 50%;
	text-align: center;
	word-wrap: break-word;
}

.header .social-icons .icon > a {
	color: #ffffff;
}

@media (max-width: 1199px) {
	.header {
		margin-top: 0;
	}

	.header-title {
		font-size: 100px;
	}

	.header .header-info {
		height: auto;
		margin-top: 0;
		min-height: 55vh;
		position: relative;
		z-index: 6;
	}

	.header .side-content {
		width: 400px;
		height: 360px;
		bottom: 40px;
	}

	.header .large-circle {
		height: 330px;
		width: 330px;
	}

	.header .small-circle {
		height: 140px;
		width: 140px;
	}
}

@media (max-width: 1199px) and (min-height: 1000px) {
	.header .header-content {
		height: 60vh;
	}

	.header .header-info {
		height: 30vh;
	}
}

@media (max-width: 1199px) and (max-height: 700px) {
	.header .side-content {
		bottom: 0;
		right: -40px;
	}
}

@media (max-width: 991px) {
	.header .header-content {
		height: 100vh;
	}

	.header .header-info {
		height: auto;
		margin-top: 100px;
		min-height: 55vh;
		position: relative;
		z-index: 6;
	}

	.header .side-content {
		width: 400px;
		height: 360px;
		bottom: -40px;
		right: -30px;
	}

	.header .large-circle {
		height: 330px;
		width: 330px;
	}

	.header .small-circle {
		height: 140px;
		width: 140px;
	}
}

@media (max-width: 991px) and (min-height: 1000px) {
	.header .header-content {
		height: 75vh;
	}
}

@media (max-width: 767px) {
	.header .container {
		padding: 0;
	}

	.header .header-info {
		padding-left: 0;
	}

	.header-title {
		font-size: 40px;
		width: auto;
	}

	.header .info-container {
		font-size: 18px;
		width: auto;
	}

	.header-address {
		padding-right: 0;
	}

	.header .side-content {
		height: 300px;
		width: 300px;
		bottom: 10px;
		right: 0;
	}

	.header .small-circle {
		height: 120px;
		width: 120px;
		font-size: 16px;
	}

	.header .large-circle {
		height: 250px;
		width: 250px;
	}

	.header .social-icons .icon {
		height: 33px;
		width: 33px;
		font-size: 28px;
	}

	.header .header-info {
		padding: 25px;
	}

	.header .header-content {
		height: 80vh;
	}

	.header .background-circle {
		height: 140vh;
		width: 140vh;
		/* right: -50px; */
	}

	.header .img-large-container {
		height: 140vh;
		width: 140vh;
	}

	.header .side-content {
		right: -40px;
		bottom: -10px;
	}
}

@media (max-width: 400px) {
	.header .header-content {
		height: 100vh;
	}

	.sign-up {
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}


/* SECTIONS HEADERS AND FOOTERS */
.section-header, .section-footer  {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #95989a;
	margin: 25px 0;
	word-wrap: break-word;
}

.section-header.map-section, .section-footer.map-section{
	color: #000;
}

/* NAVBAR */

#navbar {
	font-family: "Lato", sans-serif;
}

#navbar.affix {
	width: 100%;
	z-index: 999;
	border-radius: 0 !important;
	border: none !important;
	position: fixed;
	top: 0;
	z-index: 9999;
}

#navbar.affix-top {
	z-index: 999;
	background: none !important;
	border: none !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

#navbar.affix + #main-tab-content {
	margin-top: 100px;
}

#navbar .navbar-brand {
	height: 100px;
}

#navbar .navbar-brand img {
	height: 40px;
	border-radius: 4px;
	margin-top: 15px;
}

#navbar .navbar-toggle {
	border: none !important;
	margin: 0;
}

#navbar .navbar-toggle:focus,
#navbar .navbar-toggle:hover {
	background: none !important;
	border: none !important;
}

ul.nav.nav-bar > li > a:hover {
	font-weight: bold;
	color: #fff;
}

#navbar .navbar-toggle .icon-bar {
	background-color: #ffffff !important;
	height: 4px;
	width: 30px;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active {
	background: none !important;
	color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: none !important;
	color: #ffffff;
	font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active {
	background: none !important;
	border: none !important;
	text-transform: uppercase;
	font-weight: bold;
	/* color: #fff !important; */
}

.navbar .navbar-right > li > a {
	padding-right: 0;
	height: 70px;
}

.navbar .avatar {
	width: 44px;
	height: 44px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	padding: 0;
	margin-top: 15px;
}

.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > .active a,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: none !important;
	color: initial;
	font-weight: bold;
}

.dropdown-menu > li > a {
	color: #000000 !important;
	padding: 5px 10px !important;
	background: none !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li {
	font-weight: bold;
}

.navbar .dropdown-menu {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background-color: #ffffff !important;
	-webkit-background-clip: none;
	background-clip: none;
	border: none;
	border-radius: 4px !important;
	padding: 0;
	height: 100%;
	color: #000 !important;
	margin: 0 !important;
	margin-top: 0px !important;
	text-align: center;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-header {
		float: none;
	}

	.navbar .navbar-collapse {
		border: none;
	}

	.navbar .navbar-toggle {
		display: block !important;
	}

	.navbar .navbar-collapse.collapse.in {
		display: block !important;
		padding-left: 0;
	}

	.navbar .navbar-collapse.collapse {
		display: none !important;
	}

	.navbar .navbar-nav {
		float: none !important;
	}

	.navbar .navbar-nav > li {
		float: none;
	}

	#navbar {
		position: absolute;
		z-index: 1;
		width: 100%;
		padding-left: 0;
	}

	.navbar .container > .navbar-collapse {
		padding-left: 0;
		margin-left: -15px;
	}

	.navbar-toggle {
		display: block;
		height: 100px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding: 5px 5px;
		line-height: 30px;
	}

	.navbar .navbar-right > li > a {
		height: 30px;
	}

	.navbar .dropdown-menu {
		background: none !important;
	}

	.navbar .dropdown-menu {
		margin-top: 0 !important;
	}

	#navbar.affix + #main-tab-content {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.navbar .container > .navbar-collapse {
		padding-left: 10px !important;
		margin: 0 !important;
	}

	.navbar-nav {
		margin-bottom: 0 !important;
	}

	#main-nav-bar {
		padding-left: 15px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding: 0 7px !important;
	}

	.container > .navbar-header {
		margin: 0 !important;
	}

	.navbar-nav {
		margin-top: 0 !important;
	}
}

/* ABOUT */

.about {
	font-family: "Raleway", sans-serif;
	position: relative;
}

.about .container {
	padding-top: 81px;
	padding-bottom: 64px;
}

.about .about-wrap {
	padding-left: 30px;
}

.about .about-flex {
	display: flex;
	align-items: center;
	min-height: 378px;
}

.about .about-text {
	font-family: "Hind", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #95989a;
	word-wrap: break-word;
	column-count: 2;
}

.about .about-img {
	width: 378px;
	height: 378px;
}

.about .about-img img {
	width: 378px;
	height: 378px;
	object-fit: cover;
	border-radius: 50%;
}

@media(max-width: 1199px) {
	.about .about-img,
	.about .about-img img {
		height: 318px;
		width: 318px;
	}
}

@media (max-width: 991px) {
	.dropdown-menu > li > a,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:active {
		color: white !important;
	}
	.about .about-img {
		height: auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.about .about-text {
		column-count: 1;
		padding-top: 30px;
	}

	.about .about-wrap {
		padding-left: 0;
	}

	.about .about-wrap {
		padding-left: 0;
		padding-top: 17px;
	}

	.about .about-flex {
		display: block;
		min-height: 200px;
	}
}

@media (max-width: 767px) {
	.about {
		padding-top: 50px;
	}

	.about .about-img img {
		width: 290px;
		height: 290px;
	}

	.about .container {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.about {
		padding-top: 0;
	}
}

/* COUNTDOWN */

.countdown {
	background-color: #f5f5f5;
	font-family: "Lato", sans-serif;
	display: none;
}

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

.countdown .description {
	height: 95px;
	padding-top: 25px;
	padding-left: 0;
	padding-right: 0;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	color: #8345de;
	display: flex;
	align-items: center;
	word-wrap: break-word;
	text-transform: uppercase;
}

.countdown .wrapper {
	display: flex;
	justify-content: left;
	padding: 0;
}

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

.countdown .count-container .text {
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	color: #333333;
	text-transform: lowercase;
}

.countdown .count-container .number {
	margin-top: -10px;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	color: #333333;
}

.countdown .count-container .divider {
	margin-left: 10px;
	margin-right: 10px;
	height: 90px;
	border: solid 2px #ffb400;
}

.countdown .btn {
	padding: 0;
	text-align: right;
	margin-top: 20px;
}

.countdown .btn button {
	width: 95%;
	height: 55.9px;
	border-radius: 28px;
	background-color: #ffb400;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.19;
	text-align: center;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	word-wrap: break-word;
}

@media (max-width: 1199px) {
	.countdown .description {
		padding-top: 0;
	}
}

@media (max-width: 991px) {
	.countdown .container {
		padding-top: 30px;
		padding-bottom: 38px;
	}

	.countdown .description {
		text-align: center;
	}

	.countdown .wrapper {
		margin-top: 18px;
	}

	.countdown .btn {
		margin-top: 40px;
		text-align: center;
	}

	.countdown .btn button {
		width: 294px;
	}
}

@media (max-width: 767px) {
	.countdown .description {
		font-size: 38px;
		justify-content: center;
	}

	.countdown .wrapper {
		justify-content: center;
	}

	.countdown .count-container .number {
		font-size: 36px;
	}

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

	.countdown .count-container .divider {
		height: 72px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.countdown .btn button {
		width: 274px;
	}
}

/* AGENDA */

.agenda {
	padding-top: 75px;
	padding-bottom: 75px;
	font-family: "Montserrat", sans-serif;
}

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

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

.agenda .main .main-icon {
	float: right !important;
	margin-right: 15px;
	display: inline-block;
	color: #7f8c8d;
	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: 36px;
	padding-left: 27px;
}

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

.agenda .filters .description {
	padding-top: 8px;
	font-size: 14px;
	text-align: left;
	color: #333333;
}

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

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

.agenda .form-inline label {
	margin-top: 10px;
	padding: 5px;
	margin-right: 10px;
	width: auto;
	height: auto;
	border-radius: 6px;
	border: solid 1px #7f8c8d;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #7f8c8d;
	display: inline-block;
}

.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: #7f8c8d;
	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: 6px;
}

.agenda .form-inline input[type="checkbox"]:checked + label {
	border: solid 1px #8345de;
	background-color: #8345de;
	color: #ffffff;
}

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

.agenda .filters .buttons .button1 {
	display: inline-block;
	border: none;
	width: 205.4px;
	height: 49.3px;
	border-radius: 27px;
	background-color: #ffb400;
	font-size: 21px;
	font-weight: 800;
	line-height: 49.3px;
	text-align: center;
	color: #ffffff;
}

.agenda .filters .buttons .button2 {
	display: inline-block;
	margin-left: 10px;
	border: none;
	width: 205.4px;
	height: 49.3px;
	border-radius: 27px;
	background-color: #e9e9e9;
	font-size: 21px;
	font-weight: 800;
	line-height: 49.3px;
	text-align: center;
	color: #7f8c8d;
}

.agenda .divider {
	margin-top: 20px;
	width: 100%;
	height: 0;
	border: solid 1px rgba(127, 140, 141, 0.3);
}

.agenda .calendar-container {
	padding-top: 51px;
}

.speakers .container-background,
.agenda .container-background {
	background-color: #ecf0f1;
	padding-bottom: 100px;
}

.agenda .cards-container {
	padding-top: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.agenda .cards-container .card {
	margin-top: 30px;
	margin-right: 25px;
	position: relative;
	width: 343px;
	height: auto;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.agenda .card .info-container {
	padding-top: 29px;
	padding-left: 30px;
	padding-right: 24px;
	padding-bottom: 80px;
	color: #403f48;
}

.agenda .card .info-container .event-title {
	min-height: 40px;
	text-align: left;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.11;
	word-wrap: break-word;
}

.agenda .time {
	position: relative;
	font-family: "Open Sans", sans-serif;
}

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

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

.agenda .initial-time {
	color: #403f48;
	display: inline-block;
	padding-right: 8px;
}

.agenda .final-time {
	color: rgba(64, 63, 72, 0.6);
	padding-top: 27px;
	display: inline-block;
}

.agenda .places-left {
	font-family: "Hind", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.17;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.agenda .description {
	padding-top: 17px;
	font-family: "Hind", sans-serif;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #95989a;
	word-wrap: break-word;
	padding-left: 5px;
}

.agenda .button {
	width: 280px;
	position: absolute;
	bottom: 20px;
}

.agenda .button button {
	width: 162.8px;
	height: 39.1px;
	border-radius: 18px;
	border: solid 1px #ffb400;
	line-height: 39.1px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.23;
	text-align: center;
	color: #ffb400;
	word-wrap: break-word;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agenda .button button:hover {
	color: #fff !important;
}

@media (max-width: 1199px) {
	.agenda .cards-container .card {
		margin-right: 8px;
		margin-left: 5px;
		width: 300px;
	}

	.agenda .button {
		width: 250px;
	}
}

@media (max-width: 991px) {
	.agenda {
		padding-left: 0;
		padding-right: 0;
	}

	.agenda .cards-container {
		padding-top: 43px;
	}

	.agenda .cards-container .card {
		margin-right: 10px;
		width: 343px;
	}

	.agenda .button {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.agenda {
		padding-top: 40px;
	}

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

	.agenda .filters .main {
		padding-left: 0;
		padding-right: 0;
	}

	.agenda .filters .options {
		padding-left: 0;
		padding-right: 0;
		padding-top: 25px;
	}

	.agenda .calendar-container {
		padding-top: 30px;
	}

	.agenda .cards-container {
		padding-top: 35px;
	}

	.agenda .card .info-container {
		padding-left: 21px;
		padding-right: 15px;
	}

	.agenda .card .info-container .event-title {
		font-size: 16px;
	}

	.agenda .time .text {
		font-size: 12px;
	}

	.agenda .time .number {
		font-size: 26px;
	}

	.agenda .info-wrapper {
		padding-top: 35px;
	}

	.agenda .final-time {
		padding-top: 22px;
	}

	.agenda .filters .titles {
		font-size: 24px;
		line-height: 1.21;
	}

	.agenda .form-inline label {
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.agenda .filters .buttons {
		margin-top: 20px;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.agenda .filters .buttons .button1 {
		width: 155px;
		height: 38.8px;
		line-height: 38.8px;
		font-size: 16px;
	}

	.agenda .filters .buttons .button2 {
		width: 155px;
		height: 38.8px;
		line-height: 38.8px;
		font-size: 16px;
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	.agenda .cards-container {
		padding-top: 25px;
	}

	.agenda .calendar-container {
		padding-top: 10px;
	}
}

@media (max-width: 400px) {
	.card .info-container {
		padding-top: 29px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 30px;
	}
}

@media (max-width: 360px) {
	.agenda .button {
		width: 255px;
	}
}

/* AGENDA EXTRA INFO*/

.agenda-extra {
	font-family: "Lato", sans-serif;
	padding-top: 50px;
	padding-bottom: 150px;
}

.agenda-extra .event-title {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
	margin: 0;
}

.agenda-extra .info-container {
	padding-top: 25px;
}

.agenda-extra .date {
	font-size: 52px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #8345de;
}

.agenda-extra .time {
	padding-top: 20px;
	text-align: left;
	position: relative;
}

.agenda-extra .time-text {
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	word-wrap: break-word;
}

.agenda-extra .time-number {
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
}

.agenda-extra .initial-time {
	color: #333333;
	display: inline-block;
	margin-right: 7px;
}

.agenda-extra .final-time {
	color: #7f8c8d;
	display: inline-block;
}

.agenda-extra .address {
	padding-top: 20px;
	font-size: 19px;
	line-height: 1.58;
	text-align: left;
	color: #333333;
}

.agenda-extra .address i {
	margin-right: 7px;
}

.agenda-extra .description {
	padding-top: 20px;
	font-family: "Hind", sans-serif;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #95989a;
	word-wrap: break-word;
}

.agenda-extra .back-button {
	padding-top: 15px;
}

.back-button button {
	width: auto;
	height: 43.5px;
	border-radius: 33px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	border: none;
	word-wrap: break-word;
	text-align: left;
	padding-left: 0;
}

.agenda-extra .title {
	padding-top: 2rem;
	font-size: 28px;
}

.agenda-extra .agenda-speakers-container,
.agenda-extra .agenda-sponsors-container {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.agenda-extra .media {
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 5px;
}

.agenda-extra .media.invisible {
	display: none;
}

.agenda-extra .media img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.agenda-extra h3 {
	font-size: 21px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	word-break: break-word;
	text-transform: uppercase;
}

.agenda-extra h4 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 1.2px;
	text-align: left;
	color: #a4a5a7;
	text-transform: uppercase;
	word-wrap: break-word;
}

@media (max-width: 1199px) {
	.agenda-extra .media {
		width: 280px;
	}
}

@media (max-width: 767px) {
	.agenda-extra {
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.agenda-extra .description {
		padding-top: 25px;
	}

	.agenda-extra .event-title {
		padding-top: 60px;
		font-size: 18px;
	}

	.agenda-extra .time-number {
		font-size: 28px;
	}
}

/* PHOTOS */

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

.photos .photos-container {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

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

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

/* SPEAKERS */

.speakers {
	padding-top: 100px;
	padding-bottom: 130px;
	font-family: "Lato", sans-serif;
}

.speakers .calendar-container {
	padding-top: 82px;
}

.speakers .speakers-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.speakers .speaker-title {
	color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	font-weight: 800;
	font-size: 20px;
}

.speakers .white {
	color: #fff;
	text-align: center;
}

.speakers .thumbnail {
	position: relative;
	height: auto;
	width: 350px;
	padding: 0;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 40px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.speakers .thumbnail img {
	margin-top: 40px;
	height: 244px;
	width: 244px;
	border-radius: 50%;
	object-fit: cover;
}

.speakers .thumbnail .caption {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 80px;
}

.speakers .social-icons {
	padding-top: 38px;
}

.speakers .social-icons .icon {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	margin-right: 6.6px;
	font-size: 22px;
	line-height: 36px;
}

.speakers .icon > a {
	text-decoration: none;
	color: #d5d5d6;
}

.speakers h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	word-break: break-word;
	text-transform: uppercase;
}

.speakers h4 {
	margin: 0;
	padding-top: 8px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: 1.6px;
	text-align: center;
	color: #a4a5a7;
	text-transform: uppercase;
	word-wrap: break-word;
}

.speakers .btn-more {
	padding-top: 25px;
	text-align: center;
	width: 332px;
	position: absolute;
	bottom: -33px;
}

.speakers .btn-more button {
	width: 66.6px;
	height: 66.6px;
	border: none;
	font-size: 28px;
	font-weight: 800;
	line-height: 66.6px;
	text-align: center;
	color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	border-radius: 15px;
	background-color: #ffbe4d;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	word-wrap: break-word;
}

.speakers .btn-more button:hover {
	background-color: #ffb400;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.speakers .thumbnail {
		width: 300px;
		margin-right: 8px;
		margin-left: 5px;
	}

	.speakers .thumbnail img {
		margin-top: 30px;
		height: 200px;
		width: 200px;
	}

	.speakers .social-icons .icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}

	.speakers .btn-more {
		width: 284px;
	}

	.speakers .caption {
		padding-bottom: 90px;
	}
}

@media (max-width: 991px) {
	.speakers {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.speakers .thumbnail {
		width: 343px;
		margin-right: 10px;
	}

	.speakers .btn-more {
		width: 327px;
	}
}

@media (max-width: 767px) {
	.speakers .thumbnail {
		margin-top: 40px;
	}

	.speakers .thumbnail img {
		height: 164px;
		width: 164px;
	}

	.speakers .thumbnail .caption {
		padding-top: 17px;
		padding-bottom: 60px;
	}

	.speakers h3 {
		font-size: 21px;
	}

	.speakers h4 {
		font-size: 10px;
	}

	.speakers .social-icons {
		padding-top: 29px;
	}
}

@media (max-width: 500px) {
	.speakers .thumbnail {
		margin-left: 0;
		margin-right: 0;
	}

	.speakers .calendar-container {
		padding-left: 0;
		padding-top: 35px;
	}
}

@media (max-width: 350px) {
	.speakers .thumbnail {
		width: 305px;
	}

	.speakers .btn-more {
		width: 270px;
	}
}

/* SPEAKERS EXTRA */

.nav-background {
	z-index: -1;
	height: 100px;
	margin-top: -100px;
}

.speaker-extra {
	padding-top: 113px;
	padding-bottom: 74px;
	font-family: "Lato", sans-serif;
}

.speaker-extra .speaker-img {
	height: 800px;
	width: 400px;
	margin: 0 auto;
}

.speaker-extra .speaker-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.speaker-extra .name {
	padding-right: 22px;
	font-size: 53px;
	font-weight: 900;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
	word-break: break-word;
	text-transform: uppercase;
	display: inline-block;
}

.speaker-extra .info-wrap {
	margin-left: 20px;
	position: relative;
	padding-bottom: 70px;
}

.speaker-extra .title-wrap {
	min-height: 84px;
}

.speaker-extra .social-icons {
	text-align: center;
	display: inline-block;
}

.speaker-extra .social-icons .icon {
	display: inline-block;
	margin-right: 25px;
	font-size: 40px;
	text-align: center;
}

.speaker-extra .social-icons .icon > a {
	color: #d5d5d6 !important;
}

.speaker-extra .caption {
	padding-top: 15px;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: 2.8px;
	text-align: left;
	color: #a4a5a7;
	text-transform: uppercase;
}

.speaker-extra .back-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.speaker-nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

.speaker-nav > a {
	font-size: 24px;
	line-height: 43px;
	padding-left: 10px;
	color: #bfc6c6;
	text-decoration: none;
}

.speaker-nav .modal-prev {
	padding-right: 40px;
}

.speaker-extra .main-wrap {
	padding-top: 30px;
}

.speaker-extra .speaker-description {
	font-family: "Hind", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #95989a;
	word-wrap: break-word;
	padding-top: 44px;
}

.speaker-extra .speaker-agenda {
	padding-top: 56px;
}

.speaker-extra .speaker-agenda .title {
	font-size: 33px;
	word-wrap: break-word;
}

.speaker-extra .cards-container {
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.speaker-extra .cards-container .card {
	margin-right: 16px;
	margin-top: 16px;
	position: relative;
	width: 300px;
	height: auto;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.speaker-extra .card .info-container {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 80px;
	color: #403f48;
}

.speaker-extra .card .info-container .event-title {
	text-align: left;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.11;
	word-wrap: break-word;
}

.speaker-extra .time {
	position: relative;
	font-family: "Open Sans", sans-serif;
}

.speaker-extra .time .text {
	font-size: 20px;
	text-align: left;
}

.speaker-extra .time .number {
	font-size: 30px;
	text-align: left;
	font-weight: 800;
}

.speaker-extra .initial-time {
	color: #403f48;
}

.speaker-extra .final-time {
	color: rgba(64, 63, 72, 0.6);
	padding-top: 27px;
}

.speaker-extra .places-left {
	font-family: "Hind", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.17;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.speaker-extra .description {
	padding-top: 15px;
	font-family: "Hind", sans-serif;
	font-size: 14px;
	line-height: 1.29;
	text-align: left;
	color: #95989a;
}

.speaker-extra .button {
	width: 280px;
	position: absolute;
	bottom: 20px;
}

.speaker-extra .button button {
	width: 162.8px;
	height: 39.1px;
	border-radius: 18px;
	border: solid 1px #ffb400;
	line-height: 39.1px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.23;
	text-align: center;
	color: #ffb400;
	word-wrap: break-word;
}

@media (max-width: 991px) {
	.nav-background {
		margin-top: 0;
	}

	.speaker-extra .info-wrap {
		padding-left: 0;
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.speaker-extra .speaker-img {
		height: 300px;
		width: 300px;
	}

	.speaker-nav {
		float: none;
		text-align: center;
		margin-top: 40px;
	}

	.speaker-extra .name {
		font-size: 28px;
	}

	.speaker-extra .social-icons {
		padding-top: 18.3px;
	}

	.speaker-extra .social-icons .icon {
		height: 42px;
		width: 42px;
		line-height: 42px;
		font-size: 26px;
		margin-right: 13px;
	}

	.speaker-extra .speaker-description {
		padding-top: 30px;
	}
}

/* TICKETS */

.tickets {
	background-color: #8345de;
	font-family: "Montserrat", sans-serif;
}

.tickets .container {
	padding-top: 119px;
	padding-bottom: 50px;
}

.tickets .title-center {
	color: #ffffff;
	font-weight: bold;
}

.tickets .tickets-container {
	padding-top: 70px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tickets .card {
	width: 292px;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 10px;
}

.tickets .upper {
	height: 256px;
	width: 292px;
	position: relative;
}

.tickets .upper-background {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(
		to bottom,
		white 20px,
		white,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0) 40px
	);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.tickets .upper-background:before,
.tickets .upper-background:after {
	content: "";
	position: absolute;
	bottom: -20px;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 0 250px white;
	border-radius: 100%;
}

.tickets .upper-background:before {
	left: -20px;
}

.tickets .upper-background:after {
	right: -20px;
	border-radius: 0 0 0 0.5em;
	box-shadow: 0 0 0 250px white;
	border-radius: 100%;
}

.tickets .upper .upper-container {
	z-index: 2;
	padding: 20px;
	padding-top: 47px;
	border-radius: 12px;
	margin: 0 5px;
	height: 220px;
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
}

.tickets .ticket-name {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.21;
	text-align: center;
	color: #8345de;
	text-transform: uppercase;
}

.tickets .ticket-price {
	padding-top: 3px;
	display: flex;
	justify-content: center;
}

.tickets .ticket-price .currency {
	font-size: 42px;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
	color: #7f8c8d;
	display: inline-block;
}

.tickets .ticket-price .price {
	font-size: 85px;
	font-weight: 800;
	line-height: 85px;
	text-align: center;
	color: #333333;
	display: inline-block;
}

.tickets .extra {
	padding-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	text-align: center;
	color: #7f8c8d;
}

.tickets .lower {
	padding-top: 1px;
	height: 215px;
	width: 292px;
	position: relative;
}

.tickets .lower-background {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0) 0,
			rgba(255, 255, 255, 0) 40px
		),
		#f8f8f8 20px, #f8f8f8;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tickets .lower-background:before,
.tickets .lower-background:after {
	content: "";
	position: absolute;
	top: -20px;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 0 250px #f8f8f8;
	border-radius: 100%;
}

.tickets .lower-background:before {
	left: -20px;
}

.tickets .lower-background:after {
	right: -20px;
	border-radius: 0 0 0 0.5em;
	box-shadow: 0 0 0 250px #f8f8f8;
	border-radius: 100%;
}

.tickets .lower .lower-container {
	z-index: 2;
	padding: 20px;
	padding-top: 27px;
	border-radius: 12px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	height: 190px;
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f8f8f8;
}

.tickets .lower .barcode {
	display: flex;
	justify-content: center;
	opacity: 0.15;
}

.tickets .lower .buy-btn {
	padding-top: 24px;
	text-align: center;
}

.tickets .lower .buy-btn button {
	width: 194.5px;
	height: 47.4px;
	border-radius: 24px;
	background-color: #ffffff;
	border: solid 1px #ffb400;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.19;
	text-align: center;
	color: #ffb400;
	text-transform: uppercase;
}

.tickets .lower .buy-btn button:hover {
	color: #ffffff;
	background-color: #ffb400;
}

.tickets .pagination {
	width: 100%;
	text-align: center;
	font-size: 36px;
	margin: 0;
}

.tickets .pagination .left {
	padding-right: 30px;
}

.tickets .pagination .right {
	padding-left: 30px;
}

.tickets .pagination .icon-active {
	color: #ffb400;
}

.tickets .pagination .icon-inactive {
	color: #bfc6c6;
}

@media (max-width: 1199px) {
	.tickets .card {
		margin-right: 15px;
		margin-left: 5px;
	}
}

@media (max-width: 991px) {
	.tickets .card {
		margin-right: 25px;
		margin-left: 15px;
	}

	.tickets .lower {
		height: 103px;
	}

	.tickets .lower .lower-container {
		height: 80px;
		padding: 0;
	}

	.tickets .lower .buy-btn {
		padding-top: 10px;
	}
}

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

/* APP */

.app {
	padding-top: 70px;
	padding-bottom: 70px;
	height: auto;
	font-family: "Lato", sans-serif;
	background-color: #ffffff;
}

.app .container {
	height: 650px;
}

.app .info-wrap {
	height: 600px;
	display: flex;
	overflow-y: auto;
}

.app .info-wrap::-webkit-scrollbar-thumb {
	background-color: #7289DA;
	border-radius: 0px;
}

.app .info-wrap::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #2A2E37;
}

.app .info-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #2A2E37;
}

.app .title {
	font-size: 53px;
	font-weight: 900;
	line-height: 1.19;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.app .badges {
	padding-top: 58px;
}

.app .ios {
	height: 60px;
	border-radius: 5px;
	display: inline-block;
}

.app .ios img {
	height: 100%;
	object-fit: cover;
}

.app .android {
	margin-left: 10px;
	height: 60px;
	border-radius: 5px;
	display: inline-block;
}

.app .android img {
	height: 100%;
	object-fit: cover;
}

.app .smartphone-container {
	height: 100%;
	display: flex;
	justify-content: center;
}

.app .smartphone-wrap {
	height: 650px;
	width: 550px;
	position: relative;
}

.app .circle {
	width: 548.9px;
	height: 548.9px;
	background-color: #ffbe4d;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.app .smartphone-middle {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 520px;
	width: 548.9px;
	z-index: 4;
	display: flex;
	justify-content: center;
}

.app .smartphone-middle img {
	width: 283px;
	height: 520px;
}

.app .splash-middle {
	position: absolute;
	bottom: 89px;
	left: 0;
	height: 380px;
	width: 548.9px;
	z-index: 5;
	display: flex;
	justify-content: center;
}

.app .splash-middle img {
	width: 217px;
	height: 380px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.app .title {
		font-size: 40px;
	}

	.app .android {
		height: 50px;
	}

	.app .ios {
		height: 50px;
	}
}

@media (max-width: 991px) {
	.app .title {
		font-size: 32px;
	}

	.app .badges {
		padding-top: 35px;
	}

	.app .android {
		height: 40px;
	}

	.app .ios {
		height: 40px;
	}
}

@media (max-width: 767px) {
	.app {
		padding: 0;
	}

	.app .container {
		height: auto;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 67px;
		padding-bottom: 71px;
	}

	.app .info-wrap,
	.app .info-wrap .info {
		height: auto;
		width: 100%;
	}

	.app .badges {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 21px;
	}

	.app .title {
		padding: 0;
		font-size: 28px;
		text-align: center;
	}
}

@media (max-width: 400px) {
	.app .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*PARTNERS*/

.sponsors {
	padding-top: 86px;
	padding-bottom: 86px;
	font-family: "Lato", sans-serif;
	background-color: #eceef1;
}

.sponsors .sponsor-title {
	color: #333;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	font-weight: 800;
}

.sponsors-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsor {
	height: 187px;
	width: 187px;
	display: flex;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 15px;
}

.sponsor img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1307px) {
	.sponsors {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.sponsor {
		height: 121px;
		width: 121px;
		margin-left: 10px;
		margin-right: 15px;
	}

	.sponsors-container {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.sponsor {
		height: 92.9px;
		width: 92.9px;
		margin-left: 5px;
		margin-right: 15px;
	}

	.sponsors-container {
		padding-top: 35px;
	}
}

/* LOCATION */

.location {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #000;
	font-family: "Lato", sans-serif;
}

.location .location-wrap {
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.location .title {
	color: #000 !important;
}

.location .address {
	padding-top: 23px;
	text-align: center;
}

.location .address .part2 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.33;
	word-wrap: break-word;
}

.location .address .part1 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	word-wrap: break-word;
}

.location .button {
	margin-top: 33px;
	text-align: center;
}

.location .button button {
	width: 294px;
	height: 55.9px;
	border: none;
	border-radius: 28px;
	background-color: #ffb400;
	font-family: "Montserrat", sans-serif;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.22;
	color: #ffffff;
	text-transform: uppercase;
}

.location .background-map {
	width: 100%;
}

.location .map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(22, 22, 22, 0.68);
	z-index: 2;
}

.location .background-map img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.location .text {
		padding-top: 57px;
	}

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

@media (max-width: 767px) {
	.location .container {
		padding-top: 36px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.location .title {
		width: auto;
		margin-top: 35px;
	}

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

	.location .address {
		padding-top: 40px;
	}
}

@media (max-width: 767px) and (min-width: 731px) {
	.location .title {
		width: auto;
		margin-top: unset;
	}

	.location-wrap {
		padding-top: 420px !important;
	}
}


@media (max-width: 730px) and (min-width: 660px) {
	.location .title {
		width: auto;
		margin-top: unset;
	}

	.location-wrap {
		padding-top: 380px !important;
	}
}

@media (max-width: 659px) and (min-width: 600px) {
	.location .title {
		width: auto;
		margin-top: unset;
	}

	.location-wrap {
		padding-top: 315px !important;
	}
}

@media (max-width: 599px) and (min-width: 570px) {
	.location .title {
		width: auto;
		margin-top: 85px;
	}

	.location-wrap {
		padding-top: 200px !important;
	}
}

@media (max-width: 570px) and (min-width: 542px) {
	.location .title {
		width: auto;
		margin-top: unset;
	}

	.location-wrap {
		padding-top: 215px !important;
	}
}

@media (max-width: 542px) and (min-width: 539px) {
	.location .title {
		width: auto;
		margin-top: 35px;
	}

	.location-wrap {
		padding-top: 155px !important;
	}
}

@media (max-width: 400px) {
	.location .button button {
		width: 100%;
		height: 55px;
	}
}

@media (max-width: 376px) {
	.location .title {
		margin-top: unset;
	}
}

/* FOOTER */

.footer {
	background-color: #8345de;
}

.footer .container {
	padding-top: 90px;
	padding-bottom: 48px;
}

.footer .content-wrap {
	padding-bottom: 130px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.51);
}

.footer .info-container {
	text-align: left;
	padding-right: 50px;
}

.footer .description,
.footer .phone,
.footer .address {
	font-family: "Hind", sans-serif;
	font-size: 18px;
	line-height: 1.33;
	text-align: left;
	color: #ffffff;
	padding-top: 30px;
	word-wrap: break-word;
}

.footer .address {
	font-weight: bold;
}

.footer .title {
	color: #ffffff;
	font-weight: bold;
}

.footer .title:after {
	display: none;
}

.footer .photos-container {
	padding-top: 39px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.footer .photo {
	height: 99px;
	width: 99px;
	margin-right: 14px;
	margin-top: 14px;
}

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

.footer .social-icons {
	padding-top: 45px;
	text-align: left;
}

.footer .social-icons .icon {
	width: 43px;
	height: 43px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	margin-right: 7px;
	line-height: 47px;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
	word-wrap: break-word;
}

.footer .social-icons .icon > a {
	color: #8345de !important;
}

.footer .social-icons .icon:hover {
	background-color: rgba(255, 255, 255, 1);
}

.footer .social-icons .icon > a {
	color: #ffffff;
}

.footer .poweredby {
	margin-top: 57px;
	height: 40px;
}

.footer .poweredby img {
	height: 40px;
}

@media (max-width: 991px) {
	.footer .title {
		padding-top: 30px;
	}

	.footer .info-container {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.footer .content-wrap {
		padding-bottom: 90px;
	}
}

@media (max-width: 768px) {
	.footer .container {
		padding-top: 70px;
		padding-bottom: 44px;
	}

	.footer .content-wrap {
		padding-bottom: 70px;
	}

	.footer .title {
		padding-top: 35px;
	}

	.footer .photos-container {
		padding-top: 20px;
	}

	.footer .social-icons {
		padding-top: 20px;
	}

	.footer .social-icons .icon {
		width: 40px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
	}

	.footer .poweredby {
		margin-top: 21px;
	}
}

@media (max-width: 490px) {
	.footer .photos-container {
		justify-content: center;
	}
}

/* CALENDAR TABS */

.calendar .tabs {
	text-align: center;
	border: none;
}

.calendar .tabs > li {
	display: none;
}

.calendar .tabs a {
	font-family: "Montserrat", sans-serif;
	margin-right: 25px;
	width: 202px;
	height: 76px;
	border-radius: 38px;
	border: solid 2px #a4a5a7;
	font-size: 25px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
	color: #a4a5a7;
}

.calendar .tabs a:hover,
.calendar .tabs .active a,
.calendar .tabs .active a:hover,
.calendar .tabs .active a:focus {
	color: #8345de;
	background: none !important;
	border: solid 2px #a4a5a7;
}

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

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

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

@media (max-width: 991px) {
	.calendar .tabs a {
		width: 180px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.menu-icons {
		font-size: 32px;
	}

	.calendar .tabs a {
		margin-right: 1px;
		width: 95px;
		height: 39.9px;
		font-size: 11px;
		line-height: 1.27;
	}

	.flex {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.calendar .tabs .calendar-number {
		font-size: 36px;
	}
}

/* EVENTS */

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

section.events ul.events {
	list-style: none;
	padding: 0;
	display: table;
	margin: 40px auto;
	padding: 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;
}
