/***********/
/** FLOAT **/
/***********/

/** float **/
@-webkit-keyframes float {
    0% { margin-bottom:0px; }
    50% { margin-bottom:7px; }
    100% { margin-bottom:0px; }
}
@-moz-keyframes float {
    0% { margin-bottom:0px; }
    50% { margin-bottom:7px; }
    100% { margin-bottom:0px; }
}
@-o-keyframes float {
    0% { margin-bottom:0px; }
    50% { margin-bottom:7px; }
    100% { margin-bottom:0px; }
}
@-ms-keyframes float {
    0% { margin-bottom:0px; }
    50% { margin-bottom:7px; }
    100% { margin-bottom:0px; }
}
@keyframes float {
    0% { margin-bottom:0px; }
    50% { margin-bottom:7px; }
    100% { margin-bottom:0px; }
}
/****/
/*.top-bubble {
    -webkit-animation: float 2s ease-in-out infinite;
    -moz-animation: float 2s ease-in-out infinite;    
    -o-animation: float 2s ease-in-out infinite;    
    -ms-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;    
}
.convo {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;    
    -o-animation-delay: -1s;    
    -ms-animation-delay: -1s;    
    animation-delay: -1s;    
}
.search {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;    
    -o-animation-delay: -1.5s;    
    -ms-animation-delay: -1.5s;    
    animation-delay: -1.5s;   
}*/

/*********/
/** POP **/
/*********/
@-webkit-keyframes pop {
    0% { margin-top:10px; }
    33.3% { margin-top:-2px; }
    66.6% { margin-top:0px; }
    99.9% { margin-top:9px; }
    100% { margin-top:10; }
}
@-moz-keyframes pop {
    0% { margin-top:10px; }
    33.3% { margin-top:-2px; }
    66.6% { margin-top:0px; }
    99.9% { margin-top:9px; }
    100% { margin-top:10; }
}
@-o-keyframes pop {
    0% { margin-top:10px; }
    33.3% { margin-top:-2px; }
    66.6% { margin-top:0px; }
    99.9% { margin-top:9px; }
    100% { margin-top:10; }
}
@-ms-keyframes pop {
    0% { margin-top:10px; }
    33.3% { margin-top:-2px; }
    66.6% { margin-top:0px; }
    99.9% { margin-top:9px; }
    100% { margin-top:10; }
}
@keyframes pop {
    0% { margin-top:10px; }
    33.3% { margin-top:-2px; }
    66.6% { margin-top:0px; }
    99.9% { margin-top:9px; }
    100% { margin-top:10; }
}
.foot-circles span {
    -webkit-animation: pop 1s ease-in-out infinite;
    -moz-animation: pop 1s ease-in-out infinite;    
    -o-animation: pop 1s ease-in-out infinite;    
    -ms-animation: pop 1s ease-in-out infinite;    
    animation: pop 1s ease-in-out infinite;    
}
.foot-circles .circ-2 {
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;    
    -o-animation-delay: .15s;    
    -ms-animation-delay: .15s;    
    animation-delay: .15s;    
}
.foot-circles .circ-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;    
    -o-animation-delay: .3s;    
    -ms-animation-delay: .3s;    
    animation-delay: .3s;    
}
.foot-circles .circ-4 {
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;    
    -o-animation-delay: .45s;    
    -ms-animation-delay: .45s;    
    animation-delay: .45s;    
}
.foot-circles .circ-5 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;    
    -o-animation-delay: .6s;    
    -ms-animation-delay: .6s;    
    animation-delay: .6s;    
}
.foot-circles .circ-6 {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;    
    -o-animation-delay: .75s;    
    -ms-animation-delay: .75s;    
    animation-delay: .75s;    
}
.foot-circles .circ-7 {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;    
    -o-animation-delay: .9s;    
    -ms-animation-delay: .9s;    
    animation-delay: .9s;    
}

/***********/
/** SWING **/
/***********/

/*@-webkit-keyframes swing {
    from {-webkit-transform: rotate(-1deg)}
    to {-webkit-transform: rotate(2deg)}    
}

.promo-bubble {-webkit-animation: swing 1.6s alternate ease-in-out infinite;}

.pb-1 {-webkit-animation-delay: -.2s;}
.pb-5 {-webkit-animation-delay: -.4s;}
.pb-3 {-webkit-animation-delay: -.6s;}
.pb-2 {-webkit-animation-delay: -.8s;}
.pb-5 {-webkit-animation-delay: -1s;}*/




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
