@font-face {
    font-family: "Stag Sans Light";
    src: url("../fonts/Stag-Sans-Light.otf");
     font-weight: normal;
}
@font-face {
    font-family: "Stag Sans Book";
    src: url("../fonts/Stag-Sans-Book.otf");
     font-weight: normal;
}
@font-face {
    font-family: "Stag Book";
    src: url("../fonts/Stag-Book.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Stag Semibold";
    src: url("../fonts/Stag-Semibold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Stag Medium";
    src: url("../fonts/Stag-Medium.otf");
    font-weight: bold;
}
/* CSS Document */
@viewport {
  min-zoom: 0;
  max-zoom: 0;
}
body, html {
	font-family:"Stag Sans Light";
    background-color: #c3eafc;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img.map, map area {
    outline: none;
}
body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline:0;
}
body.bgBlue {
	background-color:#0066a1;
	}
body.product {
	background:url(../img/product-bgn.svg) no-repeat center center;
	background-size:cover;
	}
.loading {
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:998;
	display:block;
	background-color:#0066a1;
	}	
.loading img.loader {
	position:fixed;
	top:650px; left:440px; right:0; bottom:0;
	width:200px;
	height:200px;
	z-index:900;
	display:block;
	    -moz-animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
	 opacity:.1;
	}	
.loading span {
	position:fixed;
	top:730px; left:440px; right:0; bottom:0;
	width:200px;
	height:100px;
	text-align:center;
	z-index:901;
	display:block;
	font-family: "Stag Sans Book";
	font-size:30px;
	color:#FFF;
	}
#sky {
    background-color: #0b2760;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: fixed;
    display: block;
    width: 1080px;
    height: 520px;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
body.night #sky {
    opacity: 1;
}
h1 {
	font-family: "Stag Book";
	font-size: 86px;
	font-weight: regular;
	color: #000000;
	display: block;
	text-align: center;
	position: fixed;
	top: 60px;
	right: 210px;
	bottom: auto;
	left: 210px;
	margin: 0;
}
body.bgBlue h1 {
	color:#ffffff;
	}
body.product h1 {
	font-family: "Stag Semibold";
	font-size: 60px;
	color:#000000;
	
	}
body.product h2 {
	font-family: "Stag Medium";
	font-size: 42px;
	color:#0066a1;
	margin: 0 0 12px 0;
	padding: 0;
	}
/* SCENES */
.sceneBtn {
	width: 240px;
	height: 240px;
	display: block;
	position: fixed;
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}	
.sceneDescription {
	position:fixed;
	left:240px;
	right:240px;
	bottom:auto;
	top:30px;
	background-color:rgba(255,255,255,.6);
	font-family: "Stag Semibold";
	font-size: 40px;
	color:#0066a1;
	border:5px solid #0066a1;
	padding:10px;
	-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
	border-radius: 14px;
	text-align:center;
	min-height: 84px;
	}
.sceneDescription span {
	display:block;
	}
.sceneBtn:before {
content: "";
display: block;
position: absolute;
width: 50%;
height: 50%;
margin-left: 50%;
margin-top: 50%;
z-index: 1;
background: url(../img/touch2.svg) no-repeat center center;
background-size: auto 100%;
-moz-animation: button_icon 1.6s linear infinite;
-webkit-animation: button_icon 1.6s linear infinite;
animation: button_icon 1.6s linear infinite;
}
/* PRODUCTS ++++++++++++ */
#productGallery {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	overflow: visible;
	margin-top: 175px;
	}
.tabs {
	top:844px;
	left:0;
	right:0;
	bottom:auto;
	display:block;
	position:fixed;
	text-align:center;
	}
.tabs input {
	display:none;
	visibility:hidden;
	}
.tabs label {
	background-color:#004d79;
	display:inline-block;
	font-size:32px;
	font-family: "Stag Medium";
	color:#337193;
	margin:0 -4px 0 0;	
	width:288px;
	height:52px;
	padding:22px 0 0 0;
	text-align:center;
	border-bottom:4px solid #003755;
	}
.divTab {
	top:970px;
	left:54px;
	right:54px;
	bottom:150px;
	display:block;
	position:fixed;
	text-align:left;
	z-index:0;
	opacity:0;
	transition: opacity .5s ease-in-out;
	color:#000;
	font-family: "Stag Sans Book";
	}
.divTab br {
	line-height:50px;
	}
.protectdivTab {
	top:920px;
	left:0px;
	right:0px;
	bottom:0px;
	display:block;
	position:fixed;
	z-index:1;
	opacity:0;
	}
.divTab.specifications {
	top: 994px;
	overflow:auto;
	}


#accessories+label {
/*	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	-moz-border-top-right-radius:14px;
	-moz-border-bottom-right-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	border-right:4px solid #003755;
*/	}
div.tabs label:last-of-type {
	border-top-right-radius:14px;
	border-bottom-right-radius:14px;
	-moz-border-top-right-radius:14px;
	-moz-border-bottom-right-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	border-right:4px solid #003755;
	}
div.tabs label:first-of-type {
	border-top-left-radius:14px;
	border-bottom-left-radius:14px;
	-moz-border-top-left-radius:14px;
	-moz-border-bottom-left-radius:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	}
.tabs input[type="radio"]:checked+label {
	background-color:#0066a1;
	color:#FFF;
	border-color:#004770;
	}
.features p {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height:28px;
	font-family: "Stag Sans Book";
	}
.backIcon {
	 top: 42px;
    left: 75px;
    right: auto;
    bottom: auto;
    position: fixed;
    width: 95px;
    height: 95px;
    z-index: 999;
	 border:#0066a1 solid 5px;
	  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display:none;
	}
.backIcon:before {
	content:"";
	 top: 42px;
    left: 40px;
    right: auto;
    bottom: auto;
    position: fixed;
    width: 95px;
    height: 95px;
    z-index: 999;
	display:block;
	background:url(../img/arrow2.svg) no-repeat left center;
	}
.backIcon.blueBack:before {
	background:url(../img/arrow2-blue.svg) no-repeat left center;
	}
#homeHidden {
	top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 1200;
	display:block;
	opacity:0;
	}
#cityBack {
	background: url(../img/city-option-100px.png) no-repeat center center;
	}
#shelfBack {
	background: url(../img/shelf-option-100px.png) no-repeat center center;
	}
