﻿/*****************************  $Header Top  *******************************/
.header-top {
    background-color: #E3E9F1;
    /*border-bottom: 1px solid #3a4a61;*/
}

    /*links*/
    .header-top .links {
        display: block;
        width: 400px;
        display: block;
        text-align: center;
        margin: 15px 0 15px 0;
        font-size: 17px;
        float: right;
        /*border: thin solid #000;*/
    }

.links .top_text {
    float: right;
    padding: 0 0 0 6px;
    cursor:default;
}

.links a {
    float: right;
    text-decoration: underline;
}

            .header-top .links a:hover
            {
                color: red;
                text-decoration: none;
            }

.header-top .links .shape {
    padding: 0;
    /*background-color: #a8adb3;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*height: 40px;*/
    position: relative;
    color: #000;
    float: right;
    z-index: 999;
    /*border: thin solid #f00;*/
    margin-top: 0;
    /*border: thin solid #000;*/
    height: auto;
    display: block;
}

         /*.header-top .links .shape .first_time 
    {
        float: right;
    }*/

.header-top .links .user_frame {
    position: relative;
    padding: 0;
    margin: 0px 0 0 6px;
    background: url('../files/images1/icons/users.png') no-repeat;
    width: 24px;
    height: 24px;
    float: right;
}

    .header-top .ddl
    {
        margin: 0 10px 0 0;
        float: left;
    }

    .header-top .lang
    {
        /*float: right;*/
        position: absolute;
        border: none;
        padding: 0;
        margin: 0 0 0 0;
    }

/*.header-top .links img
        {
            width: 40px;
            margin: -2px 0 0 0;
        }*/

a:focus
{
    outline: none;
}

/*btn*/
.header-top .btn
{
    display: block;
    padding: 17px 0 0 0;
    text-align: center;
    width: 200px;
    /*height: 40px;*/
    margin: 0 auto;
    /*border: thin solid #000;*/
    margin: 0 auto;
}

    .header-top .btn .shape
    {
        padding: 10px;
        background-color: #a8adb3;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: 40px;
        position: relative;
        color: #fff;
        /*border: thin solid #f00;*/
    }

a:focus
{
    outline: none;
}

.header-top .btn .shape1
{
    float: left;
}

.header-top .btn .shape2
{
    float: right;
}

.header-top .btn .shape:hover
{
    background-color: #6F7276;
}

.header-top .btn a
{
    text-decoration: none;
}

.header-top .btn img
{
    width: 20px;
    margin: -2px 0 0 0;
}

.header-top .btn .margin_right
{
    margin-right: 0;
}

/*logo*/
.header-top .logo
{
    float: left;
    /*padding: 20px 0 20px 0;*/
    /*border: thin solid #000;*/
    z-index:100;
}

/*language*/

.registeru {
    float: right;
}

.header-top .logo img {
    padding: 6px 0 6px 0;
    display: block;
    margin: 0 auto;
    width: 85px;
    z-index: 100;
    /*text-align: center;*/
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {

    .header-top .logo {
        float: left;
        /*padding: 20px 0 20px 0;*/
        /*border: thin solid #000;*/
    }
}

@media screen and (max-width: 768px) {
}

    @media screen and (max-width: 640px) {
        /*logo*/
        .header-top .logo {
            margin: 0 auto;
            float: none;
            clear: both;
        }

            .header-top .logo img {
                padding: 0 0 6px 0;
            }

        .registeru {
            float:none;
        }

        .header-top .lang {
            /*float: right;*/
            position: absolute;
            border: none;
            padding: 0;
            margin: 0 0 0 0;
        }

        .header-top .links {
            display: block;
            padding: 0 0 0 0;
            text-align: center;
            margin: 0 auto 0 auto;
            font-size: 17px;
            float: none;
            /*border: thin solid #000;*/
        }

        .header-top .links_links_haveac {
            width: 269px;
            /*border: thin solid;*/
        }

        .header-top .links_links_noac {
            width: 220px;
            /*border: thin solid;*/
        }

        .header-top .links .user_frame {
            position: relative;
            padding: 0;
            width: 24px;
            height: 24px;
            float: right;
        }

        .header-top .links .shape {
            color: #000;
            float: none;
            clear: both;
            padding: 0;
            text-align: center;
            margin: 2px auto;
            z-index: 999;
            position: relative;
            /*border: thin solid #000;*/
            height: 31px;
            display: block;
        }

            .header-top .links .shape a {
                height: 31px;
            }

            .header-top .ddl {
            margin: 2px 10px 0 0;
            /*float: left;*/
        }

        .header-top .btn {
            display: block;
            text-align: center;
            width: 230px;
            height: 40px;
            /*border: thin solid #000;*/
            padding: 0 0 0 0;
            margin: 40px auto 0 auto;
        }
    }
