Scopritela sul mio BLOG di Lievitazione Naturale
/*
* jQuery Nivo Slider v3.2
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* modified to use with RSSFeed by GPackage */
/* The Nivo Slider styles */
.nivoSlider {
position:relative;
width:100%;
height:auto;
overflow: hidden;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
max-width: none;
}
.nivo-main-image {
display: block !important;
position: relative !important;
width:100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
background:white;
filter:alpha(opacity=0);
opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
top:0;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
top:10px;
width:auto;
max-width:60%;
height:auto;
max-height:80%;
z-index:8;
padding: 5px 10px;
opacity: 0.8;
overflow: hidden;
display: none;
-moz-opacity: 0.8;
filter:alpha(opacity=8);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position:absolute;
top:45%;
z-index:9;
cursor:pointer;
display:none;
}
.nivo-prevNav {
left:0px;
display:none;
}
.nivo-nextNav {
right:0px;
display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
width:100%;
text-align:center;
padding: 5px 0px;
}
.nivo-controlNav a {
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}
/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* modified in theme-local by GPackage */
.theme-local.slider-wrapper {
background: #f3e9b4;
padding: 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-goog-ms-border-radius: 15px;
border-radius: 15px;
}
.theme-local .nivoSlider {
position:relative;
background:#f3e9b4 url() no-repeat 50% 50%;
overflow: visible;
}
.theme-local .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-local .nivoSlider a {
border:0;
display:block;
}
.theme-local .nivo-controlNav {
position: relative;
z-index: 10;
background:#FFFFFF;
}
.theme-local .nivo-controlNav a {
display:inline-block;
width:10px;
height:10px;
background:url() no-repeat 0 2px;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.theme-local .nivo-controlNav a.active {
background-position:0 100%;
}
.theme-local .nivo-directionNav a {
display:none;
width:30px;
height:30px;
background: url() no-repeat;
text-indent:-9999px;
border:0;
top: auto;
bottom: -36px;
z-index: 11;
display:none;
}
.theme-local .nivo-directionNav a:hover {
background-color: #333;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display:none;
}
.theme-local a.nivo-nextNav {
background-position:-16px 50%;
right:0px;
display:none;
}
.theme-local a.nivo-prevNav {
background-position:11px 50%;
left: auto;
right: 35px;
display:none;
}
.theme-local .nivo-caption {
font-family: Merriweather, Helvetica, Arial, sans-serif;
background:#FFFFFF;
color:#ff7b00;
font-weight:bold;
font-size: 15px;
}
.theme-local .nivo-caption a {
color:#ff7b00;
}
.theme-local .nivo-caption a:hover {
color:#ff7b00;
}
.theme-local .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-local .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
}
.theme-local .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 30px;
height: auto;
background: #f3e9b4;
padding: 3px;
}
.theme-local .nivo-controlNav.nivo-thumbs-enabled img.active {
display: block;
width: 30px;
height: auto;
background: #ff7b00;
padding: 3px;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 0.9;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 0.9;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 0.9;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 0.9;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 0.9;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 0.9;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
Visualizzazione post con etichetta #Dessert. Mostra tutti i post
Visualizzazione post con etichetta #Dessert. Mostra tutti i post
venerdì 29 novembre 2013
Etichette:
#BAO Original,
#Dessert,
#Dolci,
#Lievito Madre,
#PastaMadre
martedì 22 ottobre 2013
Marmellata di Prugne nella Macchina del Pane
Marmellata pronta |
Questa e' una ricetta che mi ha ispirato il blog di Sabina - Due Bionde in Cucina
Non ho seguito la sua ricetta alla lettera' perche' sapevo gia' che la marmellata di prugne allo zenzero non sarebbe stata apprezzata dai piu' piccoli della famiglia.
Le dosi di frutta e di zucchero pero' sono le sue!
Io ho usato prugne Belle Reine o Regina Elena, sono quelle dal colore rosato e non scure.
Erano in offerta ma credo che siano anche piu' costose delle altre, e onestamente, sapevano di poco!
Ma che volete farci, qua in Olanda trovare la frutta saporita e' un miraggio.
In piu' ho deciso che per una volta tanto avrei provato ad usare la macchina del pane programam marmellata.
Ha funzionato perfettamente!
Pronte per essere cotte |
Io non l'ho fatto e la mia marmellata era abbastanza liquida.
Ne ho fatto solo mezzo chilo, l'ho usata quasi tutta per una crostata quindi non c'e' una vera foto del vasetto.. ma della crostata eccola qua!
INGREDIENTI
200 gr. di zucchero meglio se per marmellate
550 gr. di prugne belle dolci e mature
succo di mezzo limone
PROCEDIMENTO
Lavare accuratamente le prugne, meglio se non trattate o biologiche.
Tagliare le prugne in pezzi anche grandi.
inserirle nella macchina del pane.
Ricoprirle di zucchero.
Accende il programma e chiudere il tappo.
ATTENZIONE il composto diventa super bollente a causa dello zucchero: quando volete controllare lo stato della vostra marmellata fatelo da lontano ed aprite il coperchio con cautela poiche' quando la pala gira il composto schizza ed e' ustionante.
Quando la marmellata sara' pronta, aggiunete il succo di limone, serrvira' per conservarla e mettetela nei vasetti chiudete e siggillate ben calda. Si sterilizzera' con il calore della marmellata.
Etichette:
#Allergie,
#Allergy,
#AModoMIo,
#BAO Original,
#Dessert,
#Dolce,
#Dolci,
#Italia,
#Italian,
#Italy,
#MacchinadelPane,
#Mdp,
#Recipes,
#Vegetarian,
#Vegetariano
Crostata di Marmellata di Prugne SENZA BURRO e con Marmellata fatta in CASA con MACCHINA DEL PANE
Ecco qua l'ultimo dolce fatto in casa Buon Appetito Olanda!
Per la ricetta della Marmellata vedere QUA
Per la ricetta della Pasta Frolla senza Burro beh io ho fatto cosi'.
INGREDIENTI
300 gr di Farina
100 gr Zucchero
100 ml di olio di semi
2 uova
1 bustina di vanillina
1/2 bustina di lievito per dolci
PROCEDIMENTO
Pasta con i buchini |
Si fa la montagnella con la farina il lievito e la vanillina, il buco al centro, e nel buco mettere il burro morbido e le uova.
Lavorare l'impasto per bene fino a che non fara' i buchini.
Quindi avvolgerlo nel cellophan e riporre in frigo per 2 ore.
Rispetto ad una forolla normale tende ad appiccicarsi di piu', almeno la mia!
Quidni quando la stendete usate tanta farina sul tavolo di lavoro.
Questo quantitatio di pasta frolla vi permette di foderare fino a 2 crostate
Etichette:
#Allergie,
#Allergy,
#AModoMIo,
#BAO Original,
#Dessert,
#Dolce,
#Dolci,
#Italia,
#Italian,
#Italy,
#MacchinadelPane,
#Mdp,
#NoBurro,
#NoButter,
#Recipes,
#Slider,
#Vegetarian,
#Vegetariano
venerdì 4 ottobre 2013
Cornetti o Croissant Sfogliati - Link alla ricetta -
Ancora non li ho fatti, per la ricetta vi rimando al link di Anna in Casa.
Ma sono perfetti, e devo provarli con la pasta madre!
Ma sono perfetti, e devo provarli con la pasta madre!
Etichette:
#Colazione,
#Dessert,
#Dolce,
#Lievito Madre,
#OUTBAO
giovedì 23 maggio 2013
Gelato Banana e Arancia - Versione numero 2
Dato il freddo polare che fa in questa settimana in Olanda mi andava di cucinare, o una bella zuppa o uno di quei rolle' al forno che ci mettono 2 ore a cuocersi.. e contemporaneamente ti scaldano la casa!
Tuttavia e' anche ottimo fare il gelato...
Se lasciate la vostra gelatiera a mantecare il gelato non in casa ma... nella rimessa a 10 gradi, il risultato e' assicurato!
Son sempre alla ricerca di spuntini deliziosi e naturali per i miei figli, le barrette ai cereali aggregati sono state rifiutate e scartate come aborto informe mentre il gelato viene ancora apprezzato!
Avevo da smaltire della frutta in casa, ed avevo delle banane molto mature...
il mio dolce preferito con le Banane e' il Pane alle Banane, o Plumcake, o Torta o che volete voi alle banane e avrei dovuto provarne la variante alle arance.
Tuttavia l'estate e' alle porte, in 3 settimane sono sulla spiaggia ad arrostirmi e ho ancora tutta la ciccetta post gravidanza li, piazzata su fianchi e pancia e sembra non voler andar via.
Ecco che cucinare la mia torta era un errore...
Via di gelato, ho le gengive sensibili quindi non posso mangiarne molto.
OTTIMO per la dieta di mamma e gli spuntini dei BUBI.
Ecco la variante numero due.
Varia perche' gli ingredient in casa erano diversi.
Quindi tocca reinventarsi.
INGREDIENTI
PROCEDIMENTO
Mescolare tutti gli ingredienti con l'aiuto di un frullatore ad immersione.
Assicurarsi che la capienza della gelatiera sia simile alla quantita' di liquido.
Far mantecare il gelato per almeno 1 ora e...
BUON APPETITO
Tuttavia e' anche ottimo fare il gelato...
Se lasciate la vostra gelatiera a mantecare il gelato non in casa ma... nella rimessa a 10 gradi, il risultato e' assicurato!
Son sempre alla ricerca di spuntini deliziosi e naturali per i miei figli, le barrette ai cereali aggregati sono state rifiutate e scartate come aborto informe mentre il gelato viene ancora apprezzato!
Avevo da smaltire della frutta in casa, ed avevo delle banane molto mature...
il mio dolce preferito con le Banane e' il Pane alle Banane, o Plumcake, o Torta o che volete voi alle banane e avrei dovuto provarne la variante alle arance.
Tuttavia l'estate e' alle porte, in 3 settimane sono sulla spiaggia ad arrostirmi e ho ancora tutta la ciccetta post gravidanza li, piazzata su fianchi e pancia e sembra non voler andar via.
Ecco che cucinare la mia torta era un errore...
Via di gelato, ho le gengive sensibili quindi non posso mangiarne molto.
OTTIMO per la dieta di mamma e gli spuntini dei BUBI.
Ecco la variante numero due.
Varia perche' gli ingredient in casa erano diversi.
Quindi tocca reinventarsi.
INGREDIENTI
- Succo e polpa di arance circa 200 ml
- 100 ml di panna da montare
- 130 gr zucchero di canna o 100 gr. se le banane sono molto mature
- 3 banane schiacciate

PROCEDIMENTO
Mescolare tutti gli ingredienti con l'aiuto di un frullatore ad immersione.
Assicurarsi che la capienza della gelatiera sia simile alla quantita' di liquido.
Far mantecare il gelato per almeno 1 ora e...
BUON APPETITO
Etichette:
#Allergie,
#BAO Original,
#Dessert,
#Dolce,
#gelato,
#icecream,
#Intolleranze,
#Italian,
#Napoli,
#Slider,
#Soia,
#Vegan,
#Vegetarian,
#Vegetariano
venerdì 29 marzo 2013
CHOCOLATE OATMEAL NO BAKE COOKIES

I'll tell you mine advices as soon as I make them!
INGREDIENTS
1/2 C Butter 2 C Sugar 1/2 C Milk 4 Tbsp Cocoa 1/2 C Peanut Butter 3 1/2 C Quick cooking Oats 2 tsp. Vanilla
PREPARATION
Add the first 4 ingredients in a saucepan. Bring to a rolling boil, and boil for 1 minute. Stir in the next 3 ingredients and drop onto wax/foil paper. Let cool until set.
For harder cookies bake them longer or add sugar and cocoa till they are the right consistency.
A Bunny Easter
I found this recipe on Facebook, Don't really know who invented or pictured it.
i'm Gonna past it here as I found it...
Dough I think the oven can't be 375 grades... maybe 275 ?
What do you think ?
so let's have a look
INGREDIENTS
2-1/2 to 3 cups all-purpose flour
2 tablespoons sugar
1 package (1/4 ounce) active dry yeast
1 teaspoon salt
1 cup (8 ounces) sour cream
1/4 cup water
2 tablespoons butter
1 egg
PROCEDURE
Put the butter, the sour cream and water in a small saucepan and heat, but do not cook. Cool to tepid then add the remaining ingredients. Put in a kneader. If thick add more water.
Let it rise double and cut into 16 equal parts.
Baking tray lined with baking paper and cut the ears with scissors.
Then, the eyes can be put, such as pepper grains.
Bake at 375° for about 10 minutes or until golden brown.
2 tablespoons sugar
1 package (1/4 ounce) active dry yeast
1 teaspoon salt
1 cup (8 ounces) sour cream
1/4 cup water
2 tablespoons butter
1 egg
PROCEDURE
Put the butter, the sour cream and water in a small saucepan and heat, but do not cook. Cool to tepid then add the remaining ingredients. Put in a kneader. If thick add more water.
Let it rise double and cut into 16 equal parts.
Baking tray lined with baking paper and cut the ears with scissors.
Then, the eyes can be put, such as pepper grains.
Bake at 375° for about 10 minutes or until golden brown.
mercoledì 27 marzo 2013
Budini di Parmigiano con Mandorle e Miele - Parmigiano Pudding with Almonds and Honey
No way, this recipe has to be proved!
Starting first that is coming from a special food blogger Lucia Arlandini, for me a real food artist.
Second the recipe has salty and sweet ingredients, impossible to imagine how the teast will be.
Third it looks fabulous
Fourth is Italian with 100% Italian ingredients
Fifth, when you use parmigiano you help also the Italian economy and the people that lost everything due to the earthquake in emilia-romagna.
So please... eat loads of PARMIGIANO REGGIANO E GRANA PADANO !
So CLICK HERE for the Italian recipe and the BLOG of Lucia or...
Read further!
INGREDIENTS
PREPARATION
Put the grated Parmesan in a mixing bowl with mascarpone and cream.
Mix with a whisk
to make the mixture homogeneous.
Transfer the cream into a bowl and cook a bain-marie for 7/8 minutes.
Remove it from the water and allow to cool down.
Add the softened and squeezed gelatin and add it in to the cheese cream bowl.
Stir until it is completely dissolved.
Pour the mixture into individual moulds and allow them to cool and harden in the fridge.
Remove the pudding from the fridge garnish them with a drizzle of honey, fillets roasted almonds and a generous dose of pepper.
Starting first that is coming from a special food blogger Lucia Arlandini, for me a real food artist.
Second the recipe has salty and sweet ingredients, impossible to imagine how the teast will be.
Third it looks fabulous
Fourth is Italian with 100% Italian ingredients
Fifth, when you use parmigiano you help also the Italian economy and the people that lost everything due to the earthquake in emilia-romagna.
So please... eat loads of PARMIGIANO REGGIANO E GRANA PADANO !
So CLICK HERE for the Italian recipe and the BLOG of Lucia or...
Read further!
INGREDIENTS
Photo from -ti cucino cosi- Blog |
- 300 GR. Grated Parmigiano
- 250 ml fresh Cream
- 2OO ml Mascarpone
- 8 GR Cooking Gelatin
- 40 GR Peeled Roasted almonds
- Chestnut Honey
- Pepper
PREPARATION
Put the grated Parmesan in a mixing bowl with mascarpone and cream.
Mix with a whisk
to make the mixture homogeneous.
Transfer the cream into a bowl and cook a bain-marie for 7/8 minutes.
Remove it from the water and allow to cool down.
Add the softened and squeezed gelatin and add it in to the cheese cream bowl.
Stir until it is completely dissolved.
Pour the mixture into individual moulds and allow them to cool and harden in the fridge.
Remove the pudding from the fridge garnish them with a drizzle of honey, fillets roasted almonds and a generous dose of pepper.
Etichette:
#Appetizer,
#Blog,
#Dessert,
#Dolci,
#Facebook,
#Italia,
#Italian,
#Italy,
#OUTBAO,
#Piemonte,
#Recipes,
#Regional Recipes,
#Ricette,
#Tradizione
Gelato Banana ed Arancia
Una vera delizia da non credere.
Io l'ho fatto sostituendo alla panna la panna di soia.
Mio figlio sembra leggermente intollerante al lattosio quindi cerco di evitare i latticini il piu' possibile.
Resta che e' un fanatico dei formaggi... ed e' dura tenerlo con le mani fuori dal frigo!
Ecco la ricetta!
Il gelato era gustosissimo ma ancora devo capire perche', quando lo metto in frigo perde tutta la sua spumosita', si accascia e indurisce... uffa!
Anyway sperando di migliorarsi ecco la ricetta.
INGREDIENTI
PROCEDIMENTO
Mescolare tutti gli ingredienti con l'aiuto di un frullatore ad immersione.
Assicurarsi che la capienza della gelatiera sia simile alla quantita' di liquido.
Far mantecare il gelato per almeno 1 ora e...
BUON APPETITO

Mio figlio sembra leggermente intollerante al lattosio quindi cerco di evitare i latticini il piu' possibile.
Resta che e' un fanatico dei formaggi... ed e' dura tenerlo con le mani fuori dal frigo!
Ecco la ricetta!
Il gelato era gustosissimo ma ancora devo capire perche', quando lo metto in frigo perde tutta la sua spumosita', si accascia e indurisce... uffa!
Anyway sperando di migliorarsi ecco la ricetta.
INGREDIENTI
PROCEDIMENTO
Mescolare tutti gli ingredienti con l'aiuto di un frullatore ad immersione.
Assicurarsi che la capienza della gelatiera sia simile alla quantita' di liquido.
Far mantecare il gelato per almeno 1 ora e...
BUON APPETITO
martedì 26 marzo 2013
Keugelhopf o Gugelhupf o Kugelhupf
Questa ricetta mi e' stata donata da Quantic Foam
sul nostro Gruppo Facebook
Un Wiki al giorno toglie l'ignoranza di torno:
Un tipo comune di Gugelhupf consiste in un soffice impasto lievitato che contiene uvetta, mandorle e brandy di ciliegia Kirschwasser; alcune varianti contengono frutta candita e noci. Viene cotto in una speciale pentola circolare, che all'inizio veniva fabbricata con ceramica smaltata. Adesso utilizzata per cucinare le torte Bundt. In genere lo si mangia a colazione o durante la pausa caffè.
Fu scelto come dolce che rappresentasse l'Austria al Café Europe, iniziativa della presidenza austriaca dell'Unione Europea per il giorno europeo 2006.
INGREDIENTI
- 500 g farina
- 250 ml latte tiepido
- 120 g zucchero
- 120 g burro
- 2 tuorli d'uovo
- 20 g di lievito fresco (circa 1 cubetto)
- 1 pizzico di sale
- 70 g uvetta
- 70 g arancia candita a pezzetti
- Al posto di uvetta e canditi si possono usare ciliegie candite, gocce di cioccolato, mandorle a filetti ecc.
- uno stampo da kugelhopf ben imburrato.
Impastare
bene farina, latte, zucchero, burro, tuorli d'uovo, sale e lievito;
tutto deve essere a temperatura ambiente. l'impasto deve risultare
elastico e ben legato (io uso l'impastatrice...).
mettere in una ciotola grande, coperto con pellicola, in luogo tiepido per almeno 1 ora (deve più che raddoppiare).
nel frattempo sciacquare bene l'uvetta e farla ammollare in acqua tiepida e rum.
Reimpastare delicatamente sulla spianatoia aggiungendo uvetta e canditi
(stendere un po' la pasta, cospargere uvetta e canditi sopra, poi
ripiegare e ripiegare su se stesso l'impasto finché sono ben
distribuiti).
Raccogliere l'impasto a palla, fare un buco al
centro con le dita e metterlo nello stampo; lasciar lievitare coperto da
pellicola per un'ora, o comunque finché arriva al bordo dello stampo;
nel frattempo preriscaldare il forno a 190°.
cuocere per 30-35' sul ripiano più basso del forno (cresce parecchio)
togliere dal forno, aspettare 15-20' prima di toglierlo dallo stampo, poi ribaltarlo e far raffreddare.
cospargere di zucchero a velo prima di servire.
le fette sono ottime anche tostate il giorno dopo!
domenica 24 marzo 2013
Delicious Bananen Cake
I could't believe it... but this cake is just pure magic!
I love it with my coffee in the morning and late at night...
I just can't help it.. and eat it...
It's coming a more greasy version and many more with oranges, chocolate, etc...
INGREDIENTS
I love it with my coffee in the morning and late at night...
I just can't help it.. and eat it...
It's coming a more greasy version and many more with oranges, chocolate, etc...
INGREDIENTS
- 100 gr. butter
- 3 ripe bananas
- 50 -70 gr dry biscuits
- 50 gr. walnuts or cashew nuts
- 150 gr. brown sugar
- 3 eggs
- 1 thee sp. salt
- 150 gr. flour
- 7 gr. baking powder

PREPARATION
Turn on the heat and pre-heat it to 160 static.
In a bowl, with the help of an electric mixer, beat the eggs with the sugar and butter.
When the eggs are well whipped, add the bananas, a pinch of salt, flour and baking powder.
Add the nuts and cookies.
Pour into a silicone mold or in a mold previously greased and floured.
Bake in the center of the oven for 1 hour - 1 hour and a half.
Etichette:
#Bread,
#Breakfast,
#Cake,
#Dessert,
#Dolci,
#Muffin,
#Nederland,
#Recipes,
#Ricette,
#Vegetarian,
#Vegetariano
Bananenbrood - Torta alle banane ... semplicemente magnifica
Quando ho staccato la ricetta dal giornale di cucina non avrei mai pensato di farla veramente.
Io sono una frana con i dolci, tuttavia ci provo perche' mi piace sapere quello che mangio e quello che do ai miei figli.
Il supermercato aveva le banane a 90 centesimi al chilo, mio marito ha detto compra, io ho comprato... troppe, siamo sommersi!
Allora mi e' venuta in mente questa torta!
Provata, fatta in 5 minuti con l'aiuto del MASTER CHEF di famiglia mio figlio Thanner mentre la piccola schiacciava un riposino.
Non riuscivo a credere quanto fosse deliziosa, gustosa e perfetta accanto ad una bella tazza di caffe'.
Io non amo le banane ma questa torta me la sono strafogata.
Anche perche' il marito non ha apprezzato (folle)e ho dirottato il figlio sui muffin al cioccolato!
Sara' per questo che la bilancia mi dice che ho ripreso un chilo ?
MAH!
La vedo dura... su un magazine locale ho trovato la versione ancora piu' GUSTOSA con panna etc...
La versione al cioccolato.
La versione alle arance.
La versione con i datteri e le noci.
Postero' tutto ma la bilancia la vedo piangere.
Per ora eccovi la ricetta.
Unica differenza sono i biscotti che in Italia non trovate, qui si chiamano Speculaas sono pieni di spezie ma sopratutto cannella. Io ho usato quelli, nella ricetta originale non c'erano nemmeno.
Ma si sa... io non riesco a seguire una ricetta cosi' come e' scritta, mai!
Beh provatela e fatemi sapere!
Per ora BUON APPETITO ! ! ! !
Io sono una frana con i dolci, tuttavia ci provo perche' mi piace sapere quello che mangio e quello che do ai miei figli.
Il supermercato aveva le banane a 90 centesimi al chilo, mio marito ha detto compra, io ho comprato... troppe, siamo sommersi!
Allora mi e' venuta in mente questa torta!
Provata, fatta in 5 minuti con l'aiuto del MASTER CHEF di famiglia mio figlio Thanner mentre la piccola schiacciava un riposino.
Non riuscivo a credere quanto fosse deliziosa, gustosa e perfetta accanto ad una bella tazza di caffe'.
Io non amo le banane ma questa torta me la sono strafogata.
Anche perche' il marito non ha apprezzato (folle)e ho dirottato il figlio sui muffin al cioccolato!
Sara' per questo che la bilancia mi dice che ho ripreso un chilo ?

La vedo dura... su un magazine locale ho trovato la versione ancora piu' GUSTOSA con panna etc...
La versione al cioccolato.
La versione alle arance.
La versione con i datteri e le noci.
Postero' tutto ma la bilancia la vedo piangere.
Per ora eccovi la ricetta.
Unica differenza sono i biscotti che in Italia non trovate, qui si chiamano Speculaas sono pieni di spezie ma sopratutto cannella. Io ho usato quelli, nella ricetta originale non c'erano nemmeno.
Ma si sa... io non riesco a seguire una ricetta cosi' come e' scritta, mai!
Beh provatela e fatemi sapere!
Per ora BUON APPETITO ! ! ! !
INGREDIENTI
- 100 gr burro
- 3 banane mature
- 50- 70 gr. biscotti secchi
- 50 gr. noci o anacardi (facoltativo)
- 150 gr. zucchero di canna
- 3 uova
- 1 pizzico di sale
- 150 gr. farina
- 7 gr. lievito
PREPARAZIONE
Accendere il fuoco e pre-riscaldarlo a 160 statico.
In una ciotola, con l'aiuto di uno sbattitore elettrico, sbattere bene le uova con lo zucchero ed il burro.
Quando le uova sono ben montate, aggiungere le banane, il pizzico di sale, la farina e il lievito.
Aggiungere le noci ed i biscotti.
Versare in uno stampo in silicone o in uno stampo precedentemente imburrato ed infarinato.
Infornare al centro del forno per 1 ora - 1 ora e mezza.
Etichette:
#Bread,
#Breakfast,
#Cake,
#Dessert,
#Dolci,
#Muffin,
#Nederland,
#Recipes,
#Ricette,
#Vegetarian,
#Vegetariano
Bananenbrood
INGREDIËNTEN
- 100 gr. boter
- 3 rijpe bananen
- 50 - 70 gr. speculaas koekjes
- 50 gr. walnoten or cashew noten
- 150 gr. rietsuiker
- 3 eiren, losgeklpot
- 1 theel. zout
- 150 gr. bakmeel
- 7 gr. gist

BEREIDEN
Verwarm de oven voor op 160°C
Prak de bannanen met een vork en hak de noten fijn.

Roer de eieren er voorzichting door en voeg het zout, meel en gist tot een egaal beslag.
Giet het beslag in vorm en bestrooi met de gehakte noten.
Bak het brood in circa 1 tot 1,5 uur.
Etichette:
#Bread,
#Breakfast,
#Cake,
#Dessert,
#Dolci,
#Muffin,
#Nederland,
#Recipes,
#Ricette,
#Vegetarian,
#Vegetariano
Magnificent Pudding with hazelnuts
this magnificent recipe is from the blog
Acqua e farina-sississima
the recipe is in Italian and I'm going to represent it to you cause the pudding should be delicious and you can definitely prepare it with the magical Piemonte Hazelnuts that where the reason why Nutella is world wide famous... chocolate hazelnuts paste from Ferrero an Italian company!
If you want to hae more information please write to the blogger or to me and I'll sand her your requests.
Ciao and W L'ITALIA !
INGREDIENTS for about 3 puddings
PREPARATION
Let boil the milk with the vanilla extract
In a small pot put 2 spoons of sugar with a bit of water and let it caramelized
Pour the sugar in the pudding mold.
Beat up will the egg, add the rest of the sugar than slowly the hot milk and vanilla, this will also pasteurize the Add the hazelnuts and mix well.
Cook in the oven at 180 grades for about 30 min. at bain-marie.
When serving add the chocolate sprinkles.
Ciao and BUON APPETITO !
Acqua e farina-sississima
the recipe is in Italian and I'm going to represent it to you cause the pudding should be delicious and you can definitely prepare it with the magical Piemonte Hazelnuts that where the reason why Nutella is world wide famous... chocolate hazelnuts paste from Ferrero an Italian company!
If you want to hae more information please write to the blogger or to me and I'll sand her your requests.
Ciao and W L'ITALIA !
INGREDIENTS for about 3 puddings
- 100 ml milk
- 1 egg
- 50 gr. sugar
- 50 gr. of fine chopped hazelnuts
- vanilla extract
- chocolate sprinkles
PREPARATION
Let boil the milk with the vanilla extract
In a small pot put 2 spoons of sugar with a bit of water and let it caramelized
Pour the sugar in the pudding mold.
Beat up will the egg, add the rest of the sugar than slowly the hot milk and vanilla, this will also pasteurize the Add the hazelnuts and mix well.
Cook in the oven at 180 grades for about 30 min. at bain-marie.
![]() |
This is the bain-marie in an oven dish, put the molds than add hot water. Put the dish in the oven |
Ciao and BUON APPETITO !
domenica 24 febbraio 2013
Chocolate Heart Nutella Muffin

Nutella is the famous italian nuts spread choclate.
In alternative you can try with dark chocolate or white chocolate but!
I really love this one!
INGREDIENTS
- 140 gr. sugar
- 250
gr. di flour "00" - 1 bag yeast for baking
- 1 little spoon bicarbonate
- 85 gr.soft butter
- 2 eggs
- 200 ml. milk
- 12 little spoons of Nutella ( 12 Muffins)
- Muffin baking tin
- Muffin cups
- a pinch of salt
PREPARATION
Mix first always the humid ingredients.
Mix the eggs with the sugar.
Than add the butter.
Add the milk.
Add slowly the flour, the yeats and bicarbonate,
The mixture must be not too soft and not too liquid! Nicely creamy.
Pour one spoon of mixture, than a spoon of nutella, than cover with some more mixture.
Cook for around 20 min till they are nicely brown en
BUON APPETITO !
http://buonappetitoolandablog.blogspot.com/2013/10/muffin-con-cuore-di-cioccolato-si-li-ho.html
sabato 9 febbraio 2013
BAO - Brioche Dolce con Caviale di Cioccolato Venchi
Beh per farla a breve... ho cambiato tutta la ricetta della Moroni ed ecco a voi la mia brioche.
Pronta per lievitare |
Dopodiche' non potendola rifilare a quell'impiastro di figlio che per aver mangiato ieri 4 fettinininine di formaggio oggi ha i muchi e la tosse ( suggestione o verita'?) ho sostituito i latticini con prodotti vegetali.
Inoltre ho cambiato e farine. Oltretutto a me le cose bianche e candide non mi piacciono, amo i pani piu' consstenti!
Per ora e' ancora in lievitazione ma sta venedo bene... almeno sembra!
Staremo a vedere!
INGREDIENTI
- 500 gr. di farina di cui:
- 400 Farina bianca 00 oppure Manitoba ( Non necessaria, io l'avevo e stava per scadere)
- 100 di farina integrale (Volkoren per gli olandesi)
- 7 gr lievito secco per pane
- 3 uova
- 100 gr margarina 100% vegetale
- 100 ml latte di soia
- 80 gr di zucchero
- 5 gr di sale
- giro di olio
- cacao a scaglie (o scelgo il caviale della venchi)
PREPARAZIONE
A mano
In una ciotola mettere zucchero e farina insieme
Lievitata |
Versare il lievito nella ciotola e mescolare
Unire le tre uova, la margarina ed il sale e mescolare bene per almeno 5 minuti.
Quando necessario nella preparazione del panetto unire l'olio.
Con la Macchina del Pane
Seguire sempre la regola del "Prima i Liquidi"
Impostare la MdP sul programma impasto.
Iserire le 3 uova e lo zucchero, lasciare impastare bene!
Inserire la margarina, il sale e alcuni cucchai di farina.
La farina aiuta la margarina ad amalgamarsi con le uova senza schizzare ovunque!
Inserire il resto della farina ed il lievito.
Far impastare bene finquando non si formi una bella palla omogenea e continuare a farla sbattere per bene.
Lasciare riposare l'impasto in un recipiente coperto per almeno 1 ora finquando non avra' raddoppiato il suo volume. Piu' cresce, piu' riposa, piu' morbido e delicato e' l'impasto.
Versare il composto in uno stampo da plumcake e farlo ri-lievitare per un'altra ora.
Cuocere in forno pre riscaldato a 180 gradi per 30 minuti.
Mangiare come vi pare, l'importante e' mangiarla... e
BUON APPETITO
Etichette:
#Allergie,
#Allergy,
#BAO Original,
#Breakfast,
#Dessert,
#Dolci,
#MacchinadelPane,
#Mdp,
#Recipes,
#Ricette,
#Soia,
#Vegan,
#Vegetarian,
#Vegetariano
lunedì 16 aprile 2012
Torta al cioccolato SENZA BURRO
Per inaugurare il mio nuovo forno mi sono data alla pasticceria!
Il mio vecchio catorcio cuoceva ma non faceva lievitare.
Uno stress... non si sapeva mai se le cose sarebbero riuscite o meno.
Sopratutto i dolci!
E poiche' io non sono un fenomeno in pasticceria, (la mia amica Federica mi dovrebbe fare un corso privato pieno di bacchettate sulle mani!), non sapevo mai se ero stata io o il mio forno!
Dunque... ieri bando agli indugi ho infornato la mia prima SERIA TORTA OLANDESE !
Le altre volte infornavo dalla vicina.
Ecco la ricetta della torta piu' buona e leggera che ci sia... vi dico solo che e' finita oggi devo replicare!
Io non faccio la lotta ai grassi... ma se posso sostituire il burro con la ricotta o con lo yogurt benvenga!
INGREDIENTI:
Quando l'ho preparata io ho comprato una confezione di ricotta da 250gr quindi ho aggiunto 50 gr di yogurt solido kwark che ho sempre a casa. Credo che si possa sostituire la ricotta interamente con il kwark. Con lo yogurt normale non saprei, verrebbe ancora piu' umida all'interno ma e' da provare!
Se volete potete sostituire lo zucchero con il miele ma aggiungete solo 120gr di miele e sappiate che il gusto della torta cambia tantissimo.
La torta puo' essere realizzata sia tutta scura, al cioccolato, o marmorizzata, meta' e meta'.
Come vi ispira la giornata!
Ecco come proseguire.
PREPARAZIONE:
Con l'aiuto di un robot da cucina o con le fruste, rompete le 3 uova ed incorporatevi lo zucchero miele a zabaglione.
Aggiungete la ricotta o lo yogurt e mescolate.
Aggiungete poco alla volta la farina setacciata con il lievito e il cacao.
Se volete la torta marmorizzata aggiungete il cacao in polvere solo alla fine e solo ad una parte del composto.
Se vi sembra troppo solido aggiungete un goccio di latte, tutto dipende da quanto umida e' la vostra ricotta.
Aggiungete le scagliette di cioccolato e mescolate
Versate la crema in una teglia imburrata o in uno stampo al silicone.
Infornate a 160° forno statico per circa 40min e sappiate che resta leggermente umida all'interno.
Tenere fuori dalla portata dei GOLOSI!
Il mio vecchio catorcio cuoceva ma non faceva lievitare.
Uno stress... non si sapeva mai se le cose sarebbero riuscite o meno.
Sopratutto i dolci!
E poiche' io non sono un fenomeno in pasticceria, (la mia amica Federica mi dovrebbe fare un corso privato pieno di bacchettate sulle mani!), non sapevo mai se ero stata io o il mio forno!
Dunque... ieri bando agli indugi ho infornato la mia prima SERIA TORTA OLANDESE !
Le altre volte infornavo dalla vicina.
Ecco la ricetta della torta piu' buona e leggera che ci sia... vi dico solo che e' finita oggi devo replicare!
Io non faccio la lotta ai grassi... ma se posso sostituire il burro con la ricotta o con lo yogurt benvenga!
INGREDIENTI:
- 300 g di ricotta fresca
- 200 g di zucchero
- 200 g di farina
- 3 uova
- 3 cucchiai di scaglie, gocce o granellina di cioccolato fondente
- 2 cucchiai di cacao amaro
- 1 bustina di lievito
- latte q.b.
Quando l'ho preparata io ho comprato una confezione di ricotta da 250gr quindi ho aggiunto 50 gr di yogurt solido kwark che ho sempre a casa. Credo che si possa sostituire la ricotta interamente con il kwark. Con lo yogurt normale non saprei, verrebbe ancora piu' umida all'interno ma e' da provare!
Se volete potete sostituire lo zucchero con il miele ma aggiungete solo 120gr di miele e sappiate che il gusto della torta cambia tantissimo.
La torta puo' essere realizzata sia tutta scura, al cioccolato, o marmorizzata, meta' e meta'.
Come vi ispira la giornata!
![]() |
Non e' una mia foto ma il risultato e' uguale anche la linea solida alla base. |
Ecco come proseguire.
PREPARAZIONE:
Con l'aiuto di un robot da cucina o con le fruste, rompete le 3 uova ed incorporatevi lo zucchero miele a zabaglione.
Aggiungete la ricotta o lo yogurt e mescolate.
Aggiungete poco alla volta la farina setacciata con il lievito e il cacao.
Se volete la torta marmorizzata aggiungete il cacao in polvere solo alla fine e solo ad una parte del composto.
Se vi sembra troppo solido aggiungete un goccio di latte, tutto dipende da quanto umida e' la vostra ricotta.
Aggiungete le scagliette di cioccolato e mescolate
Versate la crema in una teglia imburrata o in uno stampo al silicone.
Infornate a 160° forno statico per circa 40min e sappiate che resta leggermente umida all'interno.
Tenere fuori dalla portata dei GOLOSI!
mercoledì 21 marzo 2012
La pastiera Napoletana

Questa e' la ricetta originale che mia Nonna Margherita dono' a mia madre quando sposo' papa'.
Piu' che un invito a cucinare la pastiera napoletana era un comando: Questa e' la ricetta, feccela a mio figlio che ci piace, e gliela fai come gliela faccio io perche' quella e Mamma' e' semp' a Meglio'!
Mia Madre, poverina non e' Napoletana e' Molisana di Campobasso e certe cose... non le conosceva, ma si e' subito adeguata con abilita' e destrezza e vi assicuro che la sua pastiera ormai non ha paragoni!
In Molise fanno una torta simile ma non usano il Grano Cotto ma il riso cotto nel latte. E' un'altra cosa... non ingannatevi!
A me e' sempre piaciuta a colazione, insieme a mio padre con il cucchiaino e la tazzulella di caffe'.. via a scavare nella ricotta dolcissima... hmmmmmm
Per un periodo lunghissimo di tempo, la pastiera era un dolce esclusivo delle feste di Pasqua.
Si poteva acqustare il grano cotto solo in questo periodo di tempo!
Ora il businnes delle pasticcerie e la richiesta di mercato fa si che tutti possimo, bene o male trovare il grano quando e come ci pare! Anche su internet!
Tuttavia la tradizione rimane!

Tuttavia in ogni casa Napoletana che si rispetti a Pasqua si fa la guerra! e Pure a Natale!
A Pasqua con la Pastiera ed a natale con gli Struffoli.
Benche' tutti abbiano gia' mangiato abbondantemente, all'ora del Dessert, si scatenano, le nonne, le zie, le suocere, le cognate e magari anche le figlie ... DOVETE PROVARE ALMENO UN PEZZETTO DI OGNI PASTIERA !!Perche' nessuna delle donne di casa si tirerebbe indietro dal preparare LA SUA PASTIERA per Pasqua... quindi ci si ritrova con 5 o sei diverse pastiere a tavola... e si devono finire! Perche' se no poi chi se le mangia ? He? Dopo il Lunedi' dell'angelo si sa, le donne formalmente stanno A DIETA ! E non mi tentate con la Pastiera!
Che risveglio!
Ma ricordatevi, Non c'e' una versione della Pastiera... per questo si inaugura la lotta!
A chi paice secca, a chi piace umida, a chi con la goccina di latte che ancora fuoriesce dal ripieno se lo premi...
Con e senza canditi... canditi di ma frullat, solo scorzette di arance... niente cedro... con la cioccolata tra la ricotta ( questa non e' originale ma c'e' chi lo fa!!!)
Quidni eccovi la ricetta di Nonna... e spero vi piaccia!
The first step! PASTA FROLLA.
Si puo' preparare quando si ha tempo poi la si mette in freezer e la si scongela il giorno prima rigorosamenteprima in frigo e poi le ultime 4 ore fuori!
INGREDIENTI per la PASTAFROLLA
- 1 Kg di Farina
- 5 Rossi d'uovo
- 2 Uova intere
- 250 gr. Burro o Margarna
- 1 Zucchero Vangliato in bustina
- 2 t.s. Liquore serio tipo Contreau
- mezza buccia di limone grattuggiato
- un pizzico di sale
PREPARAZIONE
![]() |
Softer Pastiera |
Inserire tutti gli elementi liquidi e solidil uova, zucchero, burro a temperatura ambiente etc..
Con l'aiuto della forchetta mischiare tutti gli ingrendient nel cerchio come se si volesse sbattere la frittata, quindi lavorare lasciando incorporare apoco a poco la farina.
Quando la pasta e' morbida, liscia e, se tagliata, presenta delle bolle d'aria all'interno e' PRONTA.
Potete quindi stenderla con il mattarello ed adagiarla nel ruoto badado a lasciare un pezzo di pasta da parte per le striscie di decorazione.
INGREDIENTI per la FARCITURA
![]() |
Kooked Grain |
- 1 Kg di Grano Cotto
- 1 Kg Zucchero
- 1 Kg Ricotta Cheese
- 7 Rossi d'uovo
- 7 Uova
- Estratto di Vaniglia
- Frutta candita
- 3 ampolle di "estratto di fiori di arancio"
- sale
- cannella
- buccia di limone grattuggiato
- 100-200 ml di latte
PREPARATION
Mescolate e Setacciate la ricotta.
Aggiungete le 14 uova ( 7 intere e 7 rossi)
Aggiugete il grano cotto
Aggiungete gli aromi
Riempite la vostra forma di pastafrolla con questo composto.
Decorate con le strisciette di pastafrolla
Infornate a forno moderato (150-180°C ) per 1 ora e mezza.
![]() |
Dry Pastiera |
Aggiungete le 14 uova ( 7 intere e 7 rossi)
Aggiugete il grano cotto
Aggiungete gli aromi
Riempite la vostra forma di pastafrolla con questo composto.
Decorate con le strisciette di pastafrolla
Infornate a forno moderato (150-180°C ) per 1 ora e mezza.
Volete provare un'altra versione ??? Scopritela su La pastiera di nonna Emilia. nel Blog di MammaFrancesco!
Etichette:
#Blog,
#Chef,
#Dessert,
#Dolce,
#Napoli,
#Neapel,
#Neapols,
#Pasqua,
#Recipes,
#Ricette,
#TradizionaleNapoletana,
#Tradizione
martedì 20 marzo 2012
Tartufi di Ricotta e Cocco
Questa ricetta mi e' stata donata quando la farina di cocco era una rarita' per pasticcieri!
Ora ne ho trovate versioni diverse su internet, questa e' la mia ma Ispiratevi!
INGREDIENTI:
per decorare
- granella di nocciole
- granella di cioccolato
- coriandoli
PREPARAZIONE:
Setacciare per bene la ricotta finquando non sara' cremosa.
Aggiungere il cioccolato, lo zucchero e la farina di cocco.Se la miscela e' fredda o almeno fresca e' molto piu' semplice lavorarla.
Consiglio quindidi riporla in frigo per 10 minuti almeno.
Assaggiatela! deve risultare cremosa e non secca in bocca, se cio' avviene aggiungete il latte e mescolate fino ad assorbimento.
Prendete una piccola dose di composto e lavoratela con le mani per realizzare la pallina.
Rotolate la pallina nella farina di cocco o in altri elementi decorativi e posatela sul piatto per servirle o negli appositi pirottini di carta.
Mettere in frigo e servire FREDDE! Molto piu' buone...
sabato 11 febbraio 2012
Muffin con cuore di NUTELLA
INGREDIENTI
- 140 gr. di zucchero
- 250 gr. di farina "00"
- 1 cucchiaino di lievito in polvere
- 1 cucchiaino di bicarbonato
- 85 gr. di burro sciolto
- 2 uova
- 200 ml. di latte
- 12 cucchiaini di Nutella (per circa 12 Muffins)
Scaldate il forno a 200°C.
Mescolate insieme gli ingredienti umidi, dopodiché aggiungete gli ingredienti secchi, mescolando finché saranno ben amalgamati, ma non eccessivamente altrimenti i muffin risulteranno duri. Versate un cucchiaio di impasto nei pirottini di carta, mettete al centro un cucchiaio di Nutella per ogni muffin e ricopritelo con altri due cucchiai di impasto. Cuocete per 15-18 minuti finché non saranno ben dorati in superficie.
Iscriviti a:
Post (Atom)