@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Limelight', cursive !important;
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#402818 !important;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Josefin Slab', serif !important;
	color: #402818 !important;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
    font-size: 1.1em;
    margin: 0 0 4px !important;
    letter-spacing: -0.4px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
    overflow: hidden;
    position: relative;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* text */

.dida {
margin-top: 10px;
font-family: 'Marck Script', cursive !important;
font-size: 48px;
}

#id-risico .dida {
color:#F8EDA2 !important;
}

.list {
 line-height: 1.2em;  
}

.menu-title {
    font-family: 'Limelight', cursive !important;
    font-size: 24px;
    margin-bottom: 15px;
}

.menu-list {
     font-size: 16px;
}

i {
    font-size: 18px !important;
        letter-spacing: -0.6px;
}

.main-title {
    letter-spacing: -1px;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

/* general */

.full-inside {
    height:100%;
    width:100%;
    position: absolute;
    top:0;
}

.light {
    color:#F8EDB0 !important;
}

.mobile, .ipad, .ipad-port {display:none;}

.img-ipad-port {display:inline-block; max-width:300px;}



/* Parallax
 * --------------------------------------- */

.parallax {
        position: relative;
        height: 100%;
        overflow: inherit;
}

.parallax .food, .parallax .intro, .parallax .menu-carta, .parallax .drinks, .parallax .contatti {
    position: absolute;
} 

.parallax .inside {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.food, .intro, .menu-carta, .contatti  {
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    -webkit-filter: drop-shadow(5px 6px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 6px 4px rgba(0, 0, 0, 0.3));
}

/* food */


.food1 {
    background-image: url(../imgs/risotti/rice.png);
    height: 13%;
    width: 13%;
    left: 6%;
    margin-top: 0%;
}

.food2 {
    background-image: url(../imgs/risotti/mestolo.png);
    height: 50%;
    width: 50%;
    margin-top: 0%;
    left: 6%;
}

.food3 {
    background-image: url(../imgs/risotti/sausage.png);
    height: 30%;
    width: 30%;
    right: 3%;
    margin-top: 0%;
}

.food4 {
    background-image: url(../imgs/risotti/rice.png);
    height: 23%;
    width: 30%;
    right: 25%;
    margin-top: 20%;
}
.food5 {
    background-image: url(../imgs/risotti/rice.png);
    height: 18%;
    width: 18%;
    right: 5%;
    margin-top: 54%;
}
.food6 {
    background-image: url(../imgs/risotti/zucchini.png);
    height: 52%;
    width: 50%;
    margin-top: 43%;
    left: 10%;
}
.food7 {
    background-image: url(../imgs/risotti/rice.png);
    height: 37%;
    width: 37%;
    right: 25%;
    margin-top: 80%;
}
.food8 {
    background-image: url(../imgs/risotti/rice.png);
    height: 28%;
    width: 28%;
    left: 0%;
    margin-top: 44%;
}
.food9 {
    background-image: url(../imgs/risotti/mushroom.png);
    height: 40%;
    width: 40%;
    margin-top: 98%;
    left: 18%;
}
.food10 {
    background-image: url(../imgs/risotti/rice.png);
    height: 35%;
    width: 35%;
    left: 8%;
    margin-top: 0%;
}
.food11 {
    background-image: url(../imgs/risotti/shrimp.png);
    height: 35%;
    width: 35%;
    right: 7%;
    margin-top: 80%;
}
.food12 {
    background-image: url(../imgs/risotti/rice.png);
    height: 18%;
    width: 18%;
    margin-top: 100%;
    left: 5%;
}

.food13 {
    background-image: url(../imgs/risotti/rice.png);
    height: 35%;
    width: 35%;
    margin-top: 0%;
    left: 10%;
}

.food14 {
    background-image: url(../imgs/risotti/sausage.png);
    height: 40%;
    width: 36%;
    margin-top: 0%;
    right: 15%;
}

.food15 {
    background-image: url(../imgs/risotti/blue-berry.png);
    height: 20%;
    width: 20%;
    margin-top: 30%;
    left: 15%;
}

.food16 {
    background-image: url(../imgs/risotti/blue-berry.png);
    height: 12%;
    width: 12%;
    margin-top: 32%;
    left: 7%;
}
 
.food17 {
    background-image: url(../imgs/risotti/rice.png);
    height: 25%;
    width: 25%;
    margin-top: 45%;
    left: 36%;
}

.food18 {
    background-image: url(../imgs/risotti/rice.png);
    height: 35%;
    width: 35%;
    margin-top: 65%;
    left: 5%;
}

.food19 {
    background-image: url(../imgs/risotti/rice.png);
    height: 36%;
    width: 32%;
    margin-top: 0%;
    right: 10%;
}

.food20 {
    background-image: url(../imgs/risotti/mussel.png);
    height: 50%;
    width: 50%;
    margin-top: 58%;
    right: 15%;
}

.food21 {
    background-image: url(../imgs/risotti/pepper.png);
    height: 35%;
    width: 42%;
    margin-top: 80%;
    left: 0%;
}

.food22 {
    background-image: url(../imgs/risotti/rice.png);
    height: 8%;
    width: 25%;
    margin-top: 50%;
    left: 0%;
}

.food23 {
    background-image: url(../imgs/risotti/rice.png);
    height: 6%;
    width: 18%;
    margin-top: 99%;
    left: 45%;
}

.food24 {
    background-image: url(../imgs/risotti/rice.png);
    height: 9%;
    width: 29%;
    margin-top: 98%;
    right: 5%;
}



.risotti1 {
    background-image: url(../imgs/risotti/risotto.png);
    width: 90%;
    height: 90%;
    margin-top: 0;
    left: 0%;
}

.risotti2 {
    background-image: url(../imgs/risotti/risotto2.png);
    width: 90%;
    height: 90%;
    margin-top: 0;
    right: 0%;
}


/* carta-menu */


.menu-carta1 {
    background-image: url(../imgs/menu/pasta.png);
    height: 13%;
    width: 10%;
    left: 18%;
    margin-top: 1%;
}

.menu-carta2 {
    background-image: url(../imgs/menu/onion.png);
    height: 27%;
    width: 36%;
    right: 5%;
    margin-top: 43%;
}

.menu-carta3 {
    background-image: url(../imgs/menu/pasta.png);
    height: 30%;
    width: 30%;
    right: 10%;
    margin-top: 0%;
}

.menu-carta4 {
    background-image: url(../imgs/menu/pasta.png);
    height: 30%;
    width: 30%;
    right: 25%;
    margin-top: 20%;
}
.menu-carta5 {
    background-image: url(../imgs/menu/tomatoe.png);
    height: 18%;
    width: 21%;
    right: 45%;
    margin-top: 4%;
}
.menu-carta6 {
    background-image: url(../imgs/menu/fish.png);
    height: 14%;
    width: 52%;
    margin-top: 42%;
    left: 8%;
}
.menu-carta7 {
    background-image: url(../imgs/menu/salami.png);
    height: 7%;
    width: 37%;
    right: 10%;
    margin-top: 95%;
}
.menu-carta8 {
    background-image: url(../imgs/menu/pasta.png);
    height: 30%;
    width: 30%;
    left: 20%;
    margin-top: 60%;
}
.menu-carta9 {
    background-image: url(../imgs/risotti/mushroom.png);
    height: 20%;
    width: 28%;
    margin-top: 99%;
    left: 5%;
}
.menu-carta10 {
    background-image: url(../imgs/menu/olive.png);
    height: 25%;
    width: 21%;
    left: 5%;
    margin-top: 3%;
}
.menu-carta11 {
    background-image: url(../imgs/menu/pasta.png);
    height: 25%;
    width: 25%;
    right: 0%;
    margin-top: 90%;
}
.menu-carta12 {
    background-image: url(../imgs/menu/broccoli.png);
    height: 18%;
    width: 28%;
    margin-top: 60%;
    left: 26%;
}

.menu-carta13 {
    background-image: url(../imgs/menu/pasta.png);
    height: 25%;
    width: 16%;
    margin-top: 0%;
    left: 25%;
}

.menu-carta14 {
    background-image: url(../imgs/menu/aubergine.png);
    height: 21%;
    width: 40%;
    margin-top: 17%;
    right: 10%;
}

.menu-carta15 {
    background-image: url(../imgs/menu/bacon.png);
    height: 20%;
    width: 20%;
    margin-top: 35%;
    left: 15%;
}

.menu-carta16 {
    background-image: url(../imgs/menu/pasta.png);
    height: 17%;
    width: 12%;
    margin-top: 65%;
    left: 8%;
}
 
.menu-carta17 {
    background-image: url(../imgs/menu/tomatoe.png);
    height: 17%;
    width: 32%;
    margin-top: 75%;
    right: 15%;
}

.menu-carta18 {
    background-image: url(../imgs/menu/bacon.png);
    height: 10%;
    width: 40%;
    margin-top: 47%;
    right: 11%;
}

.menu-carta19 {
    background-image: url(../imgs/menu/asparagus.png);
    height: 30%;
    width: 30%;
    margin-top: 0%;
    left: 40%;
}

.menu-carta20 {
    background-image: url(../imgs/menu/vassoio.png);
    height: 20%;
    width: 46%;
    margin-top: 44%;
    left: 15%;
}

.menu-carta21 {
    background-image: url(../imgs/menu/garlic.png);
    height: 24%;
    width: 42%;
    margin-top: 95%;
    left: 0%;
}

.menu-carta22 {
    background-image: url(../imgs/menu/egg.png);
    height: 25%;
    width: 25%;
    margin-top: 16%;
    left: 0%;
}

.menu-carta23 {
    background-image: url(../imgs/menu/pasta.png);
    height: 18%;
    width: 18%;
    margin-top: 100%;
    left: 45%;
}

.menu-carta24 {
    background-image: url(../imgs/menu/egg.png);
    height: 22%;
    width: 22%;
    margin-top: 100%;
    left: 63%;
}

/* contatti */



.contatti1 {
    background-image: url(../imgs/risotti/rice.png);
    height: 13%;
    width: 13%;
    left: 6%;
    margin-top: -5%;
}

.contatti2 {
    background-image: url(../imgs/risotti/mestolo.png);
    height: 50%;
    width: 50%;
    left: 2%;
}

.contatti3 {
    background-image: url(../imgs/risotti/sausage.png);
    height: 30%;
    width: 30%;
    right: -5%;
    margin-top: -10%;
}

.contatti4 {
    background-image: url(../imgs/risotti/rice.png);
    height: 30%;
    width: 30%;
    right: 25%;
    margin-top: 20%;
}

.contatti5 {
    background-image: url(../imgs/risotti/sausage.png);
    height: 40%;
    width: 40%;
    margin-top: -13%;
    right: 12%;
}

.contatti6 {
    background-image: url(../imgs/risotti/blue-berry.png);
    height: 20%;
    width: 20%;
    margin-top: 30%;
    left: 15%;
}

.contatti7 {
    background-image: url(../imgs/risotti/blue-berry.png);
    height: 12%;
    width: 12%;
    margin-top: 32%;
    left: 7%;
}
 
.contatti8 {
    background-image: url(../imgs/risotti/rice.png);
    height: 25%;
    width: 25%;
    margin-top: 40%;
    left: 45%;
}



/* intro */

#id-risico .main-text {
     left: 33%;   
}

.andre {
    background-image: url(../imgs/chi-siamo/andre.png);
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: 15%;
}

.gnagni {
    background-image: url(../imgs/chi-siamo/gnagni.png);
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: 15%;
}

.lamp {
    background-image: url(../imgs/chi-siamo/lamp.png);
    background-position: 50%;
    width: 30%;
    height: 40%;
    margin-top: -20%;
    left: 40%;
}

.intro-container {
    border: 8px solid #F8EDB0;
    background-color: #402818;
    color: #F8EDB0;
    border-radius: 20px;
    position: relative;
}

.intro-container .graph {   
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;   
}

#id-risico .main-background {
    background-image: url("../imgs/chi-siamo/background.jpg");
    background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

/* drinks */


.cocktail1 {
    background-image: url(../imgs/drinks/cocktail.png);
    width: 75%;
    height: 100%;
    margin-top: 0;
    left: 10%;
}

.cocktail2 {
    background-image: url(../imgs/drinks/cocktail00.png);
    width: 75%;
    height: 100%;
    margin-top: 0;
    right: 10%;
}


/* contact */

.gallery {
background-size: cover;
background-repeat: no-repeat;
}

.arrow-down {    
    position: absolute;
    bottom: 25px;
    z-index: 10;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: drop-shadow(3px 4px 4px rgba(254, 250, 225, 0.5));
    filter: drop-shadow(3px 4px 4px rgba(254, 250, 225, 0.5));
}


/* contact */

#id-contatti i {
    font-size:45px !important; 
}

