intro-text-didabody {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0 0 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #f37a1f;
}

p {
    margin: 0 0 19px;
    font-size: 19px;
    line-height: 1.1;
}

.circle-button-gruppo {
    margin-top: -130px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.intro-section {
    text-align: center;
    background: #fff;
    padding-top: 20px;
}

.percorsi-header {
    background: #e0e3e7 url('../images/percorsi/header.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: auto;
    margin-top: 0px !important;
    padding-top: 50px;
    position: relative;
}

/*----------------------------------End Percorsi-Header---------------------------*/

/*------------------------------------percorsi-section1------------------------------*/

.percorsi-section1 {
    background: #a00000;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    margin-top: 0px !important;
    padding-top: 40px;
    position: relative;
    color: #FFF;
    padding-bottom: 150px;
}

.percorsi-section2 {
    background: #fff;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    margin-top: 0px !important;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    color: #000;
}

.circle-button-gruppo {
    margin-top: -130px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    min-height: 100px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 23px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fbfbfb;
}

@media(min-width:768px) {

    p,
    li {
        margin: 10px 0 20px;
        font-size: 22px;
        line-height: 1.1;
    }


}

.privacy li {
    margin: 5px 0 !important;
}

#loader {
    position: fixed;
    background: rgba(255, 255, 255, 0.87) url('../images/loader.gif') no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#loader p {
    top: 59%;
    position: absolute;
    left: 50%;
    color: #b9b6b6;
    width: 340px;
    text-align: center;
    margin-left: -170px;
}

.navbar-custom .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 15px;
}

.content-area-riservata .circle {
    width: auto;
    height: 100px;
    color: #000000;
    background: #ffffff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 10px;
    /* margin-top: 10px; */
    text-align: center;
    position: relative;
    top: -10px;

    webkit-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1);
    -moz-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1);
    box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1);

}

.area-riservata-header {
    background: #e0e3e7 url(../images/area-riservata/sfondo-header.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    margin-top: 0px !important;
    padding-top: 120px;
    position: relative;
    min-height: 500px;
}

.circle-gruppo a {
    text-decoration: none;
}

.content-area-riservata a .circle {
    background: #e4e4e4;
    width: auto;
    height: 90px;
    position: relative;
    top: 0px;
    text-decoration: none;

    webkit-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 0);
    -moz-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 0);
    box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 0);


}

.col-md-3 .circle h2 {
    font-weight: bold;
}

.col-md-3 a .circle h2 {
    font-weight: 300;
}

.circle {
    /*   width: 300px;
    height: 300px;
    color: #c00000;
    background: #FFEB3B;
    -webkit-border-radius: 10%;
    -moz-border-radius: 50%;
    border-radius: 10%;
    padding: 45px 38px;
    margin-top: 20px; */
}




.ulli {
    margin-bottom: 20px;
    list-style-type: none;
    list-style-image: url(../img/disc.png);
}

.ulli a:link,
.ulli a:hover {
    color: #f37a1f !important;
    font-weight: 600;
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 300;
}



.navbar-custom .fa {
    font-size: 25px !important;
    text-rendering: auto;
    color: #fff;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);

    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #f37a1f;
}

h3 {
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: bold;
    font-size: 24px !important;
    color: #ec008b
}

h3 {
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: bold;
    font-size: 24px !important;
    color: #ca0080;
}

h3.abbonamenti {
    font-size: 19px !important;
    min-height: 4px !important;
}

h3.notizie {
    color: #000;
    padding: 0;
    margin: 0;
}

.navbar-custom .navbar-brand {
    margin: auto;

}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}


.top-nav-collapse .navbar-nav>li>a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

.navbar-custom .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 7px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(0, 0, 0, .3);
    color: #fff !important;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #f37a1f;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #f37a1f;
    }
}

.imgintro {

    background: #26a9e1 url('../img/backintro1.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.imgintrosocial {

    background: #3ddfee !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    padding-top: 10px !important;
}

