/*!
Theme Name: Star Mobility
Theme URI: https://www.empsol.it/
Author: Gabriele Preziosa
Author URI: https://www.empsol.it/
Description: Empsol Srl - GP
Version: 1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starmobility
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Star Mobility is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
	/*scroll-behavior: smooth;*/
}
.pt24.content {
    background-color: white;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

.col{
    padding-left: 15px;
    padding-right: 15px;
}
  
  .col-xs { flex-grow: 1; flex-basis: 0; max-width: 100%; }
  
  .col-xs-1 { flex-basis: calc((100% / 12) * 1); max-width: calc((100% / 12) * 1); }
  .col-xs-2 { flex-basis: calc((100% / 12) * 2); max-width: calc((100% / 12) * 2); }
  .col-xs-3 { flex-basis: calc((100% / 12) * 3); max-width: calc((100% / 12) * 3); }
  .col-xs-4 { flex-basis: calc((100% / 12) * 4); max-width: calc((100% / 12) * 4); }
  .col-xs-5 { flex-basis: calc((100% / 12) * 5); max-width: calc((100% / 12) * 5); }
  .col-xs-6 { flex-basis: calc((100% / 12) * 6); max-width: calc((100% / 12) * 6); }
  .col-xs-7 { flex-basis: calc((100% / 12) * 7); max-width: calc((100% / 12) * 7); }
  .col-xs-8 { flex-basis: calc((100% / 12) * 8); max-width: calc((100% / 12) * 8); }
  .col-xs-9 { flex-basis: calc((100% / 12) * 9); max-width: calc((100% / 12) * 9); }
  .col-xs-10 { flex-basis: calc((100% / 12) * 10); max-width: calc((100% / 12) * 10); }
  .col-xs-11 { flex-basis: calc((100% / 12) * 11); max-width: calc((100% / 12) * 11); }
  .col-xs-12 { flex-basis: 100%; max-width: 100%; }
  
  .col-xs-offset-1 { margin-left: calc((100% / 12) * 1); }
  .col-xs-offset-2 { margin-left: calc((100% / 12) * 2); }
  .col-xs-offset-3 { margin-left: calc((100% / 12) * 3); }
  .col-xs-offset-4 { margin-left: calc((100% / 12) * 4); }
  .col-xs-offset-5 { margin-left: calc((100% / 12) * 5); }
  .col-xs-offset-6 { margin-left: calc((100% / 12) * 6); }
  .col-xs-offset-7 { margin-left: calc((100% / 12) * 7); }
  .col-xs-offset-8 { margin-left: calc((100% / 12) * 8); }
  .col-xs-offset-9 { margin-left: calc((100% / 12) * 9); }
  .col-xs-offset-10 { margin-left: calc((100% / 12) * 10); }
  .col-xs-offset-11 { margin-left: calc((100% / 12) * 11); }

@media only screen and (min-width: 576px) {

    .col-sm { flex-grow: 1; flex-basis: 0; max-width: 100%; }

    .col-sm-1 { flex-basis: calc((100% / 12) * 1); max-width: calc((100% / 12) * 1); }
    .col-sm-2 { flex-basis: calc((100% / 12) * 2); max-width: calc((100% / 12) * 2); }
    .col-sm-3 { flex-basis: calc((100% / 12) * 3); max-width: calc((100% / 12) * 3); }
    .col-sm-4 { flex-basis: calc((100% / 12) * 4); max-width: calc((100% / 12) * 4); }
    .col-sm-5 { flex-basis: calc((100% / 12) * 5); max-width: calc((100% / 12) * 5); }
    .col-sm-6 { flex-basis: calc((100% / 12) * 6); max-width: calc((100% / 12) * 6); }
    .col-sm-7 { flex-basis: calc((100% / 12) * 7); max-width: calc((100% / 12) * 7); }
    .col-sm-8 { flex-basis: calc((100% / 12) * 8); max-width: calc((100% / 12) * 8); }
    .col-sm-9 { flex-basis: calc((100% / 12) * 9); max-width: calc((100% / 12) * 9); }
    .col-sm-10 { flex-basis: calc((100% / 12) * 10); max-width: calc((100% / 12) * 10); }
    .col-sm-11 { flex-basis: calc((100% / 12) * 11); max-width: calc((100% / 12) * 11); }
    .col-sm-12 { flex-basis: 100%; max-width: 100%; }

    .col-sm-offset-0 { margin-left: 0 }
    .col-sm-offset-1 { margin-left: calc((100% / 12) * 1); }
    .col-sm-offset-2 { margin-left: calc((100% / 12) * 2); }
    .col-sm-offset-3 { margin-left: calc((100% / 12) * 3); }
    .col-sm-offset-4 { margin-left: calc((100% / 12) * 4); }
    .col-sm-offset-5 { margin-left: calc((100% / 12) * 5); }
    .col-sm-offset-6 { margin-left: calc((100% / 12) * 6); }
    .col-sm-offset-7 { margin-left: calc((100% / 12) * 7); }
    .col-sm-offset-8 { margin-left: calc((100% / 12) * 8); }
    .col-sm-offset-9 { margin-left: calc((100% / 12) * 9); }
    .col-sm-offset-10 { margin-left: calc((100% / 12) * 10); }
    .col-sm-offset-11 { margin-left: calc((100% / 12) * 11); }

}

@media only screen and (min-width: 768px) {

    .col-md { flex-grow: 1; flex-basis: 0; max-width: 100%; }

    .col-md-1 { flex-basis: calc((100% / 12) * 1); max-width: calc((100% / 12) * 1); }
    .col-md-2 { flex-basis: calc((100% / 12) * 2); max-width: calc((100% / 12) * 2); }
    .col-md-3 { flex-basis: calc((100% / 12) * 3); max-width: calc((100% / 12) * 3); }
    .col-md-4 { flex-basis: calc((100% / 12) * 4); max-width: calc((100% / 12) * 4); }
    .col-md-5 { flex-basis: calc((100% / 12) * 5); max-width: calc((100% / 12) * 5); }
    .col-md-6 { flex-basis: calc((100% / 12) * 6); max-width: calc((100% / 12) * 6); }
    .col-md-7 { flex-basis: calc((100% / 12) * 7); max-width: calc((100% / 12) * 7); }
    .col-md-8 { flex-basis: calc((100% / 12) * 8); max-width: calc((100% / 12) * 8); }
    .col-md-9 { flex-basis: calc((100% / 12) * 9); max-width: calc((100% / 12) * 9); }
    .col-md-10 { flex-basis: calc((100% / 12) * 10); max-width: calc((100% / 12) * 10); }
    .col-md-11 { flex-basis: calc((100% / 12) * 11); max-width: calc((100% / 12) * 11); }
    .col-md-12 { flex-basis: 100%; max-width: 100%; }

    .col-md-offset-0 { margin-left: 0 }
    .col-md-offset-1 { margin-left: calc((100% / 12) * 1); }
    .col-md-offset-2 { margin-left: calc((100% / 12) * 2); }
    .col-md-offset-3 { margin-left: calc((100% / 12) * 3); }
    .col-md-offset-4 { margin-left: calc((100% / 12) * 4); }
    .col-md-offset-5 { margin-left: calc((100% / 12) * 5); }
    .col-md-offset-6 { margin-left: calc((100% / 12) * 6); }
    .col-md-offset-7 { margin-left: calc((100% / 12) * 7); }
    .col-md-offset-8 { margin-left: calc((100% / 12) * 8); }
    .col-md-offset-9 { margin-left: calc((100% / 12) * 9); }
    .col-md-offset-10 { margin-left: calc((100% / 12) * 10); }
    .col-md-offset-11 { margin-left: calc((100% / 12) * 11); }
    }

@media only screen and (min-width: 992px) {

    .col-lg { flex-grow: 1; flex-basis: 0; max-width: 100%; }

    .col-lg-1 { flex-basis: calc((100% / 12) * 1); max-width: calc((100% / 12) * 1); }
    .col-lg-2 { flex-basis: calc((100% / 12) * 2); max-width: calc((100% / 12) * 2); }
    .col-lg-3 { flex-basis: calc((100% / 12) * 3); max-width: calc((100% / 12) * 3); }
    .col-lg-4 { flex-basis: calc((100% / 12) * 4); max-width: calc((100% / 12) * 4); }
    .col-lg-5 { flex-basis: calc((100% / 12) * 5); max-width: calc((100% / 12) * 5); }
    .col-lg-6 { flex-basis: calc((100% / 12) * 6); max-width: calc((100% / 12) * 6); }
    .col-lg-7 { flex-basis: calc((100% / 12) * 7); max-width: calc((100% / 12) * 7); }
    .col-lg-8 { flex-basis: calc((100% / 12) * 8); max-width: calc((100% / 12) * 8); }
    .col-lg-9 { flex-basis: calc((100% / 12) * 9); max-width: calc((100% / 12) * 9); }
    .col-lg-10 { flex-basis: calc((100% / 12) * 10); max-width: calc((100% / 12) * 10); }
    .col-lg-11 { flex-basis: calc((100% / 12) * 11); max-width: calc((100% / 12) * 11); }
    .col-lg-12 { flex-basis: 100%; max-width: 100%; }

    .col-lg-offset-0 { margin-left: 0 }
    .col-lg-offset-1 { margin-left: calc((100% / 12) * 1); }
    .col-lg-offset-2 { margin-left: calc((100% / 12) * 2); }
    .col-lg-offset-3 { margin-left: calc((100% / 12) * 3); }
    .col-lg-offset-4 { margin-left: calc((100% / 12) * 4); }
    .col-lg-offset-5 { margin-left: calc((100% / 12) * 5); }
    .col-lg-offset-6 { margin-left: calc((100% / 12) * 6); }
    .col-lg-offset-7 { margin-left: calc((100% / 12) * 7); }
    .col-lg-offset-8 { margin-left: calc((100% / 12) * 8); }
    .col-lg-offset-9 { margin-left: calc((100% / 12) * 9); }
    .col-lg-offset-10 { margin-left: calc((100% / 12) * 10); }
    .col-lg-offset-11 { margin-left: calc((100% / 12) * 11); }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif !important;
    color: #081532;
    font-weight: 400;
    font-size: 16px;
}
p,div{
    font-family: 'Montserrat', sans-serif !important;
}

a{
    text-decoration: none;
    color: #3fb4ee;
}

img{
    max-width: 100%;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #061532;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #01b5f5;
  }

/****************************************
Header
****************************************/
.header_container{
    background-image: url(img/slide01.jpg);
    background-size: cover;
    background-position: center center;
}

/* Logo */
.logo{
    padding: 30px 0;
}
.logo img{
    width: 200px;
}

/* Top Navbar */
.top-navbar{
    color:#fff;
    padding: 10px 0;
    display: inline-block;
    font-weight: 600;
}
.header_container .top-navbar{
    color:#fff;
}
.top-navbar > span{
    margin-right: 15px;
    display: inline-block;
}
.top-navbar img{
    width: 15px;
    vertical-align: middle;
}
.abbonamenti{
    padding: 5px;
    border-radius: 5px;
}
.elementor-element {
    color: #7a7a7a !important;
}

/* NavBar */
nav ul{
    list-style-type: none;
}
nav ul li {
    display: inline-block;
    padding: 15px 0;
    position: relative;
}
nav ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 30px;
    display: block;
    font-weight: 600;
    border-right: 1px solid;
    line-height: 1em;
    margin: 5px 0px;
    z-index: 20;
}
nav ul li:last-child a {
    border-right: 0 solid;
}
.submenu li:hover {
    background-color: darkgrey;
}

