#home-anim-container{
  position: relative;
  width: 960px;
  height: 400px;
  background: #393939;
  border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	opacity: 0.9;
	z-index: 100;
	/*overflow: hidden;*/
}

#home-anim{
  width: 960px;
  height: 400px;
  opacity: 0;
  position: absolute;
}

#home-anim.show {
  opacity: 1;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#home-anim.hidden {
  opacity: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#home-anim #skip-intro {
	position: absolute;
	bottom: 14px;
	right: 14px;
	font-size: 11px;
}

#home-anim #skip-intro a, #home-anim #skip-intro a:hover {
	color: white;
}

#scene-1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#scene1 #s1-title {
	opacity: 0.2;
	position: absolute;
	top: 35px;
	left: 84px;
	width: 780px;
	font: 28px/28px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

#scene1 #s1-title .orange {
	color: #ff5800;
	font-weight: normal;
}

#scene1 #s1-title-1 {
	opacity: 0.2;
	position: absolute;
	top: 110px;
	left: 360px;
	width: 250px;
	font: 22px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

#scene1 #s1-title-2 {
	opacity: 0.2;
	position: absolute;
	top: 222px;
	left: 682px;
	width: 250px;
	font: 22px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
}

#scene1 #s1-title-3 {
	opacity: 0.2;
	position: absolute;
	top: 340px;
	left: 360px;
	width: 250px;
	font: 22px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

#scene1 #s1-title-4 {
	opacity: 0.2;
	position: absolute;
	top: 222px;
	left: 30px;
	width: 250px;
	font: 22px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
}

#scene1 #circle {
	opacity: 0.2;
	position: absolute;
	top: 186px;
	left: 316px;
	width: 320px;
}

#scene1 #dot1 {
	opacity: 0;
	position: absolute;
	top: 187px;
	left: 479px;
	width: 10px;
}

#scene1 #dot2 {
	opacity: 0;
	position: absolute;
	top: 242px;
	left: 632px;
	width: 10px;
}

#scene1 #dot3 {
	opacity: 0;
	position: absolute;
	top: 298px;
	left: 480px;
	width: 10px;
}

#scene1 #dot4 {
	opacity: 0;
	position: absolute;
	top: 242px;
	left: 317px;
	width: 10px;
}





#scene2-data {
  position: absolute;
}

#scene2-data.hidden {
  opacity: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#scene2-data h1#tagline {
  position: absolute;
  top: 140px;
  left: 430px;
  list-style-type:none;
  width: 500px;
  text-align: center;
	display: block;
}

#scene2-data h1#tagline span {
  color: #fff;
  font:36px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
  list-style-type:none;
}

#scene2-data h1#tagline span span.extra_text {
	font-size: 14px;
	float: left;
	margin-top: 12px;
	line-height: 21px;
	padding: 0 30px;
}

#scene2-data h1#tagline span {
	display: none;
  position: relative;
}

#scene2-data h1#tagline span.show {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#scene2-data h1#tagline span, #scene2-data h1#tagline span a {
  color:white;
  text-decoration: none;
}

#scene2-data h1#tagline span.catchphrase, #scene2-data h1#tagline span a.catchphrase {
	font-size: 24px;
	line-height: 27px;
	color:#ffffff;
}

#scene2-data h1#tagline span.orange, #scene2-data h1#tagline span a.orange {
  color:#ff6f09;
}

#scene2-data #areas-title {
	display: none;
	width: 200px;
	height: 76px;
	position: absolute;
	top: 170px;
	left: 110px;
	text-transform: lowercase;
	vertical-align: middle;
	text-align: center;
	color: white;
	padding: 0;
	text-shadow: 0 2px 2px #A1A1A2;
	font: 30px/30px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
}

#scene2-data #areas-title strong {
	color: #FF5800;
	clear: both;
	font-weight: normal;
}

#scene2-data #our-solutions {
	display: none;
	font: 22px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
	color: white;
	position: absolute;
	left: 500px;
	width: 365px;
	top: 260px;
}



#scene3-data {
  position: absolute;
  opacity: 0;
	width: 960px;
  height: 400px;
  overflow: hidden;
}

#scene3-data.show {
  opacity: 1;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#scene3-data.hide {
  opacity: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -moz-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
      -ms-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -o-transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
          transition: opacity 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#scene3-data #top-left {
  position: absolute;
  background: url('../img/scene3-top.png');
  width: 283px;
  height: 157px;
  -moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#scene3-data #top-left-back {
  position: absolute;
  width: 114px;
  height: 72px;
  cursor: pointer;
}

#scene3-data #top-left .label {
  position: absolute;
  font-family: 'PFDinTextProMedium';
  font-size: 14px;
  line-height: 14px;
  width: 110px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  top: 57px;
  left: 140px;
}

#scene3-data #top-left ul {
  list-style-type:none;
}

#scene3-data #top-left ul li {
  list-style-type:none;
  position: absolute;
}

#scene3-data #top-left ul li#item-1 {
  top: 128px;
  left: 38px;
}

