Questo risotto e' uno dei miei cavalli di battaglia!
E' squisito, richiede pochissimo tempo, e' salutare e piace quasi a tutti!
Lo sto cucinando proprio or ora mentre scrivo!
INGREDIENTI per 4 persone
( se un invitato mania quanto mio marito direi per 2 persone e mezzo... il mezzo e' mio figlio duenne che mangia quasi quanto il padre ed io resto quasi sempre a bocca asciutta... AH! Le gioie della famiglia!)
1 Cipolla Grande
800 gr di zucca ( ancora da pulire quindi direi al netto 500 gr.)
350 gr. di riso per risotti ( Carnaroli o Arborio)
Olio d'Oliva ( piu' ce ne e meglio e' per il gusto ma non per la linea)
Parmigiano Reggiano ( vedi sopra)
Dado da brodo vegetale
PREPARAZIONE
Utilizzare una pentola con fondo pesante, io utilizzo la pentola in ferro.
Mondare la zucca, tagliarla a pezzettini piccoli e lavarla.
Tagliare la cipolla e lasciarla soffriggere a fuoco basso in Olio d'Oliva tanto da farla diventare trasparente.
Aggiungere la zucca, 500 ml di acqua bollente in cui avete fatto sciogliere il dado, coprire e lasciar cuocere il tutto per 20 minuti.
Al termine di questo tempo, scoperchiare, frullare tutto con il frullatore ad immersione, versare il riso, eventualmente aggiungere altra acqua e coprire.
Regolare il timer ogni 5 minuti e girare regolarmene affinche' non attacchi o non assorba tutta l'acqua e risulti secco e non cremoso!
Quando il riso risultera' cotto, generalmente dopo 30 minuti, togliere dal fuoco, aggiungere il parmigiano, girare per ottenere la mantecatura, servire a tavola e ...
BUON APPETITO!
/*
* 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;
}
martedì 28 febbraio 2012
Trucchetti - La Sbianchitura della Pasta ovvero come conservare la Pasta Fresca
Fonte del Trucchetto
La cuoca Alessandra Spisni
Prima di tutto "MAI congelare la sfoglia"!
Eccezione fatta per i tortellini, a mali estremi, e congelati freschissimi.
La sbianchitura è il rimedio ottimale per poter disporre di pasta fresca quando la si desidera, inoltre in pasta come le stelline,le troverete migliorate, perchè uniformerete i sapori.
La pasta sbianchita si conserva in frigo a 4° per tre o quattro giorni al massimo, aperta! Non chiudere la sfoglia in plastiche sacchetti, ecc.. Al massimo, un tessuto di cotone che la lasci respirare, perche' l'unico nemico della pasta e la muffa, quindi o secca o sbianchita ma sempre a contatto con l'aria (quella del frigo è più che sufficiente).
Ecco come fare a sbianchire la pasta:
Porta a bollore acqua salata in una pentola alta.
Appena confezionata la pasta tuffare un quantitativo modico nell'acqua bollente
appena sale a galla toglierla con mandolino o schiumarola.
Lasciare raffreddare ed asciugare su di un piano pulito (vassoio o piano vucina).
Girarla sui due lati e se occorre asciugarla con carta da cucina nell'eccesso di acqua.
Una volta asciutta ed indurita all'esterno conservare in frigo in una terrina o contenitore aperto.
Quando la si deve cuocere la si tratta come se fosse appena fatta: è cotta quando la pancia tende a gonfiarsi.
lunedì 27 febbraio 2012
Trucchetti - Frittura di Pesce
Consiglio dello Chef Renato Salvatori
Affinche' il fritto risulti piu' leggero ed incameri meno olio infarinate il vostro pesce, pulito, spianto ed asciugato in farina e pangrattato.
Etichette:
Frittura,
Pesce,
Renato Salvatori,
Trucchetto
Trucchetti - Fondere il Formaggio
Pittosto che proporvi l'intera ricetta appena vista alla Prova del cuoco vi segnalo il trucchetto piu' interessante!
Per far sciogliere' bene del formaggio per fare una crema per condire una pasta o in questo caso gli gnocchi aggungete in una padella antiaderente della panna ed un rosso d'uovo.
L'uovo aiutera' al crema ad addensarsi e la renderea' piu' cremosa...
Per far sciogliere' bene del formaggio per fare una crema per condire una pasta o in questo caso gli gnocchi aggungete in una padella antiaderente della panna ed un rosso d'uovo.
L'uovo aiutera' al crema ad addensarsi e la renderea' piu' cremosa...
Profiterolles Salati con Prosciutto e Robiola
Vista a - La Prova del Cuoco
Ricetta del Cuoco Sergio Barzetti
Un ottimo antipasto! Fantastico da servire durante una festa e si presta secondo me a molte reinterpretazioni. Un' altra ricetta di Sergio "Alloro" Barzetti!
INGREDIENTI
- 250g di acqua
- 4 uova
- 50 g di burro
- 250 g di robiola
- 50 g di prosciutto cotto
- prezzemolo q.b.
- noce moscata
- sale
- olio di semi di arachidi q.b.
Se la ricetta fosse della Spisni qua troveremmo Squacquerone e Mortadella!
Ma anche Vegetariani con Ricottina e Spinaci Freschi.
Tonno pomodoro e Maionese etc...
E voi cosa suggerite ???
PREPARAZIONE
- Preparare la pasta per bignè mettendo in acqua calda il burro ed un pizzico di sale;
- Dopo essersi sciolto il burro, aggiungere la farina e togliere un po’ dal fuoco lavorando con un mestolo di legno;
- Riportare sul fuoco e far formare una crosticina;
- Mettere il composto in una ciotola e poi aggiungere un uovo per volta amalgamando per bene;
- Nel frattempo, scaldare l’olio di semi di arachidi;
- A parte incorporare la robiola con il prosciutto tritato;
- Realizzare delle palline e friggerle in pentola;
- Sul finale aumentare leggermente la temperatura dell’olio in modo che si faccia un piccolo buco;
- Farcire con un sac a poche dopo aver bucato il bignè;
- Sistemare su un piatto i bignè, intervallando con un po’ di composto nel piatto;
- Aggiungere del prezzemolo.
I Cannoli Siciliani
Vista a - La Prova del Cuoco
Ricetta del Cuoco Natale Giunta
Questa e' la ricetta Tradizionale Palermitana dei famosi CANNOLI !
Per poterli preparare si ha bisogno delle forme specifiche per pasta da cannolo o in alternativa i cannoli si possono prendere gia' pronti in pasticceria ( logicamente una pasticceria siciliana!)
TUTTAVIA !!! La ricetta non riporta dosi esatte che in pasticceria sono fondamentali.
Inoltre vi sono mille e passa accorgimenti da tenere presente quando si prepara questo dolce.
Per saperne di piu' vi rimando al blog: Dolce Mania per la Pasticceria
La cuoca mi e' sembrata seria e professionale... provare per ... MANGIARE !
PREPARAZIONE
giovedì 16 febbraio 2012
Cannelloni di Magro
Vista a - La Prova del Cuoco
Ricetta della cuoca Alessandra Spisni
INGREDIENTI
- 1 kg di ricotta
- 150 g di grana grattugiato
- 1 uovo
- prezzemolo
- sale e noce moscata
- prezzemolo trito
- 3 uova
- 300 g di farina per sfoglia
- 1 litro di latte
- 60 g di farina
- 90 g di burro
- 500 g di pomodoro passato
- 1 scalogno
- 50 g di burro
- sale grosso
- 50 g di grana grattugiato
Se si vuole si possono aggiungere all' impasto del ripieno circa 400 gr. di Spinaci lessati o di eventuali altre verdure a foglia verde.
PREPARAZIONE
- Preparare la besciamella scaldando a parte il latte con sale grosso e noce moscata;
- In un’altra pentolino mettere il burro e fare il roux con la farina;
- Mischiare entrambi i composti e mescolare per bene fino ad ottenere una bella besciamella;
- Nel frattempo, mettere la salsa di pomodoro con burro ed uno scalogno tagliato a pezzettini soffritto in precedenza;
- Mischiare la ricotta con il grana, il prezzemolo, sale, ed un uovo;
- Nel frattempo, preparare la pasta e poi stendere per bene;
- Ralizzare dei quadrati e sbollentare in acqua calda e salata;
- Passare nell’acqua fredda la pasta, asciugare e poi aggiungere il ripieno nei cannelloni;
- Disporre su una teglia da forno i cannelloni con sotto un po’ di pomodoro;
- Aggiungere poi la besciamella, poi il pomodoro, il grana e proseguire ;
- Cuocere per 20 minuti a 180°C;
Ravioli DOLCI di S. Valentino ma anche no!
Vista a - La Prova del Cuoco
Ricetta della cuoca Anna Moroni
INGREDIENTI
- 200 g di farina 00
- 200 g di semola rimacinata di grano duro
- 75 g di cacao amaro
- 1 cucchiaino di caffè
- 4 uova
- 1/2 bicchiere d’acqua circa
- 200 g di cioccolato fondente
- 150 g di cioccolato gianduia
- 300 g di panna da montare
- 2 cucchiai di rum
- 50 g di gocce di cioccolato
- 60 g di ricotta di pecora
PREPARAZIONE
- Unire nel mixer le due farine, il cacao, il caffè, le uova e l’acqua q.b.;
- Far riposare la pasta ottenuta;
- Nel frattempo, tagliare il cioccolato gianduia e fondente;
- Mettere in un pentolino la panna con il cioccolato in modo di far sciogliere;
- Rappreddare il composto;
- Setacciare la ricotta ed aggiungerlo al pentolino con le gocce di cioccolato ed il rum;
- Tirare la sfoglia con la nonna papera;
- Spennellare con l’acqua le strisce;
- Disporre il ripieno sulla strisce;
- Chiudere la pasta realizzando dei ravioli ed eliminare per bene l’aria;
- Friggere i ravioli in olio di arachidi caldo;
- In alternativa, si possono anche bollire i ravioli di San Valentino;
- Aggiungere lo zucchero a velo e servire da freddi;
I Cordon Bleu di Pollo alla Anna Moroni
Vista a - La Prova del Cuoco
Ricetta della cuoca Anna Moroni
INGREDIENTI
- 6 fettine di petto di pollo
- 100 g di prosciutto cotto
- 6 fettine di formaggio
- sale-pepe-farina
- 1 uovo – pangrattato
- olio extravergine d’oliva o d’arachidi
PREPARAZIONE
- Schiacciare un pò il pollo, distendere sopra il prosciutto cotto, il formaggio e chiudere a libro fissando con uno stecchino se necessario;
- In alternaviva del pollo si puo’ usare la vitella;
- Passare nella farina, nell’uovo sbattuto e leggermente salato e pangrattato;
- Friggere nell’olio extravergine d’oliva caldo;
- Mi raccomando, l’olio non deve esser troppo forte altrimenti si brucia la carne;
- Cuocere da entrambi i lati per 5 minuti a lato;
- Far asciugare bene dall’olio in eccesso;
- Servire calde con un’insalatina;
Etichette:
Anna Moroni,
La prova del Cuoco,
Pollo,
Ricette,
Secondo
Torta soffice al cacao (senza uova e burro)
INGREDIENTI
200g di farina 00
175g di zucchero
75g di cacao amaro
450g di latte - yogurt o ... tristeissima acqua
lievito per dolci
40g di olio di mais o girasole
PROCEDIMENTO
Setacciare la farina, unire il lievito e lo zucchero, successivamente l'olio e il latte e mescolare.
Versare in una tortiera e cuocere a 180° per circa 45 minuti.
A piacere guranire con zucchero a velo.
Si può usare come base da farcire, ottima inquanto morbida e umida.
mercoledì 15 febbraio 2012
Spatzle con crema di lattuga e speck
Vista a - La Prova del Cuoco
Ricetta dello Chef SERGIO BARZETTI
INGREDIENTI
- 200 g di farina
- 3 uova
- 80 g di speck a fette
- 1 cucchaio di olio
- 1 mazzetto di prezzemolo
- 4 foglie di sedano verde
- 4 rametti di maggiorana
- 1 cimetta di rosmarino
- 3 foglie di alloro
- sale
- 1/2 litro di latte intero
- 3 cucchiai di amido di mais
- 1 piccolo cespo di lattuga
- 1 scalogno
- 40 g di grana
- sale e pepe
PREPARAZIONE
- Unire in una ciotola, le tre uova, erbe aromatiche tritate,sale, farina e latte;
- Far riposare per un’ora in frigorifero;
- Preparare dell’acqua profumata con alloro;
- Tagliare uno scalogno e metterlo in padella con olio ed una foglia di alloro;
- Aggiungere la lattuga tagliuzzata;
- Scottare appena, togliere l’alloro, aggiungere sale, pepe, latte e far raggiungere l’ebollizione;
- Stemperare con acqua l’amido di mais e poi unire in padella;
- Frullare il tutto per fare la crema;
- Su una pentola disporre la grattuggia e realizzare gli spatzle con il composto fatto inizialmente;
- Farli rappreddare in acqua fredda e poi metterli in una teglia con olio se si decide di farne tanti;
- In alternativa, scolarli e metterli in padella calda;
- In padella, mettere olio, speck ed alloro;
- Poi aggiungere gli spatzle con parmigiano;
- Disporre sul piatto la crema ed aggiungere gli spatzle.
TORTA SALATA TRENDY
Vista a - La Prova del Cuoco
Ricetta della Sig.ra Sara da Muggiò
INGREDIENTI- 250 g di farina 00
- 1 cucchiaino di sale
- 1 cucchiaino di lievito per torte salate
- 100 g di acqua tiepida
- 100 g di olio di oliva
- 5 uova
- 1 cucchiaio abbondante di grana
- 1 pizzico di sale e pepe
- 300 g di wurstel grandi
- 300 g di provolone dolce
- In una ciotola di plastica, mettere la farina, il sale, il lievito, l’olio ed acqua;
- Chiudere la ciotola e scuotere per bene per impastare il composto;
- Mescolare ancora con un cucchiaio;
- Prearare una teglia con carta da forno;
- Disporre sopra l’impasto e distenderlo bene;
- In una ciotola, mettere le uova, il parmigiano, sale e pepe;
- Tragliare i wurstel per lungo a metà ;
- Tagliare il provolone a quadretti;
- Disporre sulla torta i wurstel ed il formaggio;
- Aggiungere il composto di uova;
- Cuocere a 180°C per mezz’ora circa;
lunedì 13 febbraio 2012
La Ribollita - Cabbage and Beans Soup
This is a typical Soup from Tuscany, eat generally on Friday but than re-heated the days after so the name, "ribollita" that means brought back to boil.
There are many different way to prepare this fantastic soup, here you can read my way of bring it to the table.
It might resable the more famous minestrone soup but to be a real ribollita it must be cooked with withe beans and two different type of cabbage, the savoy cabbage and the black cabbage typical of Tuscany.
When the last one is difficult to find you can use instead any other kind of cabbage in order to have at least two!
Logically the tastewill not be the same but the soup will get a very peculiar taste anyway.
Cavolo Nero |
INGREDIENTS:
2 Potatoes
1 Onion
1 Swiss chard
4 Carrots
250 gr Cavolo Nero
250 gr Savoy Cabbage
250 gr White Beans
2 Tomatoes
1 stick of Celery
1 Leek
Thyme
Rosemary
Vegetable Stock
Old Bread or Toasted Bread
Extra virgin Olive Oil
PREPARATION:
Cut the onion in small pieces and fry them.
Cut the celery, the carrots and the leek and add it to the onion.
When this veggies have nicely fried add all the other vegetables and the stock.
Add some hot water little by little cause the soup has to cook but result quite solid and creamy.
When the veggies have start to get softer add also the beans and keep on cook the soup till all the veggies result soft.
When the soup is ready, with the help of a blender, mix some part of the veggies to give the soup a smoother texture but still with pieces.
Serve it hot pured over the bread and with a touch of extra virgin olive oil.
Etichette:
#Italian,
#JamieOliver,
#Recipes,
#Ricette,
#Soup,
#Tradition,
#Tradizione,
#Vegan,
#Vegetarian,
#Vegetariano,
#Zuppa
La Ribollita
Zuppa tipica Toscana di umili origini... per questo ancora piu' gustosa!
Vi sono moltissime varianti di questa fantastica zuppa vi propongo qui la mia personale versione.
Logicamente, come nel minestrone, piu' verdure ci sono piu' gustosa sara' la zuppa.
Ma per essere una zuppa "ribollita" non possono mancare i due tipi di cavoli, e soprattuto quello nero ed i fagioli.
INGREDIENTI:
- 2 Patate Medie
- 1 Cipolla
- 1 Fscio di Cste di Bietole
- 4 Carote
- 250 gr Cavolo Nero
- 250 gr Cavolo Verza
- 250 gr Fagioli Cannellini
- Pomodori pelati
- 1 Gambo di Sedano
- 1 Porro
- Timo e Rosmarino
- Dado da Brodo Vegetale
- Pane Casareccio secco o tostato
- Olio extravergine d'Oliva
PREPARAZIONE:
Tagliare la cipolla a piccoli dadini e soffriggerla in olio extravergine d'oliva.
Tagliare a dadini il sedano, le carote ed il porro e lasciate soffriggere con la cipolla.
Aggiungere a questo punto tutte le atre verdure ed il dado.
Aggiungere dell' acqua per la cottura a poco a poco poiche' la zuppa deve risultare densa e compatta e non brodosa.
A meta' cottura aggiungere i fagioli e lasciare insaporire.
Cuocere per un totale di 45 minuti o fin quando tutte le verdure non si siano ammorbidite.
A cottura ultimata, con l'aiuto di un frullatore ad immersione, frullare parte della zuppa rendendo il composto cosi' ancora piu' cremoso ma con ancora tanti gustosi pezzi.
Servire calda, magari ribollita il giorno dopo, su crostoni di pane secco o ben tostato.Condire con un bel giro di olio extravergine d'oliva a freddo.
domenica 12 febbraio 2012
Soup of Pumpkin Mushroom and Barley
Recipe by Laura Valente.
- 500 gr Pumpkin
- 130-150 gr Barley
- 150 gr of Champignons or Penny Bun - Italian Porcino
- 1 Onion
- 500 ml Vegetable Stock
- 1 Garlic clove
- Olive Oil or Butter
- Salt and Pepper
PREPARATION:
Slice the onion in small pieces than fry them in olive oil or butter till golden brown.
Cut the Pumpkin in small pieces and add it to the onion.
Put the lid over the pan and cook the pumpkin with the help of some vegetable stock for about 20-30 minutes till it is nice soft.
Put the pumpkin in the the blender and mix it till become a soft cream. If necessary add some more stock water.
Add salt if necessary.
Slice the mushrooms and fry them in a pan with the garlic.
At the end remove the garlic.
Cook the barley in salty water, proportion of water with barley 1:3.
Mix the three ingredient together and add some more water stock if necessary to make it nicely smooth.
Add pepper and salt.
Serve it hot.
Crema di Zucca con Orzo e Funghi
Provala e dicci cosa ne pensi!
Ricetta di Laura Valente improvvisata sul "sentito dire":
INGREDIENTI:
INGREDIENTI:
- 500 gr. Zucca
- Olio o Burro
- 1 Cipolla ( facoltativa)
- Brodo Vegetale q.b.
- 100 150 gr Funghi Champignons o Porcini
- 1 Spicchio di aglio
- 150 gr Orzo Perlato
- Sale e Pepe
PREPARAZIONE:
Ricetta improvvisata sul sentito dire:
Tagliare a dadini la zucca e rosolarla in un po' olio o burro dove si e' fatta soffriggere la cipolla.
Tagliare a dadini la zucca e rosolarla in un po' olio o burro dove si e' fatta soffriggere la cipolla.
Coprire dopo un paio di minuti e cuocere a fuoco medio per circa 20-30 minuti finché la zucca non si sara' ammorbidita.
Versare il composto nel bicchiere del frullatore e frullare il tutto fin quando non si sia ottenuta una crema omogenea aiutandosi con l'aggiunta di brodo vegetale.
Regolare di sale.
A parte, cuocere i funghi tagliati a listarelle in un soffritto di aglio ed olio.
Rimuovere l'aglio a termine cottura.
A parte, cuocere l'orzo in acqua salata in proporzione di 1:3.
Mescolare i tre ingredienti crema di zucca, funghi, e orzo (con la propria acqua di cottura, se ne avanza o se non è troppa).
Aggiustare con un po' di brodo se è troppo densa, aggiungere un po' di pepe e servire bollente.
sabato 11 febbraio 2012
Pinzimonio
Pinzimonio is the name that we give to the sauce in which fresh raw vegetables get dipped. It's a light, healthy appetizer that can be served in any season serving with what the land offers.
The best veggies to serve "in pinzimonio" are:
- tomatoes
- peppers
- endives
- onions (normal, spring or red)
- salad with small leaves
- cucumber
- fennel
- celery
- avocado
The Pinzimonio must be prepared only with:
- pure extra virgin olive oil
- lemon or vinegar
- salt
to which eventually according with taste, add:
- basil
- parsley
- thyme
- sage
- chivesp
- pepper
- chili pepper
- yogurt
- mustard
- etc...
To create the pinzimonio sauce mix the olive oil with the herbs, the lemon/vinegar and the salt with the help of a fork or a whisk until it become an emulsion.
Pinzimonio
Pinzimonio e' il nome che si da all'emulsione di olio extravergine di oliva ed erbe fresche nella quale si intingono verdure fresche e tagliate finemente.
E' un fantastico aperitivo da servire a centro tavola o in porzioni individuali.
Puo' essere servito in ogni stagione ma logicamente fa molta piu' gola in primavera quando sulla nostra tavola appaiono verdure gustosissime e fresche!
Servite le verdurine tagliate a cubetti, bagnate di pinzimonio e servite in foglie di indivia belga come se fossero dei cucchiaini vegetali.
Tagliate le verdure a bastoncini e inseriteli in bicchierini da cocktail sul cui fondo avete versato un dito di pinzimonio, meglio se piuttosto solido.
Oppure:
Servite il Pinzimonio in ciotole al centro tavola e disponete tutte le verdure a disposizione dei commensali al centro tavola. INGREDIENTI:
Come verdure suggerisce di utilizzare:
- carote
- indivia
- cipolle
- cipolline fresche
- insalata a foglie piccole
- finocchio
- sedano
- avocado
- cetriolo
- zucchine
- pomodori
- peperoni
- radicchio
- etc...
- Olio extra vergine di oliva
- limone o aceto balsamico
- sale
- basilico
- prezzemolo
- timo
- erba cipollina
- pepe
- peperoncino
- yogurt
- mostarda
PREPARAZIONE
Mixare a mano o con un frullino l'olio, l'aceto o il limone e le erbe.
L'emulsione non resta a lungo stabile quindi si consiglia, se non la si mischia a yogurt di rimestarla prima di servirla.
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)
PREPARAZIONE
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.
Che cosa e' la Ribollita e sue varianti
La Ribollita è sicuramente uno dei piatti tipici più conosciuti della tradizione gastronomica Toscana che potrebbe ricordare un minestrone per la grande varietà di verdure utilizzate per la sua realizzazione.
Non c'è dubbio che la ribollita abbia un origine prettamente contadina infatti, sia il metodo di cottura utilizzato, sia la sua composizione suggeriscono che si tratta di un piatto molto umile.
Il termine Ribollita infatti, significa "bollita di nuovo" e si riferisce al fatto che per preparare questo piatto si utilizzavano le verdure cotte avanzate dai pasti dei giorni precedenti e le si facevano cuocere nuovamente insieme al pane raffermo, con l'aggiunta di un filo d'olio d'oliva a fine cottura.
Anticamente era tradizione preparare la ribollita il venerdì in grande abbondanza, con gli avanzi della settimana, in modo da poterne mangiare anche nei giorni seguenti facendola ribollire ogni volta.
Naturalmente, in tutta la Toscana, ogni provincia e ogni città o paese ha la sua versione della ribollita che quindi non ha una ricetta standard ma presenta comunque una regola fondamentale: per chiamarsi davvero ribollita deve contenere obbligatoriamente i fagioli e due tipi di cavolo, il cavolo verza ed il cavolo nero.
Proprio per la difficoltà di trovare una ricetta universale, il fantastico sito GialloZafferano.it vi propone la ricetta della Ribollita così come viene preparata nella città di Firenze.
http://ricette.giallozafferano.it/Ribollita.html
Qui per avere piu' inforamzioni... e supportare la magica enciclopedia WIKIPEDIA:
http://it.wikipedia.org/wiki/Ribollita
Se si volesse dare un'occhiata a cosa ne combina lo Chef Jamie Oliver:
http://www.jamieoliver.com/recipes/vegetarian-recipes/my-favourite-ribollita-la-mia-ribollita
La ricetta per una rbollita veloce e veramente buona? Visitate La Mamma di Francesco!
http://ricettemammafrancesco.blogspot.com/#!/2011/11/ribollita-veloce-di-rosy.html
Non c'è dubbio che la ribollita abbia un origine prettamente contadina infatti, sia il metodo di cottura utilizzato, sia la sua composizione suggeriscono che si tratta di un piatto molto umile.
Il termine Ribollita infatti, significa "bollita di nuovo" e si riferisce al fatto che per preparare questo piatto si utilizzavano le verdure cotte avanzate dai pasti dei giorni precedenti e le si facevano cuocere nuovamente insieme al pane raffermo, con l'aggiunta di un filo d'olio d'oliva a fine cottura.
Anticamente era tradizione preparare la ribollita il venerdì in grande abbondanza, con gli avanzi della settimana, in modo da poterne mangiare anche nei giorni seguenti facendola ribollire ogni volta.
Naturalmente, in tutta la Toscana, ogni provincia e ogni città o paese ha la sua versione della ribollita che quindi non ha una ricetta standard ma presenta comunque una regola fondamentale: per chiamarsi davvero ribollita deve contenere obbligatoriamente i fagioli e due tipi di cavolo, il cavolo verza ed il cavolo nero.
Proprio per la difficoltà di trovare una ricetta universale, il fantastico sito GialloZafferano.it vi propone la ricetta della Ribollita così come viene preparata nella città di Firenze.
http://ricette.giallozafferano.it/Ribollita.html
Qui per avere piu' inforamzioni... e supportare la magica enciclopedia WIKIPEDIA:
http://it.wikipedia.org/wiki/Ribollita
Se si volesse dare un'occhiata a cosa ne combina lo Chef Jamie Oliver:
http://www.jamieoliver.com/recipes/vegetarian-recipes/my-favourite-ribollita-la-mia-ribollita
La ricetta per una rbollita veloce e veramente buona? Visitate La Mamma di Francesco!
http://ricettemammafrancesco.blogspot.com/#!/2011/11/ribollita-veloce-di-rosy.html
Etichette:
#Italian,
#JamieOliver,
#Soup,
#Tradition,
#Tradizione,
#Vegetarian,
#Vegetariano,
#Zuppa
giovedì 9 febbraio 2012
Timballo di Anellini alla Palermitana
La ricetta, tipica siciliana, e' interpretata dal cuoco NATALE GIUNTA
Questa ricetta e' abbastanza lunga e complicata ma e' una cosa spettacolare!La ricetta, tipica siciliana, e' interpretata dal cuoco NATALE GIUNTA.
La si trova anche nel Gattopardo di Tomasi di Lampedusa e nel film omonimo di Luchino Visconti.
Bisogna provarla... peccato che in Olanda gli anellini siano quais impossibili da trovare!
Anellini grandi! Non anellini pastina della Barilla mi raccomando...
Per il timballo:
- 600 g di anelletti
- 1/2 kg di macinato misto di carne (manzo e maiale)
- 1 cipolla-1 carota
- 2 coste di sedano
- 1 ciuffo diprezzemolo
- 2 chiodi di garofano
- 2 foglie di alloro
- 14 fette di melanzana
- 250 g di concentrato di pomodoro
- 100 g di grana grattugiato
- 200 g di pisellei surgelati
- 1 pizzico di zucchero
- 1/2 bicchiere di vino bianco
- pangrattato q.b.
- sale e pepe
- 50 g di burro
- 50 farina
- 250 g di latte
- noce moscata
- sale e pepe
- In acqua calda e salata, cuocere gli anelletti;
- In una forma di ciambellone, spennellare l’olio ed aggiungere il pangrattato;
- In un pentolino a parte sciogliere il burro con la farina e poi aggiungere latte a freddo, noce moscata, sale e pepe per fare la besciamella;
- In un pentolio, scaldare l’olio extravergine d’oliva ed aggiungere sedano, carota e cipolla tritati;
- Una volta rosolato, aggiungere il macinato misto e cuocere aggiungendo il vino bianco, prezzemolo, piselli e concentrato e mescolare per bene, coprire con acqua, aggiungere i chiodi di garofano, pepe, sale, zucchero, alloro e coprire;
- Lasciar cuocere per un’ora e mezza;
- Scolare la pasta ed amalgamare il tutto aggiungendo il grana e la besciamella;
- Tagliare la melanzana realizzando 14 fette;
- Friggere le melanzane in olio caldo e lasciarle asciugare dall’olio;
- Disporre le melanzane nella forma di ciambellone;
- Versare la pasta con il ragù nella forma, aggiungere della mollica di pane e grana;
- Cuocere in forno per 40 minuti;
Etichette:
#Carne,
#FirstCourse,
#Meat,
#Primo,
#Ricette,
#Tradition,
#Tradizione
martedì 7 febbraio 2012
Muffin al cavolfiore profumato alle spezie
Ricetta di Simonetta Garzon
INGREDIENTI
- 180 gr farina tipo 00
- 3 uova
- 10 cl di latte fresco intero
- 10 cl di olio d'oliva
- 60 gr di un buon pecorino stagionato
- 120 gr cavolfiore
- 1 cucchiaino lievito in polvere
- 1 cucchiaino di curry macinato
- ½ cucchiaino curcuma macinata
Cucinate al vapore il cavolfiore diviso in cimette e tenete da parte.
Sbattere uova latte olio e formaggio grattugiato. Aggiungere le spezie, il cavolfiore, la farina e per ultimo il lievito.
Distribuire in stampini da muffin in carta (o stampini normali imburrati e infarinati). Passare in forno già caldo a 180 gradi per 20 minuti. Infilare uno stuzzicadente per verificare la cottura (deve uscire asciutto). Sfornare e servire una volta raffreddato.
lunedì 6 febbraio 2012
Zuppa di Broccoli e Fagioli
Zuppa di Broccoli e Fagioli
INGREDIENTI
PREPARAZIONE
Affettare la cipolla e soffriggerla, in olio d'oliva, fino a farla imbiondire.
Aggiungere il concentrato di pomodoro e far insaporire.
Aggiungere i pezzettoni e far cuocere il sughetto per un 5-8 minuti.
Scolare e lavarei fagioli ed aggiungerli al sughetto. Girare per 2 minuti.
Aggiungere 1 litro e mezzo di acqua bollente ed 1 dado vegetale.
Quando la zuppa bolle immergere le cime di broccoli e far cuocere per circa 20 minuti.
Usare acqua salata e brodo della zuppa per cuocere la pasta fresca ed aggiungere a cottura ultimata alla zuppa.
Servire con crostoni di pane, olio d'oliva a crudo ed a piacere ( piacere mio si intende!) spolverizzare del peperoncino forte...
Successo assicurato... piace anche ai bambini ( o per lo meno al mio!)
INGREDIENTI
- 500 gr di pomodori a pezzettoni
- 500 gr di fagioli "tipo" Cannellini
- 300 gr di cime di Broccoli
- 200 gr Pasta Fresca
- 1 Grande Cipolla
- 1 cucchiaino di concentrato di pomodoro
- Olio d'Oliva
- Sale e peperoncino o olio santo a piacere
PREPARAZIONE
Affettare la cipolla e soffriggerla, in olio d'oliva, fino a farla imbiondire.
Aggiungere il concentrato di pomodoro e far insaporire.
Aggiungere i pezzettoni e far cuocere il sughetto per un 5-8 minuti.
Scolare e lavarei fagioli ed aggiungerli al sughetto. Girare per 2 minuti.
Aggiungere 1 litro e mezzo di acqua bollente ed 1 dado vegetale.
Quando la zuppa bolle immergere le cime di broccoli e far cuocere per circa 20 minuti.
Usare acqua salata e brodo della zuppa per cuocere la pasta fresca ed aggiungere a cottura ultimata alla zuppa.
Servire con crostoni di pane, olio d'oliva a crudo ed a piacere ( piacere mio si intende!) spolverizzare del peperoncino forte...
Successo assicurato... piace anche ai bambini ( o per lo meno al mio!)
Etichette:
#Recipes,
#Ricette,
#Soup,
#Vegetarian,
#Vegetariano
Ravioli di Mortadella ai Formaggi
Ravioli di Mortadella ai Formaggi
La ricetta e' della Maestra in cucina Alessandra Spisni della Vecchia Scuola Bolognese - http://www.lavecchiascuola.com/
INGREDIENTI
- taleggio
- gorgonzola
- sale
- pepe
- panna
- mortadella
- 2 patate lesse
PREPARAZIONE
- Far sciogliere nella panna il gorzonzola ed il taleggio, da usare come sugo;
- L’impasto è fatto con farina di grano tenero ed uova;
- Per il ripieno lessare le patate schiacciarle, formaggio grana, mortadella, noce moscata;
- Disporre sulla pasta stesa il composto ed aggiungere il prezzemolo;
- Chiudere la sfoglia eliminando l’aria ed usando la ruota per la pasta;
- Cuocere in aqua calda e salata i ravioli;
- Disporre sul piatto il sugo di formaggio e poi impiattare i ravioli;
Ravioli di Patate e Menta - Culurgiones
Ravioli di Patate e Menta - Culurgiones
Ricetta Tipica SardaINGREDIENTI
- cipolla
- aglio
- menta
- 200 g caprino
- 1 kg di patate lesse
- 200 g pecorino
Impastare le patate schiacciate con il formaggio caprino, 100 g di pecorino sardo;
- Fare un soffritto di menta, cipolla ed aglio;
- Aggiungere anche questo nella ciotola con le patate per il ripieno;
- Fare un impasto con semola di grano duro, uova ed acqua;
- Stendere la pasta con la nonna papera, fare con una formina tonda il raviolo, disporre il composto e poi chiudere a metà ;
- Preparare il sugo per con i pomodorini o una latta di pomodori pelati;
- Nel frattempo, cuocere in acqua calda e salata i ravioli ripieni (culurgiones);
- Disporre sul piatto il sugo ed aggiungere i ravioli con un altro pò di sugo;
- Aggiungere del pecorino sopra;
Manzo brasato con le cipolline
Vista a - La Prova del Cuoco
Ricetta delle Sorelle Landra
INGREDIENTI
- 800 g di codone di manzo
- 20 cipolline
- 1 cucchiaio di olio exo
- 1 foglia d’alloro
- 1 bottiglia di vino bianco secco
- qualche bacca di ginepro
- 1 cucchiaio di farina
- eventuamente del poco
- 2-3 cucchiai di olio extravergine d’oliva
- sale e pepe a piacere
PREPARAZIONE
- Mettere a bagno per una notte il codone con le cipolline, nel vino bianco;
- Asciugare la carne e rosolare in pentola per sigillare la carne su tutti i lati;
- Aggiungere il vino bianco della marinata;
- Tagliare a pezzi le cipolline ed aggiungerle in pentola;
- Schiacciare le bacche di cinepro ed aggiungerle in pentola;
- Lasciare in cottura per 3 ore a fuoco basso;
- Avvolgere la carne nella carta stagnolo;
- Frullare nella pentola le cipolline;
- Cuocere la farina con il brodo ed aggiungerlo per addensare nelle cipolle frullate;
- Tagliare i carciofi e cuocerli in padella con l’olio evo;
- Realizzare un letto di carciofi e disporre la carne tagliata a fette;
- Aggiungere il sughetto sopra alla carne;
Etichette:
#Carne,
#LaProvaDelCuoco,
#Meat,
#Recipes,
#Ricette,
#SecondCourse
Iscriviti a:
Post (Atom)