@font-face {
    font-family: 'EdoRegular';
    src: url('type/edo-webfont.eot');
    src: url('type/edo-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/edo-webfont.woff') format('woff'),
         url('type/edo-webfont.ttf') format('truetype'),
         url('type/edo-webfont.svg#EdoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('type/Chunkfive-webfont.eot');
    src: url('type/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/Chunkfive-webfont.woff') format('woff'),
         url('type/Chunkfive-webfont.ttf') format('truetype'),
         url('type/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreenFuz';
    src: url('type/green-fuz.eot');
    src: url('type/green-fuz.eot?#iefix') format('embedded-opentype'),
         url('type/green-fuz.woff') format('woff'),
         url('type/green-fuz.ttf') format('truetype'),
         url('type/green-fuz.svg#GreenFuz') format('svg');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes bounceLeft {
 from {
  	-webkit-transform:translate(0,0);
 } to   {
  -webkit-transform:translate(-14px,0);
 }
}

@-webkit-keyframes bounceRight {
 from {
  	-webkit-transform:translate(0,0);
 } to   {
  -webkit-transform:translate(14px,0);
 }
}

@-webkit-keyframes glow {
 0% {
	 opacity:.4;
 } 100%   {
	 opacity:1;
 }
}

@-webkit-keyframes swipe1 {
 0% {
      -webkit-transform: rotate(7deg);
 } 100%   {
      -webkit-transform: rotate(-4deg);
 }
}

@-webkit-keyframes swipe2 {
 0% {
      -webkit-transform: rotate(-7deg);
 } 100%   {
      -webkit-transform: rotate(4deg);
 }
}

@-webkit-keyframes swipe3 {
 0% {
      -webkit-transform: rotate(4deg);
 } 100%   {
      -webkit-transform: rotate(-9deg);
 }
}

@-webkit-keyframes swipe4 {
 0% {
      -webkit-transform: rotate(-3deg);
 } 100%   {
      -webkit-transform: rotate(6deg);
 }
}

@-webkit-keyframes swipe5 {
 0% {
      -webkit-transform: rotate(3deg);
 } 100%   {
      -webkit-transform: rotate(-9deg);
 }
}

.csstransitions #background div {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.csstransitions a {
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.csstransitions #muteAll {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}

.csstransitions a:hover {
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

.csstransitions a:active {
-webkit-transition: all 0;
-moz-transition: all 0;
-o-transition: all 0;
transition: all 0;
}

.csstransitions a .faceBookJack{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.csstransitions a:hover .faceBookJack{
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

.csstransitions .productsGallery .miniBox img {
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.csstransitions .productsGallery .miniBox:hover img {
-webkit-box-shadow: 0 9px 15px rgba(0,0,0,.75);
-moz-box-shadow: 0 9px 15px rgba(0,0,0,.75);
box-shadow: 0 9px 15px rgba(0,0,0,.75);
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

.csstransitions .productsGallery .miniBox:hover img[src$='.png'] {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow: none;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}


.cssanimations .ghost {
-webkit-animation: glow 2s ease infinite alternate;
}
.cssanimations #hand1 {
	-webkit-transform-origin: bottom center;
-webkit-animation: swipe1 3s cubic-bezier(.2, .5, .1, .4) infinite alternate;
}

.cssanimations #hand2 {
	-webkit-transform-origin: bottom center;
-webkit-animation: swipe2 3s cubic-bezier(.7, .2, .5, .2) infinite alternate;
}

.cssanimations #hand3 {
	-webkit-transform-origin: bottom center;
-webkit-animation: swipe3 3s cubic-bezier(.7, .1, .4, .8) infinite alternate;
}

.cssanimations #hand4 {
	-webkit-transform-origin: bottom center;
-webkit-animation: swipe4 3s cubic-bezier(.2, .3, .8, 1) infinite alternate;
}
.cssanimations #hand5 {
	-webkit-transform-origin: bottom center;
-webkit-animation: swipe5 3s cubic-bezier(.7, .1, .4, .7) infinite alternate;
}

.csstransitions .featuredProduct {
-webkit-transform:scale(.9);
-moz-transform: scale(.9);
-o-transform: scale(.9);
transform: scale(.9);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.csstransitions .featuredProduct:hover {
-webkit-transform:scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}