@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,700,700italic);
html,body {
    font-family: 'Lato', sans-serif;
    height:100%;
    color:#000;
    min-width:320px;
}

.testo1{
    line-height: 30px;
    margin-top: 5px;
    /* width: 100%; */
    margin-bottom: 40px;
    text-align: justify;
    /* background: #eee; */
    padding: 20px;
    font-size: 16px !important;
}

.mezzoscheda {
    padding: 15px;
}

/**logo cna***/
.cna {
    margin-left: 45px !important;
}

.schedabus {
    margin-top: 15px !important;
}

.schedabus h2 {
    margin-bottom: -50px !important;
}

.schedabus .img-wrapper {
    margin-top: 40px !important;
    height: 350px;   /* puoi modificare l’altezza */
    overflow: hidden;
}

.schedabus .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.schedaautobus > * {
    text-align: center;
    width: 100%;
    
}
/*
.schedaautobus img {
    display: block;
    margin: 0 auto;
}*/

.schedaautobus {
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    margin-bottom: 30px; /* distanza tra le card */
    border-radius: 4px;
    min-height: 380px;
}

.tipomezzo {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

/*
.mezzoscheda {
    display: flex !important;
    flex-direction: column !important;        
    align-items: center !important;           
    justify-content: center !important;       
    text-align: center !important;            
    height: 100% !important;  
    padding: 30px 25px;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);

}

.schedaautobus {
    margin-bottom: 40px !important;
}
*/
.wrapper {
    margin-left: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    width: 350px;
    margin-top: 25px;
}

.buttonblue {
    display: inline-block;
    background-color: #1B3F92; /* blu scuro simile all'immagine */
    color: #ffffff !important;
    padding: 8px;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 150px;
    float: right;
    position: relative;
    top: -15px;
}

.buttonlightblue {
    display: inline-block;
    background-color: #0f87cb; /* blu scuro simile all'immagine */
    color: #ffffff !important;
    padding: 8px;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 150px;
    float: right;
    position: relative;
    top: -15px;
}

 a{
    color: black !important;
}

.chiama {
 color: white ;
}

body{
    overflow-x: scroll;

}
html{
    overflow-x: hidden !important;
}
body{
    overflow-x:hidden !important;
}
/*Content animation*/
.hideme{
    opacity:0;
}
.visible{
    opacity:1;
}
h1 {
    font-size: 2em;
    font-weight:400;
    margin: 0px 0px 0.4em 0px;
}
h1 span {
    font-size:0.5em;
}
h2 {
    font-size:2em;
    font-weight:300;
    margin: 0px 0px 0.1em 0px;
}
h3 {
    font-size: 1.5em;
    font-weight:500;
    margin: 0px 0px 0.6em 0px;
}
h4 {
    font-size: 1.2em;
    font-weight:700;
    margin: 0px 0px 0.6em 0px;
}
span {
    font-size: 0.9em;
}
h6 {
    text-transform: uppercase;
    color: #006ab3;
}
p {
    font-size: 18px; /*15-25*/
    line-height: 28px;
    /*font-size: 1.1em;*/
    font-weight:300;
    margin: 5px 5px 5px 0px;
}
p strong {
    color:#464748;
}
form input[type="text"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    font-size:1.1em;
    color:#666;
}
form input[type="text"]:-moz-placeholder,
form textarea:-moz-placeholder { /* Firefox 18- */
    font-size:1.1em;
    color:#666;
}
form input[type="text"]::-moz-placeholder,
form textarea::-moz-placeholder {  /* Firefox 19+ */
    font-size:1.1em;
    color:#666;
}
/*.btn {
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #000;
        color:#000;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 190px;
    text-align: center;
}
*/
.btn {
    display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
    color:#000;
    background: transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 170px;
    text-align: center;
}
a.btn:hover {
    text-decoration:none!important;
}
.btnblu {
    border: 1px solid #006AB3;
    color:#006AB3;
    margin-top:10px;
}
.btnblu:hover {
    background:#006AB3;
    color:#fff!important;
}
.btnfullblu {
    background:#006AB3;
    color:#fff!important;
    border:0px!important;
}
.btnfullblu:hover {
    background:none!important;
    border: 1px solid #006AB3!important;
    color:#006AB3!important;
}
.btnpink {
    border: 1px solid #E2007A;
    color:#E2007A!important;
    margin-top:10px;
}
.btnpink:hover {
    background:#E2007A!important;
    color:#fff!important;
    border: 1px solid #E2007A!important;
}
.btnwhite {
    border: 2px solid #fff;
    color:#fff!important;
}
.btnwhite:hover {
    background: #ffffff!important;
    color: #000!important;
    border: 2px solid #ffffff!important;
}
.btnfullwhite {
    background: #ffffff!important;
    color: #000!important;
    border: 2px solid #ffffff!important;
}
.btnfullwhite:hover {
    border: 2px solid #fff;
    color:#fff!important;
    background: none!important;
}
.btn + .btn {
    margin-left: 30px;
}

.btn:hover {
    color:#fff;
    background-color: #006AB3;
    border-color:#006AB3;
}
.btn-lg, .btn-group-lg>.btn {
    border-radius:0px;
}
.btn-light, .btn-light2 {
    min-width: 190px;
    padding: 16px 0 16px;
    border: none;
    position: relative;
    
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.14);
}
.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    left: 88%;
}
.btn-light:hover, .btn-light2:hover {
    -moz-box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    color: #E2007A;
    background-color: rgba(255, 255, 255, 0.14);
    border-color: #fff;
}
#scroll_to_top a {
    display:none;
    z-index: 500;
    position: fixed;
    bottom:20px;
    width:50px;
    height:50px;
    right:20px;
    padding:0px;
    font-size:29px;
    line-height:42px;
    text-align:center;
    color:#FFFFFF;
    background-color:#006AB3;
    text-decoration:none;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    border:solid 1px #006AB3;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


form#frmInfo input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    /* border-bottom: 1px solid; */
    background: none;
    box-shadow: none;
}





.row.topcontatti {
    /*    margin-top: 100px;*/
}
#scroll_to_top a:hover {
    background-color:#E2007A;
    border-color:#E2007A;
}
#scroll_to_top a:active {
    top:auto;
    position:fixed;
}
.nopadding {
    margin:0px !important;
    padding:0px !important;
}
.call {
    padding-bottom: 20px; margin-bottom:0px!important; line-height:40px; text-align:center; font-size:20px; margin-top:0px;
}
.call a {
    text-decoration:none; font-weight:400;
}
.call a:hover {
    text-decoration:none!important;
}
/************************************* OUTER WRAPPER ***************************************/
#outerWrapper {
    min-height:100%;
    position:relative;
    float:left;
    width:100%;
}
/************************************* HEADER ***************************************/
#header {
    position:relative;
    z-index:10;	
}
/*#headerTop {
        background: #363738!important;
     position: fixed; 
     background: #fff; 
     top: 0px; 
     left: 0px; 
    width: 100%;
    z-index: 100;
    padding: 15px 0px;
   
    display: block;
    position: relative;
}*/

/*#logo {
        position:relative;
        z-index:0;
        float:left;
        margin:5px 0px 0px 0px;
        max-width:40%;
}*/
#logo {
    position: relative;
    z-index: 0;
    float: none; 
    margin: 5px 0px 0px 0px;
    max-width: 100%;
    width: 100%;
}
/*slideshow*/
header #slideshow {
    width:auto;
    margin:0px auto;
    overflow:hidden;
    /*height:auto;*/
    max-height:250px;
}
header #slideshow img {
    width:100%;
    display:block;
}
header #slideshow .owl-item {
    opacity:0;
    text-align:center;
}
header #slideshow .owl-item.active {
    opacity:1;
}
/*#action {
   
  
    padding: 0px !important;
    width: 100%;
}*/
#action {
    position: relative;
    padding: 0px !important;
    width: 100%;
    top: 0px;
    z-index: -1;
    margin-top: -20px;
}
#action:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    /*    background:rgba(0,0,0,0.5);*/
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#action h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:300;
}
#action h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}

#action-home2 {
    /*background:url(img/top1.jpg) top center; */
    background-size: cover;
    margin-top: 50px;
    width: 100%;
}
#action-home2:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#action-home2 h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:300;
}
#action-home2 h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}


#actionl {
    /*background:url(img/top11.png) top center;*/
    background:url(img/top-preventivo.jpg) top center;
    background-size: cover;
    /*padding: 15.8vw 0 26.6vw;*/
    padding: 10% 0% 21% 0%;
    width: 100%;
}
#actionl:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    /*background: rgba(0, 106, 179, 0.52);*/
    background: rgba(255, 255, 255, 0.72);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#actionl h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:400;
    /*text-shadow: 2px 3px 3px #333;*/
    text-shadow: 2px 3px 3px #006ab3;
}
#actionl h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 400;
    /*text-shadow: 2px 3px 3px #333;*/
    text-shadow: 2px 3px 3px #006ab3;
}
.quotewrap {
    margin-bottom:60px;
}
.quote p {
    text-align:justify;
}

.quote/* p:first-child*/:before {
    display: inline-block;
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 25px;
    float: left;
    margin-right: 15px;
    color:#a7a7a7;
}
.quote p:last-child:after {
    display: inline-block;
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 25px;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    color:#a7a7a7;
}


