:root {
    --arancione: #f59e39;
    --verde: #aecc5c;
    --azzurro: #c3d5f3;
}


body {
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 18px;
    color: #777;
}

.carousel-item {
    background-size: cover;
    height: 80vh;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;

}

.navbar-brand {
    margin-right: 3rem;
}

.nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;


}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
}

.navbar-collapse {
    flex-grow: unset;
}
.box{
    padding-left:6vh;
    padding-right:6vh;

}
.h-form {

    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
#formMessaggio:focus {
    background-color: var(--arancione);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
#formMessaggio::placeholder {
    color: white;
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
#formMessaggio {
    background-color: var(--arancione);
}

input[type="email"] {
    background-color: var(--arancione);
}

#sendBtn {
    background-color: var(--arancione);
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
}

/* start uovo page container */

/* end uovo page container */

.blue {
    color: #06C;
}

.green {
    color: #090;
}

.title {
    font-size: 55px;
    font-weight: 700;
    color: var(--arancione);
    text-transform: uppercase;
}

/* start uovo 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: 5px 0 0 0;
    height: 65px;
    line-height: 40px;
    font-family: 'Dancing Script', cursive;
}

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

.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: #f59e39;
    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: #f59e39;
}

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

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

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

/* end uovo navigation */

/* start uovo 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;
    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.3);
}

.slider-caption h1 {
    font-weight: 400;
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-size: 120px;
    border-bottom: solid 2px #fff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.00);
}

.slider-caption h2 {
    font-weight: 400;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.00);
}

.uovo-slider-btn {
    background: #f59e39;
    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;
}

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




#info {
    padding: 30px 0;
    background-color: #eee;
}

.info {
    padding: 25px 0;
    background-color: #f59e39;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}

.info h2 {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

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

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

.info a:hover {
    color: #fff;
    border: none;
}





/* start uovo features */
#features .col-md-12 {
    padding-bottom: 20px;
}

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

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

.features h3 {
    font-weight: 700;
    padding-bottom: 6px;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
}

.features .fa {
    background: #f59e39;
    border-radius: 50%;
    color: #fff;
    border: 5px #f59e39 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: #f59e39;
    -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-weight: 600;
    font-size: 40px;
    padding: 10px 0 0 0;
    height: 65px;
    line-height: 40px;
    font-family: 'Dancing Script', cursive;
    background-color: transparent;
    text-align: center;
    line-height: 250px;
    color: #f59e39;
    text-transform: capitalize;
}

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





/* end uovo 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 uovo about */
#about {
    color: #333;
    padding: 100px 0 100px 0;
}

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

#about h3 {
    color: #f59e39;
    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: #f59e39;
}

/* end uovo about */




/* start uovo sliders */

.scheda-slider h4 {
    font-weight: 600;
    padding-bottom: 6px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding: 15px 20px;
}

.azzurra {
    margin-top: 50px;
    background-color: #c3d5f3;
    color: #fff;
    padding-bottom: 20px;
}

.verde {
    margin-top: 50px;
    background-color: #aecc5c;
    color: #fff;
    padding-bottom: 20px;
}

.comune {
    margin-top: 50px;
    background-color: #f59e39;
    color: #fff;
    padding-bottom: 20px;
}

.tariffe {
    margin-top: 100px;
}

.tariffe .esigenze h3 {
    font-size: 25px;
    font-weight: 700;
    color: #f59e39;
    text-transform: uppercase;
}

.tariffe p {
    font-size: 20px;
    margin-bottom: 35px;
}

.tariffe .azzurra,
.tariffe .verde {
    padding-top: 15px;
    padding-bottom: 0;
    margin-top: 0;
    overflow: auto;
}

.tariffe .azzurra p,
.tariffe .verde p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tariffe .azzurra h3,
.tariffe .verde h3,
.tariffe .comune h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.tariffe .comune {
    padding: 25px 0;
    margin-top: 0;
    overflow: auto;
}

.tariffe .comune h3 {
    font-size: 20px;
    margin: 0;
}

/* end uovo sliders */






/* start uovo 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: #f59e39;
    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 uovo team */




/* ==========================================================================
Mappa
========================================================================== */

.mappa {
    padding: 0;
}

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

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





/* start uovo contact */
#contatti {
    background: rgba(245, 158, 57, 0.3);
    color: #777;
    padding: 80px 0 80px 0;
}

#contact .text-center p {
    padding: 0 0 60px 0;
}

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

#contact .form-control {
    background: transparent;
    border: 1px solid rgba(245, 158, 57, 0.3);
    border-radius: 0px;
    color: #FFF;
    margin: 10px 0 10px 0;
}

#contact .form-control:focus {
    background: rgba(245, 158, 57, 0.2);
    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: #f59e39;
    border-color: transparent;
    color: #FFF;
}

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

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

a {
    color: #f59e39;
}

a:hover,
a:active {
    color: #f59e39;
    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: #f59e39;
}

/* end uovo contact */

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

.popup {
    width: 395px;
    height: auto;
    position: fixed;
    z-index: 9000;
    left: -578px;
    padding: 1em;
    bottom: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    border: double 4px #f59e39;
    background: #fff;
}

.banner-content {
    background-color: #fff;
    padding: 1px 5px;
}

.banner-content h2 {
    letter-spacing: 2px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 20px 0;
}

/*.divisore {
	border-bottom:dashed 3px rgb(0,134,103);
	background:#fff;
}*/

.banner-content .fa {
    color: rgb(0, 134, 103);
    font-size: 2em;
}

.popup i {
    font-size: 1.5em;

    padding: 4px;
    color: #000;
    z-index: 999;
}
.owl-page {
    background: none!important;
}

.active {
    background-color: var(--arancione);
    color: white !important;
}

.popup i:hover {
    cursor: pointer;
    color: var(--arancione);
}

/* end uovo footer */
.whatsapp-icon {
    z-index: 9999;

    border-radius: 50%;
    bottom: 6em;
    right: 1.6em;
    color: #FFF;
    position: fixed;
    text-decoration: none;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
}

/* startuovo  go top */
.go-top {
    z-index: 9999;
    background-color: #f59e39;
    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 uovo go top */
.x-icon {
    position: absolute;
    right: 2px;
    top: 2px;
}

#contact>div>div>div.col-sm-6.col-md-6.address>p>a {
    color: #333;
}


@media (max-width:992px) {
    .title{
        font-size: 38px;
    }
    .box{
        text-align: center;
        padding:2vh;
    }
    .tariffe .azzurra,
    .tariffe .verde {
        padding: 30px 0;
    }

    .tariffe .azzurra h3,
    .tariffe .verde h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 3px solid #fff;
    }
}

@media only screen and (max-width:590px) {
    .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .carousel-item{
        height:45dvh;
    }
    .whatsapp-icon {
        bottom: 5em;
        right: 0.5em;

        width: 50px;
        height: 50px;

    }
	.popup{
		width:250px;
	}
    .go-top {

        bottom: 1em;
        right: 0.5em;

        width: 50px;
        height: 50px;
        line-height: 53px;

    }
    .text-popup{
        word-break: break-all;
        font-size:14px;
    }
    

}

/* end uovo 600 media quires */