body {
    background-color: #212121;
    color: #ffffff;
    font-family: Gravity Regular, sans-serif
}


a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

h3 {
    font-family: Orbitron;
    font-size: 20px;
    line-height: 1.5;
    color: #c8c7b9;
    font-weight: 900;
    text-transform: uppercase;
}

p {
    text-align: justify;
}

label {
    color: #c8c7b9;
}

header nav.navbar {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

header nav.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.7);
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-180 {
    margin-bottom: 250px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-75 {
    padding-top: 75px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-40 {
    padding-left: 40px;
}

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

.pl-100 {
    padding-left: 100px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.row {
    margin-top: calc(1.5rem * -1);
}

.row>* {
    margin-top: 1.5rem;
}

.bg-lightgray {
    background-color: #282828;
}

.btn {
    border-radius: 0;
}

.content {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
}

p.section-title,
p.menu-title,
p.news-title {
    font-family: Orbitron;
    text-transform: uppercase;
    color: #c8c7ba;
}

p.section-title.smaller,
p.news-title.smaller {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.4px;
}


p.menu-title.smaller {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-align: center;
}

p.section-title.bigger,
p.news-title.bigger {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.7px;
    margin-bottom: 50px;
}

a.bigger {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
}

a.medium {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    color: #c8c7ba;
}

p.section-title::before {
    content: "";
    padding: 0 35px;
    outline: solid 1px #c31e24;
    font-size: 0px;
    margin-right: 24px;
}

p.menu-title::before {
    content: "";
    padding: 0 10px;
    outline: solid 1px #c31e24;
    font-size: 0px;
    margin-right: 8px;
}

.dist-title {
    margin-left: 10px !Important;
    text-align: left !Important;
}

p.dist-title::before {
    content: "";
    padding: 0 10px 0px 10px;
    outline: solid 1px #c31e24;
    font-size: 0px;
    position: absolute;
    left: 1px;
    top: 35px;
}

p.section-title-bigger {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.7px;
    font-family: Orbitron;
    text-transform: uppercase;
    color: #c8c7ba;

}

p.section-title-medium {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    /*font-family: Orbitron;*/
    text-transform: uppercase;
    color: #c8c7ba;
    padding-left: 70px
}

p.section-title-small {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    font-family: Orbitron;
    text-transform: uppercase;
    color: #c8c7ba;

}

.carousel-main .carousel-item .dot {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    background:
        linear-gradient(#c8c7b9, #c8c7b9),
        linear-gradient(#c8c7b9, #c8c7b9),
        #c31e24;
    background-position: center;
    background-size: calc(50% + 6px) 3px, 3px calc(50% + 6px);
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
    transition: all 0.2s;
    border: 3px solid #c31e24;
    /* transform: scale(1); */
}

.carousel-main .carousel-item .dot:hover,
.carousel-main .carousel-item .dot[aria-describedby] {
    cursor: pointer;
    /* transform: scale(1.2); */
    background:
        linear-gradient(#c31e24, #c31e24),
        linear-gradient(#c31e24, #c31e24);
    background-position: center;
    background-size: calc(50% + 6px) 3px, 3px calc(50% + 6px);
    background-repeat: no-repeat;
    border: 3px solid #c8c7b9;
}

.slidenumber {
    position: absolute;
    top: auto;
    bottom: 8% !important;
    width: auto;
    left: 7.5% !important;
    font-size: 23px;
    font-weight: 600;
}

.minNumb {
    font-size: 16px;
    font-weight: 100;
}

.card-img,
.card-img-bottom {
    border-radius: 0;
}


.card-group:not(.no-gutter) {
    margin-left: -25px;
    margin-right: -25px;
}

.card-group:not(.no-gutter) .card {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;

}

.card {
    border: 0 none;
    border-radius: 0;
}

.card-img-overlay {
    border-radius: 0;
}

.downloads .card {
    background-color: #282828;
    padding: 37px;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.downloads .card .card-title {
    font-family: Gravity Bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.downloads .card .card-text {
    font-family: Gravity Regular;
    font-size: 13px;
}

.downloads .card:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
}

.downloads .card .round-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.downloads .card .card-body {
    padding: 0;
}

.noback {

    background-color: transparent !important;
    left: auto;
    display: block !Important;
    text-align: left !Important;

}

.round-icon-play {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: absolute;
    left: -70px;
    bottom: 16px;

}

.play {
    transform: none !Important;
}

.noback .card-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.redurl {
    color: red;
    font-size: 18px;
    line-height: 1.3;
    text-transform: initial;
}

div.firlet:first-letter {
    text-decoration: underline;

}

.card-group.categories .card .card-img-overlay {
    top: calc(100% - 85px);
    background-color: rgba(40, 40, 40, 0.8);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.card-group.categories a.card {
    overflow: hidden;
}

.card-group.categories a.card img {
    transition: all 0.2s;
}

.card-group.categories a.card:hover .card-img-overlay {
    top: 0;
    font-size: 35px;

}

.card-group.categories a.card:hover img {
    transform: scale(1.2);
}

/* .card-group.highlights{
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.card-group.highlights .card{
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
    border: 0 none;
} */

.highlights .card {
    background-color: #282828;
    height: 100%;
}

.box-con .card {
    background-color: #212121;
    height: 150px;
    width: 180px;
    float: right;
}

.box-con .card:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 50%);
}

.box-con .card-body {
    display: flex;
    align-items: left;
    justify-content: left;
    font-family: Gravity Regular;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #c8c7b9;
}

.card-bottom {
    text-align: right;
    padding: 10px;
}

.highlights .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Orbitron;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0.9px;
    color: #c8c7b9;
}

.highlights .card-footer {
    height: 50%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.28px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    border: 0 none;
    padding: 0 18px 26px 18px;
}

.carousel-multiple .card {
    overflow: hidden;
}

.carousel-multiple .card img {
    transition: transform .2s;
}

.carousel-multiple .card img:hover {
    transform: scale(1.25);
}

.carousel-multiple .carousel-control-next,
.carousel-multiple .carousel-control-prev {
    top: -54px;
    bottom: auto;
    width: auto;
}

.carousel-multiple .carousel-control-prev {
    right: 60px;
    left: auto;
}

.carousel-multiple .carousel-control-icon {
    font-size: 36px;
}

.social-links {
    color: #c8c7b9;
    display: flex;
    justify-content: center;
}

.social-links i {
    font-size: 36px;
    padding: 15px;
    margin-bottom: 16px;
}

p.info {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.36px;
    text-align: center;
    color: #c8c7b9;
    margin-top: 20px;
}

p.cr {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.26px;
    text-align: center;
    color: #c8c7b9;
}

.arrow {
    font-size: 13px;
    line-height: 1.3;
    color: #c8c7ba;
}

.arrowv2 {
    font-size: 13px;
    line-height: 1.3;
    color: #c8c7ba;
}

.arrow2 {
    font-size: 16px;
    line-height: 32px;

}


.textdeco {
    text-decoration: underline !Important;
}

.btn.arrow {
    color: #fff;
    background-color: #282828;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}
.btn.arrowv2 {
    color: #fff;
    background-color: #282828;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.btn.arrow:hover {
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
}
.btn.arrowv2:hover {
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
}

.arrow.arrow-forward::after {
    content: "→";
    color: #c31e24;
    font-family: sans-serif;
    margin-left: 8px;
}
.arrowv2.arrow-forward::after {
    content: "→";
    color: #c31e24;
    font-family: sans-serif;
    margin-left: 8px;
}

.arrow2.arrow-forward::after {
    content: "→";
    color: #c31e24;
    font-family: sans-serif;
    margin-left: 8px;
}


.arrow.arrow-return::before {
    content: "←";
    color: #c31e24;
    font-family: sans-serif;
    margin-right: 8px;
}

footer {
    color: #c8c7ba;
}

.carousel .carousel-caption {
    text-align: left;
    left: 5%;
    right: auto;
    bottom: 15%;
    width: 45%;
}

.carousel .carousel-caption p.title {
    font-family: Orbitron;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.9px;
    color: #fff;
    margin-bottom: 0;
}

.carousel .carousel-caption p.subtitle {
    font-family: Orbitron;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 0;
}

.carousel-main .carousel-nav {
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    list-style: none;
}

.carousel-main .carousel-nav a {
    width: 255px;
    height: 45px;
    flex-grow: 0;
    font-family: Orbitron;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.34px;
    text-align: center;
    background-color: rgba(200, 199, 185, 0.8);
    color: #272727;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0 10px;
    line-height: 33px;
}

.carousel-main .carousel-nav a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-main .carousel-control-next,
.carousel-main .carousel-control-prev {
    top: auto;
    bottom: 10%;
    width: auto;
    left: 5%;
}

.carousel-main .carousel-control-next {
    right: auto;
    left: 10%;
}

.carousel-main .carousel-control-next-icon,
.carousel-main .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

header nav.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

nav .nav-item a.nav-link,
.nav .nav-item a.nav-link {
    font-size: 16px;
    color: #c8c7b9;
    text-transform: uppercase;
    position: relative;
}

nav .nav-item a.nav-link.active,
nav .nav-item a.nav-link:hover,
.nav .nav-item a.nav-link.active,
.nav .nav-item a.nav-link:hover {
    color: #fff;
}

nav .nav-item a.nav-link.active:before,
.nav .nav-item a.nav-link.active:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #c31e24;
    position: absolute;
    bottom: 6px;
}

header nav.navbar .navbar-toggler {
    color: #c8c7b9;
}

header nav.navbar .dropdown-menu {
    margin-top: 23px;
    background-color: #282828f2;
    border-radius: 0;
    border: 0 none;
    padding: 0;
    min-width: 950px;
    left: -230px;
    /*dodao*/
}

header nav.navbar .access {
    margin-top: 16px;
    min-width: 200px;
    left: -100px;
    /*dodao*/
}

header nav.navbar .dropdown-item {
    font-size: 14px;
    font-family: Gravity Bold;
    line-height: 1.3;
    letter-spacing: 0.28px;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    text-align: center;
}

header nav.navbar .dropdown-item:hover {
    background-color: #c8c7b9;
    color: #282828
}

header nav.navbar .dropdown-menu .accordion-item {
    border-radius: 0;
    border: 0 none;
}

header nav.navbar .dropdown-menu .accordion-button {
    background-color: #c8c7b9;
    color: #282828;
    border-radius: 0;
    border: 0 none;
    font-size: 14px;
    font-family: Gravity Bold;
    line-height: 1.3;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
}

header nav.navbar .dropdown-menu .accordion-button.collapsed {
    background-color: #28282800;
    color: #fff;
}

header nav.navbar .dropdown-menu .accordion-button:focus {
    box-shadow: none;
}

header nav.navbar .dropdown-menu .accordion-button.collapsed:hover {
    /*  background-color: #c8c7b9;
    color: #282828; */
}

header nav.navbar .dropdown-menu .accordion-body {
    background-color: #282828;
    border-radius: 0;
    border: 0 none;
    padding: 0;
}

header nav.navbar .dropdown-menu .accordion-body ul {
    padding: 0;
}

header nav.navbar .dropdown-menu .accordion-body li a.dropdown-item {
    font-family: Gravity Regular;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.24px;
    text-align: right;
    color: #fff;
    text-transform: unset;
}

header nav.navbar .dropdown-menu .accordion-body li a.dropdown-item:hover {
    background-color: #c8c7b9;
    color: #282828;
}

/* .dot-tooltip .tooltip-arrow{
    width: 100px;
} */

.dot-tooltip {
    padding-right: 30px;
}

.dot-tooltip .tooltip-title {
    background: none;
    font-family: Gravity Bold;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
}

.dot-tooltip .tooltip-subtitle {
    background: none;
    font-family: Gravity Regular;
    font-size: 15px;
    color: #fff;
}

.dot-tooltip .btn {
    background-color: #c31e24;
    color: #fff;
    font-family: Gravity Regular;
    font-size: 13px;
    border-radius: 0;
    border: 0 none;
    padding: 4px 18px;
    margin-top: 6px;
}

.dot-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border: 0 none;
    border-bottom: 2px solid #c8c7b9;
    padding: 0 45px;
}

.products .card {
    border: 0 none;
    background-color: #282828;
    border-radius: 0;
    transition: all 0.2s;
    padding: 30px 10%;
    padding-top: 75px;
    height: 100%;
}

.products .card:hover {
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
}

.products .card img {
    transition: all 0.2s;
}

.products .card:hover img {
    transform: scale(1.2);
}


.products .card .card-title {
    font-family: Orbitron;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.products .card .card-body {
    font-family: Gravity Bold;
    font-size: 16px;
    color: #c8c7b9;
    padding: 100px 0 5px 0;
}

.products .card .card-title sup {
    font-size: 10px;
    vertical-align: super;
    padding-left: 8px;
    color: #666665;
}

.dropdown-model-options button {
    border-radius: 0;
    border: solid 1px #c8c7b9;
    background-color: #212121;
    color: #c8c7b9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px;
}

.dropdown-model-options button:focus {
    box-shadow: none;
}

.dropdown-model-options button.show,
.dropdown-model-options button:hover {
    border: none;
    background: none;
    color: #c8c7b9;
    box-shadow: none;
    box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.5);
}

.dropdown-model-options .dropdown-menu {
    background-color: #212121;
    box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: 0 none;
}

.dropdown-model-options .dropdown-item {
    color: #fff;
}

.dropdown-model-options .dropdown-item:hover {
    background-color: #c8c7b9;
    color: #212121;
}

p.product-description {
    font-size: 14px;
    line-height: 1.3;
}

.slick-slide,
.splide__slide {
    transition: transform 0.2s;
    padding: 30px 0;
    position: relative;
}

.slick-slide img,
.splide__slide img {
    opacity: 0.5;
}

.slick-center,
.splide__slide.is-active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 999;
}

.slick-center img,
.splide__slide.is-active img {
    opacity: 1;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    margin: 0 17.5px;
    padding-top: 10px;
}

.slick-dots li button {
    width: 22px;
    height: 2px;
    background: #c8c7b9;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #c31e24;
}

#carouselProductImages .carousel-control-prev {
    padding-right: 40px;
    width: auto;
}

#carouselProductImages .carousel-control-next {
    padding-left: 40px;
    width: auto;
}

#carouselProductImages .carousel-item {
    padding: 0 75px;
}

.card-group.collapse-tiles .card {
    background-color: #c8c7b9;
    color: #282828;
    padding: 37px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.card-group.collapse-tiles .card.collapsed {
    background-color: #282828;
    color: #fff;
}

.card-group.collapse-tiles .card .arrow {
    font-family: Gravity Regular;
    font-size: 13px;
    transition: all 0.2s;
    color: #282828;
}

.card-group.collapse-tiles .card.collapsed .arrow {
    color: #c8c7b9;
}

.card-group.collapse-tiles .card .card-body {
    flex: initial;
}

.card-group.collapse-tiles .card .card-title {
    font-family: Gravity Bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.card-group.collapse-tiles .card:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
}

.row.about-us .card {
    height: 100%;
    background-color: #282828;
    overflow: hidden;
}

.row.about-us .card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 40px;
    background-color: #282828;
    overflow-y:scroll;
}

.row.about-us .card .card-body .card-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.row.about-us .card img {
    z-index: 1;
}

.row.about-us .card .card-img-overlay {
    top: 0;
    background-color: rgba(40, 40, 40, 0.8);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    z-index: 2;

}

.row.about-us .card .card-img-overlay:hover {

    font-size: 45px;


}

.row.about-us .card:hover {
    cursor: pointer;
}

.row.about-us .card:hover .card-img-overlay {
    background-color: transparent;
}

.carousel.news .card:hover {
    cursor: pointer;
}

.carousel.news .card .card-img-overlay {
    top: auto;
    bottom: 0;
    padding: 25px;
    background-color: #00000087;
}

.carousel.news .card .card-title {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.center {
    margin: auto;
    width: 60%;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c8c7b9;
    text-indent: 0;
    transition: all 0.2s;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:hover {
    opacity: 1;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target].active {
    opacity: 1;
    background-color: #c31e24;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target].active {
    margin-right: 25px;
    margin-left: 25px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target].active:after {
    content: "";
    padding: 0 7.5px;
    border-top: 1px solid #c8c7b9;
    margin-left: 10px;
    top: 12px;
    position: absolute;
    opacity: 0.5;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target].active:before {
    content: "";
    padding: 0 7.5px;
    border-top: 1px solid #c8c7b9;
    margin-right: 10px;
    top: 12px;
    position: absolute;
    opacity: 0.5;
    margin-left: -25px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:first-child.active {
    margin-right: 40px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:first-child.active:after {
    padding: 0 15px;
    margin-left: 10px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:first-child.active::before {
    padding: 0;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:last-child.active {
    margin-left: 40px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:last-child.active:before {
    padding: 0 15px;
    /* margin-right: 10px; */
    margin-left: -40px;
}

.carousel-with-dot-indicators .carousel-indicators [data-bs-target]:last-child.active::after {
    padding: 0;
}

.news-title {
    margin-left: -20px;
}

.news-additional-info {
    color: #c8c7ba;
    padding: 8px 20px;
    border-left: 2px solid #c31e24;
    margin-bottom: 42px;
    margin-left: -20px;
}

.news-subtitle {
    font-size: 20px;
    text-transform: uppercase;
}

.dist-subtitle {
    font-family: Orbitron;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 30px;
}

.distributor-title {
    color: #c8c7ba;
    padding-left: 20px;
    border-left: 2px solid #c31e24;
    margin-bottom: 42px;
    margin-left: 100px;
    border-image: linear-gradient(to bottom, #c31e24 75%, rgba(0, 0, 0, 0) 25%);
    /* to top - at 50% transparent */

    border-image-slice: 1;
}

.distributor-reg {
    color: #c8c7ba;
    padding: 8px 20px;
    border-left: 2px solid #c31e24;
    margin-bottom: 60px;
    margin-left: 20px;
}

.image-grid-scale .col {
    transition: all 0.2s;
}

.image-grid-scale .col:hover {
    transform: scale(1.1);
}

.carousel-fan-items .carousel-caption {
    left: 10%;
    width: 40%;
}

.carousel-fan-items .carousel-caption p.title {
    color: #212121;
    font-size: 60px;
    font-weight: bold;
}

.modal-dialog {
    max-width: 100%;
}

.modal-content {
    background-color: #282828;
}

.modal-header {
    border: 0 none;
}

.modal-body {
    padding: 92px 0 148px 0;
}

.modal .fan-item-title,
.modal .fan-item-subtitle {
    font-size: 30px;
    color: #c8c7b9;
}

.modal .fan-item-title {
    margin-bottom: 0;
    text-transform: uppercase;
}

.modal .fan-item-description {
    color: #c8c7b9;
}

.product-specs .card {
    background-color: #272727;
    height: 100%;
}

.product-specs .card img {
    object-fit: contain;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.product-specs .card .card-body {
    font-size: 14px;
    color: #c8c7b9;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-spec {
    display: flex;
    align-items: center;
}

.product-spec .divider {
    flex-grow: 1;
    border-bottom: 1px solid #c31e24;
    margin: 0 8px;
}

.carousel-overlay-form {
    background-color: #232323;
    color: #c8c7b9;
    top: 900px;
    transform: translateY(-100%);
    /*padding: 27px 37px;*/
    padding: 40px 70px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>")
}

.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}

.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.tockice {
    position: sticky;
    margin-top: -35px;
    left: 8%;
    width: 74px;
}

.nda {
    position: absolute;
    right: 100px;
    width: 95px;
    top: 15%;
    z-index: 999;
}

.slika-tockice {
    width: 100%;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    width: 4rem;
    height: 4rem;
    font-size: 24px;
}

.carousel-overlay-form .form-title {
    font-size: 30px;
    font-family: Orbitron;
    font-weight: 900;
    text-transform: uppercase;
}

.register {
    position: inherit;
    padding: 27px 57px;
}

.carousel-overlay-form form input.form-control {
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    color: #c8c7b9;
    border-bottom: 1px solid;
}

.form-control {

    border-radius: 0;
    background-color: #212121;
    color: #c8c7b9;
    border: 0px solid;
}

.form-control-textbox {
    border: none;
    border-radius: 0;
    background-color: #212121;
    color: #c8c7b9;
    width: 100%;
    height: 350px;
    padding: 0px 10px 300px;
}

.form-control::placeholder {
    color: #c8c7b9;
    opacity: 0.5;
}

.form-control:focus {
    box-shadow: none;
}

.carousel-overlay-form form input.form-control::placeholder {
    color: #c8c7b9;
    opacity: 0.5;
}

.carousel-overlay-form form input.form-control:focus {
    box-shadow: none;
}

.btn-members {
    background-color: #c8c7b9;
    color: #212121;
    font-weight: 700;
    margin-right: -37px;
    padding: 13px 70px;

}

.carousel-overlay-form form .btn {
    float: right;
    background-color: #c8c7b9;
    color: #212121;
    margin-right: -70px;
    padding: 13px 70px;
}

.register form .btn {
    float: none;

}

/* KARTA SVIJETA DISTRIBUTORS */

.planet {
    background: url('../images/jpg/mapworld.jpg') 50% 36px no-repeat;
    margin: 0 auto;
    width: 1300px;
    height: 700px;
}

.world {
    position: relative;
    width: 100%;
    height: 400px;
}

.world img {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 15;
        margin-top: 100px;
}

/* map contry */
.continent {
    position: absolute;
    //  display: none;
    transition: all 0.8s ease;
    z-index: 10;
}

#asimap {
    background: url('../images/png/asia.png');
    width: 469px;
    height: 445px;
    top: 66px;
    right: 151px;
}

#europe {
    background: url('../images/png/europe.png');
    width: 238px;
    height: 232px;
    top: 142px;
    right: 508px;
}

#africa {
    background: url('../images/png/africa.png');
    width: 224px;
    height: 210px;
    top: 362px;
    right: 506px;
}

#sevam {
    background: url('../images/png/sevam.png');
    width: 456px;
    height: 443px;
    top: 18px;
    left: 148px;
}

#ujam {
    background: url('../images/png/ujam.png');
    width: 165px;
    height: 233px;
    top: 421px;
    left: 381px;
}

#avstralia {
    background: url('../images/png/avstralia.png');
    width: 191px;
    height: 200px;
    top: 455px;
    right: 191px;
}

/*
.contry:hover > #rusmap{
display: block;
opacity: 0.7;}*/

.textblock {
    color: #000;
    text-align: left !Important;
    font-size: 16px;
    z-index: 32;
    background: #C8C7B9;
    padding: 5px 20px 1px 20px;
    box-shadow: 0 0 5px rgba(179, 165, 165, 0.5);
    opacity: 1;
    transition: all 0.8s ease;
    position: relative;
    overflow: auto;
    height: auto;
    line-height: 140%;
    display: none;
    min-height: 650px;
}

.textblock img {
    //position: relative;
    display: block;
}


.textblock p {
    color: #000;
    font-weight: 700;
    padding-top: 20px;
    margin: 0;
}

.textblock a {
    text-decoration: none;
}

.textblock span {
    padding: 0 0 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    margin: 0;
}




/* textblock style */
.asi {
    top: 70px;
    left: 660px;
    width: 550px;
}

.eur {
    top: 0%;
    left: 40%;
    width: 550px;
}

.sevam {
    top: 0%;
    left: 10%;
    width: 550px;
}

.ujam {
    top: 50%;
    left: 10%;
    width: 550px;
}

.africa {
    top: 50%;
    left: 35%;
    width: 550px;
}

.avstralia {
    top: 200px;
    left: 570px;
    width: 550px;
}


/* marker style */
.namecont {

    width: 110px;
    height: 120px;
    position: absolute;
    cursor: pointer;
    color: #000;
    //text-decoration: underline;
    font-size: 17px;
    z-index: 20;
    font-weight: bold;
}

.namecont2 {

    width: 310px;
    height: 290px;
    position: absolute;
    cursor: pointer;
    color: #000;
    //text-decoration: underline;
    font-size: 17px;
    z-index: 20;
    font-weight: bold;
}

.textblock {
    text-decoration: none;
}

.as {
    top: 140px;
    left: 740px;
}

.eu {
    top: 227px;
    right: 603px;
}

.na {
    top: 127px;
    right: 783px;
}

.sa {
    top: 456px;
    right: 772px;
}

.af {
    top: 396px;
    right: 576px;
}

.aus {
    top: 472px;
    right: 254px;
}



.vissiblemy {
    display: block !important;
}

.hideme {
    display: none !important;
}

.vissible {
    display: block;
    opacity: 0.5;
}


.kvadrat {
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    top: -10px;
    right: 48%;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 40;
    display: none;
}

.partner-table {
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    line-height: 125%;
    min-height: 185px;
}

.ac-container {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
}

.ac-container label {
    margin-top: 8px;
    //font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    //  padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    //  height: 30px;
    cursor: pointer;
    //  color: #777;
    //    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    //    line-height: 33px;
    font-size: 14px;
    //    background: #ffffff;
    //    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    //    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    //    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    //    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    //      background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    //      background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    //      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    //    box-shadow:
    0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: red;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155, 155, 155, 0.3),
        0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -20px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

#myh2 {
    color: #0C6AA1;
    margin: 10px 0 0;
    font-size: 20px;
    font-family: 'PT Sans Narrow', Sans-Serif;
    text-align: left;
    font-weight: bold;
}

.ac-container article p {
    //font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 10px 0 0 5px;
    //  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    //  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container input:checked~article.ac-small {
    height: 65px;
}

.ac-container input:checked~article.ac-medium {
    height: 140px;
}

.ac-container input:checked~article.ac-large {
    height: 230px;
}

.Shadowimg img {
    border: 4px solid white;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.65);
}

.Shadowimg td,
.Shadowimg th {
    border: 0px solid white;
}

.Shadowimg h3 {
    margin: 0px 0 3px 0;
}


/* ZAVRŠAVA KARTA */


@media only screen and (max-width: 950px) {

    p.info {
    font-size: 14px;
        }
    .carousel-main .carousel-nav {
        bottom: -200px
    }
    .mob-top{
        margin-bottom: 95px;
    }

    .treeBTN {
        display: block;
    }
    .carousel .carousel-caption {
        width: 90%;
        bottom: 0%;
    }

    .carousel .carousel-caption p.title{
        font-size: 20px;
    }
    
    .carousel .carousel-caption p.subtitle {
        font-size: 14px;
    }

    .carousel-main .carousel-control-prev {
        right: auto;
        left: 20%;
    }
    
    .slidenumber {
        position: absolute;
        top: auto;
        bottom: 1% !important;
        width: auto;
        left: 11.5% !important;
        font-size: 23px;
        font-weight: 600;
    }

    .navbar-collapse {
        background-color: #000000d4;
    }

    .row.about-us .clicked {
        overflow: auto;
    }

    .mt-220 {
        margin-top: 220px !important;
    }

    .arrow {
        display: none;
        
    }

    p.section-title.bigger,
    p.news-title.bigger {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0.7px;
        margin-bottom: 50px;
    }

    .carousel-overlay-form {
        background-color: #232323;
        color: #c8c7b9;
        top: 605px;
        transform: translateY(-100%);
        padding: 40px 70px;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .navbar-nav {
        padding: 20px;
        align-items: center;
    }

    .mt-auto {
        margin-top: 40px !important;
    }

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

    header nav.navbar .dropdown-menu .accordion-button.collapsed {

        background-color: #000000d4;
    }

    header nav.navbar .dropdown-menu {
        margin-top: 23px;
        background-color: #282828cc;
        border-radius: 0;
        border: 0 none;
        padding: 0;
        min-width: 100%;
        left: -230px;
        /*dodao*/
    }

    p.menu-title.smaller {
        font-size: 14px;
    }

    header nav.navbar .dropdown-menu .accordion-button {
        padding: 0rem 1rem;
    }

    .d-none-mobile {
        display: none !Important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

    .mob-title {
        font-size: 30px !Important;
    }

    .logo-footer {
        width: 100px;
        margin-left: 30%;
    }

    .alcent {
        text-align: center;
    }

    .mbm-5 {
        margin-bottom: 5px !important;
    }

    .mbm-20 {
        margin-bottom: 20px !important;
    }

    .content {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .dist-image{
        width: 100%;
    }

    .mtm-200 {
        margin-top: 350px !Important;
    }
    .mobile-off
    {
        display: block !Important;
    }

    p.section-title-medium {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    /* font-family: Orbitron; */
    text-transform: uppercase;
    color: #c8c7ba;
    padding-left: 0px;
    }
}

.nav-box {
    padding: 30px;
}

.accordion-button::after {
    display: none;
}

.navNews {
    background-color: red;



    height: 39px;
    padding-top: 0px;
}

.trokut-desno {

    position: absolute;
    top: 93px;
    width: 0;
    height: 0;
    right: 397px;
    border-top: 28px solid darkred;
    border-right: 13px solid transparent;

}

.spec_detalj {
    border-bottom: 1px solid red;
}

.mobile-off
    {
        display: none;
    }

.back {
  background-color: #000000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.ac-container a:hover{
 
    color: #c8c7b9;
   
}
.box-h{
    min-height: 370px;
}
.box-h-270{
    min-height: 270px;
}

 .modalX {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-contentX {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
  }
  
  .close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close-modal:hover,
  .close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-contentX img {
    margin: 25% auto;
    display: block;
    max-width: 100%;
  }

  .txtleft{
        text-align: left;
  }

  .mt-200 {
    margin-top: 200px;
  }
  .fl-r{
    float: right;
  }

  .dropdown-toggle {
  text-decoration-color: transparent !Important;
}