.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* Animation keyframes
--------------------------------------------- */

@-webkit-keyframes fadeIn {
    0%   { opacity: 0; -webkit-transform: translateZ(0); }
    100% { opacity: 1; -webkit-transform: translateZ(0); }
}

@keyframes fadeIn {
    0%   { opacity: 0; transform: translateZ(0); }
    100% { opacity: 1; transform: translateZ(0); }
}

/* ------------------------------------------ */

@-webkit-keyframes fadeInUp {
    0%   { opacity: 0; -webkit-transform: translateY(1rem); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    0%   { opacity: 0; transform: translateY(1rem); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------ */

@-webkit-keyframes fadeInDown {
    0%   { opacity: 0; -webkit-transform: translateY(-1rem); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
    0%   { opacity: 0; transform: translateY(-1rem); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------ */

@-webkit-keyframes fadeInLeft {
    0%   { opacity: 0; -webkit-transform: translateX(-1rem); }
    100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInLeft {
    0%   { opacity: 0; transform: translateX(-1rem); }
    100% { opacity: 1; transform: translateX(0); }
}

/* ------------------------------------------ */

@-webkit-keyframes fadeInRight {
    0%   { opacity: 0; -webkit-transform: translateX(1rem); }
    100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInRight {
    0%   { opacity: 0; transform: translateX(1rem); }
    100% { opacity: 1; transform: translateX(0); }
}

/* ------------------------------------------ */

@-webkit-keyframes pulse {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.0; }
}

@-moz-keyframes pulse {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.0; }
}

@keyframes pulse {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.0; }
}

/* ------------------------------------------ */

@-webkit-keyframes scaleIn {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1.0; }
}

@-moz-keyframes scaleIn {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1.0; }
}

@keyframes scaleIn {
      0% { transform: scale(0); opacity: 0.0; }
     66% { transform: scale(0.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1.0; }
}


/* Resets
 * --------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "ProjectWorkplace";
    font-weight: normal;
    src: url(../fonts/cisco-light.eot);
    src: url(../fonts/cisco-light.eot?#iefix) format("embedded-opentype"),
         url(../fonts/cisco-light.woff) format("woff");
}

@font-face {
    font-family: "ProjectWorkplace";
    font-weight: 200;
    src: url(../fonts/cisco-extralight.eot);
    src: url(../fonts/cisco-extralight.eot?#iefix) format("embedded-opentype"),
         url(../fonts/cisco-extralight.woff) format("woff");
}

html,
body {
    width: 100%;
    height: 100%;
    background: #F5F5F6;
    color: #39393b;

    font-family: "ProjectWorkplace", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 10px;

    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

@media (min-width: 1600px) { html, body { font-size: 11px; } }
@media (min-width: 1800px) { html, body { font-size: 12px; } }
@media (min-width: 2000px) { html, body { font-size: 13px; } }
@media (min-width: 2200px) { html, body { font-size: 14px; } }

/* fix appearing scrollbar */
.ui-win {
    overflow-y: auto;
    overflow-x: hidden;
}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:active {
    outline: none;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1;
}


/* Utilities
 * --------------------------------------------- */

.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.ui-fx .onoff {
    -moz-transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    transition: opacity 400ms;
    opacity: 1;
}

.ui-fx .onoff.fast {
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    transition: opacity 200ms;
}

.ui-fx .onoff.slow {
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
}

.ui-fx .pull0 {
    -webkit-animation: fadeInUp 300ms ease both;
    -moz-animation: fadeInUp 300ms ease both;
    -ms-animation: fadeInUp 300ms ease both;
    animation: fadeInUp 300ms ease both;
}

.ui-fx .pull1 {
    -webkit-animation: fadeInUp 300ms ease 200ms both;
    -moz-animation: fadeInUp 300ms ease 200ms both;
    -ms-animation: fadeInUp 300ms ease 200ms both;
    animation: fadeInUp 300ms ease 200ms both;
}

.ui-fx .push0 {
    -webkit-animation: fadeInDown 300ms ease both;
    -moz-animation: fadeInDown 300ms ease both;
    -ms-animation: fadeInDown 300ms ease both;
    animation: fadeInDown 300ms ease both;
}

.ui-fx .push1 {
    -webkit-animation: fadeInDown 300ms ease 200ms both;
    -moz-animation: fadeInDown 300ms ease 200ms both;
    -ms-animation: fadeInDown 300ms ease 200ms both;
    animation: fadeInDown 300ms ease 200ms both;
}

.ui-fx .push2 {
    -webkit-animation: fadeInDown 300ms ease 300ms both;
    -moz-animation: fadeInDown 300ms ease 300ms both;
    -ms-animation: fadeInDown 300ms ease 300ms both;
    animation: fadeInDown 300ms ease 300ms both;
}

.ui-fx .push3 {
    -webkit-animation: fadeInDown 300ms ease 400ms both;
    -moz-animation: fadeInDown 300ms ease 400ms both;
    -ms-animation: fadeInDown 300ms ease 400ms both;
    animation: fadeInDown 300ms ease 400ms both;
}

.ui-fx .push4 {
    -webkit-animation: fadeInDown 300ms ease 500ms both;
    -moz-animation: fadeInDown 300ms ease 500ms both;
    -ms-animation: fadeInDown 300ms ease 500ms both;
    animation: fadeInDown 300ms ease 500ms both;
}

.ui-fx .push5 {
    -webkit-animation: fadeInDown 300ms ease 600ms both;
    -moz-animation: fadeInDown 300ms ease 600ms both;
    -ms-animation: fadeInDown 300ms ease 600ms both;
    animation: fadeInDown 300ms ease 600ms both;
}

.ui-fx .onoff.off {
    opacity: 0;
}

.ui-no-fx .onoff {
    display: block;
}

.ui-no-fx .onoff.off {
    display: none;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.img {
    -ms-interpolation-mode: bicubic;
}

.error {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    background: #F5F5F6;
    text-align: center;
    padding: 15% 5%;
}

.error img {
    margin-bottom: 20px;
}

.error h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.error p {
    font-size: 14px;
    color: #9E9EA2;
    line-height: 1.5;
}

/* Icon helpers
 * --------------------------------------------- */

i {
    display: inline-block;
    height: 4rem;
    width: 4rem;
    text-indent: -999rem;
    cursor: pointer;
    background-size: 100% 100%;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    transition: background-color 200ms;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

i.small {
    width: 3rem;
    height: 3rem;
}

i.nav.on {
    background-color: #fff;
}

i.box {
    background-color: #fff;
}

i.box.small {
}

.ui-no-touch i.box.inactive:hover,
.ui-no-touch i.box.inactive:active {
    background: #fff;
}

i.text {
    text-indent: 0;
    font-style: normal;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    width: auto;
    white-space: nowrap;
    border-left: 0px solid rgba(0,0,0,0);
    transition: all 200ms ease;
}

.ui-win i.text {
    padding-top: 1.25rem;
    padding-bottom: .75rem;
}

i.text.small {
    font-size: 1.2rem;
    padding: .5rem 1rem;
    height: auto;
}

.ui-win i.text.small {
    padding-top: .6rem;
    padding-bottom: .4rem;
}

i.scenario { background-color: #049FD9; color: #fff; }
i.product { background-color: #14a792; color: #fff; }
i.experience { background-color: #A0509E; color: #fff; }
i.generic { background-color: #F5F5F6; color: #14a792; }
i.blueprint { background-color: #F5F5F6; color: #049FD9; }

.ui-no-touch i.scenario:hover { background-color: #048dc0; color: #fff; }
.ui-no-touch i.product:hover { background-color: #11907e; color: #fff; }
.ui-no-touch i.experience:hover { background-color: #8f488d; color: #fff; }
.ui-no-touch i.generic:hover { background-color: #14a792; color: #fff; }
.ui-no-touch i.blueprint:hover { background-color: #eeeef1; color: #fff; }


/* Icon files
 * --------------------------------------------- */

.icon-square { background-image: url(../images/icon/square.png); }
.icon-square.hover { background-image: url(../images/icon/square-hover.png); }
.icon-prev { background-image: url(../images/icon/prev.png); }
.icon-prev.hover { background-image: url(../images/icon/prev-hover.png); }
.icon-next { background-image: url(../images/icon/next.png); }
.icon-next.hover { background-image: url(../images/icon/next-hover.png); }
.icon-lines { background-image: url(../images/icon/lines.png); }
.icon-lines.on { background-image: url(../images/icon/lines-on.png); }
.icon-lines.hover { background-image: url(../images/icon/lines-hover.png); }
.icon-info { background-image: url(../images/icon/info.png); }
.icon-info.on { background-image: url(../images/icon/info-on.png); }
.icon-house { background-image: url(../images/icon/house.png); }
.icon-house.on { background-image: url(../images/icon/house-on.png); }
.icon-house.hover { background-image: url(../images/icon/house-hover.png); }
.icon-download { background-image: url(../images/icon/download.png); }
.icon-down { background-image: url(../images/icon/down.png); }
.icon-down.hover { background-image: url(../images/icon/down-hover.png); }
.icon-close { background-image: url(../images/icon/close.png); }
.icon-camera { background-image: url(../images/icon/camera.png); }
.icon-camera.on { background-image: url(../images/icon/camera-on.png); }
.icon-wrench-product { background-image: url(../images/icon/wrench-product.png); }
.icon-wrench-product.hover { background-image: url(../images/icon/wrench-product-hover.png); }
.icon-next-scenario { background-image: url(../images/icon/next-scenario.png); }
.icon-next-product { background-image: url(../images/icon/next-product.png); }
.icon-next-experience { background-image: url(../images/icon/next-experience.png); }
.icon-dots { background-image: url(../images/icon/dots.png); }
.icon-dots.on { background-image: url(../images/icon/dots-on.png); }
.icon-cog-scenario { background-image: url(../images/icon/cog-scenario.png); }
.icon-cog-scenario.hover { background-image: url(../images/icon/cog-scenario-hover.png); }
.icon-cog-product { background-image: url(../images/icon/cog-product.png); }
.icon-cog-product.hover { background-image: url(../images/icon/cog-product-hover.png); }
.icon-cog-orange { background-image: url(../images/icon/cog-orange.png); }
.icon-cog-experience { background-image: url(../images/icon/cog-experience.png); }
.icon-cog-experience.hover { background-image: url(../images/icon/cog-experience-hover.png); }

@media screen and (-webkit-min-device-pixel-ratio: 2.0),
    screen and (min--moz-device-pixel-ratio: 2.0),
    screen and (-o-min-device-pixel-ratio: 200/100),
    screen and (min-device-pixel-ratio: 2.0),
    screen and (min-resolution: 2.0dppx),
    screen and (min-width: 1600px) {

    .icon-square { background-image: url(../images/icon-retina/square.png); }
    .icon-square.hover { background-image: url(../images/icon-retina/square-hover.png); }
    .icon-prev { background-image: url(../images/icon-retina/prev.png); }
    .icon-prev.hover { background-image: url(../images/icon-retina/prev-hover.png); }
    .icon-next { background-image: url(../images/icon-retina/next.png); }
    .icon-next.hover { background-image: url(../images/icon-retina/next-hover.png); }
    .icon-lines { background-image: url(../images/icon-retina/lines.png); }
    .icon-lines.on { background-image: url(../images/icon-retina/lines-on.png); }
    .icon-lines.hover { background-image: url(../images/icon-retina/lines-hover.png); }
    .icon-info { background-image: url(../images/icon-retina/info.png); }
    .icon-info.on { background-image: url(../images/icon-retina/info-on.png); }
    .icon-house { background-image: url(../images/icon-retina/house.png); }
    .icon-house.on { background-image: url(../images/icon-retina/house-on.png); }
    .icon-house.hover { background-image: url(../images/icon-retina/house-hover.png); }
    .icon-download { background-image: url(../images/icon-retina/download.png); }
    .icon-down { background-image: url(../images/icon-retina/down.png); }
    .icon-down.hover { background-image: url(../images/icon-retina/down-hover.png); }
    .icon-close { background-image: url(../images/icon-retina/close.png); }
    .icon-camera { background-image: url(../images/icon-retina/camera.png); }
    .icon-camera.on { background-image: url(../images/icon-retina/camera-on.png); }
    .icon-wrench-product { background-image: url(../images/icon-retina/wrench-product.png); }
    .icon-wrench-product.hover { background-image: url(../images/icon-retina/wrench-product-hover.png); }
    .icon-next-scenario { background-image: url(../images/icon-retina/next-scenario.png); }
    .icon-next-product { background-image: url(../images/icon-retina/next-product.png); }
    .icon-next-experience { background-image: url(../images/icon-retina/next-experience.png); }
    .icon-dots { background-image: url(../images/icon-retina/dots.png); }
    .icon-dots.on { background-image: url(../images/icon-retina/dots-on.png); }
    .icon-cog-scenario { background-image: url(../images/icon-retina/cog-scenario.png); }
    .icon-cog-scenario.hover { background-image: url(../images/icon-retina/cog-scenario-hover.png); }
    .icon-cog-product { background-image: url(../images/icon-retina/cog-product.png); }
    .icon-cog-product.hover { background-image: url(../images/icon-retina/cog-product-hover.png); }
    .icon-cog-orange { background-image: url(../images/icon-retina/cog-orange.png); }
    .icon-cog-experience { background-image: url(../images/icon-retina/cog-experience.png); }
    .icon-cog-experience.hover { background-image: url(../images/icon-retina/cog-experience-hover.png); }

}

/* Overrides for jquery.tipsy.js
 * --------------------------------------------- */

.tipsy {
    background-image: none;
    opacity: 0;
    filter: none;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tipsy:hover {
    display: none;
}

.tipsy .tipsy-arrow {
    display: none;
}

.tipsy-e, .tipsy-w, .tipsy-n, .tipsy-s {
    opacity: 1;
}

.tipsy-inner {
    font-size: 12px;
    max-width: 400px;
    margin: 0;
    background-color: #F5F5F6;
    color: #39393b;
    white-space: nowrap;
    border-radius: 0;
}

.tipsy-n {
    margin-top: 5px;
}

/* Fullscreen loading spinner
 * --------------------------------------------- */

.spinner {
    background: #F5F5F6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
}

.ui-fx .spinner { opacity: 1; }
.ui-fx .spinner.off { opacity: 0; }
.ui-no-fx .spinner { display: block; }
.ui-no-fx .spinner.off { display: none; }

.spinner.transparent {
    background: none;
    background: rgba(0,0,0,0.1);
}

.spinner .spx {
    z-index: 99;
    overflow: visible;
}

/* Header
 * --------------------------------------------- */

 header {
    height: 7rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.scenario header { background: #049FD9; }
.product header { background: #14a792; }
.experience header { background: #A0509E; }

header .logo {
    display: block;
    position: absolute;
    top: 1.6rem;
    left: 3rem;
    width: 6.5rem;
    height: 3.4rem;
    background: url(../images/brand/cisco.svg?v=1) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

header ul {
    position: absolute;
    top: 1.4rem;
    z-index: 1;
}

header ul.first { left: 11rem; z-index: 2; }
header ul.last { right: 1.5rem; z-index: 2; }

header ul.middle {
    width: 100%;
    text-align: center;
}

.item header ul.first {
    display: none;
}

header li {
    display: inline;
}

header a {
    display: inline-block;
}

header ul a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
/*    text-transform: lowercase;*/
    margin: .5rem 0;
    padding: .5rem 1.5rem;
    position: relative;
}

.scenario .nav-scenario,
.product .nav-product,
.experience .nav-experience,
.download .nav-download,
.contact .nav-contact,
header ul a.active {
    background: rgba(0,0,0,0.1);
}

.ui-win header ul a {
    line-height: 1.4;
}

@media (max-width: 1100px) {
    header .logo {
        left: 2rem;
    }
    header ul.first {
        left: 10rem;
    }
    header ul.last {
        display: none;
    }
    header ul.middle {
        right: 1rem;
        width: auto;
    }
}

@media (max-width: 700px) {
    header ul.first {
        display: none;
    }
}

@media (max-width: 500px) {
    .scenario header .nav-scenario,
    .product header .nav-product,
    .experience header .nav-experience {
        display: none;
    }
    header ul a {
        padding: .5rem .75rem;
    }
}


/* Footer
 * --------------------------------------------- */

footer {
    text-align: center;
    text-transform: lowercase;
    font-size: 1.4rem;
    padding: 1rem 2rem 3rem 2rem;
    margin: 0 auto;
}

.product footer,
.experience footer {
    padding-top: 2rem;
}

footer a {
    display: inline-block;
    color: #9E9EA2;
    -moz-transition: color 100ms;
    -webkit-transition: color 100ms;
    -ms-transition: color 100ms;
    transition: color 100ms;
    margin: 0 1rem;
}

footer a:hover,
footer a.active {
    color: #049FD9;
}

@media (max-width: 900px) {
    footer {
        padding: 2rem;
    }
    footer a {
        margin: 0rem .5rem 1rem;
    }
}

@media (max-width: 700px) {
    footer {
        max-width: 40rem;
    }
}

@media (max-width: 600px) {
    .pwp footer {
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    footer {
        max-width: 30rem;
    }
}

/* Generic page
 * --------------------------------------------- */

.page header {
    background: #fff;
}

.page header .logo {
    background-image: url(../images/brand/cisco-dark.svg?v=1);
}

.page header ul a {
    color: #39393b;
}

.page header .nav-scenario { color: #049FD9; }
.page header .nav-product { color: #14a792; }
.page header .nav-experience { color: #A0509E; }


/* Home page
 * --------------------------------------------- */

.home {
    height: 100vh;
}

.home .title {
    font-size: 4.4rem;
    font-weight: 200;
    line-height: 1.2;
    padding-top: 6rem;
}

.home .title span {
    display: block;
    color: #9E9EA2;
}

.home .text {
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 0 4rem 0 0;
}

.home .text a.scenario { color: #049FD9; }
.home .text a.product { color: #14a792; }
.home .text a.experience { color: #A0509E; }

.home .tile.tile-small .img {
    background-size: 95% auto;
}

@media (max-width: 1100px) {
    .home .text {
        font-size: 1.8rem;
    }
}

@media (max-width: 899px) {
    .home.grid .num3 {
        display: none;
    }
    .home.grid .num0 {
        height: auto;
        width: 100%;
        padding: 0;
    }
    .home.grid .num10 {
        width: 100%;
    }
    .home .title {
        text-align: center;
        padding: 4rem 2rem 5rem 2rem;
        font-size: 3rem;
    }
}


/* Info pages
 * --------------------------------------------- */

.poster {
    margin: 0 auto 2rem auto;
    max-width: 70rem;
    padding: 14em 2em 6rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 1rem;
}

@media (max-width: 600px) {
    .poster {
        font-size: .9rem;
    }
}

.poster h2 {
    font-size: 1.4rem;
    text-align: center;
    margin: 4rem auto;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    height: .7rem;
    max-width: 30rem;
}

.poster h2 span {
    display: inline-block;
    padding: 0 2rem;
    background: #F5F5F6;
    color: #9E9EA2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.poster img {
    margin: 0 auto 2rem auto;
}

.poster .head {
    text-align: center;
}

.poster .head .pre {
    font-size: 2em;
}

.poster .head .text {
    font-size: 4em;
    margin: .8rem 0 1.2rem 0;
}

.poster .head .get {
    font-size: 3em;
    margin: 2rem 0 6rem 0;
}

.poster .head .get a {
    color: #39393b;
    border-bottom: 1px solid #39393b;
    margin: 0 1rem;
    transition: all 300ms ease;
}

.poster .head .get a:hover {
    color: #049FD9;
    border-color: #049FD9;
}

.poster .head .post {
    color: #9E9EA2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
}

.poster .links {
    text-align: center;
}

.poster .links a {
    font-size: 1.4em;
    color: #049FD9;
    transition: all 300ms ease;
    display: block;
    margin: 1.5rem auto;
}

.poster .links a:hover {
    border-color: #1A1A1A;
    color: #1A1A1A;
}

/* Navigation
 * --------------------------------------------- */

.grid nav {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.grid nav section {
    padding: 0 2rem;
}

.grid nav a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 2rem 0;
    margin: 0 1rem;
    color: #9E9EA2;
    text-transform: lowercase;
}

.ui-win .grid nav a {
    line-height: 1.25;
}

.grid nav a.last {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.grid.scenario nav a.active { color: #049FD9; }
.grid.product nav a.active { color: #14a792; }
.grid.experience nav a.active { color: #A0509E; }

.grid.scenario nav a:hover { color: #049FD9; }
.grid.product nav a:hover { color: #14a792; }
.grid.experience nav a:hover { color: #A0509E; }

.grid.scenario nav a.scenario { display: block; }
.grid.product nav a.product { display: block; }
.grid.experience nav a.experience { display: block; }

@media (max-width: 1100px) {
    .grid nav section {
        padding: 0;
    }
    .grid nav {
        text-align: center;
    }
    .grid nav a {
        margin: 0 1rem;
    }
    .pwp .grid nav a.last {
        display: none;
    }
}

@media (max-width: 900px) {
    .grid nav a {
        margin: 0 .75rem;
    }
}

@media (max-width: 800px) {
    .grid nav {
        display: none;
    }
}

/* Tiles
 * --------------------------------------------- */

@media (min-width: 600px) {
    .grid main {
        height: 100%;
        max-height: 128rem;
        min-height: 70rem;
    }
}

@media (min-width: 900px) {
    .grid main {
        height: 100%;
    }
}

.grid main section {
    position: relative;
    margin: 0 auto;
    padding: 9rem 1rem 1rem 2rem;
    height: 100%;
}

@media (min-width: 700px) { .grid main section { max-height: 1000px; } }
@media (min-width: 1100px) { .grid main section { width: 1100px; } }
@media (min-width: 1300px) { .grid main section { width: 1300px; } }
@media (min-width: 1500px) { .grid main section { width: 1500px; } }
@media (min-width: 1700px) { .grid main section { width: 1700px; max-height: 1200px; } }
@media (min-width: 1900px) { .grid main section { width: 1900px; max-height: 1400px; } }
@media (min-width: 2100px) { .grid main section { width: 2100px; max-height: 1600px; } }

@media (min-width: 801px) {
    .grid.tags main section {
        padding-top: 12.5rem;
    }
}

.grid .tile {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    height: 33.3%;
    background: #fff;
    border-right: 1em solid #F5F5F6;
    border-bottom: 1em solid #F5F5F6;
    overflow: hidden;
}

.grid .tile.b0 { background: transparent; }
.grid .tile.b1 { background: #f1f1f2; }
.grid .tile.b2 { background: #efeff0; }
.grid .tile.b3 { background: #ececed; }

.grid .tile-scenario { background: #049FD9; color: #fff; }
.grid .tile-product { background: #14a792; color: #fff; }
.grid .tile-experience { background: #A0509E; color: #fff; }

@media (max-width: 900px) {
    .grid .tile {
        width: 50%;
        height: 33.3%;
    }
}

@media (max-width: 600px) {
    .grid .tile {
        float: none;
        width: 100%;
        padding-bottom: 70%;
        border-bottom-width: 2rem;
    }
}

.grid .tile.hide {
    display: none;
}

.grid .tile .section {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1;
    height: 2.2rem;
    font-size: 2.2rem;
    font-weight: 200;
    text-transform: lowercase;
}

.grid .tile .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  50% 50%;
    height: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grid.product .img {
    width: 90%;
    height: 90%;
    top: 0;
    bottom: auto;
    background-size: contain;
}

.grid.experience .img {
    width: 100%;
    height: 100%;
    bottom: auto;
    top: -5%;
}

.grid .tile .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1.75rem;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ui-win .grid .tile .details {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
}

.grid .tile .details span {
    line-height: 1;
    font-size: 1.4rem;
}

.grid .tile .details .last {
    float: right;
}

.grid .tile .details .middle {
    display: block;
    line-height: 1.3;
    margin-top: .5rem;
    opacity: .5;
}

.grid.scenario .tile .details .middle,
.grid.product .tile .details .middle {
    display: none;
}

@media (max-width: 1100px) {
    .grid .tile .details .middle {
        display: none;
    }
}

.grid.scenario .tile .details {
    opacity: 0;
}

.ui-no-touch .grid.scenario .tile:hover .details {
    opacity: 1;
}

.grid.scenario .tile .details { background: #049FD9; }
.grid.product .tile .details { color: #39393b; }
.grid.experience .tile .details { color: #39393b; background: transparent;  }

.ui-no-touch .grid.product .tile:hover .details {
    background: #14a792;
    color: #fff;
}

.ui-no-touch .grid.experience .tile:hover .details {
    background: #A0509E;
    color: #fff;
}


/* Custom tile layouts
 * --------------------------------------------- */

@media (max-width: 899px) {
    .grid .tile.b1,
    .grid .tile.b2,
    .grid .tile.b3 { display: none; }
}

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

    .scenario .g1 .tile { height: 50%; }
    .scenario .g2 .num4 { width: 100%; }
    .scenario .g3 .tile { width: 100%; }
    .scenario .g4 .tile { height: 50%; }
    .scenario .g5 .num2 { width: 100%; height: 66%; }
    .scenario .g6 .tile { width: 100%; }
    .scenario .g7 .tile { width: 100%; height: 50%; }

    .product .num8 { width: 100%; height: 50%; }
    .product .num8 .img { background-size: 80% auto !important; }

    .experience .num6 { width: 100%; height: 60%; }

}

@media (min-width: 900px) {

    .home .num0 { width: 50%; }

    .scenario .g0 .num0 { width: 50%; }
    .scenario .g0 .num9 { width: 50%; }
    .scenario .g0 .num0 .img { background-position: 0 80%; }
    .scenario .g0 .num9 .img { background-position: 0 60%; }
    .scenario .g1 .tile { width: 50%; height: 50%; }
    .scenario .g2 .tile { width: 33.3%; height: 50%; }
    .scenario .g2 .tile .img { background-position: 50% 50%; }
    .scenario .g2 .num3 { width: 50%; }
    .scenario .g2 .num4 { width: 50%; }
    .scenario .g3 .tile { height: 50%; width: 50%; }
    .scenario .g3 .num2 { width: 100%; }
    .scenario .g3 .num2 .img { background-position: 0 60%; }
    .scenario .g4 .tile { width: 50%; height: 50%; }
    .scenario .g5 .tile { width: 33.33%; height: 100%; }
    .scenario .g5 .tile .img { background-position: 50% 50%; }
    .scenario .g6 .tile { height: 50%; width: 50%; }
    .scenario .g6 .num0 { width: 100%; }
    .scenario .g6 .num0 .img { background-position: 0 70%; }
    .scenario .g7 .tile .img { background-position: 0 70%; }
    .scenario .g7 .tile { width: 50%; height: 100%; }

    .product .tile { height: 40%; }

    .experience .tile { width: 33.3%; height: 50%; }
    .experience .tile .img { background-position: 50% 50%; }


    .experience .num0 .img,
    .experience .num1 .img { top: -10%; }
    .experience .num3,
    .experience .num4,
    .experience .num5,
    .experience .num6 { width: 50%; }

}

/* Navigation icons
 * --------------------------------------------- */

.item nav {
    position: absolute;
    z-index: 30;
    top: 1.5rem;
    width: 100%;
}

.item nav a {
    background: none;
    position: absolute;
    z-index: 1000;
    width: 4rem;
    height: 4rem;
    top: 0;
}

.item nav .back { left: 18rem; }
.item nav .house { left: 23rem; }
.item nav .hub { left: 28rem; }
.item nav .prev { left: 33rem; }
.item nav .next { left: 38rem; }
.item nav .note { left: 31rem; width: auto; }
.item .nav-short .house { left: 2rem; }
.item .nav-short .note { left: 7rem; }

.item nav .prev,
.item nav .next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ui-hub nav .prev,
.ui-hub nav .next {
    display: none;
}

.nav-long i {
    background-color: transparent;
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 1200px) {
    .item .nav-long .back { left: 12rem; }
    .item .nav-long .house { left: 17rem; }
    .item .nav-long .hub { left: 22rem; }
    .item .nav-long .prev { left: 27rem; }
    .item .nav-long .next { left: 32rem; }
}

@media (max-width: 800px) {
    .item .nav-long .next { display: none; }
    .item .nav-long .prev { display: none; }
}

@media (max-width: 650px) {
    .item .nav-long { display: none; }
}


/* Item and contact menu
 * --------------------------------------------- */

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sidebar-inner {
    position: absolute;
    left: 0;
    top: 7rem;
    width: 32rem;
    z-index: 220;
}

.sidebar .main {
    opacity: 1;
    background-color: #F5F5F6;
}

.sidebar-item .main { display: none; }
.ui-hub .sidebar-item .main { display: block; }
.ui-hub .nav-toggle .note { display: none; }

@media (max-width: 350px) {
    .item .sidebar-item .sidebar-inner { left: 0; width: 100%; padding: 0 15px; }
}

.sidebar-item .title {
    padding: 4rem 4rem 3rem 4rem;
    background-color: #eeeef1;
}

.sidebar .title h1 {
    margin: 0 0 .7em 0;
    line-height: 1.4;
    font-size: 1.8rem;
}

.sidebar .title p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1em 0;
}

.sidebar .title a {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 .5rem 0;
}

.sidebar .title a:last-child {
    margin: 0 0 1em 0;
}

.sidebar .title .pdfs a {
    display: inline-block;
}

.scenario .sidebar .title .pdfs a { color: #049FD9; }
.product .sidebar .title .pdfs a { color: #14a792; }
.experience .sidebar .title .pdfs a { color: #A0509E; }


/* Option toggle
 * --------------------------------------------- */

.sidebar .options {
    transition: all 400ms ease;
    padding: 4rem 4rem 0 4rem;
    height: 6.8rem;
}

.sidebar .options.last {
    padding: 0 4rem 4rem 4rem;
    margin-top: -1rem;
}

.sidebar .options.options-hide {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0 4rem;
}

.sidebar .options .links {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sidebar .options a {
    display: table-cell;
    text-align: center;
    padding: 1em 0;
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
}

.sidebar .options.last a {
    border-top: 1px solid #dfdfdf;
    border-bottom: none;
}

.sidebar .options a.active {
    background: #fff;
}

.item.scenario .sidebar .options .active { color: #049FD9; border-color: #049FD9; }
.item.product .sidebar .options .active { color: #14a792; border-color: #14a792; }
.item.experience .sidebar .options .active { color: #A0509E; border-color: #A0509E; }


/* Item actions
 * --------------------------------------------- */

.sidebar .list {
    margin: 4rem;
    height: auto;
}

.sidebar .list.last {
    margin: 1rem 0 0 0;
    padding: 4rem;
    border-top: 1px solid #eeeef1;
}

.sidebar .list h2 {
    font-size: 1.1rem;
    margin: -4.5rem 0 2.5rem -1.5rem;
    padding: 0 0 0 .1rem;
    width: 9rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #F5F5F6;
    color: #9E9EA2;
}


.sidebar .list a {
    display: block;
    position: relative;
    height: auto;
    padding: 0 0 0 4rem;
}

.sidebar .list a.active {
    background-color: #fff;
}

.sidebar .list p {
    font-size: 1.3rem;
    line-height: 3rem;
}

.sidebar .list .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.6rem;
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.sidebar .list .num.close {
    left: .4rem;
    top: -.1rem;
}

.ui-win .sidebar .list p,
.ui-win .sidebar .list .num {
    line-height: 3.4rem;
}

.item.scenario .sidebar .list .num { color: #049FD9; }
.item.product .sidebar .list .num { color: #14a792; }
.item.experience .sidebar .list .num { color: #A0509E; }

.item.scenario .list a.active p { color: #049FD9; }
.item.product .list a.active p { color: #14a792; }
.item.experience .list a.active p { color: #A0509E; }

.item .list a.scenario p { color: #049FD9; }
.item .list a.product p { color: #14a792; }
.item .list a.experience p { color: #A0509E; }

.item.scenario .list a.active .num { background-color: #049FD9; color: #fff; }
.item.product .list a.active .num { background-color: #14a792; color: #fff; }
.item.experience .list a.active .num { background-color: #A0509E; color: #fff; }

/* Modal popups (best practice, product info)
 * --------------------------------------------- */

.popup {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.popup-content {
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: auto;
    max-width: 560px;
    font-size: 1.4rem;
    visibility: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.popup img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.popup h2 {
    background: #F5F5F6;
    color: #39393b;
    font-size: 1.7rem;
    padding: 2rem;
    text-align: center;
}

.popup p {
    margin: 3rem;
    padding: 0;
    overflow: hidden;
    line-height: 1.5;
}

.popup p + p {
    margin-top: -1rem;
}

.popup span {
    color: #9E9EA2;
    line-height: .4rem;
    font-size: 2rem;
    vertical-align: bottom;
    padding: 0 .1em 0 0;
}

.popup h2 span {
    font-size: 1.5rem;
    line-height: .25rem;
    padding: 0 0 0 .1rem;
}

.popup a {
    display: block;
    color: #00aff5;
    background: #F5F5F6;
    line-height: 5rem;
    font-size: 1.4rem;
    text-align: center;
}

.ui-no-touch .popup a:hover {
    background: #f5fbfe;
    color: #39393b;
}

.ui-no-touch .popup a:active {
    background: #cdeffc;
}

/* Scenario swiper
 * --------------------------------------------- */

.swiper {
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper .swiper-slide {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
    background-color: #F5F5F6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}


/* Background
 * --------------------------------------------- */

.item .area {
    background: #fff;
    position: absolute;
    top: 7rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.ui-hub .item .area {
    margin: 0 0 0 32rem;
}

.item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    backface-visibility: hidden;
    z-index: 0;
}

.ui-no-hub .item.scenario .slide-type-main .area,
.ui-no-hub .item.scenario .slide-type-image .area,
.ui-no-hub .item.scenario .slide-type-frame .area {
    margin: 0;
}

@media (max-width: 1000px) {
    .ui-hub .item .area {
        margin: 0 2rem 2rem 2rem;
    }
    .ui-hub .item.scenario .area {
        margin: 0 !important;
    }
    .item.experience .img {
        background-position: center center;
    }
}

.item.product .bg .img,
.item.experience .bg .img,
.item .slide-type-blueprint .bg .img {
    background-size: contain;
}

.slide-type-blueprint .bg .img {
    background-color: transparent;
    width: 110%;
    height: 110%;
    top: -8%;
    left: -5%;
}

@media (min-width: 1000px) {
    .ui-hub .item .slide-type-frame .bg .img {
        background-color: #fff;
        background-position: center center;
        background-size: contain;
    }
}

.item .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}

.item .video iframe {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* Hotspots
 * --------------------------------------------- */

.hotspots {
    width: 100%;
    height: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.hotspots.hide {
    display: none;
}

.hotspot {
    position: absolute;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 21px;
    font-size: 15px;
    background: url(../images/brand/plus.svg) center center no-repeat;
    background-size: 40% 40%;
    transition: background-color 300ms ease;
}

.item.experience .hotspot {
    height: 22px;
    width: 22px;
    line-height: 23px;
    font-size: 18px;
}

.item.scenario .hotspot { background-color: #049FD9; }
.item.product .hotspot { background-color: #14a792; }
.item.experience .hotspot { background-color: #A0509E; }

.ui-no-touch .scenario .hotspot:hover { background-color: #048dc0; }
.ui-no-touch .product .hotspot:hover { background-color: #11907e; }
.ui-no-touch .experience .hotspot:hover { background-color: #8f488d; }

@media (max-width: 700px), (max-height: 400px) {
    .hotspots { display: none; }
}


/* Blueprints
 * --------------------------------------------- */

.item .slide-type-blueprint .view-hotspots {
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    height: 100%;
}

.ui-hub .slide-type-blueprint .view-hotspots {
    left: -8%;
}


/* Resources
 * --------------------------------------------- */

.item .resources {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6rem 4rem;
    text-align: center;
    z-index: 10;
    line-height: 3;
    max-width: 60rem;
    margin: auto;
}

.item .resources a {
    text-indent: 0;
    font-style: normal;
    font-size: 1.3rem;
    padding: .75rem 1rem;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    margin: .6rem;
    background: #F5F5F6;
    width: auto;
}

.item.scenario .resources a { color: #049FD9; }
.item.product .resources a { color: #14a792; }
.item.experience .resources a { color: #A0509E; }

@media (max-width: 700px) {
    .item .resources {
        padding: 2rem;
    }
}

@media (max-width: 500px) {
    .item .resources {
        display: none;
    }
}


/* Controls
 * --------------------------------------------- */

.item .controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: center;
    z-index: 11;
}

.item .controls .timeline div {
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    padding: .75rem 1.25rem;
    margin: 2rem .5rem;
    border: 1px solid rgba(0,0,0,0);
    color: #9E9EA2;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.item.scenario .controls .timeline .active { border-color: #049FD9; color: #049FD9; }
.item.product .controls .timeline .active { border-color: #14a792; color: #14a792; }
.item.experience .controls .timeline .active { border-color: #A0509E; color: #A0509E; }

@media (max-width: 700px), (max-height: 500px) {
    .item .controls {
        display: none;
    }
}

@media (min-width: 2000px) {
    .item .controls .timeline div {
        font-size: 1.8rem;
    }
}


/* Corner image
 * --------------------------------------------- */

.corner {
    cursor:pointer;
    position: absolute;
    width: 250px;
    height: 155px;
    right: 20px;
    bottom: 20px;
    z-index: 11;
}

.corner .images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.corner.text {
    width: auto;
    height: auto;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2rem;
}

.corner p {
    color: #9E9EA2;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 80rem;
}

.corner p a:hover {
    text-decoration: underline;
}

.corner .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ui-win .farend {
    display: block;
}

.ui-win .farend.off {
    display: none;
}

.corner .img.hide {
    display: none;
}

.corner i {
    position: absolute;
    bottom: 175px;
    right: 0;
}

@media (max-width: 700px) {
    .corner i { display: none; }
    .corner.image { width: 200px; height:124px; }
}

@media (max-width: 200px), (max-height: 200px) {
    .corner { display: none; }
}
