/* 
==================================================
mobile styles 
==================================================
*/

html, 
body {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
	height:100vh !important;
	width:100vw;
}

b, h1, h2, h3, h4, h5, h6, strong, .semibold, .SemiBold {
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

#sitewrap {
	min-height:unset;
}

/* Banner */

#main-banner {
	position:fixed;
	z-index:500;
	width:100%;
	left:0;
	top:0;
	margin-bottom:0 !important;
}

#homebtn {
	display:block;
}

/* Awesome bar */
.awesomebar {
	background-color: #484C51;
    background: -moz-linear-gradient(top, #484C51 0%, #000000 45%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484C51), color-stop(45%,#000000));
    background: -webkit-linear-gradient(top, #484C51 0%,#000000 45%);
    background: -o-linear-gradient(top, #484C51 0%,#000000 45%);
    background: -ms-linear-gradient(top, #484C51 0%, #000000 45%);
    background: linear-gradient(to bottom, #484C51 0%, #000000 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484C51', endColorstr='#000000',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    font-size:14px;
    padding: 0 !important;
    color:#FFFFFF;
    position:fixed;
    z-index:100;
	width:100%;
	left:0;
	top:0;
}

.awesomebar-row {
	padding:10px 5px;
}

.awesomebar-help,
.awesomebar-info,
.awesomebar-home,
.awesomebar-dynamic,
.awesomebar-speakers {
	vertical-align:middle;
	display:table-cell;
}

.awesomebar-help,
.awesomebar-info,
.awesomebar-home,
.awesomebar-dynamic,
.awesomebar-speakers {
	text-align:center;
	width:25%;
	float:left;
}

.awesomebar-dynamic {
	clear:right;
	width:100%;
}

.awesomebar-dynamic img {
	max-height:70px;
	height:100%;	
}

.awesomebar-event-info {
	border-bottom:1px solid rgba(255,255,255,.7);
	padding-bottom:8px;
}

.awesomebar-button {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	-webkit-appearance:none;
	background:transparent;
	display:inline-block;
	text-align:center;
	padding:13px 8px;
	min-width:80px;
	font-size:14px;
	color:#FFFFFF;
	height:100%;
	width:100%;
	border:none;
}

.awesomebar-button:link,
.awesomebar-button:hover,
.awesomebar-button:focus  {
	text-decoration:none;
	color:#FFFFFF;
}

.awesomebar-button:hover {
	background:#000;
}

.awesomebar-button-icon {
	line-height:55px;
	font-size:38px;
	display:none;
}

.awesomebar-event-name,
.awesomebar-event-location,
.awesomebar-event-dates {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif !important;
	text-align:center;
	text-overflow:ellipsis;
	color:#FFFFFF !important;
	letter-spacing:0px !important;
	margin:0 0 10px 0;
	font-size:1.1em;
}

.awesomebar-event-name {
	font-size:1.4em;
}

.awesomebar-event-dates {
	margin:0;
}

.awesomebar-sponsor-link {
	text-align:center;
	display:block;
}


/* Site Wrapper */
#sitewrap {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width:400px;
	padding:0;
	margin:0;
	padding-bottom:100px;
}

/* Stream area */
#stream-container {
	text-align:center;	
	margin:0;
}

.stream-column {
	padding:0;
	margin: 0;
}

#stream-wrapper {
	position:relative;
	background:#1A2E3B;
}

#stream-resource {
	margin:0 auto;
}

#stream-resource > video,
#stream-resource > iframe {
	height:100%;
	width:100%;
}


/* Bootstrap carousel */
.carousel {
	height:auto;
	margin:0;
}

.carousel-inner > .item > img {
    position: static;
    min-width: unset;
}

.carousel .item {
	background: transparent;
	height: auto; 
}

.carousel .item > a {
	display:block;
}

.carousel img {
	display:inline-block !important;
	max-width:640px !important;
	width:100% !important;
}