.action2{
    background: url("/img/capabilities-hero.jpg") no-repeat fixed center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    height: 100%;
    width: 100% ;
    text-align: center;

}
.action2 h3 {
    font-size: 54px; font-weight: 300; line-height: 72px; text-align: center; color: #fff!important; padding-top: 80px;
}
.action2 p {
    text-align: center;
    margin:0px;
    margin-bottom:80px;
}

.owl-item .owl_inner_item {
    position:relative;
    max-height:250px;
    overflow:hidden;
    margin:0px auto;
}
.home .owl-item .owl_inner_item {
    max-height: none;
}
.owl-item .owl_inner_item .owl_description {
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 10px 20px;
    padding: 0px 1em;
    text-align: center;
    overflow: hidden;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    bottom: 50px;
    position: absolute;
    z-index: 999999;
    font-size: 40px;
    /* left: 150px; */
    top: 150px;
}
.owl-item .owl_inner_item .owl_description h1 {
    font-size: 2em;
    margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h2 {
    font-size: 1.8em;
    margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h3 {
    font-size: 1.4em;
    margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description p {
    font-size: 1.2em;
    margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h1:nth-last-child(1),
.owl-item .owl_inner_item .owl_description h2:nth-last-child(1),
.owl-item .owl_inner_item .owl_description h3:nth-last-child(1),
.owl-item .owl_inner_item .owl_description p:nth-last-child(1) {
    margin-bottom:0px;
}
.owl-theme .owl-controls {
    display:none!important;
}
.home .owl-theme .owl-controls {
    display:block!important;
}
/********************** MIDDLE ****************************/
#middle {
    padding:5em 0px;
    background-color:#CCDEEA;
}
.home #middle, .land #middle {
    padding:25px 0px 70px 0px;
    background: url(img/homeMiddleBg.png) 50% bottom no-repeat #CCDEEA;
}
.home #middle h3, .land #middle h3 {
    font-size: 30px!important;
    line-height:50px!important;
}
/********************** SIDEBAR ****************************/
#sidebar {
    padding:3em 0px 3em 0px;
    overflow:hidden;
}
#sidebar h3 {
    color:#006AB3;
}
#sidebar a {
    color:#006AB3;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight:400;
    text-decoration:none;
}
#sidebar a:hover {
    color:#01385D;
    text-decoration:none;
}
/********************** CONTENT ****************************/
#content {
    padding:3em 0px 6em 0px;
    overflow:hidden;
}
#content h3 {
    color:#006AB3;
}
#content a {
    color:#006AB3;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight:400;
    text-decoration:none;
}
#content a:hover {
    color:#014A7B;
    text-decoration:underline;
}
.home h2, .land h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: 72px;
}

#contentWrapper .container h1 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    color: #6e717a;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin-top: 20px;
}
#contentWrapper .container h2 {
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
}
.home #contentWrapper .container h2, .land #contentWrapper .container h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}
.home #contentWrapper .container h3, .land #contentWrapper .container h3 {
    font-size: 54px;
    font-weight: 300;
    line-height: 72px;
    color:#000;
    text-align:center;
}
.home #contentWrapper .container h4, .land #contentWrapper .container h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}

ul.elenco {
    list-style: none;
    font-size:17px;
    line-height:30px;
}
/********************************homeservizi********************************/
/*Numeri Home*/
#numbers {
    padding:3em 0px;
    text-align:center;
}
#numbers .row div {
    margin:10px 0px;
}
#numbers span.number {
    font-size:2.5em;
}
#numbers span.text {
    font-size:1.5em;
    padding-left:3em;
    font-style:italic;
}
#numbers i {
    margin-left:10px;
    font-size:2.2em;
    color:#006AB3;
}
/*Testimonials Home*/
#testimonials {
    padding:3em 0px;
    background:#006AB3;
    position:relative;
    overflow:hidden;
    color:#fff;
}
#boxTestimonials .carousel-content { 
    display: flex;
    align-items: center; 
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
}
#boxTestimonials .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}
#boxTestimonials blockquote {
    border:0px none;
    padding:1em 0px;
    font-style:italic;
}
#boxTestimonials h3, #newsletterBox h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 300;
    line-height: 72px;
    color: #fff!important;
    text-align: left!important;
}
#boxTestimonials .carousel-indicators {
    bottom:-40px;
}
#boxTestimonials .carousel-indicators li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:15px;
    height:15px;
}
/*Form contatti*/
#frmInfo .campoform {
    margin-bottom:20px;
}
#frmInfo .etichetta {
    display:none;
}
#frmInfo input[type="text"] {
    width:100%;
    height:50px;
    box-sizing:border-box;
    padding:0px 10px;
    border: solid 1px #666;
}
#frmInfo textarea {
    width:100%;
    padding:0px 10px;
    box-sizing:border-box;
    min-height:120px;
    border-bottom: solid 1px #666;
    line-height: 22px;
    box-shadow: 0 !important;
}
#frmInfo #cont-messaggio {
    margin-bottom:0px;
}
#frmInfo #cont-privacy .etichetta {
    display:block;
    float:left;
    width:100%;

}
#frmInfo #cont-captcha input[type="radio"] {
    margin: 2px 4px 4px 8px;
}
#frmInfo #cont-captcha input[type="text"] {
    max-width:160px;
    height:35px;
}
#frmInfo #cont-submit button {
    float:right;
    color:#666;
    border-color:#666;
}
#frmInfo #cont-submit button {
    float: right;
    color: #666;
    border-color: #666;
    width: 100%;
    background: #eee;
    border: 1px solid #bbb !important;
    color:#333333 !important;
}
#numphone{
    padding-left: 10px;
}
#frmInfo #cont-submit button:hover {
    color:#fff;
    border-color:#fff;
}
#boxMappa {
    height:350px;
}
ul.mappadelsito {
    margin-top: 30px;
} 
ul.mappadelsito h3 {
    margin-top: 15px;
} 
.margin {
    margin-top:30px;
}
.margin2 {
    margin-top:60px;
}
.marbot {
    margin-bottom:100px;
}
.padnone {
    padding:0px;
}
.opac {
    background-color: rgba(0, 0, 0, 0.6);
    height:100%;
}
.bg {
    background: #f7f7f7;
}
i.big {
    font-size: 100px;
    color: #b0c0cc;
}
i.blu {
    color: #006AB3;
}
i.medium {
    font-size: 60px;
    color: #b0c0cc;
}
.sicon {
    color: #337ab7;
    font-size: 34px;
    margin-right:7px;
}
#breadcrumbs {
    /*padding:0px;*/
    background: #CCDEEA;
    position:relative;
    z-index:9;
}
#breadcrumbs h4 {
    line-height: 50px;
    color: #006AB3;
}
#breadcrumbs h4 a {
    text-decoration:underline;

}
.sfw {
    padding:100px 0px 30px 0px;
}
.sfw img {
    opacity: 0.2;
}

.mid {
    display: table;
    table-layout:fixed;

}
.mid img {
    width:100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}




/*form preventivo*/
.preventivo #frmInfo .campoform {
    margin-bottom:40px;
}
#cont-tempi_consegna, #cont-budget, #cont-servizi, #cont-descrizione_progetto {	
    width:100%;
    clear:both;
}
#cont-tempi_consegna .etichetta, #cont-budget .etichetta, #cont-servizi .etichetta, #cont-descrizione_progetto .etichetta {
    display:block;
    text-align:center;
    margin-bottom:20px;
    font-size:30px;	
}
#cont-servizi input[type=checkbox], #cont-privacy input[type=radio] {
    display:block !important;
        margin: auto !important;

}
#cont-servizi label, #cont-privacy label {
    display: block;
    width: 49%;
    float: left;
    /* border: solid 1px #666; */
    box-sizing: border-box;
    margin-left: 2%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 1em 0px 0em;
    font-size: 14px;
    font-weight: normal;
}
#cont-privacy label {
    width:auto;
}
#cont-servizi label:nth-child(4n+2) {
    margin-left:0px;
}
#cont-servizi input[type=checkbox] + label::before, #cont-privacy input[type=radio] + label::before {
    content: "";
    font-family: 'Glyphicons Halflings';
    font-size: 34px;
    text-indent: 0px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    box-sizing: border-box;
    border: 1px solid #666666;
    vertical-align: middle;
    margin-right: 0.5em;
}
#cont-privacy .etichetta {
    line-height:40px
}
#cont-privacy input[type=radio] + label::before {
    border-radius:28px;
}
#cont-servizi input[type=checkbox]:checked + label::before, #cont-privacy input[type=radio]:checked + label::before {
    content: "\e013";
    color: #18864a;
    font-size: 20px;
}
.slider_form_wrapper  {
    margin-bottom:10px;
}
#cont-tempi_consegna input[type=text], #cont-budget input[type=text] {
    border:0px none;
    text-align:center;
    font-size:20px;
}
.formpreventivo #frmInfo #cont-submit button {
    float:left;
}
#frmInfo .ui-slider .ui-slider-handle {
    width:30px;
    height:30px;
}
#frmInfo .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left:-10px;
}
#frmInfo .ui-state-default, #frmInfo .ui-widget-content .ui-state-default {
    color:#006ab3;
    border: 1px solid #006ab3;
    background: #006ab3
}
#frmInfo .noUi-handle {
    border: 1px solid #006ab3;
    border-radius: 5px;
    background: #006ab3;
    box-shadow:none;
}
#frmInfo .noUi-background {
    background: #ffffff;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
