.navbar {
    display: block;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: #ffe600;
    color: #ffe600;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbarColor {
    background-color: #ffE600;
    color:black;
}

.nav-link {
    padding-right: 12px;
    padding-left: 0px;
    font-family: Circular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

    .nav-link:hover {
        color: #000;
        text-decoration: underline;
    }

    .nav-link.w--current {
        color: #000;
        text-decoration: underline;
    }

.top-phone {
    position: static;
    left: 49px;
    display: inline-block;
    height: 100%;
    max-height: 100%;
    /*margin-left: 7%;*/
    /*padding: 20px;*/
    padding-top: 20px;
    float: none;
    background-image: url('../images/phone-icon.png');
    background-position: 0px 50%;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Circular book', sans-serif;
    font-weight: 300;
}

    .top-phone.mail-top {
        /*margin-right: 10px;
        margin-left: 10px;*/
        padding-right: 5px;
        float: right;
        background-image: none;
    }

.nav-menu {
    display: inline-block;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.maxwidth {
    position: static;
    display: block;
    overflow: visible;
    height: 100%;
    max-width: 1415px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ffe600;
    font-weight: 400;
}

    .maxwidth._2 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

.main-body {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 100vh;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    background-image: url('../images/web-image-sus.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Circular book', sans-serif;
    font-weight: 400;
    padding-top: 200px;
}

.footerarea {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
    color: #333;
}

.footermenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footermenuitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 20px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footermenulink {
    font-family: Circular, sans-serif;
    color: #888;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

    .footermenulink:hover {
        color: #fff;
        text-decoration: none;
    }

    .footermenulink:focus {
        color: #fff;
    }

    .footermenulink.w--current {
        color: #fff;
        text-decoration: none;
    }

        .footermenulink.w--current:hover {
            font-weight: 700;
        }

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Circular book', sans-serif;
    color: #fff;
    font-weight: 400;
}

.mainslider {
    margin-bottom: 154px;
    padding-top: 2px;
    background-color: transparent;
}

.slidertexttop {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-family: Circular, sans-serif;
    color: #ffe600;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
}

    .slidertexttop.whitecolor {
        color: #fff;
    }

.body {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
}

.main-left {
    overflow: hidden;
    padding: 40px 38px;
    border-bottom: 1px none #000;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(191, 171, 2, .73), rgba(191, 171, 2, .73));
    background-image: linear-gradient(180deg, rgba(191, 171, 2, .73), rgba(191, 171, 2, .73));
}

.main-left-drop {
    position: static;
}

.dropdown {
    width: 100%;
    padding-bottom: 8px;
    float: left;
    border-style: none none solid;
    border-width: 0px 0px 1px;
    border-color: #000;
    background-color: transparent;
    background-image: url('../images/transparent.png');
    background-position: 0px 0px;
    background-size: 235px;
}

    .dropdown:focus {
        background-color: transparent;
    }

    .dropdown.leftdrop {
        display: block;
        margin-right: 15px;
    }

    .dropdown.page-left-drp {
        width: 19%;
        margin-right: 1%;
    }

        .dropdown.page-left-drp.bigdrop {
            width: 28%;
        }

        .dropdown.page-left-drp.smalldrop {
            width: 17%;
        }

    .dropdown.maindrp {
        width: 49%;
        margin-right: 1%;
    }

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

.main-btn {
    display: inline-block;
    width: 49%;
    padding: 10px 22px;
    float: left;
    border: 2px solid #000;
    background-color: transparent;
    background-image: url('../images/search-icon.png');
    background-position: 94% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Circular book', sans-serif;
    color: #000;
    font-weight: 400;
}

    .main-btn:hover {
        text-decoration: underline;
    }

    .main-btn.page-left-btn {
        width: 20%;
        border-radius: 20px;
    }

        .main-btn.page-left-btn:hover {
            text-decoration: underline;
        }

        .main-btn.page-left-btn.left-btn {
            width: 60%;
        }

        .main-btn.page-left-btn.search {
            width: 10%;
            padding-right: 10px;
            padding-left: 10px;
            background-image: none;
        }

            .main-btn.page-left-btn.search.second-btn {
                width: 17%;
                border-color: #fff;
                color: #fff;
            }

.main-right {
    display: block;
}

.bg-img {
    overflow: visible;
}

    .bg-img.full-page {
        overflow: visible;
        height: 100%;
    }

.bosluk {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px none #000;
    border-left: 1px none #000;
    font-family: 'Circular book', sans-serif;
    color: #ffe600;
    font-size: 18px;
    text-align: center;
}

    .bosluk.second {
        margin-bottom: 0px;
    }

.top {
    width: 30%;
    border: 2px solid #ffe600;
}

.name1 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffe600;
    font-size: 16px;
    font-weight: 700;
}

.head1 {
    display: none;
    height: 60px;
}

.head2 {
    height: 60px;
}

.slider {
    height: 100%;
}

.sekme {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 4px none #ffe600;
    border-radius: 0px;
}

.texbox {
    width: 40%;
    margin-right: 1%;
    float: right;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
    font-family: 'Circular book', sans-serif;
    color: #000;
    font-weight: 400;
}

    .texbox.page-text-box {
        width: 100%;
        float: none;
    }

    .texbox.search {
        width: 36%;
        height: 40px;
        margin-left: 15px;
        float: left;
        border-color: #fff;
        color: #fff;
    }

.main-right-box {
    top: 0px;
    right: 0px;
}

.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 107px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sekme-link {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    padding: 20px 5px;
    border: 4px solid #ffe600;
    text-decoration: none;
    background-color: white;
}

    .sekme-link:hover {
        color: #ffe600;
        text-decoration: underline;
    }

    .sekme-link._333 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 9px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._1 {
        background-image: url('../images/joints-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._2 {
        background-image: url('../images/joints-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._3 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._4 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._5 {
        background-image: url('../images/joints-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._6 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link._7 {
        background-image: url('../images/joints-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link.bg1 {
        height: 170px;
        background-image: url('../images/arm-img.png');
        background-position: 50% 8px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link.bg2 {
        height: 170px;
        padding-right: 5px;
        padding-left: 5px;
        background-image: url('../images/joints-img.png');
        background-position: 50% 8px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-link.sssfs {
        background-image: url('../images/arm-img.png');
        background-position: 50% 8px;
        background-size: auto 90px;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .sekme-link.ball {
        background-image: url('../images/BB-series-Black.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.ball.lineball.linelistlink {
            height: 222px;
        }

    .sekme-link.tehrod {
        background-image: url('../images/SS-series-Stainless.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.tehrod.linelistlink {
            height: 222px;
        }

    .sekme-link.axial {
        background-image: url('../images/BC-seriesBlack-Chrome.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.axial.linelistlink {
            height: 222px;
        }

    .sekme-link.stabilizer {
        background-image: url('../images/HB-Series-Hybrid.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.stabilizer.linelistlink {
            height: 222px;
        }

    .sekme-link.wishbones {
        background-image: url('../images/wishbones.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .sekme-link.trackcont {
        height: 180px;
        padding-bottom: 20px;
        background-image: url('../images/CN-Series-Chrome-Nickel.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.trackcont.linelistlink {
            height: 222px;
        }

    .sekme-link.idler-aarm {
        background-image: url('../images/Blocking-Gas-Springs.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.idler-aarm.linelistlink {
            height: 222px;
        }

    .sekme-link.pitman-arm {
        display: block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-image: url('../images/Dampers.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .sekme-link.pitman-arm.linelistlink {
            height: 222px;
        }

    .sekme-link.drag {
        background-image: url('../images/drag-link.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .sekme-link.drag.linelistlink {
            height: 222px;
        }

    .sekme-link.slient {
        background-image: url('../images/silent-block-bushings-strut-mounts.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .sekme-link.slient.linelistlink {
            height: 222px;
        }

.sekme-text {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
    direction: ltr;
    font-family: 'Circular book', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

    .sekme-text:hover {
        text-decoration: underline;
    }

.sekme-text-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .sekme-text-box.bg1 {
        background-image: url('../images/joints-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-text-box.bg2 {
        background-image: url('../images/example-bg.png');
        background-position: 0px 0px;
        background-size: 125px;
    }

.main-center {
    position: static;
    display: block;
    width: 900px;
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: auto;
}

.sekme-box {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.footer-div {
    height: 75px;
}

.phone-link {
    padding-left: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

    .phone-link:hover {
        text-decoration: underline;
    }

.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 100vh;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #706d6c;
    background-image: url('../images/pagebg.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Circular book', sans-serif;
    font-weight: 400;
    padding-top: 120px;
}

.page-title {
    padding-top: 110px;
    padding-bottom: 50px;
}

.page-title-text {
    color: #ffe600;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
}

.page-container {
    overflow: hidden;
}

.page-top-box {
    margin-bottom: 33px;
}

.page-left-box {
    padding-right: 0px;
    padding-left: 0px;
}

.page-right-box {
    padding-right: 0px;
    padding-left: 0px;
}

.left-title {
    padding-bottom: 26px;
    background-color: transparent;
    color: #ffe600;
    font-size: 16px;
    text-align: center;
}

    .left-title.right2 {
        color: #fff;
    }

.left-bottom {
    padding: 74px 20px;
    background-color: #ffe600;
}

    .left-bottom.right-bottom {
        padding: 20px;
        background-color: #fff;
    }

.adobe-link {
    position: static;
    top: 0px;
    display: inline-block;
    overflow: hidden;
    height: 62px;
    padding-left: 70px;
    float: none;
    clear: none;
    background-image: url('../images/adobe-icon.png');
    background-position: 0px 50%;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    color: #ffe600;
    font-size: 16px;
    line-height: 62px;
    text-align: center;
}

.adobe-link-box {
    overflow: hidden;
    height: 62px;
    margin-bottom: 23px;
    text-align: center;
}

.table-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border: 1px solid #9b9998;
}

.table {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #9b9998;
}

.top-table {
    display: block;
    padding: 15px 5px 15px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #9b9998;
    background-color: #706d6c;
    text-align: left;
}

.table-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .table-tr.first {
        background-color: #3f3d3d;
    }

.table-first-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #9b9998;
    color: #fff;
}

    .table-first-tr.noresult {
        text-align: center;
    }

.table-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-img {
    height: 19px;
}

.table-boxes {
    margin-bottom: 130px;
}

    .table-boxes.tabs-tabe {
        margin-bottom: 40px;
    }

.sekme-box-first {
    position: static;
    padding-right: 5px;
    padding-left: 5px;
}

    .sekme-box-first._7 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 6px;
        background-size: auto 90px;
        background-repeat: no-repeat;
    }

    .sekme-box-first.linelistbox {
        width: 33.333%;
        margin-bottom: 10px;
        float: left;
    }

.slider-box {
    position: static;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 96px;
    float: none;
}

    .slider-box:hover {
        text-decoration: underline;
    }

.slider-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
}

    .slider-link:hover {
        color: #ffe600;
        text-decoration: underline;
    }

.table-image-2 {
    height: auto;
    text-align: left;
    cursor: pointer;
}

.table-text {
    line-height: 16px;
}

.mail-link {
    color: #000;
    font-size: 13px;
}

.main-top {
    margin-bottom: 154px;
    padding-top: 2px;
}

.pdf-link-box {
    width: 100%;
    height: 166px;
    background-image: url('../images/pdf-catolog.png');
    background-position: 0px 50%;
    background-size: 172px 166px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-decoration: underline;
}

    .pdf-link-box:hover {
        text-decoration: underline;
    }

.pdf-link-text {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 14px;
    float: right;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

    .pdf-link-text:hover {
        text-decoration: underline;
    }

.search-table {
    width: 50%;
    margin-bottom: 44px;
    padding-left: 0px;
    float: left;
}

.search-table-text {
    width: 37%;
    height: 40px;
    float: left;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

.p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.page-content2 {
    margin-bottom: 80px;
}

.shortcontent-grey {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.shortcontent {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.page-tab-title {
    padding: 10px;
    float: none;
    border: 1px none #fff;
    background-color: transparent;
    color: #fff;
}

    .page-tab-title.w--current {
        position: static;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-style: solid none none;
        border-bottom-color: #706d6c;
        background-color: transparent;
        color: #fff;
    }

.tabs-top {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
}

.tabs-title-text {
    position: static;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.tabs-bottom {
    padding: 20px;
    border: 1px solid #fff;
}

.imagepage {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.text-block {
    color: #fff;
    text-decoration: none;
}

    .text-block:hover {
        color: #fff;
        text-decoration: underline;
    }

.pagemenu {
    width: 30%;
    height: auto;
    margin-top: 110px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    background-color: #ffe600;
}

.pagecontent2 {
    width: 68%;
    height: 100%;
    float: right;
}

.menulinkpage {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

    .menulinkpage:hover {
        text-decoration: underline;
    }

    .menulinkpage.w--current {
        color: #000;
        text-decoration: underline;
    }

.noresulttext {
    width: 100%;
    text-align: center;
}

.adress {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.multislide {
    padding-top: 20px;
    background-color: transparent;
}

.multimask {
    margin-right: 57px;
    margin-left: 57px;
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
}

.multislides {
    width: 33.333%;
}

.image3 {
    position: static;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .image3.bg1 {
        background-image: url('../images/arm-img.png');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

.sliden {
    color: #ffe600;
}

.slidenextprev {
    color: #ffe600;
}

.pageimage {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.imagediv {
    display: block;
    width: 50%;
    height: 250px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.imagedivsector {
    display: block;
    width: 100%;
    height: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.imagediv.ball {
    background-image: url('../images/ball-joint.png');
    background-size: contain;
    background-repeat: no-repeat;
}

    .imagediv.ball.line1 {
        width: 50%;
        height: 300px;
        background-image: url('../images/BB-series-Black2.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

.imagediv.line2 {
    background-image: url('../images/tie-rod-end-outer-tie-rod2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line3 {
    background-image: url('../images/BC-series�Black-Chrome2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line4 {
    background-image: url('../images/HB-Series-Hybrid2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line5 {
    background-image: url('../images/SS-series-Stainless2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line6 {
    background-image: url('../images/CN-Series-Chrome-Nickel2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line7 {
    background-image: url('../images/Blocking-Gas-Springs2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line8 {
    background-image: url('../images/Dampers2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagediv.line9 {
    background-image: url('../images/drag-link2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line10 {
    background-image: url('../images/silent-block-bushings-strut-mounts2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line11 {
    background-image: url('../images/Solutions-for-Automotive2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line12 {
    background-image: url('../images/Solutions-for-Buses2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imagedivsector.line13 {
    background-image: url('../images/Solutions-for-Agricultural2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line14 {
    background-image: url('../images/Solutions-for-Marine2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imagedivsector.line15 {
    background-image: url('../images/Solutions-for-Furniture2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line16 {
    background-image: url('../images/Solutions-for-Industrial-Machinery2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.imagedivsector.line17 {
    background-image: url('../images/Accessories2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.p2 {
    width: 100%;
    float: left;
}

.image-2 {
    width: 90%;
}

.link-block {
    color: #fff;
}

.link {
    color: #fff;
}

.link-2 {
    color: #fff;
}

.link-3 {
    color: #fff;
}
@media (max-width:1360px) {
    .pdf-link-box {
        background-size: 50% 100%;
    }
  
    .pdf-link-text {
        padding-top: 29px;
        display: flex;
        flex-direction: column; /* Align items vertically */
        align-items: center;    /* Center-align everything horizontally */
        justify-content: center;
        text-align: right!important; /* Ensures that any text is also centrally aligned */
        font-size: 15px;
        padding-right:15px;
    }
    
    .pdf-link-text u {
        display: inline-block; /* Ensures the underline text takes inline form */
        text-align: right!important;    /* Align the underline element centrally */
    }
  }
  
  @media (max-width: 1200px) {
  
    .right-bottom{
      padding: 0px!important;
    }
  
  
    .pdf-link-box {
      height: 214px;
      background-size: auto 166px;
      }
  
  .w-col{
      width: 100%;
      left: auto;
      right: auto;
  }
  
  .pdf-link-text {
    padding-top: 50px;
      padding-right: 20%;
      text-align: right;
  }
  
  .pdf-link-text u {
      display: inline-block; /* Ensures the underline text takes inline form */
      text-align: right;    /* Align the underline element centrally */
  }
    .nav-link {
        padding-left: 20px;
    }

    .languagePicker {
        float: left!important;
        margin-left: 20px;
        padding: 3px;
    }

    .top-phone.mail-top {
        display: none;
    }

    .nav-menu {
        background-color: #ffe600;
    }

    .main-body {
        display: block;
        padding-top: 10px;
    }

    .mainslider {
        margin-bottom: 41px;
    }

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

    .dropdown.page-left-drp {
        width: 49%;
    }

        .dropdown.page-left-drp.bigdrop {
            width: 49%;
        }

        .dropdown.page-left-drp.smalldrop {
            width: 49%;
        }

    .main-btn.page-left-btn.left-btn {
        width: 100%;
    }

    .main-btn.page-left-btn.search {
        display: block;
        width: 100%;
    }

    .bosluk.second {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .sekme {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-center {
        width: 100%;
    }

    .page-content {
        display: block;
    }

    .left-bottom.right-bottom {
        padding-top: 42px;
        padding-bottom: 43px;
    }

    .table-box {
        overflow: hidden;
        width: 1200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .table-box._22222 {
            overflow: hidden;
            margin-bottom: 0px;
        }

    .top-table {
        padding-left: 2%;
        text-align: left;
    }

    .table-tr {
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .table-tr.first {
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

    .table-first-tr {
        padding-left: 2%;
        text-align: left;
    }

    .table-boxes {
        display: block;
        overflow: auto;
        width: 100%;
        margin-bottom: 130px;
    }

    .sekme-box-first.linelistbox {
        width: 50%;
    }

    .mobile-menu-icon {
        margin-top: -10px;
        background-color: transparent;
        color: #fff;
        font-size: 20px;
    }

    .mobile-icon {
        font-size: 40px;
        line-height: 40px;
    }

    .main-top {
        margin-bottom: 41px;
    }

    .search-table {
        width: 100%;
    }

    .pagemenu {
        display: none;
    }

    .pagecontent2 {
        width: 100%;
    }

    .navdorptext {
        margin-top: 1px;
        padding-right: 20px;
        padding-left: 40px;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

        .navdorptext:hover {
            text-decoration: underline;
        }

    .navdorp {
        margin-left: 0px;
    }

    .navdroplist {
        width: 100%;
    }

        .navdroplist.w--open {
            background-color: #ffe600;
        }

    .navdroptitle {
        margin-left: 0px;
    }

        .navdroptitle.w--open {
            display: block;
        }

    .multislides {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .top-phone {
        display: none;
    }

    .main-body {
        padding-top: 10px;
    }

    .footerarea {
        overflow: hidden;
        height: 150px;
    }

    .footermenu {
        overflow: visible;
        height: 100px;
        min-height: 75px;
        float: none;
    }

    .copyright {
        display: block;
        overflow: hidden;
        height: 75px;
        min-height: 75px;
        float: none;
        clear: none;
        text-align: center;
    }

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

    .dropdown.page-left-drp {
        width: 49%;
    }

    .main-btn {
        width: 100%;
    }

        .main-btn.page-left-btn.search {
            width: 100%;
        }

    .head2 {
        display: none;
    }

    .sekme {
        margin-bottom: 10px;
    }

    .texbox {
        width: 100%;
    }

        .texbox.search {
            width: 30%;
        }

    .footer-div {
        display: block;
        overflow: hidden;
        height: 75px;
        float: none;
    }

    .left-title.right2 {
        padding-top: 10px;
    }

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

    .table-box {
        overflow: hidden;
        width: 1200px;
    }

    .brand {
        width: 70%;
    }

    .top-table {
        padding-left: 2%;
        text-align: left;
    }

    .table-first-tr {
        padding-left: 2%;
        text-align: left;
    }

    .table-boxes {
        overflow: auto;
        width: 100%;
    }

    .sekme-box-first.linelistbox {
        width: 50%;
    }

    .mobile-menu-icon {
        margin-top: -10px;
    }

    .pdf-link-box {
        height: 166px;
        background-position: 0px 50%;
        text-align: right;
    }

    .pdf-link-text {
        padding-top: 29px;
        padding-right: 0px;
        padding-left: 150px;
        float: left;
    }

    .search-table {
        padding-left: 0px;
    }

    .multislides {
        width: 50%;
    }

    .imagediv {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .maxwidth._2 {
        /*-webkit-align-self: stretch;*/
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .main-body {
        padding-top: 10px;
    }

    .footerarea {
        overflow: hidden;
        height: 150px;
    }

    .footermenu {
        height: 100px;
    }

    .copyright {
        text-align: center;
    }

    .slidertexttop {
        font-size: 24px;
    }

    .dropdown.page-left-drp {
        width: 100%;
    }

        .dropdown.page-left-drp.bigdrop {
            width: 100%;
        }

        .dropdown.page-left-drp.smalldrop {
            width: 100%;
        }

    .dropdown.maindrp {
        width: 100%;
        margin-right: 0%;
    }

    .main-btn {
        width: 100%;
    }

        .main-btn.page-left-btn {
            width: 100%;
        }

            .main-btn.page-left-btn.search {
                width: 100%;
            }

                .main-btn.page-left-btn.search.second-btn {
                    width: 100%;
                }

    .head2 {
        display: none;
    }

    .texbox {
        margin-right: 0%;
    }

        .texbox.search {
            width: 100%;
            margin-left: 0px;
        }

    .main-center {
        width: 100%;
        margin-left: auto;
    }

    .footer-div {
        min-height: 75px;
    }

    .page-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .left-title.right2 {
        padding-top: 10px;
    }

    .table-box {
        margin-bottom: 20px;
    }

    .brand {
        width: 70%;
    }

    .sekme-box-first.linelistbox {
        width: 100%;
    }

    .mobile-menu-icon {
        display: block;
        margin-top: -10px;
        padding: 0px;
        text-align: left;
    }

    .pdf-link-text {
        padding-right: 0px;
    }

    .search-table-text {
        width: 100%;
    }

    .multislides {
        width: 100%;
    }

    .imagediv.ball.line1 {
        width: 100%;
    }

    .footermenulink {
        font-weight: 300;
        font-size: 10px;
    }

    .footermenuitem {
        height: 20%;
        margin-right: 5px;
    }

    .copyrightstring {
        font-size: 10px;
        font-weight: 300;
    }


}

.maxwidthFooter {
    position: static;
    display: block;
    overflow: visible;
    height: 50%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ffc50a;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular';
    src: url('../fonts/Circular-Bold.eot') format('embedded-opentype'), url('../fonts/Circular-Bold.woff') format('woff'), url('../fonts/Circular-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular book';
    src: url('../fonts/Circular-Book.eot') format('embedded-opentype'), url('../fonts/Circular-Book.woff') format('woff'), url('../fonts/Circular-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.copyrightSecure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: unset;
    font-family: 'Circular book', sans-serif;
    color: #fff;
    font-weight: 400;
    width: 50px;
}

.copyrightSecureLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: unset;
    font-family: 'Circular book', sans-serif;
    color: #fff;
    font-weight: 400;
    width: 10%;
}

.copyrightstring {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: unset;
    font-family: 'Circular book', sans-serif;
    color: #fff;
    font-weight: 400;
}

.imagediv.line3 {
    background-image: url(../images/BC-seriesBlack-Chrome2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.languagePicker {
    margin-top: 18px;
    float:right;
}
