/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
    font-family:'SamsungSharp';
    src: url("../fonts/SamsungSharpBold.ttf") format("truetype");
}

@font-face {
    font-family:'SamsungOne';
    src: url("../fonts/SamsungOneRegular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family:'SamsungOne';
    src: url("../fonts/SamsungOneBold.ttf") format("truetype");
    font-weight: bold;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

@keyframes fadeOut{
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        display: none;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.0,1.0);
    }

    10% {
        -webkit-transform: scale(0.95,0.95);
    }

    20% {
        -webkit-transform: scale(1.0,1.0);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1.0,1.0);
    }

    10% {
        -moz-transform: scale(0.95,0.95);
    }

    20% {
        -moz-transform: scale(1.0,1.0);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1.0,1.0);
    }

    10% {
        -o-transform: scale(0.95,0.95);
    }

    20% {
        -o-transform: scale(1.0,1.0);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1.0,1.0);
    }

    10% {
        -ms-transform: scale(0.95,0.95);
    }

    20% {
        -ms-transform: scale(1.0,1.0);
    }
}

@keyframes pulse { 
    0% {
        transform: scale(1.0,1.0);
    }

    10% {
        transform: scale(0.95,0.95);
    }

    20% {
        transform: scale(1.0,1.0);
    }
}

@-webkit-keyframes pop { 
    0% {
        -webkit-transform: scale(0,0);
    }

    80% {
        -webkit-transform: scale(1.05,1.05);
    }

    90% {
        -webkit-transform: scale(0.95,0.95);
    }

    100% {
        -webkit-transform: scale(1.0,1.0);
    }
}

@-moz-keyframes pop { 
    0% {
        -moz-transform: scale(0,0);
    }

    80% {
        -moz-transform: scale(1.05,1.05);
    }

    90% {
        -moz-transform: scale(0.95,0.95);
    }

    100% {
        -moz-transform: scale(1.0,1.0);
    }
}

@-o-keyframes pop { 
    0% {
        -o-transform: scale(0,0);
    }

    80% {
        -o-transform: scale(1.05,1.05);
    }

    90% {
        -o-transform: scale(0.95,0.95);
    }

    100% {
        -o-transform: scale(1.0,1.0);
    }
}

@-ms-keyframes pop { 
    0% {
        -ms-transform: scale(0,0);
    }

    80% {
        -ms-transform: scale(1.05,1.05);
    }

    90% {
        -ms-transform: scale(0.95,0.95);
    }

    100% {
        -ms-transform: scale(1.0,1.0);
    }
}

@keyframes pop { 
    0% {
        transform: scale(0,0);
    }

    80% {
        transform: scale(1.05,1.05);
    }

    90% {
        transform: scale(0.95,0.95);
    }

    100% {
        transform: scale(1.0,1.0);
    }
}

@-webkit-keyframes flash {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0% {
        -moz-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes flash {
    0% {
        -o-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -o-transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes flash {
    0% {
        -ms-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes flash2 {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.1, 1.3);
        opacity: 0;
    }
}

@-moz-keyframes flash2 {
    0% {
        -moz-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -moz-transform: scale(1.1, 1.3);
        opacity: 0;
    }
}

@-o-keyframes flash2 {
    0% {
        -o-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -o-transform: scale(1.1, 1.3);
        opacity: 0;
    }
}

@-ms-keyframes flash2 {
    0% {
        -ms-transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -ms-transform: scale(1.1, 1.3);
        opacity: 0;
    }
}

@keyframes flash2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1, 1.3);
        opacity: 0;
    }
}

@-webkit-keyframes thisway {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateX(15px);}
    60% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes thisway {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateX(15px);}
    60% {-moz-transform: translateX(10px);}
}

@-o-keyframes thisway {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateX(15px);}
    60% {-o-transform: translateX(10px);}
}

@-ms-keyframes thisway {
    0%, 20%, 50%, 80%, 100% {-ms-transform: translateY(0);}
    40% {-ms-transform: translateX(15px);}
    60% {-ms-transform: translateX(10px);}
}

