

.eventi .data {
    width: 70px;
    height: 70px;
    z-index: 9999;
    color: #FFFFFF;
    margin: 5px 5px;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.81);
}

.eventi .giorno {
    font-size: 25px;
}

.eventi .mese {
    line-height: 10px;
}

.eventi .anno {
    line-height: 20px;
}

.evento-details {
    padding: 10px;
}

.evento-details .titolo-evento {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.evento-details img {
    margin-bottom: 10px;
}

.evento-details .titolo, .evento-details .details {
    text-align: center;
}

* {
    outline: 0 !important;
}

body {
    overflow-y: scroll;
}

body a {
    color: #ED8B40;
}

body a:focus, body a:hover, body a:active {
    text-decoration: none;
    color: #ec8332;
}

body .sottotitolo {
    margin-top: 0;
    text-transform: uppercase;
}

body .wrapper-breadcrumb {
    margin-bottom: 30px;
}

body .wrapper-breadcrumb h1.titolo {
    margin-bottom: 0;
}

body .margin-top {
    margin-top: 15px;
}

body .wrapper {
    font-size: 15px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body .wrapper h1, body .wrapper h2, body .wrapper h3, body .wrapper h4, body .wrapper h5, body .wrapper h6 {
    font-weight: 600;
    color: #ED8B40;
    text-transform: uppercase;
}

body .wrapper h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

body .wrapper ol, body .wrapper ul {
    margin-top: 15px;
    margin-bottom: 25px;
}

body iframe {
    width: 100%;
    border: none;
}

body iframe.mappa {
    height: 550px;
}

body iframe.box-facebook {
    height: 183px;
    margin-top: 0;
    margin-bottom: 0;
}

body .carousel-inner > .item > img {
    width: 100%;
    margin: 0 auto;
}

p.contatti span {
    margin-right: 15px;
}

body h1.titolo, body h3.titolo {
    margin-top: 0;
    font-size: 28px;
    font-weight: 400;
    color: #ED8B40;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}

body ul.breadcrumb {
    margin: 0;
    text-align: right;
    padding: 10px 0 0 0;
    background: transparent;
}

body ul.breadcrumb li {
    text-transform: uppercase;
}

body ul.breadcrumb li a {
    color: #ED8B40;
}

body ul.breadcrumb li + li::before {
    color: #615E5E;
    content: " \00BB";
    font-family: 'FontAwesome'
}

#mappa-club {
    margin-top: 10px;
    min-height: 440px;
}

.wrapper-club {
    padding: 15px;
    border-radius: 5px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

.wrapper-club ul.club {
    margin-bottom: 0 !important;
    padding-left: 0;
    list-style: none;
}

.wrapper-club ul.club li {
    height: 50px;
    background-image: url("../images/star.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.wrapper-club ul.club li + li {
    margin-top: 9px;
}

.wrapper-club ul.club li > a {
    display: block;
    padding-top: 12px;
    padding-left: 70px;
    padding-bottom: 12px;
}

.wrapper-club ul.club li > a:hover, .wrapper-club ul.club li > a:focus {
    color: #eb7d29;
}

.wrapper-club ul.club li > a > span {
    font-size: 17px;
    font-weight: bold;
}

.wrapper-club ul.club.apertura, .wrapper-club ul.club.prevendita {
    margin-bottom: 0 !important;
}

.wrapper-club ul.club.apertura li > a, .wrapper-club ul.club.prevendita li > a {
    color: #848280;
}

.wrapper-club ul.club.apertura li > a:hover, .wrapper-club ul.club.apertura li > a:focus, .wrapper-club ul.club.prevendita li > a:hover, .wrapper-club ul.club.prevendita li > a:focus {
    color: #777573;
}

footer.footer {
    margin-top: 20px;
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url("../images/footer.png");
}

footer.footer .wrapper-footer {
    padding: 40px 0 30px 0;
    color: #d5d5d5;
    background-color: rgba(0, 0, 0, 0.5);
}

footer.footer .wrapper-footer .fa {
    margin-right: 8px;
    color: #d5d5d5;
}

footer.footer span.footer-widget {
    width: 100%;
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #222222;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}

footer.footer span.footer-widget .fa {
    color: #ED8B40;
    margin-right: 10px;
}

footer.footer ul.menu-nav, footer.footer ul.menu-club {
    /*margin: 0 0 40px 0;*/
    padding-left: 0;
    list-style-type: none;
}

footer.footer ul.menu-nav li + li, footer.footer ul.menu-club li + li {
    margin-top: 7px;
}

footer.footer ul.menu-nav li > a {
    transition: color linear 0.3s;
    color: #d5d5d5;
}

footer.footer ul.menu-nav li > a:focus, footer.footer ul.menu-nav li > a:active, footer.footer ul.menu-nav li > a:hover {
    transition: color linear 0.3s;
    color: #ED8B40;
}

footer .info-footer {
    color: #FFFFFF;
    padding: 20px 0;
    background: #ED8B40;
    border-bottom: 2px solid #eb7d29;
}

footer .info-footer p {
    font-size: 15px;
}

footer .info-footer p:last-child {
    margin-bottom: 0;
}

footer .info-footer a {
    color: #FFFFFF;
}

footer .info-footer a:hover, footer .info-footer a:focus, footer .info-footer a:active {
    color: #FFFFFF;
    text-decoration: underline;
}


.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    cursor: pointer;
}

.blueimp-gallery .modal-footer {
    margin: 0;
}

.blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blueimp-gallery .modal-body .video-content video {
    display: none;
}

.blueimp-gallery .modal-body .video-playing video {
    display: block;
}

.blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%
}

.blueimp-gallery .modal-body .video-playing iframe {
    left: 0;
}

.blueimp-gallery .modal-body .video-playing img, .blueimp-gallery .modal-body .video-playing a {
    display: none;
}

.blueimp-gallery .modal-body .video-content a {
    cursor: pointer;
}

.blueimp-gallery .modal-body .video-content a:after {
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    content: "\e029";
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.blueimp-gallery .modal-body .video-loading a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery .modal-body .video-loading a:after {
    content: none;
}

@media screen and (min-width: 768px) {
    .blueimp-gallery .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-left: 5%;
        padding-right: 5%
    }
}

.informativa-cookie {
    font-size: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 2;
    position: fixed;
    text-align: center;
    padding: 10px 10px 5px 10px;
    background-color: #FFFFFF;
    border-top: 3px solid #ED8B40;
}

.informativa-cookie button {
    margin-right: 10px;
}

/*
nav.navbar {
padding: 20px 0 !important;
border-bottom: 1px solid #efefef;
}

nav.navbar a.logo {
display: block;
text-align: center;
}

nav.navbar a.logo img {
width: 100%;
max-width: 100%
}
nav.navbar ul#main-menu {
float: right;
}

nav.navbar ul#main-menu > li {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
transition: color linear 300ms;
font-family: "Roboto Condensed", Helvetica, sans-serif;
}

nav.navbar ul#main-menu > li:first-child > a {
margin-left: 0;
}

nav.navbar ul#main-menu > li:last-child > a {
margin-right: 0;
}

nav.navbar ul#main-menu > li.active > a {
color: #ED8B40;
}

nav.navbar ul#main-menu > li > a {
color: #685e58;
text-decoration: none;
padding: 12px 0 11px 0;
transition: color linear 200ms;
}

nav.navbar ul#main-menu > li > a:focus, nav.navbar ul#main-menu > li > a:hover, nav.navbar ul#main-menu > li > a:active {
color: #ED8B40;
text-decoration: none;
background-color: transparent;
transition: color linear 300ms;
}

nav.navbar ul.dropdown-menu {
min-width: 200px;
border-radius: 0;
border-top: 3px solid #ED8B40;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
}

nav.navbar ul.dropdown-menu li {
font-size: 14px;
font-weight: normal;
text-transform: none;
}

nav.navbar ul.dropdown-menu li.active > a {
color: #FFFFFF;
background-color: #ED8B40;
}

nav.navbar ul.dropdown-menu li.active > a .fa {
color: #FFFFFF;
}

nav.navbar ul.dropdown-menu li.grigio > a {
color: #808080;
}

nav.navbar ul.dropdown-menu li.divider {
background-color: #ED8B40;
}

nav.navbar ul.dropdown-menu li a {
padding: 7px 15px;
}

nav.navbar ul.dropdown-menu li a .fa {
color: #ED8B40;
margin-right: 8px;
}


li > ul.sub-menu {
display: none;
}

li:hover > ul.sub-menu {
display: block !important;
}

li:hover > ul.sub-menu > li > ul.sub-menu {
display: none !important;
}

li:hover > ul.sub-menu > li:hover > ul.sub-menu {
display: block !important;
}
*/


form textarea:focus, form input[type='text']:focus {
    border-color: #ED8B40;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 139, 64, 0.6);
}

form#franchising {
    margin-top: 3px;
    padding: 9px 14px;
    border-radius: 4px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

form#franchising .etichetta {
    margin-top: 5px;
    margin-bottom: 15px;
}

form#franchising label {
    display: inline;
    /*margin-bottom: 3px;
    */ font-weight: normal;
}

form#franchising textarea {
    resize: none;
    min-height: 70px;
}

