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

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

.cst-or-registration.title,
.cst-or-map.title,
.cst-or-speaker.title,
.cst-or-schedule.title,
.cst-or-speakerDays.title,
.cst-or-about.title {
	text-transform: uppercase;
	height: auto;
	width: 210px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-registration.title:after,
.cst-or-map.title:after,
.cst-or-speaker.title:after,
.cst-or-speakerDays.title:after,
.cst-or-schedule.title:after,
.cst-or-about.title:after {
	background: none repeat scroll 0 0 #0e4ead;
	/* COR PRIMARIA */
	bottom: -14px;
	content: "";
	display: block;
	position: relative;
	width: 205px;
	height: 8px;
	margin: 0 auto;
}

/* SECTIONS HEADERS AND FOOTERS */
.cst-or-about.section-header, .cst-or-about.section-footer,
.cst-or-countdown.section-header, .cst-or-countdown.section-footer,
.cst-or-map.section-header, .cst-or-map.section-footer,
.cst-or-download.section-header, .cst-or-download.section-footer,
.cst-or-photos.section-header, .cst-or-photos.section-footer,
.cst-or-sponsor.section-header, .cst-or-sponsor.section-footer,
.cst-or-exhibitor.section-header, .cst-or-exhibitor.section-footer,
.cst-or-speaker.section-header, .cst-or-speaker.section-footer,
.cst-or-speakerDays.section-header, .cst-or-speakerDays.section-footer,
.cst-or-registration.section-header, .cst-or-registration.section-footer,
.cst-or-schedule.section-header, .cst-or-schedule.section-footer {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #7f8c8d;
	margin: 25px 0 0 7px;
	word-wrap: break-word;
}

.cst-or-eventDetails.title-center,
.cst-or-photo.title-center,
.cst-or-countdown.title-center,
.cst-or-sponsor.title-center {
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-photo.title-center:after,
.cst-or-eventDetails.title-center:after,
.cst-or-countdown.title-center:after,
.cst-or-sponsor.title-center:after {
	background: none repeat scroll 0 0 #0e4ead;
	/* COR PRIMARIA */
	bottom: -14px;
	content: "";
	display: block;
	position: relative;
	width: 205px;
	height: 8px;
	margin: 0 auto;
}

.cst-or-registration.title {
	padding: 40px 0;
}

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-or-modal.modal::before,
body#websiteCreator.modal-open .cst-or-modal.modal::before {
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000007a;
	-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-or-modal.modal.active {
	display: block;
}

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

body#websiteCustomContent {
	padding: 0!important;
}

.cst-or-about.container,
.cst-or-photo.container,
.cst-or-speaker.container {
	padding: 95px 0;
}

.cst-or-about.container {
	height: 100%;
}


/* HEADER */


.cst-or-header.fixedTop {
	position: relative !important;
}

.cst-or-header.header {
	min-height: 682px;
	width: 100%;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	overflow: hidden !important;
}

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

.cst-or-header.content {
	padding-top: 50px;
}

.cst-or-header.info {
	font-size: 17px;
	font-weight: normal;
	word-wrap: break-word;
}

.cst-or-header.date-time {
	display: inline-block;
	word-wrap: break-word;
}

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

.cst-or-header.date-time:first-child {
	padding-right: 18px;
}

.cst-or-header.date-time .initial-date {
	display: inline-block;
	padding-right: 18px;
}

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

.cst-or-header.icon {
	margin-right: 7px;
}

.cst-or-header.slogan {
	padding-top: 70px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.19;
	margin: auto;
	word-wrap: break-word;
}

.cst-or-header.button {
	padding-top: 40px;
}

.cst-or-header.countdown-enabled+.flex-container+.button {
	padding-top: 49px;
}

.cst-or-header.countdown-enabled+.flex-container.slogan {
	padding-top: 49px;
}

.cst-or-header.button-register {
	color: #ffffff;
	width: 387px;
	height: 70px;
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	word-wrap: break-word;
}

/* NAVBAR */

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

.cst-or-header.affix-top {
	background: none;
	border: none !important;
	margin-bottom: 0;
}

.cst-or-header.affix+.container {
	padding-top: 75px;
}

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

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

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

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

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

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

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

.cst-or-header.navbar-nav>li>a {
	height: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	background: none !important;
	text-transform: uppercase;
	word-wrap: break-word;
}

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

.cst-or-header.navbar-right>li>a {
	padding-right: 0;
}

.cst-or-header.avatar {
	width: 41px;
	height: 41px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	padding: 0;
}

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

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

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

.cst-or-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-or-eventDetails.countdown {
	margin-top: 40px;
}

.cst-or-eventDetails.container {
	padding: 40px 0;
}

.cst-or-eventDetails.info {
	margin: 60px 0;
	font-size: 24px;
	text-align: center;
	word-wrap: break-word;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.cst-or-eventDetails.address,
.cst-or-eventDetails.date-time,
.cst-or-eventDetails.info {
	width: 100%;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.cst-or-eventDetails.button {
	text-align: center;
}

.cst-or-eventDetails.initial-date {
	padding-right: 10px;
}

.cst-or-eventDetails.final-date {
	padding-left: 10px;
}

.cst-or-eventDetails.button button,
.cst-or-eventDetails.button a {
	width: 387px;
	display: block;
    margin: 0 auto;
    padding: 30px 0;
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	word-wrap: break-word;
}

/* ABOUT */

.cst-or-about.about {
	height: 100%;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	background-color: #ffffff;
}

.cst-or-about.text {
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7f8c8d;
	padding-right: 50px;
	margin-left: 7px;
	word-wrap: break-word;
}

.cst-or-about.text-box1 {
	padding-top: 66px;
}

.cst-or-about.text-box2 {
	padding-top: 44px;
}


/* COUNTDOWN */

.cst-or-countdown.title-center {
	margin: 0;
    padding: 40px 0;
}

.cst-or-countdown.countdown {
    display: flex;
    justify-content: center;
    font-size: 64px;
    width: 100%;
    font-weight: 600;
    transition: all 0.5s ease;
    margin: 20px 0;
	flex-direction: row;
}

.cst-or-countdown.countdown-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cst-or-countdown.countdown-label {
	font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: break-word;
    margin-bottom: 10px;
	position: relative;
}

.cst-or-countdown.time {
	font-family: 'Lato', sans-serif;
    display: block;
    line-height: 1;
}

.cst-or-countdown.countdown-sep {
	width: 44px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 5px;
}


/* LOCATION */

.cst-or-map.container {
	padding-top: 190px;
	padding-bottom: 158px;
}

.cst-or-map.title {
	padding-top: 162px;
}

.cst-or-map.text {
	padding-top: 111px;
	font-family: SegoeUI;
	font-size: 18px;
	line-height: 1.33;
	text-align: left;
	color: #95989a;
	word-wrap: break-word;
}

.cst-or-map.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;
}

.cst-or-map.button button {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background-color: #fcb334;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	word-wrap: break-word;
}

.cst-or-map.image {
	height: 570px;
	width: 100%;
}

.cst-or-map.image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


/* PHOTOS */

.cst-or-photo.photos-container {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

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

.cst-or-photo.photo img {
	width: 250px;
    height: 200px;
    object-fit: cover;
}

/* APP */

.cst-or-download.background-primary-color {
    background-color: #0C5890;
}

.cst-or-download.app {
	height: auto;
}

.cst-or-download.app-background {
	height: 295px;
}

.cst-or-download.container {
	padding-top: 76px;
	padding-left: 112px;
	padding-bottom: 76px;
}

.cst-or-download.text {
	font-family: 'Ubuntu', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.19;
	text-align: left;
	color: #ffffff;
	word-wrap: break-word;
}

.cst-or-download.badges {
	padding-top: 34.1px;
}

.cst-or-download.ios {
	width: auto;
	height: 53.4px;
	border-radius: 5px;
	display: inline-block;
}

.cst-or-download.ios img {
	height: 100%;
	object-fit: contain;
}

.cst-or-download.android {
	margin-left: 10px;
	width: auto;
	height: 53.4px;
	border-radius: 5px;
	display: inline-block;
}

.cst-or-download.android img {
	height: 100%;
	object-fit: contain;
}

.cst-or-download.smartphone-wrap {
	position: relative;
}

.cst-or-download.smartphone {
	width: auto;
	height: 400px;
	position: absolute;
	top: -130px;
	left: 50px;
}

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

.cst-or-download.splash {
	height: 291px;
	width: 162px;
	position: absolute;
	top: -80px;
	left: 79px;
}

.cst-or-download.splash img {
	width: auto;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cst-or-download.responsive {
	padding: 0;
	height: 290px;
	overflow-y: auto;
}

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

/* SPONSOR */

.cst-or-sponsor.container {
    padding-top: 137px;
    padding-bottom: 147.9px;
}

.cst-or-sponsor.wrap-sponsors {
    padding-top: 20px;
}

.cst-or-sponsor.category {
    padding-top: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.19;
    color: #7f8c8d;
    text-align: center;
}

.cst-or-sponsor.sponsors-container {
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cst-or-sponsor.sponsor {
    height: 108px;
    width: 108px;
    display: flex;
	margin: 8px 25px;
}

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


/* SPEAKERS */

.cst-or-speaker.speakers,
.cst-or-speakerDays.speakers {
	font-family: 'Ubuntu', sans-serif;
	background-color: #ffffff;
	overflow: hidden;
}

.cst-or-speaker.category {
	padding-top: 40px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.19;
	color: #7f8c8d;
	text-align: center;
	margin-bottom: 40px;
}

.cst-or-speaker.icons {
    margin-bottom: 5px;
}

.cst-or-speaker.speakers-container {
	width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.cst-or-speaker.thumbnail {
	width: 230px;
    padding: 1rem;
}

.cst-or-speaker.imgItem {
    width: 150px;
	border-radius: 100%;
	object-fit: cover;
}

.cst-or-speaker.caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cst-or-speaker.calendar {
	height: 56px;
	display: inline-block;
	padding-left: 20px;
}

.cst-or-speaker.tabs {
	height: 56px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.23;
}

.cst-or-speaker.tab-content>.active {
	display: flex;
}

.cst-or-speaker.speakers-tabs {
	padding-top: 114px;
}

.cst-or-speaker.tabs>li {
	display: none;
}

.cst-or-schedule li.show,
.cst-or-speaker li.show,
.cst-or-schedule li.active,
.cst-or-speaker li.active {
	display: block !important;
}

.cst-or-speaker.tabs a {
	height: 56px;
	border-radius: 4px;
	background-color: #e6eaea;
	color: #7f8c8d;
	line-height: 56px;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	margin-right: 5px;
	word-wrap: break-word;
}

.cst-or-speaker.calendar .tabs .active a,
.cst-or-speaker.calendar .tabs .active a:hover,
.cst-or-speaker.calendar .tabs .active a:focus {
	background-color: #0e4ead;
	height: 56px;
	border-radius: 4px;
	color: #ffffff;
}

.cst-or-speaker.menu-icons {
	float: left;
	display: inline-block;
	line-height: 56px;
	padding: 0;
	padding-bottom: 0;
	font-size: 50px;
	color: rgba(127, 140, 141, .5);
}

.cst-or-speaker.menu-icons .icon-left {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
	cursor: pointer;
}

.cst-or-speaker.menu-icons .icon-right {
	display: inline-block;
	cursor: pointer;
}

.cst-or-speaker.row1 {
	padding-top: 18px;
}

.cst-or-speaker.row2 {
	padding-top: 34px;
}

.cst-or-speaker.card {
	position: relative;
	width: 274px;
	padding: 0;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 25px;
	border: none;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cst-or-speaker.card img {
	width: 100%;
	height: 180px;
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	object-fit: cover;
}

.cst-or-speaker.info-wrap {
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 75px;
	word-wrap: break-word;
}

.cst-or-speaker h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.19;
	text-align: center;
	color: #333333;
	word-wrap: break-word;
	margin: 0;
}

.cst-or-speaker h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.21;
	text-align: left;
	word-wrap: break-word;
}

.cst-or-speaker.description {
	margin: 5px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.67;
    text-align: left;
    color: #7f8c8d;
    word-wrap: break-word;
}

.cst-or-speaker.icon {
    width: 19.3px;
    height: 19.3px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}

.cst-or-speaker.icon>a {
	line-height: 19.3px;
	text-decoration: none;
	color: #ffffff;
}

.cst-or-speaker.button {
	width: 100%;
	text-align: center;
}

.cst-or-speaker.button button {
	width: 111px;
	height: 28.5px;
	border-radius: 4px;
	border: solid 1px #fcb334;
	background: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #fcb334;
	word-wrap: break-word;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* AGENDA */

.cst-or-schedule.agenda {
	background-color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	overflow: hidden;
}

.cst-or-schedule.background-secondary-color, 
.cst-or-schedule.button button,
.cst-or-header.background-secondary-color, 
.cst-or-header.button button,
.cst-or-eventDetails.background-secondary-color, 
.cst-or-eventDetails.button a,
.cst-or-eventDetails.button button {
    background-color: #333333;
}

.cst-or-schedule.container {
	padding-top: 102px;
	padding-bottom: 96px;
}

.cst-or-schedule.filters {
	margin-top: 108px;
	margin-right: 30px;
	border-radius: 4px;
	border: solid 1px #95989a;
}

.cst-or-schedule.main {
	padding-top: 13px;
	padding-left: 13px;
	padding-bottom: 13px;
}

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

.cst-or-schedule.main-icon {
	float: right !important;
	margin-right: 15px;
	display: inline-block;
	color: #7f8c8d;
	font-size: 18px;
}

.cst-or-schedule.main[aria-expanded=true] .main-icon .fa-caret-down {
	display: none;
}

.cst-or-schedule.main[aria-expanded=false] .main-icon .fa-caret-up {
	display: none;
}

.cst-or-schedule.options {
	padding-top: 56px;
	padding-left: 27px;
}

.cst-or-schedule.titles {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-schedule.description {
	padding-top: 8px;
	font-size: 14px;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-schedule.checkbox-container {
	margin-top: 20px;
}

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

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

.cst-or-schedule.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;
}

.cst-or-schedule.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: 4px;
}

.cst-or-schedule.form-inline input[type="checkbox"]:checked+label {
	border: solid 1px #fcb334;
	background-color: #fcb334;
	color: #ffffff;
}

.cst-or-schedule.buttons {
	margin-top: 50px;
	padding-left: 27px;
	padding-bottom: 30px;
}

.cst-or-schedule.buttons .button1 {
	display: inline-block;
	width: 109.3px;
	height: 36.6px;
	font-size: 12px;
	border-radius: 4px;
	line-height: 36.6px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: none;
}

.cst-or-schedule.buttons .button2 {
	display: inline-block;
	margin-left: 10px;
	width: 109.3px;
	height: 36.6px;
	border-radius: 4px;
	background-color: rgba(127, 140, 141, 0.15);
	font-size: 12px;
	font-weight: bold;
	line-height: 36.6px;
	text-align: center;
	color: rgba(127, 140, 141, 0.5);
	border: none;
}

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

.cst-or-schedule.calendar {
	height: 56px;
	display: inline-block;
}

.cst-or-schedule.tabs {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.23;
}

.cst-or-schedule.tab-content>.active {
	display: flex;
}

.cst-or-schedule.agenda-tabs {
	margin: 0;
	padding-top: 60px;
}

.cst-or-schedule.tabs>li {
	display: none;
}

.cst-or-schedule.tabs a {
	height: 56px;
	border-radius: 4px;
	background-color: #e6eaea;
	color: #7f8c8d;
	line-height: 56px;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	margin-right: 5px;
	word-wrap: break-word;
}

.cst-or-schedule.calendar .tabs .active a,
.cst-or-schedule.calendar .tabs .active a:hover,
.cst-or-schedule.calendar .tabs .active a:focus {
	background-color: #0e4ead;
	height: 56px;
	border-radius: 4px;
	color: #ffffff;
}

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

.cst-or-schedule.icon-left {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
	cursor: pointer;
}

.cst-or-schedule.icon-right {
	display: inline-block;
	cursor: pointer;
}

.cst-or-schedule.events-container {
	width: 100%;
	margin-top: 20px;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.cst-or-schedule.event-card {
	width: 90%;
	margin-top: 46px;
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: solid 1px #ecf0f1;
	padding-bottom: 21px;
}

.cst-or-schedule.inner-container {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.cst-or-schedule.status {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #ef5350;
	word-wrap: break-word;
}

.cst-or-schedule.time-container {
	padding-top: 28px;
	text-align: center;
}

.cst-or-schedule.initial-time {
	display: inline-block;
	color: #2a333c;
	text-align: left;
	padding-right: 20px;
	word-wrap: break-word;
}

.cst-or-schedule.time-title {
	font-size: 16px;
	word-wrap: break-word;
}

.cst-or-schedule.time {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

.cst-or-schedule.final-time {
	display: inline-block;
	color: #7f8c8d;
	text-align: left;
	word-wrap: break-word;
}

.cst-or-schedule.sign-up-button {
	padding-top: 17.3px;
	width: 100%;
	height: 65.7px;
	text-align: center;
}

.cst-or-schedule.sign-up-button button {
	height: 100%;
	width: max-content;
    min-width: 208px;
    max-width: 95%;
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cst-or-schedule.places-left {
	padding-top: 16px;
	font-size: 12px;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-or-schedule.part2 {
	padding-left: 40px;
}

.cst-or-schedule.participants {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
}

.cst-or-schedule.photo img {
	display: inline-block;
	height: 39px;
	width: 39px;
	text-align: center;
}

.cst-or-schedule.pos-photo0 {
	position: absolute;
	top: 0;
	left: 0;
}

.cst-or-schedule.pos-photo1 {
	position: absolute;
	top: 0;
	left: 30px;
}

.cst-or-schedule.pos-photo2 {
	position: absolute;
	top: 0;
	left: 60px;
}

.cst-or-schedule.pos-photo3 {
	position: absolute;
	top: 0;
	left: 90px;
}

.cst-or-schedule.pos-photo4 {
	position: absolute;
	top: 0;
	left: 120px;
}

.cst-or-schedule.photo img {
	color: #ffffff;
	border-radius: 50%;
	border: solid 2px #ffffff;
}

.cst-or-schedule.plus {
	display: inline-block;
	height: 39px;
	width: 39px;
	text-align: center;
	border: solid 2px #ffffff;
	border-radius: 50%;
	background-color: #ecf0f1;
	font-size: 14px;
	line-height: 39px;
	font-weight: bold;
	text-align: center;
	color: #7f8c8d;
	margin: 0;
}

.cst-or-schedule.event-title {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-schedule.address {
	padding-top: 16px;
	font-size: 14px;
	text-align: left;
	color: #0e4ead;
	word-wrap: break-word;
}

.cst-or-schedule.icon {
	display: inline-block;
}

.cst-or-schedule.text {
	display: inline-block;
	padding: 0;
	padding-left: 10px;
}

.cst-or-schedule.tickets-sample {
	padding-top: 21px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #0e4ead;
}

.cst-or-schedule.icon {
	display: inline-block;
}

.cst-or-schedule.text {
	display: inline-block;
	padding: 0;
}

.cst-or-schedule.target-audience {
	padding-top: 24px;
}

.cst-or-schedule.audience-title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

.cst-or-schedule.audience-types {
	padding-top: 7px;
}

.cst-or-schedule.label-color1 {
	background-color: #d35150;
}

.cst-or-schedule.label-color2 {
	background-color: #d471ff;
}

.cst-or-schedule.label-color3 {
	background-color: #389df7;
}

.cst-or-schedule.label-color4 {
	background-color: #ea8d48;
}

.cst-or-schedule.label-color5 {
	background-color: #3bdea7;
}

.cst-or-schedule.label-color6 {
	background-color: #46cfe2;
}

.cst-or-schedule.next {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: #333333;
	padding-top: 51px;
}



/* SPEAKER MODAL */

.cst-or-speakerModal.modal {
	z-index: 999999;
}

.cst-or-speakerModal.modal-content {
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.cst-or-speakerModal.modal-header {
	padding-left: 45px;
	padding-right: 42px;
	padding-top: 61px;
	padding-bottom: 0;
	border: none;
}

.cst-or-speakerModal.modal-dialog {
    margin: 100px auto;
}

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

.cst-or-speakerModal[data-dismiss] {
	cursor: pointer;
}

.cst-or-speakerModal.icon-left {
	display: inline-block;
	color: rgba(127, 140, 141, .5);
	cursor: pointer;
	padding-right: 5px;
}

.cst-or-speakerModal.icon-right {
	display: inline-block;
	color: rgba(127, 140, 141, .5);
	cursor: pointer;
	padding-left: 5px;
}

.cst-or-speakerModal.icon-left.active,
.cst-or-speakerModal.icon-right.active {
	color: #0e4ead;
}

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

.cst-or-speakerModal.modal-body {
	padding-left: 45px;
	padding-right: 42px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
}

.cst-or-speakerModal.align-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.cst-or-speakerModal.img-container {
	width: 202.8px;
	height: 202.4px;
}

.cst-or-speakerModal.img-container img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.cst-or-speakerModal.icons {
	text-align: center;
	padding-top: 27px;
	padding-right: 30px;
}

.cst-or-speakerModal.icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	margin-right: 6.6px;
	font-size: 13px;
	line-height: 25px;
}

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

.cst-or-speakerModal.speaker-name {
	padding-top: 18px;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.19;
	text-align: center;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-speakerModal.speaker-title {
	font-size: 30px;
	color: #0e4ead;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
}

.cst-or-speakerModal.text {
	padding-top: 29.2px;
	margin: 0;
	font-size: 12px;
	line-height: 1.67;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-or-speakerModal.title {
	padding-top: 50px;
	font-size: 24px;
}

.cst-or-speakerModal.cards-container {
	padding-top: 35px;
}

.cst-or-speakerModal.card {
	width: 341.8px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: none;
	border-radius: 6px;
}

.cst-or-speakerModal.card-info {
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 28px;
}

.cst-or-speakerModal.event-title {
	font-size: 21px;
	font-weight: 800;
	text-align: left;
	color: #333;
}

.cst-or-speakerModal.places-left {
	padding-top: 11.9px;
	font-size: 12px;
	text-align: left;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-or-speakerModal.description {
	padding-top: 13.7px;
	font-size: 14px;
	line-height: 1.67;
	text-align: left;
	color: #5d5e5e;
	word-wrap: break-word;
}

.cst-or-speakerModal.time {
	padding-top: 21.7px;
}

.cst-or-speakerModal.initial-time {
	color: #2a333c;
	display: inline-block;
}

.cst-or-speakerModal.final-time {
	color: #7f8c8d;
	display: inline-block;
	padding-left: 39px;
}

.cst-or-speakerModal.time-text {
	font-size: 12px;
	font-weight: 500;
	word-wrap: break-word;
}

.cst-or-speakerModal.time-number {
	font-size: 31px;
	font-weight: 800;
	word-wrap: break-word;
}

.cst-or-speakerModal.button {
	margin-top: 21px;
	display: inline-block;
	width: 150px;
	height: 36.8px;
}

.cst-or-speakerModal.button button {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #fcb334;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	word-wrap: break-word;
}

.cst-or-speakerModal.button button:disabled {
	height: 100%;
	width: 100%;
	background-color: #e9e9e9;
	font-size: 14px;
	font-weight: bold;
	color: #b4babb;
}


/* AGENDA MODAL */


.cst-or-agendaModal.modal {
	z-index: 9999999;
}

.cst-or-agendaModal.modal-content {
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.cst-or-agendaModal.modal-header {
	height: auto;
	padding: 0;
	padding-bottom: 46px;
	padding-left: 42px;
	padding-right: 42px;
	border: none;
	background: url(../images/header/background.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cst-or-agendaModal.header-bar {
	padding-top: 36px;
}

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

.cst-or-agendaModal.modal-close {
	padding: 0;
}

.cst-or-agendaModal.modal-close>a {
	font-size: 16px;
	font-weight: 600;
	color: #7f8c8d;
	word-wrap: break-word;
	cursor: pointer;
}

.cst-or-agendaModal.date {
	padding-top: 27px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #161616;
	word-wrap: break-word;
}

.cst-or-agendaModal.event-title {
	padding-top: 19.8px;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	color: #161616;
	word-wrap: break-word;
}

.cst-or-agendaModal.time {
	padding-top: 25px;
	text-transform: uppercase;
}

.cst-or-agendaModal.initial-time {
	text-align: left;
	color: #161616;
	display: inline-block;
}

.cst-or-agendaModal.final-time {
	text-align: left;
	color: #666666;
	display: inline-block;
	padding-left: 39px;
}

.cst-or-agendaModal.time-text {
	font-size: 12px;
	font-weight: 500;
	word-wrap: break-word;
}

.cst-or-agendaModal.time-number {
	font-size: 24px;
	font-weight: 800;
	word-wrap: break-word;
}

.cst-or-agendaModal.button {
	padding-top: 35px;
	width: 100%;
}

.cst-or-agendaModal.button button {
	width: 153.3px;
	height: 36.8px;
	border-radius: 6px;
	background-color: #ec073e;
	font-size: 13px;
	font-weight: 800;
	color: #161616;
	border: none;
	word-wrap: break-word;
}

.cst-or-agendaModal.modal-body {
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 40px;
}

.cst-or-agendaModal.title {
	font-size: 24px;
	font-weight: 800;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-agendaModal.description {
	padding-top: 45px;
	font-size: 14px;
	text-align: left;
	color: #95989a;
	font-weight: normal;
	word-wrap: break-word;
}

.cst-or-agendaModal.address {
	padding-top: 31.7px;
	font-size: 16px;
	color: #333333;
	word-wrap: break-word;
}

.cst-or-agendaModal.icon {
	margin-right: 7px;
	color: #ec073e;
	height: 100%;
	text-align: right;
	vertical-align: middle;
}

.cst-or-agendaModal.tickets-sample {
	padding-top: 25px;
	font-size: 16px;
	line-height: 35px;
	color: #333333;
}

.cst-or-agendaModal.agenda-speakers {
	padding: 65 0px;
}

.cst-or-agendaModal.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-or-agendaModal.icon-left {
	display: inline-block;
	color: rgba(127, 140, 141, .5);
	cursor: pointer;
}

.cst-or-agendaModal.icon-right {
	display: inline-block;
	color: #ec073e;
	cursor: pointer;
}

.cst-or-agendaModal.modal-agenda-container {
	padding-left: 43px;
	padding-left: 42px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.cst-or-agendaModal.media {
	margin-top: 25px;
	width: 265px;
}

.cst-or-agendaModal.media.invisible {
	display: none;
}

.cst-or-agendaModal.media .photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.cst-or-agendaModal.media-body {
	padding-left: 14px;
}

.cst-or-agendaModal.media-heading {
	width: auto;
	font-size: 19px;
	font-weight: 800;
	text-align: left;
	color: #333333;
}

.cst-or-agendaModal.speaker-title {
	width: auto;
	font-size: 14px;
	color: #ec073e;
	font-weight: 800;
	text-align: left;
	margin: 0;
}

.cst-or-agendaModal button {
	width: auto;
	padding: 0;
	margin-top: 10.5px;
	background: none;
	border: none;
	font-size: 9px;
	font-weight: 500;
	text-align: left;
	color: #7f8c8d;
}

.cst-or-agendaModal.agenda-speakers{
	padding: 20px 0;
}

.cst-or-agendaModal.addressLine i {
	padding-right: 7px;
}

.cst-or-agendaModal.download-container {
	padding-top: 75px;
}


.cst-or-agendaModal.downloads-row {
	padding-top: 28px;
	padding-left: 35px;
}

.cst-or-agendaModal.download-title {
	font-weight: 900;
	text-align: left;
	font-size: 16px;
	text-align: left;
	color: #333333;
}

.cst-or-agendaModal.photo {
	width: 38px;
	height: 38px;
	border: none;
}

.cst-or-agendaModal.photo img {
	object-fit: contain;
}

.cst-or-agendaModal.media-body h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 800;
	color: #333333;
}

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

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

.cst-or-agendaModal.tags {
	margin-top: 25px;
	padding-left: 47px;
}

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



@media(max-width:1307px) {
	/* SPONSOR */
	.cst-or-sponsor.sponsors {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cst-or-sponsor.sponsors-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(max-width:991px) {
	/* HEADER */

	.cst-or-header.button {
		padding-top: 58px;
	}

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

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

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

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

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

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

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

	.cst-or-header.collapse.navbar-collapse {
		position: absolute;
		z-index: 1;
		width: 100%;
		padding-left: 0;
	}

	.cst-or-header.affix-top {
		background: #333333;
		border: none;
		margin-bottom: 0;
		height: 70px;
		height: 70px;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 9999;
	}

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

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

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

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

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

	.cst-or-header.navbar-nav>li {
		/* FUNDO ESCURO PARA APARECER QUANDO A NAVBAR FICAR NO TOPO DO CONTEUDO DO HEADER ON COLLAPSE*/
		background-color: rgb(51, 51, 51);
	}

	.cst-or-header.navbar-nav>li>a {
		padding: 12px 15px !important;
		line-height: 1;
	}

	/* LOCATION */

	.cst-or-map.container {
		padding-top: 0;
		padding-bottom: 33.8px;
	}

	.cst-or-map.title {
		padding-top: 71px;
	}

	.cst-or-map.text {
		padding-top: 57px;
	}

	.cst-or-map.button {
		margin-top: 19.7px;
		margin-bottom: 57.5px;
	}

	/* APP */
	.cst-or-download.app {
		height: 305px;
	}

	.cst-or-download.row {
		margin: 0;
	}

	.cst-or-download.container {
		padding: 0;
	}

	.cst-or-download.text {
		padding-top: 99px;
		text-align: center;
	}

	.cst-or-download.badges {
		text-align: center;
		padding-top: 36.7px;
	}

	.cst-or-download.smartphone {
		top: -50px;
		left: 50px;
	}

	.cst-or-download.splash {
		top: 0px;
		left: 79px;
	}

	/* SPEAKER */

	.cst-or-speaker.speakers-tabs {
		padding-top: 35px;
		margin: 0;
	}

	.cst-or-speaker.tabs {
		font-size: 16px;
	}

	/* AGENDA */

	.cst-or-schedule.tabs {
		font-size: 16px;
		margin-left: 15px;
	}

	.cst-or-schedule.event-card {
		height: auto;
	}

	.cst-or-schedule.places-left {
		padding-top: 22.2px;
		padding-left: 11px;
	}

	.cst-or-schedule.time-container {
		padding-left: 5px;
	}

	.cst-or-schedule.status {
		padding-left: 5px;
	}

	.cst-or-schedule.part2 {
		padding-left: 0;
		padding-top: 37px;
	}

	/* AGENDA MODAL */

	.cst-or-agendaModal.date {
		padding-top: 41px;
		font-size: 12px;
	}

	.cst-or-agendaModal.time {
		padding-top: 21px;
	}

	.cst-or-agendaModal.time-text {
		font-size: 12px;
	}

	.cst-or-agendaModal.button {
		padding-top: 23px;
	}

	.cst-or-agendaModal.title {
		font-size: 20px;
	}

	.cst-or-agendaModal.description {
		padding-left: 0;
	}

	.cst-or-agendaModal.modal-agenda-container {
		padding-left: 0;
	}

	.cst-or-agendaModal.media {
		padding-top: 41px;
	}

	.cst-or-agendaModal.download-container {
		padding-top: 57px;
	}

	.cst-or-agendaModal.media {
		padding-top: 25px;
	}

	.cst-or-agendaModal.downloads-row {
		padding-left: 0;
		padding-top: 26px;
	}

	.cst-or-agendaModal.tags-container {
		padding-top: 53px;
	}

	.cst-or-agendaModal.tags {
		padding-left: 0;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	/* All */
	.cst-or-registration.title,
	.cst-or-about.title {
		width: 175px;
	}

	.cst-or-registration.title:after,
	.cst-or-about.title:after {
		width: 180px;
	}

	/* HEADER */

	.cst-or-header.header {
		height: auto;
	}

	.cst-or-header.container {
		padding: 0px;
	}

	.cst-or-header.content {
		padding-top: 45px;
		padding-left: 26px;
		padding-right: 25px;
		padding-bottom: 73px;
		position: relative;
	}

	.cst-or-header.flex-container {
		display: flex;
		flex-direction: row;
		flex-grow: 1;
		flex-wrap: wrap
	}

	.cst-or-header.slogan {
		padding: 0;
		order: 1;
		text-align: left;
	}

	.cst-or-header.info {
		text-align: left;
		order: 2;
		padding-top: 48px;
	}

	.cst-or-header.date-time {
		padding-top: 17px;
	}

	.cst-or-header.date-time p {
		display: inline-block;
	}

	.cst-or-header.initial-date {
		padding-right: 12px;
	}

	.cst-or-header.divider {
		padding-right: 12px;
	}

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

	.cst-or-header.navbar-nav {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		z-index: 99999;
		position: relative;
	}

	.cst-or-header.collapse.navbar-collapse {
		padding-left: 15px !important;
	}

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

	.cst-or-header.dropdown-menu {
		margin-top: 0 !important;
	}
	/* ABOUT */

	.cst-or-about.container {
		padding-bottom: 47px;
		padding-left: 0;
		padding-right: 0;
	}
	.cst-or-about.text {
		padding-left: 28px;
		padding-right: 24px;
	}
	.cst-or-about.text-box1 {
		padding-top: 44px;
	}
	.cst-or-about.text-box2 {
		padding-top: 25px;
	}

	/* LOCATION */

	.cst-or-map.responsive {
		padding: 0;
	}
	.cst-or-map.text {
		padding-left: 27px;
		padding-right: 27px;
	}
	.cst-or-map.button {
		margin-left: 27px;
	}
	.cst-or-map.image {
		height: 364.2px;
		width: 100%;
	}

	/* APP */

	.cst-or-download.badges {
		padding-top: 0;
	}

	.cst-or-download.ios {
		margin-top: 20px;
		width: auto;
		height: 46.6px;
	}

	.cst-or-download.android {
		margin-top: 20px;
		width: auto;
		height: 46.6px;
	}

	.cst-or-download.text {
		font-size: 29px;
	}

	.cst-or-download.row {
		margin: 0;
	}

	/* SPEAKER */

	.cst-or-speaker.speakers {
		background-color: rgba(255, 255, 255, .4);
	}

	.cst-or-speaker.container {
		padding-top: 56px;
		padding-left: 0;
		padding-right: 0;
	}

	.cst-or-speaker.align-center {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}

	.cst-or-speaker.row1 {
		padding-top: 22px;
	}

	.cst-or-speaker.row2 {
		padding-top: 20px;
	}

	.cst-or-speaker.menu-icons .icon-left {
		padding: 0;
	}

	.cst-or-speaker.speakers-container {
		padding-top: 60px;
	}
	.cst-or-schedule li.show, 
	.cst-or-speaker li.show, 
	.cst-or-schedule li.active, 
	.cst-or-speaker li.active {
		padding: 2px 0;
	}
	
	/* AGENDA */

	.cst-or-schedule.time-container {
		padding-top: 0;
	}

	.cst-or-schedule.time {
		font-size: 28px;
	}

	.cst-or-schedule.container {
		padding: 0;
		padding-top: 48.7px;
	}

	.cst-or-schedule.filters {
		margin-top: 60px;
		margin-right: 3px;
		margin-left: 3px;
	}

	.cst-or-schedule.checkbox label {
		width: 90%;
		font-weight: bold;
	}

	.cst-or-schedule.checkbox {
		font-size: 19px;
		font-weight: bold;
	}

	.cst-or-schedule.buttons {
		margin-top: 40px;
	}

	.cst-or-schedule.events-container {
		padding-top: 1px;
		margin-right: 0;
		background-color: #ecf0f1;
	}

	.cst-or-schedule.event-card {
		height: auto;
		width: 100%;
		margin-right: 0;
		box-shadow: none;
		border: none;
		margin-top: 10px;
	}

	.cst-or-schedule.agenda-tabs {
		padding-top: 30px;
	}

	.cst-or-schedule.calendar {
		display: flex;
	}

	.cst-or-schedule.status {
		padding-left: 9px;
		font-size: 17px;
	}

	.cst-or-schedule.photo {
		display: inline-block;
		height: 50.6px;
		width: 50.6px;
		text-align: center;
	}

	.cst-or-schedule.options {
		padding-top: 32px;
	}

	.header .button-register {
		height: 55px;
	}

	/* SPEAKER MODAL */

	.cst-or-speakerModal.modal-header {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}

	.cst-or-speakerModal.modal-body {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.cst-or-speakerModal.img-container {
		width: 150px;
		height: 150px;
	}

	.cst-or-speakerModal.speaker-name {
		font-size: 22px;
	}

	.cst-or-speakerModal.speaker-title {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.cst-or-speakerModal.text h3 {
		font-size: 16px;
	}

	.cst-or-speakerModal.text {
		padding-top: 15px;
	}

	/* AGENDA MODAL */

	.cst-or-agendaModal.modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cst-or-agendaModal.modal-header {
		padding-bottom: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.cst-or-agendaModal.event-title {
		font-size: 20px;
		padding-top: 17px;
	}

	.cst-or-agendaModal.header-bar {
		padding-top: 20px;
	}

	.cst-or-agendaModal.date {
		padding-top: 20px;
	}

	.cst-or-agendaModal.time-number {
		font-size: 24px;
	}
}

@media(max-width:600px) {
	/* SPONSOR */
	.cst-or-sponsor.sponsors {
		padding-left: 0;
		padding-right: 0;
	}

	.cst-or-sponsor.container {
		padding-top: 60px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 65px;
	}

	.cst-or-sponsor.sponsors-container {
		padding-top: 21px;
		padding-left: 0;
		padding-right: 0;
	}

	.cst-or-sponsor.sponsor {
		margin-top: 8px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.cst-or-speaker.thumbnail {
		width: 100%;
		padding: 1rem;
		margin: 2rem;
	}
}

@media(max-width:500px) {
	.cst-or-header.content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 45px;
	}

	.cst-or-header.slogan {
		font-size: 22px;
		padding-right: 0;
		padding-top: 49px;
	}

	.cst-or-header.info {
		font-size: 17px;
	}

	.cst-or-header.button {
		padding-top: 45px;
	}

	.cst-or-header.button button {
		width: 100%;
	}
}

@media(max-width:450px) {
	.cst-or-schedule.menu-icons {
		font-size: 38px;
		line-height: 45px;
	}

	.cst-or-schedule.tabs a {
		height: 45px;
		line-height: 45px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 3px;
	}

	.cst-or-schedule.calendar .tabs .active a,
	.cst-or-schedule.calendar .tabs .active a:hover,
	.calendar .tabs .active a:focus {
		height: 45px;
		line-height: 45px;
	}
}


@media (max-width:400px) {
	.cst-or-download.ios {
		margin-top: 20px;
		width: auto;
		height: 40px;
	}

	.cst-or-download.android {
		margin-top: 20px;
		width: auto;
		height: 40px;
	}

	/* SPEAKER */

	.cst-or-speaker.menu-icons {
		font-size: 38px;
		line-height: 45px;
	}

	.cst-or-speaker.tabs a {
		height: 45px;
		line-height: 45px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 3px;
	}

	.cst-or-speaker.calendar .tabs .active a,
	.cst-or-speaker.calendar .tabs .active a:hover,
	.cst-or-speaker.calendar .tabs .active a:focus {
		height: 45px;
		line-height: 45px;
	}
}


	
