﻿.top_hrd
{
    background-color: #323f54;
    padding: 0;
    position: relative;
    height: 37px;
}

/*.top_hrd::after
{
    background-image: url(../images/sm_sun.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 41px;
    height: 37px;
}*/

.top_hrd .social_media ul li
{
    display: inline-block;
    padding-top: 8px;
}

.top_hrd .social_media ul li a
{
    color: #fefefe;
    font-size: 15px;
    width: 30px;
    height: 20px;
    display: block;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}

.top_hrd .social_media ul li:hover a
{
    background-color: #fff;
    color: #000;
    border-radius: 6px 0 6px 0;
}

.top_hrd .contact_info
{
    text-align: right;
}

.top_hrd .contact_info ul li
{
    display: inline-block;
    color: #fefefe;
    font-size: 15px;
    margin-right: 40px;
    padding-top: 8px;
}

.top_hrd .contact_info ul li:last-child
{
    margin-right: 0;
}

.top_hrd .contact_info ul li a
{
    display: block;
    color: #fefefe;
    font-size: 15px;
}

.top_hrd .contact_info ul li:hover a
{
    text-decoration: none;
}

.top_hrd .contact_info span
{
    color: #fefefe;
    font-size: 15px;
    margin-right: 8px;
}
.text-l
{
    text-align: left !important;
}
.text-r
{
    text-align: right;
}
.navbar
{
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}
.logo_area
{
    padding: 10px 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    float: left;
}

.logo_area img
{
    width: 150px;
}

.expe_logo_top
{
    width: 86px;
    margin: 0px 0px 0;
    float: left;
}

ul
{
    margin: 0;
    list-style-type: none;
}
.dropdown-menu > li > a
{
    color: #2098D1;
}
