:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: inherit
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.instatape .fail, .instatape .private, .instatape .preloader {
    height: 200px;
    background: #eee;
    width: 100%;
    display: block;
    padding: 15px 15px;
    padding-top: 70px;
    border-radius: 16px;
    text-align: center;
    position: relative
}

.instatape .preloader:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.instatape .preloader:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 4px #1071b6 solid;
    border-radius: 50%;
    -webkit-animation: preloader 0.6s infinite linear;
    animation: preloader 0.6s infinite linear
}

.instatape .a {
    font-weight: 500;
    font-size: 17px;
    color: #00e;
    display: inline-block;
    line-height: 1.2;
    transition: all 0.2s ease;
    margin-top: 5px
}

.instatape .a:hover {
    cursor: pointer;
    transition: all 0.2s ease;
    color: #0095f6
}

.instatape .a img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 6px;
    float: left
}

.instatape .profile-row {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    text-align: left;
    line-height: 1;
    align-content: start;
    justify-content: start;
    margin: 0 auto;
    margin-bottom: 15px
}

.instatape .profile-col-1, .instatape .profile-col-2, .instatape .profile-col-3 {
    display: flex;
    flex-wrap: wrap
}

.instatape .profile-col-2 {
    flex: 1;
    padding-left: 15px;
    flex-direction: column;
}

.instatape .profile-col-3 {
    width: auto;
    display: none;
    margin: 0 auto
}

.instatape .profile-avatar {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: right;
    position: relative;
    border-radius: 50%;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease
}

.instatape .profile-avatar:hover {
    transform: scale(1.15, 1.15);
    transition: all 0.2s ease
}

.instatape .profile-login {
    width: max-content;
    /*display: inline-block;*/
    /*float: left;*/
    position: relative
}

.instatape .profile-login a {
    font-size: 20px;
    display: inline-block;
    background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 400;
    line-height: 1;
    transition: all 0.2s ease;
    text-decoration: none;
    padding-bottom: 5px
}

.instatape .profile-login a:hover {
    background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 110%);
    transition: all 0.2s ease
}

.instatape .is_verified {
    display: none;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/7.png)
}

.instatape .is_verified.true {
    display: inline-block
}

.instatape .profile-button-follow {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #00dbde;
    background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 100%);
    border: none;
    border-radius: 50px;
    display: inline-block;
    float: left;
    position: relative;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px 9px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease
}

.instatape .profile-button-follow:hover, .instatape .post-link:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 110%);
    transform: scale(1.05, 1.05);
    transition: all 0.2s ease
}

.instatape .profile-indicators {
    display: inline-block;
    /*float: left;*/
    /*position: relative*/
}

.instatape .profile-publications-count, .instatape .profile-subscribers-count {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 0
}

.instatape .profile-subscribers-count {
    margin-right: 0
}

@media (max-width: 767px) {
    .instatape.uniq .profile-col-3 {
        width: auto;
        margin-bottom: 15px;
        display: flex
    }

    .instatape .profile-col-3 {
        width: 100%;
        margin-top: 15px;
        display: flex
    }

    .instatape .profile-button-follow {
        width: 100%
    }

    .instatape .profile-login {
        margin: 0 0 8px
    }

    .instatape .profile-row {
        align-content: center;
        justify-content: center;
        align-items: center
    }
}

.instatape .post, .instatape .post-link, .instatape .post-like-count, .instatape .post-comment-count, .instatape .post-view-count {
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden
}

.instatape .post {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1
}

.instatape .post.p0 {
    border-radius: 0
}

.instatape .post:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    opacity: 0.5;
    background: -moz-linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%)
}

.instatape .post-image {
    display: inline-block;
    float: left;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    border: none !important
}

