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

body#websiteCustomContent.modal-open .cst-clu-modal.modal::before,
body#websiteCreator.modal-open .cst-clu-modal.modal::before {
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	-ms-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

body#websiteCreator.modal-open .cst-clu-modal.modal.active.in {
	display: block;
}

body#websiteCreator iframe {
    pointer-events: none;
}

body#websiteCustomContent {
	padding: 0!important;
}

body#directory .cst-clu-header.header, body#websiteCreator .cst-clu-header.header{
	background-color: gray;
}

section:nth-child(odd) {
	background-color: #ecf0f1;
}

section:nth-child(even) {
	background-color: white;
}

/* CONTAINER */
#websiteContent [container='true'] {
	display: none;
}

.cst-clu-photo.title,
.cst-clu-registration.title,
.cst-clu-sponsor.title,
.cst-clu-exhibitor.title,
.cst-clu-speaker.title,
.cst-clu-schedule.title,
.cst-clu-countdown.title,
.cst-clu-speakerDays.title,
.cst-clu-events.title,
.cst-clu-about.title,
.cst-clu-extra.title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.13;
	letter-spacing: -1.4px;
	color: #2a2a2a;
}

.cst-clu-extra.title {
	padding: 40px 0;
}

.cst-clu-events.title {
	text-align: center;
}

.title::after {
	display: none;
}

/* HEADER */

.cst-clu-header.header {
	height: auto;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
	color: #ffffff;
	position: relative;
	min-height: 60vh;
}

.cst-clu-header.container {
	position: relative;
	height: 100%;
}

.cst-clu-header.headerCover {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	filter: brightness(0.7);
    object-fit: cover;
	top: 0;
}

.cst-clu-header.headerCover.headerCoverBody {
	display: inline;
	position: relative;
	z-index: 5;
}

.cst-clu-header.navbar {
	z-index: 10;
}

.cst-clu-header.navbar.topFixed {
    position: absolute;
    width: 100%;
	top: 0;
}

.cst-clu-header.navbar-brand img{
	height: 40px;
	width: auto;
    border-radius: 4px;
}

.cst-clu-header.background-header {
	height: 100vh;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.cst-clu-header.header-body {
	color: rgba(42, 42, 42, .8) !important;
}

.cst-clu-header.header-body .container {
	padding-top: 100px;
	padding-bottom: 60px;
}

.cst-clu-header.header-body .header-info {
	text-align: center;
}

.cst-clu-header.header-info {
	padding-bottom: 30px;
	text-align: center;
}

.cst-clu-header.header-body .info-wrap, 
.cst-clu-header.header .info-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 50px;
}

.cst-clu-header.header-body .header-title, 
.cst-clu-header.header .header-title {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -4px;
	word-wrap: break-word;
}

