/**
 * 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": {
         "${_b}": [
            ["style", "opacity", '0']
         ],
         "${_slug}": [
            ["style", "opacity", '0']
         ],
         "${_homeButton}": [
            ["style", "opacity", '1']
         ],
         "${_iconContainer}": [
            ["style", "opacity", '0']
         ],
         "${_advButton}": [
            ["style", "opacity", '1']
         ],
         "${_content}": [
            ["style", "opacity", '0']
         ],
         "${_o}": [
            ["style", "opacity", '0']
         ],
         "${_bookButton}": [
            ["style", "opacity", '1']
         ],
         "${_stageOverlay}": [
            ["style", "opacity", '1']
         ],
         "${_c}": [
            ["style", "opacity", '0']
         ],
         "${_headerNavBar}": [
            ["style", "opacity", '0']
         ],
         "${_container}": [
            ["style", "opacity", '1']
         ],
         "${_headerLogo}": [
            ["style", "opacity", '0']
         ],
         "${_o2}": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3500,
         labels: {

         },
         timeline: [
            { id: "eid35", tween: [ "style", "${_iconContainer}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 500 },
            { id: "eid33", tween: [ "style", "${_c}", "opacity", '1', { fromValue: '0'}], position: 2250, duration: 500 },
            { id: "eid25", tween: [ "style", "${_content}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1000 },
            { id: "eid31", tween: [ "style", "${_b}", "opacity", '1', { fromValue: '0'}], position: 1750, duration: 500 },
            { id: "eid21", tween: [ "style", "${_container}", "opacity", '1', { fromValue: '1'}], position: 0, duration: 0 },
            { id: "eid30", tween: [ "style", "${_slug}", "opacity", '1', { fromValue: '0'}], position: 1505, duration: 245, easing: "easeInQuad" },
            { id: "eid27", tween: [ "style", "${_headerLogo}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 505 },
            { id: "eid26", tween: [ "style", "${_headerNavBar}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 505 },
            { id: "eid32", tween: [ "style", "${_o}", "opacity", '1', { fromValue: '0'}], position: 2000, duration: 500 },
            { id: "eid34", tween: [ "style", "${_o2}", "opacity", '1', { fromValue: '0'}], position: 2500, duration: 500 },
            { id: "eid19", tween: [ "style", "${_stageOverlay}", "opacity", '1', { fromValue: '1'}], position: 0, 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-1137185013");

