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

a {
	cursor: pointer;
}

.open>a {
	background-color: transparent !important;
}

.row {
	margin: 0 !important;
}

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

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

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

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

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

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

.print,
.hide {
	display: none;
}


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

.section-header.map-section, .section-footer.map-section {
	font-size: 18px;
	font-family: 'Montserrat', 'sans-serif';
}


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



/* HEADER */

.header {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background: none;
	position: relative;
}

.header .container {
	margin-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	min-height: 80vh;
	width: auto;
}

.header .header-wrapper {
	position: absolute;
	min-height: 80vh;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
}

.header .header-background {
	height: auto;
	width: auto;
	overflow: hidden;
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
}

#head-back {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#head-back::before {
	content: '';
	position: absolute;
    background: rgb(0, 0, 0, .64);
    width: 100%;
    height: 100%;
}

.after-cover {
	color: #333;
}

.header .header-title {
	font-family: 'Lato', sans-serif;
	width: 676px;
	padding-bottom: 35px;
	display: block;
	font-size: 75px;
	font-weight: 300;
	line-height: 1.19;
	text-align: left;
	word-break: break-word;
}

.header .info-container {
	padding-top: 30px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
	text-align: left;
}

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

.header .button-wrapper {
	width: 100%;
	text-align: left;
	padding-top: 40px;
}

.header .sign-up {
	width: 310px;
	height: 66px;
	border-radius: 33px;
	background-color: #ffb400;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.21;
	text-align: center;
	color: #ffffff;
	border: none;
	word-wrap: break-word;
	text-transform: uppercase;
}

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

	.header .header-title {
		width: auto;
	}
}

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

	.header .info-container {
		padding-top: 0;
	}

	.header .address {
		padding-top: 30px;
	}

	.header .date {
		padding-top: 30px;
	}

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

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

	.header .date {
		padding-top: 0;
		font-size: 20px;
	}

	.header .date .initial-date {
		padding-right: 10px;
		padding-top: 30px;
	}

	.header .date .final-date {
		padding-top: 15px;
	}

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

	.header .sign-up {
		width: 100%;
	}
}


/* NAVBAR */

#navbar {
	font-family: 'Montserrat', 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>.container .navbar-brand {
	padding: 8px 15px;
}

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

#navbar .navbar-brand img {
	height: 40px;
	width: auto;
	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;
}

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

.navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.4px;
	text-align: center;
	color: #333333 !important;
	text-transform: uppercase;
	padding: 8px 9px;
}

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

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	background: none !important;
	color: #333333;
	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;
}

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

.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: -10px !important;
	text-align: center;
}


@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: 86px;
	}

	.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 {
	padding-top: 100px;
	padding-bottom: 100px;
	font-family: 'Raleway', sans-serif;
	position: relative;
}

.about .about-text {
	padding-top: 50px;
	padding-right: 30px;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #949393;
	word-wrap: break-word;
	word-break: break-word;
}

.about .img-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}

.about .img-container .about-img {
	padding: 0;
	width: 100%;
	height: 340px;
}

.about .img-container .about-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media(max-width:991px) {
	.about .img-container .about-img {
		height: 255px;
	}

	.about .img-container {
		margin-top: 12px;
	}

	.about .about-text {
		padding-bottom: 40px;
	}

	.about .img-container {
		padding: 0;
	}
}

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

	.about .title {
		padding-left: 10px;
		padding-right: 10px;
	}

	.about .about-text {
		padding-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
}



/* COUNTDOWN */

.countdown {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	display: none;
}

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

.countdown .title {
	height: 95px;
	padding-top: 25px;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0;
	display: flex;
	align-items: center;
}

.countdown .wrapper {
	display: flex;
	justify-content: center;
	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: 70px;
	font-weight: 900;
	line-height: 70px;
	text-align: center;
	color: #707070;
}