.imgintrostaff {

    background: url('../img/staff.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    min-height: 650px;
    padding-top: 10px !important;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0 0;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.prof {
    display: block !important;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
        font-size: 18px;
        bottom: 0px;
    }
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

/*.brand-heading {
    font-size: 40px;
}*/

.intro-text {
    font-size: 17px;
    padding-top: 19px;
}

.intro-text-dida {
    font-size: 15px;
    padding-top: 20px;
    font-weight: 300;
}

.intro-text-small {
    font-size: 17px;
}

@media(min-width:768px) {
    .intro {
        /*height: 100%;*/
        padding: 0;
        padding-top: 100px;
    }

    .brand-heading {
        font-size: 54px;
        margin-top: 20px;
    }

    .h2-new {
        font-weight: 300;
        font-size: 54px !important;
    }

    .brand-heading-fin {
        font-size: 40px;
        margin-top: 20px;
    }





}

.azzurro {
    background: #3ddfee;
    color: #FFF !important;
}

.blu {
    background: #26a9e1;
    color: #FFF !important;
}

.blu h2 {
    color: #FFF !important;
}

.btn-circle {
    width: 90px;
    height: 90px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 40px;
    color: #26a9e1;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #6ee7f2 !important;
    border-color: #6ee7f2 !important;
    position: relative;
    z-index: 15;
    bottom: -30px;

}



.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #26a9e1;
    background: rgba(255, 255, 255, .1);
}


.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.fa {

    font-size: 70px !important;
    text-rendering: auto;

}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

section {
    padding-top: 60px;
}

#menu-area-riservata {
    padding-top: 0px;
}

.nomarg {
    padding-top: 0px !important;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    ;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #f37a1f;
    color: #fff;
    background-color: #f37a1f;
    border-radius: 6px;
}

/*.verde{
	border: 1px solid #555 !important;
    color: #fff;
    background-color: #5CB85C ;
	padding: 10px 10px;
	
	}	*/

.verde {
    border: 1px solid rgb(204, 203, 203) !important;
    color: #fff;
    background-color: #333;
    padding: 7px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    min-width: 35px;
    margin-right: 5px;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.verde:hover,
/*.verde:focus {
    border: 1px solid #ccc !important;
    outline: 0;
    color: #fff;
    background-color: #449D44 !important;
}*/
.verde:focus {
    border: 1px solid #ccc !important;
    outline: 0;
    color: #fff !important;
    background-color: #565656 !important;
}

span i {
    color: #333;
    font-style: normal;
}

.desclab {
    font-size: 13px;
    padding-right: 20px;
}

.btn-lg {
    border-radius: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    ;
    font-weight: 200;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #f37a1f;
    color: #fff;
    background-color: #f37a1f;
    border-radius: 8px;
}

.btn-lg-celeste {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-weight: 200;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #00C8E8;
    color: #fff;
    background-color: #00c8e8;
    border-radius: 8px;
}

.btn-lg-celeste:hover,
.btn-lg-celeste:focus,
.btn-lg-celeste:active {

    border: 1px solid #019AB3 !important;
    color: #fff !important;
    background-color: #00A8C3 !important;
}


.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active {
    border: 1px solid #f37a1f;
    outline: 0;
    color: #000;
    background-color: #f37a1f;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    min-width: 220px;
    margin-top: 10px;
    margin-bottom: 17px;
}

span.trattino {
    white-space: nowrap
}

/*.btn-default {
    border: 1px solid #f37a1f;
    color: #f37a1f;
    background-color: transparent;
	border-radius: 6px;
}*/

.btn-default {
    border: 1px solid #f37a1f;
    color: #333;
    background-color: #fff;
    border-radius: 6px !important;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #f37a1f;
    outline: 0;
    color: #000;
    background-color: #f37a1f;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;

    }

    .intro {

        padding: 55px 0 0;
    }


    h4.brand-heading {
        font-size: 20px !important;
    }

    h4.master {
        color: #FFF;
        font-size: 20px !important;
    }

    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    .brand-heading {
        font-size: 31px;
        margin-top: 15px;
    }

    .h2-new {
        font-size: 31px;
        font-weight: 300;
    }

    .divcheck {
        height: auto !important;
    }

    p.intro-text-xs-large {
        font-size: 20px;
    }
}

footer {
    padding: 20px 0;
    background: #1a171b;
    color: #FFF;
}

footer ul {
    margin-top: 20px !important;
}

footer li {
    text-transform: uppercase;
    padding-right: 30px;
}

footer a {
    color: #FFF;
    text-decoration: none
}

footer a:hover {
    color: #ccc;
}

footer p {
    margin: 0;
}

