/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#navigation": [
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "scaleY", '1']
         ],
         "#contenido": [
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0'],
            ["transform", "scaleY", '1']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 27500,
         timeline: [
            { id: "eid76", tween: [ "transform", "#contenido", "scaleY", '1.02', { valueTemplate: undefined, fromValue: '1'}], position: 7000, duration: 8000, easing: "linear" },
            { id: "eid78", tween: [ "transform", "#contenido", "scaleY", '1.02', { valueTemplate: undefined, fromValue: '1.02'}], position: 16500, duration: 0, easing: "linear" },
            { id: "eid63", tween: [ "style", "#contenido", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 9750, easing: "linear" },
            { id: "eid81", tween: [ "style", "#contenido", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 16500, duration: 11000, easing: "linear" },
            { id: "eid75", tween: [ "transform", "#contenido", "scaleX", '1.02', { valueTemplate: undefined, fromValue: '1'}], position: 7000, duration: 8000, easing: "linear" },
            { id: "eid77", tween: [ "transform", "#contenido", "scaleX", '1.02', { valueTemplate: undefined, fromValue: '1.02'}], position: 16500, duration: 0, easing: "linear" },
            { id: "eid12", tween: [ "transform", "#navigation", "scaleY", '1.03', { valueTemplate: undefined, fromValue: '1'}], position: 4000, duration: 8000, easing: "linear" },
            { id: "eid66", tween: [ "transform", "#navigation", "scaleY", '1.03', { valueTemplate: undefined, fromValue: '1.03'}], position: 16500, duration: 0, easing: "linear" },
            { id: "eid11", tween: [ "transform", "#navigation", "scaleX", '1.03', { valueTemplate: undefined, fromValue: '1'}], position: 4000, duration: 8000, easing: "linear" },
            { id: "eid65", tween: [ "transform", "#navigation", "scaleX", '1.03', { valueTemplate: undefined, fromValue: '1.03'}], position: 16500, duration: 0, easing: "linear" },
            { id: "eid6", tween: [ "style", "#navigation", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 7000, easing: "linear" },
            { id: "eid72", tween: [ "style", "#navigation", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 16500, duration: 7250, easing: "linear" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

