﻿



.header-fixed .header-color-change .top-menu__menu-link {
    color: black !important;
}

.header__container .border-bottom-change {
    border-color: #808080 !important;
}

.header__container #Contact-Border.color-change {
    background-color: #808080 !important;
}

.header_is_fixed .header__container .header__wrapper {
    height:80px !important;
}

    .header_is_fixed .header__container .header__wrapper .header__inner img {
        width: 190px !important;
        margin-top:-5px !important;       
    }



.header_is_fixed .header__container .header-fixed {
    bottom:27px !important;
}

.header_is_fixed .header__container #Contact-Border {
    height:80px !important;
}

.header-fixed .header-color-change .top-menu__menu-link {
    color: #666 !important;
}



.header__menu-button {
    visibility: hidden;
}

@media screen and (max-width:1450px) {


    .header_fixed .header__container .header__wrapper .header__inner img {
        width: 200px !important;
        margin-top: 10px !important;
    }

    .header_is_fixed .header__container .header__wrapper .header__inner img {
        width: 190px !important;
        margin-top: -5px !important;
    }

}

@media screen and (max-width:1199px) {
    .header__menu-button {
        visibility: visible;
    }

    header .header__container .header__wrapper .header__inner .header__menu-button {
        top: 20% !important;
        right: 10px !important;
        width: 70px !important;
        height: 70px !important;
    }
}




@media screen and (max-width:1050px) {
    header {
        position: sticky !important;
        background-color: #f2eadc !important;
    }

        header .header__container .header__wrapper {
            position: sticky !important;
            background-color: #f2eadc !important;
            height: 80px !important;
            border-color: #808080 !important;
        }

        header .header__container #Contact-Border {
            visibility:hidden !important;
        }

    .header_fixed .header__container .header__wrapper .header__inner img {
        width: 190px !important;
        margin-top: -10px !important;
    }

    .header_is_fixed .header__container .header__wrapper .header__inner img {
        width: 190px !important;
        margin-top: -5px !important;
    }

        header .header__container .header__wrapper .header__inner .header__menu-button {
            top: 18% !important;
            right: 40px !important;
            width: 60px !important;
            height: 60px !important;
        }

            header .header__container .header__wrapper .header__inner .header__menu-button .header__menu-button-inner {
                width: 30px !important;
            }

}



@media screen and (max-width:680px) {

    .header_fixed .header__container .header__wrapper .header__inner a {
        margin-left:0 !important;
    }

    .header_fixed .header__container .header__wrapper .header__inner img {
        width: 140px !important;
        margin-top: -8px !important;
    }

    .header_is_fixed .header__container .header__wrapper .header__inner img {
        width: 140px !important;
        margin-top: -8px !important;
    }

    header .header__container .header__wrapper .header__inner .header__menu-button {
        top: 30% !important;
        right:-30px !important;
        width: 60px !important;
        height: 60px !important;
    }

       
}


/*---------------------------- Dropdown Menu --------------------- */

#Dropdown-Ucak .dropdown-menu a {
    color: white !important;
}

    #Dropdown-Ucak .dropdown-menu a:hover {
        color: #f24a00 !important;
    }

#Dropdown-Ucak .dropdown-menu {
    margin-top:35px !important;
    border-radius:0 !important; 
    background-color:transparent !important;
    border-color:white !important;
}

#Dropdown-Ucak .dropdown__trigger i {
    width:5px !important;
    height:5px !important;
    stroke:white !important;
}

.header_is_fixed .header-fixed__bottom #Dropdown-Ucak .dropdown__trigger i {
    width: 4px !important;
    height: 4px !important;
    stroke: #F2EADC !important;
}


.header_is_fixed .header-fixed__bottom #Dropdown-Ucak .dropdown-menu a {
    color: black !important;
}

.header_is_fixed .header-fixed__bottom #Dropdown-Ucak .dropdown-menu a:hover {
   background-color:white !important;
}

.header_is_fixed .header-fixed__bottom #Dropdown-Ucak .dropdown-menu {
    background-color: #F2EADC !important;
    border-color: black !important;
    margin-top: 26px !important;
    box-shadow: 1px !important;
}   
    
    
