
.active {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  #header {
	z-index: 997;
	background: linear-gradient(to right, #fff 83%, #0c62ad 17%);
	border-bottom:3px solid #ff9b00;
  }
  
  @media (max-width: 1199px) {
	#header .container {
	  max-width: 100%;
	}
  }
  
  
  #header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
  }
  
  #header #dates h3 {
	color:#ffffff;
  }
  
  #header #logo h1 span {
	color: var(--red);
  }
  
  #header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
  }
  
  #header #logo img {
	padding: 0;
	margin: 0;
	max-height: 80px;
	transition: all 0.5s;
  }
  
  #header #logo.logo-scrolled img {
	padding: 0;
	margin: 0;
	max-height: 65px;
	transition: all 0.5s;
  }
  
  #header #dates.logo-scrolled h3 {
	font-size: 1.60rem;;
	transition: all 0.5s;
  }
  
  #teco-banner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }
  
  #met-banner-container {
	margin-right: 2%;
  }
  
  #met-banner {
	float: right;
	max-width: 60%;
  }

.modal-custom {
    max-width: 685px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	background-color: #e7e7e7;
	color: #222222;
	border-bottom-color: #3f9bb5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	background-color: #eeeeee;
	border-bottom-color: #3f9bb5;
	cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #6f6f6f;
	background-color: #ffffff;
	border: 1px solid #3f9bb5;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #3f9bb5;;
}

.tab-content {
	padding-top: 25px;
}

.tabbable > .tab-content {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 25px;
}

.tab-content h3 {
	margin-top: 0;
}

.panel-session {
	border-color: #409eb9;
}

.panel-session > .card-heading {
	background-color: #409eb9;
	border-color: #409eb9;
}

.panel-session > .card-heading > h4 {
    color: #fff;
	margin: 0;
}

.room-badge {
	color: #222222 !important;
	font-weight: 700;
	font-size: 14px;
}

.col-xs-11 {
	margin-left: 15px;
	margin-right: -15px;
}

.speaker-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 17.5%;
	margin-bottom: 15px;
}

.company-logo {
	margin: 0 15px;
	max-width: 150px;
	max-height: 150px;
}

.panel-presentation {
	padding: 15px !important;
	background: #f5f5f5;
}

@media (min-width: 1200px) {
	.speaker-photo {
		width: 125px !important;
		height: 150px !important;
	}
}

@media (max-width: 1199px) {
	.speaker-photo {
		width: 80px !important;
		height: 100px !important;
	}
}

@media (max-width: 991px) {
	.speaker-photo {
		width: 60px !important;
		height: 70px !important;
	}
}

@media (max-width: 767px) {
	.col-xs-1 {
		display: none;
	}
	.col-xs-11 {
		margin: 0 0 15px;
	}
}

/*--------------------------------------------------------------
# Conference Programme Section
--------------------------------------------------------------*/
#wmo-programme {
	background:#ffffff;
	position: relative;
	padding-top: 10vh;
  }
  
  /*#wmo-programme .vimeo-container {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 15px;
  }*/
  
  @media (max-width: 1366px) {
	#wmo-programme {
	  height:80vh;
	  background-position: 0% 40%;
	}
  
  }
  
  @media (max-width: 991px) {
	#met-banner {
	  max-width: 70%;
	}
  }
  
  @media (max-width: 768px) {
	#met-banner {
	  max-width: 70%;
	}
  }
  
  @media (max-width: 577px) {
	#teco-banner {
		margin-left: auto;
		margin-right: auto;
	}
  
	#met-banner-container {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
	}
  
	#met-banner {
	  float: none;
	  max-width: 100%;
	}
  }
  