/**
 * fullPage 2.4.3
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, 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);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.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;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 40px; height:40px; background:url(../images/arwlft.png) no-repeat; background-size:cover;}

.fp-controlArrow.fp-next {
    right: 15px;
    width: 40px; height:40px; background:url(../images/arwrt.png) no-repeat; background-size:cover;}
	
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 999999999;
    transform: translateY (-50%);
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 25px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 5%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 25px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li{
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px 5px;
    position:relative;
}
.fp-slidesNav li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px 5px;
    position:relative;
}

#fp-nav ul {background:url(../images/scrolldot.png) repeat-y center; background-size: 96%}
#fp-nav li:first-child {margin-top:0 !important}
 #fp-nav li:last-child {margin-bottom:0 !important}
.fp-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span {
    background: #212121; 
}

.fp-slidesNav .active span {
    background: #212121; 
    border-radius: 0%; border:none; 
    width: 12px;
    height: 12px; top:0px; left:0px
}
#fp-nav span{
    top: 0px;
    left: 0px;
    width: 9px;
    height: 9px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-slidesNav span {
    top: 0px;
    left: 0px;
    width: 9px;
    height: 9px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}


@media screen and (min-width: 300px) {
#fp-nav.right {right: 5px;}
#fp-nav li{width: 6px; height: 6px;  margin: 20px 0;}
#fp-nav span{width: 5px; height: 5px;}
.fp-slidesNav.bottom {bottom: 50px;}
.fp-slidesNav{left: 50px;}
.fp-controlArrow.fp-prev {left: 15px; width: 20px; height:20px;}
.fp-controlArrow.fp-next {right: 24px; width: 20px; height:20px;}
.fp-controlArrow {margin-top: -10px;}
.slimScrollBar {width:2px !important; right:2px}
	
}

@media screen and (min-width: 480px) {
#fp-nav.right {right: 15px;}
#fp-nav li{width: 8px; height: 8px;  margin: 25px 0;}
#fp-nav span{width: 7px; height: 7px;}
.fp-slidesNav.bottom {bottom: 50px;}
.fp-slidesNav{left: 50px;}


}

@media screen and (min-width: 768px) {
#fp-nav.right {right: 20px;}
#fp-nav li{width: 10px; height: 10px;  margin: 30px 0;}
#fp-nav span{width: 9px; height: 9px;}
.fp-slidesNav.bottom {bottom: 50px;}
.fp-slidesNav{left: 8%;}
.fp-controlArrow.fp-prev {left: 15px; width: 40px; height:40px;}
.fp-controlArrow.fp-next {right: 50px; width: 40px; height:40px;}
.fp-controlArrow {margin-top: -20px;}
.slimScrollBar {width:6px !important; right:2px}
}

@media screen and (min-width: 1024px) {
.fp-slidesNav{left: 6%;}
}
