::-webkit-scrollbar 
{
    width: 5px;
}

::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb 
{
    background: #888; 
}

::-webkit-scrollbar-thumb:hover 
{
    background: #555; 
}

body
{
    background-color: #333333;
}

.navbar
{
    background: #333333;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .25s;
}

.navbar.fixed-top
{
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .25);
}

.navbar-brand img
{
    height: 45px;
    transition: .25s;
}

/* .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active
{
    font-weight: bold;
} */

.nav-link .menu-cizgi
{
	width: 0%;
    height: 5px;
    display: block;
    transition: .25s;
    margin-top: -5px;
    opacity: .5;
    background: #A2853F;
    position: relative;
    top: 2.5px;
}

.nav-link:hover .menu-cizgi,
.nav-item.active .menu-cizgi
{
    width: 100%;
}

.navbar-nav .nav-link .nav-link-inner--text
{
    margin-left: 0
}

.nav-item i
{
    position: relative;
    top: 4px;
}

#btn-search
{
    cursor: pointer;
}

.navbar-ust
{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #555555;
    font-size: 10pt;
    color: #ffffff;
}

.navbar-ust ul
{
    margin-bottom: 0;
}

.navbar-ust .list-inline-item:not(:last-child)
{
    margin-right: 15px;
}

.navbar-ust a
{
    color: #ffffff;
}

.navbar-ust .fa
{
    font-size: 10pt;
}

#slider
{
    height: 450px;
}

#slider .col-12
{
    padding: 0;
}

