.section{ overflow: hidden;}
.section .arrow {
width: 51px; height: 51px; position: absolute; bottom: 40px; left: 50%; margin-left: -25px;
transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}

#fp-nav ul li a, .fp-slidesNav ul li a{



	background: #fff; border-radius: 10px;



}



#fp-nav ul li a.active, .fp-slidesNav ul li a{



	background: #3e5d9d;



}

