﻿.sh__logo-anch {
}

    .sh__logo-anch img {
        max-width: 100px;
    }

.topbar-dropdown {
    color: #747474;
    /*float: left;*/
    font-size: 13px;
    font-weight: 400;
    position: relative;
    margin-right: -96px;
    float: right;
}

    .topbar-dropdown .title {
        border-left: 1px solid #eeeeee;
        padding: 0 20px;
        cursor: pointer;
        line-height: 40px;
    }

        .topbar-dropdown .title a {
            color: #747474;
        }

            .topbar-dropdown .title a:hover {
                text-decoration: underline;
            }

        .topbar-dropdown .title b {
            font-weight: 600;
        }

        .topbar-dropdown .title .fa {
            margin-left: 7px;
            position: relative;
            top: -1px;
        }

            .topbar-dropdown .title .fa:first-child {
                margin-left: 0;
                margin-right: 7px;
            }

    .topbar-dropdown:first-child .title {
        border-color: transparent;
        padding-left: 0;
    }

    .topbar-dropdown .title img,
    .topbar-dropdown .list-entry img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        position: relative;
        top: -1px;
    }

    .topbar-dropdown .dropdown-list {
        position: absolute;
        width: auto;
        left: 0px;
        top: auto;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: solid 1px #eee;
        padding: 0px 16px;
        z-index: 1;
        text-align: left;
        opacity: 0;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transform-origin: 50% 0% 0px;
        -moz-transform-origin: 50% 0% 0px;
        -webkit-transform-origin: 50% 0% 0px;
        -ms-transform-origin: 50% 0% 0px;
        z-index: 1;
        visibility: hidden;
    }

    .topbar-dropdown:hover .dropdown-list, .topbar-dropdown:hover .topbar-form {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        visibility: visible;
    }

    .topbar-dropdown .list-entry {
        line-height: 30px;
        white-space: nowrap;
        display: block;
        color: #747474;
        padding: 2px 0;
        border-top: 1px #f0f0f0 solid;
    }

        .topbar-dropdown .list-entry:hover {
            color: #222;
        }

        .topbar-dropdown .list-entry:first-child {
            border-top: none;
        }

    .topbar-dropdown .topbar-form {
        position: absolute;
        width: 240px;
        padding: 20px 20px 10px 20px;
        right: auto;
        top: 40px;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: solid 1px #eee;
        z-index: 1;
        text-align: left;
        opacity: 0;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transform-origin: 50% 0% 0px;
        -moz-transform-origin: 50% 0% 0px;
        -webkit-transform-origin: 50% 0% 0px;
        -ms-transform-origin: 50% 0% 0px;
        visibility: hidden;
    }

    .topbar-dropdown input {
        margin-bottom: 2px;
    }

    .topbar-dropdown .form-group {
        margin-bottom: 10px;
    }

    .topbar-dropdown .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
        margin-top: -12px;
    }

    .topbar-dropdown.float-right .title {
        padding: 0 0px 0 20px !important;
    }

    .topbar-dropdown .dropdown-invert.topbar-form {
        left: auto;
        right: -20px;
    }

.homeSocial {
    margin-top: 9px;
    margin-left: -24px;
}



html[dir="rtl"] .sh__hamburger-trigger, html[dir="rtl"] .topbar-dropdown {
    float: left;
    display: inline-block;
    margin-right: 24px;
}

/*html[dir="rtl"] .sh__hamburgerMenu {
    text-align: left
}*/
