/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'skip_intro',
            className:'stage_skip_intro_id',
            type:'image',
            tag:'div',
            rect:[0,0,608,214],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/skip_intro.png']
        },
        {
            id:'d2',
            className:'stage_d2_id',
            type:'image',
            tag:'div',
            rect:[0,0,1006,678],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/d2.jpg']
        },
        {
            id:'c2',
            className:'stage_c2_id',
            type:'image',
            tag:'div',
            rect:[0,0,1006,678],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/c2.jpg']
        },
        {
            id:'b2',
            className:'stage_b2_id',
            type:'image',
            tag:'div',
            rect:[0,0,1006,678],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/b2.jpg']
        },
        {
            id:'a2',
            className:'stage_a2_id',
            type:'image',
            tag:'div',
            rect:[0,0,1006,678],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/a2.jpg']
        },
        {
            id:'logo',
            className:'stage_logo_id',
            type:'image',
            tag:'div',
            rect:[0,0,250,204],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/logo.gif']
        },
        {
            id:'button',
            className:'stage_button_id',
            type:'image',
            tag:'div',
            rect:[0,0,86,75],
            fill:['rgba(0,0,0,0)','fileadmin/template/intro/images/button.png']
        },
        {
            id:'Rectangle',
            type:'rect',
            tag:'div',
            rect:[1,177,1006,623],
            fill:['rgba(192,192,192,1)'],
            stroke:[0,"rgba(0,0,0,1)","none"]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_a2}": [
            ["style", "opacity", '1']
         ],
         "${_logo}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '570px'],
            ["transform", "translateX", '670px']
         ],
         "${_b2}": [
            ["style", "opacity", '1']
         ],
         "${_Rectangle}": [
            ["style", "opacity", '0']
         ],
         "${_button}": [
            ["transform", "scaleX", '0.24'],
            ["transform", "translateX", '-5.00001px'],
            ["transform", "scaleY", '0.24'],
            ["transform", "translateY", '699.5px']
         ],
         "${_c2}": [
            ["style", "opacity", '1']
         ],
         "${_stage}": [
            ["style", "height", '800px'],
            ["style", "width", '1006px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "overflow", 'hidden']
         ],
         "${_skip_intro}": [
            ["transform", "scaleX", '0.15'],
            ["transform", "scaleY", '0.15'],
            ["transform", "translateX", '-215px'],
            ["transform", "translateY", '631.94998px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 12000,
         labels: {

         },
         timeline: [
            { id: "eid1", tween: [ "style", "${_stage}", "width", '1006px', { fromValue: '1006px'}], position: 0, duration: 0 },
            { id: "eid38", tween: [ "transform", "${_skip_intro}", "scaleY", '0.15', { fromValue: '0.15'}], position: 0, duration: 0 },
            { id: "eid59", tween: [ "transform", "${_button}", "scaleY", '0.24', { fromValue: '0.24'}], position: 0, duration: 0 },
            { id: "eid22", tween: [ "style", "${_logo}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1500 },
            { id: "eid41", tween: [ "transform", "${_skip_intro}", "translateX", '-215px', { fromValue: '-215px'}], position: 0, duration: 0 },
            { id: "eid7", tween: [ "style", "${_b2}", "opacity", '0', { fromValue: '1'}], position: 5000, duration: 2000 },
            { id: "eid67", tween: [ "transform", "${_skip_intro}", "translateY", '631.94998px', { fromValue: '631.94998px'}], position: 0, duration: 0 },
            { id: "eid12", tween: [ "transform", "${_logo}", "translateX", '670px', { fromValue: '670px'}], position: 0, duration: 0 },
            { id: "eid4", tween: [ "style", "${_a2}", "opacity", '0', { fromValue: '1'}], position: 2250, duration: 1750 },
            { id: "eid37", tween: [ "transform", "${_skip_intro}", "scaleX", '0.15', { fromValue: '0.15'}], position: 0, duration: 0 },
            { id: "eid58", tween: [ "transform", "${_button}", "scaleX", '0.24', { fromValue: '0.24'}], position: 0, duration: 0 },
            { id: "eid66", tween: [ "transform", "${_button}", "translateY", '699.5px', { fromValue: '699.5px'}], position: 0, duration: 0 },
            { id: "eid14", tween: [ "transform", "${_logo}", "translateY", '570px', { fromValue: '570px'}], position: 0, duration: 0 },
            { id: "eid2", tween: [ "style", "${_stage}", "height", '800px', { fromValue: '800px'}], position: 0, duration: 0 },
            { id: "eid9", tween: [ "style", "${_c2}", "opacity", '0', { fromValue: '1'}], position: 8000, duration: 2000 },
            { id: "eid60", tween: [ "transform", "${_button}", "translateX", '-5.00001px', { fromValue: '-5.00001px'}], position: 0, duration: 0 },
            { id: "eid68", tween: [ "style", "${_Rectangle}", "opacity", '0', { fromValue: '0'}], 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-3109858");