#frmInfo .noUi-origin, #frmInfo .noUi-target {
    border-radius:0px;
}
#frmInfo .noUi-connect {
    background: #dddddd;    
}
#frmInfo .noUi-value {
    top:15px;
}
/*gallery*/
.gallery_container {
    position:relative;
    overflow:hidden;
}
.gallery_container a {
    display:block;
}
.gallery_container img {

}
.gallery_container figcaption {
    display:block;
    position:absolute;
    top:-100%;
    left:0px;
    width:100%;
    height:100%;
    z-index:0;
    clear:both;
    overflow:hidden;	
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor:pointer;
}
.gallery_container:hover figcaption {
    top:0px;
}
.gallery_container figcaption > p, .gallery_container figcaption > div {
    display:table;	
    width:100%;
    height:101%;
    background:transparent;
    border-spacing:0px;
    border-collapse:collapse;
    border:0px none;
    float:left;
    text-align:center;
    margin:0px;
}
.gallery_container:nth-child(even) figcaption > p, .gallery_container:nth-child(even) figcaption > div {
    background:transparent;
}
#content .gallery_container figcaption > p, #content .gallery_container figcaption > div {
    color:#ffffff;
    text-decoration:none
}
.gallery_container figcaption > p > span, .gallery_container figcaption > div > div {
    display:table-cell;
    padding:1em;
    width:100%;
    height:100%;
    box-sizing:border-box;
    vertical-align:middle;
}
.gallery_container figcaption > p > span::before, .gallery_container figcaption > div > div::before {
    display:block;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    position:absolute;
    z-index:-1;
    opacity:1;
    top:50%;
    left:50%;
    margin:-40px 0px 0px -40px;
    line-height:80px;
    width:80px;
    height:80px;
    color:#ffffff;
    font-size:80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gallery_container figcaption > p > span:empty::before, .gallery_container figcaption > div > div:empty::before {
    z-index:0
}
#content .gallery_container figcaption h3 {
    color:#ffffff
}
#content .gallery_container figcaption > div p {
    line-height:normal;
    font-size:14px;
}
.pswp__caption__center h3 {	
}
.pswp__caption__center p {
    line-height:normal;
    font-size:14px;
    text-align:justify;
    margin-bottom:14px;
}


/********************** INFO REQUEST ****************************/
#infoRequest {
    background:#CCDEEA;
    padding:3em 0px 3em 0px;
    overflow:hidden;
}
#infoRequest #frmInfo #cont-submit button.btn {
    color:#000;
    border-color:#000;
}
#infoRequest #frmInfo #cont-submit button.btn:hover {
    color:#fff;
    background-color: #006AB3;
    border-color:#006AB3;
}
#infoRequest #frmInfo input[type="text"],
#infoRequest #frmInfo textarea {
    border-color:#b2bcc5;
}
/********************** FOOTER ****************************/
footer {
    padding:30px 0px 20px 0px;
    background:#1f1f1f;
    color:#fff;
}
footer a {
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    color:#fff;
}
footer a:hover {
    color:#fff;
    text-decoration:none;
}
footer .btn {
    color: #fff;
    font-weight:700;
    background-color: transparent;
    border-color: #fff;
}
footer .btn:hover {
    color: #E2007A;
    background-color: transparent;
    border-color: #E2007A;
}
/*Newsletter box*/
#newsletterBox {
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom: solid 1px #333;
    float:left;
}
#newsletterText p {
    margin-top:0px;
}
#newsletterBox #cont-mail {
    float:left;
    width:70%;
    margin-right:2%;
}
#newsletterBox form input[type="text"] {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    font-weight:100;
    font-size:1.2em;
    color: #8e8e8e;
    padding: 0.5em 1em 0.5em;
    min-height: 34px;
    height:52px;
    line-height:34px;
    width: 100%;
    box-sizing:border-box;
}
#newsletterBox #cont-submit {
    float:left;
    width:28%;
}
#newsletterBox form input[type="button"] {
    width:100%;
    text-align:center;
    padding: 0.5em 0em 0.5em;
    min-height: 30px;
    line-height:30px;
    font-size:1.2em;
    box-sizing:border-box;
    min-width:auto;
}
#newsletterBox #cont-privacy {
    float:left;
    width:100%;
    margin-top:5px;
    font-size:1em;
}
#newsletterBox #cont-privacy .etichetta {
    float:left;
    margin-right:20px;
    margin-left:5px;
    line-height:22px;
}
#newsletterBox #cont-privacy .campo {
    float:left;
    line-height:22px;
}
#newsletterBox form input[type="radio"] {
    margin:2px 4px 4px 8px;
}
#newsletterBox h3 {

}
#boxSocial ul {
    list-style:none;
    float:right;
    padding:0px;
    margin:0px;
}
#boxSocial ul li {
    float:left;
    margin-left:10px;
}
#boxSocial a {
    font-size:41px;
    height:40px;
    width:35px;
    overflow:hidden;
    display:inline-block;	
}
#boxSocial a:hover,
#boxSocial a:active {
    text-decoration:none!important;
}
#boxCopyright {
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
    float: left;
    /* width: 100%; */
}
/************************************ RESPONSIVE ***************************************/
@media (max-width: 991px) {
    #content, #middle, #sidebar {
        padding:1.5em 0px;
    }

    #contentWrapper .container h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    #action, #actionl {
        height: auto;
    }
    #action h1, #actionl h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        margin-top:30px;
    }

    #action h3, #actionl h3 {
        font-size: 25px;
        font-weight: 300;
        margin-top:20px;
    }
    #contentWrapper .container h2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
    }
    .home #contentWrapper .container h2, .land #contentWrapper .container h2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
    }
    .home #contentWrapper .container h3, .land #contentWrapper .container h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    .home #contentWrapper .container h4, .land #contentWrapper .container h4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
    }
    .home #contentWrapper .container p, .land #contentWrapper .container p {
        margin:-3px 0px 30px 0px;	
    }
    #boxTestimonials h3, #newsletterBox h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    #homeServizi ul {
        margin-bottom:30px;
        border-bottom: 1px #ccdeea solid;
        padding-bottom: 15px;
    }
    #homeServizi ul li a {
        font-size:16px;
    }
    .quotewrap img {
        width:90px;
    }
    .action2 {
        background: url("/img/capabilities-hero2.jpg") no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        width: 100% ;
        text-align: center;
    }
    .action2 h3 {
        padding-top: 50px;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .action2 p {
        text-align: center;
        margin:0px;
        padding-bottom: 50px;
    }
}
@media(min-width:1200px){
    #header .navbar-default nav > ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        height: 60px;
        width: 900px !important;
        margin-left: 120px !important;
    }
}

@media (min-width: 768px) {
    /****************************** HEADER **********************************/
   section.open{
        margin-top: 100px ;
        background: white;
    }
    


    /*slideshow*/
    .owl-item .owl_inner_item .owl_description {
        position:absolute;
    }
    /*menu*/
    #header .navbar-default {
        background:none;
        border:0px none;
        margin-bottom:0px;
        /*		float:right;*/
    }
    #header .navbar-default nav > ul {
        list-style:none;
        margin:0px;
        padding:0px;
        height:60px;
    }
    #header .navbar-default nav > ul > li {
        float:left;
        margin-left:10px;
        height: 110px;
        margin-top:-35px;
        position:relative;
        font-size: 16px;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    #header .navbar-default nav > ul > li > a {
        color: #fff;
        line-height: 90px;
        display: block;
        padding: 0 5px;
        text-decoration: none;
        background-color: transparent;
        font-size: 15px;
        font-weight: 600;
    }
    /*	.navbar-default nav > ul > li > a:after {
                position: absolute;
        display: inline-block;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        top: 89px;
        background: #E2007A;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.2s;
        border-top: 0px solid #ffffff;
        box-sizing: border-box;
        background: rgba(0,0,0,.5);
        background: transparent;
         border-radius: 50%; 
         margin-left: 50%;
            }*/
    .navbar-default nav > ul > li.active > a:after,
    .navbar-default nav > ul > li > a:hover:after {
        height:100%;
        z-index:-1;
        border-top-width:1px;
    }
    #header .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
        -webkit-box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
        box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
    }
    #header .dropdown:hover > .dropdown-menu {
        display: block;

        margin-top: 5px;
    }
    #header .dropdown.dropdown-submenu:after {
        font-family:"FontAwesome";
        content:'\f0d7';
        position:absolute;
        bottom:10px;
        color:#fff;
        width:100%;
        text-align:center;
        display: none;
    }

    #header .dropdown-menu a {
        color:#fff;
        background-color:transparent;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-transform: initial;
    }
    #header .dropdown-menu a:hover {
        /*color:#E2007A;*/
        /*background-color:transparent;*/
        background: rgba(255,255,255,.8);
        /*	border-left:4px #E2007A solid;*/
        color:#000;

        -moz-transition: 0s;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }
}

