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

.row,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
	padding: 0;
	margin: 0;
}

.title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	word-wrap: break-word;
	word-break: break-word;
}

.agenda .cards-container .row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

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

.agenda .cards-container .row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

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

.print-inline,
.print,
.hide {
	display: none;
}

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

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

.background {
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

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


/*MAIN*/

.main {
	padding-top: 100px !important;
	height: 85vh;
	overflow: hidden;
	position: relative;
	font-family: 'Raleway', sans-serif;
}

.main-container .container {
	height: 100%;
}

.main-scroll {
	overflow: auto !important;
	max-height: 75vh;
	width: 100%;
    margin: 0 auto;
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.main-scroll {
		max-width: 95%;
	}
}

@media (min-width: 1301px) {
	.main-scroll {
		max-width: 85%;
	}
}


/* SECTIONS HEADERS AND FOOTERS */
.section-header, .section-footer  {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.61;
	color: rgba(255, 255, 255, .8);
	margin: 25px 0;
	word-wrap: break-word;
}

/* NAVBAR */

.nav-bar {
	width: 100%;
	height: 10vh;
	margin-top: 5vh;
	position: relative;
}

.nav-bar .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-wrap {
	position: relative;
}

.nav-bar .social-icons {
	position: absolute;
	top: 0;
	right: 35px;
}

.nav-bar .social-icons .icon {
	margin-bottom: 15px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	font-size: 16px;
}

.nav-bar .social-icons .icon>a {
	color: #cbcbcb;
}

.nav-bar .social-icons .icon>a:hover {
	color: #898989;
}

.navbar-brand {
	padding: 0 !important;
	height: 40px !important;
}

.navbar-brand img {
	height: 40px;
	border-radius: 4px;
}

.short-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	word-wrap: break-word;
	padding-left: 7px;
	line-height: 40px;
}

.drop-menu {
	position: absolute;
	top: 0;
	left: -100px;
}

.drop-menu .dropdown-toggle {
	line-height: 48px;
	color: #ffffff;
	font-size: 30px;
}

.drop-menu>a:hover,
.drop-menu>a:focus {
	color: #ffffff;
	background: none;
}

.dropdown-menu {
	font-size: 14px;
	text-align: left !important;
	background-color: #333 !important;
	-webkit-background-clip: none !important;
	background-clip: none !important;
	border: none !important;
	border-radius: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #ffffff;
	margin-top: -15px !important;
}

.open>.dropdown-menu {
	margin-right: 3px;
}

.dropdown-menu>li>a {
	color: #ffffff !important;
	font-family: Ubuntu;
	font-size: 18px;
	padding: 5px 10px !important;
	background: none !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus .dropdown-menu>li.active>a {
	color: #ffffff !important;
	font-weight: bold !important;
	background: none !important;
}

.dropdown-menu .language-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%;
	margin: 0 !important;
	text-align: center !important;
}

.dropdown-menu .language-menu>li>a {
	color: #000 !important;
	background: none !important;
	font-size: 16px;
}

.dropdown-menu .language-menu>li>a:hover,
.dropdown-menu .language-menu>li>a:focus {}

@media(max-width:1500px) {
	.drop-menu {
		left: -50px;
	}
}

@media(max-width:1300px) {
	.nav-bar .container,
	.main-container .container {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}
}

@media(max-width:767px) {
	.dropdown-menu>li>a {
		font-size: 18px;
	}
}

@media(max-width:1300px) {
	.main-container .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}



/* HOME */

.home {
	height: 100% !important;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 70px;
}

/* .tab-content>.tab-pane {
	max-height: 85vh !important;
} */

.home-wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

.home .subtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: #4a4a4a;
	word-wrap: break-word;
}

.home .date, .home .location {
	padding-right: 20px;
	padding-top: 20px;
	display: inline-block;
	font-family: Ubuntu;
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
}

.home .countdown {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: left;
	align-items: left;
	flex-flow: column;
	font-family: 'Lato', sans-serif;
}

