.video-topics-holder {
	display: none;
}

.video-items {
	background-color: #193852;
}

	.slide-holder--upcomming #slides:before,
	.slide-holder--no-before #text-slides:before {
		display: none;	
	}

	.slide-holder--upcomming .session-title {
	    font-weight: 400;
		font-size: 17px;
	}
	
	.slide-holder--upcomming .session-topic,
	.slide-holder--upcomming .session-time {
		font-size: 15px;
	}

/* HEADER */
.page-template-home-live #intro {
	width: inherit !important;
	margin-left: -8rem;
	margin-right: -8rem;
}

.page-template-home-live .live-video-holder {
	position: absolute;	
	bottom: 0;	
	left: 0;
	height: 66.66%;
	height: calc(66.66% - 1px);
	width: 50%;
	background-color: #fff;
	z-index: 9;
	transform: translate3D(0,0, 0);
	transition: all 0.5s ease;
}
	
	.page-template-home-live .live-video-holder.playing {
		width: 100%;
		height: 100%;
	}
	
	.page-template-home-live .live-video-holder .live-video {
		position: absolute;	
		top: 0;
		left: 0;
		width: 100%;
		width: calc(100% - 1px);
		height: 100%;
		z-index: -1;
		background-position: center center;
	}

		.page-template-home-live .live-video-holder .live-video object{
			position: absolute;	
			top: 0;	
			left: 0;	
			width: 100%;
			height: 100%;
		}	
		
	.page-template-home-live .live-video-holder .fa-play-circle-o {
		position: absolute;	
		top: 50%;	
		left: 50%;	
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 100px;
		z-index: 2;
		cursor: pointer;		
	}
	
	.live-video-close {
		position: absolute;	
		top: 15px;	
		right: 15px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		background-color: #193852;
		display: none;
	}
	
		.live-video-close .fa {
			font-size: 20px;
			color: #c8102e;
			position: absolute;	
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	
/*
	.page-template-home-live section.blocks-section .block figure {
		height: 5rem;
	}
*/
		
		.page-template-home-live .block.items p.c5 {
			min-height: 50px;
		}
		
		section.blocks-section figure i.program {
			width: 70px;
			height: 70px;	
			background-image: url(../../img/home-live/programme.png);
			background-size: contain;
			background-position: center center;
		}
		
		section.blocks-section figure i.latest {
			width: 70px;
			height: 70px;	
			background-image: url(../../img/home-live/latest-news.png);
			background-size: contain;
			background-position: center center;
		}
		
		section.blocks-section figure i.my-congress {
			width: 70px;
			height: 70px;	
			background-image: url(../../img/home-live/icon-my-congress.png);
			background-size: contain;
			background-position: center center;
		}
		
		section.blocks-section figure i.recourse-centre {
			width: 70px;
			height: 70px;	
			background-image: url(../../img/home-live/resource-centre.png);
			background-size: contain;
			background-position: center center;
		}

	.page-template-home-live .live-video-holder .button {
		position: absolute;	
		right: 30px;
		bottom: 30px;
		cursor: pointer;
		z-index: 2;
	}
	
	/* Current and upcoming video topics */
	.video-topic {
		position: relative;
		width: 50%;
		height: 46%;
		float: left;
		padding: 12px;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

		.video-topic.show {
			opacity: 1;
		}
	
		.video-topic.video-topic--current {
			width: 100%;
			height: 56%;
		}
		
		.video-topic.video-topic--current.live {
			background-color: #c8102e;
		}
		
		.video-topic.video-topic--current.waiting {
			background-color: #193852;
			position: relative;	
		}
		
		.video-topic.video-topic--current.waiting .now-playing {
			font-size: 26px;
		}
		
			.video-topic.video-topic--current.waiting:after {
				position: absolute;	
				bottom: 0;	
				left: 0px;
				right: 0px;
				height: 1px;	
				content: '';
				background-color: #fff;
			}
		
		/* 	Current playing */
		.video-topic__header {
			padding-bottom: 7px !important;
		}
		
		.video-topic__body {
			font-size: 15px;
		}
		
		.video-topic .now-playing {
			font-size: 45px;
			color: #fff;
			margin-right: 7px;
			margin-bottom: 7px;
		}
		
			.video-topic .now-playing .programme-head {
				display: block;
			    margin-bottom: 11px;
			    font-size: 26px;
			}
		
		.video-topic__time {
			font-weight: 400;
			color: #193852;
			font-size: 17px;	
		}
		
		.page-template-home-live section.blocks-section h3 .big {
			font-weight: 400;
		}
		
		.video-topic__header {
		    position: absolute;
		    right: 0;
		    bottom: 5px;
		    right: 15px;	
		}
		
			.video-topic__time {
				display: block;
			}
		
		.topic-session__title {
			font-weight: 400;
			font-size: 28px;
			color: #193852;
		}
		
			.waiting .topic-session__title,
			.waiting .video-topic__time,
			.waiting .topic-chairs {
				color: #fff;
			}
		
		.topic-session__body {
			display: block;
		}
		
		.waiting .topic-session__body {
			font-size: 17px;
			font-weight: 400;
			color: #fff;
		}
		
		.topic-chairs {
			margin-right: 7px;
			margin-top: 2px;
			font-size: 15px;	
		}
		
		.topic-chairs__title,
		.topic-chairs__body {
			display: inline-block;
			vertical-align: top;	
		}
			
			.topic-chairs__title {
				font-weight: 400;	
			}
			
			.topic-chairs__body ul {
				list-style: none;
				padding-left: 0;	
				margin-left: 0;	
			}
			
				.topic-chairs__body ul li {
					display: block;
				}
				
	/* Upcoming */
	.video-topic--upcoming {
		color: #fff;
		font-size: 15px;
		position: relative;	
	}
	
		.video-topic--upcoming.first:after {
			content: '';
			position: absolute;	
			top: 0;	
			height: 80%;	
			top: 10%;
			width: 1px;
			left: 100%;
			left: calc(100% - 8px);
			background-color: #fff;
			z-index: 1;
		}
		
		.topic-session__body p {
			display: inline-block;
		}
		
		.video-topic--upcoming {
			opacity: 0;	
		}
	
		.upcoming-item__time {
			font-weight: 400;
			font-size: 17px;
		}
		
		.upcoming-item__title {
			padding-bottom: 2px !important	;
			font-size: 13px;
			line-height: 15px;
/*
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
*/
		}
		
		.upcoming-item__excerpt {
			font-size: 15px;
			font-weight: 400;	
		}

/* LATEST NEWS */

.page-template-home-live .latest-news__header {
	position: relative;
	color: white;
	padding: 20px 20px 20px 20px;
	font-size: 25px;
}
	
	.page-template-home-live .latest-news__header a {
		color: #fff;	
	}
	
	.page-template-home-live .latest-news__header i {
		margin-right: 15px;	
	}
	
	/* News items */
	.page-template-home-live .latest-news .block .table .cell {
		vertical-align: top;
	}
	
	.page-template-home-live .latest-news .block:nth-child(1),
	.page-template-home-live .latest-news .block:nth-child(2),
	.page-template-home-live .latest-news .block:nth-child(3),
	.page-template-home-live .latest-news .block:nth-child(4) {
		border-bottom: 1px solid #ECECEC;
	}
	
	.page-template-home-live .latest-news .block:nth-child(4n+4) {
		border-right: none;
	}
	
	.page-template-home-live .latest-news .post-thumbnail,
	.page-template-home-live .latest-tweets .post-thumbnail {
		width: 100%;
		height: 170px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		margin-bottom: 20px;	
	}
	
		.page-template-home-live .latest-tweets .post-thumbnail {
			height: 120px;
		}
		
		.page-template-home-live .latest-news .block {
			padding-bottom: 75px;
		}
		
		.page-template-home-live .latest-news .block .cell footer {
			position: absolute;
			bottom: 2rem;
			left: 2rem;
			right: 2rem;
		}
	
/* LATEST TWEETS */

.page-template-home-live .latest-tweets .block .tweet {
	margin-bottom: 5px;
}

	.page-template-home-live .latest-tweets .block .tweet .fa {
		font-size: 	20px;
		color: #acb7c1;
	}
	
	.page-template-home-live .latest-tweets .block header {
		padding-bottom: 8px;
	}
	
	.page-template-home-live .latest-tweets .block .table .cell {
		vertical-align: top;
	}
	
	/* Tweet control */
	.page-template-home-live .tweet-controls {
		position: absolute;
		top: 50%;	
		right: 15px;
		transform: translate(0, -50%);
	}
	
	.page-template-home-live .tweet-controls .tweet-control {
		border: 2px solid #fff;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: relative;
		border-radius: 50% 50%;
		cursor: pointer;
	}
	
		.page-template-home-live .tweet-controls .tweet-control i {
			position: absolute;	
			top: 50%;	
			left: 50%;	
			transform: translate(-50%, -50%);
			color: #fff;
			font-size: 18px;
		}
		
/* RESPONSIVE */

@media only screen and (max-width: 1280px) {
	.page-template-home-live #intro {
	    margin-left: -4rem;
	    margin-right: -4rem;
    }
    
    .page-template-home-live .video-hide {
	    display: none;
    }
    
    .page-template-home-live .home-video-wide {
	    width: 100%;
    }
    
    	.page-template-home-live .video-topic.video-topic--current {
	    	width: 50%;	
	    	height: 100%;
	    	border-right: 1px solid #fff;
    	}
    	
    	.page-template-home-live .video-topic--upcoming {
	    	width: 25%;
	    	height: 100%;
    	}
    	
    	.page-template-home-live .video-topic--upcoming.first:after {
	    	left: 100%;
	    	height: 100%;
	    	margin-top: 0;
	    	top: 0;
    	}
    	
    	.page-template-home-live .home-video-wide {
	    	border-right: 0;
    	}
}

@media only screen and (max-width: 1099px) {
	.page-template-home-live #intro {
	    margin-left: 0;
	    margin-right: 0;
    }
    
	.page-template-home-live .upcoming-item__time {
	    font-size: 14px;
	    margin-bottom: 10px;
    }
    
    .page-template-home-live .upcoming-item__body {
	    font-size: 	13px;
	    margin-top: 15px;
    }
    
    .page-template-home-live .upcoming-item__title { font-size: 	15px; }
    .page-template-home-live .upcoming-item__excerpt { font-size: 13px; }
    
    .page-template-home-live .live-video-holder {
		height: 66.66%;
		height: calc(66.66% - 1px);   
    }
}

