.items div.order {
position: absolute;
right: 28px;
top: 0;
}

#abovetopbanner div.itemsgroup {
    padding-top: 10px;
}

.filter_opt a {
    display: inline-block;
    padding: 10px 5px;
}

.items h3 {
    overflow-wrap: anywhere;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1, #contenttop h2, button {
font-family: 'Poppins', sans-serif;
}

/* TITLES */

#contenttop h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 50px;
    font-weight: 600;

}

#contenttop h1.c-title-xl {
    font-size: 60px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1em;
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
}

#contenttop h1.c-title-lg {
    font-size: 40px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1.2em;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

#contenttop h1.c-title-lg.c-title-logo, #contenttop h1.c-title-lg span.c-title-logo {
margin-left: 0;
margin-bottom: 15px;
}

#contenttop h1.c-title-lg.c-title-logo span, #contenttop h1.c-title-lg span.c-title-logo span {
    font-weight: 300;
    position: relative;
    display: inline-block;
}

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ff5776;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 18px;
    top: 8px;
}

#contenttop h1.c-title-md, #belowsite h1.c-title-md {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
}

#contenttop h3 {
    color: #2a3157;
    font-size: 20px;
}

/* BUTTON */

.c-button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
}

.c-button:hover {
    background-color: #00ccbd;
}

.c-button::after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}

.c-button:hover::after {
right: -5px;
}

/* BUTTON WHITE */

.c-button.c-button-white {
background-color: white;
    color: #2a3056;
}

.c-button.c-button-white:hover {
    background-color: #ff5776;
    color: white;
}

.c-button.c-button-white::after {
    color: #3d3e42;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON GREENBLUE */

.c-button.c-button-greenblue {
    background-color: #00ccbd;
}

.c-button.c-button-greenblue:hover {
    background-color: #2a3056;
    color: white;
}

.c-button.c-button-greenblue::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON BLUE SE WHITE */

.c-button.c-button-blue-white {
    background-color: #2a3157;
}

.c-button.c-button-blue-white:hover {
    background-color: white;
    color: #2a3056;
}

.c-button.c-button-blue-white::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-blue-white:hover::after {
    color: #2a3157;
}


/* BUTTON CONTAINER TOP SECTION */

.c-button-top {
    display: inline-block;
    background-color: #2a3157;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

.c-button-middle {
    display: block;
    background-color: #ff5776;
    color: white;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.c-button-bottom a {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

/* =============== */

.c-maxw1280 {
max-width: 1280px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-maxw900 {
max-width: 900px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-ptop-100 {
padding-top: 100px;
}

.c-pbottom-100 {
padding-bottom: 100px;
}

/* SOCIAL MEDIA ICONS */

.c-social-icon {
    background-color: #ff5776;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
margin-right: 15px;
}

.c-social h3 {
margin-bottom: 10px;
}

/* ============= */

.c-bgcolor-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 60%;
    background-position: center top;
    min-height: 600px;
    background-repeat: no-repeat;
}

/* SECTION HEADER */

.c-section-header {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.c-section-header > div {
    width: 50%;
}

#contenttop .c-section-header h1.c-title-lg {
    text-align: left;
    color: white;
}

.c-section-header > div:nth-child(2) {
text-align: right;
}

.c-video-box {
    height: 50vh;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 9/16;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
transition: 0.3s;
}

.c-video-box:hover {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
}

.c-video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-video-box img {
width: 100%;
height: auto;
margin: 0px;
position: relative;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    top: 0px;
    left: 0px;
transition: 0.3s;
border-radius: 1.2vw;
}

.c-video-box:hover img {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
    top: -10px;
    left: -10px;
}

.c-image-border {
border-radius: 1.2vw;
}

.c-box-gap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* FOOTER */

.c-footer {
padding-top: 100px;
padding-bottom: 100px;
}

.c-partner-footer {
    background-color: white;
    margin: 0;
    padding: 20px;
    height: auto;
    width: 180px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
}

.c-partner-footer img {
    width: 100%;
    height: auto;
}

.c-footer .c-title-md {
margin-top: 15px;
}


/* PARTNERS SECTION */

.c-partner-box {
    border-radius: 10px;
    border: 1px solid #cfd0d3;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    margin: 20px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    transition: 0.3s;
text-align: center;
}

.c-partner-box img {
    filter: grayscale(1);
    transition: 0.3s;
    width: 100%;
    height: auto;
    max-width: 220px;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 16/10;
}

.c-partner-box:hover {
    box-shadow: 5px 5px 0px rgb(0 0 0 / 20%);
    top: -5px;
    left: -5px;
}

.c-partner-box:hover img {
    filter: grayscale(0);
}

.c-partners-section h1 {
    width: 50%;
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}


/* RESPONSIVE */

@media (max-width: 990px) {
/* SECTION HEADER */

.c-section-header {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.c-section-header > div {
    width: 100%;
}


.c-section-header > div:nth-child(2) {
text-align: left;
}

.c-bgcolor-container {
    background-size: 100% 90%;
}

#contenttop h1.c-title-lg span.c-title-logo span:before {
    left: 18px;
}

.c-partner-box {
    margin: 5px;
}

.c-partner-box img {
    filter: grayscale(0);
}

#contenttop h1.c-title-xl {
    font-size: 30px;
}

.c-video-box {
    margin-top: 30px;
}


}


/* FOOTER PARTNERS SECTION */

.c-footer-partners-container {
    padding-top: 70px;
}

.c-footer-partners-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-box h1 {
width: 100%;
}

.c-footer-partners-box:nth-child(1) {
width: 30%;
    padding-top: 30px;
}

.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 100px;
    border-right: 1px solid;
}

.c-footer-partners-box:nth-child(2) {
    width: 70%;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-logo {
    margin-top: 10px;
}

.c-footer-partners-logo img {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-right: 15px;
}


@media (max-width: 1024px) {
.c-footer-partners-container {
    margin-left: 15px;
    margin-right: 15px;
}
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 55px;
}
}

@media (max-width: 768px) {
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 0px;
    border-right: 0px solid;
}
.c-footer-partners-box:nth-child(1), .c-footer-partners-box:nth-child(2) {
    width: 100%;
}
}

/* CTA */

.c-cta-link {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-color: #00ccbe;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link:hover {
    background-color: #ff5776;
}

.c-cta-link-big {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    text-align: center;
    background-color: #ff5776;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link-big:hover {
    background-color: #ff5776;
}


/* =============== */

/* DATES BOXES */

.c-dates-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #2a3157;
    border-radius: 20px;
    text-align: center;
}

.c-dates-boxes h3 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 800;
    color: #ff5776;
width: 100%;
margin-top: 20px;
}