.menu.mobile{display: none;}
.menu hr{
    border-top:1px solid #556376;
}

ul.submenu {
    background: #f7f7f7;
    position: absolute;
    display: none;
    transition: all 3s ease-in-out;
    padding: 5px 0;
    width: 200px;
    z-index: 10;
}
ul.submenu li{
    display: block;
    padding: 5px 0;
}
.submenu li a{
    padding: 5px 0;
}
ul.submenu li a{
    color: #000;
    text-align: center;
    border: 0;
}

/* Slider */
.slider{
    padding: 50px 0;
    color: #fff;
}
.slider .slide-subtitle{
    font-size: 30px;
    padding-bottom: 12px;
}
.slider .slide-subtitle span{
    color: #33a0d6;
}
.slider .slide-title{
    font-size: 40px;
    font-weight: 500;
}
.slider hr.sm{
    margin: 12px 0;
    border-color: #33a0d6;
    width: 100px;
}
.row_search_lines{
    padding-bottom: 50px;
}
.row_search_lines ul{
    display: flex;
    list-style-type: none;
}
.row_search_lines li{
    background-color: #061027;
    padding: 15px 0;
}
.row_search_lines li.active{
    border: 1px solid #33a0d6;
    position: relative;
    top: 1px;
    left: 0;
    border-bottom: 0 solid;
}
.row_search_lines a{
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid;
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #33a0d6; 
}
.row_search_lines li:last-child a{
    border-right: 0px solid transparent; 
}
.row_search_lines li.active a{
    border-right: 0px solid transparent; 
}