.home .countdown .count-container {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
}

.home .countdown .count-container .text {
	padding-top: 4px;
	text-align: center;
	font-size: 15.4px;
	line-height: 1;
	color: #4a90e2;
	text-transform: uppercase;
}

.home .countdown .count-container .number {
	text-align: center;
	font-size: 41px;
	font-weight: 500;
	color: #4a90e2;
}

.home .countdown .count-container .divider {
	width: 14px;
	height: 14px;
	color: transparent;
}

.button-wrap {
	padding-top: 35px;
}

.home .register-button {
	padding-right: 21px;
}

.home .register-button button {
	border: none;
	width: 156px;
	height: 40px;
	border-radius: 8px;
	background-color: #4a90e2;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

.home .register-button,
.home .button-agenda {
	display: inline-block;
}

.home .button-agenda button {
	width: 156px;
	height: 40px;
	border-radius: 8px;
	border: solid 2px #4a90e2;
	border-radius: 8px;
	background: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #4a90e2;
	font-family: 'Ubuntu', sans-serif;
}

.home .social-icons {
	padding-top: 50px;
	text-align: center;
}

.home .social-icons .icon {
	margin-right: 15px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	font-size: 16px;
	display: inline-block;
}

.home .social-icons .icon>a {
	color: #cbcbcb;
}

.home .social-icons .icon>a:hover {
	color: #898989;
}


@media(max-width:767px) {
	.home .date-container, .home .address-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home .title {
		text-align: center;
	}

	.home .date, .home .location {
		font-size: 20px;
	}

	.home .countdown {
		padding-top: 30px;
		justify-content: center;
		align-items: center;
	}

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

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

	.button-wrap {
		text-align: center;
	}

	.home .register-button {
		padding-right: 1px;
	}

	.home .register-button button,
	.home .button-agenda button {
		width: 140px;
	}
}





/* ABOUT */

.about {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	margin-top: 54px;
	margin-bottom: 54px;
}

.about .about-img {
	text-align: right !important;
	height: 432px;
}

.about .about-img img {
	border-radius: 20px;
	object-fit: cover;
	height: 100%;
}

.about .about-text {
	font-size: 18px;
	line-height: 1.61;
	color: rgba(255, 255, 255, .8);
	word-wrap: break-word;
}

@media(max-width:991px) {
	.about .about-text {
		padding-right: 10px;
	}
	.about .about-img {
		height: 332px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.about .title {
		padding-top: 30px;
	}
}

@media(max-width:767px) {
	.about .title {
		padding-left: 0;
	}
	.about .about-text {
		padding-right: 0;
		padding-left: 0;
	}

	.about .about-img {
		height: 232px;
		width: 100%;
	}

	.about .about-img img {
		width: 100%;
	}
}




/* SPEAKERS */

.speakers {
	position: relative;
	padding-top: 50px;
}

.speakers .speakers-container {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
}

.speakers .speakers-title {
	padding-top: 20px;
    word-wrap: break-word;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.speakers .thumbnail {
	position: relative;
	height: auto;
	width: 258px;
	padding: 0;
	border: none;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	margin-top: 35px;
	margin-left: 12px;
	margin-right: 15px;
	margin-bottom: 0;
}

.speakers .thumbnail img {
	height: 258px;
	width: 258px;
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	object-fit: cover;
}

.speakers .thumbnail .caption {
	padding-top: 14.8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
	position: relative;
}

.speakers .speaker-name {
	text-decoration: none;
	cursor: pointer;
}

.speakers h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-align: left;
	color: #303030;
	word-break: break-word;
	font-family: 'Raleway', sans-serif;
}

.speakers h4 {
	margin: 0;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.36;
	letter-spacing: 0.4px;
	text-align: left;
	color: rgba(48, 48, 48, .8);
	word-break: break-word;
	font-family: 'Raleway', sans-serif;
}

.line {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(151, 151, 151, .2);
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 14px;
}

.speakers .icons {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.speakers .icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
	background-color: #303030;
	text-align: center;
	margin-right: 6.6px;
	font-size: 14px;
	line-height: 24px;
}

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

@media(max-width:1199px) {
	.speakers .thumbnail {
		margin-left: 25px;
		margin-right: 30px;
	}
}


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

	.speakers .thumbnail {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media(max-width:767px) {
	.speakers .thumbnail {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 18px;
	}

	.speakers .container {
		padding-top: 55px;
		padding-bottom: 72px;
	}

	.speakers .speakers-container {
		padding-top: 20px;
	}
}





/* SPEAKER INFO*/

.speaker-info {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.speaker-info-container {
	background-color: #fff !important;
	border-radius: 8px;
}

.media-container {
	padding: 0 !important;
}

/* .speaker-info .media {
	height: 700px;
} */

.speaker-info .media img {
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.speaker-info .info {
	padding-top: 35px;
	padding-left: 50px;
}

.speaker-info .back-btn {
	border: none;
	background: none;
	color: #4a90e2;
	font-size: 18px;
	font-weight: bold;
	word-wrap: break-word;
}

.speaker-info .back-btn i {
	padding-right: 8px;
}

.speaker-info h4 {
	margin: 0;
	padding-top: 34px;
	font-size: 37.5px;
	font-weight: bold;
	color: #4e4e4e;
	word-wrap: break-word;
}

.speaker-info h3 {
	margin: 0;
	padding-top: 14px;
	font-size: 18px;
	color: #a9a9a9;
	word-wrap: break-word;
}

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

.speaker-info .social-icons .icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
	background-color: #303030;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
	word-wrap: break-word;
}

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

.speaker-info .social-icons .icon:hover {
	background-color: #202020;
}

.speaker-info .description {
	padding-top: 35px;
	font-size: 16px;
	line-height: 2;
	color: #4a4a4a;
	word-break: break-word;
}

@media(max-width:1199px) {
	.speaker-info .media {
		height: 550px;
	}
}

@media(max-width:998px) {
	.speaker-info .media {
		width: 100%;
		height: 450px;
	}

	.speaker-info .media img {
		width: 100%;
		height: 100%;
	}

	.speaker-info .info {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media(max-width:767px) {
	.speaker-info .info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.speaker-info .media {
		height: 300px;
		width: 100%;
		margin: 0 auto;
	}

	.speaker-info .media img {
		width: 100%;
		object-fit: cover;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.speaker-info-container {
		padding: 15px;
		margin: 0;
	}

	.speaker-info .back-btn {
		padding-left: 15px;
	}

	.speaker-info h4 {
		font-size: 28px;
	}
}



/* AGENDA */

.agenda {
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	height: 100%;
	position: relative;
}

section.agenda .title {
	padding-top: 70px;
}

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

section.agenda .events-container {
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.agenda .event-card {
	width: 290px;
	border-radius: 8px;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 35px;
	position: relative;
	background-color: #fff !important;
}

section.agenda .inner-container {
	padding: 30px 35px;
	padding-bottom: 80px;
}

section.agenda .event-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.11;
	color: #403f48;
	word-wrap: break-word;
}

section.agenda .address {
	padding-top: 22px;
	font-size: 12px;
	line-height: 1;
	color: #403f48;
	word-wrap: break-word;
}

section.agenda .address i {
	padding-right: 7px;
}

section.agenda .events-container .participants {
	width: 100%;
	height: 40px;
	position: relative;
	margin-top: 25px;
}

section.agenda .events-container .participants .photo {
	display: inline-block;
	height: 39px;
	width: 39px;
	text-align: center;
}

section.agenda .pos-photo0 {
	position: absolute;
	top: 0;
	left: 0;
}

section.agenda .pos-photo1 {
	position: absolute;
	top: 0;
	left: 30px;
}

section.agenda .pos-photo2 {
	position: absolute;
	top: 0;
	left: 60px;
}

section.agenda .pos-photo3 {
	position: absolute;
	top: 0;
	left: 90px;
}

section.agenda .pos-photo4 {
	position: absolute;
	top: 0;
	left: 120px;
}

section.agenda .pos-photo5 { 
    position: absolute;
    top: 0;
    left: 150px;
}

section.agenda .pos-photo6 { 
    position: absolute;
    top: 0;
    left: 180px;
}


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

section.agenda .initial-time {
	display: inline-block;
	text-align: left;
	padding-right: 20px;
	color: #403f48;
}

section.agenda .final-time {
	display: inline-block;
	text-align: left;
	color: rgba(64, 63, 72, .3)
}

section.agenda .time-title {
	font-size: 18px;
}

section.agenda .time {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 8px;
}

section.agenda .sign-up-button {
	position: absolute;
	width: 289px;
	bottom: 30px;
	left: 0;
	text-align: center;
}

section.agenda .btn-full {
	width: 250px;
	height: 30px;
	font-weight: bold;
	border-radius: 8px;
	border: none;
	color: #fff !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

	section.agenda .events-container {
		padding-top: 15px;
	}

	section.agenda .time {
		font-size: 24px;
	}

	section.agenda .time-title {
		font-size: 14px;
	}
}

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

@media(max-width:768px) {
	section.agenda .agenda-container,
	section.agenda .title {
		padding-top: 0;
	}

	section.agenda .event-card {
		width: 280px;
		margin-left: 0;
		margin-right: 0;
	}

	section.agenda .inner-container {
		padding: 30px 35px;
		padding-bottom: 80px;
	}

	section.agenda .sign-up-button {
		width: 277px;
	}
}

@media(max-width:400px) {

	section.agenda .time {
		font-size: 22px;
	}

	section.agenda .sign-up-button {
		width: 260px;
	}

	section.agenda .btn-full {
		width: 240px;
	}
}



/* SPONSORS */

.sponsors {
	padding-top: 70px;
}

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

.sponsors-wrap {
	padding-top: 20px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsor-title {
	padding-top: 20px;
	word-wrap: break-word;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

@media(max-width:767px) {

	.main-scroll {
		max-width: 100%;
	}
	.sponsors-container {
		padding-top: 15px;
	}

	.sponsor-title {
		padding-top: 15px;
	}

	.sponsor {
		height: 121px;
		width: 121px;
		margin-left: 5px;
		margin-right: 10px;
	}

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





/* AGENDA-INFO */

.agenda-info {
	font-family: 'Lato', sans-serif;
	margin-top: 100px;
	margin-bottom: 100px;
}

.agenda-info-container {
	background-color: #fff;
	border-radius: 8px;
}

.agenda-info .back-btn {
	margin-top: 4px;
	border: none;
	background: none;
	color: #4a90e2;
	font-size: 18px;
	font-weight: bold;
	word-wrap: break-word;
}

.agenda-info .event-title {
	padding-top: 21px;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.25;
	color: #000000;
	word-wrap: break-word;
}

.agenda-info .subtitle {
	padding-top: 35px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	word-wrap: break-word;
}

.agenda-info .description {
	padding-top: 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #7f8c8d;
	word-wrap: break-word;
}

.agenda-info .info-container-one {
	padding-left: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.agenda-info .info-container-two {
	padding-left: 40px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.agenda-info .status {
	font-size: 14px;
	font-weight: 500;
	color: #2ecc71;
	text-transform: uppercase;
	word-wrap: break-word;
}

.agenda-info .time {
	padding-top: 18px;
	font-weight: 900;
	line-height: 1;
}

.agenda-info .time .begin {
	font-size: 28.8px;
	color: #7b8c8d;
	display: inline-block;
	word-wrap: break-word;
}

.agenda-info .time .end {
	font-size: 22.4px;
	text-align: center;
	color: #acb9bd;
	display: inline-block;
	padding-left: 7px;
	word-wrap: break-word;
}

.agenda-info .icon {
	color: #4a4a4a;
	padding-right: 7px;
	font-size: 14px;
	display: inline-block;
	word-wrap: break-word;
}

.agenda-info .tickets {
	padding-top: 22px;
}

.agenda-info .ticket-type {
	display: inline-block;
	margin-right: 7.4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 100px;
	background-color: #ecf0f1;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: rgba(123, 140, 141, .9);
	line-height: 14px;
	word-wrap: break-word;
}

.agenda-info .address {
	padding-top: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #7f8c8d;
	word-wrap: break-word;
}

.agenda-info .modal-speakers-container {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.agenda-info .modal-speakers-container .media {
	margin-top: 15px;
	width: 250px;
}

.agenda-info .modal-speakers-container .media.invisible {
	display: none;
}

.agenda-info .modal-speakers-container .media .photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.agenda-info .modal-speakers-container .media .media-left {
	padding-right: 0;
}

.agenda-info .modal-speakers-container .media .media-body {
	padding-left: 14px;
	padding-bottom: 0;
	position: relative;
}

.agenda-info .modal-speakers-container .media .media-body .media-heading {
	width: auto;
	font-size: 16px;
	text-align: left;
	margin: 0;
	font-weight: 500;
	color: #4a4a4a;
	word-wrap: break-word;
	word-break: break-word;
}

.agenda-info .modal-speakers-container .media .media-body .media-caption {
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	color: #7d8c8d;
	word-wrap: break-word;
}

.agenda-info .download-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.agenda-info .download-container .media {
	padding-top: 14px;
	margin: 0;
	width: 200px;
}

.agenda-info .download-container .photo {
	width: 42px;
	height: 42px;
	border: none;
}

.agenda-info .download-container .photo img {
	object-fit: contain;
}

.agenda-info .download-container .media-body h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 800;
	color: #303030;
	margin-bottom: 0;
	word-wrap: break-word;
}

.agenda-info .download-container .media .media-body button {
	background: none;
	border: none;
	font-size: 10px;
	letter-spacing: -0.3px;
	color: #4a90e2;
	text-transform: uppercase;
	padding: 0;
}

.agenda-info .tags-container {
	padding-top: 14px;
}

.agenda-info .tags-container .tags .label {
	background-color: #e9e9e9;
	font-weight: bold;
	color: rgba(255, 255, 255, .9);
	font-size: 10px;
	border-radius: 4px;
	word-wrap: break-word;
}

@media(max-width:991px) {
	.agenda-info .info-container-two {
		padding-top: 35px;
		padding-left: 0;
	}

	.agenda-info .info-container-one {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

@media(max-width:767px) {
	.agenda-info .event-title {
		font-size: 24px;
	}

	.agenda-info-container {
		margin: 0;
		padding: 20px;
	}

	.agenda-info .modal-speakers-container {
		justify-content: center;
	}

	.agenda-info .subtitle {
		text-align: center;
		padding-top: 40px;
	}

	.agenda-info .time {
		padding-top: 0;
	}
}

@media(max-width:1200px) {
	.agenda .card .col-lg-9 {
		width: 74% !important;
	}
}

@media(max-width:992px) {
	.agenda .card .col-md-9 {
		width: 74% !important;
	}
}

@media(max-width:767px) {
	.agenda .card .col-xs-12 {
		width: 99% !important;
	}
}

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

.photos .photos-container {
	padding-top: 100px;
	width: 100%;
}

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

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

.no-print{
	display: block;
}


/* APP */

.app {
	padding-top: 90px;
	padding-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
}

.app .wrap {
	height: 478px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.app .wrap .info {
	height: 100%;
}

.app .badges {
	padding-top: 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 .phone-container {
	position: relative;
	height: 478px !important;
}

.app .smartphone {
	height: 478px !important;
	position: absolute;
	top: 0;
	left: 50px;
}

.app .smartphone img {
	height: 470px;
	width: 260px;
}

.app .splash {
	height: 348px;
	width: 197px;
	position: absolute;
	top: 57px;
	left: 80px;
}

.app .splash img {
	height: 348px;
	width: 197px;
	object-fit: cover;
}

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

	.app .wrap {
		height: auto;
		width: 100%;
		justify-content: center;
		padding-bottom: 25px;
	}

	.app .app-title {
		padding-top: 0;
		text-align: center;
	}

	.app .badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.app .android,
	.app .ios {
		padding-top: 14px;
	}

	.app .smartphone {
		width: 100%;
		left: 0;
	}

	.app .smartphone img {
		margin: 0 auto;
	}

	.app .splash {
		width: 100%;
		left: 0;
	}

	.app .splash img {
		margin: 0 auto;
	}
}

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

	.app .app-title {
		font-size: 18px;
		line-height: 1;
		padding-left: 50px;
		padding-right: 50px;
	}

	.app .ios,
	.app .android {
		height: 55px;
	}
}



/* LOCATION */

.location .container {
	padding-top: 70px;
	padding-bottom: 70px;
}

.location .address-wrap {
	min-height: 470px;
	height: 100%;
	display: flex;
	align-items: center;
}

.location .text {
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 1.61;
	color: rgba(255, 255, 255, .8);
	word-wrap: break-word;
}

.location .button {
	margin-top: 15px;
	width: 239px;
	height: 43.2px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.21;
	color: #ffffff;
	word-wrap: break-word;
}

.location .button button {
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background-color: #4a90e2;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	word-wrap: break-word;
	border: none;
}

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

.location .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media(max-width:991px) {
	.location .container {
		padding-top: 0;
		padding-bottom: 33.8px;
	}
	.location .title {
		padding-top: 71px;
	}
	.location .text {
		padding-top: 57px;
	}
	.location .button {
		margin-top: 19.7px;
		margin-bottom: 57.5px;
	}

	.location .image {
		width: auto;
	}
}

@media(max-width:767px) {
	.location .responsive {
		padding: 0;
	}
	.location .text {
		padding-left: 27px;
		padding-right: 27px;
	}
	.location .button {
		margin-left: 27px;
	}
	.location .image {
		height: 364.2px;
		width: 100%;
	}
}



/* DATES */

.dates {
	margin-top: 35px;
	padding: 0 !important;
	font-family: 'Ubuntu', sans-serif;
}

.dates .selected-date {}

.selected-day {
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}

.selected-month {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.date-text,
.date-number {
	display: inline-block;
}

.date-text {
	text-transform: uppercase;
}

.date-number {}

.tabs-container {
	padding-bottom: 0 !important;
}

.calendar {
	padding-top: 35px;
	display: flex;
	justify-content: center;
}

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

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

.calendar .tabs a {
	margin-top: 7px;
	width: 150px;
	height: 25px;
	border-radius: 3.9px;
	background: none;
	font-size: 16px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	border: solid 2px #ffffff;
	color: #ffffff;
	padding: 0 10px;
}

.calendar .tabs a:hover,
.calendar .tabs .active a,
.calendar .tabs .active a:hover,
.calendar .tabs .active a:focus {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #4a4a4a;
	font-weight: bold;
}

.menu-icons {
	line-height: 40px;
	padding: 0;
	padding-bottom: 0;
	font-size: 32px;
	color: rgba(127, 140, 141, .5);
	display: flex;
	user-select: none;
	justify-content: center;
}

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

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

.icon-active {
	color: #fff;
}



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

	.calendar {
		padding-top: 15px;
	}

	.calendar .tabs {
		height: 111px;
	}
}

@media(max-width:500px) {}

/* EVENTS */

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

section.events ul.events {
	list-style: none;
	padding: 0;
	width: 100%;
	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;
	color: #fff;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #1d1d1d38;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb {
	background-color: #202020;
	border-radius: 20px;
}