/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'Rectangle',
            className:'stage_Rectangle_id',
            type:'rect',
            tag:'div',
            rect:[-30,-4,732,666],
            fill:['rgba(192,192,192,1)'],
            stroke:[0,"rgba(0,0,0,1)","none"]
        },
        {
            id:'logo-text-only',
            className:'stage_logo-text-only_id',
            type:'image',
            tag:'div',
            rect:[0,0,357,117],
            fill:['rgba(0,0,0,0)','images/logo-text-only.jpg']
        },
        {
            id:'Text',
            className:'stage_Text_id',
            type:'text',
            tag:'div',
            rect:[196,369,297,81],
            text:"January 2015",
            align:"center",
            font:["Verdana, Geneva, sans-serif",24,"rgba(0,0,0,1)","bold","none",""]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_stage}": [
            ["style", "height", '666px'],
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["style", "width", '666px']
         ],
         "${_logo-text-only}": [
            ["transform", "scaleY", '0.76'],
            ["transform", "translateX", '163px'],
            ["transform", "scaleX", '0.76'],
            ["style", "height", '117px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '197px'],
            ["style", "width", '357px']
         ],
         "${_Text}": [
            ["transform", "translateX", '-12px'],
            ["color", "color", 'rgba(255,255,255,1.00)'],
            ["style", "font-weight", 'bold'],
            ["style", "font-size", '12px'],
            ["style", "text-align", 'center'],
            ["style", "opacity", '0'],
            ["style", "font-family", 'Verdana, Geneva, sans-serif'],
            ["transform", "translateY", '-26px'],
            ["style", "width", '316px']
         ],
         "${_Rectangle}": [
            ["color", "background-color", 'rgba(0,0,0,1.00)'],
            ["transform", "translateX", '30px'],
            ["style", "height", '666px'],
            ["transform", "translateY", '4px'],
            ["style", "width", '666px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 11675.075539241,
         labels: {

         },
         timeline: [
            { id: "eid37", tween: [ "style", "${_Text}", "width", '316px', { fromValue: '316px'}], position: 6130, duration: 0 },
            { id: "eid1", tween: [ "style", "${_stage}", "width", '666px', { fromValue: '666px'}], position: 0, duration: 0 },
            { id: "eid8", tween: [ "transform", "${_logo-text-only}", "translateX", '163px', { fromValue: '163px'}], position: 0, duration: 0 },
            { id: "eid13", tween: [ "style", "${_logo-text-only}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 6130, easing: "easeOutCubic" },
            { id: "eid9", tween: [ "transform", "${_logo-text-only}", "translateY", '197px', { fromValue: '197px'}], position: 0, duration: 0 },
            { id: "eid40", tween: [ "style", "${_Text}", "opacity", '1', { fromValue: '0'}], position: 4646, duration: 3603 },
            { id: "eid42", tween: [ "style", "${_Text}", "opacity", '0', { fromValue: '1'}], position: 9250, duration: 2425 },
            { id: "eid38", tween: [ "transform", "${_Text}", "translateY", '-26px', { fromValue: '-26px'}], position: 6130, duration: 0 },
            { id: "eid51", tween: [ "color", "${_stage}", "background-color", 'rgba(0,0,0,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,1.00)'}], position: 11675, duration: 0 },
            { id: "eid33", tween: [ "color", "${_Text}", "color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 6130, duration: 0 },
            { id: "eid19", tween: [ "style", "${_logo-text-only}", "height", '117px', { fromValue: '117px'}], position: 6130, duration: 0 },
            { id: "eid34", tween: [ "style", "${_Text}", "font-size", '12px', { fromValue: '12px'}], position: 6130, duration: 0 },
            { id: "eid31", tween: [ "transform", "${_logo-text-only}", "scaleY", '1', { fromValue: '0.76'}], position: 0, duration: 6130 },
            { id: "eid18", tween: [ "style", "${_logo-text-only}", "width", '357px', { fromValue: '357px'}], position: 6130, duration: 0 },
            { id: "eid29", tween: [ "transform", "${_logo-text-only}", "scaleX", '1', { fromValue: '0.76'}], position: 0, duration: 6130 },
            { id: "eid35", tween: [ "transform", "${_Text}", "translateX", '-12px', { fromValue: '-12px'}], position: 6130, 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-157256795");