@keyframes thisway {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateX(15px);}
    60% {transform: translateX(10px);}
}

* {
    font-family: 'SamsungOne', sans-serif;
}

body {
    background-color: #ffffff;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #20a2ff;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}

h1 {
    font-family: 'SamsungSharp', sans-serif;
    line-height: 1.3;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

h3 {
    line-height: 1.3;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

h5 {
    font-size: 15px;
    font-weight: 800;
    margin:0px;
    line-height: 1.3;
    color: #20a2ff;
    margin-bottom: 15px;
}

h6 {
    line-height: 1.8;
    font-weight: 400;
    font-size: 11px;
}

.tech-copy {
    width: 80%;
}

.tech-copy p{
    text-align: left;
    padding: 10px 10px 10px 30px!important;
}

.supporttext {
    display:inline-block;
}

.support-logo {
    display:inline-block;
    width:120px;
    margin:1%;
}

.monthly-cost {
    background-color:#20a2ff;
    display:inline;
    left:2%;
    margin-top:-60px;
    margin-bottom:30px;
    max-width: 150px;
    padding: 1%;
    border-radius: 10px;
}

.monthly-cost h4 {
    font-size: 21px;
    color:#ffffff;
    font-weight: 800;
    margin:0px 0;
}

.monthly-cost h4 sup {
    top: -0.4em;
    font-size: 13px;
}

.monthly-cost p {
    font-size:11px!important;
    font-weight: 800;
    color:#0e3242;
    padding: 0!important;
    margin: 0px 0 -4px 0;
}

.monthly-cost a {
    font-size:9px;
    color:#0e3242;
    text-decoration:underline;
    padding: 0;
    margin: 2px 0 0 0;
}

.monthly-cost a:hover, .monthly-cost a:active, .monthly-cost a:focus {
    color: #ffffff;
}

p {
    font-size: 11pt;
    line-height: 1.6;
}

.list-inline-item > h1 {
    font-size: 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.instructionarea {
    width: 320px;
    bottom: 50px;
    z-index: 10;
    background-color: rgba(36, 36, 36, 0.8);
    backdrop-filter: blur(5px);
    padding: 10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

.instructionarea p {
    color: #ffffff;
    text-align: center;
    font-size: 9pt;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.logoarea {
    width: 320px;
    top: 0;
    left: 0;
    background-color: rgba(36, 36, 36, 0.8);
    backdrop-filter: blur(5px);
    padding: 10px;
    position: fixed;
    text-align: center;
}

.logoarea h1 {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
}

.bumper {
    width: 100%;
    padding: 80px 0px;
    margin-bottom: 0px;
    background-position: center center;
    background-size: cover;
}

.bumper:nth-child(odd) {
    background-color: #ffffff;
    color: #333333;
}

.bumper:nth-child(even) {
    background-color: #141621;
    color: #ffffff;
}

.icons-social {
    color: #ffffff;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
}

.icons-social:hover {
    color: #1429a0;
}

.resize {
    width: auto;
    max-width: 100%;
}

.icon-text {
    height: 90px;
}

a {
    color: #20a2ff;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:focus, a:active {
    color: #1429a0;
    text-decoration: none;
    font-weight: bold;
}

.product-bullets {
    margin-left: -25px;
}

ul > li {
    margin-bottom: 5px;
    padding-left: 10px;
}

footer {
    background-color: rgba(255, 255, 255, 0.55);
    width: 100%;
    padding: 5px 10px;
    color: #000000;
    font-size: 7.5pt;
    line-height: 1.5;
    vertical-align: middle;
    bottom: 0;
    position: fixed;
    backdrop-filter: blur(5px);
}

footer > ul {
    margin-bottom: 0;
}

footer > ul > li {
    margin-bottom: 0;
}

.mainfooter {
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.jumbotron {
    background-position: center;
    background-size: cover;
    padding: 3% 0;
    margin: 0;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
}

.jumbotron h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.jumbotron p {
    font-size: 12pt;
}

.hotspots {
  position: relative;
}

.hotspots img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hotspot {
  position: absolute;
}

.hotspot > img {
    transform-style: preserve-3d;
}

#pin1:after {
    content: "Main Atrium";
    position: absolute;
    width: 60px;
    bottom: 23px;
    right: 11px;
    color: #ffffff;
    line-height: 1.2;
}

#pin2:after {
    content: "Shops";
    position: absolute;
    width: 60px;
    bottom: 30px;
    right: 10px;
    color: #ffffff;
}

#pin3:after {
    content: "Super market";
    position: absolute;
    width: 60px;
    bottom: 20px;
    right: 10px;
    color: #ffffff;
}

#pin4:after {
    content: "Food Court";
    position: absolute;
    width: 60px;
    bottom: 23px;
    right: 11px;
    color: #ffffff;
    line-height: 1.2;
}

#pin5:after {
    content: "Outside Area";
    position: absolute;
    width: 60px;
    bottom: 21px;
    right: 10px;
    color: #ffffff;
    line-height: 1.2;
}

#myVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.mobile-show {
    display: none;
    visibility: hidden;
}

.introsection {

}

.intrologos {
    margin-right: 40px;
}

.introbullets {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.introbullets > li {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.lemon {
    color: #20a2ff;
}

.icon-svg {
    color: #ffffff;
    height: 30px;
}

.btn {
    margin: 10px;
    border-radius: 50px;
    padding: 12px 30px;
    letter-spacing: 2px;
    font-size: 11px;
    text-decoration: none;
    justify-content: center;
    text-align: center;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none!important;
    box-shadow: none !important;
}

.btn-xs {
    padding: 12px 15px;
    margin-top: 0;
    margin-bottom: 3px;
}

.nopadding {
    padding: 0;
}

.list-inline > li {
    padding-left: 2px;
    padding-right: 2px;
}

.strapline {
    padding-top: 20px;
}

.fade-in {
    -webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
    -o-animation: fadeIn ease 0.5s;
    -ms-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

.fade-out {
    -webkit-animation: fadeOut ease 0.5s;
    -moz-animation: fadeOut ease 0.5s;
    -o-animation: fadeOut ease 0.5s;
    -ms-animation: fadeOut ease 0.5s;
    animation: fadeOut ease 0.5s;
}

.throb {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -moz-animation-name: pulse;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out, ease-in-out;
    -o-animation-name: pulse;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out, ease-in-out;
    -ms-animation-name: pulse;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out, ease-in-out;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out, ease-in-out;
}

.thisway {
    -webkit-animation-name: thisway;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -moz-animation-name: thisway;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out, ease-in-out;
    -o-animation-name: thisway;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out, ease-in-out;
    -ms-animation-name: thisway;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out, ease-in-out;
    animation-name: thisway;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out, ease-in-out;
}

.pop {
    -webkit-animation-name: pop;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -moz-animation-name: pop;
    -moz-animation-duration: 0.4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out, ease-in-out;
    -o-animation-name: pop;
    -o-animation-duration: 0.4s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out, ease-in-out;
    -ms-animation-name: pop;
    -ms-animation-duration: 0.4s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out, ease-in-out;
    animation-name: pop;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out, ease-in-out;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -moz-animation-name: pulse;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out, ease-in-out;
    -o-animation-name: pulse;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out, ease-in-out;
    -ms-animation-name: pulse;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out, ease-in-out;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out, ease-in-out;
}

.nav > a {
    display: inline-block;
}

.navbutton {
    border: 2px solid #ffffff;
    display: block;
    margin: 18px auto;
    border-radius: 0;
    width: 190px;
    height: 91px;
    background-size: cover;
    background-position: center;
}

.navbutton::after {
    top: 95px;
    position: relative;
    color: #ffffff;
}

#navmenu-atrium {
    background-image: url("../img/navmenu-atrium.jpg");
}

#navmenu-supermarket {
    background-image: url("../img/navmenu-supermarket.jpg");
}

#navmenu-shops {
    background-image: url("../img/navmenu-shops.jpg");
}

#navmenu-foodcourt {
    background-image: url("../img/navmenu-foodcourt.jpg");
}