#slider .slick-arrow
{
    color: #fff !important;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

#slider .slick-prev
{
    left: 30px
}

#slider .slick-next
{
    right: 30px
}

#slider img
{
    object-fit: cover;
    height: 450px;
}

#slider a.btn 
{
    color: #333;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 0 5px #000;
}

.carousel-caption h5
{
    font-size: 30pt;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 5px #000;
}

.v-middle
{
    position: relative;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.content
{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #ffffff;
    color: #333333
}

#hakkimizda
{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #333333;
    color: #ffffff
}

#hakkimizda p
{
    margin-bottom: 0;
    text-align: center;
}

#kategoriler
{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #ffffff;
}

a:focus
{
    outline: none;
}

#kategoriler img
{
    width: auto;
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    object-position: bottom;
}

#kategoriler h5
{
    margin-bottom: 0;
    margin-top: 20px;
    color: #333333;
    text-transform: capitalize;
    /* display: none; */
}

#kategoriler .goster a
{
    display: block;
    color: #333333;
    margin-top: 30px;
    text-decoration: none;
    font-weight: bold;
}

.baslik
{
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30pt;
    text-align: left;
}

hr
{
    margin: 30px 0 45px 0;
}

.slick-arrow
{
    font-size: 25pt !important;
    position: absolute;
    top: -130px;
    right: 15px;
    border: none !important;
    color: #333333 !important;
    cursor: pointer;
}

.slick-prev
{
    right: 60px;
}

#bayilik
{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #333333;
    color: #ffffff
}

#bayilik p
{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20pt;
    letter-spacing: 1px;
}

#bayilik .btn
{
    background: #A2853F;
    color: #ffffff;
}

#bayilik .btn:hover
{
    transform: translateY(-50%);
}

#model-tabs
{
    padding-top: 45px;
    padding-bottom: 45px;
}

#footer 
{
    background: #555555;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
}

#footer .hizli-menu ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .hizli-menu li:not(:last-child) 
{
    margin-bottom: 10px;
}

#footer .hizli-menu li::before 
{
    content: '\260D';
    margin-right: 10px;
}

#footer li a 
{
    color: #fff;
    font-size: 11pt;
}

#footer .ulasin .baslik
{
    margin-bottom: 30px;
    font-size: 15pt;
    color: #fff;
}

#footer .ulasin a
{
    display: block;
    color: #fff;
    font-size: 10pt;
}

#footer .ulasin a:not(:last-child)
{
    margin-bottom: 15px;
}

#footer .list-inline-item:not(:last-child)
{
    margin-right: 2rem;
}

#footer .list-inline li a
{
    font-size: 14pt;
}

#footer .copyright
{
    font-size: 10pt;
    display: block;
    margin-top: 30px;
}

#footer .copyright a
{
    color: #ffffff;
    font-size: 10pt;
    display: block;
    margin-top: 15px;
}

#footer img
{
    width: 60%;
}

.navbar-nav .dropdown-menu
{
    background: #555555;
}

.dropdown-item
{
    color: #fff;
}

.dropdown-item:hover, 
.dropdown-item:focus
{
    color: #333333 !important;
    background-color: #ffffff;
}

.dropdown-item.active, 
.dropdown-item:active
{
    background-color: #333333;
    color: #fff !important;
}

@media (min-width: 992px)
{
    #footer .d-lg-block
    {
        display: inline-block !important;
    }

    .navbar-nav .dropdown-menu:before
    {
        background: #555555;
    }
}

#modal-form
{
    background-color: rgba(0, 0, 0, .5);
}

#modal-form .modal-header
{
    background: #333;
    color: #fff;
    border: none;
}

#modal-form .modal-header h6
{
    color: #fff;
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: bold;
}

#modal-form .modal-header button
{
    background: none;
    border: none;
}

#modal-form .modal-header button span
{
    color: #fff;
    font-size: 2rem;
}

#modal-form .card
{
    background: #555555 !important;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#modal-form button
{
    background: #ffffff;
    border-color: #333333;
    color: #333333;
}

@media (min-width: 768px)
{
    #modal-form .form-group .col-sm-6:last-child 
    {
        padding-left: 0;
    }
}

@media (max-width: 991px)
{
    #footer .list-inline-item:not(:last-child)
    {
        margin-right: 1rem;
        margin-bottom: .5rem;
    }

    .navbar-collapse .collapse-brand img
    {
        height: 50px;
    }

    .navbar-collapse .nav-link
    {
        text-align: center;
        padding: .5rem 0;
    }

    .nav-link .menu-cizgi
    {
        margin: 0 auto;
        margin-top: -2.5px;
    }

    .nav-link:hover .menu-cizgi, 
    .nav-item.active .menu-cizgi
    {
        width: 50%;
    }

    .dropdown-item
    {
        text-align: center;
    }

    #kategoriler h5
    {
        font-size: 1rem;
    }

    #kategoriler img
    {
        height: 150px;
    }
}

#footer .list-inline
{
    margin-bottom: 0;
}

.tooltip-inner
{
    max-width: unset;
}

@media (max-width: 767px)
{
    .navbar-ust .col-md-3,
    .navbar-ust .col-md-9
    {
        text-align: center !important;
        font-size: 15pt !important;
    }

    .navbar-ust .col-md-9
    {
        padding-bottom: 5px;
    }

    .navbar-ust .col-md-9 a
    {
        font-size: 10pt;
    }

    #kategoriler .baslik
    {
        font-size: 14pt;
    }
    
    #kategoriler .slick-arrow
    {
        font-size: 15pt !important;
        top: -104px;
    }

    #kategoriler .slick-prev
    {
        right: 37.5px;
    }

    /* #kategoriler img
    {
        object-position: center;
    } */

    #bayilik p
    {
        text-align: center !important;
        margin-bottom: 30px;
        font-size: 15pt;
    }

    #footer
    {
        padding: 15px;
    }

    #footer .col-sm-3,
    #footer .col-lg-3
    {
        padding-bottom: 15px;
        margin-top: 15px;
        text-align: center;
    }

    #footer img
    {
        width: 80%;
        margin: 0 auto;
    }

    #footer .ulasin .baslik
    {
        text-align: center !important;
    }

    .carousel-caption h5
    {
        font-size: 20pt;
    }

    .navbar-brand img
    {
        height: 40px;
    }

    #modal-form .modal-header h6
    {
        font-size: 13pt;
    }

    #modal-form .form-group .col-sm-6:first-child 
    {
        margin-bottom: 1rem;
    }
}

.basa-don 
{ 
    position: fixed;
    bottom: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    padding: 8px 14px;
    border-radius: 5px;
    color: white;
    display: none
}

.fancybox-bg
{
    background: #fff;
    opacity: 1 !important;
}

.fancybox-caption-wrap
{
    text-align: center;
    text-transform: uppercase;
}

.fancybox-caption
{
    font-family: inherit;
}

.page-info
{
    background: #555555;
    color: #ffffff;
    text-align: center;
    padding-top: 105px;
    padding-bottom: 105px;
    text-transform: capitalize;
    font-size: 35pt;
    background-size: cover;
    background-position: center;
    font-weight: bold;
    text-shadow:
    -1px -1px 0 #333333,
    1px -1px 0 #333333,
    -1px 1px 0 #333333,
    1px 1px 0 #333333; 
}

#kurumsal h3
{
    /* font-weight: bold; */
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
}

#kurumsal p
{
    margin-bottom: 0;
}

.py-15
{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-15 .navbar-brand img
{
    height: 35px !important;
}

.py-30
{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#iletisim h3
{
    font-weight: bold;
    text-transform: capitalize;
}

#iletisim h5:before
{
    content: '\26EB\00A0\00A0';
}

#iletisim h5
{
    font-weight: 600;
    text-transform: capitalize;
}

.iletisim-form .input-group,
#bayiler .input-group,
#modeller .input-group
{
    border: 1px solid #333333;
    box-shadow: none !important;
}

.iletisim-form .btn,
#bayiler .btn,
#modeller .btn
{
    background: #333333;
    border: none;
    box-shadow: none;
}

#modeller .btn-warning
{
    background: #A2853F;
    color: #fff;
}

.adres,
.adres p
{
    font-size: 11pt;
}

.adres a
{
    display: block;
    color: #333333;
}

.adres a:not(:last-child)
{
    margin-bottom: 7.5px;
}

#iletisim .list-inline
{
    font-size: 18pt;
}

#iletisim .list-inline li:not(:last-child)
{
    margin-right: 2rem;
}

#iletisim .list-inline a
{
    color: #333333;
}

#iletisim .e-mail
{
    font-size: 18pt;
    color: #333333;
}

@media (max-width: 991px) and (min-width: 768px)
{
    .adres,
    .adres p
    {
        font-size: 8pt;
    }

    #iletisim .e-mail
    {
        font-size: 15pt;
    }
}

@media (max-width: 767px)
{
    .page-info
    {
        font-size: 25pt;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .adres p
    {
        margin-bottom: 15px !important;
    }

    #iletisim .form-container
    {
        margin-top: 45px;
    }

    #map 
    {
        width: auto !important;
        margin: 0 -15px;
    }

    #iletisim .e-mail
    {
        font-size: 12pt;
    }

    /* .content
    {
        padding-left: 0;
        padding-right: 0;
    } */
}

#bayiler .form-group
{
    margin-bottom: 0;
    display: flex;
}

#bayiler .liste
{
    margin-top: 45px;
    font-size: 11pt;
}

#bayiler h5,
#modeller h5
{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24pt;
    margin-bottom: 0;
}

#bayiler hr
{
    margin: 22.5px 0;
    background: #333333;
}

#bayiler br
{
    line-height: 10%;
}

#bayiler .adres
{
    /* padding-left: 2%; */
    display: inline-block;
    position: absolute;
    width: 80%;
}

#bayiler .mt-5
{
    font-size: 15pt;
}

#bayiler .col-md-4 i
{
    width: 25px;
}

#bayiler .liste-satir
{
    margin-top: 37.5px;
    font-size: 11pt;
}

@media (max-width: 767px)
{
    #bayiler .form-group
    {
        margin-bottom: 15px;
    }

    #bayiler .liste
    {
        margin-top: 45px;
    }

    #bayiler .liste-satir
    {
        margin-top: 30px;
    }

    #bayiler .liste .col-md-4:not(:last-child),
    #bayiler .liste-satir .col-md-4:not(:last-child)
    {
        margin-bottom: 30px;
    }
}

#modeller hr
{
    margin: 30px 0
}

#modeller ul
{
    list-style: none;
}

#modeller li::before
{
    content: '\00BB\00A0\00A0';
}

#modeller li:not(:last-child)
{
    margin-bottom: 7.5px;
}

#modeller li a
{
    color: #333;
}

#modeller .liste .row:not(:last-child)
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #555555;
}

#modeller .model
{
    text-align: center;
    font-size: 12pt;
    text-transform: uppercase;
    color: #333333;
}

#modeller .model:not(:last-child)
{
    border-right: 1px dashed #555555;
}

#modeller .model .yeni
{
    position: absolute;
    width: 30%;
    top: 0;
    left: 15px;
    height: auto;
}

#modeller .model a
{
    color: #333333;
}

#modeller .model img
{
    width: auto;
    max-width: 95%;
    height: 150px;
    display: block;
    object-fit: contain;
    object-position: bottom;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sayfala
{
    margin-top: 60px;
    font-size: 11pt;
}

.sayfala a
{
    color: #333333;
}

.sayfala .pull-right
{
    line-height: 40px;
}

.sayfala select
{
    padding: 3.5px 9px;
    width: 60px;
    display: inline-block;
    margin: 0 5px;
    border-color: #333333;
}

@media (max-width: 991px) and (min-width: 768px)
{
    #modeller .model img
    {
        height: 100px;
    }
}

@media (max-width: 767px)
{
    #modeller .liste
    {
        margin-top: 3rem;
    }

    #modeller .liste .row:not(:last-child)
    {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #modeller .model
    {
        border-top: 1px dashed #555555;
        padding: 15px;
    }

    #modeller .model:not(:last-child)
    {
        border-right: none;
    }
    
    #modeller .model:nth-child(2n - 1)
    {
        border-right: 1px dashed #555555;
    }

    #modeller .liste .row:nth-child(3) .model:nth-child(1),
    #modeller .liste .row:nth-child(3) .model:nth-child(2)
    {
        border-top: none;
        padding-top: 0;
    }

    #modeller .model .yeni
    {
        top: 5%;
    }

    #modeller .model img
    {
        height: 150px;
    }

    #modeller .sayfala
    {
        margin-top: 30px;
    }

    .sayfala .pull-left,
    .sayfala .pull-right
    {
        text-align: center !important;
        float: unset;
    }
}

.select2-container--default .select2-selection--single
{
    border: none;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #8898aa;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 100%;
}

.select2-results__option
{
    font-size: .875rem !important;
}

li.no-before::before 
{
    content: '\260D' !important;
    margin-right: 10px;
}

li.no-before hr 
{
    margin: 15px 0 !important;
}