.timeline-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-items li {
  position: relative;
  padding: 0 10px 20px 35px;
  cursor: pointer;
  color: #AAAAAA;
}

.timeline-items li:after {
  content: "";
  position: absolute;
  display: inline-block;

  background: #AAAAAA;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 2px;
  border-radius: 50%;
}

.timeline-selected:after {	
  background: #353535 !important;
}

.timeline-items li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  left: 8px;
  top: 0;
  background-image: radial-gradient(circle at 2px, #AAAAAA 1px, rgba(255, 255, 255, 0) 2px);
  background-position: top, right, bottom, left;
  background-size: 12px 6px;
  background-repeat: repeat-y;
}

.timeline-items .end:before {
  display: none;
}

.timeline-date {
font-weight: 400
}

.timeline-arrow {
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 17px solid #fff; /* unnecessary here... it's only for reference. */
	content: "";
	height: 0;
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	z-index: 2;
	transform: rotate(180deg);

}

.timeline-row-col-1-date {
    font-size: 1.12rem;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
}

.timeline-row-col-1-text {
    font-size: 1rem;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
}

.timeline-row-col-3-text {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
	color: #b7b7b7;
}

.timeline-title {
	line-height: 1.5;
	font-size: 1.15rem;
}

.timeline-title:hover {
	cursor: pointer;
	text-decoration: underline;
}
.timeline-venue {
	line-height: 1.5;

	font-size: 0.95rem;

}

.register-button {
  background-color: #70b332;
  border: none;
  color: #353535;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -10px 2px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.register-button:hover {
	text-decoration: none !important; 
	color: #000 !important;

}

.register-button:active {
	text-decoration: none; 
	color: #000;
}

.register-button:link {
	text-decoration: none; 
	color: #000;
}
.profile-column {
	position: relative;
}
.profile-column:nth-of-type(1) {
	z-index:5;
}
.profile-column:nth-of-type(2) {
	z-index:4;
}
.profile-column:nth-of-type(3) {
	z-index:3;
}
.profile-column:nth-of-type(4) {
	z-index:2;
}
.profile-column:nth-of-type(5) {
	z-index:1;
}
.profile-column-arrow {
    content:'';
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
	border-bottom: solid 1rem rgb(208, 231, 245);
    border-left: solid 1rem transparent;
    border-right: solid 1rem transparent;
	pointer-events: none;
}

.grey-background {
	background-color: #f4f4f4
}

.blue-background {
	background-color: #d5e6eb
}

.special-remarks { 
    display:inline-block;
    color:#000;
    border:2.5px solid #353535;
    background:transparent;
    vertical-align:middle;
    max-width: 100%;
    padding: 6px;
    text-align: center;
	font-weight: 500;
	font-size: 0.90rem !important;
	letter-spacing: 1px;
}

.special-eng-remarks { 
    display:inline-block;
    color:#000;
    border:2.5px solid #353535;
    background:transparent;
    vertical-align:middle;
    max-width: 100%;
    padding: 6px;
    text-align: center;
	font-weight: 500;
	font-size: 0.90rem !important;
}


.desc-box {
	position: relative;
}

.desc-box .close-button
{
	font-style: italic;
	text-decoration: none;
}

.desc-box a, .desc-box a:hover
{
	color: #353535;
	text-decoration: none;
}

.desc-box .desc
{
	color: #000000;
	font-weight: 400;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.last-year-section {
	
	margin-top: 1.5rem;
}

.last-year-section > .button {
  background-color: #70b332;
  border: none;
  color: #353535;
  padding: 6px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -10px 2px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.last-year-section > .button > span:nth-child(odd) {
    font-family: 'Orbitron', sans-serif;
    color: #ffffff;
}

.last-year-section > .button > span:nth-child(even) {
    font-family: 'Orbitron', sans-serif;
    color: #2099E1;
}

.last-year-section > .button:hover {
	text-decoration: none; 
	color: #000;

}

.last-year-section > .button:active {
	text-decoration: none; 
	color: #000;
}

.last-year-section > .button:link {
	text-decoration: none; 
	color: #000;
}

#alto-section, #alto-section  .section-title {
	color: #fff;
}

#alto-section a {
	color: #f5b67a;
	text-decoration: underline;
	font-style: italic;
	font-weight: 500;
}

