/* 
    Created on : 23-nov-2015, 2.38.49
    Author     : saverio
*/

nav {
    box-shadow: none;
}

nav ul li:hover a, nav ul li.active a {
}

nav a {
}

nav ul a {
    font-size: 1.3em;
}

nav .brand-logo {
    margin-left: 1em;
}

.header {
    
}

.brand-logo {
    text-transform: uppercase;
}

.container {
    padding-top: 0.6em;
}

.examples {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.examples h6 {
    font-size: 1.2em;
}

.sgallery {
    margin-top: 1em;
    max-width: 1280px;
    overflow: hidden;
}

.sgallery-container {
    margin: 0 auto;
}

.sgallery-image {
    padding: 0;
    background-size: cover;
}

.sgallery-image img {

}

.sgallery-image .caption {
    width: 100%;
}

.sgallery-image .caption h6 {
    font-size: 1.3em;
}

.sgallery-image .caption p {
}

.services {
}

.services-title > h1 {
    text-align: center;
}

.fb-container {
    
}

.fb-container row {
    margin-bottom: 0;
}

.service {

}

.service-headings {
    height: 8rem;
    overflow: hidden;
}

.service > p {
    clear: both;
}

.service > p img {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.location {
}

.location h1 {
    text-align: center;
}

.location p img {
    width: 500px;
    height: 335px;
    float: left;
    margin-right: 1rem;
}

.location p img.right {
    width: 500px;
    height: 335px;
    float: right;
    margin-left: 1rem;
}

.social {
}

.social h1 {
    text-align: center;
}

.social p img {
    width: 500px;
    height: 335px;
    float: left;
    margin-right: 1rem;
}

.social p img.right {
    width: 500px;
    height: 335px;
    float: right;
    margin-left: 1rem;
}

.dishes {
    padding-bottom: 2em;
}

.dishes .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dishes h1 {
    text-align: center;
}

footer.page-footer {
    margin-top: 0;
}

.company-data {
}

.row .col.contact-form {
    padding-left: 4em;
}

.contact-us {
}

.contact-us h1 {
    text-align: center;
}

.about-us {
}

.about-us h1 {
    text-align: center;
}

.about-us p {
    text-align: justify;
}

.about-us p > img {
    float: left;
    margin: 0 1rem 1rem 0;
    width: 400px;
    height: 400px;
}

.disclaimer {
    
}

.disclaimer h1 {
    
}

.disclaimer p {
    
}

.input-field label {
}

.input-field input[type=text]:focus + label,
.input-field input[type="password"]:focus + label,
.input-field input[type="email"]:focus + label,
.input-field input[type="url"]:focus + label,
.input-field input[type="time"]:focus + label,
.input-field input[type="date"]:focus + label,
.input-field input[type="datetime-local"]:focus + label,
.input-field input[type="tel"]:focus + label,
.input-field input[type="number"]:focus + label,
.input-field input[type="search"]:focus + label{
}

.input-field input[type=text]:focus,
.input-field input[type="password"]:focus,
.input-field input[type="email"]:focus,
.input-field input[type="url"]:focus,
.input-field input[type="time"]:focus,
.input-field input[type="date"]:focus,
.input-field input[type="datetime-local"]:focus,
.input-field input[type="tel"]:focus,
.input-field input[type="number"]:focus,
.input-field input[type="search"]:focus {
}

.input-field input[type=text].valid,
.input-field input[type="password"].valid, 
.input-field input[type="email"].valid, 
.input-field input[type="url"].valid, 
.input-field input[type="time"].valid, 
.input-field input[type="date"].valid, 
.input-field input[type="datetime-local"].valid, 
.input-field input[type="tel"].valid, 
.input-field input[type="number"].valid, 
.input-field input[type="search"].valid {
}

.input-field input[type=text].invalid,
.input-field input[type="password"].invalid, 
.input-field input[type="email"].invalid, 
.input-field input[type="url"].invalid, 
.input-field input[type="time"].invalid, 
.input-field input[type="date"].invalid, 
.input-field input[type="datetime-local"].invalid, 
.input-field input[type="tel"].invalid, 
.input-field input[type="number"].invalid, 
.input-field input[type="search"].invalid{
}

.input-field textarea:focus,
textarea.materialize-textarea:focus:not([readonly]) {
}

.input-field textarea.materialize-textarea:focus:not([readonly]) + label {
}

.input-field input[type="text"], 
.input-field input[type="password"], 
.input-field input[type="email"], 
.input-field input[type="url"], 
.input-field input[type="time"], 
.input-field input[type="date"], 
.input-field input[type="datetime-local"], 
.input-field input[type="tel"], 
.input-field input[type="number"], 
.input-field input[type="search"], 
.input-field textarea.materialize-textarea {
}

.input-field textarea.valid {
}

.input-field textarea.invalid {
}

/* LOGIN FORM */
#login-container {
    width: 40%;
}

/* FORM VALIDATION */
label[id$="-error"] {
    display: block;
    margin-left: 60%;
}

/* DISCLAIMER */
.disclaimer-content {
}

.disclaimer-notice {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    text-align: center; 
    font-size: 1.2em;
    z-index: 1000;
}

.disclaimer-notice a.btn {
    margin: 0 0.5em 0 0.5em;
}

.gmaps img {
    max-width: none;
}

@media screen and (min-width: 320px) {
    .sgallery {
    }

    .sgallery-image {
        width: 100%;
        margin: 4px 4px 0 4px;
    }

    .sgallery-image .caption {
        margin: 0;
        padding: 0 3px;
    }

    .sgallery-image img {
        width: 100%;
        height: 100%;
    }

    .sgallery-image .caption h6 {
        margin-top: 0;
        text-align: center;
    }

    .sgallery-image .caption p {
        text-align: center;
    }

    .row .col.contact-form {
        padding-left: 0.75rem;
        border-left: none;
    }

    .about-us p > img {
        float: left;
        margin: 0 1rem 1rem 0;
        width: 250px;
        height: 250px;
    }

    /* LOGIN FORM */
    #login-container {
        width: 80%;
    }
    
    .gmaps {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-width: 640px) {
    .sgallery {
    }

    .sgallery-image {
        float: left;
        width: 33%;
        padding: 0;
        margin: 0;
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .sgallery-image .caption {
        width: 100%;
        bottom: 0;
        position: absolute;
    }

    .sgallery-image img {
        width: 100%;
        height: 100%;
    }

    .sgallery-image .caption h6 {
        margin-top: 0;
        text-align: center;
    }

    .sgallery-image .caption p {
        text-align: center;
    }

    .about-us p > img {
        float: left;
        margin: 0 1rem 1rem 0;
        width: 300px;
        height: 300px;
    }

    /* LOGIN FORM */
    #login-container {
        width: 60%;
    }
    
    .gmaps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .sgallery {
    }

    .sgallery-image {
        float: left;
        width: 25%;
        padding: 0;
        margin: 0;
    }

    .sgallery-image .caption {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
    }

    .sgallery-image img {
        width: 100%;
        height: 100%;
    }

    .sgallery-image .caption h6 {
        margin-top: 3em;
        text-align: center;
    }

    .sgallery-image .caption p {
        text-align: center;
    }

    .about-us p > img {
        float: left;
        margin: 0 1rem 1rem 0;
        width: 400px;
        height: 400px;
    }
    
    /* LOGIN FORM */
    #login-container {
        width: 40%;
    }
    
    .gmaps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}