.countdown .count-container .divider {
	margin-left: 10px;
	margin-right: 10px;
	height: 90px;
	border: solid 2px rgba(127, 140, 141, .25);
}

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

.countdown .btn button {
	width: 90%;
	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 .title {
		margin-top: 18px;
		font-size: 36px;
		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 .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;
	}

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



/* AGENDA */

.agenda {
	padding-top: 55px;
	font-family: 'Montserrat', sans-serif;
}

.agenda .agenda-background {
	background-color: #eceef1;
}

.agenda .agenda-speakers .agenda-speaker {
	margin-bottom: 5px;
	overflow: auto;
}

.agenda .agenda-speakers .agenda-speaker img {
	width: 25px;
	display: inline-block;
	margin-right: 5px;
}

.agenda .agenda-speakers .agenda-speaker span {
	width: calc(100% - 35px);
	display: inline-block;
	float: right;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 500;
}

.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: 54px;
	padding-bottom: 54px;
	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 .info-wrapper {
	padding-top: 38px;
}

.agenda .time {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

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

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

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

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

.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 {
	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 {
	background-color: #ffb400;
	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-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #8345de;
}

.agenda-extra .time {
	font-family: 'Montserrat', sans-serif;
	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: 28px;
	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: 16px;
	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: 55px;
	font-size: 28px
}

.agenda-extra .agenda-speakers-container {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.agenda-extra .media {
	position: relative;
	height: auto;
	width: 350px;
	padding: 0;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 0;
	background: none;
}

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

.agenda-extra .media img {
	height: 120px;
	width: 120px;
	border-radius: 8px;
	object-fit: cover;
}

.agenda-extra h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: normal;
	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 {
	font-family: 'Lato', sans-serif;
	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: 26px;
	}
}

/* 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 .speaker-title {
	color: #333;
	text-align: center;
	padding-top: 35px;
	font-weight: 800;
}

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

.speakers .speakers-container {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.speakers-container .speaker {
	height: 340px;
	width: 340px;
	margin-left: 10px;
	margin-right: 27px;
	margin-top: 37px;
	position: relative;
}

.speakers-container .speaker img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 3px 5px 0 rgba(44, 62, 80, 0.2);
}

.speakers-container .speaker:hover .speaker-info {
	opacity: 1;
}

.speakers-container .speaker:hover img {
	background-blend-mode: multiply;
}

.speakers-container .speaker:hover {
	opacity: 1;
}

.speaker .speaker-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s ease;
	opacity: 0;
	text-align: center;
	border-radius: 14px;
	background-blend-mode: multiply;
	background: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.speaker .info-wrap {
	padding: 10px;
}

.speaker .speaker-info .name {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	word-wrap: break-word;
	word-break: break-word;
}

.speaker .speaker-info .company {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 15px;
	padding-top: 8px;
	line-height: 1.19;
	letter-spacing: 1.6px;
	word-wrap: break-word;
	word-break: break-word;
}

.speaker .speaker-info .icons .icon {
	display: inline-block;
	width: 23px;
	height: 23px;
}

.speaker .speaker-info .icons .icon>a {
	margin-right: 5px;
	border-radius: 50%;
	color: #ffffff;
	background: none;
	text-align: center;
	margin-right: 6.6px;
	font-size: 18px;
	line-height: 23px;
}

@media(max-width:1199px) {
	.speakers-container .speaker {
		height: 280px;
		width: 280px;
		margin-left: 5px;
		margin-right: 25px;
		margin-top: 50px;
	}
}

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

	.speakers .speakers-container {
		padding-top: 0;
	}

	.speakers-container .speaker {
		height: 300px;
		width: 300px;
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 50px;
	}
}

@media(max-width:767px) {
	.speaker .speaker-info .name {
		padding-top: 90px;
		font-size: 20px;
	}

	.speaker .speaker-info .company {
		font-size: 12px;
	}
}

@media(max-width:500px) {
	.speakers .calendar-container {
		padding-left: 0;
		padding-top: 35px;
	}
}

@media(max-width:350px) {
	.speakers-container .speaker {
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px;
	}


	.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 {
	font-family: 'Montserrat', sans-serif;
	font-size: 53px;
	text-align: left;
	color: #333333;
	line-height: 1.19;
	word-wrap: break-word;
	word-break: break-word;
}

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

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

.speaker-extra .social-icons {
	text-align: left;
}

.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 {
	font-family: 'Montserrat', sans-serif;
	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-nav>a {
	text-align: right;
	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, .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) {
	.speaker-extra .speaker-img {
		height: 700px;
		width: 700px;
	}

	.nav-background {
		margin-top: 0;
	}

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

@media(max-width:767px) {
	.speaker-extra,
	.speaker-extra .main-wrap,
	.speaker-extra .info-wrap,
	.speaker-extra .speaker-description {
		padding-top: 0;
	}
	.speaker-extra .speaker-img {
		height: 400px;
		width: 400px;
	}

	.speaker-nav {
		float: none;
		text-align: center;
	}

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

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



/* 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: .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;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
}

.app .container {
	height: 600px;
}

.app .info-wrap {
	position: relative;
	height: 400px;
}

.app .info {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 400px;
	overflow: auto;
}

.app .title {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	color: #161616;
	word-wrap: break-word;
}

.app .badges {
	padding-top: 55px;
	padding-bottom: 50px;
}

.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%;
	position: relative;
}

.app .smartphone-left {
	position: absolute;
	top: 65px;
	right: 180px;
	height: 450px;
	width: 245px;
	z-index: 97;
}

.app .splash-left {
	position: absolute;
	top: 110px;
	right: 210px;
	height: 330px;
	width: 195px;
	z-index: 96;
}

.app .smartphone-right {
	position: absolute;
	top: 65px;
	right: 0;
	height: 450px;
	width: 245px;
	z-index: 99;
}

.app .splash-right {
	position: absolute;
	top: 110px;
	right: 28px;
	height: 330px;
	width: 195px;
	z-index: 98;
}

.app .smartphone-middle {
	position: absolute;
	top: 20px;
	right: 70px;
	height: 520px;
	width: 283px;
	z-index: 101;
}

.app .splash-middle {
	position: absolute;
	top: 75px;
	right: 106px;
	height: 380px;
	width: 214px;
	z-index: 100;
}

@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 .background {
		height: 200px;
	}

	.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: 71px;
		padding-bottom: 71px;
	}

	.app .info {
		position: relative;
	}

	.app .info-wrap {
		height: auto
	}

	.app .badges {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		padding-top: 61px;
	}

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

@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: 8px 18px;
}

.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 {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #f8f8f8;
	font-family: 'Lato', sans-serif;
}

.location .location-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 603px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.location .map-details {
	overflow: auto;
}

.location .map-details::-webkit-scrollbar-thumb {
	background-color: #7289DA;
	border-radius: 0px;
}
.location .map-details::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #ECF0F1;
}
.location .map-details::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #2A2E37;
}

.location .title {
	color: #f8f8f8 !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 {
	height: 603px;
	width: 100%;
}

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

.location .background-map img {
	height: 603px;
	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,
	.location .background-map,
	.location .map-overlay,
	.location .location-wrap {
		height: 526px;
	}

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

	.location .title {
		width: auto;
	}

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

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

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



/* 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, .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, .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: 170px;
	height: 76px;
	border-radius: 38px;
	border: none !important;
	font-size: 25px;
	font-weight: 900;
	line-height: 50px;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
}

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

.menu-icons {
	float: right;
	display: inline-block;
	line-height: 76px;
	padding: 0;
	padding-bottom: 0;
	font-size: 42px;
	color: rgba(127, 140, 141, .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 {
		display: flex;
		justify-content: center;
	}

	.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 {
	padding-bottom: 60px;
}

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