/**
 * 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": {
         "${_kezdolap_fokep}": [
            ["style", "opacity", '0']
         ],
         "${_eng_flag}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '-60px'],
            ["transform", "translateX", '-2px']
         ],
         "${_ger_flag}": [
            ["transform", "translateY", '-60px'],
            ["style", "opacity", '0']
         ],
         "${_hun_flag}": [
            ["style", "opacity", '0'],
            ["transform", "translateX", '0'],
            ["transform", "translateY", '-50px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2250,
         labels: {

         },
         timeline: [
            { id: "eid28", tween: [ "transform", "${_eng_flag}", "translateX", '-2px', { fromValue: '-2px'}], position: 1500, duration: 0 },
            { id: "eid13", tween: [ "transform", "${_hun_flag}", "translateY", '0px', { fromValue: '-50px'}], position: 1000, duration: 500 },
            { id: "eid16", tween: [ "transform", "${_hun_flag}", "translateY", '10px', { fromValue: '0px'}], position: 1500, duration: 120 },
            { id: "eid17", tween: [ "transform", "${_hun_flag}", "translateY", '0px', { fromValue: '10px'}], position: 1620, duration: 130 },
            { id: "eid34", tween: [ "style", "${_eng_flag}", "opacity", '1', { fromValue: '0'}], position: 1500, duration: 500 },
            { id: "eid23", tween: [ "transform", "${_ger_flag}", "translateY", '0px', { fromValue: '-60px'}], position: 1250, duration: 500 },
            { id: "eid26", tween: [ "transform", "${_ger_flag}", "translateY", '10px', { fromValue: '0px'}], position: 1750, duration: 135 },
            { id: "eid27", tween: [ "transform", "${_ger_flag}", "translateY", '0px', { fromValue: '10px'}], position: 1885, duration: 115 },
            { id: "eid3", tween: [ "style", "${_kezdolap_fokep}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 1000 },
            { id: "eid8", tween: [ "transform", "${_hun_flag}", "translateX", '0', { fromValue: '0'}], position: 1500, duration: 0 },
            { id: "eid15", tween: [ "style", "${_hun_flag}", "opacity", '1', { fromValue: '0'}], position: 1000, duration: 500 },
            { id: "eid25", tween: [ "style", "${_ger_flag}", "opacity", '1', { fromValue: '0'}], position: 1250, duration: 500 },
            { id: "eid32", tween: [ "transform", "${_eng_flag}", "translateY", '0px', { fromValue: '-60px'}], position: 1500, duration: 500 },
            { id: "eid35", tween: [ "transform", "${_eng_flag}", "translateY", '10px', { fromValue: '0px'}], position: 2000, duration: 125 },
            { id: "eid36", tween: [ "transform", "${_eng_flag}", "translateY", '0px', { fromValue: '10px'}], position: 2125, duration: 125 }]
      }
   }
}};

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-19415456");

