@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300');
@font-face {
    font-family: 'hand_of_sean_demoregular';
    src: url('../fonts/hand_of_sean_demo-webfont.eot');
    src: url('../fonts/hand_of_sean_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hand_of_sean_demo-webfont.woff2') format('woff2'),
         url('../fonts/hand_of_sean_demo-webfont.woff') format('woff'),
         url('../fonts/hand_of_sean_demo-webfont.ttf') format('truetype'),
         url('../fonts/hand_of_sean_demo-webfont.svg#hand_of_sean_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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




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




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

html {
    height: 100%;
    overflow-y: auto !important;
    width: 100%;
    min-width: 300px;
}

img {
    max-width: 100%;
    text-align: center;
    margin: auto;
}


body {
	background: url('../img/bg.jpg') repeat-x center top;
    background-size: contain;
	 -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
	color:#000;
  	background-color:#41A800;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
    /*overflow-x: hidden;*/
	
}
body.sub{
	background: url('../img/bgsub.jpg') no-repeat center bottom;
    background-size: cover;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	color:#000;
  	background-color:#ffffff;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
.container{
    width:100%;
    /*height:100%;*/
    margin:auto;
    display: inline-table;
}

.menupersonaggi {
    max-width: 1700px;
    margin: auto;
    text-align: center;
    }

.col-sm-12 {
    padding:0;
}
.row{    
	margin-right: 0;
	}

body.sub .row{    
	margin-right: 0;
    margin-left: 0;
	}
	a:link, a:visited {
	color:#eee;
}
.col-sm-6.logo{text-align:center;}
.logo img{ 
	 width: 40%;
    height: auto;
	margin-top:1%
}

.uccellini {
    text-align: center;
    margin: auto;
}

.uccellini img{
    width: 40%;
    height: auto;
	border:0;
	margin-top: 20%;
}

.giulio, .storie, .ricette, .giochi{
    text-align: center;
    margin: auto;
}

.paragrafo { 
    color:#000000;
    font-family: 'vagroundedregular';
    font-size: 1.4em;
    margin: 24px 0;
}

.txtEvid{
    color: #059dd5; 
    font-size: 1em; 
    font-family: hand_of_sean_demoregular; 
    text-transform: uppercase;
}

img:a {
 cursor: hand;
}
/***********************************MODIFICHE BORDO BIANCO******************************************/

.giulio img{
	 width: 70%;
    height: auto;
	padding-top:10%;
	border:0;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.giulio:hover img.effect{
	-webkit-filter: drop-shadow(3px 3px 3px white);
    filter:drop-shadow(3px 3px 3px white);
    -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
    -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}


.storie img{
	 width: 60%;
    height: auto;
	padding-top:20%;
	padding-left:1%;
	border:0;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.storie:hover img.effect{
	-webkit-filter: drop-shadow(3px 3px 3px white);
    filter:drop-shadow(3px 3px 3px white);
    -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
    -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.ricette img{
	 width: 65%;
    height: auto;
	padding-top:0%;
	padding-left:1%;
	border:0;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.ricette:hover img.effect{
	-webkit-filter: drop-shadow(3px 3px 3px white);
    filter:drop-shadow(3px 3px 3px white);
    -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
    -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.giochi img{
    width: 70%;
    height: auto;
	padding-top:0;
	padding-left:1%;
	border:0;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.giochi:hover img.effect{
	-webkit-filter: drop-shadow(3px 3px 3px white);
    filter:drop-shadow(3px 3px 3px white);
    -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
    -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.curiosita img{
	 width: 45%;
    height: auto;
	padding-top:25%;
	padding-left:1%;
	border:0;
	margin-top: -50px;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.curiosita:hover img.effect{
	-webkit-filter: drop-shadow(3px 3px 3px white);
    filter:drop-shadow(3px 3px 3px white);
    -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.nicoletta img{
    width: 30%;
    height: auto;
    padding-top:25%;
	padding-right:1%;
	border:0;
    -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

/***********************************************************************************************/
.menu {
    vertical-align: bottom;
    padding-top: 10%;
}

.scopri_mondo {
    text-align: center;
    margin: auto;
}

.scopri_mondo img{
	width: 80%;
    height: auto;
	padding-top:1%;
	border:0;
}

.facebook {
    position: relative;
    text-align: center;
    margin: auto;
}

.facebook img{
    width: 70%;
    height: auto;
	padding-top:1%;
	border:0;
    max-width: 150px;
}
.sole{
    position:absolute; 
	left:25%; 
	top:10%; 
}

.sole img{
	width: 70%;
    height: auto;
    padding-top: 1%;
    padding-left: 1%;
    border: 0;
}

.boxTxt{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
	padding:2%;
	border:2px solid #ffffff;
}
.boxTxt p{
	opacity: 1;
}
#menu {
    bottom: 3%;
    text-align: center;
    margin: auto;
}

#menu ul
{
    margin: 0;
    padding: 0;
	font-family:hand_of_sean_demoregular;
	font-size:1.2em; 
	margin-top: 3%;
}

@media screen and (max-width: 1200px) {  
#menu ul
{
    margin: 0;
    padding: 0;
	font-family:hand_of_sean_demoregular;
	font-size:1em; 
	margin-top: 3%;
}   
}

@media screen and (max-width: 950px) {  
#menu ul
{
    margin: 0;
    padding: 0;
	font-family:hand_of_sean_demoregular;
	font-size:0.8em; 
	margin-top: 3%;
}   
}

#menu ul li
{
    list-style-type: none;
    display: inline;
}

#menu li:before {
content: " | ";
color:#ffce04;
}

#menu li:first-child:before {
content: none;
}

#menusub {
    width: 100%;
    float: right;
    margin: auto;
    text-align: center;
    max-width: 1200px;
    z-index: 1000;
    border: 0px solid red;
    height: auto;
	position:absolute;
	top:0;
}
#menusub div{
	width: 16%;
    height: auto;
    border: 0px solid red;
    float: left;
}
#menusubdiv.menu-h img
{
   height: auto;
    width: 100%;
    max-width: 140px;
   
}

/***********************************MODIFICHE MENU***********************************/
@keyframes example {
    from {opacity: 0; visibility: visible;height: 0%;}
    to {opacity: 1;visibility: visible;height: 100%;}
}

/*@keyframes example2 {
    from {opacity: 1;height: 150px;}
    to {opacity: 0;height: 0px;}
}*/

#menusub div.menu-h a
{
    top: 0%;
    height: 80%;
    width: 25%;
	font-family:hand_of_sean_demoregular;
	color:#ffffff;
	padding:0;
}

#menusub div.menu-h a img
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



#menusub div.menu-h
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub div.menu-h div#submenu-giochi
{
    max-width: 600px;
	width:300%;
    max-height: 50px;
    height: 0px;
    visibility: hidden;
    background-color:#956adc;
	border: 2px solid #000;
   /* animation-name: example2;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode:forwards;*/
    opacity:1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#menusub div.menu-h div#submenu-giochi ul li
{
	/*float:left;*/
}
#menusub div.menu-h div#submenu-ricette
{
    max-width: 600px;
	width:300%;
    visibility: hidden;
    background-color:#ffce04;
	border: 2px solid #000;
   /* animation-name: example2;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode:forwards;*/
    opacity:0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*#menusub div.menu-h div#submenu-giochi{
	background-color:#956adc;
	border: 2px solid #000;
}
#menusub div.menu-h div#submenu-ricette{
	background-color:#ffce04;
	border: 2px solid #000;
}*/
#menusub div.menu-h:hover > div#submenu-giochi
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    animation-name: example;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}

#menusub div.menu-h:hover > a img
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}


#menusub a img.chisono 
{
    margin-top:-35%;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.chisono:hover 
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}


#menusub a img.storie
{
    margin-top:-35%;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.storie:hover  
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

#menusub a img.ricette
{
    margin-top:-35%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.ricette:hover  
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

#menusub a img.giochi
{
    margin-top:-35%;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.giochi:hover  
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

#menusub a img.curiosita
{
    margin-top:-35%;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.curiosita:hover  
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

#menusub a img.cartoni
{
    margin-top:-35%;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menusub a img.cartoni:hover  
{
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

ul#menu li {
    display: inline;
}

.chi_siamo_img img {
width: 100%;
max-width: 100%;
}

/***********************************************************************************************/
#gioco{
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 1;
    overflow: hidden;
}

#download{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 52%;
    height: 94%;
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 1% 24% 1% 24%;
}

/*#start{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}*/

.infoTitle {
    width:100%;
}

.infoSpace{
    display:inline-block;
    width:5%;
    float:left;
    min-height:1px;
}

.infoTitleText {
    width:90%;
    float:left;
}

.infoTitleText h2 {
    text-align:center;
    margin:2% 0%;
}

#infoClose {
    width:5%;
}

#infoBlock{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding: 5% 10% 5% 10%;
    /*padding: 5% 20% 5% 20%;*/
    z-index: 2000;
}

.caption {
    color: #000000;
    margin:auto;
    padding:1% 0%;
}

.tdInfo {
    width: 50%;
    border: none;
    padding: 1% 1% 1% 0%;
}

.trInfo {
    border: none;
}

#infoTable{
    display: table;
    width: 100%;
    height: 100%;
}

#infoTableCell{
    display: table-cell;
    vertical-align: middle;
    width:100%;
}

#infoContainer{
    width:100%;
    /*height:100%;*/
    border:2px #000 solid; 
    background-color: #fff;
}

#legenda {
    width: 100%;
    height: 100%;
    padding: 0% 2% 0% 2%;
}

.infoImage {
    width: 15%;
    float: left;
}

.infoTextTable {
    display: inline-table;
    width: 60%;
    height: 100%;
}

.infoTextCell {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    line-height: normal;
    margin: auto !important;
    padding-left: 5%;
}


#endGame{
    position:absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
    /*height: 80%;
    padding: 5% 30% 5% 30%;
    background: url(../img/finegioco_rigioca.png) center no-repeat;
    background-size:contain;*/
}

#prec{
    height: 100%;
    background: url(../img/finegioco_prec.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

#rigioca{
    height: 100%;
    background: url(../img/finegioco_rigioca.png) no-repeat;
    background-size:70%;
    background-position: bottom center;
}

#succ{
    height: 100%;
    background: url(../img/finegioco_succ.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.product-name{
	margin: 8px 0 0;
    width: 100%;
    text-align: center;
    display: inline-block;
	font-size: 18px;
	/*font-family: 'hand_of_sean_demoregular';*/
}
.libri{
	/*height:350px;*/
}
.autorelibro{
    font-size: 10px;
    font-style: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
	font-family: 'vagroundedregular';
}
.prezzoLibro{
	font-size: 20px;
    font-weight: normal;
    color: #E75768;
    font-family: 'vagroundedregular';
}
/**************************************** MENU STORIE *****************************************/

.menu-container{
    width: 100%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 7%;
    padding-left: 24%;
    overflow: hidden;
}

.menu-instruction{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10%;
    height: 80%;
    margin: 5% 5% 5% 5%; 
    overflow: hidden;
}

#menu-giochi{
    height: 100%;
    margin: 0;
    padding: 0;
}

#menu-giochi .elem-image img{
    cursor:pointer;
}

.giochi-elem{
    height: 100%;
    list-style:none;
    float: left;
    /*margin-left: 0.5%;
    margin-right: 0.5%;*/
}
.elem-title{
    height: 11%;
}

.elem-title h2{
    height: 100%;
    margin: 0;
    text-align: center;
    font-family:hand_of_sean_demoregular;
	color:#00b5f1;
	text-transform: uppercase;
    font-size: 27px !important;
}

.elem-image{
    height: 89%;
    text-align: center;
}

.elem-image img{
    max-height: 100%;
    max-width: 100% !important;
    margin: auto;
    /*height: 100%;*/
    
}

/***********************************************************************************************/

/*#startButton{
    width:100%; 
    height:100%;
}*/

#downloadClose{
    float: right;
    width: 6%;
    height: 100%;
    background: url(../img/icon_chiudi.png) center no-repeat;
    background-size:contain;
    border: none;
}

