

html,
body {
    width: 100%;
    background-color:#fff;
}

body {
    color: #333;
    font-family: "Foundry Sterling Book", Helvetica, Arial, Verdana, sans-serif;
}

#fullpage img {
    width: 100%;
}

.hidden {
    display: none;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    z-index:100;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* Style for our header texts
* --------------------------------------- */

h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2em;
    margin: 0 0 18px 0;
    font-family: arial, helvetica;
}


/* Common styles
* --------------------------------------- */

img {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#fullpage a { font-weight:bold;}

.section {
    text-align: center;
    overflow: hidden;
}

.wrap {
    width: 1180px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.box {
    text-align: left;
    color: #808080;
    font-size: 1.2em;
    line-height: 1.6em;
}

.sall-text a {
    text-decoration: none;
    color: #59b7b2;
}


/*===== push menu ======= */

.pushmenu {
    /*this is the nav*/
    background: #f58025;
    width: 23%;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    color: #fff;
}

.pushmenu h3 {
    padding: 5% 15%;
    font-size: 1.6em;
    margin-top: 10%;
}

.pushmenu #pushcontent {
    padding: 3% 15%;
}

.pushmenu-right {
    right: -23%;
    font-size: 1.1em;
    line-height: 1.6em;
}

.pushmenu-right.pushmenu-open {
    right: 0;
}

.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.pushmenu-push-toleft {
    right: 23%;
}

#pushclose {
    border: 2px solid #fff;
    line-height: 1em;
    margin-top: 2%;
    padding: 2% 8% 2% 10%;
    width: 20%;
    margin-left: 15%;
    cursor: pointer;
}


/*Transition*/

.pushmenu,
.pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Overwriting fullPage.js tooltip color
* --------------------------------------- */

.fp-tooltip {
    color: #AAA;
}

#fp-nav span,
.fp-slidesNav span {
    border-color: #AAA;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #AAA;
}

#menucontainer {
    position: fixed;
    left:0;
    bottom:0%;
    z-index: 999;
    width:100%;
    background-color:#fff;
    height:10.8%;
    border-top: 1px solid #ccc;
}

#animenu {
   width:60%;
    margin:0 auto;
    list-style: none;
    overflow: auto;
    padding:0px;
    border-left: 1px solid #ccc;
    height:100%;
    overflow:hidden;
}

#animenu li {
    
    position:relative;
    float:left;
    width:12%;
    height:100%;
    border-right: 1px solid #ccc;
}

#animenu li#amspecs {
    width:27%;
    overflow:hidden;
    padding-top:6px;
    height: 100%;
}
#animenu li#amspecs #am7 {
    border-bottom:none;
    height: 100%;
    
}
#animenu li#amspecs #am7 span {
    display:block;
    width:100%;
    position: relative;
    bottom:0px;
    padding:4px 0;
    color:#fff;
    background-color:#55b7b3;
    
}
#animenu li#amspecs #am7 img {
     width:90% !important;
}

*:focus {
    outline: none;
}

#animenu li a {
    display: block;
    text-align:center;
    width:100%;
    text-decoration: none;
    padding-bottom:5px;
    border-bottom:10px solid #fff;
    
}

#animenu li a img {
    width:45% !important;
}

#animenu li a span {
    color:#333;
    display:block;
    text-align: center;
    top:13px;
    font-size:0.9em;
}

#animenu li.active {
    
}

#animenu li.active #am1 {
    border-color:#f9c001;
}
#animenu li.active #am2 {
    border-color:#e62d80;
}
#animenu li.active #am3 {
    border-color:#0cb0dc;
}
#animenu li.active #am4 {
    border-color:#f48023;
}
#animenu li.active #am5 {
    border-color:#55b7b3;
}
#animenu li.active #am6 {
    border-color:#a0cc3f;
}


/* Section 0
* --------------------------------------- */

#s0-right {
    width: 40%;
    position: absolute;
    right: 15%;
    top: 20%;
}

#s0-title, #s0-desc, #s0-producttxt, #s0-productimg{
    opacity: 0;
}

#s0-title img {
    -webkit-filter: blur(20px);
	filter: blur(20px);
}

#s0-left {
    width: 30%;
    position: absolute;
    top: 0px;
    left: 7%;
    opacity: 0;
}

#s0-desc {
    margin-top: 10px;
    text-align: center;
}

#s0-producttxt {
    width: 35%;
    float: left;
    position: relative;
    margin-top: 10%;
}

#s0-productimg {
    width: 60%;
    float: right;
    margin-top: 5%;
}

