@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body:after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
    content:
    url(../img/slider/1.jpg) 
    url(../img/slider/2.jpg) 
    url(../img/slider/3.jpg)
    url(../img/slider/4.jpg) 
    url(../img/slider/5.jpg);
}

body {
    /*font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #2a3237;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #8a8e91;
}
#headindex{   
    backface-visibility: hidden;
    animation: headindex 20s linear infinite 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    background: url("../img/slider/1.jpg") ;
    min-height: 99vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes headindex{
    25%{
        background: url("../img/slider/2.jpg") ;
        background-position: center;
        background-size: cover;
    }
    50%{
        background: url("../img/slider/3.jpg") ;
        background-position: center;
        background-size: cover;
    }
    75%{
        background: url("../img/slider/4.jpg") ;
        background-position: center;
        background-size: cover;
    }
    
}
.modal-title-avviso{
    font-weight: 500;
    color:black;
    font-size: 3rem;
}
.x-button{
    position: absolute;
    right:2rem;
    background-color: transparent;
    border:0;
    
    font-size: 3rem;
    top:2rem;

}
.modal-body-avviso{
    font-size: 2rem;
    color:black;
    padding:4em;
}
.parallax {
    position: absolute;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.parallax img {
    width: 100%;
    height: 100%;
}
.container-button{
    padding-top: 1em;
    padding-bottom:1em;
}
/* Preloader */

.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
}

.preloader img {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.preloader div {
    display: none;
    /* Preload the Second Pricing Image */
    background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
    background-position: 9999px 9999px;
}

/* Typography */

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 10px 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul.white-list {
    padding: 0;
    list-style-type: none;
}

ul.white-list li {
    font-size: 18px;
    margin: 10px 0;
    color: #fff;
}

ul.white-list li:before {
    content: ' ';
    position: relative;
    top: -3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 15px;
    background: white;
}
.logo-nav{
    width:10%;
}
header {
    position: relative;
    width: 100%;
    color: white;
    background: rgba(28, 36, 65, 0.93);
    background: url('../img/header.jpg');
    background-size: cover;
    background-position: center;
}

header .table {
    display: table;
    height: 100%;
}

header .container {
    height: 100%;
}

header .header-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
}

header .typed {
    display: inline-block;
    margin: 0;
}

