﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/Amazon Ember.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BN';
    src: url('../fonts/PotroSansBangla-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    background-color: #f5f9ff;
    color: #373a39;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.no-gutters {
    margin-right: 0px !important;
    margin-left: -0px !important;
}

.special-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.special-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.no-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.required::after {
    content: " *";
    color: red;
}

/* END - Optional - Basic Skin */
.load-animate {
    -webkit-animation: load 1s linear infinite;
    animation: load 1s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #dddddd;
    background-image: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(20%, #f5f5f5), color-stop(40%, #efefef), to(#dddddd));
    background-image: linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #efefef 40%, #dddddd 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

@-webkit-keyframes load {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@keyframes load {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@-webkit-keyframes load-image {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

@keyframes load-image {
    0% {
        background-position: -680px 0;
    }

    100% {
        background-position: 680px 0;
    }
}

.navbar-brand > img {
    display: block;
    width: 200px;
    position: relative;
    top: -14px;
    left: -12px;
    border-radius: 30px;
}

.form-label {
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}


.btn-block {
    width: 100%;
}

input.error, select.error {
    border: 1px solid red;
}

.error ~ label {
    display: block;
    position: relative;
    font-size: 10px;
    color: red;
    font-weight: bold;
    text-align: left;
}

.d-none {
    display: none !important;
}

.modal {
    z-index: 9999;
}

.navbar-default {
    box-shadow: 0px 2px 3px #cbcbcb;
    border: none;
    padding: 0 15px;
}

.app-container {
    margin-top: 50px !important;
}

.web-page {
    padding: 0px 20px;
}

.shopping-cart {
    position: fixed !important;
    right: 120px;
    z-index: 9999;
    top: 0px;
    font-size: 20px;
    display: block;
    padding: 10.5px 30px;
    padding-left: 8px;
}

    .shopping-cart.active {
        color: #555;
        background-color: #e7e7e7;
    }

.cart-item-count {
    background: #ffb300;
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    display: block;
    position: absolute;
    top: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    right: 8px;
    line-height: 0;
    padding-top: 10px;
}

.login-form-modal {
    position: relative;
    max-width: 450px;
    height: auto;
    margin: 10px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

    .login-form-modal button {
        cursor: pointer;
        position: relative;
        text-transform: capitalize;
        z-index: 2;
        outline: none;
        background: #fff;
        transition: 0.2s;
    }

    .login-form-modal .btn {
        border-radius: 20px;
        border: none;
        font-weight: bold;
        padding: 0.8em 1em 0.8em 1em !important;
        transition: 0.5s;
        border: 1px solid #ebebeb;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .login-form-modal .login,
    .login-form-modal .signup {
        background: #57b846;
        color: #fff;
        display: block;
    }

        .login-form-modal .login:hover,
        .login-form-modal .signup:hover {
            background: #222;
        }

.login-form-toggle {
    position: relative;
    width: 100%;
    height: auto;
}

    .login-form-toggle button {
        width: 50%;
        float: left;
        padding: 15px;
        margin-bottom: 1.5em;
        border: none;
        transition: 0.2s;
        font-weight: bold;
    }

#login-toggle, #signup-toggle {
    background: #ebebeb;
    color: #222;
    position: relative;
}

#login-toggle {
    border-radius: 10px 0px 0px 0px;
}

#signup-toggle {
    border-radius: 0px 10px 0px 0px;
}

#login-toggle.active {
    background: #bbbbbb;
    color: #ffffff;
    border-radius: 10px 0px 0px 0px;
}

#signup-toggle.active {
    border-radius: 0px 10px 0px 0px;
    background: #bbbbbb;
    color: #ffffff;
}

    #login-toggle.active:after, #signup-toggle.active:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #bbbbbb;
    }


.login-form-modal form {
    position: relative;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}

#login-form,
#signup-form {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
}

    #login-form button,
    #signup-form button {
        width: 100%;
        margin-top: 0.5em;
        padding: 0.6em;
    }

.login-form-modal input {
    position: relative;
    width: 100%;
    padding: 1.2em 1.7em 1.2em 1.7em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    border-radius: 20px;
    border: none;
    background: #ebebeb;
    outline: none;
    transition: 0.4s;
}

    .login-form-modal input:focus,
    .login-form-modal input:active {
        transform: scaleX(1.02);
    }

    .login-form-modal input::-webkit-input-placeholder {
        color: #222;
    }

.login-form-modal p a {
    color: #57b846;
    text-decoration: none;
    transition: 0.2s;
}

    .login-form-modal p a:hover {
        color: #222;
    }

.login-form-modal i {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateX(-10%) translateY(-50%);
}

