/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
    height: 100%;
}

body {
    overflow-x: hidden;
}

button:focus {
    outline: none;
    box-shadow: none;
}

/* Full Page Carousel itself */
.carousel {
    height: 100%;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
    height: 100%;
}

/* end Full Page Carousel itself */

/* Navbar animation */
.navbar {
    background-color: #1c2331;
}

.top-nav-collapse {
    background-color: #1c2331;
}

.nav-item.current {
    background-color: rgba(100, 100, 100, 0.2);
    font-weight: 400;
    border-bottom: solid 1px #bbb;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1c2331;
    }

    .nav-item.current {
        background-color: rgba(100, 100, 100, 0.3);
        border-bottom: none;
    }
}

/* Footer color for sake of consistency with Navbar */
footer {
    font-size: small;
}

.page-footer {
    /* display: none; */
    background-color: #1c2331;
}

.tit-footer {
    font-weight: 500;
}

/*mercati e commissioni*/

ul.tabs-mercati {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-mercati li.current {
    color: #444;
}

ul.tabs-mercati li {
    background: none;
    color: #0087c1;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    border-right: 1px solid lightgrey;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.table.table-mercati tr th {
    border-bottom: 0 none;
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    vertical-align: middle;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

.table>thead>tr>th {
    vertical-align: bottom;
}

.nav-pills.tabs-big>li>a,
.nav-tabs.tabs-big>li>a {
    height: 90px;
    line-height: 90px;
}

.nav-pills>li>a,
.nav-tabs>li>a {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: 60px;
    background-color: #999;
    color: #fff;
}

.nav-tabs>li>a {
    font-size: 18px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav>li>a {
    padding: 10px 15px;
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative;
}

#portfolio .portfolio-item .servizi-evoluti {
    height: 100%;
    border: solid 0.5px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: rgba(13, 74, 112, 0.4);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family:
        'Roboto', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
}

#portfolio * {
    z-index: 2;
}

.text-align-left {
    text-align: left;
}

.text-align-link-footer {
    text-align: right;
}

#portfolio h5 {
    font-weight: 500;
}

/*@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}*/

@media (max-width: 991px) {
    #trading .linea {
        border: none;
        padding-bottom: 2em;
    }

    .services .linea {
        border: none;
        padding-bottom: 2em;
    }
}

@media (max-width: 440px) {
    .txt-carousel h1 {
        font-size: 2em;
        font-weight: bold;
    }

    .titolo-piatt h1 {
        font-size: 5em;
    }
}

@media (min-width: 1199px) {
    .padding-left-1 {
        padding-left: 3rem;
    }
}

.portfolio-modal {
    padding-right: 0 !important;
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    font-size: 2em;
    margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family:
        'Droid Serif',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
    cursor: pointer;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 50px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 50px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

.padding-30 {
    padding-top: 2rem;
}

.padding-30-b {
    padding-bottom: 2rem;
}

.padding-30-tot {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.icona-banca-regione {
    color: #444;
    text-align: right;
}

.banca-regione {
    color: #444;
    text-align: left;
}

.text-banca-regione a {
    font-size: 1rem;
    color: #444;
}

.nomebanca {
    font-size: 1.2rem;
    color: #114773;
    font-weight: 600;
}

.banca-business {
    color: #000;
    text-align: justify;
}

.titolo-piattaforme {
    font-size: 1.2rem;
    color: #114773;
    font-weight: 600;
}

.sottotitolo-piattaforme a {
    font-size: 1rem;
    color: #444;
}

.piattaforme-txt {
    color: #444;
    text-align: left;
}

.p-servizievoluti {
    padding: 3em;
}

.help-footer {
    padding-top: 2em;
}

.font-20 {
    font-size: 3rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-15 {
    font-size: 1.5rem;
}

.font-13 {
    font-size: 1.3rem;
}

.font-12 {
    font-size: 1.2rem;
}

h1 {
    color: #114773;
}

h3 {
    color: #114773;
}

.h3-b {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
}

h5 {
    color: #276797;
    font-weight: 400;
}

#uno {
    display: none;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 400px;
    position: absolute;
}

#due {
    display: none;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 400px;
    position: absolute;
}

#tre {
    display: none;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 400px;
    position: absolute;
}