.c-date-box {
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    align-items: center;
    font-size: 20px;
    margin: 10px;

}

.c-date-box h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 800;
color: #2a3157;
margin-top: 0px;
}

.c-date-box p {
margin-bottom: 0px;
margin-top: 10px;
}

@media (max-width: 990px) {
.c-date-box {
    width: calc(50% - 10px);
    margin: 5px;
}

.c-date-box h3 {
    font-size: 20px;
}
}

/* PARTNERS */

.c-partner-container {
    width: 100%;
    position: relative;
}

.c-partner-inner {
    position: relative;
    display: flex;
    max-width: 1280px;
    margin: auto;
flex-direction: row;
}

.c-logo {
    flex-basis: 33.33%;
    margin: 20px;
    margin-top: 90px;
    text-align: center;
}

.c-logo img {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 10px 0px rgb(0 0 0 / 20%);
}

.c-top-bg-color {
    background-color: #00ccbd;
    position: absolute;
    width: 100%;
    height: 65%;
top: 0;
}.c-newlogo {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 190px;
    transform: translate(-50%, 0%);
}


.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}


.mobile-header {
    height: auto;
    min-height: 90px;
}

#mobile-header button {
    color: white;
    font-size: 24px;
    padding: 10px;
    background-color: #ff5776;
    border-radius: 50%;
}

.header__menu-toggle {
    width: auto;
    height: auto;
}

.side-nav__hide {
    width: auto;
    height: auto;
    background-color: #ff5776;
    padding: 10px;
    border-radius: 50%;
}.c-newsletter {
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
margin: auto;
}

.c-newsletter h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
    font-family: 'Poppins', sans-serif
}

.c-newsletter .mc-field-group label {
  margin-top: 12px;
  margin-bottom: 4px;
}

.c-newsletter input#mc-embedded-subscribe.button {
  margin-top: 8px;
}



.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #2a3157;
font-family: 'Poppins', sans-serif;
}



.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

/* BUTTON */

.c-newsletter form .submit button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
}

.c-newsletter form .submit button:hover {
    background-color: #00ccbd;
}

