header 
{
    line-height: 1.5;
    color: #555;
    font-family: 'Lato', sans-serif;
}

.logo img
{
    height: 75px;
    margin-top: 0;
}

.header1.header-menu-style3 .navbar-brand 
{
    padding: 10px 0 0;
}

.layout_2--item .meta .views 
{
	background: url(../images/icon/eye2.png) no-repeat center left;
}

.side-widget .meta .views 
{
    background: url(../images/icon/eye2.png) no-repeat center left;
}

.slick-dots
{
    width: 100%
}

.side-newsletter form span 
{
    font-size: 13px;
}

ul.tabs-justify li
{
    display: table-cell;
    float: none;
    width: initial;
}

ul.tabs-equal li
{
    width: 50%;
}


@media only screen and (min-width: 767px)
{
    .layout-bio
    {
        height: 262px;
        overflow: hidden
    }
}


dl.side-posts dt 
{
    color: #999999;
}

dl 
{
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

dt 
{
    float: left;
    width: 35%;
    padding: 0;
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 18px;
}

dd
{
    float: left;
    width: 65%;
    padding: 0;
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 18px;
}

.header1.header-menu-style3 .navbar-nav > li > a 
{
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.promo.promo-custom 
{
    background-color: #2d587f;
}

.promo-custom p,
.promo-custom h3,
.promo-custom h4
{
    color: #FFF;
}

header .topbar 
{
    background: #2d587f;
}

header .account-options span 
{
    color: #2d587f;
}

header .topbar-dark.topbar-white-w-search .header-social a 
{
    border-left: 1px solid #fff;
}

header .topbar-dark.topbar-white-w-search .header-social 
{
    border-right: 1px solid #fff;
}

header .topbar a 
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.account-options span 
{
    margin: 0 5px;
}

.text-white
{
    color: #FFF;
}

.text-dark
{
    color: #333;
}

.text-black
{
    color: #000;
}

.navbar-menu
{
    float: right;
}

@media(max-width: 768px)
{
    header .topbar 
    {
        height: 60px;
        text-align: center;
    }
    
    .navbar-menu
    {
        float: none;
    }
    
    .header1.header-menu-style3 .navbar-nav > li > a 
    {
        line-height: 36px;
    }
}