@font-face {
    font-family: 'FrutigerNeueW01';
    src: url('../fonts/FrutigerNeueW01-Regular.eot');
    src: url('../fonts/FrutigerNeueW01-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerNeueW01-Regular.woff2') format('woff2'),
        url('../fonts/FrutigerNeueW01-Regular.woff') format('woff'),
        url('../fonts/FrutigerNeueW01-Regular.svg#FrutigerNeueW01-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

@-webkit-keyframes pulse_white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* fullscreen */
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    /* disable scrollbars */
    font-size: 10pt;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* remove highlight on tab for iOS/Android */
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.5);
    width: 0.75em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}


body {
    font-family: 'FrutigerNeueW01';
    font-size: 100%;


}

* {
    box-sizing: border-box;
}

.st2,
.st1,
#Shadow_1_ image {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: all .35s ease-in-out;
}

.niddle_hover image {
    width: 95px !important;
    overflow: visible;
    transform: matrix(1, 0, 0, 1, -9.2381, 41.8095) !important;

}

.niddle_hover .st2 {
    animation: dash 5s linear alternate infinite;
    transform: translate(0px, -10px);
}

.niddle_hover .st1 {
    transform: translate(0px, -10px);

}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.map_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}

.map_wrapper {
    position: relative;
    width: 700px;
    height: 475px;
}

.svg-niddle {
    position: absolute;
    top: 30px;
    left: 180px;
    pointer-events: none;
}

.niddle_red {
    top: 60px;
    left: 269px;
}

.niddle_yellow {
    top: 160px;
    left: 70px;
}

.niddle_green {
    top: 178px;
    left: 430px;
}

.niddle_blue {
    top: 325px;
    left: 300px;
}

.niddle_lightblue {
    top: 250px;
    left: 211px;
}

.map_title {
    position: absolute;
    right: -8px;
    bottom: 245px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
    transform: rotate(-31deg);
    transform-origin: right;
    color: white;
}

.tooltip__trigger {

    animation: 2000ms ease 0s normal none infinite pulse_white
}



.bars {
    /*   background-color:pink; */
    position: fixed;
    width: 27px;
    height: 27px;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    z-index: 101;
    padding-top: 9px;
}

.bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
}

span.bar::before,
span.bar::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
}

.bar::before {
    transform: translateY(-9px);
}

.bar::after {
    transform: translateY(9px);
}

.bars.active .bar {
    background-color: transparent;
}

.bars.active span::before {
    animation: top-bar 1s;
    animation-fill-mode: forwards;
}

.bars.active span::after {
    animation: bottom-bar 1s;
    animation-fill-mode: forwards;
}


/* Navbar Links CSS */

#nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 1s;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    text-transform: uppercase;
    font-family: 'FrutigerNeueW01';


}

#nav a {
    color: #fff;
    text-decoration: none;
    /* line-height: 70vw; text-indent: 50vw; */
    position: absolute;
    top: 30%;
    right: 6%;
    border-radius: 50%;
    transition: all .5s;
    font-size: 25px;
}

#nav a:hover {}

ul {
    list-style: none;
}

.visible {
    z-index: 100 !important;
    opacity: 1 !important;
}

#nav.visible li a {
    color: #fff;
    display: inline-block;

}

#nav.visible li:hover {}


.shape-circle {
    border-radius: 50%;
    width: 20vw;
    height: 20vw;
    bottom: -10vw;
    left: -10vw;
    position: absolute;
    transition: all 1s ease-in-out;
    background: #2979FF;
    box-shadow: 0 0px 0px rgba(4, 26, 62, 0.5);
}





