html {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #3E3F42;
}

/********** START - GLOBALS **********/
.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.full-width:before,

.full-width:after {
    display: table;
    content: " ";
}

.full-width:after {
    clear: both;
}

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no-wrap {
    white-space: nowrap;
    display: inline-block !important;
    overflow: hidden;

}

.no-border {
    border: none !important;
}

.height1{
    min-height: calc(100vh );
}

.height-header-background {
    height: 225px;
}
/********** END - GLOBALS **********/



/********** START - NAV BAR **********/
.navigators-container {
    transition: top 0.5s;
    z-index: 2030 !important;
}

.nav-auth-container {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    height: 25px;
    transition: 0.5s;
}

.nav-auth-up {
    transition: top 0.5s;
    top: -30px !important;
}

.auth-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-auth-container .auth-item:hover {
    color: #D44787 !important
}

.nav-container {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.navbar-logo {
    height: 30px !important;
    width: 120px !important;
}

.nav-shadow {
    -webkit-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    transition: 1s;
}

.nav-item {
    margin-right: 20px;
    white-space: nowrap;
    display: inline-block;
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #002494;
}

.navbar-nav .nav-link {
    color: #002494;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #D44787 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown .nav-link  {
    pointer-events: none;
}

.dropdown-container {
    margin: 0 0 0 0;
    background-color: rgba(255, 255, 255, 0.95);
    border:none;
}

.dropdown-item {
    background-color: transparent !important;
}

.dropdown .dropdown-item:hover {
    color: #D44787 !important
}

.nav-search {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #002494;
    font-size: 16px !important;
}

.search-icon {
}

.nav-button {
    background-color: #D44787;
    border-radius: 4px;
    border: none;
}

.nav-button:hover {
    background-color: #002494;
}

.nav-button a:hover {
    color: white;
}

.underline-nav-item {
    border-bottom: 2px solid #D44787;
}

/********** END - NAV BAR **********/


/********* START -  FOOTER ********/
.footer-container {
    background-color: #002494 !important;
    width: 100%;
}

.footer-logo {
    fill: white !important;
}

.footer-category-title {
    border-bottom: 1px solid;
    border-color: #D44787 !important;
    padding: 0 20px 0 0;
    white-space: nowrap;
    display: inline-block;
}

.footer-category-item {
    color: white !important;
    /*white-space: nowrap;*/
    /*display: inline-block;*/
}

.footer-container a:hover {
    color: #D44787 !important;
}

.footer-category-item:hover {
    color: #D44787 !important;
    border-bottom: 5px;
}

.footer-bottom-bar {
    background-color: #5C6AB3;
}

.footer-bottom-bar a:hover {
    color: #D44787 !important;
}

.footer-shadow {
    -webkit-box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
    box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
}

.arrow-top {
    position: absolute;
    right: 40px
}
/********** END -  FOOTER ********/



/********* START -  HOME ********/
.carousel .slick-prev {
    position: absolute;
    left: 10%;
    top: 45%;
    z-index: 10;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowLeftHomeCarousel.png') no-repeat;
    background-size: 45px 80px;
    height: 80px;
    width: 45px;
}

.carousel .slick-next {
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 45%;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowRightHomeCarousel.png') no-repeat;
    background-size: 45px 80px;
    height: 80px;
    width: 45px;
}

.slick-dots li.slick-active button {
    background-color: #D44787;
    border-color: #D44787;
}

.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0;
    border: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.90);
    font-size: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: scale(0.65);
}

.slick-dots {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
    padding-left: 0;
}

.card-image {
    height: 150px !important;
    align-self: center;
}

.custom-card {
    background-color: white;
}

.custom-card a:hover {
    color: #D44787 !important;
    text-decoration: underline;
}
/********** END -  HOME *********/


/******* START -  CMS INFO ******/
.card.collapsed {
    border-width: 0 0 1px 0;
    border-color: #7EC0F4;
}

.card-header.collapsed {
    background-color: white !important;
    border-width: 0 0 1px 0;
    border-color: #7EC0F4;
}

.card-header:not(.collapsed) {
    background-color: #5C6AB320 !important;
    border: none;
}

.card-body.collapsed {
    background-color: white !important;
}

.card-body:not(.collapsed) {
    background-color: #5C6AB320 !important;
}

/******** END -  CMS INFO *******/


/******* START -  CMS ARTICLES *******/
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-img-top-highlighted {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 3px;
}

.img-300pxh {
    width: 100%;
    height: 300px;
    object-fit: cover;
    float: right !important;
}