.italico {
    font-style: italic;
}

.italico-red {
    font-style: italic;
    color: #dc3545;
}

.bold-red {
    font-weight: 900;
    color: #dc3545;
}

.img-width-100 {
    width: 100%;
}

.postilla {
    font-style: italic;
    font-size: x-small;
}

.postilla-2 {
    font-style: italic;
    font-size: small;
}

.postilla-3 {
    font-style: italic;
    font-size: medium;
}

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

.padding-left-1 {
    padding-left: 3rem;
}

.strong {
    font-weight: 900;
}

.demi-strong {
    font-weight: 500;
}

.strong-orange {
    font-weight: 900;
    color: #fca82d;
}

.padding1 {
    padding: 1em;
    margin: 0;
    background-color: #ffffff;
}

.padding4 {
    padding: 4em;
    margin: 0;
}

.padding-left-50 {
    padding-left: 50px;
}

.margin-1 {
    margin-top: 1em;
}

.linea {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.linea-bianca {
    border-right: 1px solid #fff;
}

.bianco {
    color: #fff;
    z-index: 100;
}

.link-title {
    color: #276797;
}

.sfondo-azzurro {
    background-color: #12467214;
}

.sfondo-azzurro-pad {
    background-color: #12467214;
    padding: 1em;
}

.col-width-35 {
    width: 35%;
}

.col-width-25 {
    width: 25%;
}

.col-width-20 {
    width: 20%;
}

.col-width-15 {
    width: 15%;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #67b0d1;
    top: 0;
    border-radius: 0;
}

.services .icon {
    margin-bottom: 15px;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #67b0d1;
    transition: all 0.3s ease-in-out;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box:hover .icon i {
    color: #fff;
}

.service-sf-azzurro {
    background-color: #67b0d156;
    padding: 1em;
    color: #000;
    margin-bottom: 10px;
}

.sf-azzurro {
    background-color: #67b0d156;
    padding: 1em;
    color: #000;
}

.icon-webinar {
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(68, 88, 144, 0.3);
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 1;
}

.icon-eventi {
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(68, 88, 144, 0.3);
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 1;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.event-thumb {
    width: 100%;
}

.testo-video-webinar {
    font-size: 0.7em;
    text-align: left;
}

.font-16 {
    font-size: 0.7em;
}

.servizi-aggiuntivi-box {
    margin-bottom: 10px;
}

.no-border {
    border: 0;
}

.title-data {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(68, 88, 144, 0.32);
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: 600;
    color: #114773;
}

.video-webinar {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(68, 88, 144, 0.32);
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 1;
}

.min-width-350 {
    min-width: 350px;
}

/* FORM DIVENTA CLIENTE stili copiati da vecchio codice - verificare cosa serve */
.frm label {
    float: left;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
}

.frm input {
    border-radius: 6px;
}

.dc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dc>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-self: center;
}

.dc>[class*='col-'] img {
    align-self: center;
}

.dc-list {
    line-height: 1;
    padding: 10px 0 0 15px;
}

.dc-title {
    width: 100%;
    text-align: left;
    font-size: 24px;
}

.dc-note {
    text-align: left;
}

.dc-note p {
    font-size: 12px;
    text-align: left;
}

.dc-note h4 {
    font-size: 175%;
}

.dc>[class*='col-'] {
    height: 140px;
}

.dc-button {
    padding: 12px 16px;
    font-size: 16px;
    min-width: 0;
}

.dc-button-eu {
    padding: 6px 10px;
    font-size: 16px;
    min-width: 0;
}

.how-opn>p {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    font-weight: 500;
}

.choise {
    font-size: 250%;
    margin: 10px auto;
    color: #666666;
}

.priva {
    font-size: 0.9rem;
    text-align: left;
    font-weight: 300;
}

.big-choise {
    text-align: center;
    box-sizing: content-box;
    border: 2px solid #044d9a;
    display: inline-block;
    max-width: 200px;
    padding: 8px;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
}

.big-choise>.note {
    font-size: 14px;
    font-weight: 300;
}

.big-choise img {
    width: 50%;
}

.big-choise:hover,
.big-choise.active {
    border: 2px solid #044d9a;
    background-color: #044d9a;
}

.big-choise:hover>.choise,
.big-choise.active>.choise {
    color: white;
}

.big-choise:hover>.note,
.big-choise.active>.note {
    color: white;
}

@media (min-width: 300px) {
    .helpdsk {
        display: none;
    }

    .dc>[class*='col-'] {
        height: auto;
    }
}

.other-choise p {
    width: 100%;
    font-size: 18px;
    text-align: right;
    font-weight: 300;
}

.pir {
    margin-bottom: 0;
}

a.button.tr.verify {
    margin-top: 45px;
}

.fcsml {
    margin-top: 20px;
    cursor: pointer;
}

.tipoc {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
}

.tipoc:not(.dc-p):hover {
    background-color: #fffff0;
}

.dc-pir:hover,
.dc-pir.active {
    border: 2px solid #044d9a;
}

.dc-pir {
    border: 2px solid transparent;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    min-height: 150px;
}

.tipoc p {
    text-align: justify;
}

.container.become {
    text-align: center;
}

.postit {
    width: 140px;
    cursor: pointer;
}

.help p {
    text-align: right;
}

.help>h3 {
    text-align: right;
}

.help>div {
    font-size: 40px;
    float: left;
    color: #044d9a;
}

.dc-label {
    float: left;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
}

.frm label {
    float: left;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
}

.frm input {
    border-radius: 6px;
}

.whatneed>ul {
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.whatneed>ul>li {
    margin-bottom: 0;
}

.whatneed>h3 {
    text-align: left;
}

/*CSS per il menu*/
ul#menu-commissioni {
    font-weight: bold;
}

ul#menu-commissioni,
ul#menu-commissioni li,
ul#menu-commissioni ul,
ul#menu-commissioni ul li {
    list-style-type: none;
}

ul#menu-commissioni a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #2196f3;
}

