
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);
}
#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:400;
    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;
}
#arrowwrap { position: absolute; z-index: 401; left:52%; bottom: 7%; width:150px; height: 50px;}
.fp-controlArrow {
    cursor: pointer;
}
.fp-controlArrow.fp-prev {
	float:left;
    height: 40px;
	width: 40px;
    background-image: url("../images/arrow-left.png");
    background-repeat:no-repeat;
    background-size:contain;
}
.fp-controlArrow.fp-next {
	float:left;
    height: 40px;
	width: 40px;
	margin: 0 0 0 50px;
    background-image: url("../images/arrow-right.png");
    background-repeat:no-repeat;
    background-size:contain;	
}

.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 902;
    top: 30%;
	height:38%;
	padding:18px 0 0 0;
	text-transform:uppercase;
	font-size:10px;
	text-align:right;

}
#fp-nav.right {
    right: 90px;
	z-index: 903;
}
#fp-nav.left {
    left: 0px;
}
.trailer{
	float: left;
	background-image: url("../images/homemenu.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 15%;
    position:relative;
	padding:8px 25px 8px 25px;
	text-transform:uppercase;
	font-size:15px;
	font-family: open_sanssemibold;
}
.trailer a{
	color:red;
}
.slnav{
    position: absolute;
    z-index: 404;
    left: 23%;
	bottom: 12%;
	width:550px;
}
.fp-slidesNav{
    opacity: 1;
}
.fp-slidesNav.bottom {
}
.fp-slidesNav.top {
}
#fp-nav ul,
.fp-slidesNav ul {
	height:100%;
	margin: 0;
	padding: 0;
}
#fp-nav ul li {
    display: block;
    height: 19%;
    position:relative;
	font-size:12px;
}
.fp-slidesNav ul li {
    display: block;
    height: 15%;
    position:relative;
	padding:8px 25px 8px 25px;
	text-transform:uppercase;
	font-size:15px;
    background-image: url("../images/homemenu.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
	font-family: open_sanssemibold;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
	color: red;
 }
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
	color: white;
 }
#fp-nav ul li a span{
	color: white;
}
.fp-slidesNav ul li a span {
	color: red;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{

	color: grey;
}
