/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_textbox} > p:nth-child(1)": [
            ["style", "opacity", '0']
         ],
         "${_infoheader}": [
            ["transform", "translateX", '554px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '0px'],
            ["style", "overflow", 'visible']
         ],
         "${_logoheader}": [
            ["transform", "translateX", '-349px'],
            ["transform", "translateY", '0px'],
            ["style", "overflow", 'visible']
         ],
         "${_contactbox} > p:nth-child(2)": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1000,
         labels: {

         },
         timeline: [
            { id: "eid14", tween: [ "transform", "${_logoheader}", "translateX", '0px', { fromValue: '-349px'}], position: 0, duration: 1000, easing: "easeInOutBounce" },
            { id: "eid16", tween: [ "transform", "${_infoheader}", "translateX", '0px', { fromValue: '554px'}], position: 0, duration: 1000, easing: "easeInOutBounce" },
            { id: "eid18", tween: [ "style", "${_infoheader}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1000 },
            { id: "eid22", tween: [ "style", "${_contactbox} > p:nth-child(2)", "opacity", '1', { fromValue: '0'}], position: 500, duration: 500, easing: "swing" },
            { id: "eid24", tween: [ "style", "${_textbox} > p:nth-child(1)", "opacity", '1', { fromValue: '0'}], position: 500, duration: 500, easing: "swing" }]
      }
   }
}};

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-30497243");

