/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body{overflow:hidden; margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
.fp-section{position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.fp-slide{float:left;}
.fp-slide,
.fp-slidesContainer{display:block; height:100%;}
.fp-slides{position:relative; overflow:hidden; z-index:1; height:100%; transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;}
.fp-section.fp-table,
.fp-slide.fp-table{display:table;width:100%;table-layout:fixed;height: 100vh;overflow: hidden;}
.fp-tableCell{display:table-cell;width:100%;height:100%;vertical-align:middle;overflow: hidden;}
.fp-slidesContainer{position:relative; float:left;}
.fp-controlArrow{position:absolute; top:50%; z-index:4; width:0; height:0; margin-top:-38px; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -webkit-user-select:none; -moz-user-select:none; -khtml-user-select:none; -ms-user-select:none; cursor:pointer; border-style:solid;}
.fp-controlArrow.fp-prev{left:15px; width:0; border-width:38.5px 34px 38.5px 0; border-color:transparent #fff transparent transparent;}
.fp-controlArrow.fp-next{right:15px; border-width:38.5px 0 38.5px 34px; border-color:transparent transparent transparent #fff;}
.fp-scrollable{position:relative; overflow:hidden;}
.fp-scroller{overflow:hidden;}
.iScrollIndicator{border:0 !important;}
.fp-notransition{transition:none !important; -webkit-transition:none !important;}

#fp-nav{position:fixed; opacity:1; margin-top:0 !important; transition:all 0.6s ease-out 0s; -webkit-transform:translate3d(0,0,0);}
#fp-nav.fp-right{right:0}
#fp-nav.fp-left{left:17px;}
#fp-nav ul,
.fp-slidesNav ul{position:relative; margin:0; padding:0;}
#fp-nav ul li,
.fp-slidesNav ul li{display:block; position:relative; width:64px; height:13px; margin:0 0 29px;}
.fp-slidesNav ul li{display:inline-block;}
#fp-nav ul li a,
.fp-slidesNav ul li a{display:block; position:relative; z-index:1; width:100%; height:100%; cursor:pointer; text-decoration:none;}

#fp-nav ul li .fp-tooltip{display:block; display:none; position:absolute; opacity:0; overflow:hidden; top:-2px; width:0; font-size:14px; color:#fff; white-space:nowrap; max-width:220px; cursor:pointer;}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip{opacity:1; width:auto; transition:opacity 0.2s ease-in; -webkit-transition:opacity 0.2s ease-in;}
#fp-nav ul li .fp-tooltip.fp-right{right:20px;}
#fp-nav ul li .fp-tooltip.fp-left{left:20px;}

.fp-slidesNav{position:absolute; opacity:1; right:0; left:0 !important; z-index:4; margin:0 auto !important; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0);}
.fp-slidesNav.fp-bottom{bottom:17px;}
.fp-slidesNav.fp-top{top:17px;}

.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;}
.fp-sr-only{display:none; position:absolute; overflow:hidden; width:1px; height:1px; padding:0; border:0; white-space:nowrap; clip:rect(0, 0, 0, 0);}

/* add style */
.name_navi{position:absolute; opacity:0; top:-2px; left:0px; font-size:13px; font-weight: 700; color:#fff;}

#fp-nav ul li a.active + div + span{opacity:1; left:15px;}
#fp-nav ul li:last-child{display:none;}
.fp-viewing-1Page .name_navi,
.fp-viewing-2Page .name_navi,
.fp-viewing-3Page .name_navi,
.fp-viewing-4Page .name_navi,
.fp-viewing-5Page .name_navi{opacity:0; font-weight:700; color:#fff;}
.fp-viewing-2Page .active + div + .name_navi,
.fp-viewing-3Page .active + div + .name_navi,
.fp-viewing-4Page .active + div + .name_navi,
.fp-viewing-5Page .active + div + .name_navi{left:36px;}
.fp-viewing-2Page #fp-nav ul li a.active span,
.fp-viewing-3Page #fp-nav ul li a.active span,
.fp-viewing-4Page #fp-nav ul li a.active span,
.fp-viewing-5Page #fp-nav ul li a.active span{background:#e4ae3d }
.fp-viewing-5 #fp-nav{opacity:0;}

@media all and (max-width:1580px){
	#fp-nav.fp-right {left: 20px;}
}

@media all and (max-width:1420px){

}

@media all and (max-width:1024px){
    .fp-section.fp-table:not(#section00), 
	.fp-slide.fp-table {display: block; width: 100%; height: auto !important;}
	.fp-tableCell{display:block;height:auto !important;overflow: hidden;}
    #fp-nav.fp-right{display: none;}
    
    #fp-nav{display: none !important;}

	.wrapper{width:94%;}
}

