﻿.head {
    border: 3px solid #ffffff;
    width: 200px;
    border-radius: 15px;
    margin: 40px auto 20px auto;
}

.foth {
    background-color: #000000;
    color: #ffffff;
}

iframe {
    /*height:1200px;*/
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    display: table;
    position: relative;
    background-image: url(/img/Default/sfondo03.jpg);
    /*background-image: url(../img/cover.jpg);*/
    background-size: cover;
    padding: 50px 0; /*padding: 150px 0;*/
    color: #fff;
    width: 100%;
    height: 100vh;
}

    .hero:after {
        content: '';
        z-index: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.65);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .hero .container {
        position: relative;
        z-index: 1;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

.hero-brand {
    margin-bottom: 30px; /*margin-bottom: 75px;*/
    display: inline-block;
}

    .hero-brand:hover {
        opacity: .75;
    }

.tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    /* margin: 45px 0 75px 0; */
    color: #fff;
}
/*--------------------------------------------------------------
# END Hero Section
--------------------------------------------------------------*/

/* ==================================================
  delivery Styling
  ================================================== */
.delivery, .calculation, .myprice {
    /*background-color: #343a40;*/

    color: #fff;
    /*height: 390px;*/
    overflow: hidden;
    padding-top: 45px;
    background: url("../../img/Default/parallax-bg.jpg") center top;
    /*background: url("../img/parallax-bg.jpg") center top no-repeat;*/
}

    .delivery h2 {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .delivery p {
        color: #fff;
        margin-bottom: 0px;
    }

    .delivery h2 {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .delivery p {
        color: #fff;
        margin-bottom: 0px;
    }



.payment {
    background-color: #343a40;
    color: #fff;
    /*height: 390px;*/
    overflow: hidden;
    padding-top: 45px;
    /*background: url("../img/parallax-bg.jpg") center top no-repeat;*/
}














/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
    color: #199EB8;
}

.team .col-sm-3 {
    padding: 0;
}

.team .card > a {
    display: block;
}

.team .card img {
    width: 100%;
}
/*.team .card h4 {*/
.team .card b {
    color: #fff;
    text-transform: uppercase;
}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: .75;
    margin: 0;
    padding: 0 35px;
}

.team .card .social-nav {
    margin-bottom: 45px;
}

    .team .card .social-nav a {
        color: #fff;
        font-size: 16px;
        margin: 0 4px;
    }

        .team .card .social-nav a:hover {
            opacity: .75;
        }

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}

.team .card:hover .card-title-wrap {
    background-color: #199EB8;
}

    .team .card:hover .card-title-wrap .card-title,
    .team .card:hover .card-title-wrap .card-text {
        color: #fff;
    }

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

    .team .card-title-wrap .card-title,
    .team .card-title-wrap .card-text {
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        display: block;
        margin: 0;
    }

    .team .card-title-wrap .card-title {
        font-size: 24px;
        color: #333;
    }

    .team .card-title-wrap .card-text {
        font-size: 18px;
        color: #999;
    }

/* ==================================================
  Contact Section
  ================================================== */
#contact {
    background: #f7f7f7;
    padding: 80px 0;
}

    #contact h2 {
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        color: #199EB8;
    }

    #contact .info i {
        font-size: 32px;
        color: #199EB8;
        float: left;
    }

    #contact .info p {
        padding: 0 0 10px 50px;
        line-height: 24px;
    }

    #contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        #contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    #contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    #contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        #contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    #contact .php-email-form input, #contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
    }

        #contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
            background-color: #199EB8;
        }

    #contact .php-email-form button[type="submit"] {
        background: #199EB8;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        #contact .php-email-form button[type="submit"]:hover {
            background: #23c2e1;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #199EB8;
    padding: 0;
}

    .site-footer h2,
    .site-footer p {
        color: #fff;
    }

    .site-footer p {
        opacity: .75;
        line-height: 2.0925;
    }

    .site-footer h2,
    .site-footer .btn {
        margin-bottom: 25px;
    }

    .site-footer .social-nav a {
        color: #fff;
        opacity: .25;
    }

        .site-footer .social-nav a:hover {
            opacity: 1;
        }

    .site-footer .bottom {
        background-color: #000;
        padding: 20px 0;
    }

        .site-footer .bottom .list-inline,
        .site-footer .bottom p {
            margin: 0;
        }

        .site-footer .bottom .list-inline {
            position: relative;
            top: 5px;
        }

            .site-footer .bottom .list-inline a {
                color: #fff;
                font-family: "Roboto", Helvetica, Arial, sans-serif;
                margin-right: 15px;
            }

                .site-footer .bottom .list-inline a:hover {
                    color: #199EB8;
                }

    .site-footer .credits {
        color: #ddd;
    }

        .site-footer .credits a {
            color: #199EB8;
        }

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
    section,
    .block,
    .cta {
        padding: 35px 0;
    }

    .features {
        padding-bottom: 5px;
    }

    p,
    .block p {
        margin: 0;
    }

    .hero-brand {
        margin-bottom: 35px;
    }

    .tagline {
        margin: 35px 0;
    }

    h1 {
        font-size: 32px;
        margin: 0;
    }

    h2,
    .tagline {
        font-size: 24px;
    }

    h2 {
        margin-bottom: 25px;
    }

    h3 {
        font-size: 14px;
    }

    .hero {
        padding: 75px 0;
    }

    .stats-col {
        margin-bottom: 25px;
    }

    .block {
        height: auto;
    }

    .feature-col {
        padding-bottom: 30px;
    }

    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }

    .portfolio-grid .card .card-text {
        font-size: 13px;
    }

    .team .team-over {
        padding-top: 20px;
    }

    .team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
    }

    .site-footer .social-nav {
        margin-bottom: 35px;
    }

    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }

        .site-footer .list-inline li {
            display: inline-block;
        }
}

@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
}
