
@charset "utf-8";
/* Gloforms AW17 static -- UK version only */

@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
    font-family: 'z_arista_light';
    src: url('https://www.clarks.co.uk/assets/Fonts/z_arista_light/z_arista_light-webfont.eot');
    src: url('https://www.clarks.co.uk/assets/Fonts/z_arista_light/z_arista_light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.clarks.co.uk/assets/Fonts/z_arista_light/z_arista_light-webfont.woff') format('woff'), url("https://www.clarks.co.uk/assets/Fonts/z_arista_light/z_arista_light-webfont.ttf") format("truetype"), url('https://www.clarks.co.uk/assets/Fonts/z_arista_light/z_arista_light-webfont.svg#z_arista_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
Min CSS for .owl carousel
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
.owl carousel default theme 
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/* Animate.css lightspeed -- used by OWL anim selected */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* skroLLr defaults */

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

.skrollr-desktop body {
    height: 100% !important;
}

body {
/*    font-family: sans-serif;*/
    background-color: #fff;
}

p {
    margin: 1em 0;
}

.parallax-image-wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.parallax-image-wrapper-50 {
    height: 50%;
    top: -50%;
}

.parallax-image-wrapper-100 {
    height: 100%;
    top: -100%;
}

.parallax-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.parallax-image-50 {
    height: 200%;
    top: -50%;
}

.parallax-image-100 {
    height: 100%;
    top: 0;
}

.parallax-image.skrollable-between {
    display: block;
}

.no-skrollr .parallax-image-wrapper {
    display: none !important;
}

#skrollr-body {
    height: 100%;
/*    overflow: visible;*/
    overflow-x: hidden;
    position: relative;
}

.gap {
    background: transparent center no-repeat;
    background-size: cover;
}

.skrollr .gap {
    background: transparent !important;
}

.gap-50 {
    height: 50%;
}

.gap-75 {
    height: 75%;
}

.gap-100 {
    height: 100%;
}

/*.header, for com only */
.content {
    background: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-full {
    height: 100%;
}

#done {
    height: 100%;
}


/* Scene 7 specific */

#s7_videoview.s7videoviewer,
#s7_videoview2.s7videoviewer {
    width: 100%;
    height: auto;
}


/* Top area video zone */

.videoAreaTop {
    position: relative;
    width: 100%;
}

.gloformsLogoArea {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    background-color: rgb(32, 0, 35);
}

.gloformsLogoArea h1 {
    margin: 0 auto;
    padding: 0;
}

.gloformsLogoArea img {
    width: 100%;
    /*			max-width: 894px;*/
    max-width: 450px;
}

@media all and (min-width: 769px) {
    .gloformsLogoArea img {
/*        padding-top: 80px; use for com only */
    }
}

@media all and (min-width: 965px) {
    .gloformsLogoArea {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
    #s7_videoview.s7videoviewer {
/*        padding-top: 80px; use for com only */
    }
}

@media all and (min-width: 1100px) {
    .gloformsLogoArea img {
        max-width: 650px;
    }
}


/* Main content under video */

