﻿@charset "UTF-8";

.ext-link:after {
    font-family: 'ib-icon';
    content: '\e907';
}

.top-container {
    position: absolute;
    z-index: 1002;
    width: 100%;
}

    .top-container .header {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .top-container .header nav.navbar#DesktopMenu {
            padding: 0;
            position: static;
        }

            .top-container .header nav.navbar#DesktopMenu a.navbar-brand {
                padding: 11px 0;
                color: #13183E;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

                .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
                    height: 65px;
                    opacity: 1;
                    -webkit-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                }

                    .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img img {
                        height: 65px;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img:hover img, .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img.hover img {
                        opacity: 0.6;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
                    height: 0;
                    opacity: 0;
                    font-size: 1.0625rem;
                    line-height: 1.125rem;
                    font-weight: 700;
                    -webkit-transition: all -0.15s ease-in-out;
                    transition: all -0.15s ease-in-out;
                }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item {
                position: static;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
                    color: #13183E;
                    font-weight: 750;
                    font-size: 0.9375rem;
                    line-height: 1.125rem;
                    letter-spacing: 0.0625rem;
                    padding: 33px 15px 32px;
                    position: relative;
                    white-space: nowrap;
                    -webkit-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:before {
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
                        content: '';
                        margin-bottom: -1px;
                        border-bottom: 2px solid #13183E;
                        position: absolute;
                        left: 15px;
                        right: 15px;
                        bottom: 24px;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
                            font-family: 'ib-icon';
                            content: '\e900';
                            font-weight: normal;
                            margin-left: 5px;
                            font-size: 0.5625rem;
                            line-height: normal;
                            width: auto;
                            height: auto;
                        }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:after {
                        border: 0;
                    }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-content h3 {
                    font-size: 1.375rem;
                    font-weight: 700;
                    color: #13183E;
                    margin-top: 45px;
                }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-content p {
                    font-size: 0.875rem;
                    font-weight: 400;
                    color: #13183E;
                    line-height: 1.5rem;
                    margin-right: 40px;
                }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list {
                    margin: 40px 0 100px 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list ul {
                        min-width: 33.33333333%;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        background-color: #FFFFFF;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul:not(:first-of-type) {
                        margin-left: 50px;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li {
                        position: relative;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li a {
                            min-height: 35px;
                            border-bottom: 1px solid #E4E4E4;
                            color: #13183E;
                            font-size: 0.875rem;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            padding: 10px 10px 10px 12px;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li a.ext-link:after {
                                font-family: 'ib-icon';
                                content: '\e95b';
                                margin-left: auto;
                            }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li a.menu-list-submenu:after {
                                margin-left: auto;
                                font-family: 'ib-icon';
                                content: '\e902';
                                color: #13183E;
                            }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li > ul {
                            display: none;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            position: absolute;
                            left: 100%;
                            top: 0;
                            min-height: 100%;
                            z-index: 1;
                            background-color: #FAFAFA;
                        }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li:hover, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li.hover {
                            background-color: #FAFAFA;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li:hover > ul, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li.hover > ul {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                width: 230px;
                                padding-left: 15px;
                                background-color: #FAFAFA;
                            }

                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li:hover > ul li:hover, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li:hover > ul li.hover, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li.hover > ul li:hover, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .dropdown-menu .menu-list > ul li.hover > ul li.hover {
                                    background-color: #EEEEEE;
                                }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link {
                    background-color: #FFFFFF;
                    color: #13183E;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link:before {
                        content: '';
                        margin-bottom: -1px;
                        border-bottom: 2px solid #13183E;
                        position: absolute;
                        left: 15px;
                        right: 15px;
                        bottom: 24px;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
                        margin: 0;
                        padding: 0;
                        border: 0;
                        border-radius: 0;
                        width: 100%;
                        left: 0;
                        z-index: 1;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link {
                            font-weight: 400;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link:hover, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link.hover {
                                font-weight: 400;
                            }

    .top-container .progress-container {
        width: 100%;
        height: 0;
        background: #D7D7D7;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .progress-container .progress-bar {
            height: 6px;
            background: #D2935B;
            width: 0;
            -webkit-transition: width 0.35s ease-in-out;
            transition: width 0.35s ease-in-out;
        }

    .top-container.fixedTop {
        position: fixed;
        z-index: 1001;
        top: 0;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container.fixedTop + .slider-container {
            margin-top: 83px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
            opacity: 0;
            height: 0;
            -webkit-transition: all -0.15s ease-in-out;
            transition: all -0.15s ease-in-out;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
            height: auto;
            opacity: 1;
            line-height: 1.25rem;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item {
            position: static;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link {
                padding: 12px 15px 13px;
                letter-spacing: 0.00625rem;
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link:hover:before, .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link.hover:before {
                    bottom: 10px;
                    -webkit-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item.show > a.nav-link:before {
                bottom: 10px;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item.show > a.nav-link.dropdown-toggle + .dropdown-menu {
                margin: 0;
            }

        .top-container.fixedTop .progress-container {
            height: 6px;
            -webkit-transition: all -0.15s ease-in-out;
            transition: all -0.15s ease-in-out;
        }

@media (max-width: 1334.98px) {
    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
            left: 9px;
            right: 9px;
        }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show > a.nav-link:before {
        left: 9px;
        right: 9px;
    }

    .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
        left: 15px;
        right: 15px;
    }

    .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show > a.nav-link:before {
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 991.98px) {
    .top-container .header nav.navbar#DesktopMenu a.navbar-brand {
        padding: 9px 0 10px;
    }

        .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
            height: 36px;
        }

            .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img img {
                height: 36px;
            }

        .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
            font-size: 0.6875rem;
            line-height: 1.25rem;
            font-weight: 700;
        }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
        font-size: 0.8125rem;
        line-height: 0.8125rem;
        letter-spacing: 0.00625rem;
        padding: 18px 11px 17px;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:before {
            bottom: 10px;
        }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
            bottom: 10px;
        }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:after {
            border: 0;
        }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
            margin-top: 0;
        }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link:before {
        bottom: 10px;
    }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        left: 0;
    }

    .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
        line-height: 1.25rem;
    }

    .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item {
        position: static;
    }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
            padding: 10px 11px;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:before {
                left: 11px;
                right: 11px;
                bottom: 2px;
            }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
                left: 11px;
                right: 11px;
                bottom: 2px;
            }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link:before {
            left: 11px;
            right: 11px;
            bottom: 2px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link:hover:before, .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.hover:before {
            left: 11px;
            right: 11px;
            bottom: 2px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
            margin-top: 0;
        }

    .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand {
        padding: 9px 0 6px;
    }
}

@media (max-width: 767.98px) {
    .top-container nav.navbar.navbar-dark#MobileMenu {
        padding: 0;
    }

        .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand {
            padding: 0;
            margin: 15px 0;
            /*min-height: 50px;*/
            max-width:65%
            }

            .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img {
                width: 200px;
                opacity: 1;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

                .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img img {
                    height: 50px;
                    -webkit-transition: height 0.15s ease-in-out;
                    transition: height 0.15s ease-in-out;
                }

            .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-text {
                overflow: hidden;
                height: 0;
                opacity: 0;
                color: #13183E;
                -webkit-transition: height -.15s ease-in-out, opacity .35s ease-in-out;
                transition: height -.15s ease-in-out, opacity .35s ease-in-out;
            }

        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler {
            padding: 0;
            border: 0;
            cursor: pointer;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler:focus {
                outline: 0;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler .navbar-toggler-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(19, 24, 62, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler a {
                color: #13183E;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler.navbar-toggler-search {
                margin-left: auto;
                margin-right: 22px;
            }

    .top-container.fixedTop nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img {
        height: 0;
        overflow: hidden;
    }

        .top-container.fixedTop nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img img {
            height: 0;
            -webkit-transition: height 0.15s ease-in-out;
            transition: height 0.15s ease-in-out;
        }

    .top-container.fixedTop nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-text {
        overflow: hidden;
        height: auto;
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 700;
        padding: 9px 0;
        display:contents;
    }
}

.top-container .topbar {
    background-color: #CE0000;
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container .topbar a {
        color: #FFFFFF;
        font-size: 0.75rem;
        line-height: 0.8125rem;
        font-weight: 500;
    }

        .top-container .topbar a.ext-link:after {
            font-size: 0.5625rem;
            margin-left: 10px;
        }

    .top-container .topbar .topbar-img {
        margin-left: 15px;
    }

        .top-container .topbar .topbar-img img {
            height: 44px;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .top-container .topbar ul.nav > li.nav-item {
        padding: 15px 0;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .topbar ul.nav > li.nav-item > a.nav-link {
            margin: 0 9px 0 10px;
            padding: 0;
            position: relative;
        }

            .top-container .topbar ul.nav > li.nav-item > a.nav-link:hover:before, .top-container .topbar ul.nav > li.nav-item > a.nav-link.hover:before {
                content: '';
                margin-bottom: -1px;
                border-bottom: 1px solid #FFFFFF;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
            }

            .top-container .topbar ul.nav > li.nav-item > a.nav-link:focus {
                outline: 0;
            }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link:after {
            font-family: 'ib-icon';
            content: '\e900';
            margin-left: 8px;
            font-size: 0.5625rem;
            border: 0;
            vertical-align: inherit;
            width: auto;
            height: auto;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link#ministriesDropdown + ul.dropdown-menu {
            width: 255px;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link#langDropdown + ul li.nav-item.active a.nav-link:after {
            font-family: 'ib-icon';
            content: '\e904';
            color: #D2935B;
            margin-left: auto;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown.show {
            background-color: #FFFFFF;
        }

            .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link {
                position: relative;
                z-index: 1001;
                color: #252525;
            }

                .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link:hover:before, .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link.hover:before {
                    content: '';
                    margin-bottom: -1px;
                    border-bottom: 1px solid #252525;
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                }

                .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link:after {
                    content: '\e903';
                }

        .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu {
            padding: 12px 10px;
            z-index: 1000;
            margin: 0;
            border-radius: 0;
            border: 0;
            border-bottom: 1px solid #D2935B;
            -webkit-box-shadow: 0 2px 37px rgba(19, 24, 62, 0.11);
            box-shadow: 0 2px 37px rgba(19, 24, 62, 0.11);
        }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link {
                border-bottom: 1px solid #E4E4E4;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 8px 10px;
            }

                .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link:hover, .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link.hover {
                    background-color: #FAFAFA;
                }

                .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link:after {
                    color: #D2935B;
                    margin-left: auto;
                    margin-top: auto;
                    margin-bottom: auto;
                }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item:last-of-type a.nav-link {
                border-bottom: 0;
            }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu a {
                color: #252525;
                font-weight: 400;
            }

.top-container.fixedTop .topbar {
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container.fixedTop .topbar .topbar-img img {
        height: 30px;
        -webkit-transition: height 0.15s ease-in-out;
        transition: height 0.15s ease-in-out;
    }

    .top-container.fixedTop .topbar ul.nav > li.nav-item {
        /*padding: 8px 0;*/
        -webkit-transition: padding 0.15s ease-in-out;
        transition: padding 0.15s ease-in-out;
    }

@media (max-width: 991.98px) {
    .top-container .topbar ul.nav > li.nav-item {
        padding: 8px 0;
    }

    .top-container .topbar .topbar-img img {
        height: 30px;
    }

    .top-container.fixedTop .topbar ul.nav > li.nav-item {
        padding: 8px 0;
    }

    .top-container.fixedTop .topbar .topbar-img img {
        height: 30px;
    }
}

.top-container .search-form-container {
    position: static !important;
}

    .top-container .search-form-container .search-form {
        width: 100%;
        left: 0;
        padding: 35px 0;
        border-radius: 0;
        border: 0;
        margin-top: 0;
    }

        .top-container .search-form-container .search-form .form-search .form-control {
            border: 1px solid #13183E;
            padding: 24px;
            border-radius: 0;
            color: #13183E;
            font-weight: 500;
            min-height: 65px;
            line-height: normal;
            font-size: 1rem;
        }

            .top-container .search-form-container .search-form .form-search .form-control:-ms-input-placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control::placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control:focus {
                outline: 0;
                border-color: #13183E;
                -webkit-box-shadow: rgba(19, 24, 62, 0.4) 0 0 11px;
                box-shadow: rgba(19, 24, 62, 0.4) 0 0 11px;
            }

            .top-container .search-form-container .search-form .form-search .form-control.focus {
                outline: 0;
                border-color: #13183E;
                -webkit-box-shadow: rgba(19, 24, 62, 0.4) 0 0 11px;
                box-shadow: rgba(19, 24, 62, 0.4) 0 0 11px;
            }

        .top-container .search-form-container .search-form .form-search .btn-clear {
            top: 22px;
            right: 130px;
        }

        .top-container .search-form-container .search-form .form-search ul.ui-menu {
            height: 280px;
            width: 100% !important;
            top: 100% !important;
            -webkit-box-shadow: 0 31px 29px rgba(0, 0, 0, 0.5);
            box-shadow: 0 31px 29px rgba(0, 0, 0, 0.5);
            overflow: hidden !important;
        }

            .top-container .search-form-container .search-form .form-search ul.ui-menu:before {
                content: 'Öneriler';
                display: block;
                margin: 36px 0 8px 20px;
                color: #A2A2A2;
                font-size: 0.875rem;
                font-weight: 400;
            }

            .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item {
                color: #4F4F4F;
                font-size: 0.875rem;
                line-height: 1.5;
            }

                .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
                    border: 0;
                    border-bottom: 1px solid #EEEEEE;
                    padding: 20px 0 20px 20px;
                    margin: 0;
                    margin-right: 90px;
                    color: #4F4F4F;
                }

                    .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                        border: 0;
                        border-bottom: 1px solid #EEEEEE;
                        padding: 20px 0 20px 20px;
                        margin: 0;
                        margin-right: 90px;
                        background-color: #FAFAFA;
                        color: #4F4F4F;
                    }

        .top-container .search-form-container .search-form .nicescroll-rails {
            margin-left: -22px;
            margin-top: 20px;
        }

        .top-container .search-form-container .search-form button {
            background-color: #13183E;
            color: #FFFFFF;
            font-weight: 700;
            font-size: 0.9375rem;
            padding: 0 40px !important;
        }

            .top-container .search-form-container .search-form button:hover, .top-container .search-form-container .search-form button.hover {
                background-color: #353B65;
            }

    .top-container .search-form-container .search-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 22px 15px 21px;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .search-form-container .search-button:after {
            content: '';
            border: 0;
        }

        .top-container .search-form-container .search-button .btn-search {
            padding: 0;
            width: 50px;
            height: 50px;
            background-color: #FFFFFF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #13183E;
        }

            .top-container .search-form-container .search-button .btn-search:before {
                font-family: "ib-icon";
                content: "\e910";
                font-size: 1.125rem;
                color: #13183E;
                margin: 0 auto;
                display: block;
                -webkit-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
            }

            .top-container .search-form-container .search-button .btn-search:hover, .top-container .search-form-container .search-button .btn-search.hover {
                background-color: #FFFFFF;
                border: 1px solid #353B65;
            }

                .top-container .search-form-container .search-button .btn-search:hover:before, .top-container .search-form-container .search-button .btn-search.hover:before {
                    color: #353B65;
                }

    .top-container .search-form-container.show .search-button {
        background-color: #FFFFFF;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .search-form-container.show .search-button .btn-search {
            background-color: #FFFFFF;
            border: 1px solid #13183E;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container.show .search-button .btn-search:before {
                color: #13183E;
                content: "\e905";
                font-size: 0.75rem;
            }

.top-container.fixedTop .search-form-container .search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 15px 7px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container.fixedTop .search-form-container .search-button .btn-search {
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.top-container.fixedTop .search-form-container .search-form {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .top-container .search-form-container {
        position: static !important;
    }

        .top-container .search-form-container .search-form {
            width: 100%;
            left: 0;
            padding: 35px 0;
            border-radius: 0;
            border: 0;
        }

            .top-container .search-form-container .search-form .form-search .btn-clear {
                top: 10px;
                right: 80px;
            }

            .top-container .search-form-container .search-form .form-search .form-control {
                padding: 0 24px;
                border-radius: 0;
                color: #13183E;
                font-weight: 500;
                height: 45px;
                min-height: 45px;
                line-height: 2.8125rem;
                font-size: 1rem;
            }

                .top-container .search-form-container .search-form .form-search .form-control:-ms-input-placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control::placeholder, .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control:focus {
                    outline: 0;
                }

                .top-container .search-form-container .search-form .form-search .form-control.focus {
                    outline: 0;
                    border-color: #D2935B;
                    -webkit-box-shadow: rgba(201, 147, 91, 0.4) 0 0 11px;
                    box-shadow: rgba(201, 147, 91, 0.4) 0 0 11px;
                }

            .top-container .search-form-container .search-form .form-search ul.ui-menu {
                height: 280px;
                width: 100% !important;
                top: 100% !important;
                -webkit-box-shadow: 0 31px 29px rgba(0, 0, 0, 0.5);
                box-shadow: 0 31px 29px rgba(0, 0, 0, 0.5);
            }

                .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item {
                    color: #4F4F4F;
                    font-size: 0.875rem;
                    line-height: 1.5;
                }

                    .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
                        border: 0;
                        border-bottom: 1px solid #EEEEEE;
                        padding: 20px 0 20px 20px;
                        margin: 0;
                        margin-right: 90px;
                        color: #4F4F4F;
                    }

                        .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                            border: 0;
                            border-bottom: 1px solid #EEEEEE;
                            padding: 20px 0 20px 20px;
                            margin: 0;
                            margin-right: 90px;
                            background-color: #FAFAFA;
                            color: #4F4F4F;
                        }

            .top-container .search-form-container .search-form .nicescroll-rails {
                margin-left: -22px;
                margin-top: 20px;
            }

            .top-container .search-form-container .search-form button {
                font-weight: 700;
                font-size: 0.9375rem;
                padding: 0 15px !important;
            }

        .top-container .search-form-container .search-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px 0 9px;
            border-top: 2px solid transparent;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container .search-button:after {
                content: '';
                border: 0;
            }

            .top-container .search-form-container .search-button .btn-search {
                width: 40px;
                height: 40px;
                margin-left: 4px;
            }

        .top-container .search-form-container.show .search-button {
            border-top: 2px solid #D2935B;
            background-color: #FFFFFF;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container.show .search-button .btn-search {
                background-color: #FFFFFF;
                border: 1px solid #13183E;
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .top-container .search-form-container.show .search-button .btn-search:before {
                    color: #13183E;
                }

    .top-container.fixedTop .search-form-container .search-button {
        padding: 1px 10px 2px;
    }
}

.btn-clear {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    color: #13183E;
    background-color: #EEEEEE;
    position: absolute;
    z-index: 100;
    right: 40px;
    top: 13px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-clear i {
        font-size: 0.75rem;
    }

    .btn-clear:hover, .btn-clear:focus {
        color: #13183E;
    }

.mm-slideout {
    z-index: auto;
    height: 100%;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.8;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #13183E;
}

.mm-menu {
    --mm-navbar-size: 45px !important;
    --mm-listitem-size: 45px !important;
}

.mm-menu_offcanvas {
    width: 90%;
}

    .mm-menu_offcanvas .mm-navbars_top {
        border: 0;
    }

    .mm-menu_offcanvas .btn-navy {
        color: #FFFFFF !important;
        background-color: #13183E !important;
        border: 0;
        border-radius: 0;
        width: 80%;
        line-height: 2.8125rem;
        margin: auto auto 5px auto;
        padding: 0;
    }

    .mm-menu_offcanvas .navbar-header {
        font-weight: 700;
        font-size: 1rem;
        color: #13183E;
        padding: 13px 15px 12px 15px;
        text-align: left;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

        .mm-menu_offcanvas .navbar-header i {
            color: #13183E;
            float: right;
        }

    .mm-menu_offcanvas .navbar-search {
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
    }

        .mm-menu_offcanvas .navbar-search .input-group {
            width: auto;
            border: 1px solid #EEEEEE;
            position: relative;
        }

            .mm-menu_offcanvas .navbar-search .input-group .input-group-prepend .input-group-text, .mm-menu_offcanvas .navbar-search .input-group .input-group-append .input-group-text {
                border-radius: 0;
                border: 0;
                height: 100%;
                background-color: #FFFFFF;
                color: #13183E;
                font-size: 1.25rem;
                font-weight: 700;
            }

            .mm-menu_offcanvas .navbar-search .input-group input {
                border-radius: 0;
                height: 50px;
                line-height: 1.5625rem;
                background-color: #FFFFFF;
                border: 0;
                color: #13183E;
            }

                .mm-menu_offcanvas .navbar-search .input-group input:focus {
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                .mm-menu_offcanvas .navbar-search .input-group input:-ms-input-placeholder, .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                    color: #A2A2A2;
                    font-family: 'Roboto';
                    font-weight: 400;
                }

                .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder, .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                    color: #A2A2A2;
                    font-family: 'Roboto';
                    font-weight: 400;
                }

                .mm-menu_offcanvas .navbar-search .input-group input::placeholder, .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                    color: #A2A2A2;
                    font-family: 'Roboto';
                    font-weight: 400;
                }

        .mm-menu_offcanvas .navbar-search .ui-menu {
            border: 0;
            background-color: transparent;
            right: 17px;
            width: auto !important;
            top: 10px;
            margin-top: 10px;
            bottom: 100px;
        }

            .mm-menu_offcanvas .navbar-search .ui-menu:before {
                content: 'Öneriler';
                display: block;
                margin: 12px 15px;
                color: #A2A2A2;
                font-size: 0.875rem;
            }

            .mm-menu_offcanvas .navbar-search .ui-menu .ui-menu-item {
                list-style-image: none;
                background-color: #FFFFFF;
                margin-bottom: 5px;
            }

                .mm-menu_offcanvas .navbar-search .ui-menu .ui-menu-item .ui-menu-item-wrapper {
                    padding: 15px;
                }

                    .mm-menu_offcanvas .navbar-search .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                        background-color: #EEEEEE;
                        border: 0;
                        margin: 0;
                        color: #13183E;
                    }

.mm-panel, .mm-panels {
    background-color: #FAFAFA;
}

.mm-panels {
    border-top: 3px solid #FAFAFA;
}

.mm-navbar {
    height: auto !important;
    padding: 0;
    background-color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .mm-navbar .mm-navbar__title {
        color: #13183E !important;
        font-weight: 700;
        font-size: 1rem;
        text-align: left;
        padding: 13px 0 13px 15px !important;
        border-bottom: 1px solid #FAFAFA;
    }

.mm-listview .mm-listitem {
    background-color: #FFFFFF;
    border-bottom: 2px solid #FAFAFA;
}

    .mm-listview .mm-listitem .mm-listitem__text {
        white-space: normal;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mm-listview .mm-listitem .mm-listitem__text strong {
            color: #D7D7D7;
            font-weight: 400;
            float: right;
            margin-right: 20px;
        }

        .mm-listview .mm-listitem .mm-listitem__text.ext-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .mm-listview .mm-listitem .mm-listitem__text.ext-link:after {
                font-size: 0.75rem;
                margin: auto 2px auto auto;
            }

    .mm-listview .mm-listitem.MobileFooterMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0 24px 15px;
        background-color: transparent;
        border: 0;
    }

        .mm-listview .mm-listitem.MobileFooterMenu a {
            font-size: 0.875rem;
            font-weight: 700;
            padding: 0;
            line-height: 1.875rem;
        }

    .mm-listview .mm-listitem.MobileEmailLink {
        background-color: transparent;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }

        .mm-listview .mm-listitem.MobileEmailLink a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 15px 0 15px 15px;
            position: relative;
            font-size: 0.875rem;
        }

            .mm-listview .mm-listitem.MobileEmailLink a:after {
                position: absolute;
                right: 17px;
            }

            .mm-listview .mm-listitem.MobileEmailLink a span {
                color: #13183E;
                font-weight: 400;
            }

            .mm-listview .mm-listitem.MobileEmailLink a strong {
                color: #13183E;
                font-weight: 700;
            }

    .mm-listview .mm-listitem.MobileFollowUs {
        background-color: transparent;
        border-bottom: 1px solid #EEEEEE;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .mm-listview .mm-listitem.MobileFollowUs span {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            font-size: 0.75rem;
            color: #13183E;
            padding-bottom: 0;
        }

        .mm-listview .mm-listitem.MobileFollowUs a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            font-size: 1.5rem;
            color: #13183E;
            padding-top: 8px;
            padding-bottom: 12px;
        }

    .mm-listview .mm-listitem.MobileCopyright {
        background-color: transparent;
    }

        .mm-listview .mm-listitem.MobileCopyright span {
            color: #A2A2A2;
            font-size: 0.75rem;
        }

.mm-listview.submenu-items .mm-listitem {
    background-color: transparent;
    border-bottom: 1px solid #EEEEEE;
}

    .mm-listview.submenu-items .mm-listitem .mm-listitem__text {
        font-size: 0.875rem;
    }

:not(#mm-1) .mm-btn {
    width: 30px;
}

:not(#mm-1) .mm-btn_prev:before {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    left: 12px;
    font-family: 'ib-icon';
    content: '\e901';
    line-height: 2.75rem;
    color: #FFFFFF;
}

:not(#mm-1) .mm-navbar__title {
    color: #FFFFFF !important;
    background-color: #13183E;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-left: 30px !important;
    font-weight: 500;
}

#mm-1 > .mm-listview > .mm-listitem.single-link {
    background-color: transparent;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 2px;
}

    #mm-1 > .mm-listview > .mm-listitem.single-link > .mm-listitem__text {
        font-size: 0.875rem;
        padding-left: 25px;
    }

.mm-listview .mm-listitem:after {
    border-bottom: 1px solid #FAFAFA;
}

.mm-listview .mm-listitem.PolisIhbar {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

    .mm-listview .mm-listitem.PolisIhbar a {
        font-size: 1rem;
        padding: 13px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        margin: 0 auto;
    }

        .mm-listview .mm-listitem.PolisIhbar a i {
            margin-left: 15px;
        }

        .mm-listview .mm-listitem.PolisIhbar a strong {
            margin: 0 5px 0 auto;
            float: none;
            font-weight: 700;
            color: #FFFFFF;
        }

        .mm-listview .mm-listitem.PolisIhbar a p {
            margin: 0 auto 0 0;
        }

.mm-listview .mm-listitem.langSelect, .mm-listview .mm-listitem.langSelect ~ li {
    background-color: transparent;
}

.mm-listview .mm-listitem .mm-listitem__text {
    color: #13183E;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1875rem;
}

.mm-listview .mm-listitem .mm-btn_next:after {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    right: 12px;
    font-family: 'ib-icon';
    content: '\e902';
    line-height: 2.75rem;
    color: #13183E;
}

html[dir="rtl"] .top-container .topbar .ext-link:after {
    margin-right: 10px;
    margin-left: 0;
}

html[dir="rtl"] .mm-listview .mm-listitem .mm-btn_next:after {
    content: '\e901' !important;
}

html[dir="rtl"] .mm-btn_prev:before {
    content: '\e902' !important;
}

.page_wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #13183E;
    opacity: 0.8;
}

@media (max-width: 840.98px) {
    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
        font-size: 0.695rem;
    }
}




a.topBarBtn {
    display: inline-block;
    font-size: .8rem !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    padding: 0 .7rem;
    background-color: #fff;
    color: #333 !important;
    margin: .6rem 1rem 0 0;
    vertical-align: middle;
    border-radius: 3px;
}
    a.topBarBtn:hover {
        background-color:#ffffff66;
        color:#ffffff !important;
    }

.headerSosyal {padding-top:4px; margin-right:1rem}
    .headerSosyal a {
        padding:0 .4rem;
        line-height: 35px !important;
        font-size: 1rem !important;
        display: inline-block;
        text-align:center
    }
        .headerSosyal a:hover {
            background-color: #ffffff66;
            border-radius:3px;
        }
    }
    .headerSosyal i {margin:0 !important; font-size:1rem !important}






.menuV5 {}
    .menuV5 .navbar-nav {
        margin:auto !important
    }
.menuV5 .navbar-nav {
    margin-left: 0 !important
}

.top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 20px 15px !important
}

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link:before,
    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before, .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
        bottom: 17px !important
    }

.top-container .search-form-container .search-button {
    padding: 3px 15px !important
}

    .top-container .search-form-container .search-button .btn-search {
        width: 45px;
        height: 45px;
    }


a.headerBarBtn1 {
    float: right;
    display: inline-block;
    font-size: .8rem !important;
    font-weight: 600 !important;
    line-height: 2rem !important;
    padding: 0 1.5rem;
    margin: 1.65rem 0 0 1rem;
    border-radius: 3px;
    border: 2px solid transparent;
    background-color: #fff;
    color: #444 !important;
    transition: .3s;
}

    a.headerBarBtn1:hover {
        background-color: #00000055;
        color: #fff !important;
        border-color: #fff;
    }

.fixedTop a.headerBarBtn1 {
    font-size: .7rem !important;
    line-height: 1.5rem !important;
    margin-top: .45rem !important;
}

a.telButon {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    margin: .6rem 1rem 0 0;
    color: #fff !important;
    padding: .5rem;
    padding-left: 55px;
    line-height: 1.5rem;
    font-size: .8rem;
    transition: .3s;
    border-radius: 3px;
    border: 2px solid transparent;
}
    a.telButon:hover {
        background-color: #00000055;
        color: #fff !important;
        border-color: #fff;
    }
    a.telButon:before {
        position: absolute;
        left: 10px;
        top: .85rem;
        display: block;
        content: "";
        background-image: url("../img/HeaderV5-Phone.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
        margin-right: 1rem;
        transition: .2s;
    }
    a.telButon strong {display:block; font-size:1.4rem; line-height:1.5rem; transition: font-size .3s;}

.fixedTop a.telButon:before {width:20px;height:20px;top:.35rem;}
.fixedTop .logo-text {font-size:1.4rem !important}
.fixedTop a.telButon {margin-top:4px; padding:3px 10px 3px 40px}
    .fixedTop a.telButon strong {font-size:1.1rem}
    .fixedTop a.telButon span {display:none}

/* Responsive */
@media screen and (max-width:768px) {
    .header .headerV5, .transHeader {
        display: none !important
    }
}