footerembed {
    padding: 20px 0;
    background: #fff;
    color: #FFF;
}

footerembed ul {
    margin-top: 20px !important;
}

footerembed li {
    text-transform: uppercase;
    padding-right: 30px;
}

footerembed a {
    color: #FFF;
    text-decoration: none
}

footerembed a:hover {
    color: #ccc;
}

footerembed p {
    margin: 0;
}

/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
 */
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.prezzo {
    color: #eb008d;
    font-size: 24px;
}


@media (max-width: 768px) {
    .collapse {
        display: none;
    }

    .imgintro {

        min-height: 350px !important;

    }

    .imgintrostaff {
        min-height: 530px;
    }

    .lab {
        padding-top: 0px !important;
        text-align: left;
        margin: 0 0 0px !important;
    }

    .lab p {
        margin: 0 0 0px !important;
    }


    .area-riservata-header {
        min-height: 260px;
    }


}

.navbar-nav {
    margin: 0;
    margin-left: 10px;
}

.master {
    color: #FFF;
    font-size: 45px;
}

.gray {
    color: #808184
}

.form-control,
#card-element {
    /* card stripe */
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E1E1E2;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* stripe */
#card-element .focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.lab {
    padding-top: 5px;
}

.lab p {
    font-size: 20px;
    line-height: 1.1;
}

.lab-reg {
    padding-top: 22px;
    text-align: right;
}

.lab-reg p {
    font-size: 18px;
    line-height: 1.1;
    color: #999;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #E1E1E2;
    border: 1px solid #F1F1F2;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #eb008d;
}

.has-error .form-control {
    border-color: #eb008d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.nopadding {
    padding-left: 10px;
    !important;
    padding-right: 5px;
    !important;
    margin: 0 !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.form-group {
    margin-bottom: 3px;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.btn {

    border-radius: 8px;

}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0;
    border-top: 1px solid #777 !important;
}



.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    padding-left: -20px;
    zoom: 2;
    -moz-transform: scale(2);
    margin-top: -1px;

}

.checkpadd input[type=checkbox] {
    margin-top: 0px;
}

.checkbox label,
.radio label {
    min-height: 30px;
    padding-left: 0px;
    font-size: 16px;
}

.psmall {
    font-size: 120%;
    padding-top: 20px;
}



.divcheck {

    display: block;

    height: 100px;
    overflow: auto;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F5F5F5;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.divcheck input[type=checkbox] {
    zoom: 1;
}

.has-feedback .form-control {
    padding-right: 5px;
}



a.ancora-button img {
    opacity: 0.3;
}

a.ancora-button:hover img {
    opacity: 1;
}


.redbtn {
    width: 55px;
    height: 55px;
    margin-top: 15px;
    padding: 3px 3px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 30px;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #cd0080 !important;
    border-color: #cd0080 !important;
    position: relative;
    z-index: 15;
    bottom: -40px;

}

.redbtn .fa {
    font-size: 50px !important;
    text-rendering: auto;
}

.desclab {
    /* font-size: 0.65em; */
    padding-top: 5px;
    padding-bottom: 20px;
}

.pcheck {
    padding-left: 25px;
    padding-top: 0px;
}




.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -16px;
    left: 0px;
}

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    align-items: flex-start;
    text-align: center;
    /*cursor: default;*/
    color: buttontext;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: outset;
    border-color: buttonface;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #e3e3e3;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.inp .form-group {
    margin-bottom: 0px;
}

.inp p {
    margin: 0 0 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #828181;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.header-fonts {
    font-size: 3.4em;
}

.h3-header-fonts {
    font-size: 2.4em;
}

.rosso {
    color: #a5041c;
}

.btn.redbtn {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 10px 10px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 30px;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #f37a1f !important;
    border-color: #f37a1f !important;
    position: relative;
    z-index: 15;
    bottom: -40px;
}

.btn.redbtn-large {
    width: 125px;
    height: 125px;
    margin-top: 15px;
    padding: 20px 10px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 30px;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #f37a1f !important;
    border-color: #f37a1f !important;
    position: relative;
    z-index: 15;
    bottom: -40px;
}

.log_mex {
    font-size: 1.2em;
    padding-top: 30px;
    clear: both;
}


.cursor-pointer {
    cursor: pointer;
}

h4.master {
    color: #FFF;
    font-size: 30px;
}

