    body {
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
}
#sendBtn{
    color:green;
}
p {
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}
.relative{
    position: relative;
}
.x-close{
    position: absolute;
    right:1rem;
    top:1rem;
    font-weight: 800;
    border:none;
    background-color: transparent;
}
.d-none{
    display: none;
}
/* start framil page container */

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}


/* end framil page container */

.blue {
    color: #06C;
}

.green {
    color: #090;
}

.title {
    font-size: 45px;
    font-weight: 400;
    color: #1ab442;
    text-transform: uppercase;
}


/* start framil navigation */

.navbar-default {
    background: #FFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0;
}

.navbar-default .navbar-brand {
    font-weight: 600;
    font-size: 30px;
    padding: 10px 0 0 0;
    height: 65px;
    line-height: 40px;
}

.navbar-default .navbar-brand:hover {
    color: #1ab442;
}

.navbar-default .nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default .nav li a:hover {
    background-color: #1ab442;
    color: #FFF;
}

.navbar-default .nav li a:focus {
    color: #303030;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: #1ab442;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #1ab442;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}


/* end framil navigation */


/* start framil header background slideshow */

#home {
    padding-top: 65px;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
}

.flexslider .slides {
    padding: 0;
    zoom: 1;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides>li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.flexslider img {
    position: relative;
    width: 100%;
}

.slider-caption {
    color: white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider-caption h1 {
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
}

.slider-caption h2 {
    font-weight: 400;
    color: #fff;
}

.framil-slider-btn {
    background: #1ab442;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}

.framil-slider-btn:hover,
.framil-slider-btn:focus {
    background: #fff;
    color: #1ab442;
    border: 2px solid transparent;
}

.flexslider .slides .framil_homewrapper img {
    width: 60%;
}

@media (min-width:1111px) {
    .flexslider .slides .framil_homewrapper {
        margin-bottom: 0px;
    }
}

#emergenza {
    padding: 25px 0;
    background-color: #1a6b1a;
    color: #fff;
    text-align: center;
}

#emergenza .col-xs-12 {
    margin-bottom: 20px;
}

#emergenza h2 {
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

#emergenza h3 {
    font-weight: 400;
    margin: 0;
    line-height: 35px;
    font-size: 20px;
}

#emergenza a {
    color: #fff;
    border-bottom: dotted 3px #fff;
}

#emergenza a:hover {
    color: #fff;
    border: none;
}


/* start framil features */

#features .col-md-12 {
    padding-bottom: 20px;
}

#features h3 {
    color: #1ab442;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.features {
    background: #eee;
    border-bottom: 10px solid #1a6b1a;
    padding: 60px 0 60px 0;
}

.features h3 {
    font-weight: 400;
    padding-bottom: 6px;
    font-size: 26px;
    color: #1ab442;
    background-color: #fff;
    margin: 0;
    padding: 15px 0;
}

.features .fa {
    background: #1a6b1a;
    border-radius: 50%;
    color: #fff;
    border: 5px #1ab442 solid;
    font-size: 48px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.features .fa:hover {
    background: #1ab442;
    -webkit-transform: zoom(110%);
    -ms-transform: zoom(110%);
    transform: zoom(110%);
}


/* Portfolio Grid and Hover Effects */

.grid {
    max-width: 1300px;
    list-style: none;
    text-align: left;
}

.grid figure {
    margin: 0;
    position: relative;
    margin-top: 20px;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #000;
    color: #ed4e6e;
}

.grid figcaption h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
}

.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
}


/* end framil features */

#parallax {
    background: url(../images/parallax.jpg) center center/cover no-repeat rgba(6, 32, 51, .8);
    background-attachment: fixed!important;
    padding: 0
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.00);
    padding: 150px 0;
}


/* start framil about */

#about {
    border-top: 10px solid #1a6b1a;
    color: #333;
    padding: 100px 0 100px 0;
}

#about .col-md-12 {
    padding: 20px 0 0 0;
}

#about h3 {
    color: #1ab442;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#about .skills {
    padding-top: 30px;
}

#about .progress {
    background: #999;
    height: 6px;
    margin: 10px 0 16px 0;
}

#about .progress .progress-bar-success {
    background: #1ab442;
}

@media (max-width:992px) {
    #about img {
        width: 70%;
    }
}


/* end framil about */


/* start framil team */

#team {
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}

#team .col-md-12 {
    margin-bottom: 20px;
}