@media (max-width:600px){

    .fineico {
    font-size: 20px;
    position: absolute;
    color: orangered;
    margin-top: 21px;
    margin-left: 45px;
    position: absolute !important;
    left: 80% !important;
}
    table.playlist td {
        width: 100% !important;
        display: block;
    }
    table.playlist td img {
        width: 100% !important;
    }
    #mobileaction {
    background: #019694 !important;
    display: none !important;
}
    
}

@media (max-width: 768px) and (min-width:768px){
    
    #logo {
    position: relative;
    z-index: 0;
    float: left;
    margin: 5px 0px 0px 0px;
    max-width: 100%;
    width: auto;
}
    
}

@media (max-width: 767px) {


    #outerWrapper {
        min-height: auto !important; 
        position: relative;
        float: left;
        width: 100%;
    }
    ul.navbar-nav{
        margin-top:50px;
    }
    p.textofficina {
    margin-bottom: 25px !important;
}

.anav {
    width: 60% !important;
    margin-bottom: 25px !important;
     margin-left: -15% !important;
}

.confartigianato {
    width: 60% !important;
    margin-top: 25px !important;
}

img.icone {
    margin-left: 28%;
}

    div img {
        width: 25%;
    }

    div h1 {
        font-size: 2em;
    }

    .buttonblue,
    .buttonlightblue {
        top: -8px;
        right: 11px;
    }

    .fermate {
    /* width: 1550px; */
    /* overflow-y: hidden; */
    /* width: 500px; */
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Lato', sans-serif !important;
    overflow-x: scroll !important;
    padding-top: 30px !important;
    overflow-y: hidden;
}
    p#st-inziale {
    text-align: center;
    font-size: 12px;
}
    
    .giorno, .mese, .anno{
        font-size:12px !important;
        margin-bottom: 0px !important;
       
    }
    
    .mese{
        display:initial !important;
    }
    
    .giorno{
        display:initial !important;
    }
    
    .anno{
        display:initial !important;
    }
    
    .titleserv {
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    font-size: 25px;
    margin-bottom: 20px !important;
}

.campoform input[type="text"] {
    width: 100% !important;
    margin: auto !important;
    height: 40px;
    margin-bottom: 15px;
}
.campoform button {
    width: 100% !important;

}

.campoform select {
    width: 100% !important;
}

.campoform textArea {
    width: 100% !important;
}

    
    .leggitutto {
    padding: 10px;
    width: 200px;
    margin: auto;
    background: orangered;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px !important;
    display: block;
}
    .orarimail p{
    text-align: center !important;
}
    #textlegenda {
    text-align: left;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 20px !important;
}
    p#st-iniziale{
    margin-top:10px;
    font-size:20px; 
    text-align:left;
    font-size:12px;
    margin-top:40px !important;
    text-align:center;
}
    .legenda {
    width: 100% !important;
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px #aaaaaa;
    margin-top:30px !important;
}
    .caratteristiche i {
    font-size: 13px !important;
    padding: 5px;
    background: #1790d4;
    width: 36px !important;
    text-align: center !important;
    height: auto !important;
    color: white;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
}
    #header .navbar-default nav > ul > li > a {
    color: #fff;
    line-height: 90px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    background-color: transparent;
    font-size: 10px !important;
    font-weight: 600;
}

    .campoform {
    width: 100% !important;
    float: none !important;
}
    
    .container h1 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    color: #6e717a;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin-top: 5px !important;
}
    
    .headerdesktop{
        display: none;
    }
    
    .headermobile{
        display: block !important;
    }
    
    #bs-example-navbar-collapse-1{
        background: #aaa;
        box-shadow: none !important;
    }
    
    .icoboxservice{
        padding-top:0px !important;
    }
    p.pboxservice{
       padding:0px !important;
    }
    .pservice {
    text-align: justify;
    height: auto !important;
    font-family: 'Lato', sans-serif !important;
}
    #bottomevidenza {
    background-image: url(/images/sfondo-middle.jpg);
    background-repeat: no-repeat;
    background-size: cover  !important;
}
    .backblue {
    background: #293b9db5 !important;
    color: white !important;
    height: auto !important;
    overflow: hidden;
    padding: 0px !important;
}

.backlightblue .col-xs-12{
    padding: 0px !important;
}
.backlightblue h1,.backlightblue h3 {
    font-size:18px;
    text-align: center;
    padding-top: 15px;
}
.boxgrey h1,.boxgrey h3 {
    font-size:18px;
    text-align: center;
    padding-top: 15px;
}
.backblue h1, .backblue h3{
    font-size:18px;
    text-align: center;
    padding-top: 15px;    
}

.backblue .col-xs-12{
      padding: 0px !important;
}
    .backlightblue {
    background: #3580b0c7;
    color: white !important;
    height: auto !important;
    overflow: hidden;
}
    .pdfico, .periodo, .periodoico{
        float:none !important;
        padding: 0px;
        text-align: center;
        
        
    }
    .container-fluid.contpadding .col-md-6{
        padding: 0px;
    }
    
    p.pnews {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
    
    #text-prefooter {
    padding-top: 0px !important;
}
    
.row.hor {
    margin-bottom: 40px;
}

    div#contentWrapper {
    background: white !important;
    margin-top: 0px;
}
    div#mobileaction {
    margin-top: -100px !important;
}
    ul.dropdown-menu {
        display: block;
        position: relative;
        clear: both;
        height: auto;
        width: 100%;
        font-size: 13px !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-top: 10px solid #d0d0d0 !important;
            border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    }

    h3.grow {
        display: none;
    }
    #news{
        display: none;
    }
    .btn {
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 0.7em 0;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 120px;
    }
    /****************************** HEADER **********************************/
    #headerTop {
        margin-top: 15px;
        background: transparent;
        /* display: none; */
        padding: 0px;
    }
    #logo {
        top:-65px;
        max-width:40%;
        z-index:101;
        min-width:200px;
        /*display:table;*/
        vertical-align:middle;
        line-height:50px;
        position: absolute;
    }
    #logo a {
        /*display:table-cell;*/
        height:50px;
    }
    #logo a img {
        display:inline-block;

    }
    /*slideshow*/
    #header .owl-theme .owl-controls .owl-pagination {
        height:22px;
    }
    #header .owl-theme .owl-controls .owl-page span {
        width: 9px;
        height: 9px;
        margin: 4px 6px;
    }
    .home .owl-item .owl_inner_item {
        max-height:100%;
    }
    .owl-item .owl_inner_item .owl_description {
        color:#000;
        width:100%;
        z-index:8;
        padding: 10px 20px;
        /*font-size:1.2em;*/
        padding:1.5em 1em;
        text-align:center;
        overflow: hidden;
        background:#EAEAEA;
        font-weight:300;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        display:none;
        position:relative;
        bottom:0px;
    }
    .owl-item .owl_inner_item .owl_description h1 {
        font-size: 1.6em;
        margin: 0px 0px 1.2em 0px;
        font-weight:300;
    }
    .owl-item .owl_inner_item .owl_description h2 {
        font-size: 1.4em;
        margin: 0px 0px 1.2em 0px;
        font-weight:300;
    }
    .owl-item .owl_inner_item .owl_description h3 {
        font-size: 1.2em;
        margin: 0px 0px 1em 0px;
        font-weight:300;
    }
    .owl-item .owl_inner_item .owl_description p {
        font-size: 1em;
        margin: 0px 0px 1em 0px;
        font-weight:300;
    }
    .owl-item .owl_inner_item .owl_description a {
        color:#000;
        font-weight:300;
    }
    .owl-item .owl_inner_item .owl_description a:hover {
        color:#E2007A;
    }
    .owl-item .owl_inner_item .owl_description .btn-light,
    .owl-item .owl_inner_item .owl_description .btn-light2 {
        background-color: rgba(0, 0, 0, 0.14);
        border-color: rgba(0, 0, 0, 0.14);
    }
    /*menu*/
    #header .navbar-default {
        position:absolute;
        top: -60px;
        width:100%;
        left:0px;
        background: transparent;
    }
    .navbar-default .navbar-collapse {
        -webkit-box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
        -moz-box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
        box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
    }
    .navbar-default .navbar-toggle {
        border:none;
        margin-top: 15px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#fff;
        width: 22px;
        height: 2px;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color:transparent;
    }
    .navbar-default .navbar-toggle:hover .icon-bar, 
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color:#fff;
    }
    #header .navbar-default nav > ul > li > a {
        font-size:1.2em;
    }
    #header .dropdown-menu a {
        font-size:1em;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    #header li.active > a,
    #header li > a:hover {
        background-color:#d3d3d3;
    }
    #header li.open > a {
        background-color:transparent;
    }
    /********************** CONTENT ****************************/
    /*Home*/
    #homeServizi div > h1:nth-child(1),
    #homeServizi div > h2:nth-child(1),
    #homeServizi div > h3:nth-child(1) {
        padding-top:0px;
        /*padding-left:55px;*/
    }
    #homeServizi div > h1:nth-child(1):before,
    #homeServizi div > h2:nth-child(1):before,
    #homeServizi div > h3:nth-child(1):before {
        font-family:"FontAwesome";
        color: #000000;
        font-size: 35px;
        line-height: 33px;
        top:0px;
        left:20px;
    }
    /*Form*/
    #frmInfo #cont-captcha input[type="text"] {
        width:120px;
    }
    #frmInfo #cont-submit .btn {
        width:100%;
    }
    /********************** MIDDLE ****************************/
    .home #middle, .land #middle {
        padding:5em 0px;
        background: #CCDEEA;
    }
}
@media (max-width: 550px) {

    #numbers .row div {
        width:100%;
    }
    /*form*/
    #frmInfo #cont-captcha,
    #frmInfo #cont-submit {
        width:100%;
        text-align:center;
    }
    /*form preventivo*/
    #cont-servizi label, #cont-servizi label:nth-child(4n+2) {
        width:100%;
        margin:0px 0px 0px 0px;
    }
    #frmInfo #cont-privacy .etichetta {
        width:100%;
        text-align:center;
    }
    #cont-privacy .campo {
        float:left;
        width:100%;
        text-align:center;
    }
    #cont-privacy label {
        float:none;
        display:inline-block
    }
    #cont-captcha iframe {
        display:block;
        margin:0px auto;
    }
    #rc-imageselect, .g-recaptcha {display:block; width:250px;margin:0px auto; transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    /********************** FOOTER ****************************/
    #newsletterBox #cont-mail {
        width:100%;
        margin-right:0px;
        margin-bottom:10px;
    }
    #newsletterBox #cont-submit {
        width:100%;
    }
    #boxSocial,
    #boxFooterInfo {
        width:100%;
        text-align:center;
    }
    #boxSocial ul {
        float:none;
        display:table;
        margin:0px auto;
    }
    #boxSocial ul li {
        float:none;
        display:table-cell;
        padding:0px 5px;
    }
}
.text-link {
    font-weight: 400;
    display: inline-block;
    /*border-bottom: 2px solid;*/
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    width: auto;
    color: #1293d5;
    border-color: #1293d5;
}
.text-link:hover {
    text-decoration:none;
}
.text-link .arrow_right {
    width: 17px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(30px, 0px, 0px);
    -webkit-transform: translate3d(30px, 0px, 0px);
    -moz-transform: translate3d(30px, 0px, 0px);
    display: inline-block;
    position: relative;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 18px;
}
.text-link:hover .arrow_right {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    text-decoration:none;
}
a.text-link:hover {
    padding-right: 20px;
    color: #0c628e;
    text-decoration:none;
}
/***************************REPORT SEO**********************************/
#reportseo h5 {
    text-align: center;
    font-size:18px;
}
#reportseo p {
    margin-top: 5px;
    text-align:center;
    font-size: 14px;
}
#reportseo img {
    margin: 0px auto;
}