.c-newsletter form .submit button::after {
    content: '\e163';
    font-family: 'Material Symbols Outlined';
    margin-top: 0;
    font-size: 19px;
    position: absolute;
    right: 19px;
    top: 18px;
    margin-left: 10px;
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.c-newsletter form .submit button:hover::after {
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#topbanner {
    height: 0px;
}
#topmenu {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9dd;
}




/* BUTTON */

#topbanner a.c-button-topbanner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 60;
    height: 100px;
    min-width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #00ccbe;
}

#topbanner a.c-button-topbanner:hover {
    background-color: #00ccbd;
}

#topbanner a.c-button-topbanner::after {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}


#topbanner a.c-button-topbanner:hover::after {
right: -10px;
}

#topbanner a.c-button-topbanner:before {
    content: '';
    border-bottom: 2px solid white;
    position: absolute;
    width: 2px;
    height: 2px;
    left: 165px;
    margin-top: 13px;
    transition: all 0.3s;
}

#topbanner a.c-button-topbanner:hover:before {
    width: 10px;
}

div.topmenu ul li {
    border-radius: 5px;
}


/* ABOVE TOP BANNER */

#abovetopbanner .htmlbox {
float: initial;
}

#abovetopbanner .htmlbox p {
    margin-bottom: 0;
    line-height: 0.9;
   color: white;
font-size: 14px;
letter-spacing: 1px;
    text-transform: uppercase;
}/* QUICK INFO ICONS */

.c-quick-icon a, .c-quick-icon span {
    display: block;
    text-decoration: none;
}

.c-quick-icon a {
margin: 0 10px;
}

.c-quick-icon.c-icon-phone .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

.c-quick-icon.c-icon-globe .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 500,  'GRAD' 0,  'opsz' 48;
  color: #fdb913;
}

.c-quick-icon.c-icon-location .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 48;
    color: #00ccbe;
}

.c-heart-wishlist .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 800, 'GRAD' 0, 'opsz' 48;
    color: #ff5776;
}

.c-heart-wishlist:hover .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 48;
}

/* ===== */

.c-detail-quickinfo-container, .share_link_detail {
color: #2a3056;
}

.c-detail-quickinfo-container {
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.c-detail-quickinfo-container div {
    line-height: 1.2em;
}

.c-detail-quickinfo-inner {
    display: flex;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 10px;
    position: relative;
    background-color: white;
}

.c-detail-quickinfo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-detail-quickinfo-box {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgb(0 0 0 / 20%);
}

.c-detail-quickinfo-box:last-child {
    border-right: 0px;
}

.c-detail-quickinfo-box p {
    margin-bottom: 0px;
    line-height: 1em;
}

.c-sayhello a {
    color: #ff5776;
    font-weight: 800;
    text-decoration: none;
}

.c-hr-name {
    text-align: left;
}

.c-hr-name p {
    font-weight: 800;
}

.c-hr-name span {
    font-size: 0.9em;
    display: block;
    line-height: 1.6em;
    font-weight: 400;
}

/* ========== */

.share_link_detail {
    background-color: #efefef;
    margin: 15px auto;
    border-radius: 10px;
    position: relative;
    width: fit-content;
    border: 1px solid transparent;
}

.share_link_detail:hover {
    border-color: #666;
}

.share_link_detail span.text {
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 10px;
    color: #2a3056;
    margin-left: 8px;
}

.share_link_detail a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #2a3056;
    display: flex;
}

.share_link_detail a .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
  color: #2a3056;
}.c_detail_modal .dynpager_info {
    display: none;
}

.c_headerinfo {
    text-align: center;
}

.c-leftboxy {
background-color: #272727;
position: relative;
}

.c-leftboxy .linkto {
    position: absolute;
    bottom: 20px;
    bottom: 170px;
    right: 20px;
}

div.items .c-leftboxy div.linkto a {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.c-leftboxy .linkto span {
    font-size: 36px;
}

.c-rightboxy .group_add {
    background-color: #efefef;
}

div.items .c-rightboxy .group_add div.infoline {
margin-bottom: 0px;
padding-bottom: 10px;
}

div.items div.detail .c-rightboxy h3 {
background-color: #efefef;
margin-bottom: 0px;
padding-bottom: 50px;
font-weight: 800;
    font-size: 22px;
}

.c-rightboxy .group_add.c-logo-detail {
    padding-top: 50px;
}

@media (min-width: 991px) {
.c-rightboxy .group_add.c-logo-detail img {
    padding: 15px 30px;
    background-color: white;
    border-radius: 7px;
    margin: 0 auto;
    max-width: 200px;
    width: auto;
    height: 60px;
    object-fit: contain;
}
}

.c-rightboxy .group_add.c-tags-detail {
padding-bottom: 50px;
}
.c-rightboxy .group_add.c-tags-detail a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
}