#downloadTitolo{
    height: 100%;
    text-align:center;
	font-family:hand_of_sean_demoregular;
    font-size:1.0em !important;
	color:#00b5f1;
	text-transform: uppercase;
    margin: 0px;
    padding: 2%;
}

#downloadSave{
    height: 95%;
}

footer{
	width:100%;
    bottom: 2%;
}

.container .jumbotron, .container-fluid .jumbotron {
    position:relative;
    width: 100%;
    height: 650px;
    margin: auto;
    /*border-radius: 0;
    margin: 0;
    padding: 200px;*/
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 1% 0% 1% 0%;
}

.testoricette p{
	font-family: hand_of_sean_demoregular;
    color: #000;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    font-size: 18px;
}

.testoricette {
    width: 70%;
    display: inline-table;
}

.numeroricette {
    display: inline-table;   
}

.immaginericette {
padding-bottom: 2%;
}

.imgingredienti {
padding-bottom: 2%;
}

@media screen and (min-width: 1280px) and (max-width: 1380px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 600px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    .elem-title h2{
        font-size: 25px !important;
    }
}


@media screen and (min-width: 1173px) and (max-width: 1279px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 550px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    .elem-title h2{
        font-size: 23px !important;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1172px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 500px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    #downloadTitolo{
        height: 100%;
        text-align:center;
        font-family:hand_of_sean_demoregular;
        font-size:0.8em !important;
        color:#00b5f1;
        text-transform: uppercase;
        margin: 0px;
        padding: 2%;
    }
    .elem-title h2{
        font-size: 21px !important;
    }
}
    