header .typed-cursor {
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    color: #00a8ff;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

a {
    text-decoration: none;
    color: #8a8e91;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Navigation Bar ( Navbar ) */

nav.navbar {
    position: absolute;
    z-index: 9500;
    width: 100%;
    width: 100vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.navbar-nav li a {
    padding: 15px;
    font-weight: 700;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
    color: #fff !important;
}

nav.navbar-fixed-top {
    z-index: 9499;
    top: 0;
    padding: 10px 0;
    opacity: 0;
    background: rgba(147, 193, 103, 0.9);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
    color: #fff;
}

.icon-bar {
    background: #fff;
}

/* Buttons */

.btn {
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    color: #8a8e91;
    border: 2px solid transparent;
    border-radius: 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
    color: #93c167;
}

.btn.btn-blue {
    background: #00a8ff;
}

.btn.btn-blue:hover {
    background: #31b9ff;
}

.btn.btn-blue-fill {
    color: #00a8ff;
    border-color: #00a8ff;
    background: transparent;
}

.btn.btn-blue-fill:hover {
    color: white;
    background: #00a8ff;
}

.btn.btn-white-fill {
    color: #fff;
    border-color: #fff;
    background: transparent;
    margin: 20px 0 0 20px;
}

.btn.btn-white-fill:hover {
    color: #93c167;
    background: #fff;
}

.btn.btn-gray-fill {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.btn.btn-gray-fill:hover {
    border-color: #bbb;
    background: #bbb;
}

/* Blink Cursor */

.blink {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 4px;
    height: 50px;
    height: 5vh;
    margin: 0 10px;
}

.navbar {
    top: 25px;
}

.container {
    position: relative;
    z-index: 1;
}

/* Sections */

section {
    position: relative;
}

.section {
    padding: 40px 0;
    background: #fff;
}

.section-padded {
    padding: 140px 0 40px;
}

.boxes {
    background: url(../img/brickwall.png);
}

.intro-tables {
    top: -130px;
    position: relative;
}

.intro-table {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 0% 0%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.intro-table p {
    padding: 0 20px;
    color: #fff;
    font-size: 17px;
}

.recensione p {
    font-size: 15px;
    font-style: italic;
}

.recensione h4 {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
}

.recensione .fa {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #93c167;
    text-align: center;
    margin-right: 10px;
}

.intro-tables .intro-table {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 20px 0;
    background-color: #93c167;
    border-bottom: 10px #649d2e solid;
}

.intro-tables .intro-table .heading {
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
}

.intro-tables .intro-table .small-heading {
    margin: 0;
    padding: 0 30px;
}

.intro-tables .intro-table .bottom {
    position: absolute;
    bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
    padding: 10px 30px;
    color: white;
    transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
    margin-top: 50px;
}

.ripple-effect {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100);
    }
}

@keyframes ripple-animation {
    from {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100);
    }
}

#about {
    background: url(../img/brickwall.png);
    padding: 100px 0;
}

.arco {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

#team {
    padding: 100px 0;
}

.team {
    margin: 80px 0;
    background-color: #ad3634;
    border-bottom: 20px #ad1917 solid;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
    height: 250px;
    padding-top: 60px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
    opacity: 1;
}

.team .avatar {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    border-radius: 50%;
    border: 10px #fff solid;
}

.team .title {
    margin: 50px 0;
}

.member {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.team h3 {
    color: #fff;
    margin: 0;
    text-align: center;
}

.team h4 {
    color: #ddd;
}


/* Camere */

#camere {
    background: #00a8ff url('../img/camere.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: background-image 0.6s linear 0.3s;
    transition: background-image 0.6s linear 0.3s;
    padding: 100px 0;
}

.camera {
    margin: 0;
    margin-bottom: 30px;
}

.camera p {
    color: #fff;
    padding: 15px;
}

.camera h3 {
    color: #fff;
    padding: 15px;
    border-bottom: 5px solid #fff;
    margin: 0;
}

.camera .fa {
    color: #fff;
    font-size: 25px;
}

.rossa {
    background: #b32a4b;
    border-bottom: 20px solid #95243f;
    overflow: hidden;
    padding-bottom: 15px;
}

.blu {
    background: #227ec3;
    border-bottom: 20px solid #1d679e;
    overflow: hidden;
    padding-bottom: 15px;
}

.verde {
    background: #b0be22;
    border-bottom: 20px solid #919d18;
    overflow: hidden;
    padding-bottom: 15px;
}

.rossa .owl-camere .owl-controls {
    margin: 0;
    height: 22px;
    background-color: #95243f;
}

.blu .owl-camere .owl-controls {
    margin: 0;
    height: 22px;
    background-color: #1d679e;
}

.verde .owl-camere .owl-controls {
    margin: 0;
    height: 22px;
    background-color: #919d18;
}

.owl-pagination {
    height: 22px;
}

.owl-pagination span {
    background: #aaa!important;
}

.owl-pagination .active span {
    background: #fff!important;
}

/* Info prezzi */

#prezzi {
    padding: 100px 0;
}

.info-box {
    margin-top: 30px;
    background-color: #93c167;
    border-bottom: 20px #7ebb45 solid;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    padding: 30px 0;
}

.info-box-full {
    margin-top: 30px;
    background-color: #93c167;
    border-bottom: 20px #7ebb45 solid;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.info-box-full h3 {
    color: #fff;
}

.info-box-full p {
    color: #fff;
}

.box-title {
    text-align: center;
}

.box-title h3 {
    color: #fff;
}

.box-title .fa {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    line-height: 120px;
    border: 10px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 70px;
}

.info-box p {
    color: #fff;
    font-size: 16px;
}





/* Itinerari */

#itinerari {
    padding: 100px 0;
}