/* stile popup */

.popup_cont {
    position: fixed;
    z-index: 102;
    z-index: 9999999 !important;
}
.popup_back {
    position: fixed;
    z-index: 102;
    z-index: 999999 !important;
}

.popup_close {
    color: white !important;
    cursor: pointer;
    position: absolute;
    padding: 5px;
    right: 5px;
    top: 0;
    font-size: 50px !important;
    margin-top: -16px;
}

div.popup {
    background: #fff;
    padding:0px !important;
    box-shadow: 0 3px 10px #222;
}

.popup_content {
    background: #01559d;
}

.popup_cont {
    width: 60%;
}

.popup_content img{
    width:100%;
}

/* STILI PER IL FORM PAYMENT */
#xpay_payment{
    background: #eee;
    padding: 20px;
}

#xpay_payment button{

    background: green;
    border:2px solid #145414;
    padding:10px;
    border-radius:30px;
    color:white;


}
#xpay_payment input[type="text"]{
    width: 80% !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

#xpay_payment textarea{
    width: 80% !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

form[name="frmNewAccount"] input{
    border-radius: 10px;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

input.radio {
    display: inline-block;
}

.btn {
    display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
    color: #000;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #fff !important;
}

h3.grow {
    font-size: 35px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    color: #333333 !important;
    font-weight: lighter;
}

#left1{
    background: #313544;
    height:600px;
    overflow: hidden;
    padding: 0px;
}

#right1{
    height:600px;
    color:black;
    background: #f9f58f;
}
#right1 p,h5{
    width: 90%;
    margin: auto;
    padding-top:30px;



}

#right2{
    background: #313544;
    height:600px;
    padding:0px;
    overflow:hidden;
}

#left2 p,h5{
    width: 90%;
    margin: auto;
    paddin-top:30px;
}

#left2{

    height:600px;
    background: #f9f58f;
}

#left2 h4 {
    font-size: 25px;
}

#right1 h4 {
    font-size: 25px;
}
.serv{
    min-height: 100px;
    color:black;
}

.service{
    margin-top:50px;
    text-align: center;
}
.service i.fa{

    font-size:40px !important;
    color:#e2007a;

}

#text-pre p{
    width: 95%;
    margin: auto;
    font-size: 16px;
    font-family: "Open Sans" !important;


}

#text-pre {
    height: auto !important;
    overflow: hidden;
    text-align: justify;
    font-family: "Open Sans";
}

#img-pre{
    height:700px;
    overflow: hidden;
}

#img-pre img{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

#test-img{
    height:600px;
    overflow: hidden;
    padding:0px;

}

#test-text{
    height:600px;
    overflow: hidden;
    padding:0px;

}

#test-text p{
    width: 50%;
    background: #006AB3;

}
div#boxTestimonials p {
    font-size: 12px;
}

.countcon{
    background: #eee;
    margin-top:30px;
    margin-bottom:30px;
    padding: 10px;
    text-align: center;
    padding: 30px;

}
.mix-block{
    border:none !important;
}

.mix-block p{
    font-size:17px !important;
}

.count h3{
    font-size:35px;
    text-align: center;
}
.count p{
    font-size:14px;
    text-align: center;
}

.count .fa{
    font-size:50px;
    text-align: center;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

@media (max-width:1025px){
    .carousel-indicators {
        bottom: -10px !important;
    }
}

/* stili home2 */
@media(max-width: 767px){
    .box_gal img {
        margin-bottom: 20px;
    }
    i.inizioico.fa.fa-chevron-left {
    left: 22px;
    position: absolute;
    top: 80px !important;
}
    p{
margin: auto !important;
width: 80%;
}

.schedaautobus.col-md-6.col-xs-12 img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100% !important;
}

#header .navbar-default nav > ul > li > a {
    color: #fff;
    line-height: 90px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    background-color: transparent;
    font-size: 10px !important;
    font-weight: 600;
}

.schedaautobus .tipomezzo{
    width: 100%;
}
.container-fluid.contransparent {
    /* background: #0000008a; */
    margin-top: -15px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    background: transparent !important;
}

.titolopage{
    text-align: center !important;
}

.servizi.col-md-4.col-xs-12 {
    margin-bottom: 50px;
}
    
    .titlemezzi {
        font-size: 15px !important;
        font-weight: 300;
        line-height: 40px;
    }
.box-ser {
    background-color: #202952;
    background-image: url(../../../images/graficaboxtop.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 70px !important;
    padding-top: 5px;
    margin-top: 10px;
    position: relative !important;
}
    .container-box {
        margin-top: 0px !important; 
    }
    .container-fluid.contransparent {
        background: #0000008a;
        margin-top: -15px;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative !important;
        width: 100%;
    }
  .container-fluid.contransparent {
    background: #605d5d9e !important;
    margin-top: -15px;
    /* margin-bottom: 15px; */
    padding-top: 20px;
    padding-bottom: 0px !important;
    position: absolute;
    width: 100%;
    position: relative;
}
    #action{
        display: none !important;

    }
    #mobileaction{
        display: block !important;
    }

    table#table-fluid tr td img {
        width: 100%;
    }


    .container-fluid.footercontainer div {
        padding: 10px !important;
    }
    #header .navbar-default nav > ul > li > a {
        color: #fff;
        display: block;
        padding: 10px 5px;
        text-decoration: none;
        background-color: transparent;
        font-size: 17px !important;
        padding-left: 15px;
        line-height: 20px;
    }
    .newsbox img {
        width: 100%;
        margin-bottom: 10px;
    }
    .box-catalogo {
        -webkit-box-shadow: 0 8px 6px -6px #ccc;
        -moz-box-shadow: 0 8px 6px -6px #ccc;
        box-shadow: 0 8px 6px -6px #ccc;
        border: 1px solid #eee;
        padding: 5px;
        width: 300px;
        margin: auto;
    }
    .box_gal {
        height: auto !important;
        overflow-y: hidden !important;
        width: 300px;
        margin: auto;
    }
}


@media (min-width: 767px){
    .container-fluid.footercontainer div {
        padding: 10px !important;
    }
    
 
    #topmenu ul > li > a {
        color:black !important;
        font-size:12px;

    }
    #bs-example-navbar-collapse-2 ul li{
        margin-top:-30px !important;
    }

    #bs-example-navbar-collapse-3 #header .navbar-default nav > ul > li {
        float: left;
        margin-left: 10px;
        height: 90px;
        margin-top: -25px;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 8px;

    }
    .navbar-collapse{
        z-index: 99999999;
    }

}

#bs-example-navbar-collapse-2 {height: 50px !important;}


.block-home2{

    width: 90%;
    margin:auto;
    border:1px solid #ccc;
}
.block-home2 img{
    width: 100%;
    margin-bottom: 20px;
}

.block-home2 p{
    font-size:12px;
    width: 90%;
    margin:auto;
    text-align: justify;
}
#text-pre2 {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 40px;
    margin-left: 10%;
}
#text-pre3 {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 40px;
    margin-left: 10%;

}

