.cst-jn-about.title,
.cst-jn-map.title,
.cst-jn-photo.title,
.cst-jn-sponsor.title,
.cst-jn-exhibitors.title,
.cst-jn-speaker.title,
.cst-jn-countdown.title,
.cst-jn-speakerDays.title,
.cst-jn-schedule.title,
.cst-jn-registration.title,
.cst-jn-extra.title,
.cst-jn-events.title,
.cst-jn-scheduleModal.title {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
	word-wrap: break-word;
}

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

.cst-jn-about.title::after,
.cst-jn-registration.title::after,
.cst-jn-photo.title::after,
.cst-jn-app.title::after,
.cst-jn-sponsor.title::after,
.cst-jn-exhibitors.title::after,
.cst-jn-speaker.title::after,
.cst-jn-countdown.title::after,
.cst-jn-speakerDays.title::after,
.cst-jn-schedule.title::after,
.cst-jn-map.title::after,
.cst-jn-extra.title::after,
.cst-jn-events.title::after,
.cst-jn-scheduleModal.title::after {
	display: none;
}

body.modal-open .supreme-container,  body.modal-active .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-jn-modal.modal::before,
body#websiteCreator.modal-open .cst-jn-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-jn-modal.modal.active {
	display: block;
}

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

body#websiteCustomContent {
	padding: 0!important;
}

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

.facebook-color{
	background-color: #3b5992;
}

.twitter-color{
	background-color: #2aa3f0;
}

.linkedin-color{
	background-color: #127bb7;
}

