.cst-jr-app.title,
.cst-jr-agendaModal.title,
.cst-jr-events.title,
.cst-jr-map.title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	color: #012b81;
	text-align: left;
}

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

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

body#websiteCustomContent {
	padding: 0!important;
}

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

.cst-jr-header.title:after,
.cst-jr-headerAfter.title:after,
.cst-jr-countdown.title:after,
.cst-jr-sponsors.title:after,
.cst-jr-exhibitors.title:after,
.cst-jr-photos.title:after,
.cst-jr-speakers.title:after,
.cst-jr-speakersDays.title:after,
.cst-jr-registration.title:after, 
.cst-jr-events.title:after,
.cst-jr-agenda.title:after,
.cst-jr-about.title:after {
	background: none repeat scroll 0 0 #ffb400;
	bottom: -5px;
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 4px;
}

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

.cst-jr-header.title-center,
.cst-jr-headerAfter.title-center,
.cst-jr-countdown.title-center,
.cst-jr-sponsors.title-center,
.cst-jr-exhibitors.title-center,
.cst-jr-photos.title-center,
.cst-jr-speakers.title-center,
.cst-jr-speakersDays.title-center,
.cst-jr-registration.title-center, 
.cst-jr-agenda.title-center,
.cst-jr-about.title-center {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	color: #012b81;
	text-align: center;
}

.cst-jr-header.title-center:after ,
.cst-jr-headerAfter.title-center:after ,
.cst-jr-countdown.title-center:after ,
.cst-jr-sponsors.title-center:after ,
.cst-jr-exhibitors.title-center:after ,
.cst-jr-registration.title-center:after ,
.cst-jr-photos.title-center:after ,
.cst-jr-speakers.title-center:after ,
.cst-jr-speakersDays.title-center:after ,
.cst-jr-agenda.title-center:after ,
.cst-jr-about.title-center:after {
	background: none repeat scroll 0 0 #ffb400;
	bottom: -5px;
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 4px;
	margin: 0 auto;
	z-index: 100;
}

.cst-jr-map.social-icons,
.cst-jr-speakerModal.social-icons {
	padding-top: 25px;
	text-align: left;
}

.cst-jr-map.icon-wrap,
.cst-jr-speakerModal.icon-wrap {
	display: inline-block;
	margin-right: 7px;
}

.cst-jr-map.icon-wrap>a, 
.cst-jr-speakerModal.icon-wrap>a {
	color: #ffffff;
}

.cst-jr-map.icon {
	display: inline-block;
	border-radius: 50%;
	line-height: 20px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	background-color: #7f8c8d;
	text-align: center;
}

