﻿.header_top a:hover, 
.header_top a:focus,
.header_top a:visited,
.header_top a:focus,
 .header_topa:active,
.header_top a{
    color: #ffffff;
    text-decoration:none
}
.language_box a img {
    border: solid 1px;
    margin-left: 2px;
}
.Login .loginGroup, .Login .registerGroup {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 10px 5px 0px;
    margin: 0px;
    height: 36px;
    font-size: 13px;
}
.dnn_banner.bannerg img {
    height: auto !important;
    object-fit: cover !important;
}
.language_box {
    /*border-left: 1px solid #eee;*/
    float:right;
    margin-right: 110px;
    padding:6px;
}

.Login {
    float: left;
}

/**/
/*--------------TOP----------------*/
/**/

/*Language*/
.social-top {
    float: left;
    margin-left:102px;
}

.languageBox {
    float: right;
    white-space: nowrap;
    height: 36px;
    padding: 7px 10px 5px 10px;
}

    .languageBox span.selected img {
        filter: alpha(opacity=100);
        opacity: 1;
        box-shadow: 0 0 2px rgba(255,255,255,0.4);
        -moz-box-shadow: 0 0 2px rgba(255,255,255,0.4);
        -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
    }

    .languageBox span img {
        margin-right: 7px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        vertical-align: middlea;
    }

    .languageBox img {
        width: 18px;
        height: 12px;
    }
/*Email*/
.emailBox {
    float: right;
    white-space: nowrap;
    height: 36px;
    color: #ffffff;
    padding: 6px 10px 5px 10px;
    font-size: 14px;
    position: absolute;
    right: 120px;
}
/*Phone*/
.phoneBox {
    float: right;
    white-space: nowrap;
    height: 36px;
    color: #ffffff;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
}

/*Address*/
.addressBox {
    float: left;
    white-space: nowrap;
    height: 36px;
    color: #ffffff;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
}

.phone-content-top .icon, .email-content-top .icon, .address-content-top .icon {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 15px;
    padding-bottom: 2px;
}
.email-content-top{
    display:inline;
    margin-right: 95px;

}
.email_text{
    
    display:inline;
    vertical-align:middle;

}


ul.buttonGroup {
    list-style: none;
}

A, A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}

.Login, .Login a, .Login a:link, .Login a:active, .Login a:visited, .HeadPane .Normal, .HeadPane a, .HeadPane a:link, .HeadPane a:active, .HeadPane a:visited, .HeadPane a:hover, .header_element .icon {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .element_box{
        
    }

    .header_element {
        position: relative;
        display: inline-block;
        border-left: 1px solid #3d86e2;
        /*border-right: 1px solid #585858;*/
        margin-left: -3px;
        display: inline-block;
    }

    * + html .header_element {
        display: inline;
    }

    .Logins {
        border-right: none !important;
    }

    .emails, address {
        float: right;
    }

    .header_element .icon {
        width: 48px;
        height: 35px;
        font-size: 20px;
        color: #FFF;
        text-align: center;
        line-height: 36px;
        cursor: pointer;
        vertical-align:middle;
    }

        .header_element .icon:empty {
            width: 48px;
        }

    .header_element .Login_icon {
        border-right: none;
    }

    .header_element .email_icon, .header_element .address_icon {
        float: right;
    }

    .header_element.Open .icon {
        background-color: #1f3852;
    }

    .header_element .element_box {
        position: absolute;
        left: -102px;
        top: 100%;
        background: #2e2e2e;
        filter: alpha(opacity=0);
        color: #fff;
        opacity: 0;
        z-index: -1;
        height: 0px;
        white-space: nowrap;
        margin-top: 5px;
        border: none;
        transition: all ease-in 100ms;
        -moz-transition: all ease-in 100ms; /* Firefox 4 */
        -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
        -o-transition: all ease-in 100ms; /* Opera */
        -ms-transition: all ease-in 100ms; /* IE9? */
        width: 260px;
    }

    .header_element .HeadPane {
        left: auto;
        right: 0;
    }

    .header_element .Login .loginGroup,
    .header_element .Login .registerGroup {
        border: none;
        padding: 0px !important;
    }

    .header_element .Login {
        padding: 0px 10px;
        line-height: 32px;
    }

    .header_element.Open .element_box {
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 1000;
        height: 36px;
        font-size: 13px;
    }

    .header_element .element_box:before {
        content: " ";
        border: 4px solid transparent;
        border-bottom: 4px solid #2e2e2e;
        position: absolute;
        top: -8px;
        left: 123px;
    }

    .header_element .HeadPane:before {
        left: auto;
        right: 21px;
    }
}

.header_top .fa-square {
    color: #36608B;
}

.header_top {
    /*background: #345576;*/
    /*border-bottom: 1px solid #304f6f;*/
    height: auto;
}
/*.headboxg {
    background-color: #fcd535;
}*/


.Login .loginGroup, .Login .registerGroup {
    /*border-right: 1px solid #eee;*/
}


.Login a:hover, .Open .Login a:hover {
    color: #ffffff;
}

/**/
/*social-icons*/
/**/

.head_links.social-icons a {
    display: inline-block;
    width: 37px;
    height: 35px;
    background-image: url(../Images/social-icons-sprite.png);
    background-repeat: no-repeat;
    background-color: #df3c33;
    border-radius: 0px;
    margin: 0px 1px 0px 0px;
    float: left;
}

    .head_links.social-icons a.social-twitter {
        background-position: 3px 3px;
    }

    .head_links.social-icons a.social-dribbble {
        background-position: -27px 3px;
    }

    .head_links.social-icons a.social-facebook {
        background-position: -57px 3px;
    }

    .head_links.social-icons a.social-google-plug {
        background-position: -176px 3px;
    }

    .head_links.social-icons a.social-youtube {
        background-position: -328px -27px;
    }

    .head_links.social-icons a.social-skype {
        background-position: -147px -27px;
    }

    .head_links.social-icons a.social-linkedin {
        background-position: -297px 3px;
    }

    .head_links.social-icons a.social-vimeo {
        background-position: -237px -27px;
    }

    .head_links.social-icons a.social-rss {
        background-position: -117px -27px;
    }

    .head_links.social-icons a:hover {
        background-image: url(../Images/social-icons-sprite_wite.png) !important;
    }

    .head_links.social-icons a:nth-of-type(6n+1):hover {
        background-color: #3a589b;
    }

    .head_links.social-icons a:nth-of-type(6n+2):hover {
        background-color: #f977a6;
    }

    .head_links.social-icons a:nth-of-type(6n+3):hover {
        background-color: #d0402f;
    }

    .head_links.social-icons a:nth-of-type(6n+4):hover {
        background-color: #007ab9;
    }

    .head_links.social-icons a:nth-of-type(6n+5):hover {
        background-color: #ff7f00;
    }

    .head_links.social-icons a:nth-of-type(6n+6):hover {
        background-color: #00adef;
    }