/* MAP legend */
.hardwareLegend {
	background: url(../img/harware.svg) no-repeat left center;
	background-size: 50px auto;
	font-size: 18px;
	font-family: "Stag Book";
	color: #ffffff;
	display: block;
	left: 860px;
	right: auto;
	top: 76px;
	bottom: auto;
	padding: 8px 8px 8px 44px;
	position: fixed;
	z-index: 800;
	-webkit-filter: brightness(-20);
	filter: url(mozfilter.svg#brightness);
	}
body.night .hardwareLegend {
	-webkit-filter: brightness(1);
	filter: none;
	}
.solutionLegend {
	background: url(../img/solutions.svg) no-repeat left center;
	background-size: 50px auto;
	font-size: 18px;
	font-family: "Stag Book";
	color: #ffffff;
	display: block;
	left: 860px;
	right: auto;
	top: 114px;
	bottom: auto;
	padding: 8px 8px 8px 44px;
	position: fixed;
	z-index: 800;
	-webkit-filter: brightness(-20);
	filter: url(mozfilter.svg#brightness);
	}
body.night .solutionLegend {
	-webkit-filter: brightness(1);
	filter: none;
	}

/* Specifications */
.specifications ul {
	padding:0;
	margin:0;
	 -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	 -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
	 font-size:24px;
	}
.specifications ul li {
	padding:0;
	margin:0;
	font-family: "Stag Sans Book";
	color:#0066a1;
	line-height:25px;
	display: inline-block;
	width:100%;
	font-size: 1.17em;
	}
.specifications ul li ul {
	padding:0;
	margin:10px 0 15px 0;
	 -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	 display: block;
	}
.specifications ul li ul li {
	padding:0;
	margin:0;
	font-family: "Stag Sans Book";
	color:#000000;
	font-size:24px;
	line-height:24px;
	margin-bottom:12px;
	display:block;
	vertical-align:top;
	}
.specifications ul li ul li ul {
	padding:10px 0 0 0;
	}
.specifications ul li ul li ul li {
	list-style-type: circle;
	padding-left: 20px;
	}
#accesoriesGal {
	width:1000px;
	}	
.accessories ul {
	display: block;
	width:100%;
	padding:0;
	margin:0;
}
.accessories ul li {
	display: inline-block!important;
  height:782px!important;
	width:1000px!important;
	padding:0;
	margin:0;
	font-size:24px;
	line-height: 24px;
}
.accessories li div {
	font-family: "Stag Sans Book";
  display: inline-block!important;
  height:350px!important;
  width:465px!important;
  margin-left:0;
  margin-bottom:20px; 
  margin-top:20px; 
  margin-right: 30px;
  vertical-align:top;
}
.accessories li div:before {
  content:"";
  display: block;
  height:224px;
  width:224px;
  position:absolute;
  margin-left:118px;
  background-color:#FFF;
  z-index:0;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  -o-border-radius: 50%; 
  border-radius: 50%;
}
.accessories li img {
  display: block;
  height:200px;
  width:auto;
  margin:0 auto;
  position:relative;
  z-index:1;
  margin-bottom:30px;
  margin-top:12px;	
}
.accessories li div h3 {
  padding:0 0 8px 0;
	margin:0;
	font-family: "Stag Sans Book";
	text-transform:uppercase;
	color:#0066a1;
}
#partnersGal {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 1590px;
	bottom:auto;
	left:50px;
	right:10px;
}
.features h3 {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 1530px;
	bottom:auto;
	left:50px;
	right:50px;
	font-size:30px;
	color:#0066a1;
	font-family: "Stag Sans Book";
	font-weight:normal;
}
.overview h3 {
	margin: 0;
	padding: 0;
	position: fixed;
	top: auto;
	bottom:350px;
	left:50px;
	right:50px;
	font-size:30px;
	color:#0066a1;
	font-family: "Stag Sans Book";
	font-weight:normal;
}
#partnersGal li {
  display: inline-block;
  height:172px;
  width:193px;
  }
#partnersGal li img {
  margin:0;
  width:168px;
  height:168px;
  display:block;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  -o-border-radius: 50%; 
  border-radius: 50%;
  z-index:2;
  position:absolute;
}
.tabs input[type="radio"]:checked+label div.divTab {
	z-index:2;
	opacity:1;
	}
.architecture img, .solution img {
	max-width:867px;
	max-height:750px;
	height:auto;
	width:auto;
	margin: 50px auto 0 auto;
	display: block;
	}
/* OBJECTS +++++++++++++ */
#sea {
    background-color: #69a7bc;
    top: 1400px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: block;
    width: 1080px;
    height: 520px;
    z-index: 2;
    opacity: 1;
    -webkit-transition: background-color 1.5s linear;
    -moz-transition: background-color 1.5s linear;
    -o-transition: background-color 1.5s linear;
    -ms-transition: background-color 1.5s linear;
    transition: background-color 1.5s linear;
}
body.night #sea {
    background-color: #2e4495;
}
#day {
    /* SCENE DAY*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: block;
    width: 1080px;
    height: 1920px;
    z-index: 100;
    opacity: 1;
}
#night {
    /* SCENE NIGHT*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1080px;
    height: 1920px;
    z-index: 200;
}
/* SUN */

#sun {
    position: fixed;
    top: 155px;
    right: auto;
    bottom: auto;
    left: 40px;
    display: block;
    width: 120px;
    height: 120px;
    z-index: 50;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -webkit-transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
    -webkit-transition: -webkit-transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
    transition: transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
}
body.night #sun {
    -moz-transform: translate(0, 600px);
    -webkit-transform: translate(0, 600px);
    transform: translate(0, 600px);
}
/* MOON */

#moon {
    position: fixed;
    top: 755px;
    right: auto;
    bottom: auto;
    left: 40px;
    display: block;
    width: 120px;
    height: 120px;
    z-index: 50;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -webkit-transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
    -webkit-transition: -webkit-transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
    transition: transform 1.5s 0s cubic-bezier(0.57, -0.4, .4, 1.57);
}
body.night #moon {
    -moz-transform: translate(0, -600px);
    -webkit-transform: translate(0, -600px);
    transform: translate(0, -600px);
}
/* HELIX */