.row_search_lines .tab-content{
    background-color: #061027;
}
.row_search_lines .tab-pane{
    display: none;
    padding: 50px 30px;
    border:1px solid #4bb1e4;
}
.row_search_lines .tab-pane.show{
    display: block;
}
.row_form_search_lines{
    display: flex;
}
.container_form_search_lines{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container_form_search_lines > img{
    width: 130px;
}
.container_form_search_lines img.mobile{
    display: none;
}
.container_form_search_lines span{
    color: #33a0d6;
    font-size: 18px;
    font-weight: 600;
}
.container_form_search_lines form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container_form_search_lines form > div{
    background-color: #bec0c6;
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.container_form_search_lines form img{
    width: 20px;
}
.container_form_search_lines form > div > span{
    margin: 0 0 0 15px;
    font-weight: 600;
    color: #081532;
}
.container_form_search_lines form input, .container_form_search_lines form select{
    padding: 8px 10px;
    border: 0;
    width: 300px;
    background-color: #bec0c6;
    color: #081532;
}
.container_form_search_lines form select{
    padding: 0px 10px !important;
    width: 300px !important;
}
.container_form_search_lines form input:focus,  .container_form_search_lines form select:focus{
    outline: none;
}
::placeholder {
    color: #081532;
  }
  
.container_form_search_lines form input.submit{
    width: auto;
    text-transform: uppercase;
    color:#fff;
    background-color: #33a0d6;
}

/* News */
.title-news{
    border-bottom: 2px solid #e1e1e1;
    position: relative;
    font-weight: 400;
}
.title-news::before {
    border-bottom: 2px solid #3fb4ee;
    width: 115px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
}
.row-title-news .bar hr{ 
    background-color: #3e485e;
}
.row-title-news .bar i{
    margin: 0 5px;
}
.row-title-news .bar hr:before{
    left: 0;
    top: -2px;
}

/* Card News */
.card-news{
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    position: relative;
}
.card-news-01{
    background-image: url(img/news01.jpg);
}
.card-news-02{
    background-image: url(img/news02.jpg);
}
.card-news-03{
    background-image: url(img/news01.jpg);
}
.card-news .badge{
    background-color: #081532;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    color:#fff;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: -10px;
}
.card-news.alert-news .badge span {
    color:#fc6002;
}
.card-news .badge span{
    font-size: 40px;
    color: #3fb4ee;
    line-height: 1em;
    font-weight: 600;
}
.card-news.latest-news .badge span{
    color: #fc6002;
}
.card-description {
    background-color: rgb(9,19,41);
    background-color: rgba(9,19,41,0.75);
    position: absolute;
    bottom: 15px;
    left: 21px;
    right: 21px;
    padding: 15px;
    color:#fff;
}
.card-description h3{
    font-size: 20px;
    color: #3fb4ee;
    font-weight: 600;
}
.card-news.alert-news .card-description h3,
.card-news.alert-news .card-description a{
    color: #fc6002;
}
.card-description p a{
    color: #3fb4ee;
    font-weight: 600;
}
.card-news.alert-news .card-description p a{
    color: #fc6002;
}

/* Alert */
.box-alert{
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    padding: 15px;
    border-radius: 10px;
}
.box-alert .image-alert{
    width: 80px;
}
.box-alert .description-alert{
    padding-left: 15px;
    font-weight: 600;
}
.box-alert .description-alert .title02{
    color: #3fb4ee;
    margin-bottom: 6px;
    font-weight: 500;
}
.box-alert .description-alert .desc a{
    color: #081732;
}
.box-alert .description-alert .desc i{
    color: #3fb4ee;
}

/* Survey */
.titolo-big{
    font-size: 40px;
}
hr.sm{
    margin: 24px auto;
    width: 200px;
}
.bg-primary hr.sm{
    border-color: #ffffff;
}
.row_survey img{
    width: 40px;
}

/* Subscription */
.row_subscriptions .imageboxer img{
    width: 30px !important;
    display: unset !important;
}
.sliders-carousel p {
    text-align: center;
}
.sliders-carousel p img {
    width: unset !important;
    display: unset !important;
}
.bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bar hr{
    width: 100%;
    position: relative;
    border-color: #3e485e;
}
.bar hr:before{
    content: "";
    position: absolute;
    width: 150px;
    border-top: 3px solid #33a0d6;
    top: -1px;
    left: 25%;
}
.bar i{
    color: #33a0d6;
}

/* Footer */
footer .row_footer01{
    position: relative;
}
footer .list{
    border-right: 1px solid #7ecdf4;
    height: 100%;
    font-weight: 600;
}
footer .col:first-child .list{
    position: relative;
}
footer .col:first-child .list img{
    position: absolute;
    bottom: -55px;
    right: -30px;
    width: 150px;
}
footer .row_footer01 .col:nth-child(4) .list{
    border-right: 0px solid #7ecdf4;
}
footer .list p{
    color:#fff;
    padding-bottom: 24px;
}
footer ul{
    list-style-type: none;
}
footer ul li a{
    padding-bottom:12px;
    color: #081532;
    display: block;
}
footer .row_footer02{
    align-items: center;
}
footer .row_footer02 .copyright{
    font-weight: 600;
}
footer .row_footer02 .copyright span{
    color: #3fb4ee;
}
footer .row_footer02 .copyright a{
    color: #081532;
}

/*** Pagina Contatti ***/
.title span{
    color: #33a0d6;
}
.box-contatti{
    background-image: url(img/mappa.png);
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    border-radius: 15px;
    position: relative;
    font-weight: 500;
    overflow: hidden;
}
.box-contatti .inner-box-contatti{
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
}
.box-contatti05 .inner-box-contatti{
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
}
.box-contatti06 .inner-box-contatti{
    position: absolute;
    width: 100%;
    bottom: 200px;
    left: 0;
}
.box-contatti .badge{
    display: flex;
    align-items: center;
    background-color: #081532dd;
    color: #fff;
    border-radius: 15px;
    padding: 10px;
}
.box-contatti .badge img{
    width: 60px;
    margin-top: -40px;
}
.box-contatti:hover .badge,
.box-contatti .inner-box-contatti .badge-mobile{
    display: none;
}
.box-contatti:hover .inner-box-contatti{
    background-color: #081532dd;
    bottom: 0;
    top: 0;
    left: 0;
    padding: 25px;
    color:#fff;
    border-radius: 15px;
}
.box-contatti:hover .inner-box-contatti .badge-mobile{
    position: relative;
    height: 100%;
    display: block;
}
.box-contatti .inner-box-contatti .badge-mobile p{
    padding-bottom: 12px;
    font-weight: 500;
}
.box-contatti .inner-box-contatti .badge-mobile .title-badge{
    text-transform: uppercase;
    color: #33a0d6;
}
.box-contatti .inner-box-contatti .badge-mobile .subtitle-badge{
    text-transform: uppercase;
}
.box-contatti .inner-box-contatti .badge-mobile .subtitle-link{
    text-transform: uppercase;
    color: #33a0d6;
}
.box-contatti .inner-box-contatti .badge-mobile .logo-badge{
    position: absolute;
    bottom: 5px;
    right: 15px;
}
.box-contatti .inner-box-contatti .badge-mobile img{
    width: 200px;
}
.box-contatti03 .inner-box-contatti{
    background-color: #081532dd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    color:#fff;
    overflow-y: scroll;
}
.box-contatti .inner-box-contatti .list-contatti .title-contatti{
    text-transform: uppercase;
    color: #33a0d6;
}
.box-contatti .inner-box-contatti .list-contatti .subtitle-contatti{
    text-transform: uppercase;
}
.box-contatti .inner-box-contatti .list-contatti p{
    padding-bottom: 12px;
}
.box-contatti .inner-box-contatti .list-contatti i{
    color: #33a0d6;
}

.menu--open .top-navbar i,
.menu--open .top-navbar span{
    color:#fff;
}
.menu.mobile i{
    color: white;
}

hr.sm-title{
    margin: 0;
    width: 50px;
    border: 1px solid #00b6f5;
    background-color: #00b6f5;
}

.numero{
    font-size: 30px;
}

.btnUnderForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn{
    
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 12px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.zone .btn{
    margin-left: 5px;
    margin-right: 5px;
}
.btn-primary{
    background-color: #00b6f5;
    color: #fff;
    border: 1px solid #00b6f5;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #fff;
    color: #00b6f5;
    border: 1px solid #00b6f5;
}

.btn-success{
    background-color: #fff;
    color: #00b6f5;
    border: 1px solid #00b6f5;
}
.btn-success:hover,
.btn-success:focus{
    background-color: #fff;
    color: #00b6f5;
    border: 1px solid #00b6f5;
}

/****************************************
Utilities
****************************************/
/* Align */
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}

/* Display */
.d-block{
    display: block !important;
}

/* Text Transform */
.text-uppercase{text-transform: uppercase;}

/* Background Color */
.bg-primary{background-color: #3fb4ee;}
.bg-secondary{background-color: #081532; color: #fff;}
.bg-light{background-color:#f2f2f2;}

/* Color */
.white{
    color: #fff;
}

/* Title */
.title{
    color:#081532;
    font-size: 30px;
}

/* Padding */
.pt0{padding-top: 0 !important;}

.pt24{padding-top: 24px;}
.pb24{padding-bottom:24px !important;}

/* Margin */
.mt0{margin-top:0;}
.mt6{margin-top:6px;}
.mt24{margin-top:12px;}

.mb0{margin-bottom:0;}
.mb6{margin-bottom:6px;}
.mb24{margin-bottom: 24px;}

.section{
    padding: 48px 0;
}
.section-small{
    padding: 24px 0;
}
.container{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.container-small{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/****************************************
Media Queries
****************************************/

@media only screen and (max-width: 1300px){


    .container_form_search_lines img{
        display: none;
    }
    .container_form_search_lines img.mobile{
        display: block;
        width: 15px;
    }
    .container_form_search_lines > span{
        display: none;
    }
    .container_form_search_lines form{
        display: block;
        width: 85%
    }
    .container_form_search_lines form > div{
        margin: 12px 0;
        display: flex;
        width: 100%;
    }
    .container_form_search_lines form > div > input{
        flex-grow: 1;
    }
    .container_form_search_lines form > div > img{
        margin: 0 15px;
    }
    .container_form_search_lines form input, .container_form_search_lines form select{
        width: auto;
    }
    .container_form_search_lines form input.submit{
        float: right;
    }  

}

@media only screen and (max-width: 991px){
    nav ul li a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px){
    footer .row_footer01 img{
        position: absolute;
        bottom: -31px;
        left: 15%;
        width: 150px;
    }
}
@media only screen and (max-width: 767px){

    .logomobile {
        display: block !important;
        text-align: center;
    }
    ul.submenu {
        width: 100%;
    }
    footer .row_footer01 img{
        display: none;
    }
    .menu.mobile{
        display: block;
        font-size: 30px;
        color: #fff;
        text-align: right;
        padding-top: 33px;
    }
    .slider {
        padding: 100px 0;
    }
    .titolo-big {
        font-size: 25px;
    }
    .slider .slide-subtitle {
        font-size: 20px;
    }
    .slider .slide-title {
        font-size: 30px;
    }
    footer .row_footer01 .col:nth-child(2) .list{
        border-right: 0px solid #7ecdf4;
    }
    .hidden-sm{
        display: none;
    }
    .row_search_lines .tab-pane {
        padding: 50px 0px;
    }
    .menu.mobile img {
        margin: 0 2px;
    }
    .gradient-mobile{
        background: rgb(8,21,50);
        background: -moz-linear-gradient(0deg, rgba(8,21,50,1) 0%, rgba(8,21,50,1) 85%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(8,21,50,1) 0%, rgba(8,21,50,1) 85%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, rgba(8,21,50,1) 0%, rgba(8,21,50,1) 85%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#081532",endColorstr="#ffffff",GradientType=1);
        padding: 50px;
    }

    .menu.desktop{
        display: none;
        background-color: #061027;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    body.menu--open{
        overflow: hidden;
    }

    .menu.desktop ul.submenu{
        position: initial;
    }

    .menu.desktop ul li a{
        font-size: 20px;
    }

    .menu.desktop ul li{
        display: block;
        text-align: center;
    }

    .menu.desktop ul li a{
        color:#fff;
        border: 0;
    }

    nav {
        display: flex;
        align-items: center;
        /*height: 100%;*/
        justify-content: center;
    }

    nav ul{
        width: 100%;
    }

    ul.submenu {
        background: #33a0d6;
    }
}
.logomobile {
    display: none;
}
@media only screen and (max-width: 579px){
    .row_search_lines a {
        padding: 0 10px;
    }
    .hidden-xs{
        display: none;
    }
    .slider {
        padding: 20px 0 48px;
    }
    footer .row_footer01 img{
        display: block;
        position: absolute;
        bottom: -31px;
        left: 40%;
        width: 150px;
    }
    .section-news{
        background-color: #081532;
    }
    .section-news .title{
        color:#fff;
    }
    .pt0-mobile{
        padding-top: 0;
    }
    .text-xs-center{
        text-align: center;
    }
    .align-item-center{
        align-items: center;
    }
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    margin: 5px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
p.news-title-banner {
    text-align: center !important;
    font-weight: 700;
    text-decoration: underline;
}

.line_detail_div {
    width: 100%;
    border: 0px;
    height: 98vh;
}
.menu-item-object-page i {
    /*display: none;*/
}

.content p {
    padding: 5px 0px;
    text-align: justify;
}
.content .description-alert p {
    text-align: initial !important;
}
.content table {
    margin: 10px auto;
    background-color: #f2f2f2;
    border-width: 0.5px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    width: 80%;
}
.content table tr:first-child {
    background-color: #081d4c;
    color: white;
    text-transform: uppercase;
}
.content table td {
    /*border: 1px solid black;*/
    padding: 3px 5px;
}
.box-table.ricerca {
    background-color: #03143c;
    /*border-radius: 13px;*/
    color: white;
    padding: 20px 10px 5px;
    margin-bottom: 20px;
}
.box-table.ricerca .box-cell {
    padding-bottom: 20px;
}
.box-table.ricerca .titoletto {
    padding-bottom: 5px;
}
#origine, #termine, #zona, #type {
    height: 30px;
    /*border-radius: 10px;*/
    font-size: medium;
    width: 100%;
}
.risultati-tariffe .testata-table {
    font-weight: bold;
    text-align: center;
}
.risultati-tariffe {
    width: 100% !important;
}
input.rivenditore_search {
    width: 100%;
    border-radius: 7px;
    height: 28px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: medium;
}
.line-name-circle {
    background-color: white;
    /*padding: 20.5px 0px;*/
    text-align: center;
    font-weight: 600;
    font-size: larger;
    color: red;
    border: 1px solid black;
    /*height: 70px;
    width: 70px;*/
    height: 26px;
    width: 65px;
    border-radius: 35px;
}
p.zone-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: larger;
    font-weight: 600;
}

@media only screen and (max-width: 767px){

    .btnUnderForm {
        display: flex;
        flex-wrap: nowrap;
        scroll-margin: inherit;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        justify-content: unset;
    }

}

@media only screen and (min-width: 768px){
    .section-news {
        margin: 0px 7%;
    }
}
.section-news i {
    cursor: pointer;
}
p.zone-title.linkzone {
    text-decoration: underline;
}
img.attachment-single-post-thumbnail.size-single-post-thumbnail {
    height: auto;
    width: 100%;
    margin-top: 20px;
}
p.zone-title.linkzone {
    color: black;
}
.inputform {
    max-width: 500px;
    width: 90%;
    margin: auto;
}
#getAWidgetLink {
    display: none;
}
.userpanel {
    background-color: #03143c;
    color: white;
    padding: 5px;
    border: 10px solid white;
    padding-top: 17px;
}
.wpforms-field-label-inline{
    color: #7A7A7A;
}

.box-alert .description-alert .desc a {
    color: black;
}
.catlang {
    font-size: large;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}
.badgeright {
    right: 20px;
    left: auto !important;
    text-align: right;
    max-width: 250px;
}
@media only screen and (max-width: 767px){
    .badgeright {
        right: 10px;
        max-width: 200px;
    }
}
.badgeright a {
    color: white !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 30px !important;
}

.newsboxer {
    padding: 15px;
}
.newsboxer-content {
    height: 280px;
    background-color: #f2f2f2;
    background-clip: content-box, padding-box;
    border-radius: 8px;
    border: 1px solid #b1b1b1;
}
.newsboxer-single {
    height: 270px;
    padding: 18px;
    position: relative;
}
img.newsboxer-icon {
    width: 85px !important;
}
.newsboxer-articles button.owl-dot {
    background: rgb(0, 0, 38) !important;
    height: 9px;
    width: 9px;
    border-radius: 20px;
    margin: 0px 4px;
}
.newsboxer-articles button.owl-dot.active {
    background: #3fb4ee !important;
}
.newsboxer-articles .owl-dots {
    padding: 0px 18px;
    margin-top: -20px;
}
.newsboxer-single .badge {
    background-color: #081532;
    font-size: 14px;
    padding: 4px 7px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin-top: -18px;
}
.newsboxer-single .badge span {
    font-size: 27px;
    color: #3fb4ee;
    line-height: 1em;
    font-weight: 500;
}
.newsboxer-title {
    color: black;
    font-weight: 500;
    font-size: 17px;
    margin: 5px 0px;
    margin-top: 8px;
}
.newsboxer-extract {
    margin-top: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}
.newsboxer-readall {
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
}
.newsboxer-icon {
    width: 80px;
    position: absolute;
    right: 10px;
    bottom: -3px;
    z-index: 99;
}
.evidence-article-content {
    padding: 20px 0px;
    margin: auto;
}
.evidence-article-subtitle {
    color: white;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 2px;
}
.evidence-article-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #081532 !important;
}
.margin-auto {
    margin: auto !important;
}
.evidence-img {
    width: 65%;
}
.evidence-article {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.evidence-article .badge {
    background-color: #081532;
    font-size: 14px;
    padding: 6px 8px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    top: -15px;
    right: 10px;
    position: absolute;
}
.evidence-article .badge span {
    font-size: 27px;
    color: #3fb4ee;
    line-height: 1em;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .evidence-article-content {
        padding-top: 45px;
    }
    .newspage-icon-col-right {
        text-align: left;
    }
    .newspage-icon-col-left {
        text-align: right;
    }
    .newspage-icon-col-padding {
        padding-bottom: 20px;
    }
}
.bar-home {
    height: 2px;
    background-color: #d0d0d0;
    border-left: 120px solid #00b6f5;
}
.newsboxer-content .owl-carousel {
    margin-top: -10px;
}
.section-newsboxer {
    padding: 20px 0px;
}
.news-title-banner-title {
    padding-top: 25px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.newspage-icon {
    width: 100px;
}
.newspage-icon-row {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.newsboxer-pagenews .badge {
    margin-top: -30px;
}