/* Small devices (landscape phones, 576px and up) */
#LiveBIT-FullContainer {
	margin: 0;
	padding: 0;
}
.mainContentHidden {
	visibility: hidden;
    overflow: hidden;
    height: 200px;
}
.coverBackground {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	margin-bottom: 10px;
}
#spaceFooter {
	height: 40px !important
}
.LiveBIT-Container-HPSpace {
	padding-left: 3% !important;
	padding-right: 3% !important;
}

.padding-category {
	margin-left: calc(3% + 32px) !important;
}
.spaceLaptop {
	margin-left: 0px;
}

/* On Demand Modal  */

	.mod-speech {
		/*border-radius: 30px;*/
		box-shadow: 0 0px 16px 3px #ffffff;
	}
	.mod-speech .modal-header {
		padding: 0px;
	}
	.mod-speech .modal-body {
		padding: 0px;
		position: relative;
	}
	.mod-speech .modal-footer {
		padding: 0px;
		margin: 0px;
	}
	.mod-speech .modal-footer {
		border-top: none;
	}
	.mod-speech-thumb {
		/*border-radius: 30px 30px 0px 0px;*/
		width: 100%;
		height: auto;
	}
	.mod-speech-play-button {
		width: 64px;
		height: 64px;
		position: absolute;
		left: 0;
		right: 0;
		top: -32px;
		margin: auto;
		background-color: #000000;
		display: flex;
		clear: both;
		margin: auto;
		border-radius: 100%;
		box-shadow: 0 0px 20px 5px #ffffff;
		overflow: hidden;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.mod-speech-play-button span{
		font-size: 40px;
		color: white;
	}
	.mod-speech-play-button-footer {
		display:block;
		width: 100%;
		height: 64px;
		line-height: 64px;
		color: #ffffff !important;
		/*border-radius: 0px 0px 30px 30px;*/
		background-color: #000000;
		clear: both;
		margin: auto;
		overflow: hidden;
		cursor: pointer;
	}
	.mod-speech-room {
		position: absolute;
		left: 0px;
		top: -1px;
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align:center;
		padding: 0 42px 0 10px;
		background: #000000;
		color: #ffffff;
	}
	.mod-speech-day {
		position: absolute;
		left: 50%;
		top: -1px;
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align:center;
		padding: 0 10px 0 42px;
		background: #000000;
		color: #ffffff;
	}
	.mod-speech-info {
		margin-top: 50px;
		height: auto;
		padding: 10px;
	}
	.mod-speech-info .category {
		display: inline-table;
		width: 150px;
		font-weight: 600;
	}
	.mod-speech-title {
		display: inline-table;
		font-weight: 600;
		width: calc(100% - 170px);
	}
	.mod-speech-subtitle {
		display: inline-table;
		width: calc(100% - 170px);
	}
	.mod-info-count {
		text-align: center;
		margin: 0px;
		border-top: 1px solid #ccc;
		padding: 10px 0px;
		color: #999999;
	}
	.mod-info-play-button-footer {
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	.mod-speech-action span {
		cursor: pointer;
	}

/* END On Demand Modal */

@media (min-width: 250px) {  
	.LiveBIT-Container {
		width: 100% !important;
		padding: 0 !important;
	}
}
@media (min-width: 576px) {  
	.LiveBIT-Container {
		width: 100% !important;
		padding: 0 !important;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 	.LiveBIT-Container {
		width: 100% !important;
		padding: 0 !important;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 	.LiveBIT-Container {
		width: 100% !important;
		padding: 0 !important;
	}
	.spaceLaptop {
		margin-left: calc(3% + 32px) !important;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.LiveBIT-Container {
		width: 100% !important;
		padding: 0 !important;
	}
}