﻿@font-face {
  font-family: 'Roboto Condensed Light';
  src: url('../fonts/RobotoCondensed-Light.ttf');
  }

@font-face {
  font-family: 'Roboto Condensed Regular';
  src: url('../fonts/RobotoCondensed-Regular.ttf');
  }

@font-face {
  font-family: 'Roboto Condensed Bold';
  src: url('../fonts/RobotoCondensed-Bold.ttf');
  }

@font-face {
  font-family: 'Roboto Medium';
  src: url('../fonts/Roboto-Medium.ttf');
  }

@font-face {
  font-family: 'Roboto Slab Regular';
  src: url('../fonts/RobotoSlab-Regular.ttf');
  }

@font-face {
  font-family: 'Roboto Slab Bold';
  src: url('../fonts/RobotoSlab-Bold.ttf');
  }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.ttf');
}
body
{
    font-family: 'Roboto Condensed Light';
    height:100%;
    font-size:16px;
}
footer {
    margin-top:50px;
}
a, button {
    outline:none !important;
}
a:focus, a:hover {
    color: inherit;
    outline:none !important;
    border:none;
}
i {
    margin-right:5px;
}
h1 {
    color:#2c2664;
    font-family: 'Roboto Condensed Regular';
}
h2 {
    color:#498BC4;
    font-family: 'Roboto Condensed Regular';
}
h4.regular{
    text-transform:uppercase;
    letter-spacing:1px;
}

.regular {
    font-family: 'Roboto Condensed Regular';
}
.regular {
    font-family: 'Roboto Condensed Regular';
}
.cond-bold {
    font-family: 'Roboto Condensed Bold';
    letter-spacing:1px;
}
.medium {
    font-family: 'Roboto Medium';
}
.slab {
    font-family: 'Roboto Slab Regular';
}
.blu {
    color:#2c2664;
}
.pale-blu {
    color:#9fccf4;
}
.light-blue {
    color:#428BCA;
}
.black {
    color:#000000;
}
.lead-small {
    font-size:18px;
    margin-left:18px;
}
.bg-mappa {
    background-color:#ebebeb;
    padding-left: 0px;
    padding-right: 0px;
}
.bg-blu {
    background-color:#2c2664;
    color:#fff;
}
.bg-light-blue {
    background-color:#428BCA;
    color:#fff;
}
.no-bg {
    background-color:transparent !important;
}
/*.border-trasp {
    border-color:transparent;
}*/
.no-border {
    border:none !important;
}
.top30 {
    margin-top:30px;
}
.top14 {
    margin-top:14px;
}
.top10 {
     margin-top:10px;
}
.top100 {
    margin-top:100px;
}
.right20 {
    margin-right:20px;
}
.right25 {
    margin-right:25px;
}
.right30 {
    margin-right:30px;
}
.left10 {
    margin-left:10px;
}
.margin-bottom {
    margin-bottom:30px;
}
.bottom15 {
    margin-bottom:15px;
}
.no-margin {
    margin:0;
}
.no-padd {
    padding:0px;
}
.no-right-padd {
    padding-right: 0 !important;
}
.no-left-right-padd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-left-padd {
    padding-left: 0 !important;
}
.no-right-padd {
    padding-right: 0 !important;
}
.pad-top {
    padding-top:20px;
}
.page-header {
    border:none;
}
.no-list-style {
    list-style:none;
    padding:0;
}
.font20 {
    font-size:20px !important;
}
.offset-mezza {
    margin-left:4.14%;
}
.block {display:block;}
.none {display:none;}

.asterisco {
    font-size:12px;
    margin-left: 10px;
}