/* Ars Container */
#stream-ars {
	min-height:600px;
	border:none;
	width:100%;
	
}

/* Popups */
.modal-dialog {
	height:-webkit-calc(100% - 60px);
	height:-moz-calc(100% - 60px);
	height:-ms-calc(100% - 60px);
	height:calc(100% - 60px);
}

.modal-content {
	overflow:hidden;
	color:#444 !important;
}

.modal-body {
	padding-bottom:105px;
}

.modal-header {
	position:relative;
	padding:0;
}

.modal-header .close,
.modal-header .close:hover {
	position:absolute;
	font-size:2em;
	color:#FFFFFF;
	opacity:1;
	right:15px;
	top:5px;
}

.modal-footer {
	background: #CACACA;
    border-top: 1px solid #cccccc;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
}

.popup-footer-icons {
	font-size: 42px;
	padding:0 15px;
	line-height:1;
	float:left;
}

.popup-footer-icons a {
	vertical-align:middle;
	display:inline-block;
	margin-right: 5px;
    color: #FFFFFF;
}

.popup-footer-icons a:hover,
.popup-footer-icons a:focus {
	text-decoration: none; 
}

.popup-footer-icons .fa-link.fa-inverse {
    color: #CACACA;
}

#event-info .popup-title,
#event-info .popup-line {
	margin:0;
	font-size:1.2em;
}

#event-info .popup-title {
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif !important;
	color: #444 !important;
	margin-bottom:12px;
	margin-top:20px;
	font-size:2.2em;
}

/* Footer */
footer {
	position:fixed;
	bottom:0;
	left:0;
}
footer .pull-left {
	margin-top:0 !important;
}


/* 
==================================================
desktop styles
==================================================
*/


@media (min-width: 992px) {
	
	body {
		padding-bottom: 52px;
	}
	
	/* Awesome bar */
	.awesomebar {
		display:table;
		height:100px;
	}
	
	.awesomebar-row {
		display:table-row;
		height:inherit;
		padding:0;
	}
	
	.awesomebar-help,
	.awesomebar-info,
	.awesomebar-home,
	.awesomebar-dynamic,
	.awesomebar-speakers {
		vertical-align:middle;
		display:table-cell;
		text-align:left;
		float:none;
		width:auto;
		clear:none;
	}
	
	.awesomebar-dynamic.desktop {
		text-align:right;
	}
	
	.awesomebar-event-info {
		border-bottom:none;
		padding-bottom:0;
	}
	
	.awesomebar-event-name,
	.awesomebar-event-location,
	.awesomebar-event-dates {
		text-align:right;
	}
	
	.awesomebar-sponsor-link {
		text-align:right;
		display:block;
	}
	
	.awesomebar-dynamic img {
		max-height:100px;
	}
	
	.awesomebar-dynamic,
	.awesomebar-event-info {
		padding:0 8px;
		width:100%;
	}
	
	.awesomebar-button {
		display:table-cell;
		width:auto;
	}
	
	.awesomebar-button-icon {
		display:block;
	}
	
	
	/* Site Wrapper */
	#sitewrap {
		padding-bottom:0;
		height:100%;
	}

	/* Stream area */
	#stream-wrap,
	#stream-container {
		overflow:hidden;
		height: 100%;
		margin:0;
	}
	
	.stream-column {
		height:100%;
	}
	
	#stream-wrapper {
		height: 100%;
		width:100%;
		margin:0;
	}
	
	#stream-wrapper::before {
		vertical-align: middle;
		display: inline-block;
		margin-left:-.5ch;
		height: 100%;
		content: '';
		width:0;
	}
	
	#stream-content {
		vertical-align: middle;
		display: inline-block;
		width:100%;
	}
	
	.stream-banner {
		padding:20px 0;
	}
	
	#stream-ars {
		min-height:unset;
		height:100%;
	}

}



		
