/*
 * Net Italy (https://netitaly.net)
 *
 * Copyright 2011-2023 ANSOFT - www.an-soft.it
 * Licensed under ATHENAE NOCTUA SOFTWARE DI LOSI GIULIANO
 *
 */

/*-----------------------------------------------------------
* Template Name    : Net Italy
* Author           : ANSOFT
* Version          : 1.0.0
* Created          : Giugno 2019
* File Description : Main css file of the template
*------------------------------------------------------------
*/


/***********************
    1.BASIC
    2.NAVBAR
    3.FOOTER
    3.HOME
    4.ABOUT
    RESPONSIVE
************************/

/*======================
        BASIC
========================*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'arimo', sans-serif;
    color: #626262;
}

h1, h2, h3, h4, h5, h6 {
    color: #454444;
}

a {
    color: #34B752;
}
a:hover {
    color: #34B752;
    text-decoration: none;
    cursor: pointer;
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler {
        border-radius: 0px;
    }
    .dropdown-menu {
        text-align: center;
        border: none;
    }
    .navbar-call-to-action {
        text-align:center;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .dropdown-menu {
        text-align: center;
        border: none;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 20px 9px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #FFFFFF;
    background: #34B752;
    border-color: #34B752;
}
.btn-primary:hover,
.btn-primary:active {
    background: #12AC34;
    border-color: #12AC34;
}
.btn:focus,
.btn.focus,
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 172, 52, 0.5);;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #34B752;
    border-color: #34B752;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #12AC34;
    border-color: #12AC34;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 172, 52, 0.5);
}
.btn-secondary {
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}
.btn-secondary:hover {
    color: #34B752 !important;
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.btn-text-uppercase {
    text-transform: uppercase;
}

.align-sub {
    vertical-align: sub;
}

.breadcrumb {
    background: #34B752;
    color: #FFFFFF;
    margin: 100px 0 0 0;
    padding: 40px 0;
}
.breadcrumb .page-title,
.breadcrumb .page-title a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-dark-bg {
    background-color: #f7f7f7;
}

.font-color {
    color: #34B752 !important;
}

/* loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .breadcrumb {
        margin: 105px 0 0 0;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .breadcrumb {
        margin: 100px 0 0 0;
    }
}

/*======================
        NAVBAR
========================*/
.pre-navbar {
    background: #f7f7f7;
    text-align: right;
    padding: 8px 128px 8px 0;
}
.pre-navbar a {
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 8px;
}

.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 999;
}
.sticky-header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 0;
    -webkit-animation: fadeInDown 1s forwards;
    animation: fadeInDown 1s forwards
}
.sticky-header.sticky .navbar .navbar-brand img,
.navbar-brand img {
    max-height: 60px;
}
.sticky .navbar .navbar-collapse .navbar-nav,
.navbar .navbar-collapse .navbar-nav {
    margin-left: 20px;
}
.sticky .navbar .navbar-collapse .navbar-nav .navbar-item .nav-link {
    color: #000000;
}
.sticky .navbar .navbar-collapse .navbar-nav .navbar-item .nav-link:hover {
    color: #34B752 !important;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #34B752;
}
.navbar-light .navbar-nav .nav-link-social {
    color: #34B752;
}
.overlay {
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
    color: #212529;
}

/*nuovo spazio a menu per social*/
.navbar .social {
    margin: 0 30px;
}
.navbar .social ul {
    padding-top: 16px;
}