#team h3 {
    background: #FFF;
    color: #1ab442;
    font-weight: 600;
    padding: 10px;
}

.grid figure {
    margin: 0;
    position: relative;
    border: 1px solid #eee;
}

.grid figure img {
    width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}

.grid figcaption h5 {
    margin: 0;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    font-size: 24px;
}

.grid figcaption a {
    text-align: left;
    padding: 5px 10px;
    margin-left: 20px;
    display: inline-block;
    background: #2f2f2f;
    color: #F27E00;
    font-size: 13px;
    background: #fff;
}

.overlay figure {
    overflow: hidden;
}

.overlay figcaption {
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

.overlay figure:hover figcaption,
.overlay figure.cs-hover figcaption {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.overlay figcaption a {
    position: absolute;
    /* top: 10px; */
    bottom: 10px;
    right: 30px;
    background: #000;
    color: #fff;
    border-radius: 0px;
    padding: 6px 15px;
}


/* end framil team */


/* ==========================================================================
   VIDEO
   ========================================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* start framil mappa */

.mappa {
    padding: 0;
    border-top: 10px solid #1a6b1a;
    border-bottom: 10px solid #1a6b1a;
}

.gmap3 {
    width: 100%;
    height: 250px
}

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


/* start framil contact */

#contact {
    background: #303030;
    color: #EEE;
    padding: 80px 0 80px 0;
}

#contact h2,
#contact h3 {
    padding: 0 0 20px 0;
}

#contact .form-control {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    color: #FFF;
    margin: 10px 0 10px 0;
}

#contact input {
    height: 60px;
}

#contact .form-control:focus {
    background: #444444;
    border-color: transparent;
    box-shadow: none;
}

#contact input[type="submit"] {
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    width: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#contact input[type="submit"]:hover {
    background: #1ab442;
    border-color: transparent;
    color: #FFF;
}

#contact .address {
    padding: 20px;
    padding-top: 0;
    margin: 0;
}

#contact .fa {
    color: #1ab442;
    font-size: 20px;
    padding: 6px 10px 6px 0;
}

a {
    color: #1ab442;
}

a:hover,
a:active {
    color: #1a6b1a;
    text-decoration: none;
}

#contact .social_icon a {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 4px 24px 6px;
}

#contact .social_icon a:hover {
    border-color: transparent;
    background: #1ab442;
}


/* end framil contact */


/* start framil footer */

footer {
    border-top: 1px solid #404040;
    background: #202020;
    color: #FFF;
    padding: 20px 0 10px 0;
}


/* end framil footer */


/* startframil  go top */

.go-top {
    background-color: #1ab442;
    border-radius: 50%;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.go-top:hover {
    color: #F9F9F9;
}


/* end framil go top */


/* startframil  news */

.no-padding {
    padding: 0;
}

#news .row {
    padding: 30px 0;
}

.datafonte {
    display: inline-block;
    width: 100%;
}

.datafonte h4 {
    font-family: 'Open Sans', sans serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #777;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.img-articolo {
    min-height: 300px;
    background-position: center center;
    background-size: cover;
}

.info-articolo {
    border-top: 1px solid #ccc;
}

.info-articolo h4 {
    font-size: 20px;
    margin-top: 15px;
}

#news h2 {
    font-size: 45px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #1ab442;
}

#news h3 {
    font-size: 27px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #777;
}

#news p {
    font-size: 18px;
    color: #444;
}


/* end framil news */

@media only screen and (max-width: 1199px) {
    .flexslider h1 {
        font-size: 30px;
    }
    .flexslider h2 {
        font-size: 24px;
    }
}


/* start framil 768 media quires */

@media only screen and ( max-width: 768px) {
    .navbar-default .navbar-brand {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 {
        font-size: 26px;
    }
    .flexslider h2 {
        font-size: 18px;
    }
    .framil-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}


/* end framil 768 media quires */


/* start framil 680 media quires */

@media only screen and ( max-width: 680px) {
    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #f6f6f6;
        line-height: normal;
        height: 40px;
    }
    /* end framil 680 media quires */
    /* start framil 600 media quires */
    @media only screen and ( max-width: 640px) {
        .flexslider h1 {
            font-size: 20px;
        }
        .flexslider h2 {
            font-size: 17px;
        }
        .framil-slider-btn {
            width: auto;
            height: auto;
            padding: 10px 20px;
            margin-top: 10px;
        }
        .flexslider .slides .framil_homewrapper img {
            display: none;
        }
    }
    /* end framil 600 media quires */