#text-pre3 p{
    font-size:14px;
}
#calltoaction{
    margin-top:50px;
}

#logo a img.logo {
    display:inline-block;

}

div#action img {
    width: 100% !important;
}

figure.col-md-4.nopadding.gallery_container {
    padding: 10px !important;
}

.boxopera img{
    width: 100% !important;
    height: auto;
}

.boxopera{
    padding: 40px;
}

.titlehome{
    text-align:center;
}

#myCarousel{
    width: 80%;
    margin: auto;
}

#news{
    background: #ebecee;
}

.carousel-control.left{
    background: none !important;
}

.carousel-control.right{
    background: none !important;
}

.fadeIn{
    display: none;
}


.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #d60bd6 !important;
}

.gallery_image img{
    width: 100%;
    height: auto;

}

.gbox{
    padding: 20px;
}

.galopere{
    width: 80%;
    margin: auto;
}

.gallery_text a {
    text-align: center;
    display: block;
    color: black;
    font-weight: lighter;
}


.home{
    padding-bottom: 20px;
}

/*#testimonianze{
    width: 80%;
    margin: auto;
}


#testimonianze  .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #424347 !important;
    margin-right: 15px !important;
    border: 0px !important;
    border-radius: 50% !important;
}
#testimonianze  .carousel-indicators li{
    border-radius: 50% !important;
    background: #9d9d9f !important;-->
}*/

li{
    font-weight: 300 !important;
    font-size: 16px !important;
}

figure.col-md-4.nopadding.gallery_container {
    display: block;
}

ul.slick-dots {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.title-home-low{
    color:#333333;
    font-size:27px;
    text-align: center;

}

.row.gallery_wrapper.gallerie.slick-initialized.slick-slider.slick-dotted {
    background: #eee;
    padding: 20px;
}

.slick-track figure {
    margin-right: 10px !important;
}


#socialwidget{
    width: 80% !important;
    margin: 50px auto;
}

.slick-track figure {
    width: auto !important;
}

.slick-track {
    height: 100px !important;
    overflow: hidden !important;
}

#text-pre {
    height: auto !important;
    overflow: hidden;
}

#contentWrapper .container h1#titolopagine{
    font-size: 35px;
    color:#333;
}

.box_gal{
    height: 200px;
    overflow-y: hidden !important;

}

.box_gal img {
    width: 100%;
}

.box-catalogo a img{
    width: 100% !important;
    height: auto !important;
}

.box-catalogo img{
    width: 100% !important;
    height: auto !important;
}


.catonline{
    margin-bottom: 50px;
}

.box-catalogo p {
    font-size: 12px !important;
}

.box-catalogo {
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    border: 1px solid #eee;
    padding: 5px;
}

.catonline {
    margin-bottom: 50px;
    margin-top: 50px;
}

.newsbox {
    margin-top: 20px;
    margin-bottom: 20px;
    /* background: #eee; */
    border: 1px solid #ccc;
    padding: 20px;
}

.newsbox p {
    padding-top: 20px;
}


.form-contatti{
    padding:30px;
}

footer {
    padding: 30px 0px 20px 0px;
    background: #2d2e30;
    color: #fff;
}

footer h4 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 30px;
}

#newsletterBox h3 {
    font-size: 30px;
}
.loading {
    height: 100% !important;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 9999999;
    top: 0px !important;
}

input#openPop {
    background: #E2007A;
    border-radius: 0;
}

.footercontainer a,
.footercontainer p,
.footercontainer strong{
    color: #fff !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#boxSocial {
    display: none !important;
}

.flashcontent iframe {
    width: 100%;
}

table.playlist td {
    width: 33%;
}

table.playlist td img{
    width: 90%;
    padding: 5%
}

.galele.col-md-4.col-xs-12 {
    margin-bottom: 20px;
}

span.descopere {
    font-size: 12px;
}

.playlist {
    font-size: 10px;
    padding-left: 20px;
}

table.playlist {
    padding: 0px !important;
    width: 100%;
}

span.descopere {
    height: 30px !important;
    display: block !important;
}




.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1 !important;
    display: none;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1 !important;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.podere-titolo{
    font-family: 'Noto Serif', serif;
    color: #88898d;
    font-size: 38px !important;
}

.podere-sottotitolo{
    font-family: 'Noto Serif', serif;
}

.podere-paragrafo{
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
}

.podere-bottone {
    border-radius: 4px !important;
    background: white !important;
    border: 1px solid #bbb;
    text-align: center;
    color: black;
    font-weight: lighter;
    margin-top: 10px;
    height: 25px;
    width: 80%;
    margin-left: 10%;
}

.podere-bottone a {
    color: black;
    padding-top: 0px;
    display: block;
}
.g-recaptcha {
    margin-top: 0px;
}
.callus {
    background: #eee;

}

p.podere-phone-text{
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    margin-bottom:0px;
}

.colonnaform{
    /*    border:1px solid #ccc;*/
}


@media (max-width:767px){
   #logo a img.logo {
    display: inline-block;
    width: 160px !important;
    margin-top: 15px;
}
}

/*        STILI PER TABELLA RESPONSIVE     */


table#table-fluid th, table#table-fluid td {
    padding: .625em;
    text-align: center;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
}

table#table-fluid td {
    border: 0px;
}
table#table-fluid {
    border-collapse: collapse;
    border-color: #ccc;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table#table-fluid thead {
    background-color:transparent;
}

table#table-fluid .space{
    background-color:transparent;
}

table#table-fluid tr {
    background-color:transparent;
    padding: .35em;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
}

table#table-fluid th {
    font-size: .85em;
    letter-spacing: .1em;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
}

table#table-fluid th, table#table-fluid td {
    padding: .625em;
    text-align: center;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
}
.cont-form{
    border: 1px solid #ccc;
    overflow-x: hidden;
    padding:20px !important;

}
/* FINE STILE tabella responsive */

/* STILI del CAZZO */

/*div#contentWrapper {
    background: #f0f1f1;
}*/

div#contentWrapper {
    background: #f0f1f1;
    margin-top: 0px;
}

.form {
    font-size: 19px !important;
}


/* FORM SEMPLICE */

.form-normale .callus {
    display: none;
}

.form-normale #frmInfo textarea {
    min-height: 60px;


}

.form-normal #frmInfo .campoform {
    margin-bottom: 5px !important; 

}

.home-bottom{
    margin-top: 40px;
}


/* stili aggiunti 05/09/2019 */

li.dropdown {
    /*    font-family: "Open Sans" !important;*/
    font-family: 'Montserrat', sans-serif;
}


img.icoimg {
    width: 50px;
    margin-right: 5px;
}

img.icoimg {
    width: 25%;
    margin-right: 5px;
    margin-left: 6%;
}

p.texticohome{
    font-size: 12px;
    margin-right: 0px;
    font-family: "Open Sans";
}

mg.img-responsive.logo {
    width: 80%;
    margin-left: 7%;
}

figure.border3{
    padding: 5px !important;
    box-shadow: none !important;
    border: none !important;
}

.gal2colcont #text-pre p {
    width: auto;
    margin-right: 10%;
    font-size: 14px;
}

.container.gal2colcont.postIn.hideme.visible.animated.fadeIn{
    margin-top: 20px !important;
}

/*.galcolcont .row.gallery_wrapper{
    margin-top: 106px !important
}*/

.containergal{
    margin-top: 106px !important;
}

#img-pre {
    height: auto !important;
    overflow: hidden;
}
.linkgallery{
    margin-top: 20px;
}

p.linkgallery{
    margin-top: 20px !important;
}

p.linkgallery {
    clear: both;
    padding-top: 10px !important;
    z-index: 999999 !important;
}
figure.col-md-6.border3.gallery_container figcaption p span {
    color: transparent;
}
@media screen and (min-width: 768px) and (max-width:768px) {
    #header .navbar-default nav > ul > li > a {
        color: #fff;
        display: block;
        padding: 10px 5px;
        text-decoration: none;
        background-color: transparent;
        font-size: 10px !important;
        padding-left: 15px;
    }
    .container-box .box-ser {
    background-color: #202952;
    background-image: url(../../../images/graficaboxtop.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 130px;
    position: relative !important;
    /* width: 0%; */
    float: left !important;
    width: 23%;
    padding: 10p;
    margin-left: 1%;
}
}

.inclinato{
    -ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Safari 3-8 */
    transform: rotate(-40deg);

}

.icocheck{

    color: #4bbf4b;
    padding-right: 10px;

}

.icoverdi{
    padding-right: 10px;
}
.row.iconsfeatured {
    padding-bottom: 20px;
}
.rates-table{
    border:1px solid #ccc !important;

}

.rates-table tr{
    border: 1px solid #ccc !important;
}

.rates-table td{
    border: 1px solid #ccc !important;
}

#boxFooterInfo p span strong{
    color:white !important;
    font-size:18px !important;
}
#boxFooterInfo p {
    color:white !important;
    font-size:14px !important;
}

.container-fluid.contransparent {
    background: #f1efef9e !important;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
}

.container1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

/* TEMA TRASPORTI STILI */