.cst-jr-map.bgMap {
	min-height: 400px;
	height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.cst-jr-map.icon:hover {
	background-color: rgba(127, 140, 141, .8);
}

.cst-jr-map.icon-text {
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
	font-weight: bold;
}


/* HEADER */

.cst-jr-header.header {
	height: auto;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.cst-jr-header.background.title-center {
	color: white !important;
}

.cst-jr-header.header-background {
	height: auto;
    width: auto;
    overflow: hidden;
    margin-left: 0px;
    padding-top: 65px;
    min-height: 533px !important;
    width: 100%;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
    background-blend-mode: multiply !important;
    margin-right: 0px;
}

.cst-jr-header.header-background img {
	width: 100%;
}

.cst-jr-header.info-container {
	min-height: 533px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cst-jr-header.on-cover {
	color: #ffffff;
}

.cst-jr-header.after-cover {
	color: #4a4a4a;
}

.cst-jr-header.header-after {
	background-color: #ecf0f1;
}

.cst-jr-header.address,
.cst-jr-header.date-time {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.06;
	padding-top: 21px;
	text-align: center;
	word-wrap: break-word;
}

.cst-jr-header.address i,
.cst-jr-header.date-time i {
	padding-right: 7px;
}

.cst-jr-header.initial-date {
	padding-right: 10px;
}

.cst-jr-header.buttonItem {
    height: 64px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 22px;
    background-color: #42589C !important;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    color: white;
    display: block;
    margin: 43px auto 0 auto;
}

.cst-jr-header.initial-date,
.cst-jr-header.final-date {
	display: inline-block;
}

.cst-jr-eventDetails.address {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.06;
	padding-top: 21px;
	text-align: center;
	word-wrap: break-word;
	color: #000;
}

/* NAVBAR */

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

.affix-top {
	border: none !important;
	margin-bottom: 0 !important;
}

.cst-jr-header-nav.navbar {
	z-index: 101;
	position: sticky !important;
	top: 0;
	border-radius: 0 !important;
	margin-bottom: 0px !important;
	border: none !important;
	width: 100%;
}

.affix+.container {
	padding-top: 100px !important;
}

.cst-jr-header-nav.navbar-brand {
	height: auto;
	margin: 0;
}

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

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

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

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

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

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

.cst-jr-header-nav.navbar-nav>li>a {
	height: 100%;
	line-height: 45px;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1.6px;
	text-align: center;
	background: none !important;
	text-transform: uppercase;
	padding: 10px 17px;
}

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

.cst-jr-header-nav.navbar-nav>li> a.active:after {
	background: none repeat scroll 0 0 #0e4ead;
	/* COR PRIMARIA */
	bottom: -14px;
	content: "";
	display: block;
	position: relative;
	width: 205px;
	height: 8px;
	margin: 0 auto;
}

.navbar-inverse .navbar-nav .navbar-right>li>a {
	padding-right: 0;
}

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

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

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

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

.cst-jr-header-nav.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-jr-header-nav.sign-up button {
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #42589C !important;
	border: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.cst-jr-registration.container {
    padding-top: 100px;
    text-align: center;
}

/* ABOUT */

.cst-jr-about.container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cst-jr-about.about-text {
	padding-top: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: #7f8c8d;
	word-wrap: break-word;
}

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

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

.cst-jr-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-jr-events.content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cst-jr-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-jr-events.date, .cst-jr-events.location  {
    display: flex;
    align-items: center;
    gap: 5px;
	word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cst-jr-countdown.countdown {
	color: #4a4a4a;
	padding: 2rem;
}

.cst-jr-countdown.row {
    padding-top: 20px;
    text-align: center;
}

.cst-jr-countdown.countdown-container {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}


.cst-jr-countdown.count-wrap {
	display: inline-block;
}

.cst-jr-countdown.number {
	font-size: 64px;
	font-weight: bold;
}

.cst-jr-countdown.text {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.67;
	text-align: center;
}

.cst-jr-countdown.divider {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 64px;
	font-weight: 800;
	color: #4a4a4a;
}

.cst-jr-registration.container {
	padding-top: 140px;
	padding-bottom: 110px;
}


/* MAP*/

.cst-jr-map.map {
	min-height: 400px;
	height: 100%;
	padding: 20px 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.cst-jr-map.title:after{
	display: none;
}

.cst-jr-map.location-wrap {
	min-height: 400px;
	height: 100%;
	display: flex;
	align-items: center;
}

.cst-jr-map.location-wrap > div {
	padding: 20px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 8px;
    border: 1px solid #dedede;
    box-shadow: 2px 0px 20px -12px #000;
	position: relative;
	z-index: 9;
}

.cst-jr-map.address {
	padding-top: 21px;
	font-size: 16px;
	color: #7f8c8d;
}

.cst-jr-map.title {
	display: inline-block;
	padding-right: 24px;
	vertical-align: middle !important;
}

.cst-jr-map.button {
	display: inline-block;
	vertical-align: middle !important;
	word-wrap: break-word;
}


.cst-jr-map.button button {
	height: 24px;
	min-width: 93px;
	border-radius: 100px;
	border: solid 1px rgba(127, 140, 141, .9);
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: rgba(127, 140, 141, .9);
	text-transform: uppercase;
}

.cst-jr-map.button > button.focus-visible {
	outline: none !important;
}


/* PHOTOS */

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

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

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

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

/* REGISTRATION */

.cst-jr-registration.event-description {
	padding-top: 100px;
    text-align: center;
} 


/* APP */

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

.cst-jr-app.title:after{
	display: none;
}

.cst-jr-app.wrap {
	height: 500px;
	display: flex;
	justify-content: left;
	align-items: center;
	overflow: auto;
}

.cst-jr-app.badges {
	padding-top: 50px;
}

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

.cst-jr-app.ios img {
	height: 100%;
	object-fit: cover;
}

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

.cst-jr-app.android img {
	height: 100%;
	object-fit: cover;
}

.cst-jr-app.phone-container {
	position: relative;
	height: 478px !important;
}

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

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

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

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


/*SPONSORS*/

.cst-jr-exhibitor.sponsors,
.cst-jr-sponsor.sponsors {
	padding-top: 88px;
	padding-bottom: 110px;
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
}

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

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

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

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

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


/* SPEAKERS */

.cst-jr-speakerDays.speakers,
.cst-jr-speaker.speakers {
	padding-top: 100px;
	padding-bottom: 130px;
	font-family: 'Lato', sans-serif;
}

.cst-jr-speakersDays.calendar-container,
.cst-jr-speaker.calendar-container {
	padding-top: 82px;
}

.cst-jr-speakersDays.speaker-title,
.cst-jr-speaker.speaker-title {
	padding-top: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #4a4a4a;
    word-wrap: break-word;
}

.cst-jr-speakersDays.speakers-container,
.cst-jr-speaker.speakers-container {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cst-jr-speakersDays.speaker,
.cst-jr-speaker.speaker {
	height: 250px;
	width: 200px;
	margin-left: 20px;
	margin-right: 37px;
	margin-top: 57px;
	position: relative;
}

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

.cst-jr-speakersDays.speaker:hover .speaker-info,
.cst-jr-speaker.speaker:hover .speaker-info {
	opacity: 1;
}

.cst-jr-speaker.speaker.activeHover, 
.cst-jr-speaker.speaker.activeHover .speaker-info,
.cst-jr-speakersDays.speaker.activeHover, 
.cst-jr-speakersDays.speaker.activeHover .speaker-info {
	opacity: 1;
}

.cst-jr-speakersDays.speaker.activeHover img,
.cst-jr-speaker.speaker.activeHover img {
	background-blend-mode: multiply;
}

.cst-jr-speakersDays.speaker:hover img,
.cst-jr-speaker.speaker:hover img {
	background-blend-mode: multiply;
}

.cst-jr-speakersDaysspeaker:hover,
.cst-jr-speaker.speaker:hover {
	opacity: 1;
}

.cst-jr-speakersDays.speaker-info,
.cst-jr-speaker.speaker-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s ease;
	opacity: 0;
	display: flex;
	text-align: center;
	border-radius: 4px;
	background-blend-mode: multiply;
	background: rgba(74, 74, 74, .75);
}

.cst-jr-speakersDays.info-container,
.cst-jr-speaker.info-container {
	width:100%;
	position: relative;
	display: flex;
}

.cst-jr-speakersDays.info-wrap,
.cst-jr-speaker.info-wrap {
	width:100%;
	height:100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-self: center;
	cursor: pointer;
	align-items: center;
}

.cst-jr-speakersDays.name,
.cst-jr-speaker.name {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: 900;
	color: #ffffff;
	cursor: pointer;
	word-wrap: break-word;
}

.cst-jr-speakersDays.company,
.cst-jr-speaker.company {
	font-family: 'Lato', sans-serif;
	font-size: 12.4px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: #acb9bd;
	padding-bottom: 15px;
	padding-top: 8px;
	line-height: 1.19;
	letter-spacing: 1.6px;
	word-wrap: break-word;
}

.cst-jr-speaker.icons {
	width: 200px;
	position: absolute;
	bottom:60px;
	left:0;
	display: flex;
	justify-content: center;
	z-index:10;
}

.cst-jr-speakersDays.icon,
.cst-jr-speaker.icon {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	margin-right: 6.6px;
	line-height: 23px;
	font-size: 15px;
}

.cst-jr-speakersDays.icon>a,
.cst-jr-speaker.icon>a {
	color: #333;
}

.cst-jr-schedule.tabs > li,
.cst-jr-speakersDays.tabs > li {
	display: none;
}

.cst-jr-speakersDays.tabs > li.active  
.cst-jr-schedule.tabs > li.active  {
	display: block;
}

/* .cst-jr-speakersDays.tabs > li.active {
	display: block !important;
} */

.cst-jr-schedule.tabs > li.activated ,
.cst-jr-schedule.tabs > li.activated {
	display: block;
}

/* .cst-jr-speakersDays.tabs > li.activated {
	display: block !important;
} */

/* SPEAKER MODAL */

.cst-jr-modal-speaker.modal-content {
	padding-top: 18px;
	padding-left: 33px;
	padding-right: 33px;
	font-family: 'Open Sans', sans-serif;
}

.cst-jr-modal-speaker.modal-header {
	border: none;
	padding: 0;
}

.cst-jr-modal-speaker.modal-close {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	cursor: pointer;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.modal-close>a {
	color: #7f8c8d;
}

.cst-jr-modal-speaker.img-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.cst-jr-modal-speaker.speaker-img {
	width: 250px;
	height: 320px;
}

.cst-jr-modal-speaker.speaker-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.cst-jr-modal-speaker.content-speakers {
	padding-top: 10px;
	padding-bottom: 70px;
}

.cst-jr-modal-speaker.speaker-wrap {
	padding-left: 15px;
	padding-right: 0;
}

.cst-jr-modal-speaker.nav-pills>li>a {
	width: 93px;
	font-size: 14px;
	background: none;
	letter-spacing: 1.6px;
	text-align: center;
	color: #2d3c3b;
	padding: 0;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.nav-pills>li>a.active,
.cst-jr-modal-speaker.nav-pills>li>a.active:focus,
.cst-jr-modal-speaker.nav-pills>li>a.active:hover {
	background: none;
	color: #2d3c3b;
	font-weight: bold;
}

/* .cst-jr-modal-speaker.active a:after {
	background: none repeat scroll 0 0 #000000;
	bottom: -10px;
	content: "";
	display: block;
	position: relative;
	width: 93px;
	height: 2.3px;
	border-radius: 4px;
	margin: 0 auto;
} */

.cst-jr-modal-speaker.speakertitle {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: left;
	font-weight: 900;
	color: #333;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.social-icons {
	padding-top: 14px;
	padding-bottom: 14px;
}

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

.cst-jr-modal-speaker.icon>a {
	text-decoration: none;
	color: #ffffff;
}

.cst-jr-modal-speaker.speaker-text {
	padding-top: 20px;
	font-size: 14px;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.speaker-caption {
	font-family: 'Lato', sans-serif;
	font-size: 12.4px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	color: #7f8c8d;
	padding-bottom: 15px;
	padding-top: 8px;
	line-height: 1.19;
	letter-spacing: 1.6px;
	word-wrap: break-word;
}

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

.cst-jr-modal-speaker.speaker-button button {
	width: 222px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	background-color: #4a90e2;
	border: none;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.cst-jr-modal-speaker.speaker-button button:hover {
	background-color: #407dc4;
}

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

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

.cst-jr-modal-speaker.time {
	display: inline-block;
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 18px;
}

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

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

.cst-jr-modal-speaker.details {
	display: inline-block;
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 18px;
}

.cst-jr-modal-speaker.event-title {
	font-size: 24px;
	font-weight: 600;
	color: #7b8c8d;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.event-location {
	font-size: 14px;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.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-jr-modal-speaker.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-jr-modal-speaker.card-img {
	height: 120px;
	width: 94px;
	display: inline-block;
}

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

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

.cst-jr-modal-speaker.info-name {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-align: left;
	color: #303030;
	word-wrap: break-word;
}

.cst-jr-modal-speaker.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);
	word-wrap: break-word;
}


/* SCHEDULE */

.cst-jr-schedule.agenda {
	background-color: #ecf0f1;
}

.cst-jr-schedule.container {
	padding-top: 140px;
	padding-bottom: 110px;
}

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

.cst-jr-schedule.card {
	width: 100%;
	min-height: 77px;
	background: none;
	border-bottom: solid 1px #7b8c8d;
	margin-top: 14px;
}

.cst-jr-schedule.info-container {
	padding: 16px 27px;
	font-family: 'Open Sans', sans-serif;
}

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

.cst-jr-schedule.initial-time {
	display: inline-block;
}

.cst-jr-schedule.final-time {
	display: inline-block;
}

.cst-jr-schedule.title {
	font-size: 16px;
	font-weight: 600;
	word-wrap: break-word;
	padding-top: 15px;
}

.cst-jr-schedule.description-wrap{
	padding:0;
	padding-right: 15px;
}

.cst-jr-schedule.description {
	padding-top: 5px;
	font-size: 14px;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-jr-schedule.description a{
	text-decoration: none;
	padding-top: 5px;
	font-size: 14px;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-jr-schedule.location {
	font-size: 14px;
	color: #7f8c8d;
	word-wrap: break-word;
}

.cst-jr-schedule.location i {
	margin-right: 5px;
}

.cst-jr-schedule.participants {
	width: 100%;
    position: relative;
    display: flex;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.cst-jr-schedule.photo {
	margin-right: -1rem;
    margin-bottom: 5px;
}

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

/* AGENDA MODAL */

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

.cst-jr-agendaModal.modal-header {
	height: auto;
	padding: 0;
	padding-bottom: 46px;
	padding-left: 42px;
	padding-right: 42px;
	border: none;
}

.cst-jr-agendaModal.header-bar {
	padding-top: 16px;
}


.cst-jr-agendaModal.status {
	font-size: 16px;
	font-weight: 600;
	color: #8fde06;
	padding: 0;
	word-wrap: break-word;
}

.cst-jr-agendaModal.modal-close {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	word-wrap: break-word;
}

.cst-jr-agendaModal.modal-close>a {
	color: #7f8c8d;
}

.cst-jr-agendaModal.date {
	padding-top: 27px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #7b8c8d;
	word-wrap: break-word;
}

.cst-jr-agendaModal.event-title {
	padding-top: 19.8px;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	color: #7b8c8d;
	word-wrap: break-word;
}

.cst-jr-agendaModal.time {
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

.cst-jr-agendaModal.time-text {
	font-size: 12px;
	font-weight: 500;
}

.cst-jr-agendaModal.time-number {
	font-size: 31px;
	font-weight: 800;
}

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

.cst-jr-agendaModal.button button {
	width: 222px;
	height: 30px;
	border-radius: 0;
	background-color: #4a90e2;
	border: none;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	word-wrap: break-word;
}

.cst-jr-agendaModal.button button:hover {
	background-color: #407dc4;
}

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

.cst-jr-agendaModal.title {
	font-size: 24px;
	color: #2a2a2a;
	word-wrap: break-word;
}

.cst-jr-agendaModal.description {
	padding-top: 15px;
	font-size: 14px;
	color: #7f8c8d;
	font-weight: normal;
	word-wrap: break-word;
}

.cst-jr-agendaModal.address {
	padding-top: 31.7px;
	font-size: 16px;
	color: #7f8c8d;
	line-height: 35px;
	word-wrap: break-word;
}

.cst-jr-agendaModal.address i {
	padding-right: 10px;
	font-weight: bold;
	color: #7f8c8d;
}

.cst-jr-agendaModal.icon {
	color: #000000;
	height: 100%;
	line-height: 35px;
	text-align: right;
	vertical-align: middle;
}

.cst-jr-agendaModal.text-normal {
	font-weight: normal;
}

.cst-jr-agendaModal.tickets-sample {
	padding-top: 25px;
	font-size: 16px;
	line-height: 35px;
	color: #403f48;
	word-wrap: break-word;
}

.cst-jr-agendaModal.agenda-speakers {
	padding-top: 67px;
}


.cst-jr-agendaModal.media-heading {
	width: auto;
	font-size: 14px;
	text-align: left;
	color: #555;
	font-weight: 800;
	margin: 0;
	word-wrap: break-word;
}

.cst-jr-agendaModal.media-caption {
	font-size: 12px;
	color: #2d3c3b;
	font-weight: 400;
	text-align: left;
	word-wrap: break-word;
}

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

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


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

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

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

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

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

.cst-jr-agendaModal.agenda-speakers {
	padding-top: 67px;
}

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

.cst-jr-agendaModal.media {
	margin-top: 25px;
	margin-right:7px;
	width: 245px;
}

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

.cst-jr-agendaModal.photo {
	width: 79px;
	height: 79px;
	object-fit: cover;
}

.cst-jr-agendaModal.media-left {
	padding-right: 0;
}

.cst-jr-agendaModal.media-body {
	padding-left: 14px;
	padding-bottom: 30px;
	position: relative;
}


/* DATE TABS */

.cst-jr-schedule.calendar-tabs,
.cst-jr-speakersDays.calendar-tabs {
	margin: 0;
	padding-top: 100px;
}

.cst-jr-schedule.tabs a,
.cst-jr-speakersDays.tabs a {
	width: 75px;
	font-size: 16px;
	color: #000;
	font-weight: bold !important;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 0.5px #dadfea;
	margin: 10px;
	margin-right: 0px;
	padding: 0;
	text-decoration: none;
}

.cst-jr-schedule.tabs li.active a,
.cst-jr-schedule.tabs li.active a:hover,
.cst-jr-schedule.tabs li.active a:focus,
.cst-jr-speakersDays.tabs li.active a,
.cst-jr-speakersDays.tabs li.active a:hover,
.cst-jr-speakersDays.tabs li.active a:focus,
.cst-jr-speakersDays.tabs li.activated a,
.cst-jr-speakersDays.tabs li.activated a:hover,
.cst-jr-speakersDays.tabs li.activated a:focus {
	border-radius: 4px !important;
	background: none;
}

.cst-jr-schedule.tabs li.active .day,
.cst-jr-speakersDays.tabs li.active .day,
.cst-jr-speakersDays.tabs li.activated .day {
	background-color: #005997;
	color: #ffffff !important;
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cst-jr-schedule.month,
.cst-jr-speakersDays.month {
	text-align: center;
	text-transform: uppercase;
	width: 99%;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background-color: rgb(0 89 151 / 35%);
	border-bottom: solid 1px #dadfea;
	transition: all 0.3s ease;
	font-weight: 800;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none;
	display: block;
}

.cst-jr-schedule.day,
.cst-jr-speakersDays.day {
	text-align: center;
	height: 60px;
	width: 99.9%;
	line-height: 60px;
	color: #005997;
	background-color: none;
	font-size: 36px;
	transition: all 0.3s ease;
	font-weight: 800;
	display: block;
}

.cst-jr-schedule.icon-active,
.cst-jr-speakersDays.icon-active {
	display: block !important;
}

.cst-jr-schedule.menu-icons,
.cst-jr-speakersDays.menu-icons {
	display: flex;
	align-items: center;
	justify-content: right;
	height: 120px;
	float: right !important;
    user-select: none;
}

.cst-jr-schedule.icons,
.cst-jr-speakersDays.icons {
	padding: 0 !important;
	font-size: 14px;
	color: rgba(127, 140, 141, .5);
	display: inline-block;
	
}

.cst-jr-schedule.icon-left,
.cst-jr-speakersDays.icon-left {
	cursor: pointer;
	text-align: center;
	width: 27px;
    height: 28px;
	line-height: 23px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 0.5px #dadfea;
	display: none;
	vertical-align: center;
	margin-right: 7px;
}

.cst-jr-schedule.icon-left i,
.cst-jr-speakersDays.icon-left i {
	font-size: 26px;
}

.cst-jr-schedule.icon-right,
.cst-jr-speakersDays.icon-right {
	cursor: pointer;
	text-align: center;
	width: 27px;
    height: 28px;
	line-height: 23px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 0.5px #dadfea;
	display: none;
}

.cst-jr-schedule.icon-right i,
.cst-jr-speakersDays.icon-right i {
	font-size: 26px;
}

.cst-jr-speakersDays.icon-left,
.cst-jr-speakersDays.icon-right {
	width: 10px;
	height: 15px;
	line-height: 11px;
}

.cst-jr-schedule.subtitles,
.cst-jr-speakersDays.subtitles {
	width: 100%;
	padding: 15px 27px;
	border-bottom: solid 1px #7b8c8d;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #7f8c8d;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

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

@media(max-width:1199px) {
	.cst-jr-speaker.speaker {
		margin-left: 15px;
		margin-right: 20px;
		margin-top: 40px;
	}
}

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

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

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

	.cst-jr-app.cst-jr-apptitle {
		padding-top: 0;
		text-align: center;
	}

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

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

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

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

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

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

	/* SPEAKERS */

	.cst-jr-speaker.speakers {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cst-jr-speaker.speakers-container {
		padding-top: 0;
	}

	/* SPEAKERS MODAL*/

	.cst-jr-modal-speaker.modal-body {
		padding: 0;
	}

	.cst-jr-modal-speaker.content-speakers {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.cst-jr-modal-speaker.speaker-wrap {
		padding-left: 15px;
	}

	.cst-jr-modal-speaker.speaker-img {
		width: 250px;
		height: 320px;
	}

	.cst-jr-modal-speaker.other-speakers {
		padding-top: 75px;
	}

	.cst-jr-modal-speaker.speaker-button {
		padding-top: 35px;
	}

	.cst-jr-modal-speaker.main-menu {
		display: flex;
		justify-content: center;
	}

	.cst-jr-schedule.info-container {
		padding: 15px 15px;
	}

	/* AGENDA */

	.cst-jr-schedule.subtitles {
		padding: 0 15px;
	}
}

@media(max-width:767px) {
	.cst-jr-about.container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cst-jr-countdown.number {
		font-size: 50px;
	}

	.cst-jr-map.map,
	.cst-jr-map.location-wrap {
		min-height: 400px;
		padding: 20px 0;
		height: auto !important;
	}

	.cst-jr-map.location-wrap {
		width: auto;
	}

	/* APP */

	/* SPEAKER MODAL */

	.cst-jr-modal-speaker.speaker-wrap {
		padding-left: 0;
		padding-top: 45px;
	}

	.cst-jr-schedule.container {
		padding-top: 70px;
		padding-bottom: 55px;
	}

	.cst-jr-schedule.cards-container {
		padding-top: 25px;
	}


	.cst-jr-schedule.location {
		margin-top: 15px;
	}

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

	.cst-jr-agendaModal.initial-time {
		padding-right: 9px;
	}

	.cst-jr-agendaModal.modal-header {
		height: auto;
		padding-left: 17px;
		padding-right: 12px;
		padding-bottom: 26px;
		border: none;
	}

	.cst-jr-agendaModal.event-title {
		font-size: 26px;
	}

	.cst-jr-agendaModal.date {
		padding-top: 11px;
	}

	.cst-jr-agendaModal.modal-body {
		padding-left: 17px;
		padding-right: 17px;
		padding-bottom: 26px;
	}

	/* AGENDA */

	.cst-jr-schedule.calendar-tabs {
		padding-top: 10px !important;
	}

	.cst-jr-schedule.tabs a {
		height: 53px;
		width: 43px;
		margin-right: 2px;
		margin-left: 5px;
	}

	.cst-jr-schedule.month {
		font-size: 7px;
		line-height: 16px;
		height: 16px;
	}

	.cst-jr-schedule.day {
		font-size: 21px;
		height: 35px;
		line-height: 37px;
	}

	.cst-jr-schedule.menu-icons {
		height: 73px;
		font-size: 8px;
		float: right !important;
	}

	.cst-jr-schedule.calendar-tabs {
		padding-top: 45px;
	}

	.cst-jr-schedule.icon-left,
	.cst-jr-schedule.icon-right {
		width: 10px;
		height: 15px;
		line-height: 11px;
	}
}

@media(max-width:600px) {
	.cst-jr-sponsor.sponsors {
		padding-top: 79px;
		padding-bottom: 79px;
	}

	.cst-jr-sponsor.sponsors-container {
		padding-top: 50px;
	}

	.cst-jr-sponsor.sponsors-wrap {
		padding-top: 21px;
	}

	.cst-jr-sponsor.sponsor {
		margin-top: 8px;
	}

	.cst-jr-sponsor.sponsor-title {
		padding-top: 30px;
	}
}

@media(max-width:500px) {
	/* APP */
	.cst-jr-app.app {
		padding-left: 0;
		padding-right: 0;
	}

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

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

	/* SPEAKER MODAL */

	.cst-jr-modal-speaker.modal-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 7px;
	}

	.cst-jr-modal-speaker.content-speakers {
		padding-top: 10px;
	}

	.cst-jr-modal-speaker.modal-header {
		padding-left: 0;
		padding-right: 0;
	}

	.cst-jr-modal-speaker.nav-pills>li>a {
		padding: 5px 5px;
	}

	.cst-jr-modal-speaker.speakertitle {
		font-size: 24px;
		padding: 0;
	}

	.cst-jr-modal-speaker.speaker-text {
		padding-top: 20px;
	}
}

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

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

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

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

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

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

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

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