#s0-footnote{
    position:absolute;
    bottom: 18%;
    font-size:80%;
    left:1%;
}

/*======== Section 1 =============== */

#s1-bubbles {display:none;}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    width: 130%;
    position: absolute;
    left: -30%;
    margin-top: 5%;
    display:none;
    /*clip: rect(0px, 255px, 190px, 0px);*/
}


.tg td {
    font-size: 14px;
    padding: 5px;
    overflow: hidden;
    word-break: normal;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-39pm {
    background-color: #fdc689;
    vertical-align: top
}

.tg .tg-tjwg {
    background-color: #59b7b1;
    vertical-align: top
}

.tg .tg-yw4l {
    vertical-align: top;
}

.tg .tg-0kqq {
    background-color: #e3e3e3;
    vertical-align: top
}

#s1-title {
    color: #e62f81;
    font-size: 5em;
    line-height: 1em;
    text-align: left;
}

.sall-text {
    font-size: 1.3em;
    text-align: justify;
    line-height: 1.5em;
}

#s1-lens {
    position: absolute;
    right: 18%;
    top: 16%;
    width: 15%;
}
#s1-lensback {
    position: absolute;
    right: 18%;
    top: 16%;
    width: 15%;
    z-index: -99;
}

#s1-content {
    width: 25%;
    position: absolute;
    top: 15%;
    left: 27%;
}

#s1-3x {
    position: absolute;
    width: 7%;
    top: 50%;
    left: 54%;
    display:none;
    -webkit-animation: s13x 5s ease-in-out infinite;
    -moz-keyframes: s13x 5s ease-in-out infinite;
    -o-keyframes: s13x 5s ease-in-out infinite;
}
/*
@-webkit-keyframes s13x {
    0%,
    100% {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes s13x {
    0%,
    100% {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes s13x {
    0%,
    100% {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
*/


/*======== Section 2 =============== */

#s2-title {
    color: #0bafdb;
    font-size: 5em;
    margin-bottom: 3%;
}

#s2-background {
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#s2-canvas {
    position:absolute;
    left:0px;
    bottom:-100%;
}

#s2-content {
    width: 41%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
}

#s2-text {
    width:100%;
    text-align: center;
    padding-top:20px;
}

#s2-structure {
    width: 8%;
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 10;    
}

#s2-clariti {
    width: 30%;
    position: absolute;
    top: 45%;
    left: 35%;
}

#s2-claritifill {
    
    
    position: absolute;
    top: 72%;
    left: 41%;
    width: 15%;
    height: 5%;
    
    /*
    top: 59%;
    left: 21%;
    width: 28%;
    height: 10%;
    */
    background-color:#187094;
    border-radius: 50%;
    opacity:0.2;
}

#s2-clariti-txt {
    color: #0bafdb;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 3%;
}

#s2-clariti-txt img {
    width:40%;
}

#s2-wetloc {
    width:10%;
    position:absolute;
    top: 40%;
    left: 63%;
    z-index: 15;  
}

/*======== Section 3 =============== */

#section3 {
}

#s3-bg {
    position: absolute;
     height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:0;
    background:url('images/uvbg.jpg') no-repeat;
    background-size:cover;
}

#s3-bgoverlay {
    position: absolute;
    background:url('images/uvoverlay.png') no-repeat;
    background-size:cover;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:2;
}
/*
#s3-bg img, #s3-bgoverlay img {
    height: auto;
    max-height: 100%;

    width: auto;
    max-width: 100%;
}
*/
#s3-lens {
    position: absolute;
    bottom: 13%;
    left: 7%;
    width: 24%;
    z-index:10;
}

#s3-shield {
    position: absolute;
    bottom: 13%;
    left: 7%;
    width: 24%;
    z-index: 10;
}

#s3-sun {
    width: 60%;
    position: absolute;
    top: -60%;
    right: 6%;
    z-index: 12;
}

#s3-sunbg {
    width: 70%;
    position: absolute;
    top: 0%;
    right: 6%;
    z-index: 11;
}

#s3-sunoverlay {
    width: 70%;
    position: absolute;
    top: 0%;
    right: 6%;
    z-index: 13;
}

#s3-title {
    color: #f58024;
    font-size: 4em;
    margin-bottom: 5%;
    line-height:1em;
    z-index:16;
}

#s3-content {
    width: 35%;
    position: absolute;
    bottom: 30%;
    right: 17%;
    z-index:16;
}

#s3-arrows {
     position: absolute;
    bottom: 20%;
    left: 8%;
    width: 25%;
    z-index:3;
}