.gloformsContent {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.gloformsContent h2 {
    font-family: 'z_arista_light', 'Lato', sans-serif;
    font-size: 1.2em;
    padding: 2% 4% 0;
    letter-spacing: 5px;
}

.gloformsContent p {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 0;
}

.gloformsContent img {
    border: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.missionNow p,
.meetTheGloformsHeader p {
    padding: 1% 4% 1%;
}

@media all and (min-width: 1080px) {
    .gloformsContent h2 {
        font-size: 2em;
        padding: 4% 6% 0;
    }
    .gloformsContent p {
        font-size: 1.2em;
        padding: 2% 4%;
        /*! height: 30vw; */
    }
}

.introMessage {
    background-color: #200023;
}

.introMessage p {
    padding: 2.5% 0.2em;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

@media all and (min-width: 1000px) {
    .introMessage p {
        padding: 2.5% 6%;
        font-size: 1em;
    }
}

.tabletLeftRow,
.missionArea,
.meetTheGloforms,
.missionArea2,
.insideGloformsWorld {
    margin: 50px auto 0;
    background-color: #f8f8f8;
}

/*
@media all and (min-width: 800px) {
    .tabletLeftRow,
    .missionArea,
    .meetTheGloforms,
    .missionArea2,
    .insideGloformsWorld {
        margin: 50px auto 0;
    }
}
*/

.meetTheGloforms {
    margin-bottom: 7%;
/*    height: 72vw;*/
}
    @media all and (min-width: 751px) {
        .meetTheGloforms {
            margin-bottom: 7%;
            height: inherit;
        }
    }

.tabletLeftRow,
.centerVideoArea,
.meetTheGloformsCreatures,
.missionArea2 {
    display: flex;
}

.tabletLeftRow,
.centerVideoArea {
    align-items: center;
}

.tabletLeftRow {
    max-height: inherit;
    /* 				max-height: 28vw; */
    display: flex;
    align-items: flex-end;
}

.centerVideoArea {
    justify-content: space-between;
    flex-direction: column;
}

@media all and (min-width: 720px) {
    .centerVideoArea {
        flex-direction: row;
    }
}


/* game play area */

.gameplayVideo {
    width: 98%;
    max-width: inherit;
    margin: 3%;
    height: 55vw;
}

.missionRight {
    width: 98%;
    margin: 4%;
}

@media all and (min-width: 720px) {
    .gameplayVideo {
        width: 49%;
        max-width: 739px;
        margin: 3%;
        height: 26.1vw;
        max-height: 390px;
    }
    .missionRight {
        width: 48%;
        margin: 0 3% 0 0;
    }
}

.centerVideoArea .gameplayVideo img {
    width: 100%;
}

.missionRight p {
    padding: 4%;
}

@media all and (min-width: 720px) {
    .missionRight p {
        padding: 1%;
    }
}

.tabletLeft {
    display: none;
}

.tabletLeft img,
.firstGisil img {
    width: 100%;
}

.tabletLeft img {
    margin-left: -40px;
}

@media all and (min-width: 820px) {
    .tabletLeft {
        display: block;
        width: 40%;
        max-width: 552px;
        position: relative;
        overflow: hidden;
    }
}

@media all and (min-width: 1025px) {
    .tabletLeft img {
        margin-left: 0;
    }
}

.copyRight {
    margin-left: 0;
    align-self: center;
}

.copyRight p {
    padding: 1vw 0 1vw 4vw;
}

@media all and (min-width: 820px) {
    .copyRight {
        max-width: 560px;
    }
    .copyRight p {
        padding: 0;
    }
}

.tabletRight {
    width: 100%;
    max-width: 492px;
}

.firstGisil {
    width: 42%;
    max-width: 200px;
    overflow: hidden;
    /*! height: 20vw; */
}

.firstGisil img {
    padding-top: 20px;
}

@media all and (min-width: 480px) {
    .firstGisil {
        overflow: hidden;
        height: 20vw;
    }
}

@media all and (min-width: 1200px) {
    .firstGisil {
        width: 22%;
        max-width: 321px;
        overflow: hidden;
        height: 450px;
    }
}


/* Gameplay section extras */
.appLinkz {
    text-align: center;
    margin: 0 auto;
}

@media all and (min-width: 1240px) {
    .appLinkz {
        text-align: right;
        margin: 0 10% 0 auto;
    }
}

/* App / play store links */
.app-store-gf,
.g-play-gf {
    margin: 1em auto 0;
    width: 150px;
}

.appLinkz1 .app-store-gf,
.appLinkz1 .g-play-gf {
    margin: 1em auto;
}

@media all and (min-width: 520px) {
    .app-store-gf,
    .g-play-gf {
        width: 202px;
    }
}


/* Meet the gloforms section extras  */
.meetTheGloformsHeader {

}

@media all and (min-width: 751px) {
    .meetTheGloformsHeader {
        background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/meetthegloformstop1516?&wid=1516) 0 0 no-repeat;
        max-width: 1516px;
        background-size: cover;
        height: 12.99vw;
    }
}

@media all and (min-width: 1516px) {
    .meetTheGloformsHeader {
        height: 193px;
        /* will need to be auto as we scale down */
    }
}


/* Gloforms character formatting */
.meetTheGloformsCreatures .gloformCharacter {
    position: relative;
    width: 49vw;
    /*! max-width: 50vw; */
    display: inline-flex;
    padding: 0;
    border: 0;
    margin: 0;
    height: 59vw;
}

@media all and (max-width: 540px) {
    .meetTheGloformsCreatures {
        display: inline-block;
    }
        .meetTheGloformsCreatures .gloformCharacter {
            display: inline-block;
            height: 118vw;
            float: left;
        }

}


@media all and (min-width: 541px) {
    .meetTheGloformsCreatures .gloformCharacter {
        width: 25%;
    }
    .meetTheGloformsCreatures .gloformCharacter.meetGisil {
        display: block;
    }
}

@media all and (min-width: 751px) {
    .meetTheGloformsCreatures .gloformCharacter {
        position: relative;
        max-width: 379px;
        height: 100%;
        display: inline-block;
    }
}

.meetTheGloformsCreatures .gloformCharacter img {
    width: 100%;
}

.meetTheGloformsCreatures .gloformCharacter h3 {
    position: absolute;
    top: 0;
    margin: 0 auto;
    font-family: 'z_arista_light', 'Lato', sans-serif;
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}

.meetGisil {
    background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/gisilback?&wid=379) 0 0 no-repeat;
    background-size: 100%;
    height: 100%;
    max-height: 906px;
}

.meetTheGloformsCreatures .meetGisil img {
    padding-top: 19%;
    max-width: 321px;
}

@media all and (min-width: 600px) {

}


/* second Mission area with iphone  */
.missionArea2 {
    background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/missionarea2back?&wid=1500) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

@media all and (min-width: 450px) {
    /* need to put first side by side here */
    .missionArea2 {
        background-size: 100%;
        flex-direction: row;
        max-height: 500px;
/*            max-height: 65vw;*/
    }
}


@media all and (min-width: 870px) {
    .missionArea2 {
        height: 100%;
        max-height: 565px;
    }
}

.missionMobile {
    position: relative;
}

.missionArea2 .missionMobile img {
    width: 100%;
    max-width: 72vw;
    padding-top: 9%;
    padding-left: 14vw;
}

    @media all and (min-width: 450px) {
        .missionArea2 .missionMobile img {
            max-width: 431px;
            padding-left: 17%;
        }
    }

.missionNow h2 {
    text-align: center;
    padding: 3% 0 3%;
}

.missionArea2 h2,
.missionArea2 p {
    color: #fff;
    text-shadow: 3px 3px 5px #1b1b1b;
}

.missionArea2 p {
    max-width: 530px;
}

    @media all and (max-width: 1279px) {
        .missionArea2 p {
            padding-left: 0;
        }
    }

.missionArea2 h2 {
    padding: 3vw 0 5% 0%;
    font-size: 1em;
}
    @media all and (max-width: 449px) {
        .missionArea2 h2,
        .missionArea2 p {
            padding: 3vw 3vw 1.5vw;
            text-align: center;
        }
    }
    @media all and (min-width: 500px) {
        .missionArea2 h2 {
            font-size: 1.2em;
        }
    }

    @media all and (min-width: 600px) {
        .missionArea2 h2 {
            padding: 20% 0 5% 0%;
            font-size: 1.5em;
        }
    }

    @media all and (min-width: 1250px) {
        .missionArea2 h2 {
            font-size: 2em;
        }
    }

    @media all and (min-width: 1280px) {
        .missionArea2 h2 {
            padding: 20% 0 5% 4%;
        }
    }

.missionNow2,
.missionMobile {
    max-width: 100vw;
}
@media all and (max-width: 449px) {
    /* need to put first side by side here */
    .missionNow2 {
        background-color: #1e1941;
    }
}

@media all and (min-width: 450px) {
    /* need to put first side by side here */
    .missionNow2 {
        max-width: 60%;
        padding-left: 3vw;
    }
}
    @media all and (min-width: 700px) {
        .missionNow2 {


        }
    }
        @media all and (min-width: 1190px) {
            .missionNow2 {
                padding-left: 7%;
            }
        }

.missionNow2 .appLinkz {
    text-align: center;
    padding-top: 13%;
}
    @media all and (max-width: 449px) {
        .missionNow2 .appLinkz {
            padding: 1vw 0 6vw;
        }
    }
    @media all and (min-width: 450px) and (max-width: 1000px) {
        .missionNow2 .appLinkz {
            padding-top: 1vw;
        }

        .missionNow2,
        .missionMobile {
            max-width: 50vw;
        }
            .missionArea2 .missionMobile img {
                width: 100%;
                max-width: 38vw;
                padding-top: 10vw;
                padding-left: 2vw;
            }
    }

/* inside the world of gloforms extra */
.gloformCharacter h3,
.gloformCharacter img {
    display: none;
}


@media all and (min-width: 651px) {
    .gloformCharacter h3,
    .gloformCharacter img {
        display: block;
    }
}

.carouselArea .owl-item img {
    width: 100%;
    max-width: 739px;
    margin: 2% auto;
}

@media all and (max-width: 650px) {
    .meetMokomo .mokomoInfo,
    .meetLysa .lysaInfo,
    .meetHyso .hysoInfo,
    .meetGisil .gisilInfo {
        display: block;
        height: 60vw;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 100%;
    }

        .meetMokomo .mokomoInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformsmokomo?&wid=374) 0 0 no-repeat;
            background-size: 100%;
        }

        .meetLysa .lysaInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformslysa?&wid=375) 0 0 no-repeat;
            background-size: 100%;
        }

        .meetHyso .hysoInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformshyso?&wid=376) 0 0 no-repeat;
            background-size: 100%;
        }

        .meetGisil .gisilInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformsgisil?wid=380) 0 0 no-repeat;
        background-size: 100%;
          }

}

