/**
 * 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": {
         "${_Insert_logo}": [
            ["style", "opacity", '0.12941176470588']
         ],
         "${_MenuBar1} > li:nth-child(1) > a:nth-child(1)": [
            ["transform", "translateX", '-1px']
         ],
         "${_MenuBar1} > li:nth-child(6) > a:nth-child(1)": [
            ["transform", "translateX", '-151px']
         ],
         "${_MenuBar1} > li:nth-child(5) > a:nth-child(1)": [
            ["transform", "translateX", '-131px']
         ],
         "${_MenuBar1} > li:nth-child(2) > a:nth-child(1)": [
            ["transform", "translateX", '-41px'],
            ["transform", "translateY", '0px']
         ],
         "${_MenuBar1} > li:nth-child(4) > a:nth-child(1)": [
            ["transform", "translateX", '-91px']
         ],
         "${_MenuBar1} > li:nth-child(3) > a:nth-child(1)": [
            ["transform", "translateX", '-61px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3500,
         labels: {

         },
         timeline: [
            { id: "eid48", tween: [ "style", "${_Insert_logo}", "opacity", '1', { fromValue: '0.12941176470588'}], position: 1500, duration: 2000 },
            { id: "eid112", tween: [ "transform", "${_MenuBar1} > li:nth-child(3) > a:nth-child(1)", "translateX", '0px', { fromValue: '-61px'}], position: 0, duration: 2000 },
            { id: "eid110", tween: [ "transform", "${_MenuBar1} > li:nth-child(5) > a:nth-child(1)", "translateX", '0px', { fromValue: '-131px'}], position: 0, duration: 2000 },
            { id: "eid109", tween: [ "transform", "${_MenuBar1} > li:nth-child(6) > a:nth-child(1)", "translateX", '0px', { fromValue: '-151px'}], position: 0, duration: 2000 },
            { id: "eid114", tween: [ "transform", "${_MenuBar1} > li:nth-child(2) > a:nth-child(1)", "translateX", '0px', { fromValue: '-41px'}], position: 0, duration: 2000 },
            { id: "eid111", tween: [ "transform", "${_MenuBar1} > li:nth-child(4) > a:nth-child(1)", "translateX", '0px', { fromValue: '-91px'}], position: 0, duration: 2000 },
            { id: "eid115", tween: [ "transform", "${_MenuBar1} > li:nth-child(1) > a:nth-child(1)", "translateX", '0px', { fromValue: '-1px'}], position: 0, duration: 2000 }]
      }
   }
}};

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