#helix01 {
    position: fixed;
    top: 272px;
    right: auto;
    bottom: auto;
    left: 31px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 300;
    -moz-animation: rotating 2.5s linear infinite;
    -webkit-animation: rotating 2.5s linear infinite;
    animation: rotating 2.5s linear infinite;
}
#helix02 {
    position: fixed;
    top: 272px;
    right: auto;
    bottom: auto;
    left: 194px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 300;
    -moz-animation: rotating 5s linear infinite;
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
#helix03 {
    position: fixed;
    top: 272px;
    right: auto;
    bottom: auto;
    left: 361px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 300;
    -moz-animation: rotating 5s linear infinite;
    -webkit-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
}
#helix04 {
    position: fixed;
    top: 272px;
    right: auto;
    bottom: auto;
    left: 503px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 300;
    -moz-animation: rotating 2.5s linear infinite;
    -webkit-animation: rotating 2.5s linear infinite;
    animation: rotating 2.5s linear infinite;
}
#helix05 {
    position: fixed;
    top: 272px;
    right: auto;
    bottom: auto;
    left: 666px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 300;
    -moz-animation: rotating 5s linear infinite;
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
#bank {
    position: fixed;
    top: 831px;
    right: auto;
    bottom: auto;
    left: 350px;
    display: block;
    width: 75px;
    height: 30px;
    z-index: 300;
}
#bankDay {
    position: absolute;
    width: width: 75px;
    height: 30px;
    z-index: 1;
    opacity: 1;
}
#bankNight {
    position: absolute;
    width: 75px;
    height: 30px;
    z-index: 2;
}
#boat {
    position: fixed;
    top: 1562px;
    right: auto;
    bottom: auto;
    left: 34px;
    display: block;
    width: 160px;
    height: 200px;
    z-index: 300;
	         animation: boat 2.5s linear infinite;
       -moz-animation: boat 2.5s linear infinite;
    -webkit-animation: boat 2.5s linear infinite;

}
#boatDay {
    position: absolute;
    width: 160px;
    height: 200px;
    z-index: 1;
    opacity: 1;
}
#boatNight {
    position: absolute;
    width: 160px;
    height: 200px;
    z-index: 2;
}
#wave01 {
    position: fixed;
    top: 1554px;
    right: auto;
    bottom: auto;
    left: -40px;
    display: block;
    width: 970px;
    height: 30px;
    z-index: 99;
    opacity: 0.3;
    -moz-animation: waveA 3s linear infinite;
    -webkit-animation: waveA 3s linear infinite;
    animation: waveA 3s linear infinite;
}
#wave02 {
    position: fixed;
    top: 1598px;
    right: auto;
    bottom: auto;
    left: -40px;
    display: block;
    width: 970px;
    height: 30px;
    z-index: 99;
    opacity: 0.3;
    -moz-animation: waveB 3s linear infinite;
    -webkit-animation: waveB 3s linear infinite;
    animation: waveB 3s linear infinite;
}
#wave03 {
    position: fixed;
    top: 1643px;
    right: auto;
    bottom: auto;
    left: -40px;
    display: block;
    width: 970px;
    height: 30px;
    z-index: 99;
    opacity: 0.3;
    -moz-animation: waveA 3s linear infinite;
    -webkit-animation: waveA 3s linear infinite;
    animation: waveA 3s linear infinite;
}
#radar {
    position: fixed;
    top: 265px;
    right: auto;
    bottom: auto;
    left: 927px;
    display: block;
    width: 19px;
    height: 2px;
    background-color: #ffffff;
    z-index: 300;
    -moz-animation: rotatingZ 5s linear infinite;
    -webkit-animation: rotatingZ 5s linear infinite;
    animation: rotatingZ 5s linear infinite;
    -webkit-backface-visibility: visible;
}
#taxi {
    position: fixed;
    top: 792px;
    right: auto;
    bottom: auto;
    left: 501px;
    display: block;
    width: 170px;
    height: 80px;
    z-index: 300;
}
#taxi.active {
    -moz-animation: taxi 3s linear forwards;
    -webkit-animation: taxi 3s linear forwards;
    animation: taxi 3s linear forwards;
				animation-iteration-count: 1;
		 -moz-animation-iteration-count: 1;
	 -webkit-animation-iteration-count: 1;
}
#taxiDay {
    position: absolute;
    width: 170px;
    height: 80px;
    z-index: 1;
    opacity: 1;
}
#taxiNight {
    position: absolute;
    width: 170px;
    height: 80px;
    z-index: 2;
}
#moto {
    position: fixed;
    top: 1231px;
    right: auto;
    bottom: auto;
    left: 2px;
    display: block;
    width: 200px;
    height: 110px;
    z-index: 300;
}
#moto.active {
    -moz-animation: moto 7s linear forwards;
    -webkit-animation: moto 7s linear forwards;
    animation: moto 7s linear forwards;
				animation-iteration-count: 1;
		 -moz-animation-iteration-count: 1;
	 -webkit-animation-iteration-count: 1;
}
#motoDay {
    position: absolute;
    width: 200px;
    height: 110px;
    z-index: 1;
    opacity: 1;
}
#motoNight {
    position: absolute;
    width: 200px;
    height: 110px;
    z-index: 2;
}
#moto.active #motoNight, #moto.active #motoDay {
    -moz-animation: motoRotation 7s ease-in-out;
    -webkit-animation: motoRotation 7s ease-in-out;
    animation: motoRotation 7s ease-in-out;
}
.worldline {
    position: fixed;
    top: 1810px;
    right: auto;
    bottom: auto;
    left:57px;
    display: block;
    width: 966px;
    height: 74px;
    z-index: 980;
}
#stars {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 1118px;
    height: auto;
    z-index: 20;
}
.clouds_one {
    background: url("../img/cloud01.svg");
    position: fixed;
    left: 0;
    top: 0;
    height: 415px;
    width: 3240px;
    -webkit-animation: cloud_anima 60s linear infinite;
    -moz-animation: cloud_anima 60s linear infinite;
    -o-animation: cloud_anima 60s linear infinite;
    z-index: 52;
    opacity: .9;
}
.clouds_two {
    background: url("../img/cloud02.svg");
    position: fixed;
    left: 0;
    top: 0;
    height: 415px;
    width: 3240px;
    -webkit-animation: cloud_anima 90s linear infinite;
    -moz-animation: cloud_anima 90s linear infinite;
    -o-animation: cloud_anima 90s linear infinite;
    z-index: 52;
}
.clouds_three {
    background: url("../img/cloud03.svg");
    position: fixed;
    left: 0;
    top: 0;
    height: 415px;
    width: 3240px;
    -webkit-animation: cloud_anima 140s linear infinite;
    -moz-animation: cloud_anima 140s linear infinite;
    -o-animation: cloud_anima 140s linear infinite;
    z-index: 52;
}
/* BIRDS */

.bird {
    position: fixed;
    right: auto;
    bottom: auto;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 300;
}
.bird:before {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 1;
    background: url(../img/bird-day.svg) no-repeat left top;
    background-size: 18px 18px;
}
.bird:after {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    background: url(../img/bird-night.svg) no-repeat left top;
    background-size: 18px 18px;
}
body.night .bird:after {
    opacity: 1;
}
#bird01 {
    top: 1472px;
    left: 180px;
    -moz-animation: bird01ani 16s linear infinite;
    -webkit-animation: bird01ani 16s linear infinite;
    animation: bird01ani 16s linear infinite;
}
#bird02 {
    top: 1442px;
    left: 140px;
    -moz-animation: bird02ani 13s linear infinite;
    -webkit-animation: bird02ani 13s linear infinite;
    animation: bird02ani 13s linear infinite;
}
#bird03 {
    top: 1452px;
    left: 170px;
    -moz-animation: bird03ani 8s linear infinite;
    -webkit-animation: bird03ani 8s linear infinite;
    animation: bird03ani 8s linear infinite;
}
#bird04 {
    top: 1452px;
    left: 155px;
    -moz-animation: bird01ani 16s linear infinite;
    -webkit-animation: bird01ani 16s linear infinite;
    animation: bird01ani 16s linear infinite;
}
/* BANK */

#bankDay {
    position: absolute;
    width: 75px;
    height: 30px;
    z-index: 1;
    opacity: 1;
}
#bankNight {
    position: absolute;
    width: 75px;
    height: 30px;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
/* TAPER PEOPLE */

#windowDay {
    position: fixed;
    right: auto;
    bottom: auto;
    left: 201px;
    top: 610px;
    display: block;
    width: 105px;
    height: 23px;
    z-index: 305;
    opacity: 1;
}
#windowNight {
    position: fixed;
    right: auto;
    bottom: auto;
    left: 201px;
    top: 610px;
    display: block;
    width: 105px;
    height: 23px;
    z-index: 310;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