ul#menu-commissioni li {
    float: left;
    position: relative;
}

ul#menu-commissioni li:hover,
ul#menu-commissioni a:hover {
    color: #114773;
}

.cc-window {
    font-size: 14px;
    line-height: 1.2em;
    opacity: 0.8;
}

.cc-window.cc-banner {
    padding: 0.5em 1.8em;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 50px;
}

.h6-ad {
    font-size: 16px;
    font-weight: 800;
    color: #212529;
}

.as {
    font-size: 1rem;
}

.decoration-none {
    list-style: none;
}

.footer-dati-dir {
    background-color: #fff;
    font-size: small;
    color: #444;
    padding: 10px 30px 0px 30px;
    margin-right: 0;
    text-align: center;
}

.footer-dati-dir-landing {
    background-color: #fff;
    font-size: small;
    color: #444;
    padding: 10px 30px 0px 30px;
    margin-right: 0;
    text-align: center;
}

.footer-dati-dir-landing-pub {
    background-color: #fff;
    font-size: x-small;
    color: #444;
    padding: 10px 30px 0px 30px;
    margin-right: 0;
    text-align: center;
}

.footer-dati-dir-landing p {
    margin-left: auto;
    margin-right: auto;
}

.footer-dati-dir p {
    margin-left: auto;
    margin-right: auto;
}

.grey {
    color: #999;
}

#info-menu li {
    border-left: 0.5px solid #999;
}

.info-menu {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.info-menu-1 {
    margin-left: 0rem;
    margin-right: 0.5rem;
}

#no-dec {
    border-left: 0px;
}

.margin-L-0 {
    margin-left: 0rem;
}