.cst-clu-header.header-body .date, 
.cst-clu-header.header .date, 
.cst-clu-header.header .address {
	padding-top: 34px;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.cst-clu-header.header-body .date img, 
.cst-clu-header.header .date img {
	padding-right: 7.3px;
}

.cst-clu-header.header-body .initial-date, 
.cst-clu-header.header .initial-date, 
.cst-clu-header.header .location {
	display: inline-block;
	padding-right: 27px;
}

.cst-clu-header.header-body .final-date, 
.cst-clu-header.header .final-date {
	display: inline-block;
}

.cst-clu-header.header-body .calendar-icon, 
.cst-clu-header.header .calendar-icon {
	padding-right: 5px;
}

.cst-clu-header.btn {
	box-shadow: none;
	height: auto;
	margin: 0px;
	padding: 6px 12px;
	font-size: 14px;
}

.cst-clu-header.header-body .header-btn, .cst-clu-header.header .header-btn {
	padding-top: 36px;
}

.cst-clu-header.header-body .header-btn button, .cst-clu-header.header .header-btn button {
	width: 222px;
	height: 40px;
	border-radius: 30px;
	background-color: #000000;
	border: none;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	color: #ffffff !important;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.cst-clu-header.header-body .icon-down {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-50%);
}

.cst-clu-header.header .icon-down {
	position: absolute;
	bottom: 0;
	left: 50%;
}

.cst-clu-header.icon-down>a {
	text-decoration: none;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 30px;
}

.cst-clu-header.icon-down>a:hover {
	color: rgba(255, 255, 255, 1);
}

/* NAVBAR  */

.cst-clu-header.affix {
	width: 100%;
	z-index: 9999 !important;
	border-radius: 0;
	border: none !important;
	margin: 0;
}

.cst-clu-header.affix + .headerCover {
	margin: 0;
}

.cst-clu-header.affix-top {
	background: none !important;
	border: none !important;
	margin-bottom: 0;
	width: 100%;
}

.cst-clu-header.affix+.container {
	padding-top: 140px;
}

.cst-clu-header.navbar-brand {
	height: auto;
}

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

.cst-clu-header.navbar-toggle {
	border: none !important;
	margin: 0 !important;
}

.cst-clu-header.navbar-inverse .navbar-toggle:focus, 
.cst-clu-header.navbar-inverse .navbar-toggle:hover {
	background: none !important;
	border: none !important;
}

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

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

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

.cst-clu-header.navbar-inverse .navbar-nav>li>a {
	height: 100%;
	color: rgba(255, 255, 255, .8);
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: right;
	background: none !important;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>.active>a {
	color: rgba(255, 255, 255, 1) !important;
	font-weight: bold;
	background: none !important;
	border: none !important;
}

.cst-clu-header.navbar-inverse .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

.cst-clu-header.navbar-right {
	display: flex;
	align-items: center;
}

.cst-clu-header.sign-up {
	width: 167px;
	height: 40px;
	border-radius: 40px;
	background-color: #ffffff;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-align: center;
	color: #303030;
}

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

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

.cst-clu-header.open .dropdown-menu>li {
	font-weight: bold;
}

.cst-clu-header.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: #ffffff;
	margin: 0 !important;
	margin-top: -20px !important;
	text-align: center;
}


/* EVENT DETAILS */
.cst-clu-eventDetails.sortable {
	padding-top: 90px;
	padding-bottom: 140px;
	background-color: white;
	color: rgba(42, 42, 42, .8) !important;
	text-align: center;
}

.cst-clu-eventDetails.container{
	position: relative;
}

.cst-clu-eventDetails.info {
	font-size: 22px;
	font-weight: 500;
	word-wrap: break-word;
}

.cst-clu-eventDetails.date-time {
	padding-top: 24px;
}

.cst-clu-eventDetails.initial-date {
	display: inline-block;
	padding-right: 18px;
}

.cst-clu-eventDetails.final-date {
	display: inline-block;
	padding-left: 52px;
}

.cst-clu-eventDetails.icon {
	margin-right: 7px;
}

.cst-clu-eventDetails.event-title {
	font-size: 80px;
	font-weight: 800;
	word-wrap: break-word;
}

.cst-clu-eventDetails.button {
	padding-top: 26px;
}

.cst-clu-eventDetails.linkItem {
	color: rgba(42, 42, 42, .8);
}

.cst-clu-eventDetails.buttonItem {
	width: 294px;
	height: 55.9px;
	border-radius: 6px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
}

.cst-clu-eventDetails.social-icons {
	position: absolute;
	bottom: -90px;
	right: 0;
}

.cst-clu-eventDetails.social-icons .icon {
	width: 43px;
	height: 43px;
	display: inline-block;
	color: rgba(42, 42, 42, .8);
	margin-right: 10px;
	line-height: 43px;
	font-size: 26px;
	text-align: center;
}

.cst-clu-eventDetails.social-icons .icon > a {
	color: rgba(42, 42, 42, .8);
}

.cst-clu-eventDetails.social-icons .icon > a:hover {
	color: rgba(42, 42, 42, .8);
}

/* ABOUT*/

.cst-clu-about.about {
	width: 100%;
	overflow: hidden;
}

.cst-clu-about.container {
	padding: 0;
	margin: 0;
}

.cst-clu-about.about-wrap {
	height: 100%;
	padding-top: 100px;
	padding-left: 131px;
	padding-right: 175px;
	padding-bottom: 90px;
	overflow-y: scroll;
}

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

.cst-clu-about.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.cst-clu-about.row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.cst-clu-about.side-img {
	height: 100%;
}

.cst-clu-about.side-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* EVENTS */
.cst-clu-events.section-events {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-top: 95px;
	padding-bottom: 95px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-events.container {
	font-family: Lato, sans-serif;
	height: 100%;
}

.cst-clu-events.event-description {
	padding-top: 26px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	text-align: left;
	color: #ecf0f1;
	word-wrap: break-word;
}

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

.cst-clu-events.content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.cst-clu-events.search-container {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.cst-clu-events.form-control.input-form {
	flex: 1;
}

.cst-clu-events.input-group-btn {
	width: auto;
}

.cst-clu-events.btn.active, .cst-clu-events.registerButton {
	background-color: #2a2a2a;
    color: white;
}

.cst-clu-events.events.events-grid {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 2rem;
}

.cst-clu-events.events.events-list {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 2rem;
	flex-direction: column;
}

.cst-clu-events.container-grid {
	background: white;
    width: 270px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

.cst-clu-events.container-grid:hover {
	box-shadow: 1px 1px 8px -2px rgba(78,78,78,0.78);
}


.cst-clu-events.container-list {
	background: white;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
	gap: 1rem;
	min-height: 170px;
	padding: 1rem;
}

.cst-clu-events.container-list:hover {
	box-shadow: 1px 1px 8px -2px rgba(78,78,78,0.78);
}

.cst-clu-events.cover {
    width: 100%;
    height: 150px;
    object-fit: cover;
	border-radius: 10px;
}

.cst-clu-events.container-list .cst-clu-events.cover {
	width: 300px;
    height: auto;
    border-radius: 10px;
}

.cst-clu-events.details-list {
	display: flex;
    flex-direction: column;
    margin: 0 10px;
	margin-bottom: 10px;
}

.cst-clu-events.container-list .cst-clu-events.details-list {
	flex: 1;
	padding: 10px;
	margin-bottom: 0;
}

.cst-clu-events.name {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2a2a2a;
}

.cst-clu-events.eventMode {
	background: #eee;
    color: #2a2a2a;
    display: inline-block;
    border-radius: 20px;
    flex-grow: 0;
    width: fit-content;
    padding: 0 5px;
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
}

.cst-clu-events.date, .cst-clu-events.location  {
    display: flex;
    align-items: center;
    gap: 5px;
	word-break: break-word;
}

.cst-clu-events.date .icon, .cst-clu-events.location .icon  {
   color: gray;
   margin-left: 8px;
}

.cst-clu-events.container-list .cst-clu-events.location.ticket,
.cst-clu-events.container-list .cst-clu-events.location.activities {
	display: none;
}

.cst-clu-events.location.description {
	padding: 20px 5px 5px 5px;
}

.cst-clu-events.container-grid .cst-clu-events.location.description {
	display: none;
}

.cst-clu-events.ticket-info-list {
	display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    align-items: center;
	flex-basis: 15%;
	gap: 1rem;
	border-left: 2px dashed #f3f6f6;
}

.cst-clu-events.info.ticket-name {
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
}

.cst-clu-events.registerButton {
	display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    align-items: center;
	flex-basis: 15%;
	gap: .5rem;
}

.cst-clu-events.empty-result {
	color: #2a2a2a;
	font-size: 15px;
	width: 100%;
	display: block;
	text-align: center;
}

.cst-clu-events.dropdown-menu {
	padding: 10px;
}

.cst-clu-events.dropdown.open .cst-clu-events.dropdown-menu {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cccccc #f0f0f0;
}

.cst-clu-events.dropdown-menu .tagName {
	padding: 0 10px;
    border-radius: 10px;
    color: white;
}

.cst-clu-events.dropdown-menu li {
	display: flex;
    align-items: center;
    gap: 10px;
}

.cst-clu-events.dropdown-menu input {
	margin: 0;
}

.cst-clu-events.paginationContainer {
	display: flex;
	justify-content: center;
}

/* COUNTDOWN */
.cst-clu-countdown.sortable {
	background-color: #161616;
}

.cst-clu-countdown.container {
	padding-top: 105.7px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 85.5px;
}

.cst-clu-countdown.countdown {
	justify-content: center;
	align-items: center;
	flex-flow: row;
	padding: 13.2px 0;
	display: flex !important;
}

.tcst-clu-countdown.active {
	display: flex;
}

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

.cst-clu-countdown.text {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 19px;
	color: rgb(42, 42, 42);
	text-transform: uppercase;
	word-wrap: break-word;
}

.cst-clu-countdown.number {
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 110px;
	font-weight: 800;
	line-height: 1.22;
	color: #ec073e;
}

.cst-clu-countdown.divider {
	font-family: 'Lato', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 97px;
	font-weight: 800;
	line-height: 1.22;
	color: #ec073e;
}

/* REGISTRATION */

.cst-clu-registration.container {
	padding-top: 95px;
	padding-bottom: 95px;
	height: 100%;
}

.cst-clu-registration.event-description {
	padding: 26px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	text-align: left;
	color: #ecf0f1;
	word-wrap: break-word;
}

/* COUNTDOWN */

.cst-clu-header.count-text.countdown, 
.cst-clu-header.countdown, 
.cst-clu-header.countdown {
	padding-top: 30px;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.cst-clu-countdown.count-text, 
.cst-clu-header.count-text, 
.cst-clu-header.count-text {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.cst-clu-countdown.active, 
.cst-clu-header.countdown.active, 
.cst-clu-header.countdown.active {
	display: flex;
}

.cst-clu-countdown.wrap-clock, 
.cst-clu-header.countdown .wrap-clock, 
.cst-clu-header.countdown .wrap-clock {
	padding-top: 30px;
}


.cst-clu-countdowncount-container, 
.cst-clu-header.count-container, 
.cst-clu-header.countdown .count-container {
	display: inline-block;
}

.cst-clu-countdown.text, 
.cst-clu-header.count-container .text, 
.cst-clu-header.count-container .text {
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.cst-clu-countdown.number,
.cst-clu-header.count-container .number,
.cst-clu-header.count-container .number {
	font-size: 64px;
	font-weight: bold;
	text-align: left;
	margin-top: -10px;
}

.cst-clu-countdown.divider, 
.cst-clu-header.count-container .divider, 
.cst-clu-header.count-container .divider {
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 64px;
	font-weight: 800;
	text-align: center;
}

/*sponsors*/

.cst-clu-sponsor.sponsors,
.cst-clu-exhibitor.sponsors {
	padding-top: 147px;
	padding-bottom: 100px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-sponsor.sponsors-container,
.cst-clu-exhibitor.sponsors-container {
	padding-top: 80px;
}

.cst-clu-sponsor.sponsor-title,
.cst-clu-exhibitor.sponsor-title {
	padding-top: 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #000000;
	word-wrap: break-word;
}

.cst-clu-sponsor.sponsors-wrap,
.cst-clu-exhibitor.sponsors-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-clu-sponsor.sponsor,
.cst-clu-exhibitor.sponsor {
	height: 154px;
	width: 154px;
	display: flex;
	margin: 12px 25px;
}

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


/* SPEAKERS */

.cst-clu-speaker.speakers,
.cst-clu-speakerDays.speakers {
	font-family: 'Montserrat', sans-serif;
}

.cst-clu-speaker.container,
.cst-clu-speakerDays.container {
	padding-top: 137px;
	padding-bottom: 158px;
}

.cst-clu-speaker.speaker-title,
.cst-clu-speakerDays.speaker-title {
	padding-top: 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #000000;
	word-wrap: break-word;
}

.cst-clu-speaker.speakers-container,
.cst-clu-speakerDays.speakers-container {
	/* padding-top:20px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-clu-speaker.thumbnail,
.cst-clu-speakerDays.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: 50px;
	margin-left: 12px;
	margin-right: 15px;
	margin-bottom: 0;
}

.cst-clu-speaker.thumbnail img,
.cst-clu-speakerDays.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;
}

.cst-clu-speaker.thumbnail .caption,
.cst-clu-speaker.thumbnail .caption,
.cst-clu-speakerDays.thumbnail .caption,
.cst-clu-speakerDays.thumbnail .caption {
	padding-top: 14.8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
	position: relative;
}

.cst-clu-modal-speaker.speaker-menu {
    padding-top: 20px;
    font-size: 14px;
    background: none;
    letter-spacing: 1.6px;
    text-align: left;
    color: #2d3c3b;
}

.cst-clu-speaker.speaker-name,
.cst-clu-speakerDays.speaker-name {
	text-decoration: none;
	cursor: pointer;
}

.cst-clu-speaker h3,
.cst-clu-speakerDays h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-align: left;
	color: #303030;
	word-break: break-word;
}

.cst-clu-speaker h4,
.cst-clu-speakerDays 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;
}

.cst-clu-speaker.line,
.cst-clu-speakerDays.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;
}

.cst-clu-speaker.icons,
.cst-clu-speakerDays.icons {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.cst-clu-speaker.icon,
.cst-clu-speakerDays.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;
}

.cst-clu-speaker.icon>a,
.cst-clu-speakerDays.icon>a {
	text-decoration: none;
	color: #ffffff;
}

/* LOCATION*/


.cst-clu-map.location {
	position: relative;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-map.container {
	position: relative;
}

.cst-clu-map.map {
	width: 100%;
	height: 420px;
}

.cst-clu-map.map img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.cst-clu-map.location-card {
	height: auto;
	border-radius: 10px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
	margin-top: 20px;
	margin-bottom: 20px;
	background: white;
}

.cst-clu-map.info-container {
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 42px;
	padding-bottom: 44px;
}

.cst-clu-map.location-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.06;
	text-align: left;
	color: #403f48;
	word-wrap: break-word;
}

.cst-clu-map.location-address {
	padding-top: 31px;
	font-size: 18px;
	line-height: 1.39;
	text-align: left;
	color: #403f48;
	word-wrap: break-word;
}

.cst-clu-map.button {
	padding-top: 40px;
}

.cst-clu-map.button button {
	width: 275px;
	height: 30px;
	border-radius: 15px;
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
}

.cst-clu-map.button button:hover {
	background-color: #303030;
}



/* PHOTOS */

.cst-clu-photo.container {
	padding-top: 140px;
	padding-bottom: 110px;
}

.cst-clu-photo.photos-container {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.cst-clu-photo.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;
}

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

/* APP */

.cst-clu-download.app {
	padding-top: 60px;
	padding-bottom: 75px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-download.app-title {
	padding-top: 70px;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.31;
	text-align: left;
	color: #2a2a2a;
	word-wrap: break-word;
}

.cst-clu-download.badges {
	padding-top: 50px;
}

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

.cst-clu-download.ios img {
	height: 100%;
	object-fit: cover;
}

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

.cst-clu-download.android img {
	height: 100%;
	object-fit: cover;
}

.cst-clu-download.smartphone-wrap {
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cst-clu-download.smartphone {
	width: auto;
	height: 400px;
}

.cst-clu-download.smartphone img {
	height: 100%;
}

.cst-clu-download.splash {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	display: flex;
	justify-content: center;
}

.cst-clu-download.splash img {
	width: 161px;
	height: 290px;
	object-fit: cover;
}


/* DATE TABS */

.cst-clu-schedule.calendar-container,
.cst-clu-speakerDays.calendar-container {
	margin: 0;
	padding-top: 60px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-schedule.tabs>li,
.cst-clu-speakerDays.tabs>li {
	display: none;
}

.cst-clu-schedule.tabs>li.active,
.cst-clu-schedule.tabs>li.show,
.cst-clu-speakerDays.tabs>li.active,
.cst-clu-speakerDays.tabs>li.show {
	display: block;
}

.cst-clu-schedule.liItem {
	margin: 0;
}

.cst-clu-schedule.tabs a,
.cst-clu-speakerDays.tabs a {
	height: 100px;
	background-color: #ffffff;
	color: #2d3c3b;
	padding: 5px 12px 19px 12px;
	margin: 0 10px 10px 5px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4.8px;
}

.cst-clu-schedule.active a, 
.cst-clu-schedule.active a:hover, 
.cst-clu-schedule.active a:focus,
.cst-clu-speakerDays.active a, 
.cst-clu-speakerDays.active a:hover, 
.cst-clu-speakerDays.active a:focus {
	color: #ffffff;
	background-color: #2d3c3b;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
	min-height: 76px;
}

.cst-clu-schedule.calendar-text,
.cst-clu-speakerDays.calendar-text {
	font-size: 14.4px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.cst-clu-schedule.calendar-number,
.cst-clu-speakerDays.calendar-number {
	font-size: 51.6px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.cst-clu-schedule.menu-icons,
.cst-clu-speakerDays.menu-icons {
	float: left;
	display: inline-block;
	padding: 0;
	padding-bottom: 0;
	font-size: 50px;
	line-height: 100px;
	color: rgba(127, 140, 141, .5);
	user-select: none;
}

.cst-clu-schedule.icon-left,
.cst-clu-speakerDays.icon-left {
	display: inline-block;
	padding-right: 10px;
	cursor: pointer;
}

.cst-clu-schedule.icon-right,
.cst-clu-speakerDays.icon-right {
	display: inline-block;
	cursor: pointer;
}

.cst-clu-speakerDays.icon-active,
.cst-clu-schedule.icon-active {
	color: #337ab7;
}



/* AGENDA */

.cst-clu-schedule.agenda {
	padding-top: 103px;
	padding-bottom: 193px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-schedule.cards-container {
	padding-top: 54px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-clu-schedule.card {
	margin-top: 20px;
	margin-right: 25px;
	position: relative;
	width: 343px;
	height: auto;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15), 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.cst-clu-schedule.info-container {
	padding-top: 29px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.cst-clu-schedule.event-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.11;
	text-align: left;
	color: #403f48;
	position: relative;
	word-wrap: break-word;
}

.cst-clu-schedule.card-location {
	margin: 0;
	margin-top: 23px;
	padding-top: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #403f48;
	position: relative;
	word-wrap: break-word;
}

.cst-clu-schedule.card-location i {
	margin-right: 8px;
}

.cst-clu-schedule.ticket-types {
	margin-top: 14px;
	padding-top: 0;
	height: 12px;
	font-size: 12px;
	text-align: left;
	position: relative;
}

.cst-clu-schedule.ticket-available {
	font-weight: bold;
	color: #403f48;
	display: inline-block;
	padding-right: 8px;
}

.cst-clu-schedule.ticket-unavailable {
	font-weight: normal;
	color: rgba(64, 63, 72, .2);
	display: inline-block;
	padding-right: 8px;
}

.cst-clu-schedule.participants {
	margin-top: 13px;
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.cst-clu-schedule.photo {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-align: center;
	padding: 0 !important;
	margin-right: -10px;
	margin-bottom: -10px;
}

.cst-clu-schedule.photo:hover {
	z-index: 10;
}

.cst-clu-schedule.photo img {
	width: 100%;
	height: 100%;
	color: #ffffff;
	object-fit: cover;
	border-radius: 50%;
	border: solid 1px #403f48;
}

.cst-clu-schedule.plus {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-align: center;
	border: solid 1px #403f48;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #403f48;
}

.cst-clu-schedule.time {
	margin-top: 70px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.cst-clu-schedule.text {
	font-size: 20px;
	text-align: left;
}

.cst-clu-schedule.number {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.cst-clu-schedule.initial-time {
	display: inline-block;
	color: rgba(64, 63, 72, 1);
}

.cst-clu-schedule.final-time {
	display: inline-block;
	padding-left: 20px;
	color: rgba(64, 63, 72, .3);
}

.cst-clu-schedule.button {
	width: 100%;
	margin-top: 25px;
}

.cst-clu-schedule.button button {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	background-color: #000000;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* AGENDA MODAL */

.cst-clu-scheduleModal.modal,
.cst-clu-schedule.modal {
	z-index: 9999;
}

.cst-clu-scheduleModal.modal-content {
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	font-family: 'Raleway', sans-serif;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.cst-clu-scheduleModal.modal-dialog {
	margin: 130px auto;
}

.cst-clu-scheduleModal.modal-header {
	height: auto;
	padding: 0;
	padding-bottom: 46px;
	border: none;
}

.cst-clu-scheduleModal.header-bar {
	padding: 0;
}

.cst-clu-scheduleModal.status {
	font-size: 16px;
	font-weight: 800;
	color: #8fde06;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.modal-close {
	font-size: 16px;
	font-weight: 600;
	color: #7f8c8d;
	cursor: pointer;
}

.cst-clu-scheduleModal.date {
	padding-top: 27px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #2d3c3b;
}

.cst-clu-scheduleModal.event-title {
	padding-top: 19.8px;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	color: #2d3c3b;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.time {
	font-family: 'Open Sans', sans-serif;
	padding-top: 25px;
	font-weight: bold;
}

.cst-clu-scheduleModal.initial-time {
	text-align: left;
	color: rgba(64, 63, 72, 1);
	display: inline-block;
	padding-right: 39px;
}

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

.cst-clu-scheduleModal.time-text {
	font-size: 12px;
	font-weight: 500;
}

.cst-clu-scheduleModal.time-number {
	font-size: 31px;
	font-weight: 800;
	text-transform: uppercase;
}

.cst-clu-scheduleModal.button {
	padding-top: 35px;
	width: 100%;
}

.cst-clu-scheduleModal.button button {
	width: 222px;
	height: 40px;
	border-radius: 30px;
	background-color: #000000;
	border: none;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.cst-clu-scheduleModal.button button:hover {
	background-color: #303030;
}

.cst-clu-scheduleModal.modal-body {
	padding: 0;
}

.cst-clu-scheduleModal.title {
	font-size: 24px;
	font-weight: 800;
	color: #2a2a2a;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.description {
	padding-top: 13.5px;
	font-size: 14px;
	text-align: left;
	color: rgba(42, 42, 42, .8);
	font-weight: normal;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.address {
	padding-top: 31.7px;
	font-size: 16px;
	color: #403f48;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.icon {
	color: #403f48;
	height: 100%;
	line-height: 35px;
	text-align: right;
	vertical-align: middle;
}

.cst-clu-scheduleModal.text-normal {
	font-weight: normal;
	line-height: 35px;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.text-normal i {
	margin-right: 7px;
}

.cst-clu-scheduleModal.tickets-sample {
	padding-top: 25px;
	font-size: 16px;
	line-height: 35px;
	color: #403f48;
}

.cst-clu-scheduleModal.agenda-speakers {
	padding-top: 67px;
}

.cst-clu-scheduleModal.menu-icons {
	float: right;
	display: inline-block;
	line-height: 30px;
	padding: 0;
	padding-bottom: 0;
	font-size: 30px;
	color: rgba(127, 140, 141, .5);
}

.cst-clu-scheduleModal.icon-left {
	display: inline-block;
	color: rgba(127, 140, 141, .5);
}

.cst-clu-scheduleModal.icon-right {
	display: inline-block;
	color: #60aea8;
}

.cst-clu-scheduleModal.modal-agenda-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-clu-scheduleModal.media {
	margin-top: 25px;
	width: 265px;
}

.cst-clu-scheduleModal.photo {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	object-fit: cover;
}

.cst-clu-scheduleModal.media-body {
	padding-left: 14px;
}

.cst-clu-scheduleModal.media-heading {
	width: auto;
	font-family: Raleway;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-align: left;
	color: #303030;
}

.cst-clu-scheduleModal.speaker-title {
	width: auto;
	margin: 0;
	font-family: Raleway;
	font-size: 14px;
	line-height: 1.36;
	letter-spacing: 0.4px;
	text-align: left;
	color: rgba(48, 48, 48, .8);
	word-wrap: break-word;
}

.cst-clu-scheduleModal.text {
	padding-top: 29.2px;
	font-family: Raleway;
	font-size: 14px;
	text-align: left;
	color: #303030;
	word-wrap: break-word;
}

.cst-clu-scheduleModal.media-body button {
	width: auto;
	padding: 0;
	margin-top: 10.5px;
	background: none;
	border: none;
	font-size: 9px;
	font-weight: 500;
	text-align: left;
	color: #7f8c8d;
	text-transform: uppercase;
}

.cst-clu-scheduleModal.download-container {
	padding-top: 75px;
}

.cst-clu-scheduleModal.downloads-row {
	padding-top: 28px;
	padding-left: 35px;
}

.cst-clu-scheduleModal.download-title {
	font-weight: 900;
	text-align: left;
	font-size: 16px;
	text-align: left;
	color: #2a2a2a;
}

.cst-clu-scheduleModal.photo {
	width: 38px;
	height: 38px;
	border: none;
}

.cst-clu-scheduleModal.photo img {
	object-fit: contain;
}

.cst-clu-scheduleModal.media-body h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 800;
	color: #303030;
}

.cst-clu-scheduleModal.media-body p {
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	color: #7f8c8d;
}

.cst-clu-scheduleModal.tags-container {
	padding-top: 67px;
	padding-right: 56px;
	padding-bottom: 50px;
}

.cst-clu-scheduleModal.tags-container .tags {
	margin-top: 25px;
	padding-left: 47px;
}

.cst-clu-scheduleModal.label-color {
	background-color: #e9e9e9;
	font-weight: 800;
	color: #7f8c8d;
}


/* SPEAKER MODAL */

.cst-clu-speakerModal.modal-backdrop {
	z-index: 100000 !important;
}

.cst-clu-speakerModal.modal {
	z-index: 100001 !important;
}

.cst-clu-speakerModal.modal-content {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 35px;
	padding-bottom: 40px;
	font-family: 'Raleway', sans-serif;
}

.cst-clu-speakerModal.modal-header {
	border: none;
	padding: 0;
}

.cst-clu-speakerModal.modal-close {
	font-size: 16px;
	font-weight: 600;
	color: #7f8c8d;
	cursor: pointer;
}

.cst-clu-speakerModal.img-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.cst-clu-speakerModal.speaker-img {
	width: 340px;
	height: 425px;
}

.cst-clu-speakerModal.speaker-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.cst-clu-speakerModal.speaker-wrap {
	padding-left: 60px;
	padding-right: 0;
}

.cst-clu-speakerModal.speaker-menu {
	padding-top: 20px;
	font-size: 14px;
	background: none;
	letter-spacing: 1.6px;
	text-align: left;
	color: #2d3c3b;
}

.cst-clu-speakerModal.speakertitle {
	padding-top: 25px;
	font-size: 30px;
	font-weight: 900;
	text-align: left;
	word-wrap: break-word;
}

.cst-clu-speakerModal.icons {
	padding-top: 14px;
}

.cst-clu-speakerModal.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;
}

.cst-clu-speakerModal.icon>a {
	text-decoration: none;
	color: #ffffff;
}

.cst-clu-speakerModal.icon:hover {
	background-color: #000000;
}

.cst-clu-speakerModal.speaker-text {
	padding-top: 21px;
	font-size: 16px;
	line-height: 1.69;
	text-align: left;
	color: #7b8c8d;
	word-wrap: break-word;
}

/* .cst-clu-speakerModal {
	padding: 0;
	padding-top: 25px;
} */

.cst-clu-speakerModal.speaker-button {
	text-align: left;
	padding-top: 50px;
}

.cst-clu-speakerModal.speaker-button button {
	width: 222px;
	height: 40px;
	border-radius: 30px;
	background-color: #000000;
	border: none;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.cst-clu-speakerModal.speaker-button button:hover {
	background-color: #303030;
}

.cst-clu-speakerModal.speaker-agenda {
	margin-top: 35px;
	height: 311px;
	overflow-x: scroll;
}

.cst-clu-speakerModal.eventCard {
	height: auto;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #e9e7e7;
	margin-bottom: 14px;
}

.cst-clu-speakerModal.time {
	display: inline-block;
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 18px;
}

.cst-clu-speakerModal.initial {
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #7b8c8d;
}

.cst-clu-speakerModal.final {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #acb9bd;
}

.cst-clu-speakerModal.details {
	display: inline-block;
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 18px;
}

.cst-clu-speakerModal.event-title {
	font-size: 14px;
	font-weight: 900;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-clu-speakerModal.event-location {
	font-size: 14px;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-clu-speakerModal.other-speakers {
	width: 100%;
	padding-top: 114px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cst-clu-speakerModal.o-speakers-card {
	flex: 0 0 auto;
	margin-right: 14px;
	height: 120px;
	width: 250px;
	border-radius: 2.4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.cst-clu-speakerModal.card-img {
	height: 120px;
	width: 94px;
	display: inline-block;
}

.cst-clu-speakerModal.card-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 2.4px;
	border-bottom-left-radius: 2.4px;
}

.cst-clu-speakerModal.info {
	height: 120px;
	width: 140px;
	padding-left: 12px;
	padding-top: 16px;
	display: inline-block
}

.cst-clu-speakerModal.info-name {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-align: left;
	color: #303030;
}

.cst-clu-speakerModal.info-company {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 1.36;
	letter-spacing: 0.4px;
	text-align: left;
	color: rgba(48, 48, 48, .8);
}



@media (max-width:1800px) {	
	/* HEADER */
	.cst-clu-header.header {
		min-height: 50vh;
	}
}

@media (max-width:1600px) {	
	/* HEADER */
	.cst-clu-header.header {
		min-height: 40vh;
	}
}


@media (max-width:1300px) {
	/* HEADER */
	.cst-clu-header.header {
		min-height: 30vh;
	}

	/* ABOUT*/
	.cst-clu-about.about-wrap {
		padding-left: 70px;
		padding-right: 60px;
	}

	/* LOCATION*/

	/* APP */

	/* sponsors */

	.cst-clu-exhibitor.sponsors,
	.cst-clu-sponsor.sponsors {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:1200px) {
	.cst-clu-speakerModal.modal-content {
		padding-left: 50px;
		padding-right: 50px;
	}

	.cst-clu-header.header {
		min-height: 23vh;
	}
}

@media (min-width: 1140px) {
	.cst-clu-speakerModal.modal-lg {
		width: 1140px;
	}
}

@media(max-width:1199px) {
	.cst-clu-speaker.thumbnail,
	.cst-clu-speakerDays.thumbnail {
		margin-left: 25px;
		margin-right: 30px;
	}

	/* AGENDA */

	.cst-clu-schedule.card {
		margin-right: 8px;
		margin-left: 5px;
		width: 300px;
	}

	.cst-clu-schedule.button {
		width: 250px;
	}
}

@media (max-width: 992px) {
	.cst-clu-speakerModal.modal-content {
		padding-left: 35px;
		padding-right: 35px;
	}
	.cst-clu-speakerModal.speaker-wrap {
		padding-left: 0;
		padding-top: 45px;
	}
	.cst-clu-speakerModal.speaker-img {
		width: 250px;
		height: 320px;
	}
	.cst-clu-speakerModal.other-speakers {
		padding-top: 75px;
	}
	.cst-clu-speakerModal.speaker-button {
		padding-top: 35px;
	}
	.cst-clu-speakerModal.main-menu {
		display: flex;
		justify-content: center;
	}
}

@media(max-width:991px) {
	/* header */
	.cst-clu-header.header {
		min-height: 300px;
	}

	.cst-clu-header.header-body .header-title, 
	.cst-clu-header.header .header-title {
		font-size: 70px;
		letter-spacing: normal;
	}

	.cst-clu-header.header .headerCover, 
	.cst-clu-header.header .headerCover.headerCoverBody {
		display: none;
	}

	.cst-clu-header.header .background-header {
		min-height: 350px;
		top: 0;
		display: block;
	}

	.cst-clu-header.header .container {
		padding: 0;
	}

	.cst-clu-header.header .date, 
	.cst-clu-header.header .address {
		padding-top: 25px;
	}

	.cst-clu-header.header-body .initial-date, 
	.cst-clu-header.header .initial-date, 
	.cst-clu-header.header .location {
		padding-right: 20px;
	}

	.cst-clu-header.header-body .container {
		padding-top: 0;
		margin-top: 100px;
		padding-bottom: 30px;
	}

	/* navbar */

	.cst-clu-header.navbar-header {
		float: none;
	}

	.cst-clu-header.navbar-collapse {
		border: none;
	}

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

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

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

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

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

	.cst-clu-header.navbar-nav>li>a {
		padding: 3px 15px;
	}

	.cst-clu-header.affix-top {
		background: #888888 !important;
		border: none;
		margin-bottom: 0;
		position: fixed;
	}

	.cst-clu-header.affix {
		background: #333333;
	}

	.cst-clu-header.container>.navbar-collapse {
		padding: 0;
		margin-left: 0 !important;

	}
	.cst-clu-header.navbar-brand {
		margin: 0;
	}

	.cst-clu-header.navbar-toggle {
		display: block;
		height: 70px;
	}

	.cst-clu-header.navbar-header {
		background-color: none;
		/*COR DO APP CLARA-ESCURA*/
		height: auto;
		padding: 0;
		margin: 0;
	}

	.cst-clu-header.navbar-nav {
		margin: 0 !important;
	}
	
	.cst-clu-header.dropdown-menu {
		margin-top: -5px !important;
	}

	/* ABOUT*/
	.cst-clu-about.about {
		height: auto;
	}
	.cst-clu-about.side-img img {
		height: 437px;
		width: 100%;
	}
	.cst-clu-about.cst-clu-aboutwrap {
		height: 100%;
		overflow: hidden;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/* REGISTRATION */

	.cst-clu-registration.container {
		padding-top: 46px;
		padding-bottom: 0;
		padding-left: 28px;
		padding-right: 27px;
	}

	/* speaker */

	.cst-clu-speaker.container,
	.cst-clu-speakerDays.container {
		padding-top: 101px;
		padding-bottom: 101px;
	}

	.cst-clu-speaker.thumbnail,
	.cst-clu-speakerDays.thumbnail {
		margin-left: 40px;
		margin-right: 40px;
	}

	/* LOCATION*/

	.cst-clu-map.location {
		padding-top: 45px;
		height: auto;
	}

	.cst-clu-map.location-card {
		width: 100%;
		border-radius: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		box-shadow: none;
	}

	.cst-clu-map.info-container, .cst-clu-map.location-title, .cst-clu-map.location-address {
		text-align: center;
	}

	.cst-clu-map.button {
		padding-top: 26px;
	}

	/* APP */

	.cst-clu-download.app {
		padding-top: 72px;
		padding-bottom: 50px;
	}

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

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

	.cst-clu-download.android, .cst-clu-download.ios {
		padding-top: 14px;
	}

	.cst-clu-download.splash {
		top: 50px;
	}

	/* agenda */

	.cst-clu-schedule.agenda {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 103px;
	}

	.cst-clu-schedule.cards-container {
		padding-top: 43px;
	}

	.cst-clu-schedule.card {
		margin-right: 10px;
		width: 343px;
	}

	.cst-clu-schedule.button {
		width: 100%;
	}

	/* agenda modal*/

	.cst-clu-scheduleModal.date {
		font-size: 12px;
	}

	.cst-clu-scheduleModal.event-title {
		font-size: 30px;
		padding-top: 17px;
	}

	.cst-clu-scheduleModal.time {
		padding-top: 21px;
	}

	.cst-clu-scheduleModal.time-text {
		font-size: 12px;
	}

	.cst-clu-scheduleModal.time-number {
		font-size: 31px;
	}

	.cst-clu-scheduleModal.button {
		padding-top: 23px;
	}

	.cst-clu-scheduleModal.title {
		font-size: 20px;
	}

	.cst-clu-scheduleModal.modal-agenda-container {
		padding-left: 0;
	}

	.cst-clu-scheduleModal.media {
		padding-top: 41px;
	}

	.cst-clu-scheduleModal.download-container {
		padding-top: 57px;
	}

	.cst-clu-scheduleModal.download-container .media {
		padding-top: 25px;
	}

	.cst-clu-scheduleModal.download-container .downloads-row {
		padding-left: 0;
		padding-top: 26px;
	}
	
	.cst-clu-scheduleModal.tags-container {
		padding-top: 53px;
	}

	.cst-clu-scheduleModal.tags-container .tags {
		padding-left: 0;
		padding-right: 10px;
	}

	.cst-clu-modal.cst-clu-schedule.modal {
		padding: 0 !important;
	}

	.cst-clu-scheduleModal.modal-dialog {
		margin: 130px 10px 10px 10px;
	}
}

@media(max-width:767px) {
	.cst-clu-about.title,
	.cst-clu-countdown.title,
	.cst-clu-map.title,
	.cst-clu-photo.title,
	.cst-clu-sponsor.title,
	.cst-clu-exhibitor.title,
	.cst-clu-speaker.title,
	.cst-clu-speakerDays.title,
	.cst-clu-speakerDays.title,
	.cst-clu-registration.title,
	.cst-clu-schedule.title  {
		font-size: 25px;
	}

	/* header */

	.cst-clu-header.header {
		min-height: 300px;
	}

	.cst-clu-header.header .headerCover, 
	.cst-clu-header.header .headerCover.headerCoverBody {
		display: none;
	}
	
	.cst-clu-header.background-header {
		height: 238px;
		background-position: 25% 50%!important;
	}

	.cst-clu-header.header-body .container {
		margin-top: 100px;
	}

	.cst-clu-header.header-body .initial-date, 
	.cst-clu-header.header .initial-date, 
	.cst-clu-header.header .location {
		padding-right: 10px;
	}

	.cst-clu-header.header-body .date, 
	.cst-clu-header.header .date, 
	.cst-clu-header.header .address {
		font-size: 12px;
	}

	.cst-clu-header.header-body .header-title, 
	.cst-clu-header.header .header-title {
		font-size: 24px;
	}

	.cst-clu-header.header-body .calendar-icon, 
	.cst-clu-header.header .calendar-icon {
		padding-right: 1px;
	}

	/* navbar */

	.cst-clu-header.container>.navbar-collapse {
		padding-left: 10px;
		margin: 0
	}

	.cst-clu-header.container>.navbar-header {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* .cst-clu-header.navbar-toggle.collapsed {
		padding-left: 0px;
		padding-right: 0px !important;
	} */

	/* eventDetails */

	.cst-clu-eventDetails {
		text-align: left;
		/* padding-top:70px;
		padding-bottom:100px; */
	}

	.cst-clu-eventDetails.event-title {
		font-size: 34px;
		padding-top: 50px;
	}

	.cst-clu-eventDetails.info {
		font-size: 17px;
		font-weight: 500;
	}

	.cst-clu-eventDetails.date-time {
		padding-top: 18px;
	}

	.cst-clu-eventDetails.initial-date {
		display: inline-block;
		padding-right: 0;
	}

	.cst-clu-eventDetails.final-date {
		display: inline-block;
		padding-left: 16px;
	}

	.cst-clu-eventDetails.social-icons {
		right:10px;
	}

	.cst-clu-eventDetails.social-icons .icon{
		width: 27px;
	}

	.cst-clu-eventDetails.button {
		padding-top: 49px;
	}

	.cst-clu-eventDetails.buttonItem {
		width: 294px;
		height: 55.9px;
		font-size: 20px;
	}

	/* ABOUT*/

	.cst-clu-about.title {
		text-align: center;
	}
	.cst-clu-about.text {
		font-size: 12px;
		text-align: left;
	}
	.cst-clu-about.about-wrap {
		padding-top: 77px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 55px;
		margin: 25px 0;
	}

	/* countdown */
	
	.cst-clu-countdown.container {
		padding-top: 62px;
		padding-bottom: 51.8px;
	}

	.cst-clu-countdown.number {
		font-size: 25px;
		text-align: center;
		width: auto;
		margin-top: 5px;
	}

	.cst-clu-countdown.divider {
		font-size: 25px;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 20px;
	}

	.cst-clu-countdown.text {
		font-size: 11px;
	}

	/* REGISTRATION */

	.cst-clu-registration.container {
		padding-top: 32px;
		padding-bottom: 38px;
		padding-left: 25px;
		padding-right: 30px;
	}

	.cst-clu-registration.event-description{
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}

	/* LOCATION*/

	.cst-clu-map.location-address {
		font-size: 12px;
		padding: 8px 16px;
	}

	.cst-clu-map.button button {
		width: 275px;
		height: 30px;
	}

	.cst-clu-map.info-container {
		padding-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.cst-clu-map.map {
		height: 164px;
		margin: 25px 0;
	}

	.cst-clu-map.map img {
		height: 164px;
	}

	.cst-clu-map.container {
		padding: 0;
	}

	.cst-clu-map.location-card {
		padding-top: 60px;
		width: 100%;
        border-radius: 0px;
        box-shadow: none;
	}

	/* APP */

	/* SPONSOR */

	.cst-clu-sponsor.sponsors,
	.cst-clu-exhibitor.sponsors {
		padding-top: 79px;
		padding-bottom: 79px;
	}

	.cst-clu-sponsor.sponsors-container,
	.cst-clu-exhibitor.sponsors-container {
		padding-top: 50px;
	}

	.cst-clu-sponsor.sponsors-wrap,
	.cst-clu-exhibitor.sponsors-wrap {
		padding-top: 21px;
	}

	.cst-clu-sponsor.sponsor,
	.cst-clu-exhibitor.sponsor {
		margin-top: 8px;
	}

	.cst-clu-sponsor.sponsor-title,
	.cst-clu-exhibitor.sponsor-title {
		padding-top: 30px;
	}

	/* speakers */

	.cst-clu-speaker.thumbnail,
	.cst-clu-speakerDays.thumbnail {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 18px;
	}

	.cst-clu-speaker.container,
	.cst-clu-speakerDays.container {
		padding-top: 55px;
		padding-bottom: 72px;
	}

	.cst-clu-speaker.speaker-title,
	.cst-clu-speakerDays.speaker-title {
		font-size: 16px;
		padding-top: 40px;
	}

	.cst-clu-speaker.speakers-container,
	.cst-clu-speakerDays.speakers-container {
		padding-top: 30px;
	}

	/* calendar */
	.cst-clu-speakerDays.menu-icons,
	.cst-clu-schedule.menu-icons {
		font-size: 35px;
	}

	.cst-clu-speakerDays.tabs a,
	.cst-clu-schedule.tabs a {
		height: 76px;
		padding-left: 10px;
		padding-top: 6px;
		padding-bottom: 10px;
		padding-right: 10px;
		margin-right: 5px;
		margin-left: 5px;
	}

	.cst-clu-speakerDays.calendar-text,
	.cst-clu-schedule.calendar-text {
		font-size: 14px;
		line-height: 2em;
	}

	.cst-clu-speakerDays.calendar-number,
	.cst-clu-schedule.calendar-number {
		font-size: 36px;
		line-height: 1em;
	}

	/* AGENDA */

	.cst-clu-eventDetails.agenda {
		padding-top: 60px;
		padding-bottom: 68px;
	}

	.cst-clu-eventDetails.cards-container {
		padding-top: 35px;
	}

	.cst-clu-eventDetails.card {
		width: 298px;
		height: auto;
	}

	.cst-clu-eventDetails.button {
		width: 298px;
	}

	.cst-clu-eventDetails.button button {
		height: 30px;
		width: 250px;
	}

	.cst-clu-eventDetails.info-container {
		padding-left: 21px;
		padding-right: 15px;
	}

	/* AGENDA MODAL */

	.cst-clu-scheduleModal.modal-content {
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
	}
	.cst-clu-scheduleModal.event-title {
		font-size: 24px;
	}
	.cst-clu-scheduleModal.time-number {
		font-size: 22px;
	}
	.cst-clu-scheduleModal.initial-time {
		padding-right: 10px;
	}
}

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

	.cst-clu-download.app-title {
		font-size: 18px;
		font-weight: 800;
		line-height: 1;
		color: #403f48;
		padding-left: 50px;
		padding-right: 50px;
	}

	/* LOCATION*/

	/* speakerModal */

	.cst-clu-speakerModal.modal-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.cst-clu-speakerModal.nav-pills>li>a {
		padding: 5px 5px;
	}

	.cst-clu-speakerModal.speaker-img {
		width: 250px;
		height: auto;
	}

	.cst-clu-speakerModal.speaker-wrap {
		padding-top: 25px;
	}

	.cst-clu-speakerModal.speakertitle {
		font-size: 24px;
	}
}

@media (max-width: 992px) {
	.cst-clu-events.container-list .cst-clu-events.cover {
		width: 200px;
	}

	.cst-clu-events.ticket-info-list {
		flex-basis: 25%;
	}
}

@media (max-width: 480px) {
    .cst-clu-events.container-grid {
        width: 100% !important;
    }

	.cst-clu-events.container-list {
		flex-direction: column;
	}

	.cst-clu-events.container-list .cst-clu-events.cover {
		width: 100%;
		height: 150px;
		border-radius: 10px 10px 0 0;
	}

	.cst-clu-events.form-control.input-form {
		flex: auto;
	}
}