#navmenu-outsidearea {
    background-image: url("../img/navmenu-outsidearea.jpg");
}

#navmenu-atrium::after {
    content: "Main atrium";
}

#navmenu-supermarket::after {
    content: "Super market";
}

#navmenu-shops::after {
    content: "Shops";
}

#navmenu-foodcourt::after {
    content: "Food court";
}

#navmenu-outsidearea::after {
    content: "Outside area";
}

.nav {
  width: 280px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  transition: 0.15s;
  z-index: 10;
  padding-top: 1%;
}

.nav-toggle {
  position: absolute;
  right: 100.4%;
  top: -1px;
  padding: 0.5em;
  background: inherit;
  color: white;
  cursor: pointer;
  font-size: 2em;
  line-height: 1;
}

[id='nav-toggle'] {
  position: absolute;
  clip: rect(0 0 0 0);
  opacity: 0;
}

[id='nav-toggle']:checked ~ .nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.no-csstransforms .nav {
  right: -350px;
}

.no-csstransforms [id='nav-toggle']:checked ~ .nav {
  right: 0;
}

#mainlogo {
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 50px;
    padding-top: 34.96%;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-animation: pulse-button 2s infinite;
    -o-animation: pulse-button 2s infinite;
    -moz-animation: pulse-button 2s infinite;
    -ms-animation: pulse-button 2s infinite;
    animation: pulse-button 2s infinite;
}

