﻿
body {
    background-color: #0e1118;
    color: #fff;
    margin: 0px;
    font-family: 'Arimo', sans-serif;
}

#top_nav, #top_nav_Mobile {
    height: 64px;
    border-bottom: 4px solid #0e1118;
    width: 100%;
}

#logo {
    position: absolute;
    z-index: 10;
    margin-top: -9px;
}

#Social {
    float: left;
    margin-left: 285px;
    margin-top: 28px;
    margin-bottom: -65px;
}

.SocialLink {
    float: left;
    margin-left: 32px;
}

#flag_wrapper {
    float: right;
    margin-top: 45px;
    direction:rtl;
    margin-right: 92px;
}
#imgSelectLang
{
    cursor:pointer;
    float: right;
    margin-top: -2px;
    margin-left: 6px;
}

#nav_wrapper {
    margin: 0 auto;
    width: 1000px;
    height: 65px;
}

#nav_wrapper_Mobile{
    margin: 0 auto;
    width: 480px;
    height: 65px;
}

#selLang {
    float: right;
    color: #a1cc39;
    font-size: 17px;
    margin-top: -3px;
    cursor:pointer;
}

#lnkSelectLang {
    float: right;
    margin-top: 0px;
    margin-left: 10px;
}

.SepLine {
    float: right;
    font-size: 17px;
    font-weight: inherit;
    font-family: arial;
   margin-top: 21px;
margin-right: 10px;
}

.BtnLogIn {
    float: right;
    margin-top: 41px;
    cursor: pointer;
    color: #a1cc39;
    font-size: 17px;
    text-decoration: none;
    margin-right: 3px;
}

    .BtnLogIn:hover {
        color: white;
    }



#BtnFreeTry {
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    color: #a1cc39;
}

    #BtnFreeTry:hover, #BtnRenew:hover {
        color: white;
    }

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    margin-right: -87px;
}

    .dropdown input {
        padding-bottom: 4px !important;
    }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    
    position: absolute;
    background-color: #0e1118;
    min-width: 104px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top:22px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            color: #a1cc39;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

#FaceBook {
    cursor: pointer;
    float: right;
    margin-top: -11px;
}