form#contatti textarea {
    resize: none;
    max-width: 100%;
    min-height: 189px;
}

form#contatti select.oggetto {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/caret-select.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

form#contatti select:focus {
    border-color: #ED8B40;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 139, 64, 0.6);
}

form#contatti button.btn-invia {
    color: #FFFFFF;
    background-color: #ED8B40;
}

.wrapper.abbonamenti img {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

.wrapper.abbonamenti .wrapper-abbonamento {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    transition: margin-top 500ms linear;
}

.wrapper.abbonamenti .wrapper-abbonamento .abbonamento {
    width: 100%;
    padding: 25px 30px;
    text-align: center;
    box-sizing: border-box;
}

.wrapper.abbonamenti .wrapper-abbonamento:hover {
    margin-top: -10px;
    transition: margin-top 300ms linear;
}

.wrapper.abbonamenti .wrapper-abbonamento.evidenza {
    border-color: #F7A900;
}

.wrapper.abbonamenti .wrapper-abbonamento.evidenza .nome {
    font-weight: 400;
    color: #ED8B40;
}

.wrapper.abbonamenti .wrapper-abbonamento.evidenza::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #F7A900 transparent transparent transparent;
}

.wrapper.abbonamenti .wrapper-abbonamento.evidenza::after {
    top: 6px;
    left: 9px;
    color: white;
    content: "\f00c";
    font-size: 1.4rem;
    position: absolute;
    font-family: "FontAwesome";
    text-shadow: 0 0 2px #F7A900;
}