#s3-arrowmask1 {
     position: absolute;
    bottom: 50%;
    left: 8%;
    width: 50%;
    height:20%;
    z-index: 4;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#s3-arrowmask2 {
    position: absolute;
    bottom: 1%;
    left: 25%;
    width: 20%;
    height:110%;
    z-index: 4;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#s3-footnote{
    position:absolute;
    bottom: 15%;
    font-size: 80%;
    width:50%;
    left:1%;
    right:15%;
    z-index: 99;
    text-align: left;
}


/*======== Section 4 =============== */

#s4-content {
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: 15%;
}

.s4-pimg, .s4-limg {position: absolute; left:0; opacity:0; visibility: hidden;}

/*#s4-p2, #s4-p3, #s4-l2, #s4-l3 {opacity: 0; visibility: hidden;}*/

#s4-title {
    color: #59b7b2;
    font-size: 4em;
    margin-bottom: 5%;
}

#s4-person {
    width: 20%;
    position: absolute;
    top: 35%;
    left: 23%;
    height:20%;
}

#s4-dash {
    border-radius: 10px;
    background: #59b7b2;
    width: 5%;
    height: 1%;
    position: absolute;
    left: 45%;
    top: 50%;
}

#s4-product {
    width: 25%;
    position: absolute;
    left: 55%;
    top: 37%;
    height:20%;
}

#s4-personname {
    color: #59b7b1;
    font-size: 1.7em;
    margin-top:100%;
}

#s4-persondesc {
    font-size:1.3em;
    line-height:1.1em;
    margin-top:10px;
}

#s4-switch {
    width:20%;  
    position:absolute;
    bottom:15%;
    right:25%;
    display:none;
    
}
#s4-btn1 {
    float:left;
    width:45%;
    cursor:pointer;
}
#s4-btn2 {
    float:right;
    width:45%;
    cursor:pointer;
}




/*======== section 5 =============== */

#s5-content {
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: 15%;
}

#s5-title {
    color: #a1cd3f;
    font-size: 4em;
    margin-bottom: 5%;
}

#s5-clariti {
    width: 22%;
    position: absolute;
    top: 27%;
    left: 25%;
}

#s5-trad {
    width: 22%;
    position: absolute;
    top: 28%;
    right: 25%;
}

#s5-trad-img {
    margin-top: 51%;
}

#s5-clariti-txt {
    color: #0bafdb;
    font-size: 1.4em;
    margin-bottom: 3%;
    position: absolute;
    width:100%;
    bottom: -35%;
}

#s5-clariti-txt img {
    display: inline;
    width: 40%;
}

#s5-clariti-img {
    margin-top: 51%;
    width:95%;
}

#s5-trad-txt {
    font-size: 1.5em;
    margin-bottom: 3%;
    position: absolute;
    width:100%;
    bottom: -20%;
    
}

#s5-clariti .s5-coins {
    height:63%;
}

.s5-coins {
    width: 45%;
    position: absolute;
    top: 0%;
    left:6%;
    height:60%;
}

.s5-coins img {
    position: absolute;
    top:0;
    
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg); 
    transform: rotate(3deg);
    
    opacity: 0;
}

.s5-coins .c7 {
    z-index: 11;
}

.s5-coins .c6 {
    z-index: 10;
}

.s5-coins .c5 {
    z-index: 9;
}

.s5-coins .c4 {
    z-index: 8;
}

.s5-coins .c3 {
    z-index: 7;
}

.s5-coins .c2 {
    z-index: 6;
}

.s5-coins .c1 {
    z-index: 5;
}


/*======== section 6 =============== */

.slide {position:relative;}

.s6-img {
   width:30%;
    position: absolute;
    top:30%;
    left:15%;

}

.s6-content{
    width:30%;
    position: absolute;
    top:18%;
    right:15%;
    text-align: left;
    
}

.s6-content img {
    width:30% !important;
}

.s6-title {
    color:#333;
    font-size: 1.5em;
}