ul.dropdown-menu {
    border-top: 10px solid #0f87cb;
    /* margin-top: 22px !important; */
    margin-top: -1px !important;
    background-color: #f1efef9e !important;
}

.box-ser{
    background-color: rgba(32, 41, 82, 0.5);;
    background-image: url(../../../images/graficaboxtop.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 130px;
    position: absolute;
    width: 95%;


}

.container-box {
    margin-top: -129px;
}

@media(max-width: 768px) {
    .boxdowntext {
        font-size: 3.5vw !important;
    }

    .boxuptext {
        font-size: 4.5vw !important;
    }
}

.boxuptext{
    color:white;
    text-align: center;
    font-family: "Open Sans" !important;
    font-size: 22px;
}

.boxdowntext{
    color:#0f87cb;
    text-align: center;
    font-family: "Open Sans" !important;
    font-size: 18px;
}

.icoboxservice{
    color:white;
    font-size:50px;
    text-align: center;
    padding-top: 32px;
    color:#ccc;

}
p.pboxservice{
    margin: 0;
    padding:30px 0;
    text-align: left;
    padding-left: 10px;
}

.continbox{
    width: 75%;
    margin: auto;
}


/* stili testo su slide */

h1.titlelight {
    font-weight: lighter;
    text-align: left !important;
    font-size: 40px !important;
}
h1.titlebold{
    font-weight: bolder;
    text-align: left !important;
    font-size: 50px !important;
}

p.slidep{
    font-size:20px !important;
    text-align: left !important;
}

.owl_description.postInDown.hideme.visible.animated.fadeInDown.full-visible {
    width: 60%;
    margin: auto !important;
    margin-left: 20% !important;
    margin-top: 100px !important;
}

p.buttonslide {
    text-align: left !important;
    /* font-size: 22px !important; */
    background: orangered;
    width: 200px;
    border-radius: 20px;
    /* -webkit-hyphenate-character: auto; */
    height: 50px;
    color: white !important;
    font-size: 18px;
    text-align: center !important;

}
p.buttonslide a{
    color:white;
    font-size:20px;
    z-index:9999999999;
}


/* css news */


.areaimg {
    height: auto;

    overflow: hidden !important;
    background: #ccc;
}
.areaimg img{
    width: 100%;

}
.testo{
    line-height: 30px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 40px;
    text-align: justify;
    background: #eee;
    padding: 20px;
}

.titolo{
    /*    margin-top: 50px;*/
    text-align: center;
    text-transform: uppercase;
}

.sottotitolo {
    text-align: center;
}
.categoria{
    display: none !important;
}

.supercategoria{
    display: none !important;
}

.areaimg2{
    max-height:500px;
    overflow: hidden;
    width: 100%;
}
.areaimg2 img{
    width: 100%;
}
.testo p{
    padding: 0px;
    margin: 0px;
}

.cont80{
    width: 80%;
    margin: 30px auto 5px auto;
}

@media (max-width:767px){

   
    
    i.chiama.fal.fa-phone-alt {

    margin-top: 5px !important;
  
    
}
i.chiama.fas.fa-user-tie{
 
    margin-top: 5px !important;
  
    
}
    .cont80{
        width: 100% !important;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: transparent;
    }
}

h1.titlelight {
    font-weight: 200 !important;
    font-size: 45px !important;
    font-family: 'Montserrat', sans-serif;
}
h1.titlebold {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
}

p.slidep {
    font-family: 'Lato', sans-serif;
    font-size: 12px !important;
}


p.pnews {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    color: #6e717a;
    font-weight: bold;
    letter-spacing: 5px;
    text-align:center;    
}

.homeboxnew {
    border-left: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    height:420px;
}

.giorno, .mese, .anno{
    display: block !important;
    color:#0185da;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;

}
.giorno{
    display: block !important;
    color:#0185da;
    font-size: 40px;
    margin-bottom: 20px;


}
.mese{
    display: block !important;
    color:#0185da;

}
.anno{
    display: block !important;
    color:#0185da;
    font-size:25px;
}
.contimg{
    max-height:auto;
    overflow: hidden;
}


.boxlightblue, .boxblue, .boxgrey{
    /* font-family: 'Lato', sans-serif;*/
    font-family: 'Montserrat', sans-serif !important;
}

#bottomevidenza{
    background-image: url(/images/sfondo-middle.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.contpadding{
    padding: 50px;
}

.backlightblue{
    background: #3580b0c7;
    color:white !important;
    height: 200px;
    overflow: hidden;
}


.boxgrey{
    padding: 8px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    float: right;
    position: relative;
}

.backblue{
    background: #293b9db5;
    color:white !important;
    height: 200px;
    overflow: hidden;
}
.container-fluid.contpadding .col-md-6 {
    overflow: hidden;
    padding: 30px;
}
.backgrey{
    background: #e0dfdfe6;
    height: auto;
    overflow: hidden;
}

.backimg {
    background: #e0dfdfe6;
    height: 400px;
    overflow: hidden;
}

.imgcol{
    padding: 0px !important;
    border-left: 4px solid white !important;
}
.imgcol img {
    width: 100% !important;
    padding-top: 10px;
    margin: 10px 0px;


}
.homeboxnew p {
    font-family: 'Lato', sans-serif;
    color:black;
}

i.chiama.fal.fa-phone-alt {
    display: block;
    margin-top: 35px;
    text-align: center;
    background: #0f87cb;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    font-size: 20px;
    
}
i.chiama.fas.fa-user-tie{
    display: block;
    margin-top: 35px;
    text-align: center;
    background: #16297b;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    font-size: 20px;
    
}

#callnow{
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size:12px !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 0 !important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;  
    opacity: 0;
    display: n;
}


#mobileaction {
    position: relative;
    padding: 0px !important;
    width: 100%;
    top: 0px;
    z-index: -1;
    margin-top: -20px;
}
#mobileaction:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    /*    background:rgba(0,0,0,0.5);*/
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#mobileaction h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:300;
}
#mobileaction h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}

#mobileaction {
    /*background:url(img/top1.jpg) top center; */
    background-size: cover;
    margin-top: 0px !important;
    width: 100%;
}
#mobileaction:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#mobileaction h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:300;
}
#mobileaction h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}


#actionl {
    /*background:url(img/top11.png) top center;*/
    background:url(img/top-preventivo.jpg) top center;
    background-size: cover;
    /*padding: 15.8vw 0 26.6vw;*/
    padding: 10% 0% 21% 0%;
    width: 100%;
}
#actionl:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    /*background: rgba(0, 106, 179, 0.52);*/
    background: rgba(255, 255, 255, 0.72);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

#actionl h1 {
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:400;
    /*text-shadow: 2px 3px 3px #333;*/
    text-shadow: 2px 3px 3px #006ab3;
}
#actionl h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 400;
    /*text-shadow: 2px 3px 3px #333;*/
    text-shadow: 2px 3px 3px #006ab3;
}

.mobileheaderimg{
    width: 100%;
    margin: 0px;
}
.paddingno{
    padding: 0px !important;
}

#text-prefooter{
    padding-top: 50px;
}

.titlepage{
    font-family: 'Lato', sans-serif;
}

i.icopage.fas.fa-sticky-note {
    color: #3f3f3f;
    padding: 15px;
    background: #ccc;
}
.textcol {
    /*    border-top:1px solid #aaa;*/
    padding-top:20px;
}
.textcol p{
    text-align: justify;
    font-family: 'Lato', sans-serif !important;
    margin: 0px;
}
.imgcol {
    padding: 0px !important;
    border-left: 4px solid white !important;
    background: #ccc;
    padding: 20px !important;
}
.imgcol p {
    text-align: justify;
    margin: 0px;
    font-family: 'Lato', sans-serif !important;
}
.imgcol, .textcol{
    padding: 30px;
}

.textcol.col-md-8.col-xs-12 img {
    margin-top: 10px;
    margin-bottom: 10px;
}


.mission p{
    text-align: justify;
    font-family: 'Lato', sans-serif !important;
}

.callto{
    text-align: center;
}

.mission .pageico{
    padding-right: 10px;
}

.focus {
    background: #ccc;
    width: 80%;
    margin: 20px auto;
    padding: 15px;
    border: 10px solid #ddd;
}

.citazione{
    font-size: 22px;
    text-align: center !important;
}

p.citazione {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    font-family: 'Lato', sans-serif !important;

}

.caratteristiche i {
    font-size: 35px;
    padding: 10px;
    background: #1790d4;
    width: 56px;
    text-align: center !important;
    height: auto !important;
    color: white;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
}

p.numposti {
    background: orangered;
    width: 60px;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 15px;
    font-family: 'Lato', sans-serif !important;
}

.titlemezzi{
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Lato', sans-serif !important;
}

.dowinicon {
    font-size: 35px;
    padding: 15px;
    background: #1790d4;
    width: 60px;
    text-align: center !important;
    height: auto !important;
    color: white;
    width: 60px;
}

.clear{
    clear: both;
}

.titlescarica{
    color: #db3b00;
    font-family: 'Lato', sans-serif !important;
}


.servizi i{
    font-size: 100px;
    /*    background: orangered;*/
    color:#1d307f;
    padding: 10px;
}

.titleserv {
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    font-size: 25px;
}
.pservice{
    text-align: justify;
    font-family: 'Lato', sans-serif !important;
}