@media screen and (min-width: 955px) and (max-width: 1049px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 450px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    #downloadTitolo{
        height: 100%;
        text-align:center;
        font-family:hand_of_sean_demoregular;
        font-size:0.7em !important;
        color:#00b5f1;
        text-transform: uppercase;
        margin: 0px;
        padding: 2%;
    }
    .elem-title h2{
        font-size: 19px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 954px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 380px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    #downloadTitolo{
        height: 100%;
        text-align:center;
        font-family:hand_of_sean_demoregular;
        font-size:0.6em !important;
        color:#00b5f1;
        text-transform: uppercase;
        margin: 0px;
        padding: 2%;
    }
    .elem-title h2{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 350px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }

    #downloadTitolo{
        height: 100%;
        text-align:center;
        font-family:hand_of_sean_demoregular;
        font-size:0.5em !important;
        color:#00b5f1;
        text-transform: uppercase;
        margin: 0px;
        padding: 2%;
    } 
    .elem-title h2{
        font-size: 15px !important;
    }
    
    .libriBox h3{
        text-align:center;
        font-family:hand_of_sean_demoregular;
        color:#FD5E24;
        text-transform: uppercase;
        font-size: small;
    }

    .libriBox h3 a{
        text-align:center;
        font-family:hand_of_sean_demoregular;
        color:#FD5E24;
        text-transform: uppercase;
        font-size: small;
    }
    
    h2 {
    font-size: 20px !important;
    }
    
    .testoricette p{
        font-size: 15px;
    }
}