.wifobtn:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
    text-transform: uppercase;
    background-color: none;
    color: #ffffff;
    border: solid 1px #ffffff;
    font-weight: bold;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.white {
    color: #ffffff;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height > div {
    margin: auto;
}

.modal-dialog {
    width: 1024px;
    margin: 8% auto;
}

.modal-content {
    border-radius: 35px;
}

.modal-header {
    background: #fff;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 30px 15px 30px;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 50px;
    margin-bottom: -30px;
}

.modal-title {
    font-family: 'SamsungSharp', sans-serif;
    text-align: center;
}

.modal-logo {
    margin: 35px 0 25px 0;
}

.modal-body {
    padding: 20px 30px;
}

.modal-body p,
.modal-body li {
    padding-right: 40px;
    font-size: 10.5pt;
}

.modal-item {
    font-size: 9pt!important;
    margin-top: 10px;
    padding-left: 0!important;
    padding-right: 0!important;
}

.modal-copy {
    padding: 0 20px;
}

.modal-footer {
    text-align: center;
}

.modal-footer .btn + .btn {
    margin: 10px 10px 10px 0;
}

.buttonthrob {
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s all;
    border-radius: 50%;
}

.buttonthrob__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

.flash::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    display: block;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    transform: translateZ(-1px);
    top: 0;
    left: 0;
    -webkit-animation: flash 1.2s infinite ease;
    -moz-animation: flash 1.2s infinite ease;
    -o-animation: flash 1.2s infinite ease;
    -ms-animation: flash 1.2s infinite ease;
    animation: flash 1.2s infinite ease;
}

.flash, .flash2 {
    cursor: pointer;
}

.flash2::before {
    content: '';
    position: absolute;
    background-color: #20a2ff;
    border-radius: 0;
    display: block;
    height: 100px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-animation: flash 1.2s infinite ease;
    -moz-animation: flash 1.2s infinite ease;
    -o-animation: flash 1.2s infinite ease;
    -ms-animation: flash 1.2s infinite ease;
    animation: flash 1.2s infinite ease;
}

.roundel-lfd {
    background: url(../img/roundel-lfd.png) no-repeat center center;
}

.roundel-led {
    background: url(../img/roundel-led.png) no-repeat center center;
}