.wrapper.abbonamenti .btn {
    width: 100%
}

.wrapper.abbonamenti .nome {
    margin-top: 0;
    color: #565656;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.wrapper.abbonamenti .prezzo {
    margin-top: 7px;
    font-weight: bold;
}


    .wrapper.abbonamenti .prezzo::after {
        font-weight: normal;
    }

.wrapper.abbonamenti .dieta {
    margin-top: 7px;
    font-weight: bold;
}

.wrapper.abbonamenti .dieta::after {
    font-weight: normal;
   
}

.wrapper.abbonamenti .info {
    color: #B5B5B5;
    font-size: 12px;
    font-style: italic;
}

.wrapper.abbonamenti hr.hr {
    height: 1px;
    border: none;
    background-color: #dedede;
}

.wrapper.abbonamenti .trial {
    bottom: -20px;
    color: #F7A900;
    font-size: .9rem;
    font-weight: 600;
    position: relative;
    border-radius: 15px;
    display: inline-block;
    background-color: white;
    border: 1px solid #e4e4e4;
    padding: 2px 21px 2px 21px;
}

.wrapper.abbonamenti ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 30px;
}

.wrapper.abbonamenti ul li.pricing {
    margin-bottom: 15px;
}

.wrapper.abbonamenti ul li.pricing::before {
    color: #F7A900;
    content: "\f00c";
    font-size: 1.3rem;
    margin-right: 3px;
    font-family: "FontAwesome"
}

.wrapper.abbonamenti .checkIcon {
    content: "\f00c";
    font-family: "FontAwesome"
}

#slide-home {
    margin-top: -20px;
}

#slide-home .carousel-indicators {
    bottom: 10px;
}

#slide-home .carousel-indicators li {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px #f1a76f;
}

#slide-home .carousel-indicators li.active {
    background-color: #ED8B40;
}

#slide-club {
    margin-top: -10px;
    margin-bottom: 30px;
}

#slide-recensioni {
    min-height: 165px;
    border-radius: 3px;
    padding: 20px 0 10px 0;
    color: #FFFFFF;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.62);
}

#slide-recensioni .carousel-inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#slide-recensioni .carousel-inner > .item {
    font-size: 13px;
}

#slide-recensioni .carousel-control {
    opacity: 1;
    color: #ED8B40;
    text-shadow: none;
    background-image: #000000;
}

#slide-recensioni h4.autore {
    margin-top: 0;
    margin-bottom: 10px;
}

#slide-recensioni .fa {
    color: #ED8B40;
}

/*@media screen and (min-width: 768px) {
nav.navbar ul#main-menu {
margin-top: 20px;
}

nav.navbar ul#main-menu > li > a {
margin: 0 7px;
}
}*/