.col-md-12{
    padding-right: 0;
    padding-left: 0;
}

.col-md-3 img.logo{
	padding-left:1%;
	padding-top:1%;
}

.chisonoBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#00b5f1;
	text-transform: uppercase;
    margin: 10px auto;
}
.giochiBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#956adc;
	text-transform: uppercase;
    margin: 10px auto;
}

.cartoniBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#ff9600;
	text-transform: uppercase;
    margin: 10px auto;
}

.ricetteBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FFCE04;
	text-transform: uppercase;
    margin: 10px auto;
}

.ricetteBox h2 a{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
	text-transform: uppercase;
}

.ricetteBox h2 a:hover{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#ffce04;
	text-transform: uppercase;
}

.ricetteBox h3{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
    text-transform: uppercase;
}

.ricetteBox h3 a{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
	text-transform: uppercase;
}

.ricetteBox h3 a:hover{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#ffce04;
	text-transform: uppercase;
}

.ricetteBox {
    text-align:center;
    margin: auto;
}

.ricettePost {
padding-bottom: 5%;
}

.hentry.category-ricettedolci{
    padding: 0 !important;
}
.curiositaBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#e62d34;
	text-transform: uppercase;
    margin: 10px;
}
.storieBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#e50b7e;
	text-transform: uppercase;
    margin: 10px auto;
}

.storieBox{
    float: none;
    text-align:center;
    margin: auto;
}
.giochiBox{
    float: none;
    text-align:center;
    margin: auto;
}

.libriBox h2{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#E62D34;
	text-transform: uppercase;
    margin: 10px auto;
}

.libriBox h2 a{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
	text-transform: uppercase;
}

.libriBox h2 a:hover{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#ffce04;
	text-transform: uppercase;
}

.libriBox h3{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
    text-transform: uppercase;
}

.libriBox h3 a{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#FD5E24;
	text-transform: uppercase;
}

.libriBox h3 a:hover{
	text-align:center;
	font-family:hand_of_sean_demoregular;
	color:#ffce04;
	text-transform: uppercase;
}

