﻿@charset "UTF-8";
@import url('../Fonts/bootstrap-icons.css');

body {
    font-family: 'Nunito', Arial, 'sans-serif';
    font-size: 14px
}

header {
    width: 100%;
    height: 104px;
    border-bottom: 1px solid #eaeff5;
    display: block;
    position: relative;
}

    /* NAV */
    header nav.main-nav {
        width: 100%;
        height: 104px;
    }

        header nav.main-nav ul {
            list-style: none;
            padding: 0px;
            margin: 0 0 0 30px;
            float: left;
        }

            header nav.main-nav ul li {
                display: inline-block;
                float: left;
                line-height: 104px;
                height: 104px;
            }

                header nav.main-nav ul li a.hoverJs {
                    cursor: pointer
                }

                header nav.main-nav ul li a.main-link {
                    padding: 0 25px;
                    text-decoration: none;
                    font-weight: 700;
                    color: #3f424f;
                    line-height: 40px;
                    margin: 32px 10px 0 0;
                    display: block;
                    transition: background ease 0.4s;
                    border-radius: 25px;
                    font-size: 13px;
                }

                    header nav.main-nav ul li a.main-link:hover,
                    header nav.main-nav ul li:hover a.main-link {
                        background: #eef0f5;
                    }

                    header nav.main-nav ul li a.main-link i {
                        display: block;
                        width: 13px;
                        height: 40px;
                        float: right;
                        margin-left: 10px;
                        color: #dd052c;
                        font-size: 17px
                    }


    header div.subnav {
        position: absolute;
        z-index: 300;
        left: 0px;
        right: 0px;
        top: 104px;
        margin-left: 0px;
        width: 100%;
        min-height: 400px;
        background: #ffffff;
        border-top: 8px solid #dd052c;
        display: none;
    }

    header nav.main-nav ul li:hover div.subnav {
        display: block;
    }

    header .position-none {
        position: unset;
    }

    header .apd {
        width: 128px;
        height: 45px;
        background: #fff;
        position: absolute;
        top: 29px;
        right: 375px
    }

h1.logo {
    background: transparent url(/Assets/Images/Lib/logo.png) no-repeat;
    width: 190px;
    height: 60px;
    margin: 28px auto 0;
    text-indent: -9999px;
}

ul.social-links {
    list-style: none;
    padding: 0px;
    background: transparent;
    margin: 34px 0 0 0;
}

    ul.social-links li {
        display: block;
        height: 36px;
        float: right;
        text-align: center
    }

        ul.social-links li a {
            display: block;
            height: 36px;
            line-height: 36px;
            background: transparent;
            width: 44px;
            float: left;
            overflow: hidden;
        }


        ul.social-links li.sl-01 a,
        ul.social-links li.sl-02 a,
        ul.social-links li.sl-04 a {
            color: #c5c9d7;
            font-size: 21px
        }

            ul.social-links li.sl-01 a:hover,
            ul.social-links li.sl-02 a:hover,
            ul.social-links li.sl-04 a:hover {
                color: #3f424f;
            }

        ul.social-links li.sl-05 a {
            width: 130px !important;
            text-indent: 0px;
            background: #3f424f;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 12px;
            text-align: center;
            border-radius: 18px;
            -moz-border-radius: 18px;
            -webkit-border-radius: 18px;
            margin: 0 40px 0 33px;
            transition: background 0.2s ease;
            text-align: left;
        }

            ul.social-links li.sl-05 a:hover {
                background: #dd052c;
                text-decoration: none;
            }

            ul.social-links li.sl-05 a i {
                margin: 0 5px 0 20px;
            }
/* Fonts Size */
.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}


.font-size-xl {
    font-size: 26px !important
}

.font-size-lg {
    font-size: 22px !important
}

.font-size-base {
    font-size: 18px !important
}

.font-size-md {
    font-size: 15px !important
}

.font-size-sm {
    font-size: 14px !important
}

.font-size-ms {
    font-size: 13px !important
}

.font-size-xs {
    font-size: 12px !important
}


div.blmcell {
    width: 11.1% !important;
    float: left;
}

div.brand-links {
    border-bottom: 1px solid #eaeff5;
    min-height: 104px;
}

    div.brand-links a.bl-item {
        border-left: 1px solid #eaeff5;
        display: block;
        float: left;
        line-height: 104px;
        text-align: center;
        text-indent: -9999px;
        background: transparent url(../img/brand-list.png) no-repeat left top;
        width: 100%;
        background-size: 50% auto !important;
        filter: grayscale(100%);
        opacity: 0.4;
        transition: opacity 0.2s ease;
    }

    div.brand-links a:hover {
        filter: grayscale(0);
        opacity: 1;
    }

    div.brand-links a.bli-01 {
        background-position: -8px 0;
    }

    div.brand-links a.bli-02 {
        background-position: -168px 0;
    }

    div.brand-links a.bli-03 {
        background-position: -328px 0;
    }

    div.brand-links a.bli-04 {
        background-position: -488px 0;
    }

    div.brand-links a.bli-05 {
        background-position: -648px 0;
    }

    div.brand-links a.bli-06 {
        background-position: -808px 0;
    }

    div.brand-links a.bli-07 {
        background-position: -968px 0;
    }

    div.brand-links a.bli-08 {
        background-position: -1128px 0;
    }

    div.brand-links a.bli-09 {
        background-position: -1288px 0;
    }

    div.brand-links a.bli-10 {
        background-position: -1448px 0;
    }

    div.brand-links a.bli-11 {
        background-position: -1608px 0;
    }

    div.brand-links a.bli-12 {
        background-position: -1768px 0;
    }


