/* SLIDER STYLES */
.fraction {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.fraction-slider p {
	position: absolute;
	top: -200px;
	z-index: 8000;
	padding: 1% 3%;
	line-height: 100%;
	white-space: nowrap;
	float: left;
	height: auto;
	width: auto;
}
.teaser {
	padding: 0.5% 1.5%;
	font-size: 14px;
	line-height: 100%
}
.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: 5000;
}
.fraction-slider .active-slide {
	z-index: 9999;
}
.fraction-slider .fs_obj {
	display: block;
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 7000;
}
.fraction-slider .fs_fixed_obj {
	z-index: 6000;
	left: 0;
}
.fraction-slider .fs_obj * {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}
.fs_loader {
	width: 100%;
	height: 400px;
	background: url(../images/loader.gif) center center no-repeat transparent;
}
/** CONTROLS **/

.fraction-slider .prev, .fraction-slider .next {
	display: none;
	position: absolute;
	width: 24px;
	height: 50px;
	z-index: 9999;
}
.fraction-slider .prev {
	left: -24px;
	top: 48%;
	background: url(../images/large-arow.png) 0px -50px no-repeat transparent;
}
.fraction-slider .prev:hover {
	background: url(../images/large-arow.png) 0px 0px no-repeat transparent;
}
.fraction-slider .next {
	right: -24px;
	top: 48%;
	background: url(../images/large-arow.png) -24px -50px no-repeat transparent;
}
.fraction-slider .next:hover {
	background: url(../images/large-arow.png) -24px 0px no-repeat transparent;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
	display: block;
}
/** PAGER **/

.fs-pager-wrapper {
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 100000;
}
.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url(../images/fs.png) left top no-repeat transparent;
}
.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
	background: url(../images/fs.png) left bottom no-repeat transparent;
}
/*custom*/
.fraction .claim {
	background: #474747;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	padding: 1% 2%;
	text-transform: uppercase;
	display: block;
	height: auto !important;
	width: auto !important;
}
.fraction .subtitle {
	color: rgb(255, 255, 255);
	font-size: 30px;
	line-height: 30px;
	padding: .5% 2%;
	white-space: nowrap;
	text-transform: uppercase;
	display: block;
	display: block;
	height: auto !important;
	width: auto !important;
}
.fraction .para {
	width: 38%;
	padding: 0;
	font-size: 16px;
	white-space: normal;
}
.flink {
	width: 100%;
}
a.link_learn {
	background: url("../images/learnbg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: rgb(71, 71, 71);
	padding: 1% 2% 2%;
	text-align: center;
	background-size: 100%;
	width: 11%;
}

@media only screen and (min-width: 1200px) {
.fraction {
	width: 1170px;
}
}
@media only screen and (min-width: 1000px) {
.fraction {
	width: 100%;
}
}

@media (max-width: 1024px) {
.slimg {
	margin-left: -5%;
}
.model {
	margin-left: -8%;
}
}

@media (max-width: 768px) {
.slimg {
	margin-left: 0%;
}
.model {
	margin-left: 0%;
}
.fraction-slider .prev, .fraction-slider .next, .fraction-slider .prev:hover, .fraction-slider .next:hover {
	width: 22px;
	height: 35px;
	background-size: 200%;
	background-color: #fff;
	z-index: 1000000;
	border: 5px solid #fff;
}
.fraction-slider .prev {
	left: 5px;
	background-position: left bottom;
}
.fraction-slider .next {
	right: 5px;
	background-position: right bottom;
}
.fraction-slider .prev:hover {
	left: 5px;
	background-position: left top;
}
.fraction-slider .next:hover {
	right: 5px;
	background-position: right top;
}
}

@media (max-width: 480px) {
.fs-pager-wrapper a, .fs-custom-pager-wrapper a, .fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
	width: 10px;
	height: 10px;
	background-size: 100%;
}
.fraction-slider p, .fraction-slider .link_learn {
	margin-top: -3%;
}
.fs-pager-wrapper {
	bottom: 5px;
}
.fraction-slider .prev, .fraction-slider .next, .fraction-slider .prev:hover, .fraction-slider .next:hover {
	top: 35%;
}
}
