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



/* CLIENT */

	.active {
  		background-color: #082C5C !important;
		border-color: #082C5C !important;
	}
	
	.list-group li:hover {
 		background: #5778a3;
  		color:white;
	}


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

	.video-container {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 0px;
		height: 0;
		overflow:hidden;
		max-width: 100%;
	}

	.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: 9px;
		padding-top: 0px; 
		padding-bottom: 10px; 
	}

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

@media (max-height : 700px ){ 

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

		}
	}

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

		#contain {
			padding: 15px !important;
			padding-top: 0px !important;
		}
		
		#speakers{
			width: 300px;
			
			
		}
		
		.navbar-fixed-bottom {
			position: relative;
		}
		
		
		

	

	}


	