.itinerario {
    margin-top: 30px;
    background-color: #97bfe3;
    border-bottom: 20px #86b1d7 solid;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.itinerario .cover .overlay {
    height: 250px;
    padding-top: 60px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
}

.itinerario:hover .cover .overlay {
    opacity: 1;
}

.itinerario .avatar {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    border-radius: 50%;
    border: 10px #fff solid;
}

.itinerario .title {
    margin: 15px 0 23px;
}

.itinerario h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 5px solid #fff;
}

.itinerario h4 {
    color: #fff;
}

.itinerario p {
    color: #fff;
    font-size: 17px;
    text-align: justify;
    padding: 0px 20px;
}

#itinerari-head {
    /*background: #eee url('../img/header.jpg') no-repeat center center;*/
    background-color: rgba(147, 193, 103, 1);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: background-image 0.6s linear 0.3s;
    transition: background-image 0.6s linear 0.3s;
    
}

#about-itinerari {
    padding-top: 71px;
    padding-bottom: 0px;
}

#about-itinerari h2 {
    font-size: 50px;
}


.approfondimento-itinerario {
    padding-top: 71px;
}

.approfondimento-itinerario .whitened {
    background-color: rgba(0, 0, 0, 0.20);
    padding: 100px 0;
}

.approfondimento-itinerario .image {
    text-align: center;
    padding: 0;
    background-position: center center;
    background-size: cover;
}

.approfondimento-itinerario .image h2 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.80);
    font-size: 40px;
}

.approfondimento-itinerario .testo {
    padding-top: 50px;
}






/* Contatti */

section#contact {
    background-color: #f7f7f7;
    text-align: center;
    padding: 100px 0;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 206px;
}

section#contact .form-control:focus {
    border-color: #93c167;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

/* Mappa */

.mappa {
    padding: 0;
}

.gmap3 {
    width: 100%;
}

#map {
    width: 100%;
    height: 300px;
}



/* Footer */

footer {
    padding: 50px 0 10px;
    background: #333;
}

footer h3,
h5 {
    color: #fff;
}

footer h3 {
    border-bottom: 5px solid #fff;
    padding: 15px 0;
    margin-bottom: 15px;
}

footer p {
    font-size: 16px;
    line-height: 35px;
}

footer p strong {
    font-size: 19px;
}

footer .bottom-footer {
    margin-top: 50px;
    border-top: 2px solid #444;
    padding-top: 10px;
}

footer .social-footer {
    padding: 0;
    list-style: none;
}

footer .social-footer li {
    display: inline-block;
    margin: 0 10px;
}

footer .social-footer li a {
    font-size: 50px;
    color: #fff;
}

footer .social-footer a:hover {
    color: #93c167;
}

footer a:hover {
    color: #fff;
}

/* Checkbox */

.checkbox-holder {
    white-space: nowrap;
}

.checkbox {
    position: relative;
    display: block;
}

.checkbox {
    position: relative;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
    background: rgba(255, 255, 255, 0.2);
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff;
}

.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #00a8ff;
    border: 2px solid #fff;
    background: #fff;
}

.btn.btn-submit:focus {
    font-weight: bold;
}

.btn.btn-submit:hover {
    color: #00a8ff;
    background: #fff;
}
.title-osteria{
    font-family: 'Dancing Script', cursive;
    color:#5e3021;
    padding-bottom:1em;
}


/* Mobile Nav */

