/* POPUP CHAIR */
.overlay_bio {
z-index: 9999;  
position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay_bio:target {
  visibility: visible;
  opacity: 1;
}

.popup_bio {
margin:5% auto;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
max-height: calc(100vh - 100px);
    overflow-y: auto;
text-align: justify;
  transition: all 0,1s ease-in-out;
}

.popup_bio h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup_bio .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_bio .close:hover {
  color: #06D85F;
}
.popup_bio .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popup_bio{
    width: 80%;
  }
}




.navbar-header .navbar-brand {
	width: 210px !important;
	height: 55px !important;
}

.column ul {
	background-color: #ecf0f1;
border-radius: 13px;
	color: #666;
	padding: 30px 0 30px 40px;
}

.comm_column ul {

}

.column_1 {
background-color: #007673;
	color: #fff;
 height:250px;
border-radius: 13px;
margin: 10px 20px 10px 0px;
	padding: 30px 30px 30px 40px;
}
 .column_2  {
	background-color: #ecf0f1;
	color: #666;
border-radius: 13px;
 height:250px;
margin: 10px 0px 10px 0px;
	padding: 30px 30px 30px 40px;
}



.gen_column_t{
	text-align:center;
	background: #007673;
	color: #fff;
	border-radius: 13px;
	padding: 20px 20px 30px 30px;
	margin: 20px 20px 20px 38px;
	width: 28%;
}

.gen_column {
text-align:center;
	background: #007673;
	color: #fff;
	border-radius: 13px;
	padding: 20px 0 20px 20px;
	width: 48%;
	float: left;
}

.gen_column_last {
	float: right;
}
.gen_column_new {
	width: 100%;
}
.gen_column_map {
	float: right;
	background: #ffff;
	width: 100%;
	padding: 1px 1px 1px 1px;
}

.gen_colgroup{
	margin-top: 4%;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid black;

}

.tg th {
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: white;
	background-color: #007673;
	vertical-align: middle;
	text-align: center;
	width: 275px;
	height: 60px;
}

.tg td {
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: white;
	background-color: #ecf0f1;
	vertical-align: middle;
	width: 400px;
	height: 60px;
}

h4{
	color: #09b89b;
}

.table_desc {
	font-size: 0.8rem;
	margin: 0 0 5px;
}

/* FOOTER */
.footer{
	background: #007673;
}
.page-header{
	background: #fffff;
height: 30px !important
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
width: 50%;
  max-width: 300px;
  height: auto;
}

body {
  background-color: #fffff;
  padding: 100px 0 0 0;
}


@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.panel-title > a::before {
	background: #007673 !important;
}

.banner-title {font-size:7em;}
.banner__desc {font-size:2.2em;}

@media only screen and (max-width: 414px) {
	.banner-title {
		font-size: 6.6em;
	}
	.banner__desc{
		font-size: 1.66em;
	}
}

@media only screen and (max-width: 405px) {
	.banner-title {
		font-size: 6em;
	}
	.banner__desc{
		font-size: 1.49em;
	}
}

#welcome:before {
	display: block;
	content: "";
	height: 90px;
	margin: -90px 0 0;
}

.navbar-right li a {
	padding: 20px 10px 20px 10px;
}
.hscroll{overflow-x: auto;}

.gray .schedule__desc {
	background-color: #ecf0f1;
}
.program-table {
	margin-bottom: 80px;
}
/* ACCOMODATION */
.stars span {
	font-size: 18px;
	top: -2px;
}
.accom_img_banner {
	margin-top: 0 !important;
}
.accom_img_banner .banner__tint {
	background-color: unset;
}
.accom_adress {
	margin-top: 10px;
}
.accom_h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.accom_btn {
	margin: 15px 0 25px 0;
}
.accom_btn i {
	padding-left: 10px;
}
.accom_row {
	margin-bottom: 100px;
}
.accom_table {
	margin: 50px 0 100px 0;
}
.accom_table td.tg-yw4l {
	height: 50px;
}
.accom_table .stars {
	margin-left: 10px;
}
.accom_table .stars span {
	font-size: 16px;
	top: 0;
}
.accom_table td a {
	color: #535353;
	font-size: 16px;
}
.accom_row:before {
	display: block;
	content: "";
	height: 100px;
	margin: -100px 0 0 0;
}
@media only screen and (max-width: 441px) {
	.accom_img_banner .owl-item .container{
		height: 400px;
	}
    .accom_table {
            font-size: 100%;
	}
    .accom_table .stars{
            display: none;
	}
}
.speaker__infobox {
  text-align: justify;
}
.speaker__name {
  text-align: center;
}
.speaker__institution {
  text-align: center;
}
.speaker_slider {width: 300px;
height: 300px;
margin-top: 0 !important;
border-radius: 50% !important;}
.speaker_slider .banner__tint {
	background-color: unset;
}
@media only screen and (max-width: 441px) {
.speaker_slider .banner__slide {
background-size: contain;
     background-position: unset;}}


.chair_name {text-align: center;
font-size: 1.0em;
background: rgba(0, 0, 0, 0.3);
width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -157px;
margin-top: 48px;}
.chair_name a {color: white;}


@media only screen and (max-width: 414px) {.chair_name a {color: white;}
@media only screen and (max-width: 414px) {
.chair_name {text-align: center;
font-size: 1.0em;
background: rgba(0, 0, 0, 0.3);
width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -157px;
margin-top: -220px;}

@media only screen and (max-width: 405px) {.chair_name a {color: white;}
@media only screen and (max-width: 405px) {
.chair_name {text-align: center;
font-size: 1.0em;
background: rgba(0, 0, 0, 0.3);
width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -157px;
margin-top: -170px;}

@media only screen and (max-width: 734px) {.chair_name a {color: white;}
@media only screen and (max-width: 734px) {
.chair_name {text-align: center;
font-size: 1.0em;
background: rgba(0, 0, 0, 0.3);
width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -157px;
margin-top: -130px;}

@media only screen and (max-width: 375px) {.chair_name a {color: white;}
@media only screen and (max-width: 375px) {
.chair_name {text-align: center;
font-size: 1.0em;
background: rgba(0, 0, 0, 0.3);
width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -157px;
margin-top: -170px;}