/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'portoff',
            className:'stage_portoff_id',
            type:'image',
            tag:'div',
            rect:[0,0,900,469],
            fill:['rgba(0,0,0,0)','images/portoff.png']
        },
        {
            id:'porton',
            className:'stage_porton_id',
            type:'image',
            tag:'div',
            rect:[0,0,697,374],
            fill:['rgba(0,0,0,0)','images/porton.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_stage}": [
            ["style", "height", '939px'],
            ["color", "background-color", 'rgba(255,255,255,0.00)'],
            ["style", "width", '1800px']
         ],
         "${_portoff}": [
            ["style", "height", '938px'],
            ["style", "width", '1800px']
         ],
         "${_porton}": [
            ["transform", "translateX", '271px'],
            ["style", "height", '930px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '95px'],
            ["style", "width", '1800px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4750,
         labels: {

         },
         timeline: [
            { id: "eid1", tween: [ "style", "${_stage}", "width", '1800px', { fromValue: '1800px'}], position: 0, duration: 0 },
            { id: "eid6", tween: [ "style", "${_porton}", "height", '930px', { fromValue: '930px'}], position: 0, duration: 0 },
            { id: "eid3", tween: [ "color", "${_stage}", "background-color", 'rgba(255,255,255,0.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,0.00)'}], position: 0, duration: 0 },
            { id: "eid22", tween: [ "transform", "${_porton}", "translateY", '95px', { fromValue: '95px'}], position: 0, duration: 0 },
            { id: "eid4", tween: [ "style", "${_portoff}", "height", '938px', { fromValue: '938px'}], position: 0, duration: 0 },
            { id: "eid5", tween: [ "style", "${_portoff}", "width", '1800px', { fromValue: '1800px'}], position: 0, duration: 0 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '939px', { fromValue: '939px'}], position: 0, duration: 0 },
            { id: "eid29", tween: [ "style", "${_porton}", "opacity", '0', { fromValue: '0'}], position: 0, duration: 0 },
            { id: "eid70", tween: [ "style", "${_porton}", "opacity", '0.37647070588235', { fromValue: '0'}], position: 2000, duration: 1000 },
            { id: "eid73", tween: [ "style", "${_porton}", "opacity", '0', { fromValue: '0.37647070588235'}], position: 3000, duration: 1000 },
            { id: "eid74", tween: [ "style", "${_porton}", "opacity", '1', { fromValue: '0'}], position: 4000, duration: 750 },
            { id: "eid28", tween: [ "transform", "${_porton}", "translateX", '271px', { fromValue: '271px'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${_porton}", "width", '1800px', { fromValue: '1800px'}], 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-113075148");