.clouds {
    background-image: url(../imgs/contatti/clouds.png);
    height: 25%;
    width: 25%;
    margin-top: 40%;
    left: 45%;
}

.clouds1 {
    background-image: url(../imgs/contatti/clouds00.png);
    width: 45%;
    height: 25%;
    margin-top: 0%;
    left: 46%;
}

.clouds2 {
    background-image: url(../imgs/contatti/airplane00.png);
    height: 25%;
    width: 42%;
    margin-top: 10%;
    left: 45%;
}

.clouds3 {
    background-image: url(../imgs/contatti/airplane01.png);
    height: 25%;
    width: 75%;
    margin-top: 53%;
    left: 29%;
}

.clouds4 {
    background-image: url(../imgs/contatti/clouds.png);
    height: 25%;
    width: 45%;
    margin-top: 80%;
    left: 45%; 
}

.clouds5 {
    background-image: url(../imgs/contatti/airplane02.png);
    height: 25%;
    width: 54%;
    margin-top: 100%;
    left: 59%; 
}

.clouds7 {
    background-image: url(../imgs/contatti/clouds01.png);
    height: 25%;
    width: 25%;
    margin-top: 40%;
    left: 26%;
}

.clouds8 {
    background-image: url(../imgs/contatti/clouds02.png);
    height: 25%;
    width: 45%;
    margin-top: 0%;
    left: 5%;
}

