/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'logo',
            className:'stage_logo_id',
            type:'image',
            tag:'div',
            rect:[0,0,811,387],
            fill:['rgba(0,0,0,0)','images/logo.png']
        },
        {
            id:'itgrey2',
            className:'stage_itgrey2_id',
            type:'image',
            tag:'div',
            rect:[0,0,25,29],
            fill:['rgba(0,0,0,0)','images/itgrey2.png']
        },
        {
            id:'engrey2',
            className:'stage_engrey2_id',
            type:'image',
            tag:'div',
            rect:[0,0,34,29],
            fill:['rgba(0,0,0,0)','images/engrey2.png']
        },
        {
            id:'degrey',
            className:'stage_degrey_id',
            type:'image',
            tag:'div',
            rect:[0,0,34,27],
            fill:['rgba(0,0,0,0)','images/degrey.png']
        },
        {
            id:'intropie',
            className:'stage_intropie_id',
            type:'image',
            tag:'div',
            rect:[0,0,801,18],
            fill:['rgba(0,0,0,0)','images/intropie.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_itgrey2}": [
            ["transform", "scaleX", '0'],
            ["transform", "scaleY", '0'],
            ["transform", "translateY", '222px'],
            ["transform", "translateX", '720px']
         ],
         "${_degrey}": [
            ["transform", "scaleX", '0'],
            ["transform", "translateY", '223px'],
            ["transform", "translateX", '783px'],
            ["transform", "scaleY", '0']
         ],
         "${_logo}": [
            ["transform", "scaleX", '0.15'],
            ["transform", "translateX", '-6px'],
            ["transform", "translateY", '106px'],
            ["transform", "scaleY", '0.15']
         ],
         "${_intropie}": [
            ["transform", "scaleX", '0'],
            ["transform", "translateY", '564px'],
            ["transform", "translateX", '-1px'],
            ["transform", "scaleY", '0']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "height", '600px'],
            ["style", "width", '800px']
         ],
         "${_engrey2}": [
            ["transform", "scaleX", '0'],
            ["transform", "scaleY", '0'],
            ["transform", "translateY", '222px'],
            ["transform", "translateX", '745px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         labels: {

         },
         timeline: [
            { id: "eid17", tween: [ "transform", "${_logo}", "scaleY", '0.8', { fromValue: '0.15'}], position: 0, duration: 3960 },
            { id: "eid143", tween: [ "transform", "${_itgrey2}", "scaleY", '1', { fromValue: '0'}], position: 4000, duration: 0 },
            { id: "eid15", tween: [ "transform", "${_logo}", "scaleX", '0.8', { fromValue: '0.15'}], position: 0, duration: 3960 },
            { id: "eid166", tween: [ "transform", "${_intropie}", "translateY", '564px', { fromValue: '564px'}], position: 3960, duration: 0 },
            { id: "eid146", tween: [ "transform", "${_engrey2}", "scaleX", '0', { fromValue: '0'}], position: 4000, duration: 0 },
            { id: "eid170", tween: [ "transform", "${_intropie}", "scaleY", '1', { fromValue: '0'}], position: 3960, duration: 40 },
            { id: "eid2", tween: [ "transform", "${_logo}", "translateX", '-6px', { fromValue: '-6px'}], position: 0, duration: 0 },
            { id: "eid147", tween: [ "transform", "${_engrey2}", "scaleY", '0', { fromValue: '0'}], position: 4000, duration: 0 },
            { id: "eid169", tween: [ "transform", "${_intropie}", "scaleX", '1', { fromValue: '0'}], position: 3960, duration: 40 },
            { id: "eid156", tween: [ "transform", "${_degrey}", "translateX", '783px', { fromValue: '783px'}], position: 3960, duration: 0 },
            { id: "eid1", tween: [ "color", "${_stage}", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 0, duration: 0 },
            { id: "eid155", tween: [ "transform", "${_degrey}", "translateY", '223px', { fromValue: '223px'}], position: 3960, duration: 0 },
            { id: "eid163", tween: [ "transform", "${_intropie}", "translateX", '-1px', { fromValue: '-1px'}], position: 3960, duration: 0 },
            { id: "eid3", tween: [ "transform", "${_logo}", "translateY", '106px', { fromValue: '106px'}], position: 0, duration: 0 },
            { id: "eid142", tween: [ "transform", "${_itgrey2}", "scaleX", '1', { fromValue: '0'}], position: 4000, duration: 0 }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-25161330");

