/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'Button',
            className:'TButtonCopy_id',
            type:'rect',
            tag:'div',
            rect:[63,42,15,15],
            fill:['rgba(192,192,192,1.00)'],
            stroke:[0,"rgb(0, 0, 0)","none"],
            transform:[[616.62432,257.34924],[45]]
        },
        {
            id:'ButtonCover',
            className:'TButtonCoverCopy_id',
            type:'rect',
            tag:'div',
            rect:[549,232,11,32],
            fill:['rgba(255,255,255,1.00)'],
            stroke:[0,"rgb(0, 0, 0)","none"],
            transform:[[127.00002,54]]
        },
        {
            id:'logo',
            className:'stage_logo_id',
            type:'image',
            tag:'div',
            rect:[0,0,820,549],
            opacity:1,
            fill:['rgba(0,0,0,0)','edge/images/logo.jpg'],
            transform:[]
        },
        {
            id:'smlogo2',
            type:'image',
            tag:'div',
            rect:[0,0,180,48],
            fill:['rgba(0,0,0,0)','edge/images/smlogo2.png'],
            transform:[[495,278]]
        },
        {
            id:'Trigger',
            className:'stage_Trigger_id',
            type:'rect',
            tag:'div',
            rect:[567,457,199,54],
            fill:['rgba(255,255,255,1)'],
            stroke:[0,"rgb(0, 0, 0)","none"],
            transform:[[-68,-182]]
        },
        {
            id:'TagLine',
            className:'stage_TagLine_id',
            type:'text',
            tag:'div',
            rect:[30,644,0,0],
            text:"The End of Over-Lawyering.",
            font:["Georgia, Times New Roman, Times, serif",29,"rgba(0,56,131,1.00)","normal","none",""],
            transform:[[106,-481]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_ButtonCover}": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["transform", "translateX", '127.00002px'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '54px'],
            ["style", "width", '11px']
         ],
         "${_TagLine}": [
            ["transform", "translateX", '106px'],
            ["style", "opacity", '0'],
            ["color", "color", 'rgba(0,56,131,1.00)'],
            ["style", "font-family", 'Georgia, Times New Roman, Times, serif'],
            ["transform", "translateY", '-481px'],
            ["style", "font-size", '45px']
         ],
         "${_smlogo2}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '278px'],
            ["transform", "translateX", '495px']
         ],
         "${_Button}": [
            ["color", "background-color", 'rgba(192,192,192,1.00)'],
            ["transform", "translateX", '616.62432px'],
            ["transform", "rotateZ", '45deg'],
            ["style", "height", '15px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '257.34924px'],
            ["style", "width", '15px']
         ],
         "${_logo}": [
            ["style", "opacity", '1'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '0px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "height", '549px'],
            ["style", "width", '820px']
         ],
         "${_Trigger}": [
            ["style", "height", '54px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '-182px'],
            ["transform", "translateX", '-68px'],
            ["style", "cursor", 'pointer']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         labels: {

         },
         timeline: [
            { id: "eid33", tween: [ "style", "${_Button}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 1000 },
            { id: "eid25", tween: [ "style", "${_TagLine}", "opacity", '1', { fromValue: '0'}], position: 2000, duration: 1500 },
            { id: "eid39", tween: [ "style", "${_smlogo2}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 1000 },
            { id: "eid23", tween: [ "style", "${_logo}", "opacity", '0', { fromValue: '1'}], position: 1750, duration: 1000 }]
      }
   }
}};

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-1520170");