@media all and (min-width: 651px) {
    .meetMokomo .mokomoInfo,
    .meetLysa .lysaInfo,
    .meetHyso .hysoInfo,
    .meetGisil .gisilInfo {
        display: none;
        cursor: pointer;
    }
        .meetMokomo .mokomoInfo.active,
        .meetMokomo:hover .mokomoInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformsmokomo?&wid=374) 0 0 no-repeat;
            background-size: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            display: block;
        }

        .meetLysa .lysaInfo.active,
        .meetLysa:hover .lysaInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformslysa?&wid=375) 0 0 no-repeat;
            background-size: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            display: block;
        }

        .meetHyso .hysoInfo.active,
        .meetHyso:hover .hysoInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformshyso?&wid=376) 0 0 no-repeat;
            background-size: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            display: block;
        }

        .meetGisil .gisilInfo.active,
        .meetGisil:hover .gisilInfo {
            background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/aboutgloformsgisil?wid=380) 0 0 no-repeat;
            background-size: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            display: block;
        }
}


/* Position and style arrows */

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
}
    .owl-theme .owl-dots {
        padding: 1em;
    }

    .insideGloformsWorld .owl-nav .owl-prev,
    .insideGloformsWorld .owl-nav .owl-next {
        background-size: 100%;
        background-color: transparent;
        height: 51px;
        width: 30px;
        display: none;
        position: absolute;
    }
        @media all and (min-width: 822px) {
            .insideGloformsWorld .owl-nav .owl-prev,
            .insideGloformsWorld .owl-nav .owl-next {
                display: block;
            }
        }

            .insideGloformsWorld .owl-nav .owl-prev,
            .insideGloformsWorld .owl-nav .owl-prev:hover {
                background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/prev-arrow?wid=27&$PNGALPHA$) 0 0 no-repeat;
                left: 1vw;
            }
            .insideGloformsWorld .owl-nav .owl-next,
            .insideGloformsWorld .owl-nav .owl-next:hover {
                background: url(https://s7g10.scene7.com/is/image/Pangaea2Build/next-arrow?wid=27&$PNGALPHA$) 0 0 no-repeat;
                right: 1vw;
            }

                @media all and (min-width: 822px) {
                    .insideGloformsWorld .owl-nav .owl-prev,
                    .insideGloformsWorld .owl-nav .owl-prev:hover {
                        left: 1vw;
                    }
                    .insideGloformsWorld .owl-nav .owl-next,
                    .insideGloformsWorld .owl-nav .owl-next:hover {
                        right: 1vw;
                    }
                }

                    @media all and (min-width: 1036px) {
                        .insideGloformsWorld .owl-nav .owl-prev,
                        .insideGloformsWorld .owl-nav .owl-prev:hover {
                            left: 10vw;
                        }
                        .insideGloformsWorld .owl-nav .owl-next,
                        .insideGloformsWorld .owl-nav .owl-next:hover {
                            right: 10vw;
                        }
                    }

                        @media all and (min-width: 1250px) {
                            .insideGloformsWorld .owl-nav .owl-prev,
                            .insideGloformsWorld .owl-nav .owl-prev:hover {
                                left: 17%;
                            }
                            .insideGloformsWorld .owl-nav .owl-next,
                            .insideGloformsWorld .owl-nav .owl-next:hover {
                                right: 17%;
                            }
                        }



/* Shoe links */
/* under 700px high stack shoe products */

.gloformProducts {
    display: flex;
    margin-top: 2%;
    flex-direction: column;
}
    .gloformProducts a {
        width: 100%;
        position: relative;
        text-align: center;
    }
        .gloformProducts a img {
            width: 100%;
            max-width: 750px;
        }

.underVideoCTAs {
  width: 100%;
  text-align: center;
  margin: 0 auto 1em;
  min-height: 3em;
}
        .gloformProducts a .gloProdCta,
        .underVideoCTAs a.topGloProdCta {
            position: absolute;
            color: #fff;
            z-index: 9999;
            bottom: 19%;
            left: 0;
            right: 0;
            width: 80vw;
            font-size: 0.7em;
            font-size: 0.8em;
            margin: 0 auto;
            border: 1px solid #fff;
            padding: 0.5em 1em;
            border-radius: 0.3em;
            -moz-box-shadow: 0 0 5px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.9);
            -webkit-box-shadow: 0 0 5px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.9);
            box-shadow: 0px 0px 5px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.9);
            filter: progid:DXImageTransform.Microsoft.Glow(Color=white, Strength=5);/* old IE */
            text-transform: uppercase;
            text-decoration: none;
          
        }
          .underVideoCTAs a.topGloProdCta {
            position: relative;
            margin: 0 2em;            
          }

                @media all and (min-width: 530px) {
                    .gloformProducts a .gloProdCta,
                    .underVideoCTAs a.topGloProdCta {
                        width: 52vw;
                    }
                }

                .gloformProducts a .gloProdCta:hover,
                .underVideoCTAs a.topGloProdCta:hover {
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: nonw;
                    filter: progid:DXImageTransform.Microsoft.Glow(Color=white, Strength=0);
                    /* old IE */
                    background-color: #fff;
                    color: #262525;
                }


            @media all and (min-width: 700px) {
                .gloformProducts {
                    flex-direction: row;
                }
                    .gloformProducts a {
                        width: 50%;
                        display: block; /* For IE 10 to display properly */
                    }
                        .gloformProducts a .gloProdCta {
                            width: 39vw;
                        }
            }
                @media all and (min-width: 848px) {
                    .gloformProducts a .gloProdCta,
                    .underVideoCTAs a.topGloProdCta {
                        width: 25em;
                        font-size: 0.9em;
                    }
                  .underVideoCTAs a.topGloProdCta {
                    margin: 0 2em;
                    padding: 0.5em 3em;
                  }
                }