.libriBox {
    text-align:center;
    margin: auto;
}
.homeClass{
    height:50px;
	background:url(../img/but_home.png) center no-repeat;
	background-size:contain;

}

.backClass{
    height:50px;
	background:url(../img/but_back.png) center no-repeat;
	background-size:contain;
}
	
.screenshotClass{
    height:50px;
	background:url(../img/but_screen.png) center no-repeat;
	background-size:contain;

}
.resetClass{
    height:50px;
	background:url(../img/but_restart.png) center no-repeat;
	background-size:contain;

}
	
.soundClass{
    height:50px;
	background:url(../img/but_sound.png) center no-repeat;
	background-size:contain;

}
.soundOffClass{
    height:50px;
	background:url(../img/but_sound-off.png) center no-repeat;
	background-size:contain;

}

.infoClass{
    height:50px;
	background:url(../img/but_info.png) center no-repeat;
	background-size:contain;
}

@media screen and (min-width: 769px) and (max-width: 954px) {
    
    .homeClass{
        height:40px;
        background:url(../img/but_home.png) center no-repeat;
        background-size:contain;

    }
    .backClass{
        height:40px;
        background:url(../img/but_back.png) center no-repeat;
        background-size:contain;
    }
	
    .screenshotClass{
        height:40px;
        background:url(../img/but_screen.png) center no-repeat;
        background-size:contain;

    }
    .resetClass{
        height:40px;
        background:url(../img/but_restart.png) center no-repeat;
        background-size:contain;

    }

    .soundClass{
        height:40px;
        background:url(../img/but_sound.png) center no-repeat;
        background-size:contain;

    }
    .soundOffClass{
        height:40px;
        background:url(../img/but_sound-off.png) center no-repeat;
        background-size:contain;

    }
    .infoClass{
        height:40px;
        background:url(../img/but_info.png) center no-repeat;
        background-size:contain;
    }
    
    h2 {
        font-size: 24px !important;
    }
}


