.speaker.small>.speaker__photo-wrapper { width: 160px; padding-top: 160px; margin-left: -80px; }
.page-header__content-wrapper { height: 280px; }
.schedule__time { color: #6b7882; }
.pricing__price-wrapper { display: block; width: auto; height: 4em }
.pricing__price-wrapper .smallFont { font-size: 0.6em }
/*** NAV ***/
.navbar-default{
	background: #c8c8c8;
}
.navbar-nav > li.active > a {
	background-color: #0d3a88 !important;
	color: #fff !important;
}
.navbar-nav > li > a{
	padding: 10px 8px;
	font-size: 14px;
}
.navbar-nav > li:hover > a{
	background-color: #0d3a88 !important;
	color: #fff !important;
}
.navbar-nav > li:hover > a::before {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.navbar-nav > li:hover > a::before {
    background-color: #0d3a88;
}
.navbar-default .navbar-nav > li > a { color: #FFF !important; }

/*** BANNER AND PAGE-HEADER ***/
.countdown-css{
	padding-top: 150px;
}
.countdown-css .countdown__label{
	color: #fff !important;
	opacity: 1;
}

.banner__bg{
	background-image: url('/conf-data/NUTECH2020/images/banner/banner-logo.png'), url('/conf-data/NUTECH2020/images/banner/banner.jpg');
	background-position: left top 60px, 80%;
	background-size: 110px, cover;
}
.page-header{
	background-image: url('/conf-data/NUTECH2020/images/banner/banner-logo.png'), url('/conf-data/NUTECH2020/images/banner/banner.jpg');
	background-position: left top 10px, 90%;
	background-size: 100px, cover !important;
}

/*** COMMITTEES ***/
.section_header .section-title{
	font-size: 25px;
}
.speaker.nonePhoto{
	margin-bottom: 40px;
}
.speaker.nonePhoto .speaker__photo-wrapper{
	display: none;
}


/*** ORGANIZER ***/
.box-organizer{
	margin-bottom: 0;
}
.box-organizer .content-box__icon-col{
	display: none;
}
.box-organizer .content-box__titles{
	width: 100%;
	text-align: center;
}
.box-organizer .content-box__titles .content-box__title{
	display: block;
	margin: 0;
}
.box-organizer img{
	margin: auto;
}

/* CONFERENCE TERMS */
.info-detail{
	display: none;
}
.separator{
	border-bottom: 1px solid #aaa;
}
.title-header{
	font-size: 18px;
	font-weight: 500;
}
.title-header:hover{
	cursor: pointer;
}
.box-info{
	margin: 0 0 13px;
}
.header-box{
	display: block;
	font-size: 18px;
}

/* FOOTER */
.footer{
	background: #c8c8c8;
}

.panel-title > a::before {
	background: #0d3a88 !important;
}
.panel-title > a {
	color: #000000;
	font-size: 100% !important;
}

.session-logo{
	max-width: none;
	width: auto;
	max-height: 200px;
	display: block;
	transition: all .5s;
}

.session-logo:hover {
	transform: scale(1.1);
}

.istra{
	margin-top: 10px;
	height: 190px;
}
.aries{
	margin: 0 auto;
}
.aries-text {
	margin-left: 23px;
}
.istra-text {
	margin-left: 60px;
}
.aries-column{
	margin-bottom: 40px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 300px;
  height: auto;
}

.sponsors--table{
	margin-bottom: 50px;
}


@media(min-width:768px){
	/*** BANNER AND PAGE-HEADER ***/
	.banner__bg{
		background-position: 50px, right 25px;
		background-size: 250px, cover;
	}
	.page-header{
		background-position: 50px, right -5px;
		background-size: 150px, cover !important;
	}
	.w10 img{
		width: 50%;
	}

	.sponsored .sponsors-cell img{
		max-width: none;
		width: auto;
		max-height: 200px;
	}
}

@media(max-width: 767px){
	.banner__desc{
		font-size: 17px;
	}
	/*** Special Sessions ***/
	.sponsors__cell {
		width: 100%;
		margin-bottom: 20px;
	}
	.sponsors--table {
		margin-bottom: 60px;
	}
	.sponsors-cell img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.sponsored .sponsors-cell img {
		width: 95%;
	}
	.speaker__infobox {
		text-align: center !important;
		font-size: 1em;
	}
}

/* POPUP COVID*/
.overlay_main_popup {
  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_main_popup:target {
  visibility: visible;
  opacity: 1;
}

.popup_main {
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_main h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup_main .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_main .close:hover {
  color: #06D85F;
}
.popup_main .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popup_main{
    width: 80%;
  }




/*SCHEDULE-agenda*/
.schedule__time {
	color: #0b93ae;
}
	.schedule__desc_meals {

    padding: 5px 5px;
    background: #fff8b4e6;
}
	.schedule__session_header {


    padding: 5px 5px;
    background: #bbd4fde6;
}