@media screen and (max-width: 767px) {
    /*nav.navbar ul#main-menu {
    float: none;
}

nav.navbar a.logo img {
width: 60%
}*/

body .wrapper-breadcrumb h1.titolo {
    text-align: center;
}

body ul.breadcrumb {
    display: none;
    text-align: left;
}
}

/*@media screen and (min-width: 768px) and (max-width: 991px) {
nav.navbar a.logo img {
width: 30%;
margin-bottom: 10px;
}

nav.navbar ul#main-menu {
float: none;
margin: 0 auto;
display: table !important;
}

body #mappa-club {
height: 300px;
}
}*/

body .padding-top {
    padding-top: 15px;
}

body .header-centro {
    color: #FFFFFF;
    padding: 80px 0px;
    margin-top: -20px;
    margin-bottom: 30px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body .header-centro h1.titolo {
    color: #fff;
}

body .header-centro a, body .header-centro + li:before, body .header-centro .breadcrumb li a, body .header-centro .breadcrumb li + li:before {
    color: #FFFFFF;
}

body .header-titolo {
    margin-bottom: 30px;
    padding: 40px 0px;
    margin-top: -20px;
    background-image: url("../images/slidebg.png");
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
}

body .img-star {
    transition: all linear 300ms;
}

body .img-star:hover {
    transition: all linear 300ms;
}

body h2.titolo {
    margin-top: 0;
    font-size: 19px;
    color: #ED8B40;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}

body .videobtn {
    color: #fff;
    padding: 10px;
    width: 100% !important;
    background-color: #ED8B40;
}

body .videobtn:hover {
    color: #fff !important;
}

body .wrapper-servizi {
    background-image: url("../images/bg-servizi.jpg");
}

body .second-wrapper {
    width: 100%;
    display: table;
    color: #FFFFFF;
    margin: 30px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

body .second-wrapper.content {
    color: #000;
}

body .second-wrapper.wrapper-servizi {
    padding: 30px 0;
    background-image: url("../images/bg-servizi.jpg");
}

body .second-wrapper.wrapper-servizi .titolo {
    font-weight: bold;
}

body .second-wrapper.wrapper-ilbrand {
    height: 300px;
    background-image: url("../images/bgilbrand.jpg");
}

body .second-wrapper.wrapper-ilbrand h1 {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}

body .gallery {
    margin: 4px;
    display: inline-block;
}

body .gallery img {
    border-radius: 3px;
    border: 2px #fff solid;
    box-shadow: 0px 0px 4px #9d9d9d;
}

body .servizi .img-circle {
    border: 4px solid #ED8B40;
    transition: all linear 200ms;
}

body .servizi .img-circle:hover {
    transition: all linear 200ms;
}

body .servizi .item {
    margin: 15px 0;
    min-height: 300px;
}

body hr {
    height: 40px;
    border: 0px;
    background-image: url("../images/hr.png");
    background-position: center center;
    background-repeat: repeat-x;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}

input.offset-destra {
    margin-right: 12px;
}

input.offset-sinistra {
    margin-left: 12px;
}

.text-uppercase {
    text-transform: uppercase;
}

.strong {
    font-weight: bold;
}

/*.navbar-toggle {
margin: 0;
float: none;
color: #ED8B40;
padding: 10px 15px;
border: 1px solid #ED8B40;
}*/

.img-thumbnail {
    width: 100%
}

.arancione {
    color: #ED8B40 !important;
}

.btn-arancione {
    color: #FFFFFF;
    background-color: #ED8B40;
}

.btn-arancione:hover, .btn-arancione:focus, .btn-arancione:active {
    color: #FFFFFF;
    background-color: #eb7d29;
}

.em, .italic {
    font-style: italic;
}

.nero {
    color: #222222;
}

.clear {
    clear: both;
}

.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fullwidth {
    width: 100%
}

.margin-top {
    margin-top: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.progress-container p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.progress-container .progress {
    height: 25px;
}

.progress-container .progress .progress-bar {
    font-size: 15px;
    line-height: 25px;
    transition: none !important;
}

.progress-container .progress .progress-bar.fitactive {
    background-color: #ED8B40;
}

nav, .nav {
    position: relative;
    z-index: 1;
}

.droptitle-nolink {
    background-color: #FFFFFF !important;
}

ul {
    list-style: none;
    list-style-type: none;
}

li {
    list-style: none;
    list-style-type: none;
}

a {
    list-style: none;
    list-style-type: none;
}

.dropdown-large {
    position: static !important;
    list-style-type: none;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    list-style-type: none;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    margin: auto;
    list-style-type: none;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #333333;
    font-size: 15px;
}

.dropbtn {
    margin-left: 10px;
    background-color: transparent;
    margin-right: auto;
    padding: 7px 13px;
    list-style-type: none;
    font-size: 13px;
    border: none;
    text-align: left;
    font-weight: normal;
    min-width: 180px;
}


.dropbtn .caret {
    transform: rotate(-90deg);
}

.dropright {
    position: relative;
    display: block;
}

.dropright-content {
    display: none;
    position: absolute;
    padding: 3px 18px;
    background-color: #fff;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    left: 160px;
    top: -64px;
}
/*men� citt� interno regioni*/
.dropright-content a {
    color: #333333;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    background-color: transparent;
}

.dropright-content > a:hover {
    background-color: #f5f5f5;
    color: #333333;
}
/*questa � la linea che dovrebbe rendere l'hover del sottomen� arancione:  mancano i "<li>" nelle righe della navbar*/

.dropright-content > a[active] {
    background-color: #eb7d29;
    color: #fff;
}

.dropright:hover .dropright-content {
    display: block;
    margin: 5px 0px;
}

.dropright:hover .dropbtn {
    background-color: #f5f5f5;
}

.dropright:hover .dropbtn {
    background-color: #f5f5f5;
}

.dropright:hover {
    background-color: #f5f5f5
}

@media screen and (max-width: 600px) {

    .dropdown-menu-large {
        margin-left: auto;
        margin-right: auto;
    }



    .dropdown-menu-large > li {
        margin-bottom: 0;
        list-style-type: none;
    }

    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
        list-style-type: none;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 7px 15px !important;
    }

    .dropdown-header:hover .collapse {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        top: 15px;
        left: 130px;
    }

    .dropdown-menu-large > li > ul {
        margin-bottom: 0;
        list-style-type: none;
    }

    .dropdown-menu-large > li > ul > li {
        margin-bottom: 0;
        list-style-type: none;
    }

    .dropdown-menu-large > li > ul > li > a {
        margin-bottom: 0;
        list-style-type: none;
    }
}
/*
#ricerca-group {
margin-bottom: 20px;
}

#ricerca-group .input-group-addon {
padding: 10px 15px;
font-size: 28px;
color: #ed8b40;
}

#ricerca {
padding: 24px 15px;
font-size: 28px;
color: #ed8b40;
text-transform: uppercase;
}

#ricerca::placeholder {
text-transform: none;
}
*/
#ricerca {
    padding: 24px 15px;
    font-size: 28px;
    color: #ed8b40;
    text-transform: uppercase;
}
#ricerca-group .input-group-addon {
    padding: 10px 15px;
    font-size:28px;
    color: #ed8b40;

}
#ricerca-group .input-group-addon {
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 0 10px 10px;
    font-size:28px;
    color: #ed8b40;
}
#ricerca {
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: none;
    z-index:0;
    padding: 24px 15px;
    font-size: 28px;
    color: #ed8b40;
    text-transform: uppercase;
}
#ricerca:focus {
    border:1px solid #ccc;
    border-left: none;
}
#nores .alert {
    padding: 4px 15px;
    font-size: 28px;
    color: #ed8b40;
}