/* JOB DETAILS NEW */

.c-job-details-container {
    padding-left: 30px;
    padding-right: 30px;
}

.c-jobdesc-box {
    margin-bottom: 30px;
    margin-top: 30px;
}

div.items div.contentboxy .c-jobdesc-box span.label {
    font-size: 2em;
    text-transform: uppercase;
    color: #2a3056;
    line-height: 1.6em;
    padding-left: 0;
}

.c-jobdetail-box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 60px;
}

.c-jobdetail-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-image: linear-gradient(180deg, #2a3157 19%, #fdb913 20%, #fdb913 39%, #00ccbe 40%, #00ccbe 59%, #ff5776 60%, #ff5776 79%, #2a3157 80%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.c-jobdetail-box::after {
 content: '';
    position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.c-jobdetail-box.c-duhast::after {
background-image: url('/cache/files/a66300aa88a484ac853a25f5fb8fb8c90dc55f18.png');
}

.c-jobdetail-box.c-hardfacts::after {
background-image: url('/cache/files/0841ff13c8d532d62008c703c1fb30803ea05d72.png');
}

.c-jobdetail-box.c-lohn::after {
background-image: url('/cache/files/77201de3e049c2d9e218e361c27236271140cd26.png');
}

div.items div.contentboxy .c-jobdetail-box span.label {
    font-size: 2em;
    text-transform: uppercase;
    color: #2a3056;
    line-height: 1.6em;
    padding-left: 0px;
    background-image: unset;
}

/* SLICK ARROWS NEW */

.c_detail_modal .slick-vertical .slider-arrows {
    bottom: calc(6% + 30px);
    bottom: 170px;
    right: auto;
    top: auto;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    left: 20px;
}

.c_detail_modal .slick-vertical .slider-arrow-left {
   bottom: calc(6% + 100px);
   bottom: 240px;
}

@media (min-width: 991px) {
.c_detail_modal .slick-vertical .slider-arrows {
    bottom: auto;
    top: calc(50% + 40px);
}
.c_detail_modal .slick-vertical .slider-arrow-left {
bottom: auto;
    top: calc(50% - 40px);
}
}

.c_detail_modal .slick-vertical .slider-arrows span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transform: rotate(90deg);
}

.c_detail_modal .slick-vertical .slider-arrow-right span:before {
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
}

.c_detail_modal .slick-vertical button.slider-arrows::after {
    content: 'next';
    position: absolute;
    bottom: -20px;
    color: white;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 14px;
}

.c_detail_modal .slick-vertical .slider-arrow-left span:before {
    content: "\e5c4";
    font-family: 'Material Symbols Outlined';
}

.c_detail_modal .slick-vertical button.slider-arrows.slider-arrow-left.slick-arrow::after {
    content: 'prev';
}


/* VIDEO TITLE & COMPANY LOGO MOBILE VIEW */

div.items div.detail .boxy.c-mobileinfo {
    position: absolute;
    bottom: 65px;
    width: 100%;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

div.items div.detail .boxy.c-mobileinfo h3 {
    line-height: 0.7;
margin-bottom: 7px;
}

div.items div.detail .boxy.c-mobileinfo h3 a {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail, div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail a {
    font-size: 12px;
    color: white;
}

/* TO KOYTI ME TA TAGS NA MIN XEPERNAEI TIS 3 GRAMMES */
div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
}
/* ============== */

div.items div.contentboxy div.infoline {
    margin: 0px;
    padding: 0px;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-logo-detail {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    float: right;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-logo-detail img {
    width: 100%;
    height: auto;
    max-width: 90px;
}

/* END VIDEO TITLE & COMPANY LOGO MOBILE VIEW */


/* DETAIL MORE VIDEOS - SIMILAR VIDEOS */
.morevideoscontainer {
    padding: 20px;
}

.morevideoscontainer .morevideos_title {
    font-weight: 700;
    font-size: 1.2em;
}


.morevideosvimeo .vimeo_player_morevideos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
}

.morevideosvimeo .vimeo_player_morevideos a {
    position: relative;
}

.morevideosvimeo .vimeo_player_morevideos a img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}


.morevideosvimeo .vimeo_player_morevideos a:before {
content: '';
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 15%);
position: absolute;
top: 0%;
left: 0%;
}

