.hd-center.hidden-lg li li a{
    display:block;
    text-align:left !important;
}
.dropdown-menu{
    z-index: 10000;
}
.navbar-nav>li .nabar-sub{
    top: 22px !important;
}

.commentList div{
    padding: 5px;
}
.notify a{
    background-color:transparent !important;
}

.notify ul li{
 float: left !important;
}

.notify ul li a{
    display: inherit !important;
    padding: 5px 8px !important;
}

.search-icon .fa-search{
    color: #fff;
}

.navbar-right .search-icon{
    display: none;
}

.cd-top {
    background: rgba(232, 98, 86, 0.8) url("../img/cd-top-arrow.svg") no-repeat scroll center 50%;
    bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 30px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 30px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.cd-top.cd-is-visible {
    opacity: 1;
    visibility: visible;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        bottom: 20px;
        right: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        bottom: 20px;
        height: 34px;
        right: 10px;
        width: 34px;
    }
}

.p-yell, .btn-yell{
    background:#FF9600;
}
.p-red, .btn-red{
    background:#e70000;
}
.p-blue, .btn-blue{
    background:#0084CF;
}
.p-green, .btn-green{
    background:#42a500;
}
.p-black, .btn-black{
    background:#333;
}
.p-gray, .btn-gray{
    background:#888;
}
.p-yellow{
    background:#f0df09;
}
.t-yell{
    color:#ff9600;}
.t-red{
    color:#f00000;}
.t-blue{
    color:#0084cf;}
.t-green{
    color:#1cee00;}
.t-gray{
    color:#777;}