#contact-section a {
	color: #90d352;
	text-decoration: underline;
	font-style: italic;
	font-weight: 400;
}

.schedule-desc {
	font-size: 1.0rem;

}
.alto-desc, .contact-desc {
	font-size: 1.1rem;

}


.overview-blue-inner {

    position: relative;
	border-style: solid;
	border-color: #2099E1;
    width: 100%;
    height: 100%;
    min-height: 220px;
    text-align: center;
	flex-wrap: wrap;
	display: flex;

}


.overview-orange-inner {
    position: relative;
	border-style: solid;
	border-color: #f5b67a;
    width: 100%;
    height: 100%;
    min-height: 220px;
    text-align: center;
	flex-wrap: wrap;
	display: flex;

}

.overview-blue-date {
	background-color: #2099E1;
	height: 6rem;
	color: #fff;
	min-width: 6rem;
}
.overview-orange-date {
	background-color: #f5b67a;
	height: 6rem;
	color: #fff;
	min-width: 6rem;


}

.overview-blue-inner .desc, .overview-orange-inner .desc {
	font-size: 1.2rem;
	font-weight: 400;
	color: #353535;
}

.color-orange {
	color: #f5b67a !important;
}


@media screen and (min-width: 576px) {
  .wide {

    margin-left: calc((100% - 540px) / 2);
  }
  .wide-right {
	padding-right: calc((100vw - 540px) / 2) !important; 
  }
  .wide .row {
    flex: 1 0 0;
  }

}

@media screen and (min-width: 768px) {
  .wide {
    overflow: hidden;
    width: auto;
    margin: 0 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    background: green;
    margin-left: calc((100% - 720px) / 2);
    max-width: none;
  }
  .wide-right {
	padding-right: calc((100vw - 720px) / 2) !important; 
  }
  .wide .row {
    flex: 1 0 0;
  }

}

@media screen and (min-width: 992px) {
  .wide {

    margin-left: calc((100% - 960px) / 2);


  }
  .wide-right {
	padding-right: calc((100vw - 960px) / 2) !important; 
  }
  .wide .row {
    flex: 1 0 0;
  }

}






@media screen and (min-width: 1200px) {
  .wide {

    margin-left: calc((100% - 1140px) / 2) 

  }
 .wide-right {
	padding-right: calc((100vw - 1140px) / 2) !important; 
  }
  .wide .row {
    flex: 1 0 0;
  }

}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .wide {
    margin-left: calc((100% - 1140px) / 2);
  }
 .profile-column-arrow {
	display:block;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .profile-column-arrow {
	display:none;
  }
  .profile-column {
	margin-left: 0.5rem !important;
  }
}

.programme-section-desktop {
	display: block
}

@media screen and (max-width: 1000px) {
 .programme-section-desktop {
	display: none !important;
 }
  #programme-section .section-title {
 	margin-bottom: 0px!important;
 }
}

.programme-section-mobile {
	display: none;
}
@media screen and (max-width: 1000px) {
 .programme-section-mobile {
	display: block !important;
 }
 #programme-section .section-title {
 	margin-bottom: -60px!important;
 }
 .zoom-image {
	display:none !important;
 }


}

.card {

-webkit-box-shadow: none !important;
}

#signin .form-control {
    display: block !important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
	    -webkit-box-sizing: inherit !important;
}

.programme-section-mobile .desc-box:before{
	
	content:'';
    position: absolute;
    top: -10px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
	border-bottom: solid 1rem rgb(208, 231, 245);
    border-left: solid 1rem transparent;
    border-right: solid 1rem transparent;
	pointer-events: none;
	
}
.speaker-name:hover{
	background-color: #ecf5d5;
}

.chinese-speaker {
	font-style: normal !important;
}

.language-badge {
	background-color: #b3b3b3;
	color: #fff;
	display: inline-block;
	padding: 0.12em 1.2em;
	text-align: center;
	border-radius: 1.2em;
	font-size: 0.68rem;
	vertical-align: middle;

}


.group-1, .group-2, .group-3, .group-4, .group-5 {
	cursor:pointer;
	text-decoration: none !important;
}

.highlight-section {
	border: solid;
	border-width: 2px;
	border-color: #FF0068;
	box-shadow: 0 0 16px #fcd6c7;
}