.people {
    position: fixed;
    right: auto;
    bottom: auto;
    display: block;
    width: 14px;
    height: 20px;
    z-index: 300;
}
.woman:before {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    z-index: 1;
    opacity: 1;
    background: url(../img/woman-day.svg) no-repeat left top;
    background-size: 14px 20px;
}
.woman:after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    background: url(../img/man-night.svg) no-repeat left top;
    background-size: 14px 20px;
}
.man:before {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    z-index: 1;
    opacity: 1;
    background: url(../img/man-day.svg) no-repeat left top;
    background-size: 14px 20px;
}
.man:after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    background: url(../img/man-night.svg) no-repeat left top;
    background-size: 14px 20px;
}
body.night .woman:after, body.night .man:after {
    opacity: 1;
}
#people01 {
    top: 612px;
    left: 213px;
    -moz-animation: people01 20s linear infinite;
    -webkit-animation: people01 20s linear infinite;
    animation: people01 80s linear infinite;
}
#people02 {
    top: 612px;
    left: 230px;
    -moz-animation: people02 16s linear infinite;
    -webkit-animation: people02 16s linear infinite;
    animation: people02 90s linear infinite;
}
#people03 {
    top: 612px;
    left: 260px;
    -moz-animation: people03 16s linear infinite;
    -webkit-animation: people03 16s linear infinite;
    animation: people03 110s linear infinite;
}
#people04 {
    top: 612px;
    left: 275px;
    -moz-animation: people02 16s linear infinite;
    -webkit-animation: people02 16s linear infinite;
    animation: people02 140s linear infinite;
}
#people05 {
    top: 612px;
    left: 288px;
    -moz-animation: people05 16s linear infinite;
    -webkit-animation: people05 16s linear infinite;
    animation: people05 170s linear infinite;
}

#logo {
    position: fixed;
    top: 472px;
    right: auto;
    bottom: auto;
    left: 502px;
    display: block;
    width: 170px;
    height: 41px;
    z-index: 300;
}
#logoDay {
    position: absolute;
    width: 170px;
    height: 41px;
    z-index: 1;
    opacity: 1;
}
#logoNight {
    position: absolute;
    width: 170px;
    height: 41px;
    z-index: 2;
	 opacity:0;
	
}
body.night #logoNight {
	    -moz-animation: logoAni 2.3s linear forwards, logoAniB 3s linear infinite;
    -webkit-animation: logoAni 2.3s linear forwards, logoAniB 3s linear infinite;
            animation: logoAni 2.3s linear forwards, logoAniB 3s linear infinite;
}
.light {
    position: fixed;
    right: auto;
    bottom: auto;
    z-index: 500;
    width: 132px;
    height: 132px;
    display: block;
}
.light .lightNight {
	position:absolute;	
	z-index:2;
	opacity:0;
	-moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
   transition: opacity .2s ease-in-out;
	-moz-transition-delay:.0s;
	 -webkit-transition-delay:.0s;
	 transition-delay:.0s;
	}
	
body.night .light .lightNight {
	opacity:1;
	}
.light .lightDay {
	position:absolute;	
	z-index:1;
	}

#light01 {
	 top: 397px;
    left: -35px;
	}
body.night #light01 .lightNight  {
	 -moz-transition-delay:.5s;
	 -webkit-transition-delay:.5s;
	 transition-delay:.5s;
	}
#light02 {
	 top: 397px;
    left: 200px;
	}
body.night #light02 .lightNight  {
	 -moz-transition-delay:.8s;
	 -webkit-transition-delay:.8s;
	 transition-delay:.8s;
	}
#light03 {
	 top: 397px;
    left: 422px;
	}
body.night #light03 .lightNight  {
	 -moz-transition-delay:1.1s;
	 -webkit-transition-delay:1.1s;
	 transition-delay:1.1s;
	}
#light04 {
	 top: 397px;
    left: 658px;
	}
body.night #light04 .lightNight  {
	 -moz-transition-delay:1.4s;
	 -webkit-transition-delay:1.4s;
	 transition-delay:1.4s;
	}
#light05 {
	 top: 674px;
    left: 620px;
	}
body.night #light05 .lightNight  {
	 -moz-transition-delay:1.7s;
	 -webkit-transition-delay:1.7s;
	 transition-delay:1.7s;
	}
#light06 {
	 top: 678px;
    left: 423px;
	}
body.night #light06 .lightNight  {
	 -moz-transition-delay:2s;
	 -webkit-transition-delay:2s;
	 transition-delay:2s;
	}
#light07 {
	 top: 689px;
    left: 221px;
	}
body.night #light07 .lightNight  {
	 -moz-transition-delay:2.2s;
	 -webkit-transition-delay:2.2s;
	 transition-delay:2.2s;
	}
#light08 {
	 top: 741px;
    left: 91px;
	}
body.night #light08 .lightNight  {
	 -moz-transition-delay:2.5s;
	 -webkit-transition-delay:2.5s;
	 transition-delay:2.5s;
	}
#light09 {
	 top: 741px;
    left: -50px;
	}
body.night #light09 .lightNight  {
	 -moz-transition-delay:2.9s;
	 -webkit-transition-delay:2.9s;
	 transition-delay:2.9s;
	}
#light10 {
	 top: 872px;
    left: 683px;
	}
body.night #light10 .lightNight  {
	 -moz-transition-delay:3.8s;
	 -webkit-transition-delay:3.8s;
	 transition-delay:3.8s;
	}
#light11 {
	 top: 951px;
    left: 225px;
	}
body.night #light11 .lightNight  {
	 -moz-transition-delay:3.2s;
	 -webkit-transition-delay:3.2s;
	 transition-delay:3.2s;
	}
#light12 {
	 top: 997px;
    left: 501px;
	}
body.night #light12 .lightNight  {
	 -moz-transition-delay:3.5s;
	 -webkit-transition-delay:3.5s;
	 transition-delay:3.5s;
	}
#light13 {
	 top: 1116px;
    left: 120px;
	}
body.night #light13 .lightNight  {
	 -moz-transition-delay:3.8s;
	 -webkit-transition-delay:3.8s;
	 transition-delay:3.8s;
	}
#light14 {
	 top: 1116px;
    left: 225px;
	}
body.night #light14 .lightNight  {
	 -moz-transition-delay:3.5s;
	 -webkit-transition-delay:3.5s;
	 transition-delay:3.5s;
	}
#light15 {
	 top: 1175px;
    left: 516px;
	}
body.night #light15 .lightNight  {
	 -moz-transition-delay:3.8s;
	 -webkit-transition-delay:3.8s;
	 transition-delay:3.8s;
	}
#light16 {
	 top: 1200px;
    left: 868px;
	}
body.night #light16 .lightNight  {
	 -moz-transition-delay:4.1s;
	 -webkit-transition-delay:4.1s;
	 transition-delay:4.1s;
	}
#light17 {
	 top: 1322px;
    left: 567px;
	}
