﻿
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2F4897;
}

.navbar-toggle {
    background-color: #152248;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2F4897;
}

.top-navigation .nav > li > a {
    color: #fff;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

@media screen and (max-width: 767px) {
    .navbar-top-links li.user-text {
        display: none;
    }
}

.navbar-top-links li a {
    padding: 15px 10px;
    min-height: 50px;
}


.profile-affix-side{
    width: 270px;
}

.breadcrumb > li + li:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACKUExURUxpcYGBgYGBgYWFhYCAgICAgICAgIKCgv///4GBgZWVlYyMjIGBgYCAgIKCgoGBgYGBgaqqqoODg7+/v4GBgZKSko6OjoGBgYWFhYGBgYSEhIGBgZmZmYCAgIGBgYGBgYCAgICAgIGBgYCAgICAgIiIiICAgIeHh4GBgYSEhIODg4GBgYGBgYCAgPLijmAAAAAtdFJOUwCS7jCDi/E1AbYMFJrrK9ToAycEugcJtBfYG64Fp+S+vb+god0e4SLcHyPgwPJLUkAAAAB6SURBVDjLY2AYYoCdkwu/AgVdHTG8Crj5dUVE8aqQkNQVl8GrQkpDV1oYrwpVbV1ZQbwq1OV0lTnwqhAS0OXBr4KPV5cRf3AwM+myEghRNl0WihQQsoKQIwl5U0tOVwmfvKYa/qCWUsEfWYSim2CCkddVFKMs0Q5aAABM4wlSQJ87yAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumb > li a {
    background-color: transparent;
}

.breadcrumb > li:last-child a {
    color: #222;
    font-weight: bold;
}

ul.welcome-progress{
    width: auto;
    margin: 0px auto 20px;
    padding: 0px;
}

    ul.welcome-progress li {
        width: 2em;
        height: 2em;
        text-align: center;
        line-height: 2em;
        border-radius: 1em;
        background: #ffd800;
        margin: 0 1em;
        display: inline-block;
        color: #222;
        position: relative;
    }

        ul.welcome-progress li::before {
            content: '';
            position: absolute;
            top: .9em;
            left: -4em;
            width: 4em;
            height: .2em;
            background: #ffd800;
            z-index: -1;
        }



ul.welcome-progress li:first-child::before {
    display: none;
}

ul.welcome-progress .active {
    background: #ffd800;
    color: #222;
}

ul.welcome-progress .active ~ li {
    background: #525252;
    color: #fff;
}

ul.welcome-progress .active ~ li::before {
    background: #525252;
}

.postImgContainer img {
    max-width: 100%;
    max-height: 200px;
    margin: 0px auto;
}

.postImgContainer {
    text-align: center;
    position: relative;
}

.ibox .product-box .product-images {
    min-height: 163px;
}

.ibox .product-detail .product-images {
    min-height: 200px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0px auto;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 28px;
        height: 28px;
        margin: 3px;
        border: 3px solid #525252;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.post-spinner{
    width: 100%;
    height: 350px;
    text-align: center;
}

.post{
   
}

.select2-container .select2-search--inline {
    width: 100%;
}


@media screen and (max-width: 767px) {
    .ibox .product-box .product-images {
        margin-top: 0px;
        min-height: 120px;
    }
}

ul.listcat {
    list-style: none;
    padding-inline-start: 0px;
}

.listcat li {
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #9a9a9a;
}

    .listcat li:hover {
        background-color: #1ab394;
        color: #fff;
    }

.namecat {
    color: #4b4b4b;
}

    .namecat:hover {
        color: #fff;
    }

.equal {
    display: -webkit-flex;
    display: flex;
}


.post .animated-background, .post .animated-background2, .product-images.animated-background, .product-desc.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    width: 250px;
    height: 70px;
    position: relative;
}

.post .animated-background2 {
    width: 100%;
}

.post .animated-background .avatar-mask {
    width: 70px;
    height: 70px;
    border: 15px solid #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post .animated-background .content-mask, .product-desc.animated-background .content-mask {
    width: 180px;
    height: 70px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-desc.animated-background {
    width: 100%;
    padding: 0px;
}

.post .animated-background .content-mask .mask-1, .product-desc.animated-background .content-mask .mask-1 {
    width: 100%;
    height: 35px;
    border-top: 20px solid #fff;
    border-bottom: 9px solid #fff;
    border-right: 10px solid #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .product-desc.animated-background .content-mask {
        height: unset;
    }

    .product-desc.animated-background .content-mask .mask-1 {
        border-left: 10px solid #fff;
    }

    .post .animated-background .content-mask .mask-2 {
    width: 100%;
    height: 35px;
    border-bottom: 30px solid #fff;
    border-right: 50px solid #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post  .animated-background2 .content-mask2 {
    width: 100%;
    height: 70px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .post .animated-background2 .content-mask2 .mask-3 {
        width: 100%;
        height: 35px;
        border-left: 15px solid #fff;
        border-top: 20px solid #fff;
        border-bottom: 9px solid #fff;
        border-right: 10px solid #fff;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .post .animated-background2 .content-mask2 .mask-4 {
        width: 100%;
        height: 35px;
        border-left: 15px solid #fff;
        border-bottom: 30px solid #fff;
        border-right: 50px solid #fff;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}


.nav.nav-tabs.shop-tab li {
    background: none;
    border: none;
}


.nav.nav-tabs.shop-tab li a {
    color: #000;
}

.nav.nav-tabs.shop-tab li.active a {
    background: #fff;
}

.likeCnt {
    cursor: pointer;
    color: #152146;
}

.likeCnt:hover{
    text-decoration: underline;
}

.likeBody{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}

.post-video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.post-video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.post-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#share a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 6px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-align:center;
}

    #share a:hover {
        opacity: 1;
    }

/* icons */

#share i, #share img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
}

/* colors */

.burket {
    background: #0b173d;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #0077b5;
}

#modalSearch {
    top: -55px;
}

@media screen and (max-width: 767px) {
    #modalSearch {
        top: 0px;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 500px;
        overflow-y: auto;
    }
}


.post-media{
    cursor: pointer;
}

.social-feed-box.opportunity {
    background-color: #f9f9f9;
}