[hidden] {
display: none;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}

/* Main Styles
================================================================= */
#add-moment {
position: absolute;
bottom: 20px;
left: 20px;
margin: 0;
padding: 0;
width: 80px;
height: 80px;
}
#plus-ex {
position: absolute;
bottom: 0;
left: 0;
z-index: 9000;
-webkit-transition: all .3s ease;
}
#add-moment ul {
margin: 0;
padding: 0;
position: absolute;
top: 0px;
left: 0px
}
#add-moment li {
list-style: none;
position: absolute;
margin: 0;
padding: 0;
-webkit-transition: all .4s ease-in-out;
}
/* CSS3 Animations
================================================================= */

.plus {
-webkit-transform: rotate(0deg);
}
.ex {
-webkit-transform: rotate(-45deg);
}
.icon-picture.out {
top: -265px;
-webkit-transform: rotate(-720deg);
}
.icon-people.out {
top: -251px;
left: 71px;
-webkit-transform: rotate(-720deg);
}
.icon-place.out {
top: -213px;
left: 137px;
-webkit-transform: rotate(-720deg);
}
.icon-music.out {
top: -153px;
left: 187px;
-webkit-transform: rotate(-720deg);
}
.icon-thought.out {
top: -77px;
left: 215px;
-webkit-transform: rotate(-720deg);
}
.icon-sleep.out {
left: 225px;
-webkit-transform: rotate(-720deg);
}