i.chiama.fal.fa-phone-alt {
    color: white;
}

.leggitutto {
    padding: 10px;
    width: 200px;
    margin: auto;
    background: orangered;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    border-radius: 5px;
}

.leggitutto i{
    font-size: 20px !important;
    color:white;

}

.pservice {
    text-align: justify;
    height: 150px;
    font-family: 'Lato', sans-serif !important;
}
/*
.tipomezzo {
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    /* background: #a7a7a7; 
    text-align: center;
    /* color: white; */
    /* border: 1px solid #aaa; 
    background: #ddd;
    width: 230px;
    font-family: 'Lato', sans-serif !important;
}*/

.fermata{
    float: left;
    font-family: 'Lato', sans-serif !important;
}

.fermata i {
    display: block !important;
    font-size: 20px;
    color: #1d307f;
}

.minore{
    font-size:10px;
    font-family: 'Lato', sans-serif !important;
}

.fermate{

    padding-top:5px;
}

.fermate {

    /* width: 1550px; */
    /* overflow-y: hidden; */
    /* width: 500px; */
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Lato', sans-serif !important;
}

@media (max-width: 768px) {
    .backblue h1 {
        margin-bottom: -20px;
    }

    .buttonblue, .buttonlightblue {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .backlightblue img {
        margin-bottom: -10px;
    }

     

    .backblue img {
        margin-bottom: -30px;
    }

    .backblue h3 {
        margin-top: 20px;
        margin-bottom: 18px;
    }

    div .numposti {
        float: left;
    }

    p .motore {
        margin-top: 100px;
    }
}

@media (max-width:1024px) and (min-width:768px){
    i.chiama{
        font-size: 10px !important;
        width: auto !important;
        background: none !important;
        width: 7px !important;
    }
    
    #callnow {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size: 2px !important;
    display: none;
}
    
    
    .fermate {

        overflow-x: scroll;
    }
    .boxdowntext {
    color: orangered;
    text-align: center;
    font-family: "Open Sans" !important;
    font-size: 6px;
}
    #header .navbar-default nav > ul > li > a {
    color: #fff;
    line-height: 90px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    background-color: transparent;
    font-size: 10px !important;
    font-weight: 600;
    line-height: 40px;
    margin-top: 30px;
}
.caratteristiche i {
    font-size: 15px;
    padding: 10px;
    background: #1790d4;
    width: 44px;
    text-align: center !important;
    height: auto !important;
    color: white;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
}

.icobus {
    width: 400px !important;
}
  .backlightblue {
    background: #3580b0c7;
    color: white !important;
    height: auto !important;
    overflow: hidden;
}
.backlightblue img {
    display: none;
}

.backblue img{
    display: none;
}
.backblue {
    background: #b06235c7;
    color: white !important;
    height: auto !important;
    overflow: hidden;
}

}


p.fermata {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 50px;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 15px;
    width: 60px;
}
.iconastop {
   font-size: 20px !important;
}

.titololinea {
    margin-bottom: 50px;
    font-family: 'Lato', sans-serif !important;
    border-bottom: 2px solid;
    /* width: 230px; */
    background: none;
    text-align: left;
    color: white;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.stext{
    font-size: 8px !important;
}

.blockfermata {
    padding-right: 5px;
    padding-left: 5px;
    border-bottom:5px solid orangered;
}

.firstblock{
/*    background: lawngreen;*/
}

.lastblock{
/*    background: lightblue;*/
}

.fineico {
    font-size: 20px;
    position: absolute;
    color: orangered;
    margin-top: 21px;
    margin-left: 45px;
}
.inizioico {
    font-size: 20px;
    position: absolute;
    color: orangered;
    margin-top: 21px;
    margin-left: -10px;
}

.pdfico i {
    font-size: 25px;
    color: #1790d4;
}

.pdfico {
    margin-top: 50px;
    color: orangered;
    padding: 10px;
    width: 60px;
    height: 60px;
    font-family: 'Lato', sans-serif !important;
    text-align: center;
    margin: 10px 0 20px 0;
    float:right;
}

.periodoico{
    margin-top: 50px;
    color: orangered;
    padding: 10px;
    width: 60px;
    height: 60px;
    font-family: 'Lato', sans-serif !important;
    text-align: center;
    margin: 10px 0 20px 0;
    float:left;
}

.periodoico i{
    font-size:25px;
    color:#1790d4;
   
}
p.periodo {
    float: right;
    margin-top: 20px;
    padding-left: 10px;
}


.icolinea {
    font-size: 25px;
    padding-right: 10px;
}

.icobus{
    width: 500px;
}

.p-evidenza{
 margin-bottom:20px;
 background: #eee;
 padding: 15px;
 margin-top: 10px;
}

.campoform{
    width: 50%;
    float:left;
}

.campoform input{
    width: 90%;
    margin: auto;
    height:40px;
    margin-bottom: 15px;
    
}
/*.campoform input[type='checkbox']{
    width: 50%;
    margin: auto;
    height:40px;
    margin-bottom: 15px;
    
}*/

.campoform select{
    width: 90%;
    margin: auto;
      height:40px;
    margin-bottom: 15px;
}

.campoform textArea{
    width: 90%;
    margin: auto;
      height:40px;
    margin-bottom: 15px;
}

section.sezioneform h3 {
    border-bottom: 2px solid #4c4c4c;
    width: 95%;
    padding-bottom: 10px;
}

section.sezioneform h3 {
    border-bottom: 2px solid #4c4c4c;
    width: 95%;
    padding-bottom: 10px;
}

input:required{
    background-image: url(../../../img/asterisco.png);
    background-position: right;
    background-size: 10px;
    background-repeat: no-repeat;
}

.g-recaptcha {
    margin-top: 0px;
    position: relative;
    clear: both;
}

button {
    background: #1d307f;
    border: 0px;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    padding: 20px;
    /* margin-top: 20px; */
    width: 70%;
}

.off-ico {
    display: block;
    width: 100%;
    text-align: center;
    font-size:40px;
    color: #6e717a;
}

.servizi-officina1 p{
    text-align: center;
}

.servizi-officina1{
    padding-left: 30px;
    padding-right: 30px;
}

#mobileaction{
   background: #019694 !important
}

 section.open{
  
        background: white;
    }
    
    section.news{
        margin-top: 120px;
    }
    
    
    .legenda{
        width: 300px;
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px #aaaaaa;
    display:none !important;
}


#st-iniziale{
    margin-top:10px;
    font-size:20px; 
    text-align:left;
    font-size:12px;
    margin-top:40px !important;
    text-align:center;
}

#textlegenda{
    text-align:left;
    font-size:20px;
    color:#000;
    text-align:center;
    margin-bottom: 20px;
}

.container {
    margin-bottom: 70px;
}
p#st-inziale {
    text-align: center;
}

.servizi a{
    text-decoration: none ;
}

/*.servizi a:hover{
    text-transform: lowercase !important;
}*/

/* GESTIONE NOTIZIE */
.supcategoria > b > a{
    display: none !important;
}

.sottotitolo{
    display:  none;
}

.homeboxnew h4 {
    text-align: right;
    color: #6e717a;
    text-transform: uppercase;
}

.boxAutore{
    font-size: 12px;
    text-align: center;
}
.titolo h2 a {
    color: #6e717a;
    display: block;
    text-align: center;
}

.notiziaStandard_singola .areaimg2 img{
    height: auto !important;
}
.notiziaStandard_singola .areaimg2{
   max-height: inherit !important;
}

.grafo p{
    font-size: 25px;
}

.titolo h2 a {
    color: #6e717a;
    display: block;
    text-align: center;
    font-size: 18px;
}

figure.col-md-4.nopadding.gallery_container figcaption p span {
    background: rgba(0,0,0,0.5);
    color: white !important;
    font-size: 30px !important;
}

.footerico{
    
}

.nivo-caption {
    display: none !important;
}

.schedabus h2 {
        margin-top: -50px; /* Riduce lo spazio sopra il titolo */
    }


.motore {
    color: white;
    padding: 10px;
    background: #1790d4;
    width: 100px;
    text-align: center;
    margin-top: 40px !important;
    float: left !important;
}

input[type="radio"] {
    width: 10px !important;
}

.schedaautobus div .nivoSliderWrapper {
    display: block !important;
    z-index: -1;
}

i.inizioico.fa.fa-chevron-left {
    left: 22px;
    position: absolute;
    top: 65px;
}
/*
.nivoSlider img{
    visibility: visible !important;
    height: 280px !important;
}*/

.nivo-slice{
    width: 100% !important;
    z-index:0 !important;
}
/*
.nivo-slice img{
    width: 100% !important;
    
}*/

@media (max-width:1500px) and (min-width:1200px){
    #header .navbar-default nav > ul > li > a {
    color: #fff;
    line-height: 90px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    }

    
}

#cont-servizi input[type=checkbox], #cont-privacy input[type=radio] {
    display: inline-block !important;

}

.col-xs-12.col-md-4.col-lg-4.col-4-12.notizia.notiziaStandard {
    height: 500px;
    max-height: 500px;
    overflow-y: hidden;
    margin-bottom: 30px;
}


div#pjWrapperBusReservation_theme2 {
    margin-top: -40px;
}

@media (max-width: 768px) {
    img.img-responsive {
        width: 100% !important;
    }
}