/* NEW DESIGN .morevideosvimeo .vimeo_player_morevideos a:before */
.morevideosvimeo .vimeo_player_morevideos a:before {
content: '';
width: 100%;
height: auto;
background-color: rgb(0 0 0 / 15%);
position: absolute;
top: 0%;
left: 0%;
aspect-ratio: 9/16;
}

.morevideositem .description, .vimeo_player_container .description {
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 800;
    padding: 6px 10px;
    background-color: #ff5776;
    border-radius: 6px;
    line-height: 0.8;
    font-size: 12px;
}

.vimeo_player_container .description {
    top: 15px;
    right: 15px;
    left: auto;
}

/* ============== */

.morevideosvimeo .vimeo_player_morevideos a::after {
content: '';
width: 40px;
height: 40px;
background-image: url('/cache/files/4c92d1caa10896fb96b733b66fb186ea9c90f847.svg');
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* MORE VIDEOS MODAL */
.vp_morevideos_modal .slick-vertical .slider-arrows {
    bottom: calc(6% + 30px);
    bottom: 70px;
    right: auto;
    top: auto;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    left: 20px;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left {
    bottom: 140px;
}

.vp_morevideos_modal .slick-vertical .slider-arrows span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transform: rotate(90deg);
}

.vp_morevideos_modal .slick-vertical .slider-arrow-right span:before {
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
}

.vp_morevideos_modal .slick-vertical button.slider-arrows::after {
    content: 'next';
    position: absolute;
    bottom: -20px;
    color: white;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 14px;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left span:before {
    content: "\e5c4";
    font-family: 'Material Symbols Outlined';
}

.vp_morevideos_modal .slick-vertical button.slider-arrows.slider-arrow-left.slick-arrow::after {
    content: 'prev';
}

/* DISABLED BUTTON */

.vp_morevideos_modal .slick-vertical .slick-disabled {
opacity: 0.3;
}

/* BIZ BUTTON DESIGN */

.c-biz-link {
margin-left: 30px;
margin-top: 50px;
margin-bottom: 50px;
}

.c-biz-link .button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
background-image: none;
}

.c-biz-link .button:hover {
    background-color: #00ccbd;
background-image: none;
}

.c-biz-link .button::after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}

.c-biz-link .button:hover::after {
right: -5px;
}.share_link_list {
 position: absolute;
z-index: 2;
right: 20px;
bottom: 94px;
    right: 22px;
    bottom: 110px;
    pointer-events: all;
}

.share_link_list a {
color: white;
}

div.horizitemboxy .delimiter {
    background-color: #efefef;
    background-color: white;
}

div.horizontalitems div.item div.photos,
#contenttop div.horizontalitems div.item div.photos img {
    width: 100%;
    object-fit: cover;
    background-color: #efefef;
    aspect-ratio: 9/16;
    border-radius: 10px;
}

.vimeo_player_list_container video[poster]{
    object-fit: cover;
}