div.ms-item {
    width: 100%;
    height: 707px;
}

div.ms-item-01 {
    background: transparent url(../img/sliders/jblbar51.jpg) no-repeat center top;
}

div.ms-item-02 {
    background: transparent url(../img/sliders/marshallkilburn.jpg) no-repeat center top;
}

div.ms-item-03 {
    background: transparent url(../img/sliders/jblgo2.jpg) no-repeat center top;
}

div.ms-item-04 {
    background: transparent url(../img/sliders/thuleenroute.jpg) no-repeat center top;
}

div.ms-item-05 {
    background: transparent url(../img/sliders/slider05.png) no-repeat center top;
}

div.ms-item-06 {
    background: transparent url(../img/sliders/slider06.png) no-repeat center top;
}

div.msi-content {
    margin: 260px 0 190px 0;
    font-family: 'Nunito', Arial, 'sans-serif';
}

    div.msi-content span {
        font-size: 18px;
        color: #FFF;
        padding: 0px;
        margin: 0px;
        font-weight: 400;
    }

    div.msi-content h3 {
        font-size: 48px;
        color: #FFF;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        font-weight: 900;
        line-height: 48px;
    }

    div.msi-content p {
        font-size: 14px;
        color: #FFF;
        padding: 0px;
        font-weight: 300;
        line-height: 18px;
        margin: 25px 0 35px 0;
    }

    div.msi-content a {
        font-size: 14px;
        color: #FFF;
        margin: 0px;
        font-weight: 400;
        line-height: 18px;
        padding: 0 30px 0 20px;
        background: transparent url(../img/header-right-button-bullet.png) no-repeat left center;
    }

div.ms-item-05 div.msi-content span,
div.ms-item-05 div.msi-content h3,
div.ms-item-05 div.msi-content p,
div.ms-item-05 div.msi-content a {
    color: #336699 !important;
}

div.other-products-wrapper {
    width: 100%;
    height: 246px;
    overflow: hidden;
    background: #FFF;
}

    div.other-products-wrapper h3 {
        color: #262830;
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin: 25px 0 20px 0;
    }

div.subslider-01 a {
    display: block; /*border:1px solid #f3f3f3;*/
    background: #FFF;
    height: 165px;
    text-align: center;
    line-height: 165px;
}

div.subslider-01 img {
    max-width: 160px;
    max-height: 145px;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

section.inset {
    padding-bottom: 10px;
    background: transparent url(../img/bottom-redline.png) no-repeat center bottom;
}

div.msp {
    background: #EEE;
    margin-top: -40px;
    height: 40px;
}

    div.msp ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        div.msp ul li {
            display: block;
            float: left;
            margin-right: 5px;
        }

            div.msp ul li a {
                display: block;
                text-indent: -9999px;
                width: 65px;
                height: 2px;
                line-height: 2px;
                background: #FFFFFF;
            }

                div.msp ul li a:hover,
                div.msp ul li a.active {
                    background: #dd052c;
                }

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    background: #3f424f !important;
    width: 35px !important;
    height: 60px !important;
    margin-top: -30px !important;
}

.custom-prev {
    left: 0px;
}

.custom-next {
    right: 0px;
}


section.hotnews {
    width: 100%;
    background: transparent url(../img/news-bg.png) repeat-y center top;
}

    section.hotnews h2 {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 16px;
        color: #262830;
        font-weight: 700;
        line-height: 60px;
        margin: 30px 0 0 0;
    }

    section.hotnews .news-item {
        background: #FFF;
        position: relative;
        display: block;
    }

        section.hotnews .news-item img {
            width: 100%;
        }

    section.hotnews .news-content {
        background: #FFF;
        display: block;
        margin: 20px;
        padding: 20px;
    }

        section.hotnews .news-content h3 {
            font-family: 'Nunito', Arial, sans-serif;
            font-size: 18px;
            color: #262830;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        section.hotnews .news-content p {
            font-family: 'Nunito', Arial, sans-serif;
            font-size: 13px;
            color: #262830;
            font-weight: 300;
            margin: 0 0 0 0;
        }

    section.hotnews .news-vertical {
        padding-bottom: 43px;
    }

    section.hotnews .news-horizontal {
        padding-right: 43px;
        margin-bottom: 10px;
    }

    section.hotnews .news-vertical .news-content {
        position: absolute;
        left: 0px;
        bottom: 20px;
    }

    section.hotnews .news-horizontal .news-content {
        position: absolute;
        right: 0px;
        bottom: 20px;
        width: calc(50% - 30px);
    }

div.read-more-wrapper {
    width: calc(50% - 200px);
    height: 92px;
    background: #262830;
    float: right;
    margin: -10px 0 0 0;
}

    div.read-more-wrapper a {
        line-height: 52px;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        margin: 20px 0;
        display: block;
        padding: 0 0 0 55px;
        font-family: 'Nunito', Arial, sans-serif;
        background: transparent url(../img/readmore-bullet.png) no-repeat 30px center;
    }



