/* 
  -----------------------------------
  Headline Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 1 - Basic
  -----------------------------------
*/

.p7HLS-05 {
	overflow: hidden;
	color: #000;
	border: 1px solid;
	border: none;
	font-family:'Roboto Condensed', sans-serif;font-weight:400;font-size:1.1em;
}
.p7HLS-05.flush-top {
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid;
}
.p7HLS-05.rounded {
	border-radius: 5px;
}
.p7HLS-05.flush-top.rounded {
	border-radius: 5px 5px 5px 5px;
}
.p7HLS-05.flush-top.shadow {
	box-shadow: 0px 0px 40px rgba(0,0,0,.5);
	border: none;
}
.p7HLS-05.shadow { box-shadow: 0px 0px 1px rgba(0,0,0,.35);}

.p7HLS-05.shadow:after {
	content: ".";
	display: block;
	height: 1px;
	margin-top: -2px;
    color: rgba(255,255,255,0);
	background-color: transparent; 
}

.p7HLS-05 .p7hls-viewport {
	overflow: hidden;
	position: relative;
}
.p7HLS-05 .p7hls-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
.p7HLS-05 .p7hls-item {
	margin: 0;
	padding: 6px 40px 20px 12px;
	font-size: inherit;
}
.p7HLS-05.bullet .p7hls-item {
	background-image: url(img/p7hls-bullet-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.p7HLS-05 .p7hls-item a,
.p7HLS-05 .hls-link {
	color: #fff;
	text-decoration: none;
}
.p7HLS-05 .p7hls-item a:hover,
.p7HLS-05 .hls-link:hover {
	color: #000;
}

.p7HLS-05 .p7hls-item h1,
.p7HLS-05 .p7hls-item h2,
.p7HLS-05 .p7hls-item h3,
.p7HLS-05 .p7hls-item h4,
.p7HLS-05 .p7hls-item h5,
.p7HLS-05 .hls-title {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: normal;
}
.p7HLS-05 .hls-title:after {
	margin-right: 10px;
	content: ":";
}


.p7HLS-05 .tool-bar {
	float: right;
	overflow: hidden;
	display: table;
}
.p7HLS-05 .tool-bar ul {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.p7HLS-05 .tool-bar li {
	list-style-type: none;
	float: left;
	margin: 0px 5px;
}
.p7HLS-05 .tool-bar a {
	font-size: 0px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#6F4E9C;
	width: 24px;
	height: 9px;
	display: block;
	opacity: 1;
    margin:-2px 0 9px 0;
	padding: 10px 0;
}
.p7HLS-05 .tool-bar a:hover {opacity: 1;background-color:#FFA615;}
.p7HLS-05 .tool-bar .previous { background-image: url(img/p7hls-prev-light.png); }
.p7HLS-05 .tool-bar .pause { background-image: url(img/p7hls-pause-dark.png); }
.p7HLS-05 .tool-bar .play { background-image: url(img/p7hls-play-dark.png); }
.p7HLS-05 .tool-bar .next { background-image: url(img/p7hls-next-light.png); }




 @media only screen and (min-width: 0px) and (max-width: 0px) {
.p7HLS-05 .tool-bar { float: none; width: 100%; height: auto !important; padding: 3px 0px; text-align: right; }
.p7HLS-05 .tool-bar ul {display: inline-block;}
}