.singolo .panel {
    border-radius: 6px;
}

.singolo .panel-title > a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    font-size: 28px;
    font-weight: 400;
}

.singolo .panel-title > a > i {
    margin-right: 15px;
}

.singolo .panel-title > a[aria-expanded="true"] > i {
    transform: rotate(-180deg);
    transition-duration: 500ms;
}

.singolo .panel-title > a[aria-expanded="false"] > i {
    transition-duration: 500ms;
}
/*
@font-face  {

font-family:  'digital-7regular';

src:  url('digital-7-webfont.eot');

src:  url('digital-7-webfont.eot?#iefix') format('embedded-opentype'),
url('digital-7-webfont.woff2') format('woff2'),
url('digital-7-webfont.woff') format('woff'),
url('digital-7-webfont.ttf') format('truetype'),
url('digital-7-webfont.svg#digital-7regular') format('svg');

font-weight:  normal;

font-style:  normal;


}
*/


@font-face {
    font-family: 'LibelSuit';
    /*  	  src:  url('font/libel_suit/LibelSuitRg-Regular.eot');
    */
    src: url('font/libel_suit/LibelSuitRg-Regular.eot?#iefix') format('embedded-opentype'), url('font/libel_suit/LibelSuitRg-Regular.eot'), url('font/libel_suit/LibelSuitRg-Regular.woff2') format('woff2'), url('font/libel_suit/LibelSuitRg-Regular.woff') format('woff'), url('font/libel_suit/LibelSuitRg-Regular.ttf') format('truetype'), url('font/libel_suit/LibelSuitRg-Regular.svg#svgFontName') format('svg');
}