.img-article {
    width: 100%;
    /*height: 300px;*/
    object-fit: cover;
    float: right !important;
}

.img-500pxh {
    width: 100%;
    height: 500px;
    object-fit: cover;
    float: right !important;
}

.background-overlay {
    background-color: #5C6AB350;
    width: 100%;
}
/******* END -  CMS ARTICLES *******/



/******* START -  CMS MEDIA *******/
.media-card {
    background-color: #7EC0F425;
}
/******* END -  CMS MEDIA *******/



/******* START -  CMS COMMUNICATES *******/
.active-communicate {
    background-color: white !important;
    border-width: 0 0 1px 0 !important;
    border-color: #7EC0F4 !important;
}

.inactive-communicate{
    float: right !important;
}
/******* END -  CMS COMMUNICATES *******/


/******* START -  CMS COMMUNICATES *******/
.full-height-image {
    width: 100%;
    min-height: 100%;
    object-fit: cover;


}
/******* END -  CMS COMMUNICATES *******/


/******* START -  CMS WHAT IS PAD *******/
.what-is-pad-img {
    width: 70%;
    object-fit: contain;
    display:block;
    margin:auto;
}

.section-img {
    width: 70%;
    object-fit: contain;
    display:block;
    margin:auto;
}
/******* END -  CMS WHAT IS PAD *******/


/******* START -  WIDGET PARTNERS *******/
.partner-avatar {
    height: 120px;
    object-fit: contain;
    display:block;
}

.scrollPartners .slick-prev {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowLeft.png') no-repeat;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

.scrollPartners .slick-next {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 30px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowRight.png') no-repeat;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

/******* END -  WIDGET PARTNERS *******/


/******* START -  CMS ABOUT US*******/
.post-avatar {
    width: 100%;
    object-fit: cover;
    display:block;
}
/******* END -  CMS ABOUT US *******/


/******* START -   SEARCH*******/
.search-card-shadow {
    -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
}
/******* END -  SEARCH*******/


/******* START -   CONTACT*******/
.contact-form input, .contact-form select {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
    color: #002494;
    font-family: Merriweather-Regular !important;
}

.contact-form input::placeholder{
    color: #002494;
    font-family: Merriweather-Regular !important;

}

.contact-form label{
    margin-top: 10px;
    color: #002494;
    font-size: 14px;
    font-weight: 500;
}

.contact-form textarea{
    resize: none;
    border: 1px solid #002494;
    border-radius: 3px;
    color: #002494;
}

.contact-form .text-gdpr a {
    resize: none;
    color: #047bff;
    border: none !important;
}

.contact-form .field-gdpr-inline_fg {
    display: flex;
    align-items: center;
}

.contact-form .field-gdpr-inline_fg label{
    margin-left: 10px;
}

.contact-form .checker {
    margin-top: 10px;
}

.contact-form a{
    margin-top: 20px;
    resize: none;
    border: 1px solid #002494;
    border-radius: 3px;
    color: #002494;
    width: 35%;
}
/******* END -   CONTACT*******/




/******* START -   SHARE*******/
.icon-share {
    margin-right: 5px;
}

.share-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
    box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
}

.share-option:hover {
    border-color: #cdd;
}

.share-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: 99;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 999999999;
}

.targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.close-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/******* END -   SHARE*******/

/******* START -   MAP*******/
#map {
    width:600px;
    position:relative;
    margin:auto;
    margin-top: -75px;
    height: 530px;
}

#map-content .text {
    font-size: 22px;
    font-weight: bold;
    color: #D44787;
}

#map-content .shape img {
    height: 150px;
}

#map-content .info {
    font-size: 15px;
    color: #002494;
    text-transform: uppercase;
}

#map-content path {
    cursor: pointer;
}

#map-content text {
    pointer-events: none;
}

#map-content .pad-info {
    text-align: center;
    margin-top: 20px;
}

#map-content .pad-info-date {
    color: #002494;
}
/******* END -   MAP*******/

/******* START - FEEDBACK************/
#feedback-form .col-form {
    margin-bottom: 15px;
}
#feedback-form input[type="text"], #feedback-form textarea {
    max-width: 500px;
    border-color: #002494;
}
#feedback-form input[type="text"] {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
}


.form-group label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494 !important;
    margin-top: 20px;
}

.choice {
    font-size: 16px;
    font-family: Merriweather-Light !important;
    color: #002494;
}