body.night #light17 .lightNight  {
	 -moz-transition-delay:4.1s;
	 -webkit-transition-delay:4.1s;
	 transition-delay:4.1s;
	}
#light18 {
	 top: 1480px;
    left: 589px;
	}
body.night #light18 .lightNight  {
	 -moz-transition-delay:4.4s;
	 -webkit-transition-delay:4.4s;
	 transition-delay:4.4s;
	}
#light19 {
	 top: 1497px;
    left: 719px;
	}
body.night #light19 .lightNight  {
	 -moz-transition-delay:4.7s;
	 -webkit-transition-delay:4.7s;
	 transition-delay:4.7s;
	}
#light20 {
	 top: 1497px;
    left: 848px;
	}
body.night #light20 .lightNight  {
	 -moz-transition-delay:5s;
	 -webkit-transition-delay:5s;
	 transition-delay:5s;
	}
#light21 {
	 top: 1497px;
    left: 977px;
	}
body.night #light21 .lightNight  {
	 -moz-transition-delay:5.3s;
	 -webkit-transition-delay:5.3s;
	 transition-delay:5.3s;
	}

/* NIGHTED OBJECTS */

.nighted {
    opacity: 0;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
body.night .nighted {
    opacity: 1;
}
.clouds.nighted {
    opacity: .8;
}
body.night .clouds.nighted {
    opacity: 0;
}
/*
   -----------------------------------------------------------
   ----------------------- BUTTONS ---------------------------
   -----------------------------------------------------------
*/
#mapView {
	display:block;
	position:fixed;
	top:198px;
	left:165px;
	width: 730px;
	height: 730px;
	border-radius: 400px;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	background: url(../img/city-option.png) no-repeat;
	} 
#shelfView {
	display:block;
	position:fixed;
	top:974px;
	left:165px;
	width: 730px;
	height: 730px;
	border-radius: 400px;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	background: url(../img/shelf-option.png) no-repeat;
	} 
.touch:before {
	content:"";
	display:block;
	position:absolute;
	width:80%;
	height:80%;
	margin-left:10%;
	margin-top:10%;
    z-index: 1;
	background:url(../img/touch.svg) no-repeat center center;
	background-size:auto 100%;
	 -moz-animation: button_icon 2s linear infinite;
    -webkit-animation: button_icon 2s linear infinite;
    animation: button_icon 2s linear infinite;
	}
#handTouch {
	position:fixed;
	display:block;
	left:72px;
	top:188px;
	width:90px;
	height:90px;
	position:absolute;
	z-index:398;
	-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
opacity:0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	}
#handTouch:before {
	content:"";
	display:block;
	position:absolute;
	width:80%;
	height:80%;
	margin-left:10%;
	margin-top:10%;
    z-index: 1;
	background:url(../img/touch2.svg) no-repeat center center;
	background-size:auto 100%;
	 -moz-animation: button_icon 2s linear infinite;
    -webkit-animation: button_icon 2s linear infinite;
    animation: button_icon 2s linear infinite;
	}
#handTouch.handActive {
	 -moz-animation: touch_opacity 20s linear infinite;
    -webkit-animation: touch_opacity 20s linear infinite;
    animation: touch_opacity 20s linear infinite;
	}
.orageBtn {
	width:168px;
	height:168px;
	display:block;
	background-color:#ff6319;
	 -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px; 
	 position:fixed;
	}
.greenBtn {
	width:168px;
	height:168px;
	display:block;
	background-color:#aea400;
	 -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px; 
	 position:fixed;
	}
#switch {
    position: fixed;
    top: 156px;
    right: auto;
    bottom: auto;
    left: 43px;
    display: block;
    width: 116px;
    height: 113px;
    z-index: 400;
}
.buttonR {
    position: fixed;
    right: auto;
    bottom: auto;
    z-index:600;
    width: 68px;
    height: 68px;
    display: block;
}
.hardware:before {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    content: "";
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: block;
    background-color: #ff6319;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #FFFFFF;
}
.hardware:after {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    content: "";
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    background: url(../img/harware.svg) no-repeat center center;
    background-size: 50px 50px;
    -moz-animation: button_icon 2s linear infinite;
    -webkit-animation: button_icon 2s linear infinite;
    animation: button_icon 2s linear infinite;
}
.solutions:before {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    content: "";
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: block;
    background-color: #a626aa;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #FFFFFF;
}
.solutions:after {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    content: "";
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    background: url(../img/solutions.svg) no-repeat center center;
    background-size: 50px 50px;
    -moz-animation: button_icon 2s linear infinite;
    -webkit-animation: button_icon 2s linear infinite;
    animation: button_icon 2s linear infinite;
}
.solutions:before:hover {
    zoom: 1.3;
}
#cityOption {
    top: 42px;
    left: 415px;
    right: auto;
    bottom: auto;
    position: fixed;
    width: 95px;
    height: 95px;
    z-index: 999;
	 border:#0066a1 solid 5px;
	  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#shelfOption {
    top: 42px;
    left: 565px;
    right: auto;
    bottom: auto;
    position: fixed;
    width: 95px;
    height: 95px;
    z-index: 999;
	 border:#0066a1 solid 5px;
	  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.opacity70 {
	opacity:.5;
	}
#next {
    top: 42px;
    left: auto;
    right: 37px;
    bottom: auto;
    position: fixed;
    width: 78px;
    height: 78px;
    z-index: 999;
}
#back {
    top: 42px;
    left: 37px;
    right: auto;
    bottom: auto;
    position: fixed;
    width: 78px;
    height: 78px;
    z-index: 999;
}
#button01 {
    top: 453px;
    left: 107px;
}
#button02 {
    top: 1228px;
    left: 649px;
}
#button03 {
    top: 1219px;
    left: 34px;
}
#button04 {
    top: 966px;
    left: 685px;
}
#button05 {
    top: 614px;
    left: 502px;
}
#button06 {
    top: 944px;
    left: 395px;
}
#button07 {
    top: 1082px;
    left: 410px;
}
#button08 {
    top: 672px;
    left: 358px;
}
#button09 {
    top: 690px;
    left: 965px;
}
#button10 {
    top: 806px;
    left: 659px;
}
#button11 {
    top: 1130px;
    left: 716px;
}
#button12 {
    top: 570px;
    left: 614px;
}
#button13 {
    top: 1038px;
    left: 579px;
}
#button14 {
    top: 1060px;
    left: 918px;
}
#button15 {
    top: 643px;
    left: 30px;
}
#button16 {
    top: 888px;
    left: 586px;
}
#button17 {
    top: 545px;
    left: 254px;
}
#button18 {
    top: 1456px;
    left: 853px;
}
#button19 {
    top: 876px;
    left: 497px;
}
#button20 {
    top: 384px;
    left: 8px;
}
#button21 {
    top: 376px;
    left: 637px;
}
#button22 {
    top: 893px;
    left: 308px;
}
#button23 {
    top: 1374px;
    left: 826px;
}
#button24 {
    top: 1210px;
    left: 790px;
}
#actionlocker {
    display: none;
    position: fixed;
    top: 354px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