@media only screen and (max-width: 767px) {
	body.home {
		background: url('../img/bg.jpg') no-repeat top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		color:#000;
		background-color:#41A800;
		background-attachment: scroll;
		width: 100%;
		height: 100%;
		overflow:visible;
	}
	body.sub{
		background: url('../img/bg.jpg') no-repeat center center;
        -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		color:#000;
		background-color:#41A800;
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
		width: 100%;
		height: 100%;
		overflow:visible;
	}
    
    .home .container {
        padding-left: 0px;
        padding-right: 0px;
   
    }
    
    .sub .container {
        padding-left: 0px;
        padding-right: 0px;
        /*background: url('../img/bg.jpg') no-repeat center center;
        -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
   
    }
    
    .home .wrapper {
    background: none;
    }
    
    .wrapper {
        background: url('../img/bg.jpg') no-repeat top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		color:#000;
		background-color:#41A800;
		background-attachment: scroll;
		background-position: top;
    }
	.row{margin-right: 0}
	.col-sm-6.logo {
    text-align: center;
	}
    .logo img{ 
        height: auto;
        margin-top:3%;
    }

    .logoint{
        text-align: center !important;
        margin: auto !important;
    }
    
	.giulio{
		margin:0;
		margin-top:0;
		width:100%;
		text-align: center;
	}
	.giulio img{
		width:80%;
        padding-top: 0%;
	}
	.storie{
		padding:0;
		width:90%;
		text-align: center;
	}
    .storie img{
		padding-top:0%;
	}
	.ricette{
		padding-top:0;
		width:95%;
		text-align: center;
	}
	.giochi{
		padding-top:0;
		width:90%;
		text-align: center;
	}
	.col-sm-2.scopri_mondo{
		padding-top:5%;
		padding:0;
		width:40%;
		text-align: center;
		display:block;
	}
	.scopri_mondo img{
		padding-top:20%;
	}
	.curiosita{
		padding:0;
		width:100%;
		text-align: center;
		margin-top:0;
	}
	.curiosita img{
		margin-top:0%;
        padding-top: 0%;
	}
    
    .facebook{
		padding:0;
		width:50%;
		text-align: center;
		margin-top:0;
	}
    
    .facebook img{
        padding-top:0;
		width:50%;
		text-align: center;
    }
    
    .navbar-default {
	    background-color: #FDC90C;
		border-color: #ffffff;
	}
    
    .navbar{
		position: relative;
		min-height: 50px;
		margin-bottom: 20px;
		border: 1px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	
	.navbar-toggle{
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
	}
	
	.navbar-default .navbar-brand {
		color: #777;
	}
	
	.navbar-brand{
		float: left;
		height: 50px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: #e7e7e7;
        background-color: #FF9108;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #FDC90C;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
	.navbar-default .navbar-nav>li>a {
		color: #fff;
		font-family:hand_of_sean_demoregular;
        font-variant: normal;
        text-transform: uppercase;
	}
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #555;
        background-color: #FDC90C;
    }
	
	.navbar-collapse{
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}
    
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 300px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    .homeClass{
        height:30px;
        background:url(../img/but_home.png) center no-repeat;
        background-size:contain;

    }
    
	.backClass{
        height:30px;
        background:url(../img/but_back.png) center no-repeat;
        background-size:contain;
    }
    
    .screenshotClass{
        height:30px;
        background:url(../img/but_screen.png) center no-repeat;
        background-size:contain;

    }
    .resetClass{
        height:30px;
        background:url(../img/but_restart.png) center no-repeat;
        background-size:contain;

    }

    .soundClass{
        height:30px;
        background:url(../img/but_sound.png) center no-repeat;
        background-size:contain;

    }
    .soundOffClass{
        height:30px;
        background:url(../img/but_sound-off.png) center no-repeat;
        background-size:contain;

    }
    .infoClass{
        height:30px;
        background:url(../img/but_info.png) center no-repeat;
        background-size:contain;
    }
    
    h2 {
        font-size: 20px !important;
    }
    
    .logoint{
        width: 50%;
    }
    
    .storieBox{
        margin: 2% auto;
    }
    
    .menupersonaggi .col-sm-3{
        width: 33%;
        float: left;
    }
    
    .home .col-sm-2.facebook{
        width: 25%;
        float: left;
        
    }
    .home .col-sm-2.scopri_mondo{
        width: 25%;
    
    }
    
    .home .col-sm-8.menu{
        width: 75%;
        float: right;
        
    }

    
    .home .navbar {
        display: none !important;
    }
    
    .elem-title h2{
        font-size: 10px !important;
    }
    
     #rigioca{
    height: 100%;
    background: url(../img/finegioco_rigioca.png) no-repeat;
    background-size:80%;
    background-position: bottom center;
    }
    
}

@media only screen and (max-width: 529px) {
    
    .container .jumbotron, .container-fluid .jumbotron {
        position:relative;
        width: 100%;
        height: 200px;
        margin: auto;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        /*padding-right: 0% !important;
        padding-left: 0% !important;*/
        overflow: hidden;
    }
    
    .homeClass{
        height:30px;
        background:url(../img/but_home.png) center no-repeat;
        background-size:contain;

    }
    
    .backClass{
        height:30px;
        background:url(../img/but_back.png) center no-repeat;
        background-size:contain;
    }
	
    .screenshotClass{
        height:30px;
        background:url(../img/but_screen.png) center no-repeat;
        background-size:contain;

    }
    .resetClass{
        height:30px;
        background:url(../img/but_restart.png) center no-repeat;
        background-size:contain;

    }

    .soundClass{
        height:30px;
        background:url(../img/but_sound.png) center no-repeat;
        background-size:contain;

    }
    .soundOffClass{
        height:30px;
        background:url(../img/but_sound-off.png) center no-repeat;
        background-size:contain;

    }
    .infoClass{
        height:30px;
        background:url(../img/but_info.png) center no-repeat;
        background-size:contain;
    }
    
    h2 {
        font-size: 18px !important;
    }
    
    .logoint{
        width: 50%;
    }
    
    .storieBox{
        margin: 2% auto;
    }
    
    .home .navbar {
        display: none !important;
    }
    
    .menupersonaggi .col-sm-3{
        width: 80%;
        margin: auto;
        text-align: center;
    }
    
    giulio img, .storie img, .ricette img {
        padding-top: 5%;
    }
    
    .elem-title h2{
        font-size: 7px !important;
    }
    
    #rigioca{
    height: 100%;
    background: url(../img/finegioco_rigioca.png) no-repeat;
    background-size:contain;
    background-position: bottom center;
    }

}

@media only screen and (orientation:portrait) and (max-width: 767px) {

    .logo img, .logoint{
        width: 50%;
        height: auto;
        margin-top:3%;
    }
}

@media only screen and (orientation:landscape) and (max-width: 767px) {

 