
/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:100px auto 0 auto;
	background:url(../images/bg3.jpg);

	
	border:1px solid #FFF;
/*	box-shadow:0 3px 5px #666;*/
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	background:url(../images/bg3.jpg);
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:100%;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

fnt{
	position:absolute;
	top:-200px;	
	z-index:800;
	padding:1% 3%;
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	/*text-transform:uppercase;*/
}

.claim {
	line-height:100%
}	
.title-it { font-size: 14px !important;}
.teaser {
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small1 {
	width:100%;
    padding-left:0; padding-right:0px;
	/*text-align:center;*/
}
.banner-heading { color: #FFF; text-transform:uppercase; text-shadow: 1px 3px 4px rgb(0, 0, 0);}
.light-green {background:#95C542;}
.green {background:#7CB761}
.orange {background:#EF7D00}
.turky {background:#348E8A}
.white {background:#fff; color:#333}



.fraction-slider{
	position:relative;
	width:100%; 
	height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none;
    width:100%; 
	height:100%;
	position:absolute;
	z-index:500;
}

.fraction-slider .active-slide{
	z-index:999;
}

.fraction-slider .fs_obj{
	display:block; 
	display:none;
	position:absolute;
	top:0px; 
	left:100%;
	z-index:700;
}

.fraction-slider .fs_fixed_obj{
	z-index:600;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; 
	left:0px;
}

.fs_loader{
	width:100%; 
	height:400px;
	background:url(images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; 
	height:45px;
	z-index:999;
}

.fraction-slider .prev{
	left:10px; 
	top:48%;
	background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
	
}
.fraction-slider .prev:hover{
	background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; 
	top:48%;
	background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

/*.fs-pager-wrapper{
	position:absolute;
	right:10px; 
	bottom:10px;
	z-index:9999;
		
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; 
	height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
	
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}*/
.fs-pager-wrapper {
	width: 100%;
	position: absolute;
	/*right:10px;*/
	text-align:center;
	bottom: 20px;
	z-index: 999;
	/*-moz-user-select: none;
	-webkit-user-select: none;*/
}
.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display: inline-block;	
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: transparent;
	border:2px solid #FFF;
	margin: 3px;
	cursor: pointer;
	/*box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);*/
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
    /*content: '';*/
	width: 14px;
	height: 14px;
	top: 2px;
	left: 2px;
    border:2px solid #FFF;
	border-radius: 50%;
	background: rgba(47, 47, 47, 0.69);
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)),               color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );*/
}