nav.visible li {
    box-shadow: 0 0px 80px rgba(4, 26, 62, 0.5);
    background: -moz-linear-gradient(45deg, #005da9 0%, #00b2e2 100%);
    background: -webkit-linear-gradient(45deg, #005da9 0%, #00b2e2 100%);
    background: linear-gradient(45deg, #005da9 0%, #00b2e2 100%);

}

nav.visible li:nth-child(2) {
    width: 160vw;
    height: 160vw;
    bottom: -80vw;
    left: -80vw;
    z-index: 6;
    transition: all .6s ease-in-out;
    /* box-shadow: 0 0px 80px rgba(4, 26, 62, 0.5);
    background: -moz-linear-gradient(left, #ffa800 0%, #ffd95d 100%);  
background: -webkit-linear-gradient(left, #ffa800 0%, #ffd95d 100%);  
background: linear-gradient(45deg, #ffa800 0%, #ffd95d 100%);  */


}

nav.visible li:nth-child(3) {
    width: 120vw;
    height: 120vw;
    bottom: -60vw;
    left: -60vw;
    z-index: 7;
    transition: all .7s ease-in-out;
    /* box-shadow: 0 0px 80px rgba(4, 26, 62, 0.5);
     background: -moz-linear-gradient(45deg, #008b90 0%, #3fae3f 100%);  
background: -webkit-linear-gradient(45deg, #008b90 0%, #3fae3f 100%); 
background: linear-gradient(45deg, #008b90 0%, #3fae3f 100%); */
}

nav.visible li:nth-child(4) {
    width: 80vw;
    height: 80vw;
    bottom: -40vw;
    left: -40vw;
    z-index: 7;
    transition: all .7s ease-in-out;
    /* box-shadow: 0 0px 80px rgba(4, 26, 62, 0.5);
    background: -moz-linear-gradient(45deg, #415cd5 0%, #92abf5 100%);  
background: -webkit-linear-gradient(45deg, #415cd5 0%, #92abf5 100%); 
background: linear-gradient(45deg, #415cd5 0%, #92abf5 100%); */
}

nav.visible li:last-child {
    width: 40vw;
    height: 40vw;
    bottom: -20vw;
    left: -20vw;
    z-index: 8;
    transition: all .8s ease-in-out;
    /*box-shadow: 0 0px 80px rgba(4, 26, 62, 0.5);
    background: -moz-linear-gradient(45deg, #004fd4 0%, #3f8cff 100%);  
    background: -webkit-linear-gradient(45deg, #004fd4 0%, #3f8cff 100%); 
    background: linear-gradient(45deg, #004fd4 0%, #3f8cff 100%) */
}

nav.visible li:first-child a {
    /* line-height: 285vw !important;
    text-indent: -18vw !important; */

}

nav.visible li:nth-child(2) a {
    /* line-height: 231vw !important;
  text-indent:-17vw !important;  */
}

nav.visible li:nth-child(3) a {
    /* line-height: 178vw !important;
    text-indent: -16vw !important;
    */
}

nav.visible li:nth-child(4) a {
    /* line-height: 115vw !important;
    text-indent: -15vw !important;  */

}

nav.visible li:last-child a {
    /* line-height: 54vw !important;
  text-indent:-14vw !important;
    */
}



@keyframes top-bar {
    50% {
        transform: translateY(0);
    }

    100% {
        transform: rotate(45deg) translateY(0);
    }
}

@keyframes bottom-bar {
    50% {
        transform: translateY(0);
    }

    100% {
        transform: rotate(-45deg) translateY(0);
    }
}


  .overlay {
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0px;
          left: 0px;
          z-index: 998;
          background-color: rgba(0, 0, 0, 0.6);
        }

        .wc_animation {
            position: fixed;
            top: 50%;
            left: 50%;
            text-align: center;
            z-index: 999;
            transform: translate(-50%, 50%);
            height: 0px;
            opacity: 0;
            font-family: 'Gilroy-SemiBold' !important;
            font-weight: 300;
            font-style: normal;
            background-color: transparent;
        }

        .wc_animation h3 {
            color: white;
            text-align: center;
            font-family: 'Gilroy-SemiBold' !important;
            font-weight: 300;
            font-style: normal;
        }

        .wc_animation.active {
            height: auto;
            opacity: 1
        }

        .hand_animation {}

        .mouse_animation {}

        @media (max-width: 768px) {
            .wc_animation {
                top: 15%;
                width: 300px;
            }

            .wc_animation h3 {}
        }



.next_panorama_carbon_fibre_area {
    display: none !important;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.iziModal img {
    max-width: 100%;
}

.iziModal {
    max-width: 70% !important;
    background: transparent;
}

.icon-close {
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    z-index: 99;
    padding: 0px;
    background-color: white;
}

.iziModal-navigate > button {
    opacity: 0.6;
}



.iziModal-navigate-next1 {
    right: -10%;
}

.iziModal-navigate-prev1 {
    right: -10%;
}

#modal1,
#modal2,
#modal3,
#modal4,
#modal5 {
    display: none;
}

.Logo {
    height: 80px !important;
    top: 15px !important;
    left: 15px !important;
}

.Logo img {
    width: auto !important;
}

.img_link {
    position: absolute;
    bottom: -29px;
    right: 0px;
    color: white;
    display: inline-block;

    background: #000 url("../img_vr/Dabond-Horizontal.jpg") no-repeat right top;
    padding: 5px;
    text-decoration: none;

}

.img_link:hover {
    opacity: 0.5;
}


.ggskin_svg.Water_drop,
.ggskin_svg.droplet_play_icon {
    width: 50px !important;
    height: 50px !important;
}

.tooltip__trigger {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.connectivity img,
.smart img,
.lightweight img,
.safety img,
.sustainability img,
.footwear img {
    width: 50px !important;
}


.tooltip__shape {
    fill: url(#SVGID_10_);
}


.connectivity .tooltip__shape {
    fill: url(#SVGID_10_);
}

.map2 .tooltip__shape,
.map7 .tooltip__shape,
.smart .tooltip__shape,
.dabond .tooltip__shape,
.neophil .tooltip__shape,
.draw_frame_plus_icon .tooltip__shape,
.ring_spinning_frame_plus_icon .tooltip__shape

/* yellow orange */
    {
    fill: url(#SVGID_12_);
}


.lightweight .tooltip__shape,
.map .tooltip__shape,
.map4 .tooltip__shape {
    fill: url(#SVGID_4_);
}

.window_dim_plus_icon .tooltip__shape,
.safety .tooltip__shape,
.patrick .tooltip__shape,
.rowing_line_plus_icon .tooltip__shape,
.map3 .tooltip__shape,
.map8 .tooltip__shape {
    /* purple*/
    fill: url(#SVGID_13_);
}

.coat_videos_play_icon .tooltip__shape,
.ecoverde .tooltip__shape,
.lattice_plus_icon .tooltip__shape,
.map1 .tooltip__shape,
.map9 .tooltip__shape {
    /* lightblue*/
    fill: url(#SVGID_1_);
}

.world_map_icon .tooltip__shape,
.droplet_play_icon .tooltip__shape,
.Water_drop .tooltip__shape,
.map5 .tooltip__shape,
.nylbond .tooltip__shape,
.winding_plus_icon .tooltip__shape {
    /* greyblue*/
    fill: url(#SVGID_15_);
}



.inovation_lab_play_icon .tooltip__shape,
.map10 .tooltip__shape,
.blend_line_plus_icon .tooltip__shape,
.synergex_plus_icon .tooltip__shape,
.footwear .tooltip__shape {
    /* orange red*/
    fill: url(#SVGID_14_);
}

.next_panorama_manufactoring_area4node8 .tooltip__shape,
.next_panorama_inovation_lab .tooltip__shape,
.next_panorama_manufactoring_area3_3 .tooltip__shape,
.next_panorama_manufactoring_area2_2 .tooltip__shape,
.next_panorama_manufactoring_area4node6 .tooltip__shape,
.next_panorama_manufactoring_area1_1 .tooltip__shape,
.next_panorama_manufactoring_area4 .tooltip__shape,
.next_panorama_manufactoring_area3 .tooltip__shape,
.next_panorama_manufactoring_area2 .tooltip__shape,
.next_panorama_manufactoring_area1 .tooltip__shape,
.next_panorama_lobby .tooltip__shape,
.next_panorama_lobbynode4 .tooltip__shape {
    /* orange red*/
    fill: url(#SVGID_33_);
}


.tooltip--smaug .tooltip__content {
    color: white;
    padding-top: 10px;
    font-size: 14px;
}

.tooltip-Water_drop .tooltip__content {
    font-size: 13px;
    text-align: center;
}

.tooltip-Water_drop .tooltip__content,
.tooltip-nylbond .tooltip__content {

    padding-top: 0px;
}

.maptooltip {
    margin-top: 10px;
    margin-left: 15px;

}

.maptooltip .tooltip__trigger {
    height: 11px;
    width: 11px;
    margin-top: 10px;
    margin-left: 10px;
}

.tooltip-world_map_icon .tooltip__trigger {
    height: 70px;
    width: 70px;
    margin-left: 0px;
    margin: 0px;
}

.tooltip-Water_drop {}

.btn-map-video {
    float: right;
}

.video-player-box {
    display: none;
    clear: both;
    float: left;
    width: 100%;
}

.btn-back {
    display: block;
    margin: 10px auto;
    -webkit-appearance: none;
    background: #005da9;
    border: solid 1px #005da9;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    clear: both;

    font-family: FrutigerNeueW01-Regular, sans-serif;
    text-align: center;
    font-size: .9375rem;
    line-height: 1.4375rem;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    outline: 0;
    text-transform: uppercase;

    -webkit-transition: all .5s;
    transition: all .5s;
}

.video-frame {
    z-index: 100;
    background-color: white;
    float: left;
}

.video-scroll {
    width: 100%;
    overflow: visible;
    background-color: white;
}

.videoplayer {

    width: 1100px;
    max-width: 100%;

}

.video-list {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    list-style-type: none;



}

.video-list li {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 33.33%;
    text-align: center;
    min-height: 115px;
}

.video-list li a {
    font-family: 'FrutigerNeueW01-Light';
    color: #005da9;
    text-decoration: none;
    font-size: 14px;

}

.video-list li a:hover {
    color: #000;
    text-decoration: underline;

}

.video-list li a span {
    display: block;
    padding-top: 5px;

}

.map-box {
    width: 100%;
    position: relative;


    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130%;
    float: left;
    color: white;
}

.map-inner {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 50px 50px;
}

.box50 {
    width: 50%;
    float: left;
}

.heritage-panel__img {

    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 50px;

}

.heritage-panel__img img {
    max-width: 100%;
}

.heritage-panel__text {

    width: 100%;
    vertical-align: middle;
    padding: 50px;
    max-width: 440px;
    font-family: 'FrutigerNeueW01-Light'
}

.heritage-panel__period {
    font-size: .9375rem;
    line-height: 1.4375rem;
    padding: 0 0 5px 0;
    margin: 0px;
    font-weight: 400;
    font-family: 'FrutigerNeueW01-Light'
}

.heritage-panel__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding: 0 0 15px 0;
    margin: 0px;
    font-weight: 400;
    font-family: 'FrutigerNeueW01-Light'
}

.heritage-panel__summary {
    font-size: .9375rem;
    line-height: 1.4375rem;
    margin: 0px;
    font-weight: 400;
    font-family: 'FrutigerNeueW01-Light'
}

.Logo {

    cursor: pointer;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .maptooltip .tooltip__trigger {
        height: 100px;
        width: 100px;
        margin-top: -35px;
        margin-left: -35px;
    }
}

@media only screen and (max-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


    .video-list li a {
        font-size: 12px;
    }


    /*   
    
    .tooltip--smaug .tooltip__content{
        opacity: 1 !important;
            transform: translateY(0px) !important;

    }
    .tooltip--smaug .tooltip__base{
        opacity: 1 !important;
        transform:none !important;
    }
    
    */
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {

    .video-list li a {
        font-size: 12px;
    }

    div.ggskin_svg {

        transform: translate(0px, 0px) rotate(0deg) scale(0.8, 0.8) !important;

    }
}

@media screen and (max-width:600px) {

    .video-list li a {
        font-size: 12px;
    }

    .nomobile {
        display1: none;
    }

    /*   .tooltip--smaug .tooltip__content{
        opacity: 1 !important;
            transform: translateY(0px) !important;

    }
    .tooltip--smaug .tooltip__base{
        opacity: 1 !important;
        transform:none !important;
    } */

    .video-list li {
        min-height: 130px;
    }

    .video-list li a span {
        font-size: 12px;
    }

    div.ggskin_svg {

        transform: translate(0px, 0px) rotate(0deg) scale(0.8, 0.8) !important;

    }


    .box50 {
        width: 100%;
    }

    .heritage-panel__text {
        padding: 0px;
    }

    .heritage-panel__img {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .map-inner {
        padding: 20px;
    }

    .map-box {
        background-size: 100% 130%;
    }

    .heritage-panel__title {
        font-size: 1rem;
        font-weight: bold;
    }

    .Logo {}

    .icon-close {
        width: 20px;
        height: 20px;
    }

    /*    nav.visible li{

            left: 0px !important;
            bottom: 0px !important;
            width: 100% !important;
            border-radius: 0px !important;
        }

        nav.visible li a {
            line-height: 40vw !important;
            text-indent: 0vw !important;
            width: 100%;
            text-align: center;
        }

        nav.visible li:last-child{
          height: 20vw;
        }
        nav.visible li:last-child a {
            top: 0px;
            line-height: 20vw !important;
            text-indent: 0vw !important;
        }
    
    
    
        nav.visible li:nth-child(4){
            height: 40vw;
        }
        nav.visible li:nth-child(4) a{
             top: 0px;
            line-height: 20vw !important;
            text-indent: 0vw !important;
        }
    
    
       nav.visible li:nth-child(3){
            height: 60vw;
        }
        nav.visible li:nth-child(3) a{
             top: 0px;
            line-height: 20vw !important;
            text-indent: 0vw !important;
        }
    
    
        nav.visible li:nth-child(2){
            height: 80vw;
        }
        nav.visible li:nth-child(2) a{
             top: 0px;
            line-height: 20vw !important;
            text-indent: 0vw !important;
        }
    
        nav.visible li:first-child   {
            height: 101vw;
        }
        
    
        nav.visible li:first-child a {
             top: 0px;
          line-height: 20vw !important;
            text-indent: 0vw !important;

        }
       
    */
}





@media screen and (max-width:1000px) {

    .box50 {
        width: 100%;
    }

    .heritage-panel__text {
        padding: 0px;
    }

    .heritage-panel__img {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .map-inner {
        padding: 10px;
    }

    .map-box {
        background-size: 100% 130%;
    }

    .heritage-panel__title {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0 0 5px 0;
        font-weight: bold;
    }

}

#nav.visible li {

    left: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    border-radius: 0px !important;
}

#nav.visible li a {

    width: 100%;
    text-align: center;
    right: 0px;
    top: 50px;
}

#nav.visible li:last-child {
    height: 25%;
}

#nav.visible li:last-child a {}



nav.visible li:nth-child(4) {
    height: 50%;
}

nav.visible li:nth-child(4) a {}


nav.visible li:nth-child(3) {
    height: 50%;
}

nav.visible li:nth-child(3) a {}


nav.visible li:nth-child(2) {
    height: 75%;
}

nav.visible li:nth-child(2) a {}

nav.visible li:first-child {
    height: 100%;
}


nav.visible li:first-child a {
    top: 0px;


}
