@charset "UTF-8";
/* CSS Document */



/* CLIENT */

	.active {
  		background-color: #023D5C !important;
		border-color: #133E61 !important;
	}
	
	.list-group li:hover {
 		background:#2CC4B6 ;
  		color:white;
	}


/* GENERAL */
	.navbar-header {
		border-radius: 0px;
		margin-bottom: 0px;
		min-height: 50px;
		padding: 15px;
		
	}		


	.video-container {
		position:relative;
		padding-bottom: 56.25%; 
		padding-top: 0px;
		height: 0px;
		overflow:hidden;
		
	}

	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;	
	}


	.list-group-item {
		background-color: #F8f8f8;
	}

	h4 {
		padding-top: 10px;
	}

	h5 {
		font-size: 11px;
		padding-bottom: 10px;
		
	}

	h6 {
		font-style: italic;
		margin-top: -4px; 
		padding-bottom: 0px; 
		font-size: 10px;
		float: right;
	}

	.navbar-fixed-bottom {
		position: relative;
		right: 0;
  		bottom: 0;
  		left: 0;
		
 
		}




	@media (max-width : 767px ){ 
	
		h4 {
			font-size: 18px;
			padding-top: 0px;
		}
		
		h5 {
		font-size: 9px;
		margin: 0px;
		}
		
		h6 {
		float: left;
		}

		#contain {
			padding: 15px !important;
			padding-top: 0px !important;
		}
		#agenda {
			margin-top: 20px !important;
		}
		
		#speakers{
			width: 140px;
			margin: 0px;
			padding-right: 10px;
			padding-bottom: 5px;
			
		}
		
		.navbar-fixed-bottom {
			position: relative;
		}
		
		

	}


	