.roundel-display {
    background: url(../img/roundel-display.png) no-repeat center center;
}

.roundel-cloud {
    background: url(../img/roundel-cloud.png) no-repeat center center;
}

.noscriptmsg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.venue-block {
    height: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-perspective: 1px;
    perspective: 1px;
}

.venue-block > .layer {
    margin-top: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: visible;
}

.grabbable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.grabbable:active { 
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.layer {
    min-width: 2000px;
    height: 100%;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    -o-perspective: 1px;
    -ms-perspective: 1px;
    perspective: 1px;
    text-align: center;
    background-repeat: no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; 
}

.fillimage {
    clear: both; 
    float: left; 
    height: 100%; 
    width: 100%;
}

.fillimage a {
    display: block;      
    position: absolute;
}

.layer.atrium {
    background-image: url(../img/environment-atrium.jpg);
    background-position: left bottom;
}

.layer.supermarket {
    background-image: url(../img/environment-supermarket.jpg);
    background-position: right center;
}

.layer.shops {
    background-image: url(../img/environment-shops.jpg);
    background-position: left center;
}

.layer.foodcourt {
    background-image: url(../img/environment-foodcourt.jpg);
    background-position: left bottom;
}

.layer.outsidearea {
    background-image: url(../img/environment-outsidearea.jpg);
    background-position: left center;
}

.holder {
    display: none;
}

.holder.show {
    display: block;
}

.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 1051;
}

.pageload-overlay.show {
    visibility: visible;
}

.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pageload-overlay svg path {
    fill: #ffffff;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: none;
}

.hand {
    cursor: pointer;
}

fieldset {
    padding: 20px 10px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
}

div#contact_form {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 10px 20px 10px 10px;
}

div.input-box {
    display: flex;
    margin: 10px 20px 10px 0;
    flex-wrap: wrap;
}

div.input-box label {
    display: inline-block;
    margin: 10px 10px 10px 0;
    width: 20%;
}

label {
    font-size: 14px;
}

div.input-box input {
    font-size: 1.5rem;
    border: 1px solid #ccc;
    padding: 4px 8px;
    flex: 1;
}

div.input-box input.error {
    border: 2px dashed red;
    background: #fee;
}

div.input-box label.error {
    color: red;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    margin: 10px 0;
}

input[type=radio],
input[type=checkbox] {
    margin: 12px 9px 15px 30px;
}

.nowrapblock {
    white-space: nowrap;
}

textarea {
    resize: none;
    border: 1px solid #ccc;
    width: 78%;
    padding: 15px;
}

@media (max-height: 1150px) {
    #mainNav {
        max-width: 140vh;
        min-width: 140vh;
    }
}

@media (max-height: 1050px) {
    #mainNav {
        max-width: 148vh;
        min-width: 148vh;
    }
}

@media (max-height: 965px) {
    #mainNav {
        max-width: 156vh;
        min-width: 156vh;
    }

    .navbutton {
        width: 150px;
        height: 80px;
    }

    .navbutton::after {
        top: 85px;
    }
}

@media (max-height: 910px) {
    #mainNav {
        max-width: 165vh;
        min-width: 165vh;
    }

    .navbutton {
        width: 150px;
        height: 70px;
    }

    .navbutton::after {
        top: 75px;
    }
}

@media (max-height: 850px) {
    .navbutton {
        width: 120px;
        height: 90px;
    }

    .navbutton::after {
        top: 95px;
    }
}

@media (max-height: 750px) {
    #mainNav {
        max-width: 177vh;
        min-width: 177vh;
    }
}

@media (max-height: 700px) {
    #mainNav {
        max-width: 190vh;
        min-width: 190vh;
    }

    .nav {
        padding-top: 2%;
    }
}

@media (max-height: 650px) {
    #mainNav {
        max-width: 205vh;
        min-width: 205vh;
    }

    .nav {
        padding-top: 1%;
    }
}

@media (max-height: 600px) {
    #mainNav {
        max-width: 220vh;
        min-width: 220vh;
    }

    .force-width {
        width: 100%!important;
    }
}