.logo {
    height:100px;
}
.w65 {
    width:50%;
}
.h-150 {
    min-height:150px;
}
.square {
    max-height:140px;
    max-width:140px;
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||| home|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*-----------menu----------------*/

.site-lan, .site-lan a
{
    color: #aaaaaa;
    float: right;
    margin-left: 10px;
    padding:5px 0;
}
.site-social, .site-social a {
    float: right;
    margin-left: 10px;
    padding:5px 0;
}
.active, .active a
{
    color: #000000;
}
.accessibile {
    float:right;
}

@media (min-width: 300px) and (max-width: 500px) {
    .accessibile
  {
    height:20px;
  }
    .fontMaggiore {
    font-size:11px !important;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .accessibile
  {
    height:20px;
  }
    .fontMaggiore {
    font-size:12px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .fontMaggiore {
    font-size:19px !important;
    }
}
/*-----------menu----------------*/
.icon-bar {
            display: block;
            width: 20px;
            height: 1px;
            border-radius: 0;
            margin-top: 7px;
            background-color: #fff;
        }
.nav-container {
     background-color: #2c2664;
     color:#ffffff;
}
.navbar {
    border:0;
    border-radius:0;
    min-height:20px;
    font-size: 16px;
    margin:0;
}
.navbar ul{
    list-style: none; 
    padding: 0;
    font-family: 'Roboto Condensed Light';
    
}
    .navbar> ul> li{
        padding:0 7px;
        border-right:1px solid #ffffff;
    }
     .navbar ul li:last-child{
       border:0;
    }

.navbar-nav > li {
    padding: 3px 13px;
    border-right:1px solid #ffffff;
}
.navbar-nav > li > a {
        padding:0;
        color:#ffffff;
    }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, dropdown a:hover, dropdown a:focus  {
        background-color:transparent !important;
    }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color:transparent !important;
}
.navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus{
        color:#009ee3;
        text-decoration:none;
        cursor:pointer;
    }
.dropdown-toggle {
    letter-spacing:1px;
}
.dropdown-menu {
    border:none;
}

/*.dropdown-menu .submenu{ 
    text-align: center;
    border:0;
    box-shadow:none;
    border-radius:0;
    color:#ffffff;
}
    .dropdown-menu .submenu a {
        color:#ffffff;
    }*/
.inline {
    padding:0;
}
@media (min-width: 991px) {
    .right-divider {
        border-right: 1px solid #ffffff;
    }
}
@media (max-width: 991px) {
    .inline > li {
        border-right: 1px solid #ffffff;
        text-align: left;
    }
}
.inline > li > ul {
        padding: 0;
    }
    .inline img {
        margin-top:5px;
        margin-bottom:10px;
    }
    .inline a {
        display:block;
         color:#ffffff;
    }
    .inline a:hover {
        text-decoration:underline !important;
        color:#ffffff !important;
    }

/*.fullwidth{
    position: static !important;
}
.submenu {
    background-color:#009ee3;
}

.submenu>li {
    padding-top:20px;
    padding-bottom:30px;
}
    .submenu h4 {
        text-align: left;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
margin-bottom:30px;
    }
    .submenu i, .accordion-ul i{
    margin-left:-22px;
}
    */
.navbar-right {
    margin:0;
}


/*--------------submenu fullwidth*/
.navbar-collapse {
    background-color: #2c2664;
    
}
.navbar-nav > li > a{
    color:#fff;
     font-family:'Roboto Condensed Regular';
}
.nav > li.dropdown.open {
  position: static;
}
.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  left: 0;
  right: 0;
  padding-bottom:40px;
  padding-top:20px;
}

.dropdown a:hover, .dropdown a:focus {
    background-color: none;
}
.mainmenu{
    background-color: #009ee3 !important;
    color:#fff;
    font-size: 16px;
}
.mainmenu h4{
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom:30px;
    color:#fff;
    font-family:'Roboto Condensed Bold';
}
.mainmenu h5 {
   margin-bottom:15px;
   font-family:'Roboto Condensed Regular';
   font-size:16px;
    }
.mainmenu i{
    margin-left:-22px;
}
.mainmenu > li {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}
/*---------------------menu toggle anche per sm device----------------------------------*/
@media (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid #ccc;
        padding-top:15px !important;
        padding-bottom:15px !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
        .navbar-nav > li {
            float: none;
            border: 0;
            padding: 10px 0 !important;
        }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        border: 0 none;
        float: none;
        position: static;
        width: auto;
    }
    .submenu li {
        background-color: #009ee3;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .submenu li img{
        margin-left:20px;
    }
    .inline>li {
      border-right:0px;
  }
    .navbar-nav > li > a {
        display:block;
    }
    
    .margineSup {
        margin-top:40px;
    }
}
/*-----------------menu xs----------------------------------------*/
@media (max-width: 767px) {
    .messaggioCercaOrari {
        display:none;
    }
  .navbar-nav > li{
      border-right:0px;
  }
  .navbar-nav > li > a {
        display:block;
    }
}    

  

/*******slider*********/
.caption-title  h1{
    font-family: 'Roboto Condensed Regular';
    /*font-size: 50px;*/
    text-transform:uppercase;  
    color:#fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    
}
.home .carousel-caption{
        bottom:280px !important;
    }
