@font-face {
  font-family: "SourceSansProRegular";
  src: url(9d947735ae61e6d56dedf7cf609a4165c60f9824.eot) ;
  src: url(7c440217d43c709ec10bb9edd0c34acc052ee965.eot)  format('eot'), url(5274224f74eb726ff960c6e1c6884259722ee3c1.woff)  format('woff'), url(ebfee389e39d4f935eabb1e1d0aadbcac9638531.ttf)  format('truetype'), url(4058e72b1cb6e995697e72fb38772ab3be27b854.svg)  format('svg');
}

@font-face {
  font-family: "FontAwesome";
  src: url(de010bf4f81c6f51ecda108baa9573d1d5b1dc83.eot) ;
  src: url(04b63d2ec0b1cfd8feb872fb3bff856159feb566.eot)  format('eot'), url(3827c848bb67a687b7f8c1a6a7075302f5a264da.woff)  format('woff'), url(5adac3a630767e2e0dfd74644c192078ca4c9146.ttf)  format('truetype'), url(82a5669a794b244dc29ed96a71737fc10e6e8472.svg)  format('svg');
}

.topBarContainer {
	height: 5.2em !important;
	padding-right: 0px !important;
}

.player-out .topBarContainer.hover {
	top: -5.2em !important;
}

.topBarContainer .btn {
	height: 2em;
}

.moreViewOptionsComponent {
	display: block !important;
	padding-top: 5px;
	background: #000;
	color: #2aaae1;
	font-size: 13px;
	height: 25px;
	overflow: hidden;
    padding-bottom: 5px;
}

.moreViewOptionsComponent .smallHed {
	float: left;
	margin-left: 5px;
	max-width: 70%;
    -webkit-font-smoothing: subpixel-antialiased;
}
.moreViewOptionsComponent .smallHed span {
	color: #fff;
	font-size: 20px;
	font-family: SourceSansProRegular;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

.moreViewOptionsComponent .viewMoreGo{
	float: right;
	display: inline-block;
	font-family: SourceSansProRegular;
	margin-right: 5px;
	cursor: pointer;
	padding-top: 4px;
}

.viewMoreGo .fa-long-arrow-right{
	font-family: FontAwesome;
}
.viewMoreGo .fa-long-arrow-right:before{
	content: "\f178";
}