/* SHELF ----------- */
#shelf {
	position:absolute;
	top:146px;
	left:40px;
	right:40px;
	bottom:40px;
	z-index:200;
	}
.shelfProduct {
	display:block;
	float:left;
	width:470px;
	height:371px;
	margin:0 15px 0 15px;
	position:relative;
	}
.shelfProduct div {
	position:absolute;
	bottom:0;
	padding-bottom:22px;
	top:auto;
	width:470px;
	height:auto;
	text-align:center;
	display:block;
	}
.shelfProduct span {
	position:absolute;
	bottom:0;
	width:470px;
	padding-bottom:0;
	text-align:center;
	display:block;
	font-size: 20px;
	font-family: "Stag Sans Book";
	text-shadow:0px -1px 0px rgba(0,45, 71, 1), 0px 1px 0px rgba(255, 255, 255, .7);
	color:#0066a1;
	}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-mute-button {
    display: none;
	}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
	}
video::-webkit-media-controls-volume-slider {
    display: none;
	}

.videobutton {
display: inline-block;
font-size: 32px;
color:#0066a1;
margin: 10px 13px 22px 0;
min-height: 34px;
padding: 10px 15px 5px 55px;
text-align: center;
border: 1px solid #0066a1;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
background: transparent url(../img/playicon.png) no-repeat 11px 10px;
background-size: 30px;
font-family:"Stag Sans Light";
	}
.videobutton:empty {
padding: 10px 15px 5px 35px;
	}
#closemodal {
	position:fixed;
	left:auto;
	right:60px;
	top:180px;
	bottom:auto;
	width:40px;
	height:40px;
	background:#000000 url(../img/closeicon.png) no-repeat center center;
	background-size: 22px;
	display:block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity:0;
	z-index:-5;
	transition:z-index 0s step-end, opacity 0.5s linear;
	-moz-transition:z-index 0s step-end, opacity 0.5s linear;
	-webkit-transition:z-index 0s step-end, opacity 0.5s linear;
	}
#modal {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:1080px;
	height:1920px;
	display:block;
	background-color:rgba(0,0,0,0.70);
	opacity:0;
	z-index:-5;
	transition: z-index 0s step-end, opacity 0.5 linear;
	-moz-transition: z-index 0s step-end, opacity 0.5s linear;
	-webkit-transition: z-index 0s step-end, opacity 0.5s linear;
	}
#titlemodal {
	color: #FFF;
z-index: 1999;
position: fixed;
left: 60px;
top: 177px;
	opacity:0;
	z-index:-5;
	transition: z-index 0s step-end, opacity 0.5 linear;
	-moz-transition: z-index 0s step-end, opacity 0.5s linear;
	-webkit-transition: z-index 0s step-end, opacity 0.5s linear;
}
#videoplay {
	position:fixed;
	top:244px;
	left:60px;
	right:60px;
	bottom:auto;
	width:960px;
	height:540px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 1);
	opacity:0;
	z-index:-5;
	transition: z-index 0s step-end, opacity 0.5 linear;
	-moz-transition: z-index 0s step-end, opacity 0.5s linear;
	-webkit-transition: z-index 0s step-end, opacity 0.5s linear;
	}

body.videoON #modal {
	z-index:1000;
	opacity:1;
	transition-delay:z-index 1s step-start, opacity 0.5s linear;
	-moz-transition-delay:z-index 1s step-start, opacity 0.5s linear;
	-webkit-transition-delay:z-index 1s step-start, opacity 0.5s linear;
	}	
body.videoON #closemodal {
	z-index:1020;
	opacity:1;
	transition-delay:z-index 1s step-start, opacity 0.5s linear;
	-moz-transition-delay:z-index 1s step-start, opacity 0.5s linear;
	-webkit-transition-delay:z-index 1s step-start, opacity 0.5s linear;
	}	
body.videoON #videoplay, body.videoON #videoplay , body.videoON #titlemodal {
	z-index:1020;
	opacity:1;
	transition-delay:z-index 1s step-start, opacity 0.5s linear;
/*	-moz-transition-delay:z-index 1s step-start, opacity 0.5s linear;
	-webkit-transition-delay:z-index 1s step-start, opacity 0.5s linear;
*/}
#bottomarrowScroll, #bottomarrowScroll2,  #bottomarrowScroll3,  #bottomarrowScroll4 {
	position:fixed;
	top:auto;
	bottom:145px;
	left:490px;
	right:auto;
	height:40px;
	width:80px;
	z-index:999;
	display:none;
}
#toparrowScroll {
	position:fixed;
	top:986px;
	bottom:auto;
	left:490px;
	right:auto;
	height:40px;
	width:80px;
	z-index:999;
	display:none;
	}
#toparrowScroll2 {
	position:fixed;
	top:964px;
	bottom:auto;
	left:490px;
	right:auto;
	height:40px;
	width:80px;
	z-index:999;
	display:none;
	}
#toparrowScroll3 {
	position:fixed;
	top:964px;
	bottom:auto;
	left:490px;
	right:auto;
	height:40px;
	width:80px;
	z-index:999;
	display:none;
	}
#toparrowScroll4 {
	position:fixed;
	top:964px;
	bottom:auto;
	left:490px;
	right:auto;
	height:40px;
	width:80px;
	z-index:999;
	display:none;
	}
 #bottomarrowScroll:before, #bottomarrowScroll2:before, #bottomarrowScroll3:before,  #bottomarrowScroll4:before  {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	visibility:visible;
	background:transparent url(../img/arrow-blue-top.svg);
	-moz-animation: opacing 1s infinite;
-webkit-animation: opacing 1s infinite;
		  animation: opacing 1s infinite;
	}
#toparrowScroll:before, #toparrowScroll2:before, #toparrowScroll3:before, #toparrowScroll4:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	visibility:visible;
	background:transparent url(../img/arrow-blue-bottom.svg);
	-moz-animation: opacing 1s infinite;
-webkit-animation: opacing 1s infinite;
		  animation: opacing 1s infinite;
	}
.issuing p, .overview p, .about p {
font-size: 24px;
margin: 0 0 20px 0;
padding: 0;
line-height: 28px;
}
.addedServices p {
font-size: 24px;
margin: 0 0 20px 0;
padding: 0;
line-height: 28px;
}
.addedServices ul {
padding: 0;
margin: 0;
font-size: 24px;
line-height:28px;
/*	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	 -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
*/
}
.addedServices ul li {
padding: 0;
margin: 0;
font-family: "Stag Sans Book";
color: #0066a1;
line-height: 26px;
font-size:1.17em;
display: inline-block;
width: 100%;
}
.addedServices ul li ul {
padding: 0;
margin: 10px 0 15px 0;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
display: block;

}
.addedServices ul li ul li {
padding: 0;
margin: 0;
color: #000000;
line-height: 26px;
margin-bottom: 8px;
display: block;
vertical-align: top;
font-size:24px;
}