.gallery .carousel-caption {
    background-color:rgba(255,255,255, 0.6);
    left:30%;
    right:30%;
    padding-bottom:20px;
    color:#000;
    bottom:0;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.carousel-indicators.bottom0 {
    bottom:0px;
} 
.carousel-indicators {
    bottom:120px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
    display:inline;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    /*height:500px;*/
    /*width:100%;*/
}
@media (max-width:991px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        /*height: 350px;
        width: 100%;*/
    }

    .carousel-indicators {
        bottom: 120px;
    }

    .home .carousel-caption {
        bottom: 150px !important;
    }
}
.larghezza {
    width: 100% !important;
    
}
.altezza {
    height:500px !important;
}
/*******slider news responsive************/
.carousel-news .carousel-control {
  width: 4%;
  background-image: none;
  margin-top:-200px;
}

.carousel-news .cloneditem-1,
.carousel-news .cloneditem-2,
.carousel-news .cloneditem-3,
.carousel-news .cloneditem-4,
.carousel-news .cloneditem-5 {
  display: none;
}
.carousel-news .carousel-inner {
    height:140px;
}
@media all and (min-width: 768px) {
  .carousel-news .carousel-inner > .active.left,
  .carousel-news .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-news .carousel-inner > .active.right,
  .carousel-news .carousel-inner > .next {
    left: 50%;
  }
  .carousel-news .carousel-inner > .left,
  .carousel-news .carousel-inner > .prev.right,
  .carousel-news .carousel-inner > .active {
    left: 0;
  }
  .carousel-news .carousel-inner .cloneditem-1
  /*.carousel-news .carousel-inner .cloneditem-2*/ 
  {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-news .carousel-inner > .item.active.right,
  .carousel-news .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-news .carousel-inner > .item.active.left,
  .carousel-news .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-news .carousel-inner > .item.left,
  .carousel-news .carousel-inner > .item.prev.right,
  .carousel-news .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-news .carousel-inner > .active.left,
  .carousel-news .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-news .carousel-inner > .active.right,
  .carousel-news .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-news .carousel-inner > .left,
  .carousel-news .carousel-inner > .prev.right,
  .carousel-news .carousel-inner > .active {
    left: 0;
  }
  .carousel-news .carousel-inner .cloneditem-2
  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-news .carousel-inner > .item.active.right,
  .carousel-news .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
            transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-news .carousel-inner > .item.active.left,
  .carousel-news .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
            transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-news .carousel-inner > .item.left,
  .carousel-news .carousel-inner > .item.prev.right,
  .carousel-news .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}


/*******slider gallery*********/
.gallery > .item > a > img, .gallery > .item > img {
    /*height:500px;*/
    /*width:100%;*/
}
.gallery-flotta > .item > a > img, .gallery-flotta > .item > img {
    /*height:320px;
    width:100%;*/
}
.fake-slider > .item > a > img, .fake-slider > .item > img {
    height:400px;
    /*width:100%;*/
}
.title-gallery {
    bottom:140px !important;
}
.carousel-caption  {
    text-shadow:none;
    /*padding-bottom:0px;*/
}
    .carousel-caption h2 {
        font-family:'Roboto Slab Bold';
        color:#283583;
        font-size:26px;
        margin-top:0px;
    }
 .modal-gallery {
    width:100% !important;
}
.close-gallery {
    color: #ffffff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
/***********calcola percorso************/

.row-calcola-percorso
{
    /*margin-top: -240px;*/
    margin-top: -120px;
}
@media (max-width: 991px) {
    .row-calcola-percorso {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
  .row-calcola-percorso {
    margin-top: 0px;
  }

  .carousel-caption h2 {
        font-family:'Roboto Slab Bold';
        color:#283583;
        font-size:20px;
        margin-top:0px;
    }
}
@media (min-width: 1200px) {
    .go-right {
        float:right;
    }
}
input:focus
{
    outline: none;
}

.box-calcolapercorso
{
    background: #cccccc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #cfcfcf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #cfcfcf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #cfcfcf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #cfcfcf); /* Standard syntax */
    min-height:250px;
}

.tab-calcola-percorso
{
    font-family: 'Roboto Condensed Bold';
    font-size: 18px;
    /*font-weight:bold;*/
    text-transform:uppercase;    
    background-color: #2c2664;
    color:white;
    letter-spacing: 1px;
}

    .tab-calcola-percorso a, .tab-calcola-percorso a:hover, .tab-calcola-percorso a:visited, .tab-calcola-percorso a:after, tab-calcola-percorso a:focus
    {
        text-decoration:none;
        color:white;
    }

.tab-active
{   
    background-color: #ffffff;
    color:#2c2664;
}
    .tab-active a, .tab-active a:hover, .tab-active a:visited, .tab-active a:after, .tab-active a:focus
    {
        text-decoration:none;
        color:#2c2664;
    }

.nav-tabs > li > a {
    font-size: 22px;
    font-weight: bold;
}
#exTab1 .nav-pills > li
{
    font-family: 'Roboto Condensed';
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    width:33.3333%;
    margin:0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    font-weight: bold;
    background-color: #cfcfcf !important;
    color: #2c2664 !important;
}

#exTab1 .nav-pills > li > a
{
    border-radius: 0;
    color: #fff;
    padding: 0 0 0 15%;
}

#exTab1 .nav-pills > li > a:hover
{
    color: #2c2664;    
}

#exTab1 .nav-pills > li:hover
{
    color: #2c2664;
}

.tab-content-title
{
    font-family: 'Roboto Condensed Bold';
    text-transform:none;
    letter-spacing: 1px;
    float:left;
    color:#428BCA;
}
    .tab-content-title h3 {
    font-size:22px;
    }
@media (max-width: 767px) {
    .tab-content-title
    {
        text-align:center;
        color: #2c2664;
        padding-bottom: 15px;
        font-size: 26px;
    }
}

.tab-content-radio
{
    font-size: 12px;
    text-transform:uppercase;
    color: #000;
    letter-spacing: 0.5px;
}
 .tab-content-radio-item input[type='checkbox'],  .tab-content-radio-item input[type='radio']  {
    
    margin-right:5px;
  }
.tab-content-radio-item {
}
.wrapper-dropdown-3 img {
    margin-bottom: 5px;
    height: 25px;
}

@media (max-width: 767px) {
    .btn-2 {
        font-size: 18px;
    }

    .col12 {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-top: 5px;
    }

    .fontXS {
        /*font-size: ;*/
    }

    .marginSup {
        margin-top: 30px;
    }
}

.tagLagoHome {
    float:right;
    margin-top:10px;
    margin-right:10px;
    font-size: 20px;
    /*color: #fff;*/
}

@media (min-width: 991px) and  (max-width: 1200px){
    .col12md {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-top: 5px;
    }
}
.tab-panel {
    background-color: #2c2664;
    max-height:250px;
    
}
.input-percorso-container
{
    width: 100%;
    float:left;
}

.row2 {
    height:40px;
}
.font14 .inputs {
    font-size:14px !important;
}
.inputs {
    border: none;
    border-bottom: 1px solid #9f9f9f;
    background-color: transparent;
    margin-bottom:15px;
    width:100%;
}
textarea {
    border: 1px solid #9f9f9f;
     margin:15px 0;
    width:100%;
}
.fileContainer {
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px auto;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,1);
    outline: none;
    background: transparent;
    text-transform: uppercase;
    width:100%;
    text-align:center;
}

.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;


}
.input-percorso
{
    background-image: url("../Images/pin.png");
    background-repeat: no-repeat;
    padding-left: 10%;
}

.valid
{
    border: none;
    border-bottom: 1px solid #9f9f9f;
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 10%;
    margin-bottom:15px;
    width:90%;
    background: url(../images/ok-icon.png) no-repeat;
}

.invalid
{
    border: none;
    border-bottom: 1px solid #9f9f9f;
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 10%;
    margin-bottom:15px;
    width:90%;
    background-image: url(../images/error.png);
    
}

.empty
{
    display: none;
}
@media (max-width: 767px) {
    /*.input-percorso {
        background-image: none !important;
        padding-left: 0% !important;
        font-weight: 400;
        font-size: 18px;
        color: #000;
    }*/
} 

.input-percorso-data
{
    background-image: url("../Images/calendar.png");
    background-repeat: no-repeat;
    padding-left: 30% !important;
    width:100%;
}
.input-percorso-data-inactive
{
    background-image: url("../Images/calendar-gray.png");
    background-repeat: no-repeat;
    padding-left: 30% !important;
    width:100%;
}
.input-percorso-ora
{
    background-image: url("../Images/time.png");
    background-repeat: no-repeat;
    padding-left: 30% !important;
    width:100%;
}
.input-percorso-ora-inactive
{
    background-image: url("../Images/time-gray.png");
    background-repeat: no-repeat;
    padding-left: 30% !important;
    width:100%;
}
.white-bg {
    background-color:#ffffff !important;
    font-weight:bold;
}
@media (max-width: 767px) {
  .tab-content-button
 {
    font-size: 22px;
    background-color: #2c2664 !important; 
    color: #FFF;
  }
}

.tempo-reale-container
{
    margin:0;
    padding-left:0px;
    float:left;
}

.fake
{
    background-color: rgba(255, 0, 0, 0);
    font-family: 'Roboto Condensed';
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    float:left;
}

.tempo-reale
{
    letter-spacing: 1px;
    color:#fff;  
    text-transform: none;
    max-height:250px;
}
    .tempo-reale h3 {
    font-family: 'Roboto Condensed Bold';
    text-align:center;
    }   
@media (max-width:991px) {
    .tempo-reale {
        padding-top: 20px;
    }
    }
@media (max-width:767px) {
    .tempo-reale {
        font-size: 25px;
    }
}

.tempo-reale-descrizione
{
    letter-spacing: 1px;
    font-size: 11px;
    color:#aba8c1;  
    text-transform: none;
}

.tempo-reale-button
{
    /*font-family: 'Roboto Condensed Light';*/
    font-size: 12px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    text-transform:uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding: 10px;
    width: 100%;
    background-color: #2c2664;
}


@media (max-width: 767px) {
  .tempo-reale-button
 {
    font-size: 19px;
    text-align: center;
  }
}
.scalo {
        text-align:center;
    }
   .scalo.active{
    color:#ccc !important;
    } 
.testo-seleziona-scalo
{
    letter-spacing: normal;
}

.ddl-scali {
    height:250px;
    overflow-y:scroll;
}
@media (max-width: 767px) {
  .testo-seleziona-scalo

 {
    font-size: 19px;
    text-align: center;
  }
}



.testo-scegli-lago
{
    letter-spacing: normal;
}

.dd-lago
{
    overflow: hidden;
}

.dd-lago li:hover
    {
        background-color: blue;
        color: white;
    }

.dd-tempo-reale
{
    background-color:rgba(166, 25, 100 ,1);
    color: white;
    border: 1px solid rgba(255,255,255,1);
    overflow: scroll;
    height: 200px;
}

.dd-tempo-reale li:hover
    {
        background-color: blue;
        color: white;
    }

/***********real-time status***********/
.stato-lago
{
    font-size: 13px;
    text-align:center;
    color: #808080;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    text-transform:uppercase;
    padding:3px;
    margin:5px 0;
}    
.stato-lago p
    {
        margin-bottom:0;
    }
.stato-lago img
    {
        margin-right:3px;
        margin-top:-3px;
    }
@media (min-width:767) and (max-width:991px) {
    .stato-lago {
        font-size:12px;
    }
    .stato-lago img
    {
        margin-top:0px;
    }
}


/***********scroll-down***********/
.espandi
{
    font-family: 'Roboto Condensed Light';
    font-size: 18px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 3%;
}

.font30 {
    font-size:32px !important;
}

/***********box News************/

.box-news
{
    background-color:#95d500;
    margin-top:30px;
    padding-bottom: 30px;
    font-size:15px;
}
    .box-news h3 {
        color:white;
    font-size: 22px;
    text-transform:uppercase;
    font-weight:bold;
    text-align: center;
    }
.box-news-tag
{
    background-color: #5cb85c;
    color:white;
    font-weight:normal;
    font-size: 12px;
    float: left;
    margin: 2%;
    padding:1%;
    border-radius: 3px;
    font-family: 'Roboto Medium';
}
.no-news-tag
{
    background-color: transparent;
    color:white;
    font-weight:normal;
    font-size: 12px;
    float: left;
    margin: 2%;
    padding:1%;
    border-radius: 3px;
    font-family: 'Roboto Medium';
}
    .box-news-tag:first-child {
        margin-left:0;
    }
.box-news-tag-container
{
    width:100%;
    float:left;
}


.box-news-item-title a
{
    font-family: 'Roboto Slab Regular';
    color:#333;
    cursor:pointer;
}

/************app***********/
.box-app
{
    background-color: #80cff1;
    border-radius: 15px;
    font-family: 'Roboto Slab Regular';
    font-size: 20px;
    text-align: center;
    color:#fff;
    margin-top:20px;
    padding:7px;
    display:table;
    clear:both;
    width:100%;
    min-height:100px;
}


.box-app-title p{
    min-height:60px;
    display:block;
}
@media (max-width:991px) {
    .box-app-title
    {
        float:right;
        text-align:left;
        margin: 10px 0 10px 0;
    }
    .height {
        min-height:106px;
    }
}

.grass-bg
{
    background-image:url('../Images/bg-grass.png');
    background-repeat:repeat;
    margin-bottom:30px;
}

@media (max-width: 767px) {
  .grass-bg {
    background-image: none;
  }
    
}

/********footer*********/
.footer p {
    margin-bottom:6px;
}
.bottom-menu
{
    background-color: #c2c2c2;  
    width:100%;  
    float:left;
    padding-top:2%;
    padding-bottom:5%;
}

.box-menu-footer
{
    text-align: left;
    width:70%;
    margin-left: 15%;
}

@media (max-width:767px) {
    .box-menu-footer {
        margin-top: 5%;
        margin-bottom: 3%;
    }
    .box-menu-footer p{
        margin: 0 0 3px;
    }
}

.bottom-menu-title
{
    font-family: 'Roboto Condensed Light';
    font-size: 16px;
    color: #ffffff;
    text-transform:uppercase;
}

.bottom-menu-item
{
    font-family: 'Roboto Condensed Light';
    font-size: 14px;
    color: #ffffff;
}

@media (max-width:767px) {
    .bottom-menu-item {
        font-size: 16px;
    }
}

.bottom-menu-social
{
    padding-top:15%;
    float:left;  
    width:100%;  
}

.bottom-menu-social img
{
    margin:0 2% 0 2%;
}

.credits
{
    padding-bottom:20px;
    background-color:#2c2664;
    text-align:center;
    height:40px;
    color: #ffffff;
    text-transform:uppercase;   
    width: 100%;
}
.credits-txt {
    font-family: 'Roboto Condensed Light';
    font-size: 13px;
}
.footer {
    text-align:center;
}
.footer-content {
    border-top:1px solid #000000;
    font-family: 'Roboto Condensed Light';
    padding:20px;
    font-size:16px;
}
    .footer-content a {
        color:#333333;
    }
        .footer-content a:hover {
            text-decoration:underline;
        }
@media (max-width: 767px) {

    .site-footer {
        font-size: 12px;
        min-height:40px;
    }
}



/*-----------------------modal box -----------------*/
.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    right:0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*background-color: rgba(0,0,0,0.7);  Black w/ opacity*/ 
}
.modal-black-bg {
    background-color: rgba(0,0,0,0.8) !important;
}
.bg-mymodal {
    background-color: rgba(86,81,131,0.8);
}
.modal-content {
    overflow:hidden;
}
.bigClose {
    position:absolute;
    top:-30px;
    right:5px;
    
}
.bigClose button{
    color:#fff !important;
    opacity:0.8 !important;
}
    .bigClose button:hover {
        opacity: 1 !important;
    }
    .modal-backdrop.in {
    opacity:0.8;
    background-color:#2c2664;
}
#eventCarousel .thumbnail {
    background-color:transparent;
    border:none;
}
    #eventCarousel .thumbnail > img {
        border-radius:5px;
    }