@media only screen and (max-width: 1024px) {
	.page-template-home-live #intro.blocks-section > figure {
		padding-bottom: 250px;
	}
	
	.page-template-home-live .page-template-home-live .live-video-holder,
	.page-template-home-live .live-video-holder {
	    height: 250px;
		width: 100%;
	}
	
	.video-hide-small {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.video-topic.video-topic--current.waiting:after {
		display: none;
	}
}


@media only screen and (max-width: 768px) {
	.page-template-home-live #intro {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-home-live .slide-holder,
	.page-template-home-live .oth.items {
		display: none;
	}
	
	.page-template-home-live .video-topic.video-topic--current {
		border-right: none;
	}
	.page-template-home-live #main {
		padding-top: 50px;	
	}
	
	.video-topic__header {
		right: 10px;
		position: static;
	}
	
	.page-template-home-live .upcoming-item__time {
		margin-bottom: 0;	
	}
	
	.page-template-home-live .upcoming-item__body {
		margin-top: 0;	
	}
	
	.page-template-home-live .tag-background {
		background-color: #193852;
	}
	
	.page-template-home-live .video-topic.video-topic--current,
	.page-template-home-live .video-topic--upcoming {
		width: 100%;
	}
	
	.page-template-home-live .video-topic .now-playing {
		font-size: 20px;
	}
	
	.topic-session__title p {
		font-size: 	18px;
	}
	
	.page-template-home-live .upcoming-item__title {
		font-size: 12px;
	}
	
	.page-template-home-live #intro.blocks-section > figure {
		padding-bottom: 300px;
	}
	
		.page-template-home-live .live-video-holder {
			height: 300px;
			width: 100%;
		}
		
		.page-template-home-live .live-video-holder .live-video .fa {
			font-size: 	55px;
		}
}