.s6-content table {
    width:100%;
    margin:2% 0 6% 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.s6-content table th {
    background: #59b7b1;
    color:#fff;
}

.s6-content table td, .s6-content table th {
    padding:10px;
    border:1px solid #ccc;
}

.s6-content table td {
    background:#f9f9f9;
    color:#333;
}

.s6-locate {
    width:80%;
    margin-top:5%;
    padding:2% 0;
    border:3px solid #59b7b1;
    border-radius: 20px;
    
    cursor: pointer;
    text-align: center;
    font-size:1.7em;
    color:#59b7b1;
    overflow: hidden;
    margin-left:10%;
}

.s6-content .s6-locate img {
    width:80% !important;
}

.s6-markericon {
    width:20%;
    float:left;
    
}
.s6-markertxt {
    float:left;
    font-weight:bold;
    border-bottom: 2px solid #59b7b1;
}

.s6-switch {
    width:80%;  
    position:absolute;
    bottom:-70%;
    left:10%;
    overflow:hidden;
    
}
.s6-switch a {
    display:block;
    float:left;
    width:45%;
    cursor:pointer;
    margin-right:4%;
}





.fp-controlArrow.fp-prev {
    left:7%;
    width:24px;
    height:40px;
    background:url('images/leftarrow.png') no-repeat;
    border-right:0px !important;
}

.fp-controlArrow.fp-next {
    right:7%;
    width:24px;
    height:40px;
    background:url('images/rightarrow.png') no-repeat;
    z-index: 999;
    border-left:0px !important;
}



@media (min-width:2000px){
    
    #animenu {
        font-size:1em;
    }
    
    #menucontainer {
        height:9.6%;
    }
    
}

@media (max-width:1440px){
    #animenu {
        width:70%;
    }
    
    .s6-content table{
     font-size:0.8em;
    }
}

@media (max-width:1280px){
    #animenu {
        width:80%;
    }
    #menucontainer {
        height:12%;
    }
    
    .s6-content table td, .s6-content table th {
    padding:4px;
    border:1px solid #ccc;
}
    
    .s6-content table{
     font-size:0.8em;
    }
    #s1-title,#s2-title,#s3-title,#s4-title,#s5-title {
        font-size:2.5em;
    }
    #s0-left {
        top:10%;
    }
}

@media only screen and (max-width : 640px)  {
    #s1-title,#s2-title,#s3-title,#s4-title,#s5-title {
        font-size:2.0em !important;
    }
    
    #s0-footnote {
        bottom:15%;
    }
    #s0-scroll {
        bottom:5% !important;
        font-family: 'Foundry Sterling Book' !important;
    }
    
    #s2-content {
        top:10% !important;
    }
    
    #s3-footnote {
        line-height:1em;
        width:80% !important;
        right:10% !important;            
        bottom:6% !important;
    }
    
    #s4-content {
        top:10% !important;
    }
    
    #s4-person {
        top:43% !important;
    }
    
    #s4-product {
        top:51% !important;
    }
    
    .s6-img {
        top:10% !important;
    }
    
    .s6-content{
        top:30% !important;
    }
    
}

@media screen and (min-aspect-ratio: 1280/690) {
    #s1-content {top:20% !important;}


}

@media screen and (max-height:700px) and (min-width: 1000px){
    
    #menucontainer {
        height:88px;
    }
    #animenu li a img {
        width:45px !important;
    }
    #animenu li a span {
        top:2px;
    }
    #animenu li#amspecs #am7 img {
        width:232px !important;
    }
    
    #s1-title,#s2-title,#s3-title,#s4-title,#s5-title {
        font-size:2.5em;
    }
    .tg-yw4l {width:150px !important;}
    
    #s1-lens,#s1-lensback {
        top:25%;
    }
    
    #s3-footnote {
        bottom:130px;
    }
    
    #s4-person {
        width:20%;
        top:42%;
    }
    #s4-product {top:42%;}
    #s4-person img {width:60%; left:25%;}
    #s4-personname {margin-top:65%;}
    #s4-persondesc {
        font-size:1em;
    }
    #s4-content {top:20%;}
    
    #s5-content {top:20%;}
    #s5-clariti,#s5-trad {top:33%;}
    #s5-clariti-txt {bottom:-20%;}
    #s5-trad-txt {bottom:-13%;}
    
    .s6-content table {margin:1% 0 2% 0;}
    
    
}


/*---------- d7 overrides ---------- */

.main-content__wrapper > div {
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
}

#fullpage tbody, #fullpage th {border:none;}

.header__wrapper, .main-nav__wrapper {
    width:100%;
    position:fixed;
    background:#fff;
    z-index: 999999;
}

.header__wrapper {height:101px; top:0px;}
.main-nav__wrapper {height:40px; top:101px;}


@media (min-width: 1000px) {
    .main-content__wrapper > div {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    
    .main-content__wrapper {
    width: 100%;
}
    
}

@media only screen and (max-width : 640px)  {
    .header__wrapper {
        height:65px;
    }
    
    
    
    #fp-nav {margin-top:0px !important;}
    
    
}





/*---------- d7 overrides  end ---------- */

/*---------- ie overrides ----------------*/
.isie .s5-coins {
    left:30%;
}