* {
    margin: 0;
    padding: 0;
}

::selection {
    background-color: #2dffc6;
    color: #fff
}

.btn:focus,
:focus {
    outline: 0!important;
    box-shadow: none!important;
}

html,
body {
    min-height: 100vh;
}

body {
    background-image: radial-gradient(#34a1da, #012537);
    color: #fff;
}

body a {
    color: #fff;
}

a {
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus,
a.active-lang {
    color: #2dffc6;
}

html,
body,
.body-wrapper {
    height: 100%;
    line-height: 1.2;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 40px;
}

#sp-main-body {
    flex: 1 0 auto;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .container-inner {
    padding: 40px 0 30px;
    border-top: 1px solid #2dffc6;
    text-align: center;
    color: #f2f2f2;
    font-size: 16px;
    text-transform: uppercase;
}

#sp-header>.container {
    max-width: 1650px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:focus,
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:focus>a {
    color: #fff;
}

.sp-megamenu-parent>li {
    counter-increment: number
}

.sp-megamenu-parent>li>a:before {
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    right: 25px;
    top: -12px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 300;
    color: #2dffc6;
}

#sp-header.header-sticky .logo a img {
    height: 55px;
}

.blur-ball {
    position: absolute;
    z-index: -1;
}

.blur-ball-1 {
    left: 40%;
    top: 30px;
}

.blur-ball-2 {
    left: 1%;
    top: 180px;
}

.blur-ball-3 {
    left: 10%;
    top: 450px;
}

.pc-image-link {
    max-width: 255px;
    text-align: left;
    margin-bottom: 40px;
    display: inline-block;
}

.pc-image-link img {
    display: inline-block;
}

.pc-heading-heading {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: none;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1em;
    color: #2dffc6;
}

.pc-heading-subheading {
    font-weight: 300;
    text-transform: none;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #e1e1e1;
}

#sp-bottom .sp-module {
    margin-bottom: 0;
}

.social-icons .fa {
    font-size: 16px;
}

#sp-slider ul,
#sp-slider ol,
#sp-slide ul,
#sp-slide ol {
    padding-left: 30px;
    list-style: none;
}

#sp-slider ul li,
#sp-slider ol li,
#sp-slide ul li,
#sp-slide ol li {
    padding: 5px 0;
}

#sp-slider ol li,
#sp-slide ol li {
    counter-increment: number;
    position: relative;
    font-size: 24px;
}

#sp-slider ol li:before,
#sp-slide ol li:before {
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 10px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 300;
    color: #2dffc6;
}

.toAnimate {
    transition: all .4s ease-in-out;
    opacity: 0;
}

.toAnimate.toLeft {
    transform: translate3d(120px, 0, 0);
}

.toAnimate.toRight {
    transform: translate3d(-120px, 0, 0);
}

.toAnimate.animated {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.cataccordion {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.cataccordion .accordion {
    padding: 0px;
    height: 86px;
    margin-left: 150px;
    box-sizing: border-box;
    background-color: #EAF6FE !important;
    text-transform: uppercase;
    color: #005B9C !important;
    margin-bottom: 22px !important;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    padding-left: 42px;
}

.accordion.case {
    position: relative;
    width: calc(100% - 150px) !important;
    display: flex;
    align-items: center;
}

.icobase {
    display: block;
    height: 86px;
    width: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px 86px;
    position: absolute;
    left: -115px;
    top: 0px;
}

.ico-1 {
    background-image: url(/images/Poliesteri/ico-1.svg);
}

.ico-1:hover {
    background-image: url(/images/Poliesteri/ico-1hover.svg);
}

.cataccordion div span {
    width: 75%;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    font-weight: 400 !important;
    color: #005b9c;
}

.accordion.case .open,
.accordion.case .close {
    display: inline-block;
    height: 51px;
    width: 51px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 16px;
    right: 12px;
    opacity: 1 !important;
}

.accordion.case .open {
    background-image: url(/images/open.svg);
}

.accordion.case .close {
    background-image: url(/images/close.svg);
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.panel {
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.cataccordion .panel {
    width: calc(100% - 150px) !important;
    margin-left: 150px;
    padding-left: 16px;
}

.rt-logo-showcase .rt-logo-item {
    border-radius: 20px;
    background-color: #2377a3;
    /* border-top: 4px solid #2dffc6!important; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rt-logo-showcase .rt-logo-item .single-logo-container>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

div.mod-languages a {
    font-weight: 300;
}

p.contactus-lightbox-text-center {
    color: #000;
}

#sp-left ul.menu .active a,
#sp-right ul.menu .active a {
    color: #2dffc6;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .cataccordion .panel,
    .cataccordion .accordion.case {
        width: 100%!important;
        margin-left: 0;
        padding-left: 15px;
    }
    .cataccordion .icobase {
        display: none;
    }
    #sp-header.header-sticky .logo a img {
        height: auto;
        max-width: 60px;
    }
}

@media (max-width: 768px) {
    ul.social-icons {
        height: 38px;
        margin-bottom: 20px;
    }
    .mod-languages {
        margin: 0 -.75rem;
    }
}

@media (max-width: 480px) {}