section.dealer-list {
    min-height: 1000px;
    background: transparent url(../Images/Lib/dealer-list-bg.png) repeat-y center top;
}

    section.dealer-list h2 {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 18px;
        color: #3f424f;
        font-weight: 700;
        line-height: 60px;
        margin: 40px 0 18px 30px;
    }

    section.dealer-list .filter-wrapper {
        width: 100%;
        height: 73px;
        background: #e0e2ec url(../img/dealer-filter-bg.png) repeat-y center top;
    }

        section.dealer-list .filter-wrapper .dealer-filter {
            width: calc(100% - 10px);
            height: 73px;
            background: #dd052c;
            margin: -12px 5px 0 5px;
            float: left;
        }

    section.dealer-list .df-link {
        font-size: 14px;
        color: rgba(255,255,255,0.35);
        line-height: 49px;
        margin: 12px 0 12px 12px;
        display: inline-block;
        border: 1px solid #dd052c;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 20px;
        font-weight: 600;
        font-family: 'Nunito', Arial, sans-serif;
    }

        section.dealer-list .df-link.active {
            border: 1px solid rgba(255,255,255,0.35);
            color: #FFF;
        }

    section.dealer-list .df-view {
        display: block;
        float: right;
        line-height: 73px;
    }

    section.dealer-list ul.dealers {
        list-style: none;
        padding: 0px;
    }

        section.dealer-list ul.dealers.list-view li {
            width: 100%;
            background: #eef0f5;
            margin-top: 42px;
            height: 80px;
        }

            section.dealer-list ul.dealers.list-view li img {
                display: block;
                float: left;
                border: 2px solid #eef0f5;
                margin: -27px 0 0 15px;
            }

            section.dealer-list ul.dealers.list-view li p {
                line-height: 80px;
                font-size: 20px;
                float: left;
                color: #262830;
                font-family: 'Nunito', Arial, sans-serif;
                font-weight: 700;
                width: 55%;
                padding: 0 35px;
            }

            section.dealer-list ul.dealers.list-view li a {
                display: inline-block;
                float: right;
                line-height: 40px;
                margin: 20px 0 0 0;
                color: #262830;
                font-family: 'Nunito', Arial, sans-serif;
                font-weight: 300;
                font-size: 14px;
                width: 170px;
            }

                section.dealer-list ul.dealers.list-view li a span {
                    display: block;
                    float: left;
                    width: 25px;
                    height: 28px;
                    background: #262830;
                    margin-right: 20px;
                    margin-top: 8px;
                }

                    section.dealer-list ul.dealers.list-view li a span.dl-shop-icon {
                        background: transparent url(../Images/Dealers-Logo/dl-shop-icon.png) no-repeat left top;
                    }

                    section.dealer-list ul.dealers.list-view li a span.dl-onli-icon {
                        background: transparent url(../Images/Dealers-Logo/dl-onli-icon.png) no-repeat left top;
                    }

            section.dealer-list ul.dealers.list-view li div.dl-link-wrapper {
                width: 170px;
                float: left;
                display: block;
                height: 40px;
            }

        section.dealer-list ul.dealers.card-view li {
            width: calc(33.3% - 16px);
            background: #eef0f5;
            margin-top: 42px;
            height: auto;
            float: left;
            margin-right: 24px;
        }

            section.dealer-list ul.dealers.card-view li.last-item {
                margin-right: 0;
            }

            section.dealer-list ul.dealers.card-view li img {
                display: block;
                float: left;
                border: 2px solid #eef0f5;
                margin: 15px 0 0 15px;
                width: calc(100% - 30px) !important;
            }

            section.dealer-list ul.dealers.card-view li p {
                line-height: 40px;
                font-size: 20px;
                float: left;
                color: #262830;
                font-family: 'Nunito', Arial, sans-serif;
                font-weight: 700;
                width: 100%;
                padding: 0 20px;
            }

            section.dealer-list ul.dealers.card-view li a {
                display: inline-block;
                float: left;
                line-height: 30px;
                margin: 0;
                color: #262830;
                font-family: 'Nunito', Arial, sans-serif;
                font-weight: 300;
                font-size: 14px;
                width: 170px;
            }

                section.dealer-list ul.dealers.card-view li a span {
                    display: block;
                    float: left;
                    width: 25px;
                    height: 28px;
                    background: #262830;
                    margin-right: 20px;
                    margin-top: 2px;
                }

                    section.dealer-list ul.dealers.card-view li a span.dl-shop-icon {
                        background: transparent url(../img/dealers-logo/dl-shop-icon.png) no-repeat left top;
                    }

                    section.dealer-list ul.dealers.card-view li a span.dl-onli-icon {
                        background: transparent url(../img/dealers-logo/dl-onli-icon.png) no-repeat left top;
                    }

            section.dealer-list ul.dealers.card-view li div.dl-link-wrapper {
                width: 100%;
                float: left;
                display: block;
                height: 32px;
                padding: 0 20px;
                margin-bottom: 20px;
            }

    section.dealer-list div.all-dealers-link {
        text-align: center;
    }

        section.dealer-list div.all-dealers-link a {
            display: inline-block;
            line-height: 32px;
            border: 2px solid #eef0f5;
            margin: 20px 0 40px;
            color: #eef0f5;
            font-family: 'Nunito', Arial, sans-serif;
            font-weight: 800;
            text-decoration: none;
            font-size: 12px;
            padding: 0 20px 0 45px;
            border-radius: 18px;
            background: transparent url(../img/all-dealers-bullet.png) no-repeat 10px top;
        }

            section.dealer-list div.all-dealers-link a:hover {
                color: #dd052c;
                border-color: #dd052c;
                background-position: 10px bottom;
            }

