header 
{
    line-height: 1.5;
    color: #FFF;
    font-family: 'Lato', sans-serif;
}

a:hover {
    color: #FDB72E;
}

.side-widget .tags li a:hover {
    background: #FDB72E;
}

.badge-lifestyle {
    background-color: #FDB72E;
}

.header1 {
    background: #3E3E3F;
}

.header1 .dropdown-menu>li>a:hover {
    background: #FDB72E;
}

.header1 .navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #FDB72E;
}

.blog-excerpt a {
    color: #FDB72E;
}

.blog-excerpt a:hover {
    color: #3E3E3F;
}

.heading-1 {
    background: #FDB72E;
}

.header1 .navbar-nav > li > a {
    color: #FFFFFF;
}

.header1 .navbar-nav > li:hover > a {
    color: #FDB72E;
}

.account-options a {
    color: #FFFFFF;
}

.account-options a:hover {
    color: #3E3E3F;
}

#tweecool ul li a {
    color: #FDB72E;
}

.layout_2--item h4 a:hover {
    color: #FDB72E;
}

.footer-info span a {
    color: #FDB72E;
}

.pagination li.active a:hover, .pagination li.active a, .pagination li.active a:focus {
    background: #FDB72E;
}

.pagination li a:hover {
    border: 1px solid #FDB72E;
    color: #FDB72E;
}

.footer-info span a:hover {
    color: #fff;
}

.blog-prev i,
.blog-next i {
    color: #FDB72E;
}

.footer-newsletter button {
    background: #FDB72E;
}

.footer-newsletter button:hover {
    background: #3E3E3F;
    color: #fff;
}

.footer-social a:hover {
    color: #FDB72E;
}

.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: #FDB72E;
}

.promo-custom p,
.promo-custom h3,
.promo-custom h4
{
    color: #FFF;
}

header .topbar 
{
    background: #FDB72E;
}

header .account-options span 
{
    color: #FDB72E;
}

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;
    }
}


@media(min-width: 992px)
{
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .container {
        padding-top: 160px !important;
    }
}