.entris-project h1 a {
    color: #000000;
}

.entris-project h1 a:before {
    background: #000000;
}

.some-padding {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 5%;
}

.did-you-know {
    background: #191919;
    padding: 30px 20px;
    position: sticky;
    top: 10px;
    bottom: 10px;
}

.affix-ehat {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padsr {
    padding: 30px
}

.img-responsive {
    padding: 15px 25px;
    border-radius: 4px;
}

.div-content-logo {
    margin: 15px 0;
    position: relative;
    transform-style: preserve-3d;
    transition: all .7s ease;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.entris-project h4 a.main-title-pos {
    color: #191919;
    font-size: 28px;
}

.entris-project h4 a.main-title-pos:before {
    background-color: #191919;
}

.el-flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.notifications-status {
    display: inline-block;
}

.notifications-status .item-nt {
    float: left;
}

.notifications-status .item-nt .item-cell-pos {
    max-width: 60px;
    width: 50px;
    float: left;
}

.notifications-status .item-nt .item-cell-pos .arrow-bf {
    height: 19px;
}

.notifications-status .item-nt .item-cell-pos .arrow-bf:after {
    height: 13px;
    width: 13px;
    top: 3px;
    right: -7px;
}

.notifications-status .item-nt .item-cell-pos .arrow-bf:before {
    height: 13px;
    width: 13px;
    top: 3px;
    left: -7px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.entries-table {
    padding-bottom: 40px;
}

.active-circle {
    background: radial-gradient(#69ff69, #000000);
}

.item-nt .des-stauts {
    margin-left: 14px;;
    margin-right: 20px;
    font-size: 16px;
    /*line-height: 66px;*/
}

.content-table-zz {
    padding: 0 0 30px 0;
    margin-bottom: 20px;
}

.entries-table {
    max-width: 100%;
    width: 100%;
    padding: 15px 10px 15px 0;
    min-width: 1100px;

}

.item-cell-pos span {
    font-size: 16px
}

.table-zz {
    width: 100%;
    overflow: hidden;
}

.table-zz .title-row {
    font-size: 16px;
}

.item-cell-pos {
    padding: 15px 0;
    max-width: 175px;
}

.table-zz tfoot tr {
    height: 60px;
}

.table-zz tfoot td {
    text-align: center;
    width: 100px;
}

.bottom-de .item-cell-pos {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.content-table-zz {
    overflow: hidden;
}

.arrow-bf {
    background: -moz-linear-gradient(top, #848484 0%, #848484 35%, #525252 50%, #525252 64%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #848484 0%, #848484 35%, #525252 50%, #525252 64%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #848484 0%, #848484 35%, #525252 50%, #525252 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 80%;
    height: 45px;
    margin: 0 auto;
    position: relative;
}

.green-arrow {
    background: -moz-linear-gradient(top, #426988 0%, #004c87 41%, #254262 57%);
    background: -webkit-linear-gradient(top, #426988 0%, #004c87 41%, #254262 57%);
    background: linear-gradient(to bottom, #426988 0%, #004c87 41%, #254262 57%);
}

.arrow-bf:before {
    content: '';
    transform: rotate(45deg);
    height: 31px;
    width: 31px;
    position: absolute;
    left: -15px;
    top: 6px;
    background: #fff;
    z-index: 0;
}

.arrow-bf:after {
    content: '';
    transform: rotate(45deg);
    height: 31px;
    width: 31px;
    position: absolute;
    right: -15px;
    top: 7px;
    z-index: 1;
    background: -moz-linear-gradient(-45deg, #848484 0%, #848484 35%, #525252 50%, #525252 64%);
    background: -webkit-linear-gradient(-45deg, #848484 0%, #848484 35%, #525252 50%, #525252 64%);
    background: linear-gradient(135deg, #848484 0%, #848484 35%, #525252 50%, #525252 64%);
}

.green-arrow:after {
    background: -moz-linear-gradient(-45deg, #426988 0%, #004c87 41%, #254262 57%);
    background: -webkit-linear-gradient(-45deg, #426988 0%, #004c87 41%, #254262 57%);
    background: linear-gradient(135deg, #426988 0%, #004c87 41%, #254262 57%);
}

.pos-row .main-logo {
    height: 180px;
}

figure.effect-apollo {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.58);
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.58);
}

figure figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
}

figure.effect-apollo img {
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.4s;
    transition: opacity 0.35s, transform 0.4s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 170px;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    vertical-align: middle;
    font-weight: 600;
    background: rgba(0, 0, 0, .65);
}

figure.effect-apollo p a.z {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-decoration: none;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*MODAL*/
#modal_full_ehat img.modal-content-ehat {
    border-radius: 5px;
    cursor: pointer;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.5s;
    animation-name: zoom;
    animation-duration: 0.5s;
    height: 100%;
    max-width: 95%;
    object-fit: contain;
}

/* The Modal (background) */
.modal-01 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    padding-bottom: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
    text-align: center;
}

/* Modal Content (Image) */
.modal-content-01 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The Close Button */
.span_close-01 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.span_close-01:hover,
.span_close-01:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.button-np button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.4vw;
    opacity: 0;
    transition: opacity .8s ease;
    cursor: pointer;

}

.button-np button:focus {
    outline: 0;
}

.button-np button:active {
    color: #828282;
}

.button-np button:hover {
    opacity: 1;
}

.button-np button.owl-next {
    right: 10px;
}

.button-np button.owl-prev {
    left: 10px;
}

#modal_full_ehat:hover > .button-np button {
    opacity: 1;
}

.item-results img.img-cover {
    height: 190px;
    min-height: 190px;
    border: 1px solid #dcdcdc;
    object-fit: cover;
}

.progress-on-site .item-results img.img-cover {
    object-fit: contain;
    padding: 25px;
    background: #fff;
}

.faqs-drop .category-faqs {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 500;
    padding: 15px 0;
    margin: 0;
}

.faq-title i {
    font-size: 16px;
    margin-right: 15px;
}

.only-faqs {
    padding-top: 50px;
}

.progress-on-site .content-disclaimer {
    text-align: justify;
    font-size: 14px;
}

.progress-on-site .content-disclaimer h5 {
    font-size: 16px;
}