#eventCarousel .col-sm-1 {
}
/*--------------------------------------------------*/
.breadcrumbs, .page-title {
    text-transform:uppercase;
}
@media (max-width: 767px) {
    .page-title .btn-red {
        width:100%;
    }
}
.page-title h1 {
    margin-top:10px;
    letter-spacing:1px;
}
/*---------------------info lago page---------------*/

.scali-maggiore-como {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}
.scali-garda {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
@media (max-width: 991px) {
    .scali-maggiore-como {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
    .scali-garda {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
}
@media (max-width: 767px) {
    .scali-maggiore-como {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
    .scali-garda {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}
.no-padd b {margin-top:3px;
}



.info ul{
    list-style:none;
    padding-left:0;
    font-size:16px;
    color:#498BC4;
}
    .info ul li {
        border-bottom:1px solid #cccccc;
        padding:3px 0;
    }
.scali ul{
    float:left;
    list-style:none;
    font-size:14px;
}
.no-padd {
    padding:0px !important;
}
.regione {
    font-weight:bold;
    margin-top:5px !important;
    margin-bottom:3px !important;
}
    
.scalo-btn {
    border:none;
    background-color:transparent;
    padding:1px;
    text-align:left;
}
    .scalo-btn:hover {
        text-decoration:underline !important;
    }
@media (min-width: 768px) {
    #dettaglioLocalita .modal-dialog {
        width: 750px;
    }

    #modal1 .modal-dialog {
        width: 700px;
    }
}
@media (max-width: 767px) {
#dettaglioLocalita  .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
        width: auto;
    }
}
.img-localita {
    width:100%;
    /*max-height:320px; aurora*/
}
.lista-eventi {
    margin-bottom:20px;
}
.evento {
    padding:20px 0;
    background-image:url('../Images/onda.png');
    background-repeat:no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
background-position:center;
background-repeat:no-repeat;
}
/*--------menu laterale---------*/
.left-menu {
    float: left;
    font-size: 15px;
    list-style: outside none none;
    margin:0;
    width:100%;
    padding: 5px 0;
    text-align: left;
    font-family: 'Roboto Condensed Regular';
}
    .left-menu a, .left-menu input {
        color:#498bc4;
        padding:3px 5px;
        text-decoration:none;
        display:block;
        text-transform:uppercase;
    }
    .left-menu a:hover, .left-menu .active a, .left-menu input:hover, .left-menu input.active  {
        background-color:#498bc4;
        color:#ffffff;
        cursor:pointer;
    }
    .left-menu .divider {
         background-color: #e5e5e5;
        height: 2px;
        margin: 9px 0;
        overflow: hidden;
    }
    /*--------------dettaglio scalo--------------*/

.dettaglio-info {
    list-style:none;
    padding-left:0;
    color:#428BCA;

}
    .dettaglio-info li {
        border-bottom:1px solid #cccccc;
        padding:4px 0;
    }
    .dettaglio-info li i, .btn-dettaglio i{
        padding-right:6px;
    }

.btn-dettaglio {
     background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color:#498BC4;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 auto 20px;
    outline: medium none;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
    .btn-dettaglio:hover {
        border-color:#498BC4;
        background-color:#eeeeee;
    }
    .btn-dettaglio:focus {
        background-color:#cccccc;
    }

.btn-def {background: transparent none repeat scroll 0 0;
    
    border-radius: 7px;
    cursor: pointer;
    margin: 0 auto 20px;
    outline: medium none;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-size:16px;
}
    .btn-def:hover {
        background-color:#eeeeee;
    }
    .btn-def:focus {
        background-color:transparent;
    }
.btn-red {
     border: 1px solid #C70100;
    color:#C70100;
}
    
.btn-black {
    border: 1px solid #000000;
    color:#000000;
}
.btn-blu {
    border: 1px solid #2c2664;
    color:#2c2664;
    background-color:#eeeeee;
    letter-spacing:1px;
    padding-left:40px;
    padding-right:40px;
}
.btn-nostyle {
    background-color:transparent;
    border:0;
}
@media (max-width: 767px) {
    .Mtop
  {
    margin-top:25px;
  }
}
/*------------accordion risultati orari corse*/
.active-pag {
     cursor: not-allowed !important;
     font-weight:bold;
     text-decoration:underline !important;
}
.my-pagination {
    margin-top:10px;
}
.my-pagination > li {
    display:inline;
    padding:10px;
}
    .my-pagination > li > a {
        color:#333333;
    }

.my-pagination > li > a:hover {
    cursor:pointer;
    text-decoration:underline;
    font-weight:bold;
}
.small-lightblu-icon {
    color:#428BCA;
    font-size:12px;
}
.panel-soluzione > .panel-heading, .slim-accordion .panel-heading{
     background-color:transparent;
     border-bottom:1px solid #cccccc;
}
.panel-soluzione .panel-title {
    font-weight:bold;
    font-size:20px;
     width:100%;
    display:inline-block;
}
@media (max-width: 767px) {
    .panel-soluzione .panel-title {
        font-size:15px;
    }
    .span-heading {
        font-size:13px;
    }
}
    .panel-soluzione .panel-title > a {
        /*display:inline-block;*/
    }
.panel-soluzione .list-group {
    border-top:0 !important;
}

.span-heading {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; 
}
    .span-heading:not(:last-child) {
    }
.list-corsa {
    display: inline-block;
    width: 100%;
    border-bottom:1px solid #cccccc;
    border-top:0;
}
    .list-corsa:last-child {
        border-bottom:1px solid #cccccc !important;
    }
.list-corsa span{
    display:block;
}
.panel-heading .if-opened:after {
    color:#f18e04 !important;
}
.panel-title a {
    text-decoration:none;
    display:block;
}

.modal-header {
    border:0;
    text-align:center;
}
.panel-heading.on {
    color:#f18e04;
}
.slim-accordion {
    margin-top:30px;
    margin-bottom:50px;
}
.slim-accordion a {
    display:block;
}
.accordion-ul {
    padding-left:0;
}
.accordion-ul a{
    color:#333333;
}
.accordion-ul li {
    list-style:none;
}
.accordion-ul li h5{
    font-weight:bold;
}
/*-----------------sotto pagine "chi siamo" */

/*-----lavora */
@media (max-width: 991px) and (min-width: 768px) {
    .box-radio span{
        font-size: 10px;
    }
}
.jumbo-header-ancora {
     background-image:url('../Images/ancora_blu.png');
    background-repeat:no-repeat;
    background-color:#c5def8;
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
background-position:left;
padding:40px 30px 20px 30px;
font-size:22px;
margin-bottom:40px;
border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background-size: 10.5%;
background-position: left bottom;
}
.jumbo-header {
    background-color:#c5def8;
    padding:20px;
    margin-bottom:40px;
     border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.jumbo-header-senape {
    background-color:#F59E00;
    padding:20px;
    padding-top:40px;
    margin-bottom:40px;
    font-size:22px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    line-height: 26px;
}
.form {
    border:5px solid #c5def8;
    border-top:none;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    float:left;
}
.nota:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom:10px;
}
.nota img {
    float:left;
}
.nota p {
    display:table;
}
/*----------noleggio*/
 .nolo > .item > img {
    height:300px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.slide-nolo {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow:hidden;
}
    .slide-nolo > .carousel-indicators {
        bottom:40px;
    }
.row-form {
    border-bottom:1px solid #ccc;
    padding:5px;
}
.noleggio select {
    float:right;
    margin-bottom:1px;
    width: 60%;
}

.noleggio .inputTime {
    float:right;
    margin-bottom:1px;
    width: 60%;
}
.noleggio .no-border {
    color:#000000;
    padding-left:7px;
}
/*----------faq*/
.big {
    font-weight:bold;
    font-size:20px;
    font-family: 'Roboto Medium';
}
.slim-accordion h4.panel-title {
    font-weight:bold;
}
.filtro {
    color:#E6007D;
    display:block;
    font-size:16px;
    padding:5px;
}
    .filtro:hover, .filtro:active {
        background-color:#428bca;
        color:#ffffff;
    }
.rassegna .filtro {
     color:#9792C7;
}
/*----------contatti*/
.border-bott-blu {
    border-bottom:1px solid #2c2664;
    padding:7px 0;
    list-style:none;

}
    .border-bott-blu:last-child {
        border:none;
    }

.border-bott-black {
    border-bottom:1px solid #000000;
    padding:7px 0;
    list-style:none;

}
    .border-bott-black:last-child {
        border:none;
    }
    .border-bott-black a {
        display:block;
    }
.banda-blu {
    background-color:#2c2664;
    color:#ffffff;
    padding:10px;
}
h4.banda-blu {
    margin-top:0;
}
#contattiGarda.in,
#contattiGarda.collapsing,
#contattiMaggiore.in,
#contattiMaggiore.collapsing,
#contattiComo.in,
#contattiComo.collapsing {
    display: block!important;
}
/*----------news*/
.filtro input {
    margin-right:5px;
}
.tag {
    background-color:#95D500;
    color:#ffffff;
    padding:2px 4px;
    border-radius:5px;
    margin-right: 5px;
}
.no-tag {
    background-color:transparent;
    color:#ffffff;
    padding:2px 4px;
    border-radius:5px;
    margin-right: 5px;
}
.testo-news {
    font-size:16px;
}
.word-wrap {
    word-wrap:break-word;
}
.img-container {
    /*max-height:320px;*/
    overflow:hidden;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.img-container-iniziativa {
    /*max-height:298px;*/
    overflow:hidden;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.social a {
    color:#333;
    margin-right:10px;
    display:inline-block;
}
.social i {
    margin:0 2px;
}
/*----------flotta*/
.serie-nave {
    font-family: "Roboto Condensed Regular";
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:3px 5px;
}
.nome-nave{
    color:#498BC4;
    font-size:15px;
}
.num {
    font-size:30px;
    font-weight:bold;
    margin-left:-15px;
    line-height:70%;
}

@media (max-width: 767px) {
    .nome-nave{
    font-size:13px;
}
    
}
.bottom > * {
    vertical-align:bottom;
    float:none;
    display:inline-block;
    font-family:'Roboto Medium';
}



.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -8.33%; }
.onebyone-carosel .active.right { left: 8.33%; }
.onebyone-carosel .next { left: 8.33%; }
.onebyone-carosel .prev { left: -8.33%; }

.carousel-control-thumbs.left {
    width:5%;
    margin-top:-15px;
    background:none;
}
.carousel-control-thumbs.right {
    width:5%;
    margin-top:-15px;
    background:none;
}

/*-----------------concorsi*/
.concorso {
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom: 1px solid #cccccc;
}
/*modal box margin top*/
.modal-dialog {
    margin-top:60px !important;
}

.arrow {
    width:70px;
    height:70px;
    padding:15px;
    background-color:#000;
    position:absolute;
    color:#fff;
    border:0;
}
.left-arrow {
    left:-70px;
    top:400px;
}
.right-arrow {
    right:-70px;
    top:400px;
}

.table,  .table tr, .table td, .table th{
    border-color:#ddd;
}

.top20 {
    margin-top:20px;
}

.bg_color {
    background-color: #2c2664;
}

.btnDisabled {
    background-color:#ECF0F1;
    color:#9f9f9f;
    border-color:#9f9f9f;
}

.btnEnabled {
    background-color:#EAECEE;
    color:black;
    border-color:black;
}