.keyfacts p {
font-size: 24px;
margin: 0 0 20px 0;
padding: 0;
line-height: 28px;
}
.keyfacts ul {
padding: 0;
margin: 0;
font-size: 24px;
line-height:28px;
/*	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	 -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
*/
}
.keyfacts ul li {
padding: 0;
margin: 0;
font-family: "Stag Sans Book";
color: #0066a1;
line-height: 26px;
font-size:1.17em;
display: inline-block;
width: 100%;
}
.keyfacts ul li ul {
padding: 0;
margin: 10px 0 15px 0;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
display: block;

}
.keyfacts ul li ul li {
padding: 0;
margin: 0;
color: #000000;
line-height: 26px;
margin-bottom: 8px;
display: block;
vertical-align: top;
font-size:24px;
}

.features ul {
padding: 0;
margin: 0;
font-size: 24px;
/*	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	 -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
*/}
.features ul li {
padding: 0;
margin: 0;
font-family: "Stag Sans Book";
color: #0066a1;
line-height: 26px;
font-size:1.17em;
display: inline-block;
width: 100%;
}
.features ul li ul {
padding: 0;
margin: 10px 0 15px 0;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
display: block;
}
.features ul li ul li {
padding: 0;
margin: 0;
color: #000000;
margin-bottom: 12px;
display: block;
line-height:26px;
font-size:24px;
vertical-align: top;
}
.architecture, .solution {
line-height:26px;
font-size:24px;	
	}
#aboutvideo {
	position: fixed;
	top: 260px;
	left: 54px;
	width: 970px;
	height: auto;	
	}
/*
   -----------------------------------------------------------
   ---------------------- ANIMATIONS -------------------------
   -----------------------------------------------------------
*/
/* opacity -------------------*/

@-webkit-keyframes touch_opacity {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
	 32% {
        opacity: 1;
		 }
	 50% {
        opacity: 1;
		 }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes touch_opacity {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
	 32% {
        opacity: 1;
		 }
	 50% {
        opacity: 1;
		 }
    52% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes opacing {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: .1;
    }
}
@-moz-keyframes opacing {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: .1;
    }
}