.fa-google {
    color: #dd4b39;
}

.fa-linkedin {
    color: #3b5998;
}

.fa-windows {
    color: #0072c6;
}

.-box-sd-effect:hover {
    box-shadow: 0 4px 8px hsla(210, 2%, 84%, 0.2);
}

@media only screen and (max-width: 500px) {
    .login-form-modal {
        width: 100%;
    }
}

#nav_user_name, .btn-sign-out {
    font-weight: bold;
    color: #ff5e5e !important;
    text-decoration: underline;
}

.post-panel {
    display: flex;
}

.post-l-panle {
    width: 250px;
}

.post-r-panle {
    width: 100%;
    height: calc(100vh - 200px);
    overflow: auto;
    border-radius: 3px;
    margin-left: 15px;
}

.post-l-panle {
    height: calc(100vh - 200px);
    overflow: auto;
}

.easyui-linkbutton {
    background: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.preview-panel {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .preview-panel .title {
        background: #f5f5f5;
        padding: 10px;
        border-bottom: 1px solid #dddddd;
        font-weight: bold;
    }

.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #dfdfdf;
    border-bottom: 5px #919191 solid;
}

    .tabs li {
        display: inline-block;
        margin: 0;
        cursor: pointer;
        line-height: 2em;
        color: #222;
    }

        .tabs li a {
            color: #222;
            padding: 10px 20px 5px 20px;
            display: block;
            text-decoration: none !important;
        }

            .tabs li a:hover {
                background: #919191;
            }

        .tabs li.current > a {
            background: #919191;
            color: #FFF;
            font-weight: bold;
        }

.tab-content {
    display: none;
    background: #f2f2f2;
    padding: 15px;
    line-height: 1.4;
}

    .tab-content.current {
        display: inherit;
        height: 94%;
        overflow: auto;
    }

.summernote-preview {
    padding: 10px;
    background: #fff;
    height: 468px;
    overflow: auto;
    border-radius: 5px;
}

.thumb-img {
    display: block;
    width: 100%;
    height: 130px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.article {
    display: flex;
    flex-direction: column;
    height: 300px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 7px;
    overflow: hidden;
    padding: 1em;
    cursor: pointer;
    transform: rotateX(0deg) rotateY(0deg);
    transition: all 0.2s linear;
    will-change: transform;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background-color: #ffffff;
}

.overlay {
    width: 100%;
    height: 100%;
    /*background-image: radial-gradient(circle at 50% 50%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.4) 50%);*/
    /*background-image: radial-gradient(circle at 50% 50%, rgb(253 253 253 / 12%) 20%, rgb(185 185 185 / 0%) 50%);*/
    background-image: radial-gradient(circle at 50% 50%, rgb(190 240 255 / 20%) 20%, rgb(0 0 0 / 4%) 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.article h1 {
    font-size: 15px;
    margin-top: auto;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-line; /* let the text wrap preserving spaces */
    background: rgba(255, 255, 255, 0.61);
    padding: 5px;
    border-radius: 5px;
}

.article h1 {
    transform: translateY(-20px);
}

    .article h1 span {
        color: #037003;
    }

.article span.cat {
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    color: #fff;
}

.article h1 {
    transform: translateY(0px);
}

.article:hover h1 {
    transform: translateY(-20px);
}

.article span.cat {
    color: transparent;
}

    .article span.cat::before, .article span.cat::after {
        content: attr(data-hover);
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden;
        max-width: 0%;
        transition: max-width 300ms ease-out;
    }

    .article span.cat::before {
        color: orangered;
        transition-delay: 100ms;
    }

    .article span.cat::after {
        color: #ffbf00;
        text-shadow: 0px 1px 2px #000000;
    }

.article:hover span.cat:after, .article:hover span.cat:before {
    max-width: 100%;
}

.article:hover span.cat:after {
    transition-delay: 300ms;
}

.bg-img {
    background-size: contain;
    background-position: center;
    opacity: 1;
    min-height: 300px;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    transition: all 0.3s ease !important;
}

.shadow {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

figure.snip1253 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
	height: 425px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    border-radius: 5px;
    border: 5px solid #e9faff;
}

    figure.snip1253 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    figure.snip1253 .image {
        height: 220px;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    figure.snip1253 img {
        width: auto;
        height: 100%;
        vertical-align: top;
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    figure.snip1253 figcaption {
        margin: -40px 15px 0;
        padding: 15px;
        position: relative;
        background-color: #ffffff;
    }

    figure.snip1253 .date {
        background-color: #2f96d9;
        top: 15px;
        color: #fff;
        left: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 1px;
    }

        figure.snip1253 .date span {
            display: block;
            line-height: 16px;
        }

        figure.snip1253 .date .month {
            font-size: 12px;
            background-color: #1f80bf;
        }

        figure.snip1253 .date .year {
            font-size: 11px;
            background-color: #065493;
        }

    figure.snip1253 h3,
    figure.snip1253 p {
        margin: 0;
        padding: 0;
    }

    figure.snip1253 h3 {
        min-height: 50px;
        margin-bottom: 10px;
        margin-left: 60px;
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: pre-line;
    }

.top-post-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-line; /* let the text wrap preserving spaces */
}

.top-description {
    margin: 20px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-line; /* let the text wrap preserving spaces */
}

.datepicker {
    transform: translate(0, 3.1em);
    z-index: 9999;
}

.snip {
    display: block;
    text-decoration: none !important;
}

figure.snip1253 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    white-space: pre-line;
    line-height: 1.3;
    font-size: 14px;
    margin: 5px 0px;
    text-align: justify;
}

.posts__author {
    position: relative;
    z-index: 2;
}
.view_posts__author footer{
    height: auto !important;
    -webkit-line-clamp: unset !important;
    padding: 5px 13px !important;
}
    figure.snip1253 footer, .posts__author footer {
        padding: 3px 13px;
        background-color: #00b4cc;
        color: #ffffff;
        font-size: 13px;
        text-align: center;
        border-radius: 3px;
        width: 100%;
        height: 25px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: pre-line;
    }

        figure.snip1253 footer > div, .posts__author footer > div {
            display: inline-block;
            margin-left: 10px;
        }

        figure.snip1253 footer i, .posts__author footer i {
            color: #ffffff;
            margin-right: 5px;
        }

figure.snip1253 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1253:hover img,
figure.snip1253.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.tree-node {
    padding: 0;
    font-size: 16px;
    height: auto !important;
}

.tree {
    background: #fff;
    padding: 10px !important;
    box-shadow: 0px 2px 3px #c3c3c3;
    border-radius: 3px;
}

.flex {
    display: flex;
}

.select-year-month {
    border: 1px solid #00b4cc;
    padding: 6px;
    width: 100%;
}

.select-ym {
    width: 50%;
}

.counter-container {
    text-align: center;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .counter-container h1 {
        margin-bottom: 20px;
        color: #333333;
        font-size: 20px;
    }

.counter {
    padding: 10px;
    font-weight: bold;
}

#visitorCount {
    color: #007bff;
    font-size: 24px;
    text-align: center;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-line;
    overflow: hidden;
}

.counter-container p {
    color: #666666;
}

.view-post-title {
    margin-bottom: 10px;
    border-bottom: 2px groove #ffffff;
    background: #f1efef;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
}

.view-post {
    background: #fff;
    padding: 10px 5%;
    border-radius: 5px;
    margin-top: 10px;
    overflow: auto;
}

.view-post-thumb {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/****************************************
  IMPORTANT 
*****************************************/

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    background-color: #BE3F48;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
    cursor: pointer;
}

    .scrollTop a {
        font-size: 18px;
        color: #fff;
        text-decoration: none !important;
    }

#main_posts {
    margin: 0 20px;
}

.main-post-row {
    margin: 0px -30px;
}

.view-post-date, .view-post-author, .view-post-category {
    padding: 0;
    background-color: #00b4cc;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    border-radius: 3px;
    text-align:center;
}

    .view-post-author a, .view-post-category a,.view-post-date a {
        color: #ffffff;
        text-decoration: none !important;
        display: block;
    }

.page-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .page-pagination > li {
        display: inline;
    }

    .page-pagination a {
        font-size: 20px;
        text-decoration: none !important;
        display: inline-block;
        padding: 5px 20px;
        border: 1px solid #00b4cc;
        margin: 1px;
        border-radius: 3px;
        background: #fff;
    }

    .page-pagination > li:hover a {
        background: #dddddd;
    }

    .page-pagination > li.active a {
        background: #00b4cc;
        color: #fff;
    }

.wrap {
    max-height: 94vh;
    overflow: auto;
    background: #e9faff;
    padding-top: 10px;
    box-shadow: 1px 2px 3px #9f9f9f;
}

.main-wrap {
    max-height: 94vh;
    overflow: auto;
    padding-top: 20px;
}

.post-category {
    font-weight: bold !important;
    color: #00b4cc !important;
    margin-bottom: 5px;
    display: block;
}

.accordion_container {
    width: 100%;
    margin-bottom: 20px;
}

.accordion_head {
    background-color: skyblue;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    font-weight: bold;
}

.accordion_body {
    background: lightgray;
}

    .accordion_body p {
        padding: 18px 5px;
        margin: 0px;
    }

.plusminus {
    float: right;
}

.post-month {
    padding: 4px 10px;
    color: #373a39;
    display: block;
    margin-bottom: 1px;
    background: #dfdfdf;
}

    .post-month:hover {
        font-weight: bold;
        cursor: pointer;
        color: #00b4cc;
    }

.pagination {
    margin: 0;
}

.button-back:hover {
    background-color: #007aff;
    color: #fff;
}

.oops {
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    margin-bottom: 20px;
}

.text-404 {
    text-align: center;
    font-size: 10em;
    font-weight: 100;
}

.sub-category {
    text-decoration: none !important;
    padding: 18px;
    text-align: center;
    border: 1px solid #00b4cc;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    color: #00b4cc;
    font-weight: bold;
}

    .sub-category:hover {
        background: #00b4cc;
        color: #fff;
        cursor: pointer;
    }

.search-box {
    text-decoration: none !important;
    cursor: pointer;
}

.search-post {
    text-decoration: none !important;
    display: block;
}

.search-post-img {
    width: 80px;
    height: auto;
    float: left;
    margin: 5px;
    margin-right: 10px;
}

.search-post-description {
}

.post-title h3 {
    margin: 5px 0px;
    font-size: 18px;
}

.search-post > .post-category {
    padding-top: 10px;
}

.contibutor-panel {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eee;
}

.contibutor {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #b3b3b3;
    margin-bottom: 15px;
    display: block;
    text-decoration: none !important;
}

    .contibutor img {
        width: 100px;
        max-width: 100%;
        height: auto;
        border-radius: 50%;
        display: block;
        margin: 5px auto;
    }

    .contibutor div {
        text-align: center;
        overflow-wrap: anywhere;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: pre-line;
        overflow: hidden;
    }
/* === HEADING STYLE #3 === */
.title-text {
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    color: #61c1ec;
    font-size: 16px;
}

    .title-text:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 3px;
        width: 40px;
        background-color: #24a8e5;
    }

    .title-text:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 100%;
        background-color: #24a8e5;
    }

.profile-cover {
    width: 100%;
}

    .profile-cover .cover {
        position: relative;
        border: 10px solid #FFF;
    }

        .profile-cover .cover .inner-cover {
            overflow: hidden;
            height: auto;
        }

            .profile-cover .cover .inner-cover img {
                border: 1px solid transparent;
                text-align: center;
                width: 100%;
            }

            .profile-cover .cover .inner-cover .cover-menu-mobile {
                position: absolute;
                top: 10px;
                right: 10px;
            }

                .profile-cover .cover .inner-cover .cover-menu-mobile button i {
                    font-size: 17px;
                }

        .profile-cover .cover ul.cover-menu {
            padding-left: 150px;
            position: absolute;
            overflow: hidden;
            left: 1px;
            float: left;
            bottom: 2px;
            width: 99.7%;
            margin: 0px;
            background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.24);
        }

            .profile-cover .cover ul.cover-menu li {
                display: block;
                float: right;
                margin-right: 0px;
                padding: 0px 10px;
                line-height: 40px;
                height: 40px;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .profile-cover .cover ul.cover-menu li:hover {
                    background-color: rgba(0, 0, 0, 0.44);
                }

                .profile-cover .cover ul.cover-menu li.active {
                    background-color: rgba(0, 0, 0, 0.64);
                }

                .profile-cover .cover ul.cover-menu li a {
                    color: #FFF;
                    font-weight: bold;
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    text-decoration: none;
                }

                    .profile-cover .cover ul.cover-menu li a i {
                        font-size: 18px;
                    }

    .profile-cover .profile-body {
        margin: 0px auto 10px;
        position: relative;
    }

    .profile-cover .profile-timeline {
        padding: 15px;
    }

.img-profile {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.img-post {
    width: 30px;
    height: 30px;
}

.img-post2 {
    width: 50px;
    height: 50px;
}

.profile-img-part {
    display: inline-block;
    width: 200px;
    background: #fff;
    position: absolute;
    z-index: 9;
    bottom: -20px;
    left: 100px;
    border-radius: 5px;
    padding: 5px;
}

.p-username {
    overflow-wrap: break-word;
}

.pn-post a {
    font-size: 16px;
    margin: 10px;
    margin-bottom: 30px;
    display: block;
    color: #004cff;
    font-weight: bold;
}

    .pn-post a i {
        font-size: 30px;
        position: relative;
        top: 5px;
    }

.search-panel {
    min-height: 300px;
}

.anim-top {
    height: 300px;
}

.anim-post {
    height: 400px;
    margin: 25px 0px;
}