.instatape .post-info {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    background: -moz-linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(0deg, rgb(0 0 0) 0, rgba(250, 250, 250, 0) 100%);
    transition: all 0.5s ease;
    text-align: left;
    z-index: 2;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    padding: 15px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape .post:hover .post-info {
    top: 0;
    transition: all 0.5s ease
}

.instatape .post-indicators {
    display: inline-block;
    width: auto;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape .post-description {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5
}

.instatape .post-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #00dbde;
    background-image: linear-gradient(90deg, #00dbde 0, #fc00ff 100%);
    border: none;
    border-radius: 50px;
    float: left;
    line-height: 1;
    margin-top: 15px;
    text-decoration: none;
    padding: 10px 15px 9px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    margin-bottom: 15px
}

.instatape .post-like-count, .instatape .post-comment-count, .instatape .post-view-count {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-left: -2px;
    margin-right: 10px;
    text-align: left;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left top 1px;
    padding-left: 20px
}

.instatape .post-like-count {
    background-image: url(../image/4.png)
}

.instatape .post-comment-count {
    background-image: url(../image/5.png)
}

.instatape .post-view-count {
    background-image: url(../image/6.png)
}

.instatape .post-like-count img, .instatape .post-comment-count img, .instatape .post-view-count img {
    width: 16px;
    float: left;
    margin-top: 1px;
    margin-right: 3px
}

.instatape .post-view-count.undefined {
    display: none !important
}

.instatape .GraphSidecar, .instatape .GraphVideo, .instatape .GraphImage {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.instatape .GraphSidecar {
    background-image: url(../image/1.png)
}

.instatape .GraphVideo.igtv {
    background-image: url(../image/2.png)
}

.instatape .GraphVideo {
    background-image: url(../image/3.png)
}

.instatape .post.ver2 .post-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    text-align: center;
    float: none;
    margin: 0 auto;
    opacity: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap
}

.instatape .post.ver2:hover .post-indicators {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease
}

.instatape .post.ver2 .post-like-count, .instatape .post.ver2 .post-comment-count, .instatape .post.ver2 .post-view-count {
    float: none
}

.instatape .post.ver2 .post-description {
    color: #fff;
    padding-top: 0;
    margin-bottom: 5px
}

.instatape .post.ver2 .post-link {
    float: none;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    max-width: max-content
}

.post-link-block {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

.instatape .post.ver2 .post-indicators object {
    height: fit-content;
    height: -moz-fit-content;
    max-height: 100%;
    display: block;
    width: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape .owl-carousel {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative
}

.instatape .owl-stage-outer {
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden
}

.instatape .owl-carousel.owl-grab {
    cursor: grab
}

.instatape .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    float: left
}

.instatape .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.instatape .owl-carousel .owl-next, .instatape .owl-carousel .owl-prev {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    text-decoration: none;
    display: inline-block;
    top: 50%;
    margin-top: -30px;
    background: #fff;
    padding: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.instatape .owl-carousel .owl-prev {
    left: 0;
    margin-left: -5px;
    background-image: url(../image/left.png)
}

.instatape .owl-carousel .owl-next {
    right: 0;
    margin-right: -5px;
    background-image: url(../image/right.png)
}

.instatape .owl-carousel .owl-next:hover, .instatape .owl-carousel .owl-prev:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.2s ease;
    cursor: pointer
}

.instatape .owl-carousel .owl-nav button.disabled {
    opacity: 0;
    transition: all 0.2s ease;
    display: none
}

.instatape .owl-carousel .owl-prev img, .instatape .owl-carousel .owl-next img {
    width: 15px;
    height: 15px
}

.instatape .owl-carousel .owl-prev img {
    margin-left: -2px
}

.instatape .owl-carousel .owl-next img {
    margin-right: -2px
}

.instatape .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.instatape .owl-carousel .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #999;
    border: none;
    transition: all 0.2s ease;
    display: inline-block;
    float: left;
    margin: 1px 9px 0 0;
    padding: 0
}

.instatape .owl-carousel .owl-dot.active {
    background: #000;
    transition: all 0.2s ease;
    height: 10px;
    width: 10px;
    margin: 0 7px 0 0
}

.owl-nav.disabled, .owl-dots.disabled {
    display: none
}

@media (max-width: 767px) {
    .instatape .owl-carousel .owl-item {
        width: 270px !important
    }

    .instatape .owl-carousel .more {
        display: none
    }
}

.instatape .owl-carousel-2 {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative
}

.instatape .owl-stage-outer {
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden
}

.instatape .owl-carousel-2.owl-grab {
    cursor: grab
}

.instatape .owl-carousel-2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    float: left
}

.instatape .owl-carousel-2 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.instatape .owl-carousel-2 .owl-next, .instatape .owl-carousel-2 .owl-prev {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    text-decoration: none;
    display: inline-block;
    top: 50%;
    margin-top: -30px;
    background: #fff;
    padding: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.instatape .owl-carousel-2 .owl-prev {
    left: 0;
    margin-left: -5px;
    background-image: url(../image/left.png)
}

.instatape .owl-carousel-2 .owl-next {
    right: 0;
    margin-right: -5px;
    background-image: url(../image/right.png)
}

.instatape .owl-carousel-2 .owl-next:hover, .instatape .owl-carousel-2 .owl-prev:hover {
    transform: scale(1.25, 1.25);
    transition: all 0.2s ease;
    cursor: pointer
}

.instatape .owl-carousel-2 .owl-nav button.disabled {
    opacity: 0;
    transition: all 0.2s ease;
    display: none
}

.instatape .owl-carousel-2 .owl-prev img, .instatape .owl-carousel-2 .owl-next img {
    width: 15px;
    height: 15px
}

.instatape .owl-carousel-2 .owl-prev img {
    margin-left: -2px
}

.instatape .owl-carousel-2 .owl-next img {
    margin-right: -2px
}

.instatape .owl-carousel-2 .owl-dots {
    position: absolute;
    left: 48%;
    right: 0;
    bottom: 0
}

.instatape .owl-carousel-2 .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #999;
    border: none;
    transition: all 0.2s ease;
    display: inline-block;
    float: left;
    margin: 1px 9px 0 0;
    padding: 0
}

.instatape .owl-carousel-2 .owl-dot.active {
    background-color: #ff3cac;
    background-image: linear-gradient(225deg, #ff3cac 0, #784ba0 50%, #2b86c5 100%);
    transition: all 0.2s ease;
    height: 10px;
    width: 10px;
    margin: 0 7px 0 0
}

@media (max-width: 767px) {
    .instatape .owl-carousel-2.item-2 .owl-item {
        width: 130px !important
    }

    .instatape .owl-carousel-2.item-1 .owl-item {
        width: 270px !important
    }

    .instatape .owl-carousel-2 .more {
        display: none
    }
}

.instatape .gallery {
    margin: -5px;
    float: left;
    position: relative;
    width: auto;
    min-width: 100%
}

.instatape .gallery-p0 {
    margin: 0 auto;
    float: left;
    position: relative;
    width: auto;
    min-width: 100%
}

.instatape .gallery, .instatape .gallery-p0 {
    flex-wrap: wrap;
    display: flex
}

.instatape .gallery-item {
    position: relative;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape .gallery-item-p0 {
    position: relative;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.instatape .gallery-p0 .post, .instatape .gallery-p0 .post-info, .instatape .pno .post, .instatape .pno .post-info {
    border-radius: 0
}

.instatape .more {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 1.3;
    max-width: max-content;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1)
}

.instatape .gallery .more, .instatape .gallery-p0 .more {
    margin-bottom: -20px
}

.instatape .masonry .more {
    margin-bottom: -17px
}

@media (max-width: 767px) {
    .instatape .item-w16, .instatape .item-w20, .instatape .item-w25, .instatape .item-w30, .instatape .item-w33, .instatape .item-w40, .instatape .item-w50, .instatape .item-w60, .instatape .item-w66, .instatape .item-w70, .instatape .item-w75, .instatape .item-xs-w50 {
        width: 50%
    }

    .instatape .item-xs-w16 {
        width: 16.66666666666667%
    }

    .instatape .item-xs-w20 {
        width: 20%
    }

    .instatape .item-xs-w25 {
        width: 25%
    }

    .instatape .item-xs-w30 {
        width: 30%
    }

    .instatape .item-xs-w33 {
        width: 33.333333%
    }

    .instatape .item-xs-w40 {
        width: 40%
    }

    .instatape .item-xs-w60 {
        width: 60%
    }

    .instatape .item-xs-w66 {
        width: 66.666667%
    }

    .instatape .item-xs-w70 {
        width: 70%
    }

    .instatape .item-xs-w75 {
        width: 75%
    }

    .instatape .item-w100, .instatape .item-xs-w100 {
        width: 100%
    }
}

@media (min-width: 767px) {
    .instatape .item-w16, .instatape .item-sm-w16 {
        width: 16.66666666666667%
    }

    .instatape .item-w20, .instatape .item-sm-w20 {
        width: 20%
    }

    .instatape .item-w25, .instatape .item-sm-w25 {
        width: 25%
    }

    .instatape .item-w30, .instatape .item-sm-w30 {
        width: 30%
    }

    .instatape .item-w33, .instatape .item-sm-w33 {
        width: 33.333333%
    }

    .instatape .item-w40, .instatape .item-sm-w40 {
        width: 40%
    }

    .instatape .item-w50, .instatape .item-sm-w50 {
        width: 50%
    }

    .instatape .item-w60, .instatape .item-sm-w60 {
        width: 60%
    }

    .instatape .item-w66, .instatape .item-sm-w66 {
        width: 66.666667%
    }

    .instatape .item-w70, .instatape .item-sm-w70 {
        width: 70%
    }

    .instatape .item-w75, .instatape .item-sm-w75 {
        width: 75%
    }

    .instatape .item-w100, .instatape .item-sm-w100 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .instatape .item-w16, .instatape .item-md-w16 {
        width: 16.66666666666667%
    }

    .instatape .item-w20, .instatape .item-md-w20 {
        width: 20%
    }

    .instatape .item-w25, .instatape .item-md-w25 {
        width: 25%
    }

    .instatape .item-w30, .instatape .item-md-w30 {
        width: 30%
    }

    .instatape .item-w33, .instatape .item-md-w33 {
        width: 33.333333%
    }

    .instatape .item-w40, .instatape .item-md-w40 {
        width: 40%
    }

    .instatape .item-w50, .instatape .item-md-w50 {
        width: 50%
    }

    .instatape .item-w60, .instatape .item-md-w60 {
        width: 60%
    }

    .instatape .item-w66, .instatape .item-md-w66 {
        width: 66.666667%
    }

    .instatape .item-w70, .instatape .item-md-w70 {
        width: 70%
    }

    .instatape .item-w75, .instatape .item-md-w75 {
        width: 75%
    }

    .instatape .item-w100, .instatape .item-md-w100 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .instatape .item-w16, .instatape .item-lg-w16 {
        width: 16.66666666666667%
    }

    .instatape .item-w20, .instatape .item-lg-w20 {
        width: 20%
    }

    .instatape .item-w25, .instatape .item-lg-w25 {
        width: 25%
    }

    .instatape .item-w30, .instatape .item-lg-w30 {
        width: 30%
    }

    .instatape .item-w33, .instatape .item-lg-w33 {
        width: 33.333333%
    }

    .instatape .item-w40, .instatape .item-lg-w40 {
        width: 40%
    }

    .instatape .item-w50, .instatape .item-lg-w50 {
        width: 50%
    }

    .instatape .item-w60, .instatape .item-lg-w60 {
        width: 60%
    }

    .instatape .item-w66, .instatape .item-lg-w66 {
        width: 66.666667%
    }

    .instatape .item-w70, .instatape .item-lg-w70 {
        width: 70%
    }

    .instatape .item-w75, .instatape .item-lg-w75 {
        width: 75%
    }

    .instatape .item-w100, .instatape .item-lg-w100 {
        width: 100%
    }
}

.instatape.demo {
    width: 100%;
    display: inline-block;
    background: #ffff;
    padding: 15px 15px 15px 15px;
    border-radius: 16px 16px 0 0;
    box-shadow: 15px -15px 15px rgba(0, 0, 0, 0.03)
}

.instatape.demo .profile-col-3 {
    display: none
}

.instatape.demo .post-info, .instatape.demo .post-comment-count, .instatape.demo .post-view-count {
    display: none
}

.instatape.demo .gallery {
    overflow: hidden
}

@media (max-width: 767px) {
    .instatape.demo .gallery {
        height: 170px
    }
}

@media (min-width: 767px) {
    .instatape.demo .gallery {
        height: 190px
    }
}

@media (min-width: 992px) {
    .instatape.demo .gallery {
        height: 220px
    }
}

@media (min-width: 1200px) {
    .instatape.demo .gallery {
        height: 220px
    }
}

.instatape.demo .gallery:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(0deg, rgba(250, 250, 250, 1) 0, rgba(250, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(250, 250, 250, 1) 0, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0, rgba(250, 250, 250, 0) 100%)
}

.instatape.demo .private {
    min-height: 280px;
    padding-top: 130px
}

.instatape.demo .fail, .instatape.demo .preloader {
    min-height: 295px;
    padding-top: 70px
}

.instatape .masonry {
    display: flex;
    flex-flow: row wrap;
    min-width: 100%;
    width: fit-content;
    margin-left: -8px;
    counter-reset: brick
}

.instatape .masonry-brick {
    flex: auto;
    position: relative;
    margin: 0 0 8px 8px;
    height: auto;
    max-height: 250px;
    min-width: 90px
}

.instatape .masonry-brick:nth-child(4n + 1) {
    width: 25%
}

.instatape .masonry-brick:nth-child(4n + 2) {
    width: 35%
}

.instatape .masonry-brick:nth-child(4n + 3) {
    width: 20%
}

.instatape .masonry-brick:nth-child(4n + 4) {
    width: 20%
}

.instatape .ver3 .post-info {
    top: 0 !important;
    height: auto;
    bottom: 0;
    margin-bottom: 50px;
    background: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    max-height: 100%;
    display: grid;
    align-items: flex-end
}

.instatape .ver3:hover .post-info {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease
}

.instatape .ver3 .post-description {
    color: #fff;
    max-width: 320px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end
}

.instatape .ver3:after {
    transition: all 0.2s ease
}

.instatape .ver3:hover:after {
    height: 180px;
    opacity: 0.8;
    transition: all 0.2s ease
}

.instatape .flex {
    display: flex !important;
    flex-flow: row wrap
}

.instatape .post-image {
    max-height: 320px
}

.instatape .owl-item {
    height: auto
}

.instatape .owl-dot span {
    background: none !important
}

.instatape .owl-stage.flex {
    flex-direction: row !important
}

.instatape .post.card {
    text-align: left;
    background: #fff;
    transition: all 0.2s ease;
    border: 1px solid #eee;
    border-radius: 8px
}

.instatape .post.card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(0.95, 0.95);
    transition: all 0.2s ease
}

.instatape .post.card .post-image-block {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    width: 100%
}

.instatape .masonry-brick .post.card .post-image-block {
    height: -webkit-fill-available;
    height: 100%
}

.instatape .post.card .post-indicators-block {
    padding: 5px 10px 10px 10px;
    display: inline-block;
    float: left;
    width: 100%
}

.instatape .masonry-brick .post-indicators-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff
}

.instatape .post.card:after {
    display: none
}

.instatape .post.card .post-description, .instatape .post.card .post-like-count, .instatape .post.card .post-comment-count, .instatape .post.card .post-view-count {
    color: #000;
    margin: 0;
    float: left;
    margin-top: 0;
    margin-right: 5px
}

.instatape .post.card .GraphSidecar, .instatape .post.card .GraphVideo, .instatape .post.card .GraphImage {
    z-index: 1
}

.instatape .post.card .post-description {
    padding: 0;
    margin-top: 5px;
    margin-right: 0;
    width: 100%
}

.instatape .post.card .post-like-count, .instatape .post.card .post-comment-count, .instatape .post.card .post-view-count {
    background-size: 15px
}

.instatape .post.card .post-like-count {
    background-image: url(../image/4d.png)
}

.instatape .post.card .post-comment-count {
    background-image: url(../image/5d.png)
}

.instatape .post.card .post-view-count {
    background-image: url(../image/6d.png)
}

@media (max-width: 767px) {
    .instatape .post.card .post-indicators {
        display: flex
    }
}

.instatape.uniq .profile-count {
    display: inline-block;
    margin-right: 10px;
    color: #fff
}

.instatape.uniq .profile-avatar {
    transform: none;
    border: none;
    box-shadow: none
}

.instatape.uniq .post {
    border-radius: 0
}

.instatape.uniq .profile-login a {
    color: #fff !important
}

.instatape.uniq .profile-count:last-child {
    margin-right: 0
}

.instatape.uniq .profile-count-numder {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.instatape.uniq .profile-count-text {
    display: block;
    font-size: 10px
}

.instatape.uniq .profile-button-follow {
    background: none;
    box-shadow: none;
    padding: 0;
    color: #fff !important;
    margin: 0;
    transform: none;
    border: none
}

.instatape.uniq .profile-row {
    margin-bottom: 15px
}

.instatape.uniq .profile-row.row-2 .profile-col-2 {
    padding: 0
}

.instatape.uniq .profile-login a, .instatape.uniq .profile-login a:hover {
    font-weight: 600;
    background-image: linear-gradient(90deg, #fff 0, #fff 100%)
}

.instatape.uniq .profile-login, .instatape.uniq .profile-col-1, .instatape.uniq .profile-col-2 {
    margin: 0
}

.instatape.uniq .profile-col-3 {
    padding: 0
}

.instatape.uniq .profile-col-3 a {
    width: 24px;
    height: 24px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/8.png)
}

.instatape.anim1 {
    min-height: 200px
}

.instatape.anim1 .profile-row {
    margin-top: 5px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s
}

.instatape.anim1 .masonry, .instatape.anim1 .owl-carousel, .instatape.anim1 .owl-carousel-2, .instatape.anim1 .gallery, .instatape.anim1 .gallery-p0 {
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s, margin-top 0.6s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s, margin-top 0.6s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s, margin-top 0.6s, visibility 0s linear 0.6s;
    transition: opacity 0.6s, margin-top 0.6s, visibility 0s linear 0.6s
}

.instatape.anim1.active .profile-row, .instatape.anim1.active .masonry, .instatape.anim1.active .owl-carousel, .instatape.anim1.active .owl-carousel-2, .instatape.anim1.active .gallery, .instatape.anim1.active .gallery-p0 {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.instatape.anim1.active .gallery {
    margin-top: -5px
}

@media (min-width: 768px) {
    .instatape.side .profile-col-3 {
        width: 100%
    }

    .instatape.side .profile-button-follow {
        width: 100%;
        margin-top: 15px
    }
}

.instatape .preloader {
    background-color: rgba(66, 81, 227, 0.03);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 60%) rgba(66, 81, 227, 0.03);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1.5s loading ease-in-out infinite
}

@keyframes loading {
    to {
        background-position-x: -20%
    }
}

.instatape .preloader:after {
    margin-top: -15px;
    border: 3px rgb(0 0 0 / 25%) solid;
    border-top: 3px #4251e3 solid;
    margin-left: 0
}

.instatape.anim1 .owl-item {
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s
}

.instatape.anim1.active .owl-item {
    margin-left: 0;
    opacity: 1;
    visibility: visible
}

.instatape.anim1 .gallery-item, .instatape.anim1 .gallery-item-p0 {
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    -moz-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s;
    transition: opacity 0.6s, margin-left 0.6s, visibility 0s linear 0.6s
}

.instatape.anim1.active .gallery-item, .instatape.anim1.active .gallery-item-p0 {
    margin-left: 0;
    opacity: 1;
    visibility: visible
}

.instatape.anim1.active .gallery-item:nth-child(1), .instatape.anim1.active .gallery-item-p0:nth-child(1), .instatape.anim1.active .owl-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.instatape.anim1.active .gallery-item:nth-child(2), .instatape.anim1.active .gallery-item-p0:nth-child(2), .instatape.anim1.active .owl-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.instatape.anim1.active .gallery-item:nth-child(3), .instatape.anim1.active .gallery-item-p0:nth-child(3), .instatape.anim1.active .owl-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.instatape.anim1.active .gallery-item:nth-child(4), .instatape.anim1.active .gallery-item-p0:nth-child(4), .instatape.anim1.active .owl-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.instatape.anim1.active .gallery-item:nth-child(5), .instatape.anim1.active .gallery-item-p0:nth-child(5), .instatape.anim1.active .owl-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.instatape.anim1.active .gallery-item:nth-child(6), .instatape.anim1.active .gallery-item-p0:nth-child(6), .instatape.anim1.active .owl-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.instatape.anim1.active .gallery-item:nth-child(7), .instatape.anim1.active .gallery-item-p0:nth-child(7), .instatape.anim1.active .owl-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.instatape.anim1.active .gallery-item:nth-child(8), .instatape.anim1.active .gallery-item-p0:nth-child(8), .instatape.anim1.active .owl-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.instatape.anim1.active .gallery-item:nth-child(9), .instatape.anim1.active .gallery-item-p0:nth-child(9), .instatape.anim1.active .owl-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.instatape.anim1.active .gallery-item:nth-child(10), .instatape.anim1.active .gallery-item-p0:nth-child(10), .instatape.anim1.active .owl-item:nth-child(10) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.instatape.anim1.active .gallery-item:nth-child(11), .instatape.anim1.active .gallery-item-p0:nth-child(11), .instatape.anim1.active .owl-item:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.instatape.anim1.active .gallery-item:nth-child(12), .instatape.anim1.active .gallery-item-p0:nth-child(12), .instatape.anim1.active .owl-item:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.instatape.border-1 .profile-button-follow, .instatape.border-1 .post-link, .instatape.border-1 .owl-next, .instatape.border-1 .owl-prev {
    border-radius: 0
}

.instatape.border-2 .profile-button-follow, .instatape.border-2 .post-link, .instatape.border-2 .owl-next, .instatape.border-2 .owl-prev {
    border-radius: 8px
}

.instatape.border-3 .profile-button-follow, .instatape.border-3 .post-link, .instatape.border-3 .owl-next, .instatape.border-3 .owl-prev {
    border-radius: 50px
}

.rcolor-1, .instatape.color-1 .profile-login a, .instatape.color-1 .profile-login a:hover, .instatape.color-1 .profile-button-follow, .instatape.color-1 .post-link, .instatape.color-1 .owl-dot.active {
    background-color: #4158d0;
    background-image: linear-gradient(43deg, #4158d0 0, #c850c0 46%, #ffcc70 100%)
}

.rcolor-2, .instatape.color-2 .profile-login a, .instatape.color-2 .profile-login a:hover, .instatape.color-2 .profile-button-follow, .instatape.color-2 .post-link, .instatape.color-2 .owl-dot.active {
    background-color: #fbab7e;
    background-image: linear-gradient(62deg, #fbab7e 0, #f7ce68 100%)
}

.rcolor-3, .instatape.color-3 .profile-login a, .instatape.color-3 .profile-login a:hover, .instatape.color-3 .profile-button-follow, .instatape.color-3 .post-link, .instatape.color-3 .owl-dot.active {
    background-color: #8bc6ec;
    background-image: linear-gradient(135deg, #8bc6ec 0, #9599e2 100%)
}

.rcolor-4, .instatape.color-4 .profile-login a, .instatape.color-4 .profile-login a:hover, .instatape.color-4 .profile-button-follow, .instatape.color-4 .post-link, .instatape.color-4 .owl-dot.active {
    background-color: #ff9a8b;
    background-image: linear-gradient(90deg, #ff9a8b 0, #ff6a88 55%, #ff99ac 100%)
}

.rcolor-5, .instatape.color-5 .profile-login a, .instatape.color-5 .profile-login a:hover, .instatape.color-5 .profile-button-follow, .instatape.color-5 .post-link, .instatape.color-5 .owl-dot.active {
    background-color: #ff3cac;
    background-image: linear-gradient(225deg, #ff3cac 0, #784ba0 50%, #2b86c5 100%)
}

.rcolor-6, .instatape.color-6 .profile-login a, .instatape.color-6 .profile-login a:hover, .instatape.color-6 .profile-button-follow, .instatape.color-6 .post-link, .instatape.color-6 .owl-dot.active {
    background-color: #21d4fd;
    background-image: linear-gradient(19deg, #21d4fd 0, #b721ff 100%)
}

.rcolor-7, .instatape.color-7 .profile-login a, .instatape.color-7 .profile-login a:hover, .instatape.color-7 .profile-button-follow, .instatape.color-7 .post-link, .instatape.color-7 .owl-dot.active {
    background-color: #0093e9;
    background-image: linear-gradient(160deg, #0093e9 0, #80d0c7 100%)
}

.rcolor-8, .instatape.color-8 .profile-login a, .instatape.color-8 .profile-login a:hover, .instatape.color-8 .profile-button-follow, .instatape.color-8 .post-link, .instatape.color-8 .owl-dot.active {
    background-color: #74ebd5;
    background-image: linear-gradient(90deg, #74ebd5 0, #9face6 100%)
}

.rcolor-9, .instatape.color-9 .profile-login a, .instatape.color-9 .profile-login a:hover, .instatape.color-9 .profile-button-follow, .instatape.color-9 .post-link, .instatape.color-9 .owl-dot.active {
    background-color: #a9c9ff;
    background-image: linear-gradient(180deg, #a9c9ff 0, #ffbbec 100%)
}

.rcolor-10, .instatape.color-10 .profile-login a, .instatape.color-10 .profile-login a:hover, .instatape.color-10 .profile-button-follow, .instatape.color-10 .post-link, .instatape.color-10 .owl-dot.active {
    background-color: #fad961;
    background-image: linear-gradient(90deg, #fad961 0, #f76b1c 100%)
}

.rcolor-11, .instatape.color-11 .profile-login a, .instatape.color-11 .profile-login a:hover, .instatape.color-11 .profile-button-follow, .instatape.color-11 .post-link, .instatape.color-11 .owl-dot.active {
    background-color: #fee140;
    background-image: linear-gradient(90deg, #fee140 0, #fa709a 100%)
}

.rcolor-12, .instatape.color-12 .profile-login a, .instatape.color-12 .profile-login a:hover, .instatape.color-12 .profile-button-follow, .instatape.color-12 .post-link, .instatape.color-12 .owl-dot.active {
    background-color: #f4d03f;
    background-image: linear-gradient(132deg, #f4d03f 0, #16a085 100%)
}

.rcolor-13, .instatape.color-13 .profile-login a, .instatape.color-13 .profile-login a:hover, .instatape.color-13 .profile-button-follow, .instatape.color-13 .post-link, .instatape.color-13 .owl-dot.active {
    background-color: #faaca8;
    background-image: linear-gradient(19deg, #faaca8 0, #ddd6f3 100%)
}

.rcolor-14, .instatape.color-14 .profile-login a, .instatape.color-14 .profile-login a:hover, .instatape.color-14 .profile-button-follow, .instatape.color-14 .post-link, .instatape.color-14 .owl-dot.active {
    background-color: #fbda61;
    background-image: linear-gradient(45deg, #fbda61 0, #ff5acd 100%)
}

.rcolor-15, .instatape.color-15 .profile-login a, .instatape.color-15 .profile-login a:hover, .instatape.color-15 .profile-button-follow, .instatape.color-15 .post-link, .instatape.color-15 .owl-dot.active {
    background-color: #fa8bff;
    background-image: linear-gradient(45deg, #fa8bff 0, #2bd2ff 52%, #2bff88 90%)
}

.rcolor-16, .instatape.color-16 .profile-login a, .instatape.color-16 .profile-login a:hover, .instatape.color-16 .profile-button-follow, .instatape.color-16 .post-link, .instatape.color-16 .owl-dot.active {
    background-color: #ffe53b;
    background-image: linear-gradient(147deg, #ffe53b 0, #ff2525 74%)
}

.rcolor-17, .instatape.color-17 .profile-login a, .instatape.color-17 .profile-login a:hover, .instatape.color-17 .profile-button-follow, .instatape.color-17 .post-link, .instatape.color-17 .owl-dot.active {
    background-color: #08aeea;
    background-image: linear-gradient(0deg, #08aeea 0, #2af598 100%)
}

.instatape.color-18 .profile-login a, .instatape.color-18 .profile-login a:hover {
    color: #fff;
    background-color: #fff;
    background-image: linear-gradient(0deg, #fff 0, #fafafa 100%)
}

.instatape.color-18 .profile-avatar {
    border: none
}

.rcolor-18, .instatape.color-18 .profile-button-follow, .instatape.color-18 .post-link, .instatape.color-18 .owl-dot.active {
    color: #000;
    background-color: #fff;
    background-image: linear-gradient(0deg, #fff 0, #fff 100%)
}

.rcolor-19, .instatape.color-19 .profile-login a, .instatape.color-19 .profile-login a:hover, .instatape.color-19 .profile-button-follow, .instatape.color-19 .post-link, .instatape.color-19 .owl-dot.active {
    background-color: #000;
    background-image: linear-gradient(0deg, #494949 0, #323232 100%)
}

/**/ 