.col-form-field_text label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.col-form-field_textarea label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.col-form-field_textarea textarea {
    font-family: Merriweather-Regular !important;
    color: #002494;
}


.choice input {
    border: 1px solid #81ECFF !important;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    background-color: #00000010;
}

.choice.checked input {
    border: 4px solid #002494 !important;
    background-color: white;
}
/******* END -   FEEDBACK**************/

/******* START - CAROUSEL************/
.image-button {
    background-color: #002494;
    border-radius: 4px;
    border: none;
}

.image-button a:hover {
    color: white !important;
}

.background-overlay-white {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
}
/******* END - CAROUSEL**************/

/******* START - STATS************/
#stats-form .field_select_fg {
    margin-bottom: 0;
}
#stats-form select, #stats-form .btn-get-stats {
    margin-top: 40px;
}

#mediu-judet {
    margin-bottom: 20px;
}

/******* END - STATS**************/
.popup-home .modal-dialog {
    margin-top: 200px;
}

.popup-home p {
    font-size: 14px;
    font-family: Merriweather-Regular !important;
    /*color: #002494 !important;*/
}


/********START - FORM VERIFICA POLITA*************/
#pad-verify-form .btn-secondary {
    background-color: #D44787;
    border-radius: 4px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

#pad-verify-form .btn-secondary:hover {
    background-color: #002494;
    color: white;
}

#pad-verify-form .btn-light {
    background-color: white !important;
    border-radius: 4px;
    /*font-family: Merriweather-SemiBold !important;*/
    font-weight: bold;
    padding: 8px 22px 8px 22px;
    border: 2px solid #002494;
    color: #002494;
}

#pad-verify-form label {
    font-family: Merriweather-Regular !important;
    font-size: 18px;
}

#pad-verify-form small {
    font-family: Merriweather-Regular !important;
    font-size: 12px;
}

#pad-verify-form .layout-default {
    width: 50%;
}

#pad-verify-form .float-right-not-mobile {
    float: right;
}


/********END - FORM VERIFICA POLITA*************/

/********START - GDPR*************/
#gdpr p{
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 18px;
}

#gdpr span{
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 16px;
}

#gdpr h3{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 22px !important;
}

#gdpr h2{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 24px !important;
}

#gdpr h4{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 20px !important;
}

#gdpr li {
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 16px;
}
/********END - GDPR*************/

h1 {
    font-weight: 500;
}

.subfieldset {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.subfieldset legend {
    border-bottom: 1px solid #ddd;
    color: #002494;
}

.nav-auth-container .dropdown-item {
    padding: 5px 1rem;
}
.nav-auth-container .dropdown-menu {
    min-width: auto;
}

.dropdown-menu .img-lang {
    margin-right: 6px;
}
.img-lang {
    width: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-pad:active ,
.btn-pad:focus ,
.btn-pad:hover {
    background-color: #fff;
    border: 1px solid #D44787;
    color: #D44787;
}
.btn-pad {
    background-color: #D44787;
    border: 1px solid #D44787;
    border-radius: 4px;
    padding: 11px 25px 7px 25px;
    color: #fff;
    font-family: Merriweather-Bold !important;
    font-size: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .footer-container .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-container .col.col-12 ,
    .footer-container .col-lg-3 ,
    .footer-container .col.col-6 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .nav-auth-container .justify-content-center {
        -ms-flex-pack: flex-end !important;
        justify-content: flex-end !important;
    }
}
@media (max-width: 1300px) {
    .smallHeader .navbar-nav .nav-item:first-of-type .nav-link{
        white-space: normal;
    }
    .smallHeader .nav-item {
        text-align: center;
    }
    .smallHeader .nav-button {
        max-width: 186px;
        font-size: 12px !important;
    }
    .smallHeader .navbar-nav {
        align-items: center;
    }
    .smallHeader .navbar-logo {
        height: auto !important;
        width: 107px !important;
    }
    .smallHeader .nav-container .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nav-search {
        max-width: 175px;
    }
    .search-nav{
        max-width: 150px;
    }
    .smallHeader .nav-search {
        max-width: 100px;
    }
    .smallHeader .nav-link {
        font-size: 14px !important;
    }
    .nav-item {
        margin-right: 10px;
    }
    .smallHeader .nav-item {
        margin-right: 7px;
    }
    .smallHeader .nav-button .text-nowrap{
        white-space: normal !important;
    }
}

.popup-home .modal-dialog {
    max-width: 650px;
}

.button-more-home {
    position: absolute;
    right: 0;
    bottom: 8%;
}