/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow:hidden;
  /* Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;	
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index:1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, 
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;  
  z-index: /*4*/50;
  top: /*50%*/45%;
  /*margin-top: -30px;*/
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 0;
}
.fp-controlArrow.fp-prev {
  left: 40px;
  background-image: url("../imgs/common/previousPage.svg");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  -webkit-transition: background-image .5s linear; 
  -moz-transition: background-image .5s linear; 
  -o-transition: background-image .5s linear; 
  transition: background-image .5s linear; 
}
.fp-controlArrow.fp-prev.hover {
  background-image: url("../imgs/common/previousPage-hover.svg");
}
.fp-controlArrow.fp-next {
  right: 40px;
  background-image: url("../imgs/common/nextPage.svg");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  -webkit-transition: background-image .5s linear; 
  -moz-transition: background-image .5s linear; 
  -o-transition: background-image .5s linear; 
  transition: background-image .5s linear; 
}
.fp-controlArrow.fp-next.hover {
  background-image: url("../imgs/common/nextPage-hover.svg");
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator{
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: /*100*/80;
  top: /*50%*/45%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#fp-nav.right {
  right: 8px;
}
#fp-nav.left {
  left: 8px;
}
#fp-nav ul{
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 0;
  position: relative;
}
#fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li.hover a.active span {
  height: 20px;
  width: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 100%;
  background: #666;
 }
#fp-nav ul li:nth-child(2) a.active span,
#fp-nav ul li:nth-child(2).hover a.active span {
  /*background: rgba(118, 148, 255, 1);*/
	background: rgba(51, 102, 255, 1);
 }
#fp-nav ul li:nth-child(3) a.active span,
#fp-nav ul li:nth-child(3).hover a.active span {
  /*background: rgba(255, 85, 204, 1);*/
	background: rgba(255, 0, 187, 1);
 }
#fp-nav ul li:nth-child(4) a.active span,
#fp-nav ul li:nth-child(4).hover a.active span {
  /*background: rgba(255, 197, 102, 1);*/
	background: rgba(255, 119, 0, 1);
 }
#fp-nav ul li:nth-child(5) a.active span,
#fp-nav ul li:nth-child(5).hover a.active span {
  /*background: rgba(118, 220, 119, 1);*/
	background: rgba(0, 204, 51, 1);
 }

#fp-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  margin: -3px 0 0 -3px;
  border: 0;
  background: #ccc;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li.hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
  background: #a5a5a5;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li.hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#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;
}

@media screen and (max-width: 600px) {
	
.fp-controlArrow.fp-prev {
  left: 30px;
}
.fp-controlArrow.fp-next {
  right: 30px;
}
.fp-controlArrow {
  top: /*50%*/45%;
	}
#fp-nav {
  top: /*50%*/45%;
}
#fp-nav.right {
  right: 4px;
}
#fp-nav.left {
  left: 4px;
}
	
}