@media (max-height: 690px) and (max-width: 750px) {
    .modal-productimg {
        max-width: 50%;
    }
}

@media (max-height: 750px) {
    h6 {
        line-height: 1.5;
        font-size: 10px;
    }

    .modal-dialog {
        margin: 8% auto;
    }
}

@media (max-height: 690px) {
    .jumbotron {
        background: #141621;
    }

    .introsection {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto!important;
    }

    #myVideo {
        display: none;
    }

    .modal-dialog {
        margin: 7% auto;
    }
}

@media (max-height: 690px) and (max-width: 991px) {
    .modal-productimg {
        max-width: 40%;
    }
}

@media (max-height: 650px) {
    .modal-dialog {
        margin: 5% auto;
    }

    footer {
        visibility: hidden;
        display: none;
    }

    .instructionarea {
        bottom: 5px;
    }
}

@media (max-height: 690px) and (max-width:600px) {
    .modal-productimg {
        max-width: 30%;
    }
}

@media (max-height: 690px) and (max-width: 400px) {
    .modal-productimg {
        max-width: 95%;
    }
}

@media (max-height: 600px) {
    .force-width {
        width: 100%!important;
    }

    .introheader {
        visibility: hidden;
        display: none;
    }

    .modal-item {
        visibility: hidden;
        display: none;
    }

    .modal-dialog {
        margin: 3% auto;
    }
}

@media (max-height: 570px) {
    .mobile-show {
        display: inline-block;
        visibility: visible;
    }

    .mobile-hide {
        display: none;
        visibility: hidden;
    }
}

@media (max-height: 550px) and (max-width: 991px) {
    .modal-copy {
        visibility: hidden;
        display: none;
    }

    .modal-logo {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 1200px) {
    .force-width {
        width: auto;
    }
}

@media (max-width: 1150px) {
    .modal-dialog {
        width: 90%;
    }

    .tech-copy {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .row-eq-height {
        display: initial;
    }

    .minpadding {
        padding: 0 20px;
    }

    .modal-dialog {
        margin: 4% auto;
    }

    .modal-logo {
        margin: 10px 0;
    }

    .modal-title {
        font-size: 22px;
    }

    .modal-copy {
        font-size: 11pt;
        padding: 0 5px;
    }

    .modal-selectionproductimg {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 991px) {
    .col-md-offset-15 {
        margin-left: auto;
    }
}

@media (max-width: 970px) {
    #mainlogo {
        background-image: url("../img/logo.png");
    }

    .social-icons {
        margin-bottom: 5px;
    }
}


@media (max-width: 767px) {

    .mobile-show {
        display: inline-block;
        visibility: visible;
    }

    .mobile-hide {
        display: none;
        visibility: hidden;
    }

    .modal-header .close {
        margin-top: -36px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-copy {
        font-size: 10pt;
    }

    .dropdown .dropdown-menu {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
}

@media (max-width: 600px) {
    .intrologos {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 500px) {
    .jumbotron {
        background: #141621;
    }

    #myVideo {
        display: none;
    }

    .modal-header .close {
        margin-top: -32px;
        font-size: 40px;
    }

    .modal-title {
        font-size: 12px;
    }

    .modal-copy {
        font-size: 9pt;
    }

    .marketinfobtn {
        visibility: hidden;
        display: none;
    }

    .modal-footer .btn + .btn {
        margin: 0;
    }
}

@media (max-width: 400px) {
    h1, h2 {
        font-size: 26px;
    }

    .modal-header .close {
        visibility: hidden;
        display: none;
    }

    .modal-title {
        text-align: center;
    }

    .modal-copy {
        font-size: 8pt;
    }

    .btn {
        margin: 5px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 350px) {
    .modal-copy {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 350px) {
  .nav {
    width: 100%;
  }

  [id='nav-toggle']:checked ~ .nav > .nav-toggle {
    right: auto;
    left: 0;
    top: 0;
  }
}