/* scroll down */
.scrolldown {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

/* end scroll down */

/* george */

@media screen and (max-width: 769px) {
    .navbar-brand {
        margin-right: auto;
    }

    .directa_logo {
        display: inline-block;
        margin-left: -6px;
    }
}

@media screen and (max-width: 769px) {
    .navbar-nav.nav-flex-icons {
        flex-flow: column;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 769px) {
    .navbar-nav.linguaChat {
        flex-flow: row wrap;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 425px) {
    .footerNavContainer.col-xl-6.col-lg-6 {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 425px) {
    a.waves-effect.waves-light.footerBTNs {
        display: block;
        margin-bottom: 0.8rem;
    }
}

/*end george */

@media screen and (max-width: 769px) {
    .miniatura {
        max-width: 60px;
    }
}

.navbar-nav {
    text-align: right;
}

/*video*/
.container-yt {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 84px;
}

/* end*/

.carousel-inner {
    background-color: #000;
}

/* fine */

.video-1 {
    background-color: #000;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;

    position: relative;
}

.video-1 iframe,
.video-1 object,
.video-1 embed {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.nano-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.nano-video iframe,
.nano-video object,
.nano-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
}

.our-story-card {
    position: relative;
    /*padding: 50px 5%;*/
    padding: 2rem 5%;
    margin-bottom: 0;
    background: 0 0;
    color: #fff;
}

.video-container {
    margin-top: 70px;
    position: relative;
}

/* video incorporato in tv HP*/
@media only screen and (max-width: 949px) and (min-width: 550px),
only screen and (max-width: 1449px) and (min-width: 950px),
only screen and (min-width: 1450px) {
    .our-story-card {
        padding: 3rem;
    }
}

.animation-card .animation-card-container {
    max-width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.animation-card.watchOnTv .our-story-card-text {
    margin: -5% 0;
}

.animation-card .our-story-card-text {
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 3rem 0 0;
    z-index: 3;
}

.animation-card .our-story-card-img-container {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.animation-card.watchOnTv .our-story-card-animation-container {
    margin: -10% -5% -5% 0;
}

.animation-card .our-story-card-animation-container {
    position: relative;
    overflow: hidden;
}

.animation-card.watchOnTv .our-story-card-animation {
    width: 100%;
    height: 100%;
    max-width: 73%;
    max-height: 54%;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.animation-card.watchOnDevice .our-story-card-video,
.animation-card.watchOnTv .our-story-card-video {
    width: 100%;
    height: 100%;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.center-pixel {
    position: absolute;
    top: 50%;
    left: 50%;
}

#appMountPoint {
    background-color: #1c2331;
}

.img-video {
    max-width: 100%;
    height: auto;
    border: 0;
}

.animation-card.watchOnDevice .our-story-card-img,
.animation-card.watchOnTv .our-story-card-img {
    position: relative;
    z-index: 2;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .carousel {
        height: 100vh;
    }

    .font-20 {
        font-size: 2rem;
    }

    .animation-card .our-story-card-text {
        width: 0;
        height: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 0 0 0 0;
        z-index: 0;
        display: none;
    }

    .animation-card .our-story-card-img-container {
        width: 100%;
        height: 100%;
    }
}

/* end video incorporato in tv HP*/

/* media query video ipad */

@media (max-width: 768px) {
    .video-1 {
        padding-bottom: 68%;
    }

    .container-yt {
        margin-top: 48px;
    }
}

/* media query video mobile L */

@media (max-width: 425px) {
    .video-1 {
        padding-bottom: 72%;
    }

    .container-yt {
        margin-top: 35px;
    }
}

/* media query video mobile S */

@media (max-width: 320px) {
    .video-1 {
        padding-bottom: 74%;
    }

    .container-yt {
        margin-top: 25px;
    }
}

/* end media query video */

/* landings page */
.h1-landing {
    color: #fff;
    font-size: 1.5rem;
}

.navbar>.container,
.navbar>.container-fluid .centra {
    justify-content: center;
}

.width-100 {
    width: 350px;
    margin-top: 30px;
}

.margin-right-15 {
    margin-right: 15px;
}

.feature-title-landing {
    line-height: 1.5rem;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: justify;
}

.feature-title-landing-elenco {
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    margin-top: 2rem;
}

.feature-title-landing-img {
    line-height: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
}

@media (max-width: 375px) {
    .text-align-link-footer {
        text-align: left;
        margin-top: 1rem;
    }
}

@media (max-width: 440px) {
    .txt-carousel .h1-landing {
        font-size: 2rem;
        font-weight: bold;
    }
}

.landing-brand {
    margin-right: initial;
}

.padding-bott {
    padding-bottom: 115px;
}

/* TESTING SECTION FOR DIRECTA'S LANDING pages */
.landCTA_sticky {
    position: relative;
    z-index: 1000;
    display: none;
}

.landCTA_container {
    background: #000000a8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 1.6rem 0;
}

.landCTA2 {
    display: block;

    cursor: pointer;
    background-color: #fca82d;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0.125rem;
    min-width: 266px;
    text-align: center;
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
}

/* Landig CTA Middle Styles */
.landCTA_middle {
    display: block;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #fca82d;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0.125rem;
    min-width: 266px;
    text-align: center;
}

.landCTABox_middle {
    display: block;
}

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

/* end landings page */

/* dropdown menu restyle 14-01-2021 */
.dropdown-menu {
    min-width: 0rem;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    padding: 0;
    box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.top-nav-collapse .dropdown-menu {
    background-color: #1c2331;
    color: white;
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
}

.dropdown .dropdown-menu a {
    color: white;
}

.dropdown .dropdown-menu a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.dropdown-item:hover {
    background-color: #2c3341;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1000px) {
    .navbar .dropdown-menu {
        position: static !important;
        text-align: right;
        border: none;
        box-shadow: none;
    }

    .dropdown-item:hover {
        background-color: #1c2331;
        color: rgba(255, 255, 255, 0.75);
    }
}

/* possible fix for compressed top navbar menu

@media (min-width: 992px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: wrap;
    }
}
*/

/* END dropdown menu restyle 14-01-2021 */

/* revision 2021 UX tweak */
.directa-blue {
    color: #114773;
}

.btn-on-slide {
    font-size: 1rem;
    font-weight: 500;
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 1rem 2.5rem 0.9rem 2.5rem;
}

.btn-on-slide-dark {
    font-size: 1rem;
    font-weight: 500;
    color: #fff !important;
    background-color: #00000040;
    border: 1px solid #fff !important;
    padding: 1rem 2.5rem 0.9rem 2.5rem;
}

.btn-on-slide:hover,
.btn-on-slide:focus,
.btn-on-slide:active,
.btn-on-slide:active:focus,
.btn-on-slide-dark:hover,
.btn-on-slide-dark:focus,
.btn-on-slide-dark:active,
.btn-on-slide-dark:active:focus {
    color: #fff !important;
    background-color: #ffffff10 !important;
    border-color: #fff !important;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 1rem 2.6rem 0.9rem 2.6rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow:
        3px 3px 3px 0 rgba(0, 0, 0, 0.18),
        3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.mid-shadow {
    text-shadow: 3px 3px 3px #00000050;
}

.rgba-black-light-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.rgba-black-light-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.carousel .carousel-scrolldown {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 0.5rem;
    list-style: none;
}

.carousel .carousel-indicators {
    margin-bottom: 3.6rem;
}

.carousel .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.4;
}

.carousel .carousel-indicators li.active {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
}

@media (max-width: 740px) {

    .btn-on-slide,
    .btn-on-slide-dark {
        font-size: 0.96rem;
    }

    .desktop-only {
        display: none;
    }

    .carousel .carousel-indicators {
        margin-bottom: 2rem;
    }

    .carousel .carousel-indicators li {
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 15px;
        margin-left: 15px;
    }

    .carousel .carousel-indicators li.active {
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 15px;
        margin-left: 15px;
    }

    .carousel .carousel-scrolldown {
        margin-bottom: 5rem;
    }
}

/* END revision 2021 UX tweak */

/* revision 2022 UX tweak */
.mt-45,
.my-45 {
    margin-top: 2rem !important;
}

.mb-45,
.my-45 {
    margin-bottom: 2rem !important;
}

.padding-left-1a {
    padding-left: 3rem;
}

@media (max-width: 740px) {
    .padding-left-1a {
        padding-left: 1rem;
    }
}

/* END revision 2022 UX tweak */

/* ZENDESK WIDGET STYLES 2023-03 */
#conversation-badge {
    /*background: #D4D4D4;
    color: black;
    width: 200px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 30px;*/
    cursor: pointer;
}

#unread-indicator {
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    background: black;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    font-weight: 600;
    margin-left: 10px;
}

/* css for tilt animation */
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tilt-animation {
    animation: tilt-shaking 0.25s;
}

/* SalesForce addendum */

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: 'Arial', sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}