.navbar-call-to-action {
    margin-left: 50px;
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar .navbar-collapse .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-header {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        padding: 0;
        -webkit-animation: fadeInDown 1s forwards;
        animation: fadeInDown 1s forwards;
    }
    .sticky-header .navbar .navbar-brand img {
        max-height: 60px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-link {
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
    .navbar .navbar-collapse .navbar-nav li:last-child .nav-link {
        border-bottom: none;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .sticky-header {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        padding: 0;
        -webkit-animation: fadeInDown 1s forwards;
        animation: fadeInDown 1s forwards;
    }
    .sticky-header .navbar .navbar-brand img {
        max-height: 50px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-link {
         text-align: center;
         padding-top: 1rem;
         padding-bottom: 1rem;
         border-bottom: 1px solid rgba(0, 0, 0, .05);
     }
    .navbar .navbar-collapse .navbar-call-to-action {
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-left: 0px;
    }
    .navbar .navbar-collapse .navbar-nav li:last-child .nav-link {
        border-bottom: none;
    }

    .navbar .social {
        text-align: center;
    }

}

/*======================
        FOOTER
========================*/
footer {
    background-color: #FFFFFF;
    font-size: 0.8rem;
    padding: 45px 0 0;
}
footer h4 {
    margin: 0 0 15px 0;
}
footer ul {
    list-style: none;
    padding: 0px;
}
footer .free-number img {
    width: 70%;
}
footer .social {
    text-align:center;
}
footer .social a {
    font-size: 24px;
    padding: 10px;
}
footer .copyright {
    font-size: 12px;
}
footer .copyright .container {
    border-top: 1px solid #C8C8C8;
}
footer .copyright a {
    text-transform: uppercase;
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    footer .social a {
        font-size: 24px;
        padding: 10px 8px;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    footer {
        text-align: center;
    }
    footer h4 {
        margin-top: 10px;
    }
    footer .free-number {
        margin: 20px 0;
    }
    footer .free-number img {
        max-width: 50%;
    }
    footer .social {
        margin: 10px 0;
    }
}

/*======================
        HOME PAGE
========================*/
/*** about us ***/
.welcome-section h2 {
    font-size: 72px;
    color: #34B752;
    font-weight: bold;
    line-height: 52px;
    margin: 1rem 0;
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .welcome-section h2 {
        font-size: 66px;
        line-height: 0.8;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    #rev_slider_13_1_wrapper .tp-caption h1 {
        /*line-height: 130px !important;*/
    }
    #rev_slider_13_1_wrapper .tp-caption .slide-aboutus h1 {
        font-size: 72px!important;
    }
    .welcome-section h2 {
        font-size: 48px;
        line-height: 0.8;
    }
    .welcome-section h3 {
        font-size: 1.1rem;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    #rev_slider_13_1_wrapper .tp-caption h1 {
        font-size: 42px !important;
        line-height: 80px !important;
    }
}

/*** tumori neuroendocrini ***/
.content-section {
    background-color: #f7f7f7;
}
.content-section .orientation-box,
.brochure .box {
    color: #FFFFFF;
    background-color: #34B752;
    padding: 50px 50px 35px;
}
.brochure .box h3 {
    height: 112px;
    color: #FFFFFF;
}
.content-section .orientation-box h3,
.content-section .where-box h3 {
    color: white;
    font-weight: bold;
}
.content-section .where-box {
    color: #FFFFFF;
    background-color: #34B752;
    padding: 50px 50px 35px;
}
.content-section .collaboration-box {
    color: #34B752;
    background-color: #FFFFFF;
    padding: 50px 50px 35px;
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .brochure .box h3 {
        font-size: 1.45rem;
    }
    .content-section .orientation-box {
        padding: 38px 14px 35px;
    }
    .content-section .where-box,
    .content-section .collaboration-box {
        padding: 50px 14px 35px;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .brochure .box h3 {
        font-size: 1.45rem;
    }
    .orientation-box {
        margin: 20px 0 0 0;
    }
    .where-box {
        margin: 0 0 20px 0;
    }
}

/*** netday section  ***/
.netday-section {
    background: #AA3377;
    color: #FFFFFF;
}
.netday-section h2,
.netday-section h4 {
    color: #FFFFFF;
}
.netday-section .logo-inca {
    max-width: 450px;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .netday-section .logo-inca {
        max-width: 280px;
    }
}


/*** news ed eventi ***/
.news-section .news-img-container {
    position: relative;
    margin: 0 0 10px 0;
}
#news-container .news-img-container {
    height: 220px;
    overflow: hidden;
}
.news-list .news-img-container {
    width: 350px;
    height: 260px;
}
.news-list .news-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-section .news-img-container img {
    width: 100%;
}
.news-section .news-img-container .news-category span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #34B752;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 4px 10px;
}
.news-section .news-content-container {
    margin-bottom: 10px;
}
.news-section .news-content-container h3 {
    line-height: 1;
    margin: 10px 0 2px 0;
}
.news-section .news-content-container .news-date {
    color: #000000;
    margin: 0 0 10px 0;
}
.news-section .news-content-container.news-home p,
.news-section .news-content-container.news-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-section .news-content-container .news-link {
    color: #34B752;
    text-transform: uppercase;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .news-section .news-content-container {
        margin: 0 0 10px 0;
    }
}
/*** highlight ***/
.highlight-section {
    background-image: url("../img/zebra-pattern.jpg");
    background-position: center top;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
}
.highlight-section .highlight-section-container {
    background: #34B752;
}
.highlight-section .highlight-section-container:hover {
    cursor: pointer;
    background: #12AC34;
}
.highlight-section a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 40px;
    text-weigth: bold;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}

/*** highlight photo section ***/
.highlight-photo-section {
    background-image: url("../img/zebra.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
}
.highlight-photo-section .highlight-photo-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 20px;
}
.highlight-photo-section .highlight-photo-box h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.highlight-photo-section .highlight-photo-box a {
    text-transform: uppercase;
}
/* partner */
.partner-section {
    background-color: #f7f7f7;
    padding: 80px 0;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .highlight-photo-section .highlight-photo-box h3 {
        font-size: 20px;
    }
}
/*======================
    ABOUT US PAGE
========================*/
/*** about-us ***/
.about-section {
    padding-bottom: 0px !important;
}
.about-section .highlight-text {
    position: relative;
    background-color: #34B752;
    color: #FFFFFF;
    padding: 25px;
    z-index: 1;
}
.about-section .highlight-text h2 {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
.about-section .highlight-text h3 {
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0 20px 0 0;
}

/*** cpuncil-section ***/
.council-section {
    background-color: #f7f7f7;
    text-align: center;
}
.council-section .council-image-container {
    max-height: 450px;
    overflow: hidden;
    margin: 20px 0;
}
.council-section h3 {
    font-size: 20px;
    margin: 0px;
}
.council-section h4 {
    font-size: 14px;
    color: #626262;
}

/*** committee-section ***/
.commitee-section .commitee-item {
    text-align: center;
}
.commitee-section .commitee-item img {
    margin-bottom: 20px;
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ytplayer {
        width: 400px;
    }
}

/*founders-section*/
.founders-section {
    background-color: #f7f7f7;
    text-align: center;
}
.founders-section img {
    max-width: 150px;
    margin-bottom: 20px;
}
.founders-section h3 {
    font-size: 20px;
    margin: 0px;
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .ytplayer {
        width: 320px;
    }
    .commitee-section .commitee-item h3 {
        font-size: 1.4rem;
        color: #000000;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .ytplayer {
        width: 320px;
    }
    .commitee-section .commitee-item h3 {
        font-size: 1.2rem;
    }
    .commitee-section .commitee-item p {
        font-size: 0.9rem;
    }
}
/*======================
    NEUROENDOCRINI
========================*/
.classification-section {
    background-color: #f7f7f7;
}
.classification-section .classification-box {
    height: 570px;
    background: #FFFFFF;
    border: 4px solid #34B752;
    padding: 60px;
}
.classification-section .classification-box h3 {
    font-weight: bold;
    text-transform: uppercase;
}
.classification-section .classification-box h3 .font-color {
    font-size: 1em;
    font-weight: normal;
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .classification-section .classification-box {
        height: auto;
        padding: 12px;
    }
}

.work-section {
    background-color: #f7f7f7;
}
.orientation-section .orientation-img {
    height: 100px;
}

.where-section {
    background-color: #f7f7f7;
    text-align: center;
}

.where-section h4.title-region {
    color:#34B752;
    font-weight: bold;
    text-transform: uppercase;
}

.therapy-section {
    background-color: #ffffff;
}

.where-section a.btn {
    width: 180px;
    padding: 18px;
    margin: 20px 0;
}

.where-list {
    text-align:left;
}
.where-list .where-box {
    background: #FFFFFF;
    border-left: 3px solid;
    border-color: #34B752;
    padding: 20px;
    margin: 10px;
}
.therapy-section .where-list .where-box {
    background-color: #f7f7f7;
}
.where-list .where-box .where-list-title {
    font-size: 16px;
    font-weight: bold;
}
.where-list .where-box .where-list-reference {
    font-size: 16px;
    color: #000000;
    text-transform:uppercase;
}
.where-list .where-box .where-list-mail,
.where-list .where-box .where-list-phone{
    font-size: 14px;
}


/*.modal {*/
/*    display: none;*/
/*    width: 100%;*/
/*    max-width: 800px;*/
/*    padding: 0 0 40px 0;*/
/*    text-align: justify;*/
/*    border-radius: 0px;*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
/*}*/
/*.modal .fancybox-close-small {*/
/*    top: 6px;*/
/*}*/
/*.modal .content-header {*/
/*    background: #34B752;*/
/*    border:none;*/
/*    padding: 12px;*/
/*}*/
/*.fancybox-button svg {*/
/*    color: #FFFFFF;*/
/*}*/
/*.modal .content-header h3 {*/
/*    color: #FFFFFF;*/
/*    text-transform: uppercase;*/
/*    margin: 0px;*/
/*}*/
/*.modal .content-scroll {*/
/*    max-height: calc(100vh - 200px);*/
/*    overflow: auto;*/
/*    padding: 12px 20px 0 20px;*/
/*}*/
/*.modal .content-scroll .where-item {*/
/*    border-bottom: 1px solid #f1f1f1;*/
/*    padding: 0 0 16px 0;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.modal .content-scroll h4 {*/
/*    font-size: 1.2rem;*/
/*    line-height: 1rem;*/
/*}*/
/*.modal .content-scroll a {*/
/*    padding: 0 8px;*/
/*}*/

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .classification-section .classification-box {
        height: 665px;
    }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .where-section a.btn {
        width: 150px;
        padding: 12px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .classification-section .classification-box {
        height: 638px;
        padding: 25px;
        margin: 10px 0;
    }
}
/*======================
   NEWS & EVENTI
========================*/
.news-filter {
    background-color: #f7f7f7;
}
.news-filter .list-inline .list-inline-item {
    background-color: #34B752;
    padding: 4px 10px;
}
.news-filter .list-inline .list-inline-item a {
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.news-filter .list-inline .list-inline-item:hover {
    background-color: #12AC34;
}

.news-page-section {
    padding-top: 0px !important;
}

/*======================
    DONAZIONE
========================*/
.donate-other-section {
    background-color: #f7f7f7;
}
.donate-other-section .donate-deposit {
    background: #34B752;
    color: #FFFFFF;
    padding: 60px;
}
.donate-other-section .donate-deposit .title-container h2 {
    color: #FFFFFF;
    margin: 20px 0;
}
.donate-other-section .donate-deposit h3 {
    color: #FFFFFF;
}
.donate-other-section .donate-deposit .bank-term {
    font-size: 22px;
}
.donate-info-section .paragraph-highlight {
    position: relative;
    z-index: 1;
}
.donate-info-section .paragraph-highlight p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 40px 70px;
    z-index: 999;
}
.donate-info-section .paragraph-highlight:before {
    position: absolute;
    top: 20%;
    left: 10px;
    font-family: 'icomoon';
    color: #f7f7f7;
    content: "\ea08";
    font-size: 80px;
    vertical-align: middle;
}


/*======================
    DIVENTA SOCIO
========================*/
.member-todo-section h2 {
    font-weight: bold;
    margin: 0 0 15px 0;
}
.member-todo-section .highlight-text {
    position: relative;
    width: 45%;
    background-color: #34B752;
    color: #FFFFFF;
    padding: 25px;
    z-index: 1;
}
.member-todo-section .highlight-text h2 {
    color: #FFFFFF;
}
.member-todo-section img {
    position: absolute;
    top: 0;
    right: 65px;
}
.member-todo-section .card {
    background-color: #34B752;
    border-radius: 0px;
    margin: 10px 0 5px;
}
.member-todo-section .card-header {
    color: #FFFFFF;
    background-color: #34B752;
    border-radius: 0px;
    border-color: transparent;
}
.member-todo-section .card-header .btn {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px 9px 0px;
}
.member-todo-section .card-header .btn:hover {
    text-decoration: none;
}
.member-todo-section .card-body {
    color: #FFFFFF;
    padding: 0 1.25rem 1.25rem;
}

.member-tobe-section .member-tobe-box {
    height: 260px;
    background: #34B752;
    color: #FFFFFF;
    padding: 25px 40px;
    margin: 20px;
}
.member-tobe-section .member-tobe-box i {
    font-size: 40px;
}
.member-tobe-section .member-tobe-box h4 {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0 5px 0;
}

.donate-section {
    background-image: url("../img/zebra.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;
}
.donate-section .donate-box {
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px;
}
.donate-section .donate-box h2 {
    color: #FFFFFF;
    text-transform:uppercase;
    margin: 0px;
}

.faq-section {
    background-color: #f7f7f7;
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .member-tobe-section .member-tobe-box {
        padding: 28px 30px;
    }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .member-todo-section img {
        width: 223px;
        right: 16px;
    }
    .member-tobe-section .member-tobe-box {
        height: 302px;
        padding: 25px;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .member-todo-section img {
        width: 200px;
        right: 16px;
    }
    .member-tobe-section .member-tobe-box {
        height: 353px;
        padding: 28px 18px;
    }
    .donate-section .donate-box {
        padding: 40px;
    }
    .faq-section h3 {
        font-size: 1.5rem;
    }
}
/*======================
    CONTATTI
========================*/
.contact-info-section h2 {
    font-size: 1.8rem;
    font-weight: bold;

}

.contact-form-section {
    background-color: #f7f7f7;
}
.form-message .form-message {
    padding: 12px 0;
}
.form-message span.error-text {
    font-weight: bold;
}

/*======================
    STATUTO
========================*/
.statute-section {
    background-color: #f7f7f7;
}
.statute-section ul {
    list-style:none;
}

/*======================
    PRIVACY
========================*/
.privacy-section {
    background-color: #f7f7f7;
}
.privacy-section h4 {
    font-size: 1rem;
    font-weight: bold;
}
.privacy-section ul {
    list-style: none;
}

#cookie-policy-box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 60px 200px 100px;
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    z-index: 9999;
    color: rgb(241, 242, 241);
    background: rgba(76, 81, 81, 0.7);
}

#cookie-policy-box a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-policy-box a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn.btn-cookie {
    /*position: absolute;*/
    /*bottom: 45px;*/
    /*left: 0;*/
    /*right: 0;*/
    width: 250px;
    padding: 10px 20px;
    background-color: #34B752;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0 20px;
}

.btn.btn-cookie:hover {
    color: #FFF;
    text-decoration: none;
}
#cookie-modify a {
    color: #34B752;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #cookie-policy-box {
        padding: 60px 40px 100px;
    }
}
@media (max-width: 480px) {
    .c-layout-revo-slider {
        height: 550px;
        max-height: 550px;
        overflow: hidden;
    }
    .c-layout-revo-slider-pattern {
        height: 550px;
        background-image: none;
        background-color: #48b445;
    }
    #cookie-policy-box {
        padding: 40px 20px 100px;
    }
    .btn.btn-cookie {
        left: 42%;
    }
}

/*======================
   AREA RISERVATA
========================*/

#user-name-in-anchor {
    font-weight: bold;
}