/*!* fullPage 2.9.5
* https://github.com/alvarotrigo/fullPage.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo*/
html.fp-enabled,.fp-enabled body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,.fp-slidesContainer {
	display: block;
	height: 100%;
}

.fp-slides {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table,.fp-slide.fp-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.fp-tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.fp-slidesContainer {
	position: relative;
	float: left;
}

.fp-controlArrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	margin-top: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-ms-transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-color: transparent #fff transparent transparent;
	border-width: 38.5px 34px 38.5px 0;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-color: transparent transparent transparent #fff;
	border-width: 38.5px 0 38.5px 34px;
}

.fp-scrollable {
	position: relative;
	overflow: hidden;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0!important;
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}

#fp-nav {
	position: fixed;
	top: 50%;
	z-index: 100;
	margin-top: -32px;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	right: 0;
	left: 0!important;
	z-index: 4;
	margin: 0 auto!important;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,.fp-slidesNav ul li {
	position: relative;
	display: block;
	margin: 7px;
	width: 14px;
	height: 13px;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,.fp-slidesNav ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
	margin: -6px 0 0 -6px;
	width: 27px;
	height: 2px;
	background: rgba(255,255,255)
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -2px 0 0 -2px;
	width: 15px;
	height: 2px;
	border: 0;
	background: rgba(255,255,255,.6);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	display: block;
	overflow: hidden;
	width: 0;
	max-width: 220px;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	opacity: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
	width: auto;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell {
	height: auto!important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto!important;
}