body,
html {
    font-family: Catamaran, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
}




h2 {
    margin: 30px 0 20px 0;
    font-weight: 300;
    /*font-size: 42px;*/
    font-size: 28px;
    color: #444;
}


h3,
h4 {
    font-size: 22px;
    font-weight: 400;
    font-weight: 300;
    color: #444;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 16px;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #424347;
}



a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

ul,
ol {
    list-style: none;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #0ba2db;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}

/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
    font-size: 20px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
}

#menu a.navbar-brand i.fa {
    color: #0ba2db;
    vertical-align: top;
}

#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    /*color: #444;*/
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
    color: #0ba2db;
}




.on {
    background-color: #424347 !important;
    /*background-color: #f6f6f6 !important;*/
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0ba2db !important;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0ba2db;
    border-color: #0ba2db;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #000;
}

.section-title {
    margin-bottom: 70px;
}

.section-title p {
    font-size: 18px;
}

.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #0ba2db;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 2px;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    color: #fff;
    background-color: #444;
}






/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/sfondo_speciale.jpg) no-repeat center center;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.intro .overlay {
    background: rgba(0, 0, 0, 0.5);
}






.intro h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.intro p {
    /*color: #444;*/
    color: #FFF;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

header .intro-text {
    padding-top: 120px;
    padding-bottom: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}






/* About Section */
#about {
    padding: 120px 0;
}

#about h3 {
    font-size: 22px;
}

#about .about-text {
    margin-left: 10px;
    margin-top: 20px;
}

#about img {
    display: inline-block;
    border-color: #0ba2db;
    border-radius: 20px;
    padding: 20px;
}

#about .about-text li {
    font-size: 16px;
    margin-bottom: 6px;
    margin-left: 10px;
    list-style: none;
    padding: 0;
}

#about .about-text li:before {
    content: "✓";
    color: #0ba2db;
    padding-right: 10px;
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

/* Services Section */
#services {
    /*padding: 120px 0;*/
    padding: 40px 0;
    background: #f6f6f6;
}

#services h4 {
    text-transform: uppercase;
}

#services .fa {
    font-size: 48px;
    margin: 20px 0;
    color: #0ba2db;
}

/* Pricing Section */
#pricing {
    padding: 120px 0 140px 0;
}

#pricing .pricing-table {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}

#pricing .row {
    margin-top: 100px;
}

#pricing .pricing-table:hover {
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#pricing .highlight-plan {
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
}

#pricing .pricing-table.highlight-plan .plan-name {
    background-color: #0ba2db;
    padding: 25px 0;
    border-radius: 4px 4px 0 0;
}

#pricing .pricing-table.highlight-plan .plan-name h3 {
    color: #fff;
}

#pricing .pricing-table.highlight-plan .plan-signup {
    background-color: #0ba2db;
    padding: 30px 0;
    border-radius: 0 0 4px 4px;
}

#pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff;
}

.pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) inset;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
    font-weight: 300;
    font-size: 32px;
}

.pricing-table .plan-price {
    padding: 25px 0;
}

.pricing-table .plan-price .price-value {
    font-size: 38px;
    line-height: 52px;
    color: #444;
}

.pricing-table .plan-price .price-value span {
    font-size: 18px;
    line-height: 18px;
}

.pricing-table.btn-system.border-btn {
    border-color: #0ba2db;
    color: #0ba2db;
}

.pricing-table .plan-list li {
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.pricing-table .plan-list strong {
    font-weight: 400;
}

.pricing-table .btn-system {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #0ba2db;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    border: 0;
    text-transform: uppercase;
}

.pricing-table .btn-system:hover,
.pricing-table .btn-system.border-btn:hover {
    background-color: #444;
}

.pricing-table .btn-system:last-child {
    margin-right: 0;
}

.pricing-table .btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
}

.pricing-table .plan-list li:first-child {
    border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
    padding: 25px 0;
}

.pricing-table .plan-signup a {
    text-transform: uppercase;
}

/* Contact Section */
#contact {
    /*padding: 120px 0 60px 0;*/
    padding: 40px 0 20px 0;
    background: #F6F6F6;
}

#contact form {
    padding: 30px 0;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

#contact .social {
    margin-top: 80px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 26px;
    padding: 4px;
    color: #0ba2db;
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #444;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}


/* Footer Section*/
#footer {
    background: #424347;
    /*background: #e6e6e6;*/
    color: #888;
    padding: 30px 0 25px 0;
    border: 1px solid #fff;
}

#footer p {
    font-size: 15px;
    color: #fff;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #0ba2db;
}

@media (max-width: 1024px) {
    #about img {
        float: left;
        margin-bottom: 20px;
    }
}


















/* ---------------- MAURO   --------------------- */





.sopra20 {
    margin-top: 20Px;

}

.sotto20 {
    margin-bottom: 20Px;

}





.sopra30 {
    margin-top: 30Px;

}

.sotto30 {
    margin-bottom: 30Px;

}





.sopra40 {
    margin-top: 40Px;

}





/* --- LETTURA --- */

.dida {
    font-style: italic;
    font-weight: normal;
    color: #666666;
    display: block;
    margin: 5px;
    font-size: 11px;
    background-image: url(/img/dida.png);
    padding-top: 17px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
}

.all-centro {
    display: block;
    text-align: center;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}


.all-centro object {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.all-sinistra {
    display: block;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.all-destra {
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
}




.blocco-cta {
    background-color: #E5ECF4;
    display: block;
    padding: 20px;
    margin: 15px 0 15px 0;
    font-size: 14px;
}


.blocco-cta:before {
    content: 'Ti potrebbe interessare';
    background-color: #424347;
    color: white;
    text-transform: uppercase;
    padding: .2em .5em .2em .5em;
    font-size: .9em;
    margin: 0 .5em 0 0;
}










.testo img {

    display: block;
    max-width: 100%;

}


.testo {
    padding-top: 20px;
    padding-bottom: 20px;
}



.dropdown-menu .fas {

    color: #AAA;


}

.titolo {
    font-family: Catamaran, sans-serif;
}



.sito {

    background-color: #424347;
    padding-top: 10px;
    padding-bottom: 10px;


}

.sito p {
    margin-top: 0;
    margin-bottom: 0;

}













.domande .card {

    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;


}


.domande .card-text {
    color: white;
}









b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}









.adv-728x90 {
    max-width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: grey;
    overflow: hidden;
    margin-bottom: 20px;
}