div.horizontalitems .horizitemboxy {
    border: 1px solid #dedede;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.c-videothumb {
    display: flex;
    text-align: left;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#contenttop .c-videothumb h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

div.list .c-tags-detail {
font-size: 14px;
color: #777777;
padding-right: 10px;
}

div.list .c-tags-detail a {
color: #777777;
text-decoration: none;
}

div.list .c-logo-detail {
    width: 70px;
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
    align-items: flex-start;
    border-radius: 5px;
    margin: 10px;
}


/* FAVORITE ICON - WISHLIST */
div.horizontalitems div.group.c-favorite-heart {
    min-height: auto;
    line-height: 1;
    position: absolute;
    bottom: 60px;
    right: 0;
    bottom: 75px;
    right: 3.5px;
    z-index: 2;
    pointer-events: all;
}

div.items div.group.c-favorite-heart a {
    padding-top: 0;
    padding-bottom: 0;
}

div.horizontalitems div.group.c-favorite-heart .material-symbols-outlined {
  font-variation-settings:  'FILL' 0,  'wght' 800,  'GRAD' 0,  'opsz' 48;
transition: 0.3s;
}

div.horizontalitems div.group.c-favorite-heart:hover .material-symbols-outlined {
color: #ff5876;
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

div.horizontalitems div.group.c-favorite-heart.active .material-symbols-outlined {
color: #ff5876;
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

/* END FAVORITE ICON - WISHLIST */

/* INFO ICON - LINK TO DETAIL */

div.horizontalitems div.linkto {
    position: absolute;
    min-height: auto;
    bottom: 20px;
    right: 0;
    margin: 0;
    pointer-events: all;
}

div.linkto span {
    pointer-events: none;
}

div.horizontalitems div.linkto span.material-icons, div.horizontalitems .material-symbols-outlined {
    font-size: 24px;
}

div.horizontalitems div.linkto span.material-icons {
    font-size: 40px;
    color: #00ccbe;
}

/*
div.horizontalitems div.linkto span.material-icons::after {
content: 'INFO';
font-size: 16px;
 font-weight: 800;
text-align: center;
    font-family: 'Poppins', sans-serif;
display: block;
}*/

/* END INFO ICON - LINK TO DETAIL */

/* OVERLAY GRADIENT STO ITEM */

div.list div.item .infoboxy {
position: relative;
}

div.list div.item .c_overlay_boxy {
position: absolute;
    height: auto;
    min-height: 450px;
    width: 100%;
    aspect-ratio: 9/16;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    pointer-events: none;
}

.editoptionsmode div.list div.item .c_overlay_boxy {
   position: static;
   pointer-events: all;
}



/* FILTRA GIA TAGS */

.aboveitems .filter_opt {
    padding: 0px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.aboveitems .filter_opt a {
    font-size: 14px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
padding: 5px 5px;
border-radius: 5px;
    margin-right: 10px;
transition: 0.3s;
user-select: none;
width: fit-content;
}

.aboveitems .filter_opt a.selected {
    background-color: #2a3157;
    color: white;
position: relative;
    border: 1px solid #2a3157;
}

.filter_opt a.selected::after {
    content: ' ';
}

.aboveitems .filter_opt a:hover {
    background-color: #2a3157;
    border: 1px solid #2a3157;
    color: white;
}

.aboveitems .filter_opt a.disabled{
    opacity: 0.4;
cursor:not-allowed;
pointer-events: all;
}

.aboveitems .filter_opt a.disabled:hover {
    color: #8f8f8f;
    background-color: white;
    border: 1px solid #8f8f8f;
}

/* ============ */


/* VIEW FILTRO ME CLOSE - X */
/*
.filter_opt a.selected::after {
    content: 'x';
    position: absolute;
    top: -12px;
    right: 0;
    background-color: #00ccbe;
    width: 18px;
    height: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
} */


@media (max-width: 990px) {

/* PLAY BUTTON */

div.horizontalitems div.item div.photos a:before {
    font-family: 'Material Symbols Outlined';
    content: "\e037";
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgb(255 255 255 / 20%);
    font-size: 30px;
    line-height: 1em;
    font-variation-settings: 'FILL' 1;
    border-radius: 5px;
transition: 0.3s;
}

div.horizontalitems div.item div.photos:hover a:before {  
background-color: rgba(255, 87, 118, .8);
}

div.horizontalitems div.item div.photos a::after {
    content: "VIEW VIDEO";
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 60px;
    color: white;
    font-size: 12px;
    line-height: 1em;
    max-width: 60px;
    text-align: left;
    font-weight: 800;
}
}@media (max-width: 1280px) {
#contenttop h1.c-title-xl {
    font-size: 40px;
    margin: 20px auto 50px auto;
    max-width: 860px;
}
}

@media (max-width: 1100px) {
.c-detail-quickinfo-box {
padding-left: 10px;
padding-right: 10px;
}
}

@media (max-width: 990px) {
.c-partners-section h1{
width: 100%;
}

#contenttop h1.c-title-lg {
font-size: 30px;
}

#contenttop h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 1;
}

/* FILTRA GIA TA TAGS */

.aboveitems .filter_opt a {
    font-size: 12px;
    margin-right: 7px;
}

/* ============== */

.c_detail_modal .close_button, .vp_morevideos_modal .close_button {
    left: 20px;
    top: 20px;
}

.c_detail_modal .slick-slider {
   height: 100vh;
   height: var(--doc-height);
}

#content {
    padding-left: 15px;
    padding-right: 15px;
}

#innercontent {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-arrows {
    bottom: 20px;
}
.slider-arrow-left {
    bottom: 90px;
}