/* 360 Rotations -------------------*/

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
/* Z 360 Rotations -------------------*/
@-webkit-keyframes rotatingZ {
    from {
        -webkit-transform: rotateY(6deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}
@-moz-keyframes rotatingZ {
    from {
        -moz-transform: rotateY(6deg);
    }
    to {
        -moz-transform: rotateY(360deg);
    }
}
/* Helix rotations -------------------*/
.rotatingA {
    -webkit-animation: rotating 2.5s linear infinite;
    -moz-animation: rotating 2.5s linear infinite;
}
.rotatingB {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
}
.rotatingC {
    -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
}
/* Logo animation */
@-webkit-keyframes logoAni {
    0% {
        opacity: 0;
    }
    82% {
        opacity: 0;
    } 
    85% {
        opacity: 1;
    }
	 88% {
        opacity: 0;
    }
    91% {
        opacity: 0;
    }
    94% {
        opacity: 1;
    }
    97% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes logoAni {
    0% {
        opacity: 0;
    }
    82% {
        opacity: 0;
    } 
    85% {
        opacity: 1;
    }
	 88% {
        opacity: 0;
    }
    91% {
        opacity: 0;
    }
    94% {
        opacity: 1;
    }
    97% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes logoAniB {
    0% {
        opacity: 1;
    }
	 80% {
        opacity: 1;
    }
    85% {
        opacity: .5;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes logoAniB {
    0% {
        opacity: 1;
    }
	 80% {
        opacity: 1;
    }
    85% {
        opacity: .5;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
    }
/*@-webkit-keyframes logoAniB {
    0% {
        opacity: 1;
    }
	 96% {
        opacity: 1;
    }
    97% {
        opacity: 0;
    }
    98% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes logoAniB {
    0% {
        opacity: 1;
    }
	 96% {
        opacity: 1;
    }
    97% {
        opacity: 0;
    }
    98% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    }
}*/
/*Boat animation */
@-webkit-keyframes boat {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
    }
    50% {
        -webkit-transform: rotate(-4deg) translate(0, -4px);
    }
    100% {
        -webkit-transform: rotate(0) translate(0, 0);
    }
}
@-moz-keyframes boat {
    0% {
        -moz-transform: rotate(0) translate(0, 0);
    }
    50% {
        -moz-transform: rotate(-4deg) translate(0, -4px);
    }
    100% {
        -moz-transform: rotate(0) translate(0, 0);
    }
}
/* WAVES ANIMATION */
@-webkit-keyframes waveA {
    0% {
        -webkit-transform: translate(-10px, 0);
    }
    50% {
        -webkit-transform: translate(10px, 0);
    }
    100% {
        -webkit-transform: translate(-10px, 0);
    }
}
@-moz-keyframes waveA {
    0% {
        -moz-transform: translate(-10px, 0);
    }
    50% {
        -moz-transform: translate(10px, 0);
    }
    100% {
        -moz-transform: translate(-10px, 0);
    }
}
@-webkit-keyframes waveB {
    0% {
        -webkit-transform: translate(10px, 0);
    }
    50% {
        -webkit-transform: translate(-10px, 0);
    }
    100% {
        -webkit-transform: translate(10px, 0);
    }
}
@-moz-keyframes waveB {
    0% {
        -moz-transform: translate(10px, 0);
    }
    50% {
        -moz-transform: translate(-10px, 0);
    }
    100% {
        -moz-transform: translate(10px, 0);
    }
}
/*Moto animation */
@-webkit-keyframes moto {
    0% {
        -webkit-transform: translate(0, 0);
    }
    28% {
        -webkit-transform: translate(400px, 0);
    }
    32% {
        -webkit-transform: translate(470px, 40px);
    }
    34% {
        -webkit-transform: translate(485px, 70px);
    }
    34% {
        -webkit-transform: translate(500px, 70px);
    }
    55% {
        -webkit-transform: translate(520px, 350px);
    }
    57% {
        -webkit-transform: translate(550px, 365px);
    }
    60% {
        -webkit-transform: translate(600px, 390px);
    }
    69% {
        -webkit-transform: translate(690px, 390px);
    }
    100% {
        -webkit-transform: translate(690px, 390px);
    }
}
@-moz-keyframes moto {
    0% {
        -moz-transform: translate(0, 0);
    }
    28% {
        -moz-transform: translate(400px, 0);
    }
    32% {
        -moz-transform: translate(470px, 40px);
    }
    34% {
        -moz-transform: translate(485px, 70px);
    }
    34% {
        -moz-transform: translate(500px, 70px);
    }
    55% {
        -moz-transform: translate(520px, 350px);
    }
    57% {
        -moz-transform: translate(550px, 365px);
    }
    60% {
        -moz-transform: translate(600px, 390px);
    }
    69% {
        -moz-transform: translate(690px, 390px);
    }
    100% {
        -moz-transform: translate(690px, 390px);
    }
}
@-webkit-keyframes motoRotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    23% {
        -webkit-transform: rotate(0deg);
    }
    45% {
        -webkit-transform: rotate(90deg);
    }
    49% {
        -webkit-transform: rotate(90deg)
    }
    68% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-moz-keyframes motoRotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    23% {
        -moz-transform: rotate(0deg);
    }
    45% {
        -moz-transform: rotate(90deg);
    }
    49% {
        -moz-transform: rotate(90deg)
    }
    68% {
        -moz-transform: rotate(0deg)
    }
    75% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}
@-webkit-keyframes taxi {
    0% {
        -webkit-transform: translate(0, 0);
    }
    70% {
        -webkit-transform: translate(-293px, 0);
    }
    100% {
        -webkit-transform: translate(-293px, 0);
    }
}
@-moz-keyframes taxi {
    0% {
        -moz-transform: translate(0, 0);
    }
    70% {
        -moz-transform: translate(-293px, 0);
    }
    100% {
        -moz-transform: translate(-293px, 0);
    }
}
/* CLOUDS */
@-webkit-keyframes cloud_anima {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-2160px, 0);
    }
}
@-moz-keyframes cloud_anima {
    0% {
        -moz-transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-2160px, 0);
    }
}
/* BUTTONS ZOOM */
@-webkit-keyframes button_icon {
    0% {
        -webkit-transform: translate(0, 0) scale(1, 1);
    }
    50% {
        -webkit-transform: translate(0, 0) scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1, 1);
    }
}
@-moz-keyframes button_icon {
    0% {
        -moz-transform: translate(0, 0) scale(1, 1);
    }
    50% {
        -moz-transform: translate(0, 0) scale(1.2, 1.2);
    }
    100% {
        -moz-transform: translate(0, 0) scale(1, 1);
    }
}
/* BIRDS */
@-webkit-keyframes bird01ani {
    0% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -webkit-transform: translate(-40px, 0) rotateY(0deg);
    }
    50% {
        -webkit-transform: translate(-40px, 0) rotateY(180deg);
    }
    51% {
        -webkit-transform: translate(-40px, 0) rotateY(180deg);
    }
    99% {
        -webkit-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
}
@-moz-keyframes bird01ani {
    0% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -moz-transform: translate(-40px, 0) rotateY(0deg);
    }
    50% {
        -moz-transform: translate(-40px, 0) rotateY(180deg);
    }
    51% {
        -moz-transform: translate(-40px, 0) rotateY(180deg);
    }
    99% {
        -moz-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
}
@-webkit-keyframes bird02ani {
    0% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -webkit-transform: translate(-10px, -10px) rotateY(0deg);
    }
    50% {
        -webkit-transform: translate(-10px, -10px) rotateY(180deg);
    }
    51% {
        -webkit-transform: translate(-10px, -10px) rotateY(180deg);
    }
    99% {
        -webkit-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
}
@-moz-keyframes bird02ani {
    0% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -moz-transform: translate(-10px, -10px) rotateY(0deg);
    }
    50% {
        -moz-transform: translate(-10px, -10px) rotateY(180deg);
    }
    51% {
        -moz-transform: translate(-10px, -10px) rotateY(180deg);
    }
    99% {
        -moz-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
}
@-webkit-keyframes bird03ani {
    0% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -webkit-transform: translate(0, -10px) rotateY(0deg);
    }
    50% {
        -webkit-transform: translate(0, -10px) rotateY(180deg);
    }
    51% {
        -webkit-transform: translate(0, -10px) rotateY(180deg);
    }
    99% {
        -webkit-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotateY(0deg);
    }
}
@-moz-keyframes bird03ani {
    0% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
    49% {
        -moz-transform: translate(0, -10px) rotateY(0deg);
    }
    50% {
        -moz-transform: translate(0, -10px) rotateY(180deg);
    }
    51% {
        -moz-transform: translate(0, -10px) rotateY(180deg);
    }
    99% {
        -moz-transform: translate(0, 0) rotateY(180deg);
    }
    100% {
        -moz-transform: translate(0, 0) rotateY(0deg);
    }
}
/* PEOPLE */
@-webkit-keyframes people01 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(-5px, 0);
    }
    30% {
        -webkit-transform: translate(-5px, 0);
    }
    50% {
        -webkit-transform: translate(40px, 0);
    }
    60% {
        -webkit-transform: translate(40px, 0);
    }
    85% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes people01 {
    0% {
        -moz-transform: translate(0, 0);
    }
    10% {
        -moz-transform: translate(-5px, 0);
    }
    30% {
        -moz-transform: translate(-5px, 0);
    }
    50% {
        -moz-transform: translate(40px, 0);
    }
    60% {
        -moz-transform: translate(40px, 0);
    }
    85% {
        -moz-transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
@-webkit-keyframes people02 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(-10px, 0);
    }
    40% {
        -webkit-transform: translate(-10px, 0);
    }
    80% {
        -webkit-transform: translate(15px, 0);
    }
    90% {
        -webkit-transform: translate(15px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes people02 {
    0% {
        -moz-transform: translate(0, 0);
    }
    20% {
        -moz-transform: translate(-10px, 0);
    }
    40% {
        -moz-transform: translate(-10px, 0);
    }
    80% {
        -moz-transform: translate(15px, 0);
    }
    90% {
        -moz-transform: translate(15px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
@-webkit-keyframes people03 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(10px, 0);
    }
    40% {
        -webkit-transform: translate(10px, 0);
    }
    70% {
        -webkit-transform: translate(-5px, 0);
    }
    90% {
        -webkit-transform: translate(-5px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes people03 {
    0% {
        -moz-transform: translate(0, 0);
    }
    20% {
        -moz-transform: translate(10px, 0);
    }
    40% {
        -moz-transform: translate(10px, 0);
    }
    70% {
        -moz-transform: translate(-5px, 0);
    }
    90% {
        -moz-transform: translate(-5px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
@-webkit-keyframes people04 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(-10px, 0);
    }
    40% {
        -webkit-transform: translate(-10px, 0);
    }
    80% {
        -webkit-transform: translate(20px, 0);
    }
    90% {
        -webkit-transform: translate(20px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes people04 {
    0% {
        -moz-transform: translate(0, 0);
    }
    20% {
        -moz-transform: translate(-10px, 0);
    }
    40% {
        -moz-transform: translate(-10px, 0);
    }
    80% {
        -moz-transform: translate(20px, 0);
    }
    90% {
        -moz-transform: translate(20px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
@-webkit-keyframes people05 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(3px, 0);
    }
    40% {
        -webkit-transform: translate(3px, 0);
    }
    70% {
        -webkit-transform: translate(-8px, 0);
    }
    90% {
        -webkit-transform: translate(-8px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes people05 {
    0% {
        -moz-transform: translate(0, 0);
    }
    20% {
        -moz-transform: translate(3px, 0);
    }
    40% {
        -moz-transform: translate(3px, 0);
    }
    70% {
        -moz-transform: translate(-8px, 0);
    }
    90% {
        -moz-transform: translate(-8px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body {
        zoom: 0.48;
    }
}

/* SLICK - SLIDER CSS CORRECTIONS */
.slick-list {
overflow: visible;
}
.slick-slide:after {
	display:block; width:100%; height:100%; position:absolute;display:block; top:0; z-index:1; content:"";
}