/*!
 * fullPage 3.1.1
 * 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
 */

.fullpage {
	min-height: 100vh;
}
.cover {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}
.cc {
	background-color: #ccc;
}
.c1 {
	background-color: #cc1;
}
.c2 {
	background-color: #c22;
}

#menu {
	position:fixed;
	top:50%;
	right:30px;
	z-index: 3;
	width: 10px;
	padding: 0;
	z-index: 2;
	margin-top: -58px;
}
#menu li {
	color: transparent;
	display:block;
	width: 6px;
	height: 6px;
	margin-bottom: 14px;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#menu li.active {
	background-color: #fff;
}
#menu li a {
	text-decoration:none;
}
#menu li.active a:hover{
}
#menu li:hover{
}
#menu li a,
#menu li.active a {
}
#menu li.active a {
}


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-scrollable {
	overflow: hidden;
	position: relative;
}
.fp-scroller {
	overflow: hidden;
}
.iScrollIndicator {
	border: 0 !important;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.fp-auto-height .inner {
	overflow: auto;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
	height: auto !important;
}

@media screen and (min-width: 1024px) {

.fp-auto-height.fullscreen-above-1023 {
	min-height: 100vh !important;
}

}

@media screen and (max-width: 767px) {

.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: 480px) {

.fp-auto-height-mob,
.fp-auto-height-mob.fp-section,
.fp-auto-height-mob .fp-slide,
.fp-auto-height-mob .fp-tableCell{
	height: 68vh !important;
}


}