#scene3-data #top-left ul li#item-2 {
  top: 133px;
  left: 63px;
}

#scene3-data #top-left ul li#item-3 {
  top: 130px;
  left: 88px;
}

#scene3-data #top-left ul li#item-4 {
  top: 123px;
  left: 113px;
}

#scene3-data #top-left ul li#item-5 {
  top: 110px;
  left: 135px;
}

#scene3-data #top-left ul li span.tooltip-label {
  position: absolute;
}

#scene3-data #top-left ul li span.tooltip-label {
  top: 0px;
  left: -32px;
}

#scene3-data #top-left ul li a span {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9000px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 17px 25px;
  background:#fff;
  margin: -22px 0 0 -22px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
-ms-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#scene3-data #top-left ul li a div{
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; 
  -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#scene3-data #top-left ul li a:hover span{
  width: 28px;
  height: 28px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  opacity: 1;
  margin: -28px 0 0 -28px;
  background-size: 22px 32px;
  background-color:#ff5700;
}

/* Products */

#scene3-data #products {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 210px;
}

#scene3-data #products ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#scene3-data #products ul li {
  list-style-type:none;
  width: 85px;
  height: 85px;
  margin: 0 20px 0 0;
  /*background: blue;*/
  display: inline-block;
}


#scene3-data #products ul li a span {
  border: 2px solid #fff;
  width: 88px;
  height: 88px;
  display: block;
  -moz-border-radius: 47px;
  -webkit-border-radius: 47px;
  border-radius: 47px;
  cursor: pointer;
  opacity: 1;
  /*top: 50%;
  left: 50%;*/
  background-size: 17px 25px;
  background:#231f20;
  /*margin: 0px 0 0 0px;*/
  font-family: PFDinTextProMedium;
  color: white;
  font-size: 13px;
  line-height: 91px;
  text-align: center;
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#scene3-data #products ul li a div.bg {
  background-image:url('../img/scene3-product-bg.png');
  width: 136px;
  height: 72px;
  position: absolute;
  overflow: hidden;
  background-size: 0% 0%;
  margin: 10px 0 0 -20px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#scene3-data #products ul li a:hover div.bg {
  background-size: 100% 100%;
}

#scene3-data #products ul li a:hover span {
  width: 173px;
  height: 173px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  opacity: 1;
  background-size: 174px 174px;
  background-color:#231f20;
  margin: -42px 0 0 -42px;
  font-size: 30px;
  line-height: 180px;
  z-index:20;
}

#scene3-data #products ul li a div.halo {
  width: 240px;
  height: 240px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  opacity: 0;
  background-color:#494949;
  border: 2px solid #5d5d5d;
  margin: -76px 0 0 -76px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#scene3-data #products ul li a:hover div.halo {
  opacity: 0.9;
}

#scene3-data #products ul li a div.more {
  width: 39px;
  height: 39px;
  margin: 52px 0 0 52px;
  position: absolute;
  opacity: 0;
  z-index: 25;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#scene3-data #products ul li a:hover div.more {
  opacity: 1;
  margin: 90px 0 0 90px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.minus48 {
  margin-left: -48px;
}

.plus48 {
  margin-left: 48px;
}

#scene3-data #top-right {
  position: absolute;
  font-size: 36px;
  color: #fff;
  font-family: 'PFDinTextProRegular';
  right: 84px;
  top: 35px;
}

#scene3-data #top-right a {
  display: inline;
}

#scene3-data #top-right a span {
  position: absolute;
  width: 43px;
  height: 24px;
  display: block;
  text-indent: -9000px;
  font-size: 12px;
  background: url('../img/scene3-more.png');
  right: -54px;
  top: 10px;
}


#ellipse {
  height: 127px;
  width: 327px;
  background-image: url('../img/anim-circle.png');
  position: absolute;
  top: 186px;
  left: 316px;
}
#ellipse img.white-dot {
  position: absolute;
  left: 2px;
  top: 58px;
}​

/* IE ONLY */

.circle_ie_wrapper, .ie_visible_class {
	height:400px!important;
	width:500px;
	background:url('../img/background_circles.png') 53px 14px no-repeat!important;
	display:none;
}

.circle_ie_wrapper>div {
	display:block;
	height:40px;
	width:80px;
	position:absolute;
	text-transform: uppercase;
	font-size:10px;
	font-family: 'PFDinTextProMedium';
	text-align:center;
	padding:40px 0 0 0;
}

.circle_ie_wrapper .circle_1_wrap {
	top: 6px;
	left: 217px;
}

.circle_ie_wrapper .circle_2_wrap {
	top: 61px;
	left: 292px;
}

.circle_ie_wrapper .circle_3_wrap {
	top: 150px;
	left: 321px;
}

.circle_ie_wrapper .circle_4_wrap {
	top: 238px;
	left: 293px;
}

.circle_ie_wrapper .circle_5_wrap {
	top: 286px;
	left: 217px;
}

.circle_ie_wrapper .circle_6_wrap {
	top: 292px;
	left: 123px;
}

.circle_ie_wrapper div a:hover {
	color:#f24c09;
}