/**
*
*   CSS per nuova navbar
*
**/
/*posizionamento logo*/
.navbar .container-fluid {
    margin-bottom: 35px;
}
.navbar img {
    max-height: 100px;
}
/*ridimensione dell'hamburger*/
.navbar .navbar-toggle>i {
    font-size: 25px;
}
/*breakpoint a 1046px per evitare di andare a capo con il menu*/
@media (max-width: 899px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar img {
        margin-left: 26px;
    }
    .navbar-toggle {
        display: block;
        top: 30px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: position 200ms ease-in-out;
    }
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
/*allineamento verticale*/
@media (min-width: 900px) {
    .navbar-nav{
        top: 40px;
    }
}

/*colore e font dei link del menu*/
.navbar a{
    color: #685e58;
    font-size: 14px;
    font-weight: bold;
    transition: color linear 200ms;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
}
.nav>li>a {
    padding: 10px 25px;
    text-transform: uppercase;
}
.current-page {
    color: #ed8b40 !important;
    background-color: #fff;
}
.current-page-subMenu {
    color: #fff !important;
    background-color: #ed8b40 !important;
}
.nav>li>a:hover {
    color: #ed8b40;
    background-color: #fff;
}
.nav>li>a:focus {
    color: #685e58;
    background-color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #ed8b40;
    background-color: #fff;
}

/*multicolumn dropdown*/
.dropdown-menu li span,.multi-column-dropdown li a, .dropdown-menu .dropdown-newsletter {
    display: block;
    clear: both;
    color: #685e58;
    font-size: 14px;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    line-height: 1.428571429;
    white-space: normal;
    font-weight: normal;
}
.dropdown-menu li span {
    font-weight: bold;
}
.dropdown-menu .fa-star {
    color: #ed8b40;
    padding-right: 10px;
}
.dropdown-menu .fa-caret-right {
    float: right;
    line-height: 1.428571429;
}
.multi-column-dropdown li a:hover .fa-star,
.multi-column-dropdown li a:active .fa-star {
    color: #fff !important;
}
.multi-column-dropdown li a:hover {
    color: #fff !important;
    background-color: #ed8b40;
}

.multi-column-dropdown li a:hover {
    color: white !important;
}

.dropdown-menu li span {
    padding: 5px 20px;
}
.dropdown-menu li a,.dropdown-menu .dropdown-newsletter {
    padding: 5px 25px;
}
.dropdown-menu .divider {
    margin: 9px 18px;
}
@media (min-width: 900px) {
    .dropdown {
        position: static !important
    }
    #servizi {
        left: 168.421875px;
    }
    #press {
        right: 61px;
    }
    .open .dropdown-menu {
        width: 33.337%;
        left: 0;
        right: 0;
        display: table;
        border-top: 3px solid #ed8b40;
    }
    .open .dropdown-menu.right {
        left: auto !important;
    }
    .dropdown-menu.columns-2 {
        min-width: 66.667%;
    }
    .dropdown-menu.columns-3 {
        width: 100%;
    }
    .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
}

/*Submenu*/
a.dropdown-submenu-toggle.open{
    color: #fff;
    background-color: #ed8b40;
}


.multi-column-dropdown li a:active .fa-caret-right,
.multi-column-dropdown li a:hover .fa-caret-right {
    color: #fff !important;
}


a.dropdown-submenu-toggle.open .fa-caret-right {
    color: #fff !important;
    background-color: #ed8b40
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    display: none;
}

@media (min-width: 900px) {
    .dropdown-submenu .dropdown-menu {
        left: 100% !important;
        margin-left:-1px;
        margin-top: 0;
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 3px 6px 12px rgba(0,0,0,.175);
    }
    .dropdown-menu .sub-column2 {
        width: 200%
    }
}

::selection{
    background-color: #f99c54;
    color:#fff;
}

.info-footer .text-xs-center{
    text-align: center;
}
@media screen and (min-width:992px){
    .info-footer .text-md-right{
        text-align: right;
        float:right;
    }
    .info-footer .text-md-left{
        text-align: left;
        float:left;
    }
}
