/*
Theme Name: Punktastic
Author: James Brown
Author URI: http://punktastic.com
Description: Updated Aug 2nd 2015
Version: 2.1
Tags: punktastic
*/

/*secrol*/
.posts-scroller {
	position: relative;
}
.posts-scroller ul {
	overflow: hidden;
	margin-right: 36px;
	height: 294px;
	white-space: nowrap;
}
.posts-scroller ul li {
	display: inline-block;
	width: 135px;
	white-space: normal;
	vertical-align: top;
	margin-right: 15px;
	height: 265px;
	overflow: hidden;
}
.posts-scroller .preview {
	border: 2px solid #578384;
	display: block;
	overflow: hidden;
	height: 132px;
	width: 131px;
	overflow: hidden;
}
.posts-scroller img {
	display: block;
	min-width: 131px;
	min-height: 132px;
	width: 100%;
	height: auto;
}
.posts-scroller a {
	display: block;
}
.posts-scroller a strong {
	font-family: 'Open Sans Condensed';
	font-size: 19px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	color: #63d7db;
}
.posts-scroller em {
	color: #63d7db;
	display: block;
	font-size: 11px;
}
.posts-scroller a:hover strong {
	color: #FFF;
}
.posts-scroller a:hover em {
	color: #FFF;
}
.posts-scroller a:hover .preview {
	border-color: #FFF;
}
.posts-scroller.active-scroller .fader-scroll-right, .posts-scroller.active-scroller .fader-scroll-right {
	height: 250px;
}
.posts-scroller.active-scroller .fader-scroll-right {
	right: 36px;
}
.news-scroller {
	position: relative;
	padding-bottom: 50px;
	margin-top: 90px;
}
/* page speed
	background: url(../img/bulletr.png) right center no-repeat;
	*/  
	
.news-scroller li {
	padding-right: 6px;
	margin-right: 0px;
	background:none;
}
.news-scroller li:last-child {
	background: none;
	padding-right: 0;
}
.news-scroller a, .news-scroller a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #63d7db;
	text-decoration: none;
	  transition: all 0.2s ease-out 0s;
	
}
.news-scroller a:hover {
	color: white;
	transition: none;
}
.news-scroller.active-scroller ul {
	margin: 0 20px;
}
.news-scroller.active-scroller .previous-scroll-arrow, .news-scroller.active-scroller .next-scroll-arrow {
	background-image: url(../img/arrows-small.png);
	width: 20px;
	height: 20px;
	top: 39px;
}
.news-scroller.active-scroller .previous-scroll-arrow {
	background-position: 0 0;
	left: 0;
}
.news-scroller.active-scroller .previous-scroll-arrow:hover {
	background-position: 0 -20px;
}
.news-scroller.active-scroller .next-scroll-arrow {
	background-position: -20px 0;
}
.news-scroller.active-scroller .next-scroll-arrow:hover {
	background-position: -20px -20px;
}
.news-scroller.active-scroller .fader-scroll-right, .news-scroller.active-scroller .fader-scroll-left {
	height: 30px;
}
.news-scroller.active-scroller .fader-scroll-right {
	right: 20px;
}
.news-scroller.active-scroller .fader-scroll-left {
	left: 20px;
}
.latest-across li {
	padding-bottom: 15px;
	display: block;
}
.scroller ul {
	overflow: hidden;
	white-space: nowrap;
}
.scroller ul li {
	display: inline-block;
	white-space: normal;
	zoom: 1;
*display: inline;
}
.news-scroller ul li {
	height: 30px;
}
*:first-child+html .posts-scroller ul {
} /*only ie7*/
*:first-child+html .scroller ul li {
	display: inline;
	zoom: 1;
} /*only ie7*/
*:first-child+html .posts-scroller ul li {
	display: inline;
	height: 294px
} /*only ie7*/
.active-scroller {
	position: relative;
}
.active-scroller ul {
	overflow: hidden;
	position: relative;
}
.active-scroller .previous-scroll-arrow, .active-scroller .next-scroll-arrow {
	position: absolute;
	top: 0px;
	width: 36px;
	height: 356px;
	background: url(images/buttons/arrows.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 3;
}
.active-scroller .previous-scroll-arrow {
	right: 100%;
	background-position: 0 0;
}
.active-scroller .previous-scroll-arrow:hover {
	background-position: 0 -356px;
}
.active-scroller .next-scroll-arrow {
	right: 0;
	background-position: -36px 0;
}
.active-scroller .next-scroll-arrow:hover {
	background-position: -36px -356px;
}
.active-scroller .fader-scroll-left, .active-scroller .fader-scroll-right {
	position: absolute;
	width: 20px;
	z-index: 2;
	background: url(images/backgrounds/fader.png) 0 0 repeat-y;
	display: none !important;
	height: 0 !important;
}
.active-scroller .fader-scroll-left {
	background-position: -20px 0;
	left: 0;
}
.active-scroller .fader-scroll-right {
	background-position: 0 0;
	right: 0;
}
.active-scroller .scroll-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 17px;
	z-index: 3;
	background: url(images/backgrounds/scrollbar.png) right 0 no-repeat;
}
.active-scroller .scroll-bar-handle {
	position: absolute;
	height: 100%;
	width: 91px;
	top: 0;
	left: 0;
	cursor: default;
	background: url(images/backgrounds/scrollbar-handle.png) 0 0 no-repeat;
}

.section h3 strong {
    color: white;
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
.news-scroller.section.scroller.active-scroller > h3 {
    margin: 0 0 12px;
}
/*secrolend*/ 