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

.p7HLS-01 {
	overflow: hidden;	
}
.p7HLS-01.flush-top {
	border: none;
	border-radius: 0px;
}
.p7HLS-01.rounded {
}
.p7HLS-01.flush-top.rounded {
}
.p7HLS-01.flush-top.shadow {
}
.p7HLS-01.shadow {
}

.p7HLS-01.shadow:after {
	content: ".";
	display: block;
}

.p7HLS-01 .p7hls-viewport {
	overflow: hidden;
	position: relative;
}
.p7HLS-01 .p7hls-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
.p7HLS-01 .p7hls-item {
	margin: 0;
	font-size: inherit;
}
.p7HLS-01.bullet .p7hls-item {

}


.p7HLS-01 .p7hls-item a,
.p7HLS-01 .hls-link {
}
.p7HLS-01 .p7hls-item a:hover,
.p7HLS-01 .hls-link:hover {
}

.p7HLS-01 .p7hls-item h1,
.p7HLS-01 .p7hls-item h2,
.p7HLS-01 .p7hls-item h3,
.p7HLS-01 .p7hls-item h4,
.p7HLS-01 .p7hls-item h5,
.p7HLS-01 .hls-title {
}
.p7HLS-01 .hls-title:after {
	content: ":";
}


.p7HLS-01 .tool-bar {
	
}
.p7HLS-01 .tool-bar ul {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.p7HLS-01 .tool-bar li {
	
}
.p7HLS-01 .tool-bar a {

}
.p7HLS-01 .tool-bar a:hover {}
.p7HLS-01 .tool-bar .previous {}
.p7HLS-01 .tool-bar .pause {}
.p7HLS-01 .tool-bar .play {}
.p7HLS-01 .tool-bar .next {}




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