button.slider-arrows.slider-arrow-right.slick-arrow::after, button.slider-arrows.slider-arrow-left.slick-arrow::after {
font-size: 14px;
bottom: -15px;
}

.c-slider-top .slick-current.c-slide-lg:before, .c-slider-top .slick-current.c-slide-lg::after {
opacity: 0 !important;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left {
    bottom: auto;
    top: calc(50% - 40px);
}
.vp_morevideos_modal .slick-vertical .slider-arrow-right {
    bottom: auto;
    top: calc(50% + 40px);
}

.c-footer .col-md-2, .c-footer .col-md-3{
margin-top: 40px;
}

}

/* QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */
@media (min-width: 769px) {
.c-sayhello-mobile, .c-wishlist-mobile, .c-title-share-mobile {
display: none;
}

div.items div.detail .boxy.c-mobileinfo {
display: none;
}

}
/* END QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */

@media (max-width: 768px) {

/* QUICK INFO MOBILE VERSION */

.c-detail-quickinfo-container div {
    width: 100%;
}

.c-sayhello-desktop, .c-wishlist-desktop {
display: none;
}

.c-detail-quickinfo-icons {
border-right: 0px;
    text-align: center;
}

.c-detail-quickinfo-container {
    margin: -30px 15px 0px 15px;
}

.c-detail-quickinfo-inner {
    width: 100%;
}

.c-quickinfo-mobile-boxes {
    padding: 15px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box {
    width: 90%;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile {
    background-color: #ff5776;
    text-align: center;
    border-radius: 5px;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile.c-sayhello a {
    color: white;
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box.c-wishlist-mobile {
width: auto;
}

.c-quickinfo-mobile-boxes .c-heart-wishlist {
    display: flex;
    align-items: center;
}

.c-title-share-mobile {
    white-space: nowrap;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 0px;
    margin-left: 15px;
}

/* END QUICK INFO MOBILE VERSION */

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    width: 4px;
    height: 4px;
    left: 13px;
    top: 5px;
}

}.pager {
    text-align: center;
    padding: 20px;
}

.pager_foundinfo {
font-weight: 800;
margin-bottom: 10px;
}

.pagetext {
    margin-right: 10px;
}

.pager .pager_pagecount a.currentpage {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.pager .pager_pagecount a.nextpage {
    width: 20px;
    display: inline-block;
    aspect-ratio: 1/1;
    background-color: #ff5776;
    color: white;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

.pager .pager_pagecount a.previouspage {
    width: 20px;
    display: inline-block;
    aspect-ratio: 1/1;
    background-color: #ff5776;
    color: white;
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
}#contenttop div.items.horizontalitems div.list .c-videothumb h3 {
    font-size: 14px;
    letter-spacing: -0.5px;
}#content div.c-logos-decr {

}

#content div.c-logos-decr div.htmlboxcontent {
max-width: 1280px;
margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    color: #2a3056;
}

#content div.c-logos-decr div.htmlboxcontent .c-logobox {
    padding: 20px;
    border: 2px solid #ebebeb;
    border-radius: 20px;
    width: 25%;
    margin: 20px;
}

#content div.c-logos-decr div.htmlboxcontent .c-logobox img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

@media {max-width: 990px) {
#content div.c-logos-decr div.htmlboxcontent .c-logobox {
    width: 50%;
}
}

@media (max-width: 768px) {
#content div.c-logos-decr div.htmlboxcontent .c-logobox {
    width: 100%;
}

#content div.c-logos-decr div.htmlboxcontent {
    width: 100%;
}

#content div.c-logos-decr div.htmlboxcontent .c-logobox {
    padding: 20px;
    border: 2px solid #ebebeb;
    border-radius: 20px;
    width: 100%;
    margin: 20px;
    overflow: hidden;
}

#content div.c-logos-decr div.htmlboxcontent .c-logobox p {
    font-size: 14px;
}

}.notloggedin .filegallery {
display: none;
}.c-append-gallery .theitems {
    display: flex;
    gap: 10px;
}

@media (max-width: 990px) {
.c-append-gallery .theitems {
     flex-wrap: wrap;
}

.notloggedin .itemsizer {
display: none;
}

.c-append-gallery .theitems div.item {
width: calc(50% - 5px);
}

}.c-buttons-row-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}