/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
@charset "utf-8";

@font-face {
    font-family: "BentonSans-Light";
    font-style: normal;
    font-weight: normal;
    src: url("BentonSans-Light.eot?") format("embedded-opentype"), local('?'), url("fonts/BentonSans-Light.otf"), url("fonts/BentonSans-Light.woff"), url("fonts/BentonSans-Light.ttf") format("truetype"), url("fonts/BentonSans-Light.svg") format("svg");
}

@font-face {
    font-family: "BentonSansBook";
    font-style: normal;
    font-weight: normal;
    src: url("BentonSans-Book.eot?") format("embedded-opentype"), local('?'), url("fonts/BentonSans-Book.otf"), url("fonts/BentonSans-Book.woff"), url("fonts/BentonSans-Book.ttf") format("truetype"), url("fonts/BentonSans-Book.svg") format("svg");
}

@font-face {
    font-family: "BentonSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/BentonSans-Regular.eot?") format("embedded-opentype"), local('?'), url("fonts/BentonSans-Regular.otf"), url("fonts/BentonSans-Regular.woff"), url("fonts/BentonSans-Regular.ttf") format("truetype"), url("fonts/BentonSans-Regular.svg") format("svg");
}
@font-face {
    font-family: "BentonSansMedium";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/BentonSans-Medium.eot?") format("embedded-opentype"), local('?'), url("onts/BentonSans-Medium.otf"), url("fonts/BentonSans-Medium.woff"), url("fonts/BentonSans-Medium.ttf") format("truetype"), url("fonts/BentonSans-Medium.svg") format("svg");
}
@font-face {
    font-family: "BentonSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("BentonSans-Bold.eot?") format("embedded-opentype"), local('?'), url("fonts/BentonSans-Bold.otf"), url("fonts/BentonSans-Bold.woff"), url("fonts/BentonSans-Bold.ttf") format("truetype"), url("fonts/BentonSans-Bold.svg") format("svg");
}

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);
}
.iScrollVerticalScrollbar{ display:none !important;}

@keyframes sapanimateleft{from{left:-10px;} to{left:0px;}}



@keyframes s7animatezoom{from{transform:scale(1.2); opacity:0;} to{transform:scale(1); opacity:1;}}
.active .fp-slide.active .sap_animation7b{animation:s7animatezoom 0.2s 3.2s both; }


.section {
            
            color: #000000;
        }
		.fp-tableCell{padding: 0 3%;}
        #menu {
            position: fixed;
            top: 0;
            left: 0;
            height: 40px;
            z-index: 70;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        #menu li {
            display: inline-block;
            margin: 10px;
            color: #000;
            background: #fff;
            background: rgba(255, 255, 255, 0.5);
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }
        #menu li.active {
            background: #666;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
        }
        #menu li a {
            text-decoration: none;
            color: #000;
        }
        #menu li.active a:hover {
            color: #000;
        }
        #menu li:hover {
            background: rgba(255, 255, 255, 0.8);
        }
        #menu li a,
        #menu li.active a {
            padding: 9px 18px;
            display: block;
        }
        #menu li.active a {
            color: #fff;
        }
        .fp-slidesNav{
            display: flex;
            justify-content: center;
        }
		
.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;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: top;
    width: 90%;
    height: 100%; position:relative;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); display:none !important;
}
.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 {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
/*#fp-nav*/ .rightnav {
    position: fixed;
    z-index: 1111;
    margin-top: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0); width:90%; padding:0.6vw 5% 0vw 5% !important;
}
#fp-nav.right li.active{ color: #4FB81C; }
#fp-nav.right li:hover{}
#fp-nav.right li.active a, #fp-nav.right li a.active{ color: #4FB81C;}
#fp-nav.right li a{ opacity: 1;}
#fp-nav.right li:hover a{ opacity: 1;}
#fp-nav.right li:hover a ~ .sublinks {  display:none; }
#fp-nav.right li a + .sublinks{ display:none; margin:10px 0 0 15px;}
.sublink{ color:#fff; padding:0 0 10px 11px; position: absolute;font-size: 0.9vw; left:0; top:0; }
#fp-nav.right li:hover a, .sublink:hover{color: #4FB81C;}
#fp-nav.right li a{color:#000000;font-family: "BentonSansRegular";}

/*#fp-nav.right*/ 
.rightnav{
    left:0px; display:none;  background: #fff;
}
.rightnav #fp-nav{width:90%; text-align: center;}
.rightnav:hover #fp-nav{}
.rightnav #fp-nav a{margin: 0 -1.2vw 0 0;   padding: 0 1.2vw 0 0;}
.rightnav:hover #fp-nav a{display:block;}
.rightnav.showrightnav{display:block;}
#fp-nav.right{padding: 4px 0px 0px 7vw; margin:0;}
#fp-nav.right li:first-child {  border-top: none;}
#fp-nav.right{ list-style:none;}
#fp-nav.right li{padding: 7px 18px 0px 0px; border-top: 0px #8a660e solid;}
#fp-nav.right li{font-size: 1vw;position:relative;font-family: "BentonSansRegular"; 
    padding: 0 0px 0vw 0px;text-align: center;    min-height: 38px; display: inline-flex; color:#fff; text-decoration:none;margin: 0 2.7vw 0 0; cursor: pointer; align-items: center;     vertical-align: top;}
.sublink{cursor : pointer; opacity:1;font-family: "BentonSansRegular"; }
#fp-nav.right li.lastitem{margin:0;}
.firstsublink{/*display: none;*/margin: -24px 0 0 0;   opacity: 0;filter: alpha(opacity=0);}
.firstsublink.subactive{opacity: 0 !important;filter: alpha(opacity=0) !important;}
.nav_5 .firstsublink{margin: -41px 0 0 0;}

.subactive{color: #f0ab00; opacity:1;  }
#fp-nav.right li:first-child, #fp-nav.right li:nth-child(2) {  border-top: none;}
#fp-nav.right li.active {
}

#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.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 a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: transparent;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.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;
}

.box-sec2.imagewidth1 .popuplink{ position:relative;}





@media only screen and (min-width:1400px) and (max-width: 1600px) {
	
	
}



@media only screen and (min-width: 1800px) and (max-width: 3800px){


}