h4.brand-heading {
    font-size: 30px;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-success.active,
.btn-success,
.btn-success.active:hover,
.btn-success:hover {
    color: #fff;
    background-color: #f37a1f;
    border-color: #f37a1f;
}

.padding-bottom {
    padding-bottom: 30px;
}

.large {
    font-size: 180%;
}

.navbar-custom .nav li.attivo {
    outline: 0;
}

.navbar-custom .nav li.attivo a {
    background-color: rgba(0, 0, 0, .3);
}

.navbar-custom .nav li.attivo a:hover {
    color: #fff;
}

.fixheight {
    min-height: 350px;
}

.colore {
    color: #CD0080;
}

.btn-circle-large {
    width: 150px !important;
    height: 150px !important;
    margin-top: 15px;
    padding: 25px 16px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 25px;
    color: #F06;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #fff !important;
    border-color: #6ee7f2 !important;
    position: relative;
    z-index: 15;
    bottom: 0px;

}

.btn-circle-large-red {
    width: 150px !important;
    height: 150px !important;
    margin-top: 15px;
    padding: 25px 16px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 25px;
    color: #F06;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #CD0080 !important;
    border-color: #CD0080 !important;
    position: relative;
    z-index: 15;
    bottom: 0px;

}

a.btn-circle-large {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #f37a1f;
}

a.btn-circle-large-red {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.commento {
    font-size: 15px;
    padding-top: 10px;
}

/*@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .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;
    }
}*/
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}



@media (min-width: 768px) {
    .navbar-custom {
        background: transparent;
        padding: 10px 0;

        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom a {
        color: #000;
    }

    .dropdown-menu a:hover {
        color: #999 !important;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #f37a1f;
    }

    .navbar-custom.top-nav-collapse a {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse a:hover {
        color: #333
    }

    .navbar-custom.top-nav-collapse .logo-nero {
        display: none;
    }

    .navbar-custom.top-nav-collapse .logo-bianco {
        display: block;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        background-color: rgb(235, 0, 139);
        background-image: none;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu a:hover {
        color: #333;
    }
}

.navbar-custom .nav>li>a:hover {
    color: #333;
}

.navbar-custom.top-nav-collapse a:hover {
    color: #fff;
}

.navbar-custom .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 15px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, .3);

}

.logo-nero {
    display: block;
}

.logo-bianco {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    /*background-image: url(../images/sfondo-drop.png);*/
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-clip: padding-box;
    border: 1px solid transaprent;
    border: 1px solid rgba(0, 0, 0, .0);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    text-decoration: none;
}


@media (max-width: 767px) {
    .face-padd {
        padding-right: 1px;
        padding-left: 1px;
        margin-right: auto;
        margin-left: auto;
    }

    .well {
        padding: 1px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .logo-nero {
        display: none;
    }

    .logo-bianco {
        display: block;
    }
}



h1,
h2,
h4,
h5,
h6 {
    margin: 0 0 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #f37a1f;
}

.black {
    color: #000;
}

.intro-text {
    font-size: 19px;
    padding-top: 0px;
}

.padding-top {
    padding-top: 45px;
}

.mondo-header {
    background: #00c8e8;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 400px;
    padding-top: 100px !important;
}

.profilo-tab {
    background: #e0e3e7 url('../images/profilo/sfondo-profilo.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: auto !important;
    min-height: 200px;
    padding-bottom: 100px;
    padding-top: 70px !important;
}

.mondo-settimanale {
    background: #e0e3e7 url('../images/mondo/sfondo-settimanale.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 200px;
    padding-bottom: 450px;
    padding-top: 10px !important;
}

.mondo-facebook {
    background: #e0e3e7 url('../images/mondo/sfondo-facebook.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 100%;
    padding-bottom: 350px;
    padding-top: 10px !important;
}

.mondo-team {
    background: #e0e3e7 url('../images/mondo/sfondo-stima.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 20px !important;
}

.weight-mod {
    font-weight: 300;
}

.mondo-ricette {
    background: #e0e3e7 url('../images/mondo/sfondo-ricette.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.mondo-app {
    background: #e0e3e7 url('../images/mondo/sfondo-app.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.mondo-fisica {
    background: #e0e3e7 url('../images/mondo/sfondo-cup.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.metodo-header {
    background: #e0e3e7 url('../images/metodo/sfondo-header.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 100%;
    padding-top: 50px !important;
    padding-bottom: 120px !important;
}

.metodo-video {
    background: #e0e3e7 url('../images/metodo/sfondo-alimentazione.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 400px;
    padding-top: 10px !important;
}

.metodo-mano {
    background: #e0e3e7 url('../images/metodo/sfondo-mano.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    padding-top: 20px !important;
}

.metodo-le-calorie {
    background: #e0e3e7 url('../images/metodo/sfondo-le-calorie.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.metodo-energici {
    background: #e0e3e7 url('../images/metodo/energici-vivi.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 100%;
    padding-top: 20px !important;
}

.metodo-muscolo {
    background: #e0e3e7 url('../images/metodo/sfondo-muscolo-grasso.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 100%;
    padding-top: 50px !important;
    padding-bottom: 200px !important;
}

.metodo-salute {
    background: #e0e3e7 url('../images/metodo/sfondo-salute-nel-piatto.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 90%;
    padding-top: 20px !important;
}

.metodo-stima {
    background: #e0e3e7 url('../images/metodo/sfondo-stima.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 20px !important;
}

.metodo-cambiare {
    background: #e0e3e7 url('../images/metodo/sfondo-stima1.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 20px !important;
}

.home-header {
    background: #e0e3e7 url('../images/home/sf-inedicola.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 60px !important;
}

.slider-header {
    background: #e0e3e7;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 0px !important;
}

.home-in-forma {
    background: #e0e3e7 url('../images/home/sfondo-sempre-in-forma.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 20px !important;
}

.home-gruppo {
    background: #e0e3e7 url('../images/home/sfondo-gruppo-facebook.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
    padding-bottom: 370px;
}

.home-ricette {
    background: #e0e3e7 url('../images/home/sfondo-ricette-gourmand.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.home-dieta-social {
    background: #e0e3e7 url('../images/home/sfondo-dieta-social.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 500px;
    padding-top: 10px !important;
}

.ricette-header {
    background: #e0e3e7 url('../images/ricette/sfondo-header.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 100px !important;
}

.ricette-alimenti {
    background: #e0e3e7 url('../images/ricette/sfondo-alimenti.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    min-height: 600px;
    padding-top: 100px !important;
    padding-bottom: 90px !important;
}

.ricette-gourmand {
    background: #e0e3e7 url('../images/ricette/sfondo-gourmand.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 10px !important;
}

.ricette-piacere {
    background: #e0e3e7 url('../images/ricette/sfondo-piacere.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 10px !important;
}

.ricette-godere {
    background: #e0e3e7 url('../images/ricette/sfondo-godere.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 300px;
    padding-top: 10px !important;
}

.home-header .intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.percorso-summer {
    background: #e6e7f0 url('../images/percorsi/sfondo-settimanale.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 700px;
    padding-top: 10px !important;
}

.percorso-29-09 {
    background: #f0eef1 url('../images/percorsi/sf-percorso-29-09.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: content !important;
    min-height: 593px;
    padding-top: 10px !important;
    padding-bottom: 450px;
}

.percorso-restart {
    background: #e6e7f0 url('../images/percorsi/sf-restart.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 700px;
    padding-top: 10px !important;
}

.percorso-restart-piatti {
    background: #e6e7f0 url('../images/percorsi/sf-restart-piatti.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    min-height: 200px;
    padding-top: 10px !important;
}

.simil-btn {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #f37a1f;
    color: #fff;
    background-color: #f37a1f;
    border-radius: 8px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;

}


.carousel-caption {
    position: absolute;
    top: 70%;
    left: 10%;
    width: 80%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;

}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(249, 249, 249, 0.60);
    border-radius: 10px;
    border: 0px solid #fff;
}

.carousel-indicators .active {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(205, 0, 128, 0.57);
    border-radius: 10px;

}

.glyphicon-menu-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.glyphicon-menu-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.altezzacel1 {
    min-height: 300px;
}

@media (max-width: 767px) {


    .carousel-indicators {
        position: absolute;
        bottom: 0px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .slider-header {
        background: #e0e3e7;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background-size: cover !important;
        min-height: 50px;
        padding-top: 70px !important;
    }


    .percorso-summer {
        background: #e6e7f0 url('../images/percorsi/spiaggia.jpg') !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        min-height: 400px;
        padding-top: 10px !important;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(249, 249, 249, 0.60);
        border-radius: 10px;
    }





    /*	.percorso-restart {
    background: #e6e7f0 url('../images/percorsi/sf-restart.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain!important;
    min-height: 400px;
    padding-top: 10px !important;
}*/

}

@media (max-width:1024px) {
    .percorso-29-09 {
        background: #eeecef url('../images/percorsi/sf-percorso-29-09-mobile.jpg') !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background-size: contain;
        min-height: 350px !important;
        padding-top: 10px !important;
        padding-bottom: 350px !important;
    }

    .percorso-29-09 .text-right,
    .percorso-29-09 .text-left {
        text-align: center;
    }
}

.percorso-masterclub {
    background: #e0e3e7 url('../images/percorsi/sfondo-masterclub.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 10px !important;
}


.percorso-neomamme {
    background: #e0e3e7 url('../images/percorsi/sfondo-neomamme2.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    min-height: 300px;
    padding-top: 10px !important;
}


.circle-gruppo {
    margin-top: -150px;
}

.vcenter {
    display: inline-block;
    margin-top: 80px;
}

.fucsia {
    background: #f37a1f;
    color: #FFF !important;
}

.fucsia h2 {
    color: #FFF !important;
}

.edicola {
    position: relative;
    top: auto;
    left: auto;
}



@media (min-width:768px) {
    .edicola {
        position: relative;
        bottom: -200px;
        left: auto;
    }

}

@media (min-width:1200px) {
    .edicola {
        position: relative;
        bottom: -420px;
        left: 250px;
    }

}

@media (min-width: 768px) {
    .brand-heading-per {
        font-size: 54px;
        margin-top: 20px;
    }

}

@media (min-width: 768px) {
    .brand-heading {
        font-size: 65px;
        margin-top: 20px;
    }

    .restart {
        font-size: 40px;
        margin-top: 20px;
    }

    .font-medio {
        font-size: 44px;
    }

    .white-black {
        color: #FFF;
    }
}

@media (min-width: 1441px) {

    .font-medio-p {
        font-size: 27px;
    }

    .font-medio-p1 {
        font-size: 22px;
    }

    .font-medio-tab-p {
        font-size: 23px;
        font-weight: 600;
    }

    .font-large-h2 {
        font-size: 90px;
    }

    .mtop-intro-body {
        vertical-align: top !important;
        padding-top: 80px;
    }

}

@media (max-width: 767px) {
    .controlla-o-inserisci {
        margin-top: 120px;
    }

    /*section {
    padding-top: 42px;
	}*/
    .circle-gruppo {
        margin-top: -150px;
    }

    .vcenter {
        display: inline-block;
        margin-top: 50px;
    }

    .hite-black {
        color: #000;
    }


    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;

        margin-left: -20px;
        margin-top: -2px;
    }


}

.metodo-salute {

    min-height: 400px;

}

.clear {
    clear: both !important;
}

.font-medio-p {
    font-size: 22px;
}

.font-medio-tab-p {
    font-size: 22px;
}

.home-gruppo {

    padding-bottom: 250px;
}

.padding-top {
    padding-top: 0px;
}

.clear {
    clear: none;
}

.blu h3,
.fucsia h3 {

    color: #fff !important;
    font-size: 26px;
}

.blu a:link,
.fucsia a:link,
.blu a:visited,
.fucsia a:visited {
    text-decoration: none;
    font-weight: bold !important;
    color: #fff;
}

.azurebtn {
    width: 55px;
    height: 55px;
    margin-top: 13px;
    padding: 3px 3px;
    border: 2px solid #26a9e1;
    border-radius: 100% !important;
    font-size: 30px;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    background-color: #a5cee5 !important;
    border-color: #a5cee5 !important;
    position: relative;
    z-index: 15;
    bottom: 10px;
}

.azurebtn .fa {
    font-size: 50px !important;
    text-rendering: auto;
}

.nobottom {
    margin: 0 0 0px !important;
}

.nobottom p {
    margin: 10px 0 0px !important;
}

p a.fucsia {
    background: none;
    color: #f37a1f !important;
}

/*-----------------checkbox e radiobutton -------------------------*/


/*input[type=checkbox],input[type=radio]{opacity:0;position:absolute;z-index:12;width: 40px;height: 40px;}
input[type=checkbox]:checked,input[type=radio]:checked,input[type=checkbox]:focus,input[type=radio]:focus{outline:none !important;}
input[type=checkbox]+.lbl,input[type=radio]+.lbl{position:relative;z-index:11;display:inline-block;margin:0;line-height:20px;min-height:14px;min-width:14px;font-weight:normal;}
input[type=checkbox]+.lbl.padding-16::before,input[type=radio]+.lbl.padding-16::before{margin-right:16px;}
input[type=checkbox]+.lbl.padding-12::before,input[type=radio]+.lbl.padding-12::before{margin-right:12px;}
input[type=checkbox]+.lbl.padding-8::before,input[type=radio]+.lbl.padding-8::before{margin-right:8px;}
input[type=checkbox]+.lbl.padding-4::before,input[type=radio]+.lbl.padding-4::before{margin-right:4px;}
input[type=checkbox]+.lbl.padding-0::before,input[type=radio]+.lbl.padding-0::before{margin-right:0px;}
input[type=checkbox]+.lbl::before,input[type=radio]+.lbl::before{font-family:fontAwesome;font-weight:normal;font-size: 30px;color: #f37a1f;content: "\a0";background-color:#FAFAFA;border: 3px solid #f37a1f;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);border-radius:0;display:inline-block;text-align:center;vertical-align:middle;height: 40px;line-height:13px;min-width: 40px;margin-right:1px;margin-top: -1px;}
input[type=checkbox]:checked+.lbl::before,input[type=radio]:checked+.lbl::before{display:inline-block;content:'\f00c';background-color:#F5F8FC;border-color: #f37a1f;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05),inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),inset 15px 10px -12px rgba(255, 255, 255, 0.1);}
input[type=checkbox]:hover+.lbl::before,input[type=radio]:hover+.lbl::before,input[type=checkbox]+.lbl:hover::before,input[type=radio]+.lbl:hover::before{border-color:#1c7aad;}
input[type=checkbox]:active+.lbl::before,input[type=radio]:active+.lbl::before,input[type=checkbox]:checked:active+.lbl::before,input[type=radio]:checked:active+.lbl::before{box-shadow:0 1px 2px rgba(0, 0, 0, 0.05),inset 0px 1px 3px rgba(0, 0, 0, 0.1);}
input[type=checkbox]:disabled+.lbl::before,input[type=radio]:disabled+.lbl::before,input[type=checkbox][disabled]+.lbl::before,input[type=radio][disabled]+.lbl::before,input[type=checkbox].disabled+.lbl::before,input[type=radio].disabled+.lbl::before{background-color:#DDD !important;border-color:#CCC !important;box-shadow:none !important;color:#BBB;}
input[type=radio]+.lbl::before{border-radius:32px;font-family:Arial,Helvetica,sans-serif;font-size: 80px;padding-top: 12px;}
input[type=radio]:checked+.lbl::before{content:"\2022";} */




.titolo {
    font-size: 23px;
    margin-top: 10px;
}

.btn-group-lg>.btn,
.btn-social {
    padding: 7px 10px;
    font-size: 25px;
    line-height: 1.3333333;
    min-width: 220px;
    margin-top: 25px;
}

.btn-social {

    font-family: 'Roboto', sans-serif;

    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #3c5a99;
    color: #fff;
    background-color: #3c5a99;
    border-radius: 6px;
}

.btn-social:hover,
.btn-social:active,
.btn-social:visited {

    font-family: 'Roboto', sans-serif;

    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #5377C3;
    color: #fff;
    background-color: #5377C3;
    border-radius: 6px;
}




@media (min-width: 768px) {
    .navbar-custom {
        background: transparent;
        background: rgba(245, 245, 245, 0.9);
        padding: 0px 0;

        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom a {
        color: #000;
    }

    .dropdown-menu a:hover {
        color: #999 !important;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #f37a1f;
    }

    .navbar-custom.top-nav-collapse a {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse a:hover {
        color: #333
    }

    .navbar-custom.top-nav-collapse .logo-nero {
        display: none;
    }

    .navbar-custom.top-nav-collapse .logo-bianco {
        display: block;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        background-color: rgb(235, 0, 139);
        background-image: none;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu a:hover {
        color: #333;
    }
}

.navbar-custom .nav>li>a:hover {
    color: #333;
}

.navbar-custom.top-nav-collapse a:hover {
    color: #fff;
}

.navbar-custom .nav>li>a {

    position: relative;
    display: block;
    padding: 11px 20px;
    font-size: 15px;
    margin-top: 20px;
    color: #000;

}


.navbar-custom .navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, .3);

}

.logo-nero {
    display: block;
}

.logo-bianco {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    /*background-image: url(../images/sfondo-drop.png);*/
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-clip: padding-box;
    border: 1px solid transaprent;
    border: 1px solid rgba(0, 0, 0, .0);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    text-decoration: none;
}

.font-bold {
    color: #2b377f;
    font-weight: 500;
    font-size: 45px;
}

.font-bold a {
    text-decoration: underline !important;
}



@media (max-width: 767px) {
    .logo-nero {
        display: none;
    }

    .logo-bianco {
        display: block;
    }

    .font-bold {
        color: #2b377f;
        font-weight: 500;
        font-size: 30px;
    }

    .font-bold a {
        text-decoration: underline !important;
        font-size: 25px;
    }

    .intro {
        padding: 55px 0 0;
    }

}

a.black:link,
a.black:visited,
a.black:active,
a.black {
    color: #000 !important;
    text-decoration: underline !important;
}

a.white:link,
a.white:visited,
a.white:active,
a.white {
    color: #fff !important;
    text-decoration: underline !important;
}

.new-tooltip+.tooltip>.tooltip-inner {
    background-color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.new-tooltip+.tooltip>.tooltip-arrow {
    border-bottom-color: #00c8e8;
    color: #00c8e8;
}

.face-padd {
    padding-left: 2px;
    padding-right: 2px;
}

.face-padd .well {
    padding-left: 2px;
    padding-right: 2px;
}

.face-padd .h2-new {
    padding-left: 15px;
    padding-right: 15px;
}


.intro-text-plus {
    font-size: 16px;
    padding-top: 0px;
}

.sectioninfo {
    padding-top: 60px !important;
}

.intro.profi {

    padding: 55px 0 0;

}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;

    margin-left: 0px;
    /*margin-top: -2px;*/
    top: 10px;
}



@media (max-width: 991px) {

    .carousel-caption {
        top: 50%;

        font-size: 30px;


    }
}

@media (max-width: 780px) {

    .carousel-caption {
        top: 30%;
        font-size: 20px;

    }
}


@media (min-width: 1441px) {

    .headprofilo {
        font-size: 50px;
    }

}

@media (max-width: 1440px) {

    .headprofilo {
        font-size: 45px
    }

}

@media (max-width: 1024px) {

    .headprofilo {
        font-size: 43px
    }

}

@media (max-width: 780px) {

    .headprofilo {
        font-size: 40px;
    }


}


@media (max-width: 686x) {
    .left5px {
        padding-left: 0px !important;
    }
}

@media (max-width: 600px) {

    .headprofilo {
        font-size: 33px
    }

}

@media (max-width: 500px) {

    .headprofilo {
        font-size: 21px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width: 359px) {

    .headprofilo {
        font-size: 18px;
        font-weight: bold;
    }

}

@media (max-width: 320px) {

    .headprofilo {
        font-size: 17px;
        font-weight: bold;
    }

}

.stbuttonprofilo {
    min-width: 120px;
    margin-top: 16px;
    padding: 2px 10px;
}

.form-profilo {

    height: 40px;
}

.top5px {
    margin: 5px 0 0px;
}

@media (max-width:340px) {

    .altezzacel1 {
        min-height: 400px;
    }

}

.evidenza {
    background: #FFEB3B;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}


.left5px {
    padding-left: 5px;
}

.circle-gruppo.menu h2 {
    color: #333;
}

.content-area-riservata .menuattivo {
    width: auto;
    height: 100px !important;
    background: #ffffff !important;
    padding: 30px 10px !important;
    font-weight: 900 !important;
    position: relative !important;
    top: -10px !important;
    webkit-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1) !important;
    -moz-box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1) !important;
    box-shadow: 8px 2px 3px -5px rgba(158, 156, 158, 1) !important;
}

.abbonamento p {
    margin: 10px 0 22px;
    font-size: 19px;
    line-height: 1.2;
}