#mainnav > ul > li.logo img{
    margin-top: 0px !important;
}
.mainnav{
    margin-bottom: 20px;
}
.flat-tabs .content-tab ul li .media-body h6, .flat-tabs .content-tab ul li .media-body span{
    background: #fafafa !important;
}
.flat-tabs .content-tab ul.menu-fd > li{
    width: 50%!important;
    float: left !important;
}
.flat-tabs .content-tab ul.menu-fd > li{
    margin-bottom: 40px !important;
}
.fnp-footer{
    position: relative;
}
.laguages{
    position: absolute;
    top: 50px;
    right: 50px;
    font-weight: 600;
}
.fnp-footere:before{
    content: "";
    position: absolute;
    background: url(../../../Files/pizzeria.png);
    background-position: center center !important;
    background-size: cover !important;
    width: 30%;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    height: 100% !important;
    z-index: 99999999999 !important;
    opacity: .05;

}
.box{
    position: relative;
}
.flat-row.index-1{
    background: url(../../../Files/restaurantnew.jpg);
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.flat-row.flat-gallery{
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}
.box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../../../Files/mammabg.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    opacity: .015;
}
.tp-caption{
    color: #000 !important;
}
.no-padding-top-bottom{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.fnp-parallax{
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.fnp-parallax:before{
    content: "" !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.3);
}
.text-white{
    color: #fff !important;
}
.mt-2{
    margin-top: 20px !important;
}
.flat-row.contact-2 .title-section{
    margin-bottom: 10px !important;
}
.reservation-page-left .reservation-page-form ul{
    margin-top: 10px !important;
}
.title-slide{
    font-size: 90px !important;
    color: #000 !important;
}
.reservation-page-right img{
	margin-top:140px;
	border-radius:2px;
}
@media only screen and (max-width: 768px) {
	.reservation-page-right img{
	margin-top:0px;
	border-radius:2px;
	}
    .logo-mobi img{
        width: 75px;
    }
    .d96px{
        display: none;
    }
    .title-slide{
        font-size: 40px !important;
    }
    .fnp-parallax{
        background-attachment: inherit !important;
    }
    .laguages{
        position: absolute;
        top: 35px;
        right: 60px;
        font-weight: 600;
    }
}