#news-ticker-outer-container {
	position: fixed;
	bottom: 0;
	background-color: #000;
	width: 100%;
	height: 62px;
	text-align: left;
}

#news-ticker-header {
	width: 20%;
	max-width: 180px;
	min-width: 40px;
	float:left;
	background-color: #c8b615;
	height: 62px;
	width: 180px;
	position: relative;
	z-index: 2;
}

	#news-ticker-header p {
		font-family: "GeogrotesqueSemibold", sans-serif;
		font-size: 18px !important;
		color: black;
		text-align: center;
		width: 100%;
		text-transform: uppercase;
	}
	
#news-ticker-arrow {
	float: left;
	width: 10%;
	max-width: 13px;
	height: 62px;
	background-image: url('http://www.pixelizedplonchak.com/xmedia/test/images/news-ticker-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}	
	
#news-ticker-viewport {
	width: 100%;
	height: 62px;
	position: relative;
	overflow: hidden;
	left: 0;
	float: left;
}

	#news-ticker-viewport #news-ticker-content-container {
		position: relative;
		height: 62px;
		display: inline-block;
	}

#news-ticker-viewport p {
	font-family: "GeogrotesqueRegular", sans-serif;
	font-size: 18px !important;
	color: #FFF;
	text-align: left;
	white-space: nowrap;
	z-index: 1;
	float: left;
	position: relative;
	left: 100%;
}

	#news-ticker-viewport p a {
		font-family: "GeogrotesqueRegular", sans-serif;
		font-size: 18px;
		color: #eb002c;
		text-decoration: none;
	}
	
	#news-ticker-viewport p a:hover {
		text-decoration: underline;
	}

a#news-close-button {
	position: absolute;
	z-index: 3;
	bottom: 43px;
	right: 0;
}

@media only screen and (max-width : 670px) {
	.mobile-hidden {
		display: none;
	}
	
	#news-ticker-outer-container {
		height: auto;
	}
	
	#news-ticker-header {
		width: 100%;
		max-width: 100%;
		float: none;
		height: auto;
		padding: 5px 0;
	}
	
		#news-ticker-header p {
			margin: 0;
			padding: 0;
			font-size: 18px !important;
		}
		
	#news-ticker-arrow {
		display: none;
	}
	
	#news-ticker-viewport {
		left: 0;
		height: auto;
		-webkit-text-size-adjust: 100%;
		font-size: 18px !important;
	}
	
	#news-ticker-viewport p {
		font-size: 18px !important;
		margin-top: 2px;
		margin-bottom: 0;
		padding: 5px 0;
	}
	
		#news-ticker-viewport p a {
			font-size: 18px !important;
		}
}