.reg-btn-wrapper{	
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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.6rem;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
	line-height: 2em;
}

.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, .timeline-title-no-link {
	line-height: 1.5;
	font-size: 1.6rem;
}

.timeline-title:hover {
	cursor: pointer;
	text-decoration: underline;
}
.timeline-venue {
	line-height: 1.5;

	font-size: 0.95rem;

}

.register-button, .register-button2 {
  background-color: #FFF;
  border: none;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -5px 2px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.register-button:hover,.register-button2:hover {
	text-decoration: none !important; 
	color: #000 !important;

}

.register-button:active,.register-button2:active {
	text-decoration: none; 
	color: #000;
}

.register-button:link {
	text-decoration: none; 
	color: #194dbd;
}
.profile-column {
	position: relative;
}
@media (max-width: 976px){
.profile-column {
	display:flex;
}
}
.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;
	display: 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 .row {
	background-color: white;
}

#alto-section .row>div:nth-of-type(1){
		padding: 0;
}
#alto-section, #alto-section  .section-title {
	/*color: #fff;*/
}

#alto-section a {
	color: #005eb5;
	text-decoration: underline;
	font-style: italic;
	font-weight: 500;
}

#contact-section a {
	color: #90d352;
	text-decoration: underline;
	font-style: italic;
	font-weight: 400;
}
.contactus{
	background-image: url(../images/bg1.jpg);
    height: 200px;
}
.contactus:before{
    content: '';
    background: linear-gradient(90deg, rgba(18,98,208,0.9) 0%, rgba(110,158,224,0.7) 100%);
    background-position: bottom;
    background-size: 100% 100%;
    margin: 0px 0 -200px 0;
    width: 100%;
    height: 200px;
}
.contactus, .contactus .section-title{
	color: white;
}

#alto-section .contactus a{
	color: #efa55a;
}

.schedule-desc {
	font-size: 1.2rem;

}
.alto-desc, .contact-desc {
	font-size: 1.1rem;

}


.overview-green-inner {

    position: relative;
	/*border-style: solid;
	border-color: #2099E1*/
	--webkit-box-shadow: 5px 9px 20px 2px #AAAAAA44;
	box-shadow: 5px 9px 20px 2px #AAAAAA44;
    width: 100%;
    height: 100%;
    min-height: 220px;
    text-align: center;
	flex-wrap: wrap;
	display: flex;
	overflow: hidden;

}


.overview-blue-inner {
    position: relative;
/*	border-style: solid;
	border-color: #f5b67a;*/
	--webkit-box-shadow: 5px 9px 20px 2px #AAAAAA44;
	box-shadow: 5px 9px 20px 2px #AAAAAA44;
    width: 100%;
    height: 100%;
    min-height: 220px;
    text-align: center;
	flex-wrap: wrap;
	display: flex;
	overflow: hidden;
}

.overview-green-date {
	background-color: #8fd153;
	height: 12rem;
	width: 12rem;
	border-radius: 50%;
	color: #fff;
	min-width: 6rem;
	position: absolute;
	left: -5rem;
	top: -5rem;
}
.overview-green-date2 {
	background-color: #8fd153;
	height: 12rem;
	width: 13rem;
	border-radius: 50%;
	color: #fff;
	min-width: 6rem;
	position: absolute;
	left: -5rem;
	top: -5rem;
}
.overview-blue-date {
	background-color: #186fd9;
	height: 12rem;
	width: 12rem;
	border-radius: 50%;
	color: #fff;
	min-width: 6rem;
	position: absolute;
	left: -5rem;
	top: -5rem;
}
.overview-date-txt {
	position: absolute;
	left: 1rem;
	top: 0rem;
	color: #fff;
}


.overview-green-inner .desc, .overview-blue-inner .desc {
	font-size: 1.2rem;
	font-weight: 400;
	color: #353535;
}

.prog-desc{
    display: flex;
    justify-content: right;
    align-items: center;
}

.prog-desc>div{
    text-align: left;
	width: calc(100% - 7rem);
}
.prog-desc.center>div{
    text-align: center;
	width: 80%;
}

.color-orange {
	color: #f5b67a !important;
}

.timeline{
	padding: 20px 0;
	width: 100%;
	display: flex;	
	justify-content: space-between;
}
.timeline:before{
	content: '';
	border-top: dashed 1px #999999;
	position: absolute;
	width: 100%;
	left: 0px;
	top:48px;
}

.timeline-day{
	position: relative;
	text-align: center;
	width: 80%;
/*	display: flex;
	flex-direction: column;
	justify-content: center;*/
	cursor: pointer;
}
.timeline-day h4{
	font-weight: 500;
	color: #666666;
	margin: 0;
}
.timeline-day.timeline-selected h4{
	color: #186fd9;
}

.timeline-day:before{
	content: '•';
	color: #186fd9;
	font-size: 50px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
}
.timeline-day:hover:before{
	color: #8fd153;
}
.timeline-day.timeline-selected:before{
	content: '•';
	color: white;
	font-size: 50px;
	background-color: #186fd9;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
}
#programme-section{
}
.agenda-wrapper{	
	background-color: #ededf7; 
	margin-left:0; 
	margin-right:0; 
	padding: 1vw 0.5vw; 
}
@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;
}