@media all and (max-width: 600px) {
  .underVideoCTAs a.topGloProdCta {
    display: inline-block;
    max-width: 96vw;
    margin: 0 auto 1em;
  }
}

/* down arrow */
img.tr-down-arrow {
    display: none;
}

    @media all and (min-width: 600px) {
        img.tr-down-arrow {
            display: block;
            width: 17px;
/*            padding-top: 5em; use for com only */
            position: absolute;
            top: 5vw;
            right: 2vw;
          -webkit-animation: arrowbounce 0.5s linear infinite; /* Chrome, Safari, Opera */
                  animation: arrowbounce 0.5s linear infinite; /* use infinite if not a number  */
          -webkit-animation-direction: alternate;
                  animation-direction: alternate;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
            z-index: 999999;
        }
    }
        @media all and (min-width: 770px) {
            img.tr-down-arrow {
                top: 9vw;
            }
        }

@-webkit-keyframes arrowbounce
{
  0% {
      transform:translateY(0);
      transform: scale(1,1);
    }
  100% {
      transform:translateY(2px);
      transform: scale(1.4,1.4);
    }
}

@keyframes arrowbounce
{
  0% {
      transform:translateY(0);
      transform: scale(1,1);
    }
  100% {
      transform:translateY(2px);
      transform: scale(1.4,1.4);
    }
}

/* BAck to top */
.me-scroll-link {
/*    padding: 4px 7px; for .com only */
    padding: 8px;
    background-color: rgba(5, 5, 5, 0.63);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    z-index: 9999999;
    position: relative;
    border-radius: 50%;
}

/* fix due to back to top */
#footer {
    clear: both;
}

/* Apps smallprint */
.app-info {
    width: 96%;
    margin: 1% auto 1%;
    max-width: 800px;
}
    .app-info p {
        letter-spacing: normal;
        font-family: "Lato", arial, sans-serif;
        color: #818c8e;
        font-size: 10px;
    }

.s7videoviewer .s7mutablevolume {
/*    display: none;*/
}
.s7videoviewer.s7mouseinput .s7mutablevolume .s7verticalvolume .s7knob {
/*  top: 68px;*/
}
/* unsticking footer & header for this static to better fit the content based around .com version */
.sticky-footer.stuck,
.fixed-pos {
  position: relative;
}