.mobile-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.mobile-nav.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mobile-nav ul {
    display: table-cell;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

.mobile-nav ul li {
    margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
    color: #aaa;
}

.mobile-nav a.close-link {
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: calc(50% - 10px);
    left: 0;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background: #93c167;
}

.row.title {
    padding: 0 20px;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

/* Colors */

.white {
    color: white;
}

.light-white {
    color: rgba(255, 255, 255, 0.5);
}

.white-bg {
    background: white;
}

.gray-bg {
    background: #f7f7f7;
}

.blue {
    color: #00a8ff;
}

.blue-bg {
    background: #00a8ff;
}

.muted {
    color: #989da0;
}

.margin-top {
    margin-top: 150px;
}

#contactForm > div > input,
#contactForm > div > textarea {
    margin: 10px;
}

.recensione > p {
    font-style: italic;
}

.prenota {
    background-color: #fff!important;
    color: #93c167!important;
}

.prenota:hover {
    background-color: #93c167!important;
    color: #fff!important;
}


/*------------------------------------BAR-----------------------------------*/

.backcolazioni{
    background-image: url(../bar/back-colazioni.svg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    transform: scale(1);
    transition: all 1s;
    border-right:2px solid #fbbb15;
}

.backcolazioni:hover{
    background-image: url(../bar/back-colazioni.svg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    transform: scale(1.006);
    transition: all 1s;
}

.backaperitivo{
    background-image: url(../bar/back-aperitivo.svg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    transform: scale(1);
    transition: all 1s;
    border-left:2px solid #2d2d2d;
}

.backaperitivo:hover{
    background-image: url(../bar/back-aperitivo.svg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    transform: scale(1.006);
    transition: all 1s;
}

.txt-menu{
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    color:#2d2d2d;
    line-height: calc(34px + (38 - 34) * ((100vw - 300px) / (1920 - 300)));
}
.lato{
    border-left:1px solid #fbbb15;
}

.lato2{
    border-left:1px solid #2d2d2d;
}

.indietro{
    color:#F2F2F2;
    font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    padding-top: 11px;
    padding-bottom:4px;
    text-transform: uppercase;
}
.logo-osteria{
    width: 35%;
}
.back-osteria{
    background-image: url("../img/osteria.jpg");
    background-size: cover;
    min-height:85vh;
    background-position: 50% 80%;
    position: relative;
    z-index: -1;
}
.section-back{
    min-height:85vh;
    background-color: rgba(255, 255, 255, 0);
}
.flex-centered{
    display: flex;
    justify-content: center;
}
.vertical-center{
    display: flex;
    align-items: center;
}
.content{
    min-height:85vh;
}
@media(max-width:992px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 12px;
    }
    .section {
        padding: 30px 0;
    }

    .backcolazioni{
    height: 50vh;
    transform: scale(1);
    transition: all 1s;
    border-right:0px solid #fbbb15;
    border-bottom:2px solid #fbbb15;
}

.backcolazioni:hover{

    height: 50vh;
    transform: scale(1.006);
    transition: all 1s;
}

.backaperitivo{

    height: 50vh;
    transform: scale(1);
    transition: all 1s;
    border-left:0px solid #2d2d2d;
    border-top:2px solid #2d2d2d;
}

.backaperitivo:hover{

    height: 50vh;
    transform: scale(1.006);
    transition: all 1s;
}
.lato{
    border-left:0px solid #fbbb15;
}
.lato2{
    border-left:0px solid #2d2d2d;
}
}

/* Media Queries */
@media(max-width:1200px) {
    .img-ipad{
        max-width: 500px;
    }

    .img-ipad-foot{
        max-width: 300px;
    }
}
@media(max-width:991px) {
    .text-center-mobile {
        text-align: center !important;
    }
}

@media(max-width: 768px) {
    .logo-osteria{
        width:80%;
    }
    .pricing {
        margin-bottom: 30px;
    }
    .pricings .pricing .info-icon {
        display: none;
    }
    .pricings .pricing .box-main,
    .pricings .pricing .box-second {
        left: 0;
        width: 100%;
        padding: 50px 50px 0;
        text-align: left;
        background: #00a8ff;
    }
    .pricings .pricing .box-main.active {
        background: #00a8ff;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .pricings .pricing .box-second {
        position: relative;
        opacity: 1;
    }
    .popup-form {
        width: 100%;
        margin: 60px auto;
    }
    .modal {
        padding: 0 10px !important;
    }
    .popup-form .form-control:not(.dropdown):focus {
        position: relative;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media(max-width: 400px) {
    header .typed-cursor {
        display: none;
    }
    .pricings .pricing .box-second {
        padding-top: 0;
    }
    .logo-osteria{
        width:50%;
    }
    .btn {
        font-size: 14px;
    }
}