.clouds9 {
    background-image: url(../imgs/contatti/airplane03.png);
    height: 25%;
    width: 42%;
    margin-top: 10%;
    left: 8%;
}

.clouds10 {
    background-image: url(../imgs/contatti/airplane04.png);
    height: 25%;
    width: 75%;
    margin-top: 53%;
    left: 8%;
}

.clouds11 {
    background-image: url(../imgs/contatti/clouds01.png);
    height: 25%;
    width: 45%;
    margin-top: 80%;
    left: 5%; 
}

.clouds12 {
    background-image: url(../imgs/contatti/airplane05.png);
    height: 25%;
    width: 54%;
    margin-top: 100%;
    left: -19%; 
}

.contact-icons {
  text-align: center;
  font-size: 55px !important;
  color: #402818;
}

.social-icons {
font-size: 35px !important;
  color: #402818;    

}
/* buttons */

.btn.btn-primary {
    transition: all 0.3s ease-in-out;   
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus  {
    box-shadow: 0px 0px 0px #FEFAE1 !important; 
    transform: translate(0,5px);
    background-color: #402818;
}


/* @media */


@media (max-width: 768px) {
    .no-mobile, .fp-controlArrow { display: none !important;}    
    .main-text {padding-top: 0px !important;}
    #fp-nav {display: none;}
    #id-risico .main-text {left: 0%; }
    .logo { width: 250px !important; }
    #id-contatti .dida, #id-contatti strong {font-size: 16px !important;}
    #id-contatti i {font-size: 30px !important;}
    p {line-height: 1.3em;}
    .mobilenav h1 {font-size: 22px !important;}
    .mobile {display: block;}
    .wow {animation-name: none !important; visibility: visible !important;}
    }

@media (min-width: 768px) and (max-width: 992px) {
    .no-mobile, .fp-controlArrow { display: none !important;}  
     #id-risico .main-text {left: 0%; }
    .wow {animation-name: none !important; visibility: visible !important;}
}

@media only screen and (max-device-width : 1024px)  { 
    .wow {animation-name: none !important; visibility: visible !important;}
    .no-ipad, .no-mobile .fp-controlArrow { display: none !important;}  
    .ipad {display: block !important;}
    .main-text {padding-top:15px !important;}
    .inclinated-pos {transform: rotate(45deg);}
    .inclinated-neg {transform: rotate(-45deg);}
    .parallax .inside {padding-top: 70px; overflow: visible;}
    .cocktail1, .cocktail2 {width: 60% !important;}
    .lamp {margin-top: -40% !important;}
    #id-contatti strong {font-size: 18px !important;}
}

@media only screen and (max-device-width : 1024px) and (orientation : portrait) { 
    .ipad-port {display: block !important;}
    .no-mobile {display: none !important;}
}

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (max-width: 1200px) {
    .main-title {font-size: 24px !important;}
    .main-title img {width: 20px !Important;}
}

@media (min-width: 1200px) {

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie {display: block;}
    .no-ie {display: none;}
}