.instagram-color{
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.empty{
	color:#767676;
}

/* HEADER */

.cst-jn-header.header {
	height: auto;
	width: 100%;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

.cst-jn-header.headerCover {
	display: block;
	width: 100%;
	height: auto;
	min-height: 160px;
	object-fit: cover;

	@media (max-width: 768px) {
		object-fit: contain;
	}
}

/* NAVBAR */

.cst-jn-header.affix {
	width: 100%;
	z-index: 9999 !important;
	border: none !important;
	margin: 0;
	color: #ffffff !important;
	top: 0;
}

.cst-jn-header.affix-top {
	background: none !important;
	border: none !important;
	margin-bottom: 0;
	color: #ffffff !important;
	margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.cst-jn-header.affix-top .navbar-header,
.cst-jn-header.affix-top .navbar-nav {
  display: none;
}

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

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

body.rect-logo #header img.img-responsive {
    height: 100%;
    max-height: 40px;
}

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

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

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

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

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

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

.cst-jn-header.navbar-nav>li>a {
	height: 100%;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	background: none !important;
	text-transform: uppercase;
}

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

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

.cst-jn-header.navbar {
	border-radius: 0px !important;
}

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

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

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

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

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

.cst-jn-photo.btn-outlined {
	width: 213px;
	height: 38px;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 16px;
}

/* EVENT DETAILS */

.cst-jn-eventDetails.event-info {
    background-color: #0C5890;
    color: #ffffff;
}

.cst-jn-eventDetails.info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cst-jn-eventDetails.center-vertical {
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    word-wrap: break-word;
}

.cst-jn-eventDetails.event-title {
    width: 300px;
    font-size: 22px;
    line-height: 1.14;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 0;
    word-wrap: break-word;
}

.cst-jn-eventDetails.date {
    width: 286px;
    border-left: solid 2px #dfe4e8;
    word-wrap: break-word;
}

.cst-jn-eventDetails.info {
    font-size: 20px;
    line-height: 1.41;
    text-align: center;
    color: #ffffff;
    word-wrap: break-word;
}

.cst-jn-eventDetails.button {
    width: 236px;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

.cst-jn-eventDetails.center-vertical {
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    word-wrap: break-word;
}

.cst-jn-eventDetails.center-vertical {
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    word-wrap: break-word;
}

.cst-jn-eventDetails.btn-full {
    width: 213px;
    height: auto;
    border-radius: 8px;
    background-color: #f5a623;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cst-jn-eventDetails.btn-full {
    background-color: #333333 !important;
    color: #ffffff !important;
    border: none;
}

.cst-jn-eventDetails.btn-full.btn-reverse {
    background-color: #fff !important;
    color: #333 !important;
}

.cst-jn-eventDetails.btn-smaller {
	font-size: 16px !important;
    text-transform: none !important;
}

/*About*/
.cst-jn-about.about {
	padding-top:70px;
	padding-bottom: 120px;
}

.cst-jn-about.title {
	padding-top:88px;
	text-align:left;
}

.cst-jn-about p {
	color: #403f48;
	font-size: 16px;
	line-height: 2;
	word-wrap: break-word;
}

.cst-jn-about.about-container {
	padding-top:40px !important;		
}

.cst-jn-aboutbutton {
	margin-top:16px;
}

.cst-jn-about.row {
	display: flex;
	justify-content: center;
}

.cst-jn-about.content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cst-jn-about.social-icons {
	line-height: 38px;
	margin-top:16px;
}

.cst-jn-about.icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 26px;
	font-size: 18px;
	text-align:center;
	border-radius: 50%;
}

.cst-jn-about.icon>a {
	color: #ffffff;
}

.cst-jn-about.btn-container {
	margin-top:10px;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: column;
}

.cst-jn-about.about-img {
	height: 579px;	
}

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


.cst-jn-registration.section-registration {
    padding-top: 100px;
    padding-bottom: 60px;
}

/* EVENTS */
.cst-jn-events.section-events  {
	font-family: 'Lato', sans-serif;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.cst-jn-events.container {
	font-family: Lato, sans-serif;
	padding-top: 95px;
	padding-bottom: 95px;
	height: 100%;
}

.cst-jn-events.event-description {
	padding-top: 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;
}

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

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

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

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

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

.cst-jn-events.btn.active, .cst-jn-events.registerButton {
	background-color: #006caf;
    color: white;
}

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

.cst-jn-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-jn-events.container-grid {
	background: white;
    width: 270px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

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

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

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

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

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

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

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

.cst-jn-events.name {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: 600;
	color: #336699;
}

.cst-jn-events.eventMode {
	background: #d5d5ff;
    color: rgb(51, 102, 153);
    display: inline-block;
    border-radius: 20px;
    flex-grow: 0;
    width: fit-content;
    padding: 0 5px;
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
}

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

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

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

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

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

.cst-jn-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-jn-events.info.ticket-name {
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgb(51, 102, 153);
}

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

.cst-jn-events.empty-result {
	color: white;
	font-size: 15px;
	width: 100%;
	display: block;
	text-align: center;
}

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

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

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

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

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

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

/* COUNTDOWN */
.cst-jn-countdown.countdown {
	padding-top:100px;
	padding-bottom:80px;
}

.cst-jn-countdown.countdown-wrap{
	text-align: center;
	padding: 25px 0;
}

.cst-jn-countdown.active {
	display: flex;
}

.cst-jn-countdown.count-container {
	display: inline-block;
	color: #403f48;
}

.cst-jn-countdown.count-container .text {
	text-align: center;
	font-size: 19px;
	color: #333333;
	text-transform: uppercase;
}

.cst-jn-countdown.count-container .number {
	text-align: left;
	font-size: 110px;
	font-weight: 700;
	line-height: 1.22;
}

.cst-jn-countdown.count-container .divider {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 97px;
	font-weight: 800;
	line-height: 1.22;
}

/* LOCATION */

.cst-jn-map.location {
	padding-top:100px;
	padding-bottom: 60px;
	overflow: hidden;
}

.cst-jn-map.address {
	padding-top:15px;
	font-size: 18px;
	line-height: 1.39;
	text-align: center;
	word-wrap: break-word;
}

.cst-jn-map.button {
	text-align: center;
	padding-top:35px
}

.cst-jn-map.image {
	padding-top:70px;
	height: 428px;
	width: 100%;
}

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

.cst-jn-about.btn-outlined,
.cst-jn-map.btn-outlined {
	width: 213px;
	height: 38px;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333 !important;
    border: solid 2px #333333 !important;
    background-color: #ffffff !important;
}

/* PHOTOS */

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

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

.cst-jn-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-jn-photo.photo img {
	width: 100%;
	object-fit: cover;
	height: 180px;
}


/* APP */
.cst-jn-app.app {
	padding-top:100px;
	padding-bottom:100px;
}

.cst-jn-app h1 {
	padding-top:100px;
	margin-top:0;
	word-wrap: break-word;
}

.cst-jn-app h2 {
	font-size: 30px;
}

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

.cst-jn-app.badges img {
	height:56px;
	width:auto;
}

.cst-jn-app.ios {
	display: inline-block;
	margin-right:20px;
}

.cst-jn-app.android {
	display: inline-block;	
}

.cst-jn-app.phone-container {
	position: relative;
	height: 478px;
}

.cst-jn-app.smartphone {
	height: 478px;
	width: 270px;
	position: absolute;
	top:0;
	left:50px;
}

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

.cst-jn-app.splash {
	height: 348px;
	width: 197px;
	position: absolute;
	top:42px;
	left:80px;
}

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


/* SPONSORS */

.cst-jn-exhibitors.exhibitors,
.cst-jn-sponsor.sponsors {
	padding-top: 100px;
	padding-bottom: 70px;
}

.cst-jn-exhibitors.category,
.cst-jn-sponsor.category {
	padding-top:30px !important;
	text-align: center !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 48px;
	color: #6c797a;
	word-wrap: break-word;
}

.cst-jn-exhibitors.icons,
.cst-jn-sponsor.icons {
	font-size: 34px;
	padding-right: 10px;
	padding-left: 0;
}

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

.cst-jn-exhibitors.icon-right,
.cst-jn-sponsor.icon-right {
	display: inline-block;
	color: #ec073e;
	cursor: pointer;
}

.cst-jn-exhibitors.wrap-sponsors,
.cst-jn-sponsor.wrap-sponsors {
	padding-top: 40px;
}

.cst-jn-exhibitors.exhibitors-container,
.cst-jn-sponsor.sponsors-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-jn-exhibitors.sponsor,
.cst-jn-sponsor.sponsor {
	height: 164px;
	width: 164px;
	display: flex;
	margin: 12px 25px;
}

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


/* SPEAKERS */

.cst-jn-speakerDays.speakers,
.cst-jn-speaker.speakers {
	padding-top:100px;
	padding-bottom:100px;
}

.cst-jn-speaker.category {
	padding-top: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 48px;
	color: #6c797a;
	word-wrap: break-word;
	margin-bottom: -40px;
}

.cst-jn-speaker.speaker-container {
	padding-top:40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cst-jn-speaker.thumbnail {
	width:258px;
	margin-left:5px;
	margin-right:22px;
	margin-top:40px;
	margin-bottom:0;
	padding:0;
	border-radius: 10px;
	border:none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.cst-jn-speaker.thumbnail img {
	width:100%;
	height:258px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cst-jn-speaker.thumbnail .caption {
	padding-bottom:67px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

.cst-jn-speaker.nameItem {
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	word-wrap: break-word;
}

.cst-jn-speaker.text-color-primary {
	font-family: 'OpenSans';
	font-size: 14px;
	line-height: 1.36;
	color: rgba(48, 48, 48, .8);
	word-wrap: break-word;
}

.cst-jn-speaker.line {
	position: absolute;
	bottom: 57px;
	left:20px;
	width: 220px;
	border: solid 1px rgba(151, 151, 151, .2);
	margin-top:10px;
}

.cst-jn-speaker.icons {
	position:absolute;
	bottom:20px;
	left:20px;
	text-align:left;
}

.cst-jn-speaker.icon {
	height:23px;
	width: 23px;
	line-height: 23px;
	font-size: 14px;
	background-color: #303030;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right:8px;
}

.cst-jn-speaker.icon:hover {
	background-color: #222222;
}

.cst-jn-speaker.icon>a {
	color:#ffffff;
}

@media (max-width: 450px) {
    .cst-or-schedule.calendar .tabs .active a, .cst-or-schedule.calendar .tabs .active a:hover, .calendar .tabs .active a:focus {
		height: 100px !important;
        line-height: 45px;
    }
}

/* DATE TABS */
.cst-jn-speakerDays.calendar-tabs,
.cst-jn-schedule.calendar-tabs {
	margin: 0;
	padding-top: 60px;
}

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

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

.cst-jn-schedule.tabs .linkItem,
.cst-jn-speakerDays.tabs .linkItem {
	height: 100px;
	border-radius: 4.8px;
	background-color: #ffffff;
	border: solid 1px #9b9b9b;
	color: #6c797a;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 19px;
	padding-right: 12px;
	margin-right:10px;
	margin-left:5px;
}

.cst-jn-schedule.tabs .active .linkItem,
.cst-jn-schedule.tabs .active .linkItem:hover,
.cst-jn-schedule.tabs .active .linkItem:focus,
.cst-jn-speakerDays.tabs .active .linkItem,
.cst-jn-speakerDays.tabs .active .linkItem:hover,
.cst-jn-speakerDays.tabs .active .linkItem:focus {
	border-radius: 8px;
	background-color: #402e32;
	border: solid 1.2px #ffffff;
	color: #ffffff;
}

.cst-jn-schedule.tabs .month,
.cst-jn-speakerDays.tabs .month {
	font-size: 14.4px;
	font-weight: 800;
	line-height: 1.67;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.cst-jn-schedule.tabs .day,
.cst-jn-speakerDays.tabs .day {
	font-size: 51.6px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	display: block;
}

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

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

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

.cst-jn-speakerDays.icon-active,
.cst-jn-schedule.icon-active {
    color: #1268d3 !important;
}

.cst-jn-schedule.media-object.photo,
.cst-jn-speakerDays.media-object.photo {
	width: 200px;
	height: auto;
}

.cst-jn-schedule.agenda-speakers, 
.cst-jn-speakerDays.agenda-sponsors {
	padding: 1rem;
}

.cst-jn-schedule.sponsor-title,
.cst-jn-speakerDays.sponsor-title {
	font-size: 1.6rem;
}


/* AGENDA */
.cst-jn-schedule.agenda {
	padding-top: 125px;
	padding-bottom: 110px;
}

.cst-jn-schedule.events-container {
	padding-top:25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-jn-schedule.events-container .empty{
	color:#767676;
}

.cst-jn-schedule.event-card {
	width: 343px;
	border-radius: 8px;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
	margin-right:15px;
	margin-left:10px;
	margin-top:35px;
	position: relative;
}

.cst-jn-schedule.inner-container {
	padding:30px 35px;
	padding-bottom:80px;
}

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

.cst-jn-schedule.address {
    padding-top: 15px;
    padding-right: 15px;
	font-size: 12px;
	line-height: 1;
	color: #403f48;
	word-wrap: break-word;
}

.cst-jn-schedule.participants {
	width: 100%;
	height:40px;
	position: relative;
	margin-top:14px;
}

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

.cst-jn-schedule.photo img {
	max-height: 100%;
}

.cst-jn-schedule ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.cst-jn-schedule ul li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style-type: disc !important;
}

.media-object.photo {
    width: 200px;
    height: auto;
}

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

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

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

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

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

.cst-jn-schedule.time-container {
	padding-top:21px;
}

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

.cst-jn-schedule.final-time {
	display: inline-block;
	text-align: left;
	color: rgb(64, 63, 72)
}

.cst-jn-schedule.time-title {
	font-size: 18px;	
}

.cst-jn-schedule.time {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.cst-jn-schedule.sign-up-button {
	position: absolute;
	width: 343px;
	bottom: 15px;
	left:0;
}

.cst-jn-schedule.btn-full {
	width: max-content;
    max-width: 95%;
    min-width: 213px;
	height: 30px;
	font-weight: bold;
	border-radius: 8px;
	text-transform: uppercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* EVENT INFO */

.cst-jn-schedule.event-card {
    width: 343px;
    border-radius: 8px;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 35px;
    position: relative;
}

.cst-jn-schedule.info-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cst-jn-schedule.center-vertical {
	display: flex;
	justify-content: left;
	flex-direction: column;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	word-wrap:  break-word;
}

/* .cst-jn-schedule.event-title {
	width:300px;
	font-size: 22px;
	line-height: 1.14;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	text-transform: uppercase;
	padding-left:0;
	word-wrap: break-word;	
} */

.cst-jn-schedule.date {
	width:286px;
	border-left: solid 2px #dfe4e8;
	word-wrap: break-word;
}

.cst-jn-schedule.address {
	width:306px;
	word-wrap: break-word;
}

.cst-jn-schedule.button {
	width:236px;
	text-align:center;
	padding-bottom:25px;
	padding-top:25px
}

.cst-jn-schedule.btn-full {
	width: max-content;
    max-width: 95%;
    min-width: 213px;
	height: auto;
	border-radius: 8px;
	background-color: #f5a623;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cst-jn-schedule.description {
	font-size: 14px;
	line-height: 2.21;
	text-align: center;
	color: #ffffff;
	word-wrap: break-word;
}

.cst-jn-schedule.info {
	font-size: 20px;
	line-height: 1.41;
	text-align: center;
	color: #ffffff;
	word-wrap: break-word;
}


/* SPEAKER MODAL */

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

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

.cst-jn-modal.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-jn-modal[data-dismiss] {
	cursor: pointer;
}

.cst-jn-modal.menu-icons .icon-left {
	display:inline-block;
	color:rgba(127, 140, 141, .5);
	cursor: pointer;
}

.cst-jn-modal.menu-icons .icon-right {
	display:inline-block;
	color:rgba(127, 140, 141, .5);
	cursor: pointer;
}

.cst-jn-modal.menu-icons .icon-left.active,
.cst-jn-modal.menu-icons .icon-right.active {
	color:#0e4ead;
}

.cst-jn-modal.modal-close {
	font-size: 16px;
	font-weight: 600;
	color: #6c797a;
	line-height: 30px;
}

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

.cst-jn-modal.modal-body .align-center {
	display:flex;
	justify-content:center;
	align-items: center;
	flex-flow: column;
}

.cst-jn-modal.modal-body .img-container {
	width: 202.8px;
	height: 202.4px;
}

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

.cst-jn-speakerDays.icons {
	text-align: center;
	padding-top:27px;
	padding-right:0;
}

.cst-jn-speakerDays.modal-body img.image {
	width: 250px;
    border-radius: 250px;
    margin: 0 auto;
	margin-bottom: 10px;
}

.cst-jn-speakerDays.icon {
	height: 23px;
	width: 23px;
	line-height: 23px;
	font-size: 14px;
	display:inline-block;
	border-radius:50%;
	color:#ffffff;
	text-align: center;
	margin-left:4px;
	margin-right:4px;
	background-color: #000000;
	padding-right: 0 !important;
}

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

.cst-jn-speakerDays.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-jn-speakerDays.speaker-title {
	font-size: 30px;
	color: #0e4ead;
	font-weight: 500;
	text-align: center;
	word-wrap: break-word;
}

.cst-jn-speakerDays.text {
	padding-top: 35px;
	margin: 0;
	font-size: 16px;
	line-height: 1.67;
	text-align: left;
	color: #373d3d;
	word-wrap: break-word;
}

	/* .cst-jn-speakerDays.title {
		padding-top:50px;
		font-size:24px;
		word-wrap: break-word;
	} */


.cst-jn-modal.modal {
	padding: 0;
}

.cst-jn-modal.modal .media-object.photo {
	border-radius: 10px;
    width: 140px;
    margin-right: 10px;
}

.cst-jn-modal .addressLine i {
	margin-right: 10px;
}

  /* AGENDA MODAL */
.cst-jn-modal.modal-content {
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.cst-jn-modal.modal-header {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: auto;
	padding: 0;
	padding-bottom: 46px;
	border: none;
}

.cst-jn-speakerDays.status {
	font-size: 16px;
	font-weight: 800;
	color: #8fde06;
}

.cst-jn-modal.modal-close>a {
	font-size: 16px;
	font-weight: 600;
	color: #6c797a;
}

.cst-jn-modal.date {
	padding-top: 27px;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	color: #161616;
}

.cst-jn-modal.event-title {
	padding-top: 19.8px;
	padding-left:20px;
	padding-right:20px;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	color: #161616;
	word-wrap: break-word;
}

.cst-jn-modal.time {
	padding-top: 25px;
}

.cst-jn-modal.time .initial-time {
	text-align: left;
	color: #161616;
	display: inline-block;
	padding-right: 39px;
}

.cst-jn-modal.time .final-time {
	text-align: left;
	color: #666666;
	display: inline-block;
}

.cst-jn-modal.time-text {
	font-size: 12px;
	font-weight: 500;
}

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

.cst-jn-modal.button {
	padding-top: 35px;
	width: 100%;
}

.cst-jn-modal.button button {
	width: 153.3px;
	height: 36.8px;
	border-radius: 6px;
	background-color: #ec073e;
	font-size: 13px;
	font-weight: 800;
	color: #161616;
	border: none;
}

.cst-jn-modal.modal-body {
	padding-top: 30px;
	padding-bottom:30px;
	padding-right: 42px;
	padding-left: 42px;
}

.cst-jn-modal.media.invisible {
	display: none;
}

.cst-jn-modal.media {
	margin-top: 0px;
	margin-bottom: 15px;
}

.cst-jn-modal.speaker-title,
.cst-jn-modal.sponsor-title {
	font-size: 16px;
    font-weight: 600;
}

.cst-jn-modal.btn {
	margin-left: 0px;
}

.cst-jn-modal.btn i {
	margin-right: 5px;
}

.cst-jn-modal.modal-body .title {
	font-size: 24px;
	font-weight: 800;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}

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

.cst-jn-speakerDays.address {
	padding-top: 31.7px;
	padding-bottom: 31.7px;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	word-wrap: break-word;
}

/* .cst-jn-speakerDays.icon {
	margin-right: 7px;
	color: #ec073e;
	height: 100%;
	line-height: 35px;
	text-align: right;
	vertical-align: middle;
} */

.cst-jn-speakerDays.text-bold {
	font-weight: 800;
}

.cst-jn-speakerDays.text-normal {
	font-weight: normal;
}

.cst-jn-speakerDays.initial-time {
	padding-right:20px;
}

.cst-jn-modal.modal-dialog {
    margin: 60px auto;
}

.cst-jn-modal.modal {
	z-index: 9999;
}

@media(max-width:1199px) {

	.cst-jn-eventDetails.btn-full {
		font-size: 18px;
	} 

	/* SCHEDULE */

	.cst-jn-schedule.btn-full{
		font-size: 18px;
	}

	.cst-jn-schedule.address{
		width:290px;
	}
}

@media(max-width:991px) {
	/* HEADER */
	.cst-jn-header.navbar-header {
		float: none;
	}

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

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

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

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

	.cst-jn-header.navbar-nav {
		float: none!important;
		margin:0 !important;
	}

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

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

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

	.cst-jn-header.container>.navbar-collapse {
		padding-left: 0;

	}

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

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

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

	.cst-jn-header.navbar-inverse .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-jn-header.navbar-inverse .navbar-nav > li > a {
		padding: 0 15px !important;
	}

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

	.cst-jn-header.navbar .dropdown-menu {
		margin-top:0 !important;
		width:100% !important;
	}

	/* APP */
	.cst-jn-app h1 {
		padding-top:45px;
	}

	.cst-jn-app.badges {
		padding-top:15px;
	}

	.cst-jn-app.ios {
		margin-right:10px;
	}

	/* COUNTDOWN */
	.cst-jn-countdown.number {
		font-size: 100px;
	}

	/* AGENDA */

	.cst-jn-schedule.agenda {
		padding-top:50px;
		padding-bottom:70px;
	}

	.cst-jn-schedule.events-container {
		padding-top:15px;
	}

	.cst-jn-schedule.event-card {
		width:298px;
	}

	.cst-jn-schedule.time {
		font-size: 24px;
	}

	.cst-jn-schedule.time-title {
		font-size: 14px;
	}

	.cst-jn-schedule.sign-up-button {
		width:298px;
	}

	.cst-jn-schedule.btn-full {
		width: 270px;
	}

	/* Agenda Modal */

	.cst-jn-speakerDays.date {
		padding-top: 41px;
		font-size: 12px;
	}

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

	.cst-jn-speakerDays.time {
		padding-top: 21px;
	}

	.cst-jn-speakerDays.time-text {
		font-size: 12px;
	}

	.cst-jn-speakerDays.time-number {
		font-size: 31px;
	}

	.cst-jn-modal.modal-header .button {
		padding-top: 23px;
	}

	.cst-jn-modal.modal-body {
		padding-top: 52px;
		padding-left: 34px;
		padding-right: 33px;
	}

	.cst-jn-modal.modal-body .title {
		font-size: 20px;
	}

	.cst-jn-modal.modal-body .description {
		padding-left: 0;
	}

}

@media(max-width:767px) {

	.cst-jn-about.title,
	.cst-jn-map.title,
	.cst-jn-photo.title,
	.cst-jn-sponsor.title,
	.cst-jn-exhibitors.title,
	.cst-jn-speaker.title,
	.cst-jn-countdown.title,
	.cst-jn-speakerDays.title,
	.cst-jn-schedule.title,
	.cst-jn-registration.title {
		font-size: 18px;
	}

	/* HEADER */
	/* .cst-jn-header.navbar.navbar-inverse {
		padding-left: 15px;
	} */

	/* EVENT DETAILS */
	.cst-jn-eventDetails.center-vertical {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cst-jn-eventDetails.event-title, .cst-jn-eventDetails.date, .cst-jn-eventDetails.address {
		text-align: center;
		width: 100%;
		border-left: none;
		border-bottom: solid 2px #dfe4e8;
	}

	.cst-jn-eventDetails.info-wrap {
		flex-wrap: wrap;
	}

	.cst-jn-eventDetails.container {
		padding-left: 0;
		padding-right: 0;
	}

	/* ABOUT */

	.cst-jn-about.about {
		padding-top:35px;
		padding-bottom: 50px;
	}

	.cst-jn-about h1 {
		margin-top:0;
	}

	.cst-jn-about .title {
		text-align: center !important;
		padding-top: 0;
	}

	.cst-jn-about .btn-container {
		justify-content: center;
		margin-top:13px;
	}

	.cst-jn-about .button {
		width:100%;
		text-align: center;
	}

	.cst-jn-about button {
		margin-top:30px;
		margin-right:0;
	}

	.cst-jn-about .social-icons {
		margin-top:30px;
	}

	.cst-jn-about p {
		font-size: 12px;
		line-height: 1.4;
		padding-left:15px;
		padding-right: 15px;
	}

	/* LOCATION */

	.cst-jn-map.location {
		padding-top:55px;
	}
	
	.cst-jn-map.address {
		font-size:12px;
	}

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

	.cst-jn-map.btn-outlined {
		height:30px;
	}

	.cst-jn-map.image {
		padding-top:60px;
		height: 168px;
	}

	.cst-jn-map.image img {
		height: 168px;
	}

	/* PHOTOS */

	/* APP */
	.cst-jn-app.app {
		padding-top:70px;
		padding-bottom:70px;
	}

	.cst-jn-app h1 {
		padding-top:0;
		text-align: center;
	}
	
	.cst-jn-app h2 {
		font-size: 18px !important;
	}

	.cst-jn-app.title-responsive {
		padding: 0 15px;
	}

	.cst-jn-app.badges img {
		height:50px;
	}

	.cst-jn-app.ios,
	.cst-jn-app.android { 
		margin:0;
		margin-top:14px;
		display: flex;
		justify-content: center;
	}

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

	.cst-jn-app.splash {
		width:100%;
		left:-2px;
	}

	.cst-jn-app.smartphone img {
		margin: auto;
	}

	.cst-jn-app.splash img {
		margin: auto;
	}

	/* SPONSORS */

	.cst-jn-exhibitors.exhibitors,
	.cst-jn-sponsor.sponsors {
		padding-top: 55px;
		padding-bottom: 60px;
	}

	.cst-jn-exhibitors.exhibitors-container,
	.cst-jn-sponsor.sponsors-container {
		padding-top: 21px;
	}

	.cst-jn-exhibitors.sponsor,
	.cst-jn-sponsor.sponsor {
		height:121px;
		width:121px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	/* SPEAKERS */

	.cst-jn-speaker.speakers {
		padding-top:70px;
	}

	.cst-jn-speaker.speakers-container {
		padding-top:30px;
	}

	.cst-jn-countdown.countdown {
		padding-top:50px;
		padding-bottom: 40px;
	}

	.cst-jn-countdown.count-container .text {
		font-size: 9px;
	}

	.cst-jn-countdown.count-container .divider {
		font-size: 30px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.cst-jn-countdown.count-container .number {
		font-size: 40px;
	}

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

	.cst-jn-speakerDays.tabs .month	{
		font-size: 14px;
	}

	.cst-jn-speakerDays.tabs .day{
		font-size: 35px;
	}

	.cst-jn-speakerDays.menu-icons{
		line-height: 76px;
		font-size: 38px;
	}

	.cst-jn-speakerDays.calendar-tabs {
		padding-top:45px;
	}

	.cst-jn-schedule.info-wrap {
		flex-wrap: wrap;
	}
	
	.cst-jn-schedule.event-title,
	.cst-jn-schedule.date,
	.cst-jn-schedule.address {
		text-align: center;
		width:100%;
		border-left:none;
		border-bottom: solid 2px #dfe4e8;
	}

	.cst-jn-schedule.center-vertical {
		padding-top:35px;
		padding-bottom:35px;
		padding-left:15px;
		padding-right:15px;
	}

	.cst-jn-schedule.container {
		padding-left:0;
		padding-right:0;
	}

	.cst-jn-modal.modal-header {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	.cst-jn-modal.modal-body {
		padding-left:15px;
		padding-right:15px;
		padding-top:20px;
		padding-bottom:20px;
	}

	.cst-jn-modal.modal-body .img-container {
		width: 150px;
		height: 150px;
	}

	.cst-jn-speakerDays.speaker-name {
		font-size:22px;
	}

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

	.cst-jn-speakerDays.text h3 {
		font-size:16px;
	}

	.cst-jn-speakerDays.text {
		padding-top:15px;
	}

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

	.cst-jn-schedule.tabs .day {
		font-size: 36px;
	}

	.cst-jn-schedule.tabs .month {
		font-size: 14px;
	}

	.cst-jn-schedule.menu-icons {
		line-height: 76px;
		font-size: 38px;
	}

	/* AGENDA MODAL */

	.cst-jn-speakerDays.time-number {
		font-size: 26px;
	}
}

@media (max-width: 414px) and (min-width: 320px){
	.cst-jn-speakerDays.tabs .day {
		font-size: 32px;
	}
}

/* AGENDA MODAL */

.cst-jn-speakerDays.time-number {
	font-size: 26px;
}
	
@media(max-width:400px) {
	.cst-jn-speaker.thumbnail {
		margin-left: 0;
		margin-right:0;
	}

	.cst-jn-speakerDays.icon-left{
		padding-right:5px;
	}

	/* AGENDA */

	.cst-jn-schedule.sign-up-button {
		width:100%;
	}

	.cst-jn-schedule.btn-full {
		width: 90%;
	}

	.cst-jn-schedule.time {
		font-size: 22px;
	}

	.cst-jn-schedule.icon-left {
		padding-right: 5px;
	}
	
}

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

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

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

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

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

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