footer {
}

    footer div.footer-top {
        width: 100%;
        height: 75px;
    }

    footer.default-footer div.footer-top {
        background: #262830 url(../Images/Lib/footer-top.png) repeat-y center top;
    }

    footer.brands-beats-footer div.footer-top {
        background: #262830 url(../Images/Lib/footer-top-beats.png) repeat-y center top;
        border-top: 1px solid #e5ebf1;
        border-bottom: 1px solid #e5ebf1
    }


    footer div.footer-middle {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    footer.default-footer div.footer-middle {
        background: #eef0f5;
    }

    footer.brands-beats-footer div.footer-middle {
        background: #F7F7F8;
    }



    footer div.footer-bottom {
        width: 100%;
        height: 54px;
        line-height: 54px;
        background: #e0e2ec;
    }

    footer div.footer-middle h3 {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #3f424f;
        margin: 55px 0 10px 0;
    }

    footer div.footer-middle ul {
        list-style: none;
        padding: 0px;
    }

        footer div.footer-middle ul li {
            display: block;
            width: 100%;
        }

            footer div.footer-middle ul li a {
                font-family: 'Nunito', Arial, sans-serif;
                font-size: 13px;
                color: #3f424f;
                line-height: 24px;
            }

    footer div.footer-middle p {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 13px;
        color: #3f424f;
        line-height: 24px;
    }

    footer div.footer-middle input {
        display: block;
        width: 80%;
        height: 42px;
        line-height: 42px;
        border: 0px;
        padding: 0 10px;
        color: #9e9fa4;
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 13px;
        outline: none;
        margin-top: 10px;
    }

    footer div.footer-middle button {
        display: block;
        width: 40%;
        height: 32px;
        line-height: 32px;
        border: 0px;
        padding: 0 10px;
        color: #3f424f;
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 13px;
        outline: none;
        margin-top: 10px;
        background: #e0e2ec;
    }

    footer div.footer-bottom a,
    footer div.footer-bottom p {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 13px;
        color: #3f424f;
        line-height: 54px;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

    footer div.footer-bottom .align-right {
        text-align: right;
    }

div.subpage-header-border {
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: transparent url(../Images/Lib/bottom-redline.png) repeat-y center top;
}

div.breadcrumb-wrapper {
    width: 100%;
    height: 50px;
    background: #e4e7ee;
}

    div.breadcrumb-wrapper p {
        line-height: 50px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #606474;
        margin: 0px;
    }

    div.breadcrumb-wrapper a {
        color: #a6b2bf;
        text-decoration: none;
    }

section.dealer-page {
    padding-bottom: 60px;
}

    section.dealer-page h2 {
        font-family: 'Nunito', Arial, sans-serif;
        font-size: 32px;
        color: #dd052c;
        font-weight: 700;
        line-height: 60px;
        margin: 40px 0 18px 15px;
        text-transform: uppercase;
    }

    section.dealer-page .filter-wrapper {
        background: #dd052c !important;
    }

        section.dealer-page .filter-wrapper .dealer-filter {
            margin-top: 0px !important;
        }


section.about-wrapper {
    width: 100%;
    min-height: 1000px;
    background: transparent url(../Images/Lib/about-bg.png) repeat-y center top;
}

    section.about-wrapper h3 {
        font-weight: 900;
        color: #2a2c36;
        font-size: 18px;
        text-align: right;
        margin: 74px 13px 26px 0;
        padding: 0 35px;
    }

    section.about-wrapper ul {
        list-style: none;
        padding: 0px;
        margin-right: 5px;
    }

        section.about-wrapper ul li {
            line-height: 56px;
            margin-bottom: 4px;
        }

            section.about-wrapper ul li a {
                text-align: right;
                display: block;
                padding: 0 35px;
                font-size: 14px;
                text-transform: uppercase;
                color: #2a2c36;
                background: #e4e7ee;
                text-decoration: none;
                transition: background ease 0.2s;
            }

                section.about-wrapper ul li a:hover,
                section.about-wrapper ul li a.active {
                    background: #eef0f5;
                }

    section.about-wrapper div.about-content {
        padding-bottom: 30px;
    }

        section.about-wrapper div.about-content h2 {
            color: #dd052c;
            font-size: 32px;
            font-weight: 900;
            text-transform: uppercase;
            margin: 120px 0 35px 0;
            padding: 0px;
        }

        section.about-wrapper div.about-content p {
            font-size: 16px;
            font-weight: 300;
            color: #2a2c36;
            padding: 0;
        }

        section.about-wrapper div.about-content div.description {
            font-size: 24px;
            line-height: 27px;
        }

        section.about-wrapper div.about-content p.description {
            font-size: 24px;
            line-height: 27px;
            padding: 40px 0;
        }

        section.about-wrapper div.about-content div.description p {
            font-size: 24px !important;
            line-height: 27px;
            padding: 40px 0;
        }

        section.about-wrapper div.about-content div.sub-content {
            border-top: 1px solid #d1d4e1;
            margin-top: 60px;
        }

            section.about-wrapper div.about-content div.sub-content div.sc-item {
                width: 50%;
                float: left;
            }

                section.about-wrapper div.about-content div.sub-content div.sc-item p {
                    display: inline-block;
                    font-size: 11px;
                    line-height: 30px;
                    font-weight: 700;
                }

                section.about-wrapper div.about-content div.sub-content div.sc-item a {
                    display: inline-block;
                    font-size: 11px;
                    line-height: 30px;
                    font-weight: 700;
                    color: #a0a1a7;
                    padding: 0 0 0 7px;
                }

            section.about-wrapper div.about-content div.sub-content div.sc-right {
                text-align: right;
            }

.about-wrapper h3.titleAztek {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 57px 0 35px 0;
    background: transparent url(../Images/Lib/contact-h3-bottom.png) no-repeat left bottom;
    text-align: unset
}

    .about-wrapper h3.titleAztek span {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        width: 100%;
        line-height: 30px;
    }

section.about-wrapper .titleAztek00 {
    padding: 15px;
}

section.about-wrapper .titleAztek01 {
    display: block;
    background-color: #000000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px
}


section.contact-wrapper {
    width: 100%;
    height: auto;
    min-height: 1000px;
    padding-bottom: 60px;
}

    section.contact-wrapper h2 {
        font-size: 32px;
        color: #dd052c;
        font-weight: bold;
        margin: 50px 0 30px 0;
        padding: 0px;
    }

    section.contact-wrapper ul.contact-info {
        list-style: none;
        padding: 0px;
    }

        section.contact-wrapper ul.contact-info li {
            width: 100%;
            display: block;
            height: auto;
            margin-bottom: 23px;
            overflow: hidden;
        }

            section.contact-wrapper ul.contact-info li img {
                display: inline-block;
                float: left;
            }

            section.contact-wrapper ul.contact-info li p {
                display: inline-block;
                line-height: 20px;
                height: 40px;
                padding: 6px 0 0 30px;
                margin: 0px;
                color: #606474;
            }

                section.contact-wrapper ul.contact-info li p a {
                    display: inline-block;
                    margin: 0 10px 0 0;
                    color: #606474;
                }

.contact-wrapper h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 57px 0 35px 0;
    background: transparent url(../Images/Lib/contact-h3-bottom.png) no-repeat left bottom;
}

    .contact-wrapper h3 span {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        width: 100%;
        line-height: 30px;
    }

.contact-wrapper div.contact-form {
    background: transparent;
}

    .contact-wrapper div.contact-form input[type=text],
    .contact-wrapper div.contact-form textarea {
        width: 100%;
        border: 1px solid #E1E1E1;
        height: 55px;
        line-height: 55px;
        padding: 0 25px;
        font-size: 16px;
        margin: 0 0 20px 0;
        outline: none;
        color: #606474;
    }

    .contact-wrapper div.contact-form textarea {
        height: 194px;
        resize: none;
        line-height: 20px;
        padding-top: 15px;
    }

    .contact-wrapper div.contact-form div.gonder input {
        width: 200px;
        height: 50px;
        color: #FFF;
        background: #dd052c;
        border-radius: 25px;
        padding: 0px;
        margin: 0px;
        outline: none;
        border: 0px;
        font-size: 16px;
    }


@keyframes mainnavhover {
    from {
        background: #FFF;
        color: #F00;
    }

    to {
        background: #e3e5ec;
        color: #FFF;
    }
}


/* Mobile Css */
.mobile-only,
.mobile-nav,
.blm-wrapper {
    display: none;
}


section.about-wrapper ul.bilgi li {
    line-height: 35px;
    font-size: 16px;
    color: #2a2c36;
    font-weight: 300;
    margin-bottom: 4px
}

section.about-wrapper .gm {
    margin-left: 75%;
    text-align: center;
    display: flex;
    font-weight: bold;
}




@media screen and (max-width: 1566px) and (min-width: 1200px) {

    /*body {background-color: #369; }*/

    header nav.main-nav ul li a.main-link {
        padding: 0 17px;
        margin: 32px 0px 0 0;
        font-size: 12px;
    }

    header nav.main-nav ul {
        margin: 0 0 0 10px;
    }

        header nav.main-nav ul li div.subnav {
            left: 0;
        }

    div.brand-links {
        min-height: 75px;
    }

        div.brand-links a.bl-item {
            line-height: 75px;
            background-size: auto 200%;
        }

        div.brand-links a.bli-01 {
            background-position: -0px 0;
        }

        div.brand-links a.bli-02 {
            background-position: -108px 0;
        }

        div.brand-links a.bli-03 {
            background-position: -216px 0;
        }

        div.brand-links a.bli-04 {
            background-position: -324px 0;
        }

        div.brand-links a.bli-05 {
            background-position: -432px 0;
        }

        div.brand-links a.bli-06 {
            background-position: -540px 0;
        }

        div.brand-links a.bli-07 {
            background-position: -648px 0;
        }

        div.brand-links a.bli-08 {
            background-position: -756px 0;
        }

        div.brand-links a.bli-09 {
            background-position: -864px 0;
        }

        div.brand-links a.bli-10 {
            background-position: -972px 0;
        }

        div.brand-links a.bli-11 {
            background-position: -1080px 0;
        }

        div.brand-links a.bli-12 {
            background-position: -1188px 0;
        }

        div.brand-links a.bli-01:hover {
            background-position: -0px bottom;
        }

        div.brand-links a.bli-02:hover {
            background-position: -108px bottom;
        }

        div.brand-links a.bli-03:hover {
            background-position: -216px bottom;
        }

        div.brand-links a.bli-04:hover {
            background-position: -324px bottom;
        }

        div.brand-links a.bli-05:hover {
            background-position: -432px bottom;
        }

        div.brand-links a.bli-06:hover {
            background-position: -540px bottom;
        }

        div.brand-links a.bli-07:hover {
            background-position: -648px bottom;
        }

        div.brand-links a.bli-08:hover {
            background-position: -756px bottom;
        }

        div.brand-links a.bli-09:hover {
            background-position: -864px bottom;
        }

        div.brand-links a.bli-10:hover {
            background-position: -972px bottom;
        }

        div.brand-links a.bli-11:hover {
            background-position: -1080px bottom;
        }

        div.brand-links a.bli-12:hover {
            background-position: -1188px bottom;
        }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) and (min-width: 576px) {

    .mobile-only {
        display: block;
    }

    header {
        height: 74px;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 2;
        background: #FFF;
    }

    nav.main-nav {
        display: none;
    }

    div.brand-links {
        display: none;
    }

    h1.logo {
        background: transparent url(/Assets/Images/Lib/logo.png) no-repeat;
        width: 100px;
        margin: 20px auto 0;
        text-indent: -9999px;
        background-size: 100%;
    }

    .sl-04, .sl-02, .sl-01 {
        display: none !important;
    }

    ul.social-links {
        margin: 19px 0 0 0;
    }

        ul.social-links li.sl-05 a {
            width: 100px !important;
            font-size: 14px;
            margin: 0 15px 0 0;
            text-align: right;
            background: transparent !important;
            color: #3f424f;
        }

            ul.social-links li.sl-05 a span {
                display: none;
            }

    .mobile-nav {
        display: block;
        width: 100%;
        height: calc(100% - 74px);
        position: fixed;
        z-index: 1;
        left: -100%; /*left:-100%;*/
        top: 74px;
        transition: left 0.15s ease;
        background: rgba(255,255,255,0.95);
        overflow: auto;
    }

        .mobile-nav nav ul {
            list-style: none;
            padding: 0px;
            margin: 20px;
        }

            .mobile-nav nav ul li a {
                list-style: none;
                padding: 0px;
                margin: 0px;
                line-height: 38px;
                font-size: 14px;
                font-weight: bold;
                color: #3f424f;
                display: block;
                border-bottom: 1px solid #E1E9EA;
                text-decoration: none;
            }

                .mobile-nav nav ul li a.main-link span {
                    display: block;
                    float: right;
                    width: 19px;
                    height: 19px;
                    background: transparent url(../img/nav-bullet.png) no-repeat center center;
                    margin: 6px 10px 0 0;
                }

            .mobile-nav nav ul li div.subnav {
                display: none;
                width: 100% !important;
            }

                .mobile-nav nav ul li div.subnav a {
                    padding: 0 15px;
                    font-weight: normal;
                }

    a.mobile-nav-toggle {
        display: block;
        width: 36px;
        height: 36px;
        background: transparent url(/Assets/Images/Lib/nav-closed.png);
        float: left;
        margin: 20px 0 0;
    }

        a.mobile-nav-toggle.this-opened {
            background: transparent url(/Assets/Images/Lib/nav-opened.png);
        }

    body.nav-opened {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

    .blm-wrapper {
        background: #dd052c;
        display: grid;
        margin-top: 74px;
    }

    .brand-link-list a {
        display: block;
        width: calc(100% - 22px);
        margin: 0 11px;
        border-top: 1px solid rgba(255,255,255,0.2);
        color: #FFF;
        line-height: 36px;
    }

    .brand-links-mobile {
        margin: 10px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 8px;
    }

        .brand-links-mobile a.all-links {
            display: block;
            width: calc(100% - 22px);
            margin: 0 11px;
            color: #FFF;
            line-height: 36px;
            font-weight: bold;
            text-decoration: none;
            background: transparent url(/Assets/Images/Lib/brand-list-nav.png) no-repeat right center;
        }

    .footer-top img {
        margin: 0 auto;
        display: block
    }

    .footer-newsletter,
    .footer-address {
        text-align: center;
    }

        .footer-newsletter input,
        .footer-newsletter button {
            margin: 10px auto 0;
        }

    .footer-bottom {
        height: auto !important;
        text-align: center !important;
        line-height: 24px !important;
        padding: 10px 0;
    }

        .footer-bottom p,
        .footer-bottom a {
            line-height: 24px !important;
        }

        .footer-bottom .align-right {
            text-align: center !important;
        }

    section.dealer-list .df-link {
        padding: 0 10px !important;
    }

    section.dealer-list .filter-wrapper .dealer-filter {
        width: 100%;
        margin: 0px;
    }

    section.dealer-list ul.dealers {
        margin: 4px 0 0 0;
    }

        section.dealer-list ul.dealers.list-view li {
            height: auto !important;
            min-height: 250px;
            width: calc(50% - 10px);
            margin: 7px 0 0 7px;
            display: block;
            overflow: hidden;
            float: left;
            padding-bottom: 10px;
        }

            section.dealer-list ul.dealers.list-view li p {
                width: calc(100% - 36px);
                line-height: 20px;
                padding: 0 0 10px;
                margin: 15px 18px 0;
                border-bottom: 1px solid #DDD;
                font-size: 13px;
            }

            section.dealer-list ul.dealers.list-view li img {
                margin: 15px 0 0 15px;
                width: calc(100% - 30px);
            }

            section.dealer-list ul.dealers.list-view li div.dl-link-wrapper {
                padding: 0 18px;
            }

            section.dealer-list ul.dealers.list-view li a {
                width: 134px;
                margin: 0px;
            }

    div.msi-content {
        margin: 120px 0 100px 0;
    }

        div.msi-content h3 {
            font-size: 52px;
            text-align: center;
        }

        div.msi-content span {
            display: block;
            text-align: center;
        }

        div.msi-content p {
            text-align: center;
            padding: 0 20px;
        }

        div.msi-content a {
            display: block;
            width: 40%;
            margin: 0 auto;
        }

    div.ms-item {
        background-size: auto 100% !important;
    }

    div.subslider-01 {
        width: 100%;
        overflow: scroll;
    }

    div.mobile-ss-fixing {
        width: 300%;
    }

    section.hotnews .news-horizontal {
        padding: 0 0 20px 0;
        margin: 0 0 10px 0;
        overflow: hidden;
    }

        section.hotnews .news-horizontal .news-content {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: auto;
            right: auto !important;
        }

        section.hotnews .news-horizontal img {
            width: 200%;
        }

    section.hotnews .news-vertical {
        padding-bottom: 20px;
        margin: 0 0 10px 0;
    }

        section.hotnews .news-vertical .news-content {
            bottom: 0px;
        }

    section.dealer-list h2,
    section.hotnews h2,
    div.other-products-wrapper h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        margin: 0px;
    }

    div.other-products-wrapper h3 {
        margin: 25px 0 20px 0;
    }

    div.breadcrumb-wrapper {
        padding: 0 10px;
    }

    section.about-wrapper {
        min-height: 700px;
        padding: 0 10px;
    }

    div.about-content img {
        max-width: 100%;
    }

    section.about-wrapper div.about-content h2 {
        margin: 20px 0;
        font-size: 24px;
    }

    section.about-wrapper div.about-content p.description {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
        margin: 0px;
    }

    section.about-wrapper div.about-content p {
        font-size: 14px;
        margin: 0px;
    }

    section.about-wrapper ul {
        margin: 10px 0 0 0px;
    }

        section.about-wrapper ul li {
            line-height: 18px;
            margin-bottom: 15px;
            font-weight: 300;
            color: #2a2c36;
        }

    section.about-wrapper div.about-content div.sub-content {
        margin-top: 25px;
    }

        section.about-wrapper div.about-content div.sub-content div.sc-left {
            width: 100%;
        }

        section.about-wrapper div.about-content div.sub-content div.sc-right {
            display: none;
        }

    section.contact-wrapper {
        min-height: 700px;
        padding: 0 10px;
    }

        section.contact-wrapper ul.contact-info li p {
            width: 255px;
            line-height: 16px;
            height: 100px;
            padding: 0px 0 0 20px;
            font-size: 13px;
            font-weight: 300;
        }

        section.contact-wrapper ul.contact-info li img.picto {
            width: 48px;
        }

    .contact-wrapper div.contact-form {
        padding-bottom: 40px;
    }

        .contact-wrapper div.contact-form input[type=text], .contact-wrapper div.contact-form textarea {
            height: 44px;
            line-height: 44px;
            padding: 0 15px;
            font-size: 14px;
            margin: 0 0 10px 0;
            font-weight: 300;
        }

        .contact-wrapper div.contact-form textarea {
            height: 132px;
        }

    .contact-wrapper h2 {
        font-size: 24px;
        margin: 30px 0 20px 0;
    }
}

@media screen and (max-width: 575px) {



    body.nav-opened {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

    .blm-wrapper {
        background: #dd052c;
        display: grid;
        margin-top: 74px;
    }

    .brand-link-list a {
        display: block;
        width: calc(100% - 22px);
        margin: 0 11px;
        border-top: 1px solid rgba(255,255,255,0.2);
        color: #FFF;
        line-height: 36px;
    }

    .brand-links-mobile {
        margin: 10px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 8px;
    }

        .brand-links-mobile a.all-links {
            display: block;
            width: calc(100% - 22px);
            margin: 0 11px;
            color: #FFF;
            line-height: 36px;
            font-weight: bold;
            text-decoration: none;
            background: transparent url(/Assets/Images/Lib/brand-list-nav.png) no-repeat right center;
        }

    .footer-top img {
        margin: 0 auto;
        display: block
    }

    .footer-newsletter,
    .footer-address {
        text-align: center;
    }

        .footer-newsletter input,
        .footer-newsletter button {
            margin: 10px auto 0;
        }

    .footer-bottom {
        height: auto !important;
        text-align: center !important;
        line-height: 24px !important;
        padding: 10px 0;
    }

        .footer-bottom p,
        .footer-bottom a {
            line-height: 24px !important;
        }

        .footer-bottom .align-right {
            text-align: center !important;
        }

    section.dealer-list .df-link {
        padding: 0 10px !important;
    }

    section.dealer-list .filter-wrapper .dealer-filter {
        width: 100%;
        margin: 0px;
    }

    section.dealer-list ul.dealers {
        margin: 4px 0 0 0;
    }

        section.dealer-list ul.dealers.list-view li {
            height: auto !important;
            min-height: 250px;
            width: calc(50% - 10px);
            margin: 7px 0 0 7px;
            display: block;
            overflow: hidden;
            float: left;
            padding-bottom: 10px;
        }

            section.dealer-list ul.dealers.list-view li p {
                width: calc(100% - 36px);
                line-height: 20px;
                padding: 0 0 10px;
                margin: 15px 18px 0;
                border-bottom: 1px solid #DDD;
                font-size: 13px;
            }

            section.dealer-list ul.dealers.list-view li img {
                margin: 15px 0 0 15px;
                width: calc(100% - 30px);
            }

            section.dealer-list ul.dealers.list-view li div.dl-link-wrapper {
                padding: 0 18px;
            }

            section.dealer-list ul.dealers.list-view li a {
                width: 134px;
                margin: 0px;
            }

    div.msi-content {
        margin: 120px 0 100px 0;
    }

        div.msi-content h3 {
            font-size: 52px;
            text-align: center;
        }

        div.msi-content span {
            display: block;
            text-align: center;
        }

        div.msi-content p {
            text-align: center;
            padding: 0 20px;
        }

        div.msi-content a {
            display: block;
            width: 40%;
            margin: 0 auto;
        }

    div.ms-item {
        background-size: auto 100% !important;
    }

    div.subslider-01 {
        width: 100%;
        overflow: scroll;
    }

    div.mobile-ss-fixing {
        width: 300%;
    }

    section.hotnews .news-horizontal {
        padding: 0 0 20px 0;
        margin: 0 0 10px 0;
        overflow: hidden;
    }

        section.hotnews .news-horizontal .news-content {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: auto;
            right: auto !important;
        }

        section.hotnews .news-horizontal img {
            width: 200%;
        }

    section.hotnews .news-vertical {
        padding-bottom: 20px;
        margin: 0 0 10px 0;
    }

        section.hotnews .news-vertical .news-content {
            bottom: 0px;
        }

    section.dealer-list h2,
    section.hotnews h2,
    div.other-products-wrapper h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        margin: 0px;
    }

    div.other-products-wrapper h3 {
        margin: 25px 0 20px 0;
    }

    div.breadcrumb-wrapper {
        padding: 0 10px;
    }

    section.about-wrapper {
        min-height: 700px;
        padding: 0 10px;
    }

    div.about-content img {
        max-width: 100%;
    }

    section.about-wrapper div.about-content h2 {
        margin: 20px 0;
        font-size: 24px;
    }

    section.about-wrapper div.about-content p.description {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0;
        margin: 0px;
    }

    section.about-wrapper div.about-content p {
        font-size: 14px;
        margin: 0px;
    }

    section.about-wrapper ul {
        margin: 10px 0 0 0px;
    }

        section.about-wrapper ul li {
            line-height: 40px;
            font-weight: 300;
            color: #2a2c36;
            border: solid 1px #d8dae0;
        }

            section.about-wrapper ul li a {
                background-color: #eef0f5;
            }

                section.about-wrapper ul li a:hover,
                section.about-wrapper ul li a.active {
                    background-color: #e4e7ee
                }

    section.about-wrapper div.about-content div.sub-content {
        margin-top: 25px;
    }

        section.about-wrapper div.about-content div.sub-content div.sc-left {
            width: 100%;
        }

        section.about-wrapper div.about-content div.sub-content div.sc-right {
            display: none;
        }

    .contact-wrapper {
        min-height: 700px;
        padding: 0 10px;
    }

        .contact-wrapper ul.contact-info li p {
            width: 255px;
            line-height: 16px;
            height: 100px;
            padding: 0px 0 0 20px;
            font-size: 13px;
            font-weight: 300;
        }

        .contact-wrapper ul.contact-info li img.picto {
            width: 48px;
        }

        .contact-wrapper div.contact-form {
            padding-bottom: 40px;
        }

            .contact-wrapper div.contact-form input[type=text], .contact-wrapper div.contact-form textarea {
                height: 44px;
                line-height: 44px;
                padding: 0 15px;
                font-size: 14px;
                margin: 0 0 10px 0;
                font-weight: 300;
            }

            .contact-wrapper div.contact-form textarea {
                height: 132px;
            }

        .contact-wrapper h2 {
            font-size: 24px;
            margin: 30px 0 20px 0;
        }

    section.about-wrapper ul.bilgi li {
        line-height: 20px;
        font-size: 14px;
        color: #2a2c36;
        font-weight: 300;
        margin-bottom: 4px;
        border: none
    }

    section.about-wrapper .gm {
        margin-left: 55%;
        text-align: center;
        display: flex;
        font-weight: bold;
    }
}




@media screen and (max-width: 991px) {
    .gotoshop {
        margin: 20px 5px 0;
        font-size: 24px;
        color: #262830
    }

    .mobile-only {
        display: block;
    }

    header {
        height: 74px;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 2;
        background: #FFF;
    }

    nav.main-nav {
        display: none;
    }

    div.brand-links {
        display: none;
    }

    h1.logo {
        background: transparent url(/Assets/Images/Lib/logo.png) no-repeat;
        width: 100px;
        margin: 20px auto 0;
        text-indent: -9999px;
        background-size: 100%;
    }

    .sl-04, .sl-02, .sl-01 {
        display: none !important;
    }

    ul.social-links {
        margin: 19px 0 0 0;
    }

        ul.social-links li.sl-05 a {
            width: 100px !important;
            font-size: 14px;
            margin: 0 15px 0 0;
            text-align: right;
            background: transparent !important;
            color: #3f424f;
        }

            ul.social-links li.sl-05 a span {
                display: none;
            }

    .mobile-nav {
        display: block;
        width: 100%;
        height: calc(100% - 74px);
        position: fixed;
        z-index: 1;
        left: -100%; /*left:-100%;*/
        top: 74px;
        transition: left 0.15s ease;
        background: rgba(255,255,255,0.95);
        overflow: auto;
    }

        .mobile-nav nav ul {
            list-style: none;
            padding: 0px;
            margin: 20px;
        }

            .mobile-nav nav ul li a {
                list-style: none;
                padding: 0px;
                margin: 0px;
                line-height: 38px;
                font-size: 14px;
                font-weight: bold;
                color: #3f424f;
                display: block;
                border-bottom: 1px solid #E1E9EA;
                text-decoration: none;
            }

                .mobile-nav nav ul li a.main-link span {
                    display: block;
                    float: right;
                    width: 19px;
                    height: 19px;
                    background: transparent url(../img/nav-bullet.png) no-repeat center center;
                    margin: 6px 10px 0 0;
                }

            .mobile-nav nav ul li div.subnav {
                display: none;
                width: 100% !important;
            }

                .mobile-nav nav ul li div.subnav a {
                    padding: 0 15px;
                    font-weight: normal;
                }

    a.mobile-nav-toggle {
        display: block;
        width: 36px;
        height: 36px;
        background: transparent url(/Assets/Images/Lib/nav-closed.png);
        float: left;
        margin: 20px 0 0;
    }

        a.mobile-nav-toggle.this-opened {
            background: transparent url(/Assets/Images/Lib/nav-opened.png);
        }
}

.book1 {
    width: 280px;
    height: 50px;
    color: #FFF;
    background: #dd052c;
    border-radius: 25px;
    padding: 15px;
    margin: 0px;
    outline: none;
    border: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
}

    .book1:hover {
        background-color: #2a2c36;
        color: #ffffff;
        text-decoration: unset
    }
