@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/app/assets/fonts/Roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Light.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Light.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/app/assets/fonts/Roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Regular.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/app/assets/fonts/Roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/app/assets/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(/app/assets/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(/app/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype"),url(/app/assets/fonts/Roboto/Roboto-Bold.svg#Roboto) format("svg")}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none;
    color: #aaa;
}
li {
    list-style: none;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*****/



.news_popup_wrapper {
    display: none;
    position: fixed;
    top: 0px;
    background: #fff;
    right: 0;
    width: 300px;
    z-index: 999999999;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 15px;
    height: 100vh;
    flex-direction: column;
}
.news_popup_header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #f8f8f8;
    padding: 19px;
}
.news_popup_body {
    padding: 20px 0;
    overflow-y: auto;
    height: 100vh;
}
.news_popup_title {
    color: #555;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
}
.news_popup_close {
    display: flex;
}
.news_popup_close svg {
    width: 19px;
    height: 19px;
    fill: #555;
    cursor: pointer;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
}



.admin-notice {
    margin-top: 20px;
    background-color: #f2fbff;
    border: 1px solid #61a5d4;
    position: relative;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.admin-notice-text span {
    font-size: 17px;
    color: #555;
}
.admin-notice-close {
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
}
.admin-notice-svg {
    position: absolute;
    left: 15px;
    top: 0;
    height: 45px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #c0daec;
}
.admin-notice-svg svg {
    width: 20px;
    height: 20px;
    fill: #6dacd8;
    position: relative;
    top: -2px;
}
.admin-notice-close i {
    font-size: 18px;
    color: #61a5d4;
}

.sorry {
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    color: #222;
    font-size: 17px;
}
.sorry span {
    border-bottom: 2px solid #196aff;
    padding-bottom: 4px;
}

.up-btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: #222;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.up-btn.visible {
    opacity: 1;
    visibility: visible;
}

.up-btn span {
    position: relative;
    top: -3px;
}


.menu_block {
    color: #555555;
    padding: 0 15px;
    position: absolute;
    top: -10px;
    right: 0;
}
.menu_open_button {
    width: fit-content;
    display: inline-block;
    line-height: 57px;
    position: relative;
    top: 0px;
    right: -15px;
    padding: 0 15px;
}
.menu_block.active .menu_open_button {
    background: #f6f6f6;
    z-index: 9999;
}
.menu_block i {
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
    color: #555;
}

header .dropdown_menu {
    display: none;
    position: absolute;
    top: 57px;
    background: #f6f6f6;
    right: 0;
    width: 200px;
    padding: 5px 25px;
    z-index: 50;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 15px;
}
.page-desc-wrapper {
    margin: 0 0 5px;
    padding: 10px 20px 10px;
    background: #fff;
    text-align: center;
}
.page-domain {
    font-size: 25px;
    color: #196aff;
    font-weight: bold;
}
.page-domain span {
    color: #04d50a;
}
.page-description {
    font-size: 16px;
    color: #555;
}
.page-desc-wrapper .page-description {
    color: #aaa;
}
/*header .dropdown_menu:before {*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-bottom: 10px solid #ff3c00;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: -10px;*/
/*}*/

.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dropdown_footer {
    font-size: 15px;
    color: #aaa;
    text-align: center;
    margin-bottom: 50px;
}

.dropdown_menu .a_li {
    margin-bottom: 0;
    color: #555;
    line-height: normal;
    padding: 18px 25px;
    user-select: none;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown_menu .a_li svg {
    width: 17px;
    height: 17px;
    fill: #aaa;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.dropdown_menu .a_li a {
    color: #555;
    font-size: 16px;
}


/* ads */
.long-br {
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 15px auto;
    overflow: hidden;
}
.amazon-br {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 15px auto 15px auto;
    overflow: hidden;
}
.profile-header .long-br {
    margin: 0px auto 15px auto;
}
.long-br.single-post-ad {
    margin: 15px auto -10px auto;
}
.mid-br {
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 15px auto 5px auto;
    overflow: hidden;
}
.box-photo.adv {
    background: none;
    border: none;
    text-align: center;
    padding: 35px 0;
}
.box-photo.adv .adv-p {
    color: #aaa;
    font-size: 15px;
    margin: 30% auto 0 auto;
}
.box-photo.adv ins {
    margin: 35% auto 35% auto;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 250px;
}

@media all and (max-width: 750px) {
    .long-br {
        max-width: 320px;
    }
    .amazon-br {
        width: 320px;
        height: 250px;
    }
    .box-photo.adv {
        min-height: 0;
        padding: 5px 0;
    }
    .box-photo.adv .adv-p {
        margin: 0 0 0px 0;
    }
    .box-photo.adv ins {
        margin: 0;
    }
    .mid-br {
        max-width: 300px;
        max-height: 250px;
    }
}

@media all and (max-width: 400px) {
    .long-br {
        max-width: 300px;
        max-height: 250px;
    }
    .amazon-br {
        width: 300px;
        height: 250px;
    }
}
/* ads */

.first-section {
    background: url("../images/bg.jpg") no-repeat center;
    background-size: cover;
    padding: 85px 0;
    text-align: center;
    position: relative;
    color: #ffffff;
}
.first-section .content {
    position: relative;
    z-index: 1;
}
.bg-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.first-section-text {
    margin: 0px 0 10px 0;
}
.first-section-text h1 {
    font-size: 26px;
    font-weight: 700;
}
.first-section-text h2 {
    font-size: 24px;
    font-weight: 400;
}
.first-section-search {
    display: inline-block;
    width: 100%;
    max-width: 660px;
}
.form-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.first-section-search input {
    border: none;
    background: rgba(255, 255, 255, 1);
    padding: 19px 78px 17px 15px;
    font-size: 18px;
    width: 100%;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}
.first-section-search input::-webkit-input-placeholder {color:#aaa;}
.first-section-search input::-moz-placeholder          {color:#aaa;}/* Firefox 19+ */
.first-section-search input:-moz-placeholder           {color:#aaa;}/* Firefox 18- */
.first-section-search input:-ms-input-placeholder      {color:#aaa;}
.first-section-search button {
    position: absolute;
    border: none;
    color: #222;
    width: 60px;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 7px;
    cursor: pointer;
}
.icon-search:before {
    font-size: 120%;
}
.search-example {
    margin-top: 15px;
    text-align: left;
    font-size: 18px;
}
.second-section {
    background: #dedede;
    padding: 50px 0;
}
.white-icons-b {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 25px 0;
}
.white-icons-b a {
    display: inline-block;
    margin: 0 25px;
    color: #000;
    font-size: 20px;
    width: 170px;
}
.white-icons-b a img {
    max-width: 60px;
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: 0px auto 10px auto;
}

.hashtags-b .title {
    color: #aaaaaa;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.hashtags-p {
    text-align: center;
}

.hashtags-p a {
    text-decoration: none;
    color: #fff;
    background: #222;
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
}
.profiles-scroll {
    padding: 0 5px;
}
.profiles-b {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
}
.popular-post-title {
    text-transform: uppercase;
    padding: 0 10px 8px;
    font-size: 17px;
    font-weight: bold;
    color: #777;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
}
.popular-post-title.active {
    color: #196aff;
    border-bottom: 2px solid #0a84ef;
}
/*.popular-post-title.active:after {*/
    /*color: #196aff;*/
    /*border-bottom: 2px solid #0a84ef;*/
    /*content: '';*/
    /*display: block;*/
    /*margin: 0 -5px;*/
    /*position: relative;*/
    /*top: 7px;*/
/*}*/
.popular-post-filter {
    cursor: pointer;
}
.profiles-b .title {
    color: #aaaaaa;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.profiles-p {
    text-align: center;
    margin: auto;
    max-width: 1020px;
}
.profiles-p a {
    width: 150px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 10px 10px 40px 10px;
}
.profiles-p a img {
    display: block;
    max-width: 100%;
    height: 125px;
    margin: 0 auto 5px auto;
}

html, body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    background: #f1f1f1;
}
input, textarea, select, button{
    font-family: 'Roboto', sans-serif;
}
.content {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 85%;
}

.hidden {
    display: none!important;
}

.blue-btn {
    display: inline-block;
    background: #ff8a00;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    vertical-align: bottom;
    box-sizing: border-box;
    height: 36px;
    margin-right: 6px;
}

.error-box {
    font-size: 20px;
    text-align: center;
    background: #fff;
    padding: 20px;
}

.logo {
    line-height: 27px;
}
.logo a {
    color: #555;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.header-description {
    color: #aaaaaa;
    position: relative;
    margin-left: 2px;
    font-size: 16px;
}
.header-description:before {
    display: none;
    content: '/';
    font-size: 28px;
    color: #ff8a00;
    font-weight: 100;
    position: absolute;
    left: -23px;
    top: -2px;
}

.center-header {
    min-height: 1px;
    float: left;
    width: 40%;
    text-align: center;
}
.left-header, .right-header {
    float: left;
    line-height: 37px;
}
.left-header {
    margin-right: 30px;
}
.left-header > div {
    display: inline-block;
}
.right-header {
    text-align: right;
    color: #fff;
}
.right-header a {
    color: inherit;
}
.header-search .search-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
.header-search .search-wrap input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
.header-search .search-wrap input::-moz-placeholder          {color:#aaa ;opacity: 1;}/* Firefox 19+ */
.header-search .search-wrap input:-moz-placeholder           {color:#aaa ;opacity: 1;}/* Firefox 18- */
.header-search .search-wrap input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}
.header-search .search-wrap input {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 50px 8px 15px;
    border: none;
    background: #f6f6f6;
    color: #aaa;
    opacity: 1;
    width: 100%;
    line-height: 23px;
    height: 36px;
}
.header-search .search-wrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
    -webkit-text-fill-color: #aaa;
}
.header-search .search-wrap button {
    position: absolute;
    border: none;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 10px 0 3px;
    cursor: pointer;
    color: #aaa;
}
.main-header.header-search {
    padding: 10px 0 10px;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.main-header > .content {
    padding: 0 5px;
}

.content-header {
    padding: 45px 5px;
    position: relative;
}
.content-header.profile-page {
    padding: 20px 0;
}

.content-header.tag-page .content-title, .content-header.location-page .content-title {
    float: none;
    text-align: center;
}
.content-header.tag-page .content-title h1, .content-header.location-page .content-title h1 {
    font-size: 22px;
    color: #222;
    text-align: center;
    font-weight: 600;
    padding-bottom: 2px;
}
.content-header.location-page h1 span {
    color: #0a84ef;
    text-decoration: underline;
}
.content-header.tag-page .content-title h1 a {
    color: #0a84ef;
}
.content-header.tag-page .content-subtitle {
    font-size: 18px;
    color: #aaa;
}
.post-share {
    margin: 0 auto 15px auto;
    max-width: 648px;
    overflow: hidden;
}
.post-share .social-share {
    position: relative;
    top: 0;
    right: auto;
}
.post-share .social-share div {
    display: initial;
}

.private-profile-top {
    text-align: center;
    margin: 10px 0;
}

.under-profile {
    text-align: left;
    color: #aaaaaa;
    font-size: 17px;
}

.similar-users {
    text-align: center;
    margin: 30px 0 0 0;
}
.similar-users .heading {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.similar-users .profile-result {
    text-align: left;
    margin: 0 20px 20px 20px;
}
.similar-users .result-username {
    font-size: 17px;
    text-align: center;
}
.similar-users .result-ava {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 0;
}
.similar-users .result-ava img {
    border-radius: 0;
}

.share-p {
    text-align: right;
}
.share-p.post {
    overflow: hidden;
    text-align: right;

}
.share-p.post .share_right {
    float: none;
}
.share-p.search {
    margin-bottom: 0px;
    margin-top: 0;
}


.share_right {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    overflow: hidden;
    position: relative;
}
.share_right a {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    border: 1px solid #222222;
    padding: 9px 10px 9px 10px;
    font-weight: 500;
    margin-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    margin: 0 0 0 0;
    height: 40px;
}
.share_right a:hover {
    color: #fff;
    background: #222222;
}
#copyLink-input {
    position: absolute;
    top: -9000px;
    border: none;
}

.social-share {
    display: inline-block;
    vertical-align: top;
}
.social-share span {
    font-size: 18px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.social-share a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.social-share a:last-child {
    margin-right: 0px;
}

.social-share.round a {
    border-radius: 100%;
}

.social-share a:before {
    margin: 0;
}
.social-share a.cs-facebook {
    background: #3b5998;
}
.social-share a.cs-twitter {
    background: #55acee;
}
.social-share a.cs-google {
    background: #db4437;
}
.social-share a.cs-pinterest {
    background: #cb2027;
}
.social-share a:hover {
    opacity: 0.8;
}


.content-title {
    text-align: left;
    color: #222222;
    font-size: 26px;
    padding: 0;
    float: left;
}

.black-box {
    background: #196aff;
    color: #fff;
    text-align: center;
    padding: 7px 28px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 30px!important;
    border-radius: 22px;
}
.bold {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}
.content-title .bold {
    margin-right: 30px!important;
    color: #444444;
}


.content-title h1 {
    text-align: left;
    color: #222222;
    font-size: 26px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.content-title a {
    color: #222222;
    text-decoration: underline;
}

.box-photos {
    font-size: 0;
    padding: 0 0 24px 0;
    text-align: center;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;

}
.box-photos > li {
    display: inline-block;
    width: 100%;
    max-width: 384px;
    padding: 0 5px 0 5px;
    vertical-align: top;
}

.box-photo, .profile_information {
    background: #ffffff;
    font-size: 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 374px;
    vertical-align: top;
    position: relative;
    margin: 0 0 10px 0;
    transition: all 0.5s;
}

.box-photo .box-photo-hover {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    text-align: right;
    padding: 10px;
    z-index: 1;
}
.box-photo .box-photo-hover a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid #fff;
    margin: 0 5px;
    font-size: 20px;
    text-align: center;
}
.box-photo .box-photo-hover a:hover {
    color: #000;
    background: #fff;
}

.box-photo:hover .box-photo-hover {
    opacity: 1;
    visibility: visible;
}


.photo {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.photo a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.photo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.photo .full-screen {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.6);
    z-index: 9;
    color: #ffff;
    font-size: 16px;
    border-radius: 100%;
    cursor: pointer;
}
.photo .full-screen span {
    margin-left: 1px;
}
.post-footer {
    display: flex;
    justify-content: space-between;
    color: #aaa;
    padding: 12px 20px 15px 20px;
    align-items: center;
}
.likes_comments_photo {
    display: flex;
}
.likes_photo, .comments_photo {

}
.comments_photo {
    margin-left: 30px;
}
.likes_photo span, .comments_photo span {
    margin-right: 5px;
    color: #DDD;
}
.download_button {
    background: rgba(0,0,0,0.6);
    padding: 10px 15px 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 22px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0;
    text-align: center;
    width: 125px;
    z-index: 9;
    cursor: pointer;
    margin: 0 auto;
}
.download_button span {
    font-size: 14px;
}
.photo-info {
    padding: 5px 12px 8px 12px;
}
.user-nickname {
    padding: 4px 0;
    color: #aaa;
}
.user-nickname a {
    color: #aaa;
    display: inline-block;
}
.user-nickname a:hover, .photo-tags a:hover {
    text-decoration: underline;
}
.photo-description {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-top: 3px;
    font-size: 15px;
    margin-bottom: 15px;
}
.photo-description a {
    color: #196aff;
}
.photo-tags {
    padding: 0;
    overflow: hidden;
    font-size: 15px;
}
.photo-tags a {
    color: #222;
    text-decoration: underline;
    display: inline-block;
    margin-right: 5px;
}

.video-icon {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.6);
    z-index: 9;
    color: #ffff;
    font-size: 16px;
    border-radius: 100%;
}
.video-icon span {
    margin-left: 4px;
}
.carousel-icon {
    background: url('../images/albums.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 35px;
    color: #fff;
    border-radius: 100%;
    opacity: .7
}

.photo-location {
    height: 40px;
    margin-bottom: 10px;
}
.photo-location span {
    color: #DDD;
    font-size: 14px;
}
.photo-location span a {
    text-decoration: none;
    font-size: 15px;
    color: #aaa;
    text-transform: uppercase;
    margin-left: 3px;
}

.likes-text {
    text-align: center;
    margin-top: 7px;
    color: #777;
    padding: 0 5px;
}
.like-users {
    margin: 15px 0 10px 0;
    text-align: center;
    padding: 0;
    line-height: 24px;
    height: 26px;
    color: #aaaaaa;
    overflow: hidden;
    text-align: left;
}
.like-user-avatar {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.like-user-avatar:hover {
    opacity: 0.8;
}
.like-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.post-date-comments {
    color: #bbb;
}
.post-date-comments > span:nth-child(1):before,
.post-date-comments > span:nth-child(2):before {
    color: #ccc;
}
.post-date-comments span:nth-child(1) {
    margin-right: 5px;
    color: #bbb;
}
.post-date-comments span:nth-child(3) {
    color: #bbb;
    float: right;
}
.post-date-comments .icon-chat {
}

.post-time {
    text-align: left;
}
.filter-text {
    text-align: right;
    padding: 0;
    float: right;
}
.profile-header {
    padding: 15px 0 16px;
    border-bottom: 1px solid #e1e1e1;
}
.search-header-wrapper {
    padding: 15px 0 0;
}
.profile-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 20px;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.profile-info {
    float: left;
}
.profile-info > div {
    display: inline-block;
    vertical-align: middle;
}
.profile-name-top {
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.profile-name-bottom {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}
.profile-description {
    float: right;
    width: 100%;
    max-width: 700px;
    text-align: center;
}
.profile-page .social-share {
    position: static;
    text-align: center;
}
.profile-page .content-title {
    color: #222222;
    width: 100%;
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-page .content-title a {
    text-decoration: none;
    display: flex;
}
.profile-page .content-title h1 {
    text-align: center;
    color: #222222;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.profile-page .content-title h1 span {
    color: #222222;
    font-weight: 400;
}
.profile-page .content-title h1 a {
    color: #ff8a00;
    font-weight: 400;
    text-decoration: none;
}

.profile-page .content-title > span {
    margin-right: 5px;
}



.location-page .content-title h1 {
    text-align: center;
    color: #222222;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media all and (min-width: 768px) {
    .location-page.content-header {
        display: table;
        width: 100%;
    }
    .location-page .content-title {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .location-page .content-title h1 {
        text-align: left;
    }
}

.profile-sub-desc {
    font-size: 18px;
    display: inline-block;
    color: #aaaaaa;
}

.profile-page .content-title .thin {
    font-weight: 300;
}
.search-header {
    text-align: center;
    padding: 0 180px;
}
.search-header ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    padding:0 10px 15px;
}
.search-body-wrapper {
    background: #fff;
}
.search-header ul li.active {
    border-bottom: 3px solid #0a84ef;
}
.search-header ul li:hover {
    cursor: pointer;
    opacity: 0.8;
}
.content-search-header .social-share {
    top: 15px;
}
.result-ava {
    width: 65px;
    height: 65px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.result-ava img {
    width: 100%;
    height: 100%;
    display: block;
}
.profile-result {
    width: 150px;
    margin: 0 8px 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.profile-result:hover, #search-tags-results a:hover {
    opacity: 0.8;
}
.result-username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222222;
    font-size: 24px;
}
.no_search_result {
    text-align: center;
    padding-bottom: 40px;
}
.search-result-box {
    padding-top: 40px;
    text-align: center;
}
#search-tags-results {
    display: none;
}
#search-tags-results a {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    color: #222222;
    font-size: 17px;
    margin: 0 8px 20px;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 22px;
    border: 1px solid #ebebeb;
}
.photo-wrapper {
    margin: 15px auto 0;
    width: 100%;
    max-width: 940px;
}
.single-photo-wrapper {
    position: relative;
}
.single-photo {
    width: 100%;
    max-width: 648px;
    margin: auto;
    position: relative;
}
.single-photo video {
    width: 100%;
    display: flex;
    max-height: 700px;
}
.single-photo .full-screen {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
    display: inline-block;
    background: #000000c4;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 48px;
}

.single-photo img {
    width: 100%;
    display: block;
}
.single-photo-info {
    width: 100%;
    max-width: 648px;
    float: none;
    padding: 0 0 0 0;
    margin: auto;
    font-size: 15px;
}
.single-photo-info .white-box {
    background: #fff;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.single-photo-nickname {
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-photo-nickname a {
    color: #aaa;
}
.single-photo-time {
    color: #aaa;
}
.single-photo-description {
    margin-bottom: 25px;
    word-break: break-word
}
.single-photo-description a {
    color: #196aff;
    text-decoration: underline;
    margin: 0 2.5px;
}
.box-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.box-user-avatar {
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 14px;
}
.box-user-avatar:hover {
    opacity: 0.8;
}
.box-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.box-users {
    margin-bottom: 15px;
    text-align: center;
}
.location {
    font-size: 16px;
    margin-bottom: 15px;
}
.location span.red-span {
    color: #222;
}
.location a.red-span {
    color: #196aff;
    text-decoration: underline;
}
.info-bottom {
    font-size: 18px;
    background: #dedede;
    padding: 25px 22px;
    margin-bottom: 15px;
    width: 100%;
    color: #777;
}
.info-bottom .icon-thumbs-up-alt:before {
    color: #aaa;
    margin-right: 8px;
}
.info-bottom .icon-chat:before {
    color: #aaa;
    margin-right: 8px;
}
.comments {
    margin-top: 10px;
}
.comment {
    background: #fff;
    padding: 10px 10px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 128px;
    word-break: break-word;
}
.comment:last-child {
}
.comment-user {
    margin-bottom: 20px;
}
.comment-user-avatar {
    width: 25px;
    height: 25px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 7px;
}
.comment-user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-user > div {
    display: inline-block;
    vertical-align: middle;
}
.comment-user-nickname a {
    color: #aaa;
}
.comment-user-nickname a:hover {
    text-decoration: underline;
}
.comments-wrapper {
    max-width: 648px;
    width: 100%;
    margin: auto;
}
.more-comments a {
    display: block;
    background: #222222;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}
.more-comments a:hover {
    opacity: 0.8;
}
.main-footer {
    text-align: center;
    line-height: 1.6;
    padding: 30px 0;
}
.main-footer > .content > p:first-child a {
    color: #777;
}
.main-footer p {
    color: #aaa;
}
.main-footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.main-footer ul li:after {
    content: '-';
    margin-left: 10px;
    margin-right: 5px;
    color: #222222;
}
.main-footer ul li a {
    color: #777;
}
.main-footer ul li a:hover {
    text-decoration: underline;
}
.main-footer ul li:last-child:after {
    display: none;
}

.load-more-wrap {
    text-align: center;
    padding-bottom: 90px;
}
.load-more {
    /*background: url('../images/loading.svg') no-repeat;*/
    background-color: #000;
    background-position: center;
    /*color: transparent;*/
    color: #fff;
    border: none;
    width: 100%;
    max-width: 390px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    cursor: pointer;
    display: inline-block;
}

.content-page {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}
.error-p {
    text-align: center;
}
.error-p h1 {
    font-size: 45px;
}
.error-p span {
    display: block;
    font-size: 40px;
}
.error-svg svg {
    width: 40px;
    margin: 10px 0;
    fill: #0a84ef;
}
.error-p p {
    color: #555;
}

.page-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.page-content {
    font-size: 16px;
    font-weight: 400;
}
.page-heading {
    text-align: center;
    margin-top: 30px;
}

.profile-statistics__container {
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}
.profile-statistics__left {
    width: 60%;
    padding: 15px 30px;
}
.profile-statistics__title {
    font-size: 16px;
    color: #999999;
}
.profile-statistics__wrapper {
    border-right: 1px solid #ededed;
    margin-bottom: 22.4px;
    display: flex;
    justify-content: space-evenly;
    padding: 35px 0;
    text-align: center;
}
.profile-statistics__block-stat {
    font-size: 22px;
    color: #555555;
    font-weight: bold;
}
.profile-statistics__block-stat-name {
    font-size: 15px;
    color: #999999;
}
.profile-statistics__right {
    padding: 37.4px 0;
    display: flex;
}
#chartjs {
    max-width: 250px;
    max-height: 250px;
    margin: auto;
}
.chart_labels {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.chart_labels__videos, .chart_labels__photos {
    font-size: 15px;
    color: #555555;
}
.chart_labels__videos span, .chart_labels__photos span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100%;
}
.chart_labels__photos span {
    background: #7baaff;
}
.chart_labels__videos span {
    background: #196aff;
}
.profile-statistics__slider-block {
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.main-info__wrapper {
    margin: 30px 0;
}
.main-info__blocks.owl-carousel {
    display: flex;
    justify-content: space-between;
}
.main-info__block {
    background: #fff;
    width: 32%;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.main-info__block-icon {
    text-align: center;
    padding: 35px 0 25px;
}
.main-info__block-icon svg {
    width: 60px;
    height: 60px;
}
.main-info__block-title {
    color: #555555;
    font-size: 17px;
    font-weight: bold;
}
.main-info__block-text {
    color: #888888;
    font-size: 15px;
    text-align: center;
    padding: 33px 25px;
    border-top: 1px solid #eeeeee;
}
.main-info__big-block {
    background: #fff;
    display: flex;
    margin-top: 21px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.main-info__big-block-left svg {
    width: 50px;
    height: 50px;
    fill: #dddddd;
}
.main-info__big-block-text {
    font-size: 15px;
    color: #555555;
}
.main-info__big-block-button {
    margin-left: 25px;
}
.new-main-button {
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    background:-webkit-linear-gradient(90deg, rgb(25, 106, 255) 0%, rgb(97, 153, 255) 80%);
    background:-o-linear-gradient(90deg, rgb(25, 106, 255) 0%, rgb(97, 153, 255) 80%);
    background:-moz-linear-gradient(90deg, rgb(25, 106, 255) 0%, rgb(97, 153, 255) 80%);
    background:linear-gradient(90deg, rgb(25, 106, 255) 0%, rgb(97, 153, 255) 80%);
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
}
.main-statistics__title {
    font-size: 18px;
    text-align: center;
    color: #555;
}
.main-statistics__wrapper {
    margin: 40px 0;
}
.main-statistics__blocks.owl-carousel {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.main-statistics__block-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 0;

}
.main-statistics__block {
    background: #fff;
    width: 32%;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.main-statistics__block-body .profile-statistics__slider-block {
    width: 100%;
}
.main-statistics__block-header img {
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
}
.main-statistics__block-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}
.main-statistics__block-username {
    margin-left: 20px;
    font-size: 15px;
    color: #999999;
}
.main-statistics__block-username a {
    display: block;
    font-size: 15px;
    color: #999999;
}
.main-statistics__block-body .profile-statistics__block {
    width: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.main-statistics__block-body .profile-statistics__block:nth-child(even) {
    border-right: none;
}
.main-statistics__block-body .profile-statistics__block:nth-child(3), .main-statistics__block-body .profile-statistics__block:nth-child(4) {
     border-bottom: none;
}
.main-statistics__load-more {
    display: flex;
    margin: 0 0 20px;
    justify-content: flex-end;
}
.main-feedback__wrapper {
    margin: 30px 0 60px;
}
.main-feedback__title {
    font-size: 18px;
    text-align: center;
    color: #555;
}
.main-feedback__blocks.owl-carousel {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.main-feedback__block {
    background: #fff;
    position: relative;
    padding: 50px 0;
    width: 32%;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.main-feedback__block-text {
    text-align: center;
    font-size: 16px;
    color: #555;
    white-space: nowrap;
}
.main-feedback__block-text span {
    display: block;
    color: #999;
}
.main-feedback__block svg {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 18px;
    bottom: 15px;
}
.main_footer {
    padding: 20px 0 60px;
    display: flex;
    justify-content: space-between;
}
.main__footer-right {
    font-size: 15px;
    color: #999999;
}
.main__footer-left a {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: #999999;
}
.main-trending__wrapper {
    padding: 30px 0;
    background: #e7e7e7;
}
.main-trending__title {
    font-size: 18px;
    text-align: center;
    color: #555;
}
.main-trending__blocks.owl-carousel {
    margin: 30px 0;
}
.main-trending__block {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 120px;
    margin: auto;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.main-trending__block img {
    width: 120px;
    height: 120px;
}
.main-trending__block span {
    color: #196aff;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main__content-top {
    background-image: url("../images/bg.jpg");
    padding: 75px 0;
}
.main__title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.main__subtitle {
    font-size: 19px;
    color: #fff;
    text-align: center;
}
.main__subtitle br {
    display: none;
}
.main__search-wrapper {
    text-align: center;
}
.main__search-field form {
    max-width: 500px;
    margin: 20px auto;
    position: relative;
}
.main__search-field input {
    font-size: 17px;
    color: #aaaaaa;
    background: #fff;
    outline: none;
    border: none;
    padding: 20px 25px 18px;
    width: 100%;
    border-radius: 100px;
}
.main__search-field input::-webkit-input-placeholder {color:#aaa ;opacity: 1;}
.main__search-field input::-moz-placeholder          {color:#aaa ;opacity: 1;}/* Firefox 19+ */
.main__search-field input:-moz-placeholder           {color:#aaa ;opacity: 1;}/* Firefox 18- */
.main__search-field input:-ms-input-placeholder      {color:#aaa ;opacity: 1;}
.main__search-field button {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    padding: 16px 19px;
    cursor: pointer;
    color: #fff;
    background: #196aff;
    border-radius: 0px 100px 100px 0px;
}
.main__search-types {
    max-width: 420px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.main__search-type-block {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 4px 25px;
    cursor: pointer;
    border: 2px solid transparent;
}
.main__search-type-block.active {
    border-radius: 25px;
    border: 2px solid #196aff;
}

.stat-title {
    font-size: 16px;
    color: #999999;
    padding: 15px;
}
.stat-body canvas {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
}
.stat-body {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#chartjs_circle {
    margin: 0 20px;
}
.chart_ir_text {
    font-size: 15px;
    color: #555555;
}
.stat-body .profile-statistics__slider-block {
    width: 100%;
}
.stat-body .profile-statistics__wrapper {
    margin: 0;
    padding: 14px 0;
    border: none;
}
#chartjs_pie {
    margin: 0 30px;
}
.stat-body .chart_labels {
    margin-bottom: -20px;
}
.chart_with_ir {
    position: relative;
}
.chart_with_ir span {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    transform: translate(50%, -50%);
}

.main-info__big-block-text br {
    display: none;
}
.hide_pc {
    display: none!important;
}


.user-panel__form-wrapper {
    max-width: 530px;
    margin: 30px auto;
}
.user-panel__form-header {
    background: #f6f6f6;
    font-size: 17px;
    color: #555555;
    padding: 15px;
}
.user-panel__form-header-with_back {
    display: flex;
    justify-content: space-between;
}
.user-panel__form-header-with_back a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #555555;
}
.user-panel__form-header-with_back svg {
    width: 17px;
    height: 17px;
    fill: #555555;
    margin-right: 10px;
}
.user-panel__form {
    background: #fff;
    padding: 35px 40px;
}
.user-panel__input {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #555555;
    padding: 12px;
    margin: 10px 0;
    font-size: 15px!important;
}
.user-panel__input:-webkit-autofill,
.user-panel__input:-webkit-autofill:hover,
.user-panel__input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
    -webkit-text-fill-color: #555555;
    font-size: 15px!important;
}
.user-panel__form-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    align-items: center;
}
.login .user-panel__form-action {
    justify-content: space-between;
}
.login__forget-link {
    font-size: 15px;
}
.user-panel__form-action button {
    background-color: #196aff;
    font-weight: bold;
    font-size: 17px;
    border: none;
    color: #fff;
    padding: 13px 40px;
    cursor: pointer;
    height: 46px;
}
.user-panel__form-error {
    font-size: 15px;
    color: #ff5919;
    padding: 15px 15px 11px;
    border: 1px solid #ff5919;
    background: #fff3ef;
    position: relative;
    display: none;
    margin: 10px 0;
    text-align: center;
}
.user-panel__form-error svg {
    width: 25px;
    height: 25px;
    fill: #ff5919;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
}
.user-panel__form-success {
    font-size: 15px;
    color: #24a800;
    padding: 15px 15px 11px;
    border: 1px solid #79c565;
    background: #f0fff0;
    position: relative;
    display: none;
    margin: 10px 0;
    text-align: center;
}
.user-panel__form-success.panel, .user-panel__form-error.panel {
    margin: 10px 0 -10px;
}
.user-panel__sign-up-text {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #555;
}
.user-panel__form-success.panel svg, .user-panel__form-error.panel svg {
    width: 20px;
    height: 20px;
    fill: #aed5a3;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.user-panel__form-error.panel svg {
    fill: #ff5919;
}
.user-panel__form-success svg {
    display: none;
}
.user-panel__form p {
    padding-bottom: 25px;
}

.form-notice {
    background: #fffcde;
    border: 1px solid #ece375;
    padding: 15px!important;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact-us .user-panel__form-action, .request-api .user-panel__form-action, .remove .user-panel__form-action {
    margin-top: 10px;
}
.contact-us .user-panel__form-action button, .request-api .user-panel__form-action button, .remove .user-panel__form-action button {
    width: 100%;
}

/***********lightbox***********/

.button-load-animation {
    margin: 0 auto;
    width: 39px;
    text-align: center;
    padding: 1px 0;
}

.button-load-animation > div {
    width: 10px;
    height: 10px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.button-load-animation .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.button-load-animation .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.lightbox-p {
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
}
body.lightbox-view {
}
body.lightbox-view .lightbox-p {
    opacity: 1;
    visibility: visible;
}
.lightbox-p .lightbox-bg {
    background: rgba(0, 0, 0, 0.94);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.lightbox-p .lightbox {
    text-align: center;
    z-index: 12;
    max-height: 90%;
    max-width: 90%;
    position: relative;
}
.lightbox-p .lightbox .lightbox-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 12;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-radius: 100%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.lightbox-p .lightbox .download_button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 12;
    cursor: pointer;
    color: #fff;
    background: #196aff;
    border-radius: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    bottom: unset;
    left: unset;
    margin: 0;
    font-weight: normal;
}
.lightbox-p .lightbox .download_button span {
    font-size: 16px;
}
.lightbox-p .lightbox .lightbox-close span {
    position: relative;
    top: 1px;
}
.lightbox-p .lightbox img {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.lightbox-p .lightbox video {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
/***********lightbox***********/


.followers_title {
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 25px;
    /*border-bottom: 1px solid rgba(0,0,0,.3);*/
    border-top: 1px solid #e1e1e1;
}

.followers_li {
    text-align: left;
}

.followers_link {
    padding-left: 50px;
    padding-bottom: 50px;
    white-space: nowrap;
    align-items: center;
    display: flex;
}
.followers_img {
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    width: 75px;
}
.followers_info {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left: 10px;
    color: #000;
    width: calc(100% - 75px);
}
.followers_username {
    display: block;
    font-weight: bold;
}
.followers_fullname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.stories_footer {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    background: rgba(0,0,0, 0.6);
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.stories_left {
    display: flex;
    align-items: center;
}
.stories_avatar img {
    width: 60px!important;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}
.stories_info {
    color: #fff;
    font-size: 15px;
}
.stories_right .download_button {
    position: unset;
    background: none;
    font-size: 15px;
    width: auto;
}
.owl-stories.owl-theme .owl-nav .owl-prev{
    width: 40px;
    height: 70px;
    position: absolute;
    line-height: 70px;
    top: 50%;
    left: 0;
    display: block !important;
    background: none;
    color: #222222;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*border-radius: 0 140px 140px 0;*/
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-right: 7px;
    transform: translateY(-50%);
}

.owl-stories.owl-theme .owl-nav .owl-next{
    width: 40px;
    height: 70px;
    position: absolute;
    line-height: 70px;
    top: 50%;
    right: 0;
    display: block !important;
    background: none;
    color: #222222;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*border-radius: 140px 0 0 140px;*/
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-left: 8px;
    transform: translateY(-50%);
}
.owl-stories.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #222222;
}

.hashtags-b {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 51px;
    overflow: hidden;
    font-size: 15px;
}
.hashtags-p {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}

.last_searched {
    margin-top: 4px;
}
.hashtags-p a, .last_searched a {
    text-decoration: none;
    color: #fff;
    height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 4px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    background: #196aff;
}
.popular-tags-title {
    text-decoration: none;
    color: #196aff;
    border: 2px solid #c7d6f1;
    display: inline-block;
    padding: 3px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    white-space: nowrap;
    position: relative;
    height: 31px;
    top: -1px;
}
.load-more-wrapper {
    opacity: 0;
    padding: 20px;
}
.load-more-wrapper.with-ads, .main_footer.with-ads, .search-results.with-ads {
    padding-bottom: 110px!important;
}
.spinner {
    margin: 0 auto;
    height: 50px;
    width: 50px;
    animation: rotate 0.8s infinite linear;
    border: 4px solid #0a84ef;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}

.profile_information .top_about {
    font-size: 16px;
    padding: 17px 20px 13px 14px;
    word-wrap: break-word;
    text-align: center;
    font-weight: 600;
}
.top_about span {
    border-bottom: 2px solid #196aff;
    padding-bottom: 5px;
}
.last-users-online {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 20px 0px;
    padding: 25px 0px;
}
.last-users-online .user-onine, .last-users-online .user-onine a {
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #aaaaaa;
    padding: 0px 10px;
    text-overflow: ellipsis;
    display: block;
}
.last-users-online .user-onine > img {
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.stories_container {
    padding: 0;
}
.box-stories {
    background: #e7e7e7;
    margin-bottom: 20px;
}
.stories_background {
    width: 75px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-position: center;
    background-size: cover;
    height: 75px;
}
.stories_count {
    text-align: center;
    color: #888888;
    font-size: 15px;
}
.stories_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    color: #444444;
}
.owl-stories {
    padding: 40px 0;
}
.owl-stories .owl-stage {
    margin: 0 auto;
}
.owl-stories {
    max-width: 75%;
    margin: 0 auto;
    position: unset!important;
}


/***********MEDIA***********/
@media screen and (max-width: 1210px){
    .content {
        padding: 0 10px;
    }
    .box-photos {
        text-align: center;
    }
    .box-photo, .profile_information {
        margin: 0 5px 10px!important;
        text-align: left;
    }

}

@media screen and (max-width: 1210px) {

    .blue-btn span { display: none; }


    .box-photos {
        column-count: 2;
        max-width: 768px;
        margin: 0 auto;
    }

    .profiles-scroll {
        max-width: 768px;
        margin: 0 auto;
    }
    .box-photos > li {
        padding: 0;
    }
}

@media screen and (max-width: 960px){
    .single-photo {
        float: none;
    }
    .single-photo-wrapper {
        text-align: center;
    }
    .single-photo-info {
        text-align: left;
        position: static;
        width: 100%;
        min-height: initial;
    }
    .comments-wrapper {
        width: 100%;
    }
    .comments {
        text-align: left;
    }

    .hashtags-p .owl-stage-outer {
        margin: 0 40px;
    }
}

.right-header a .heart {
    display: none;
}

@media screen and (max-width: 900px){
    .main-page .center-header {
        min-height: 0;
    }
    .main__subtitle br {
        display: block;
    }
    .main-slider {
        overflow: hidden;
    }
    .profile-statistics__container {
        flex-direction: column;
    }
    .profile-statistics__left, .profile-statistics__right {
        width: 100%;
        justify-content: center;
    }
    .profile-statistics__right {
        padding: 0;
    }
    .profile-statistics__wrapper {
        flex-wrap: wrap;
        border: none;
        margin: 0;
    }
    .profile-statistics__block {
        width: 100%;
        /*margin-bottom: 20px;*/
    }
    .profile-statistics__slider-block {
        width: 100%;
    }
    #chartjs {
        margin: unset;
        max-width: 200px;
        max-height: 200px;
    }
    .main-info__blocks {
        flex-direction: column;
        height: 280px;
        overflow: hidden;
    }
    .main-info__blocks.owl-loaded {
        height: auto;
    }
    .main-info__block {
        width: 100%;
        padding-bottom: 26px;
    }
    .main-statistics__block {
        width: 100%;
        padding-bottom: 40px;
    }
    .main-statistics__block-body .profile-statistics__block:nth-child(3), .main-statistics__block-body .profile-statistics__block:nth-child(4) {
        border-bottom: 1px solid #eeeeee;
    }
    .main-feedback__block {
        width: 100%;
    }
    .main-trending__blocks {
        padding: 0 40px;
    }
    .main-info__big-block-text br {
        display: block;
    }
    .main-info__big-block-left {
        display: flex;
    }
    .main-info__big-block {
        justify-content: flex-start;
        position: relative;
        padding-bottom: 70px;
    }
    .main-info__big-block-right {
        display: flex;
        margin-left: 20px;
    }
    .main-info__big-block-button {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 106px;
        margin: auto;
        bottom: 20px;
    }
    .menu_block .new-main-button {
        display: none;
    }
    .hide_pc {
        display: block!important;
    }
    .hide_mob {
        display: none!important;
    }
    .profile_information.stat {
        height: 200px;
    }
    .main_footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main__footer-left {
        margin-bottom: 20px;
    }
    .main-feedback__wrapper {
        margin-bottom: 20px;
    }
    .main__footer-left a {
        margin-right: 5px;
    }
    .main-info__block-text {
        padding: 33px 10px;
        white-space: nowrap;
    }
    .main-info__blocks.main-slider .owl-dots {

    }

    .menu_block.active .menu_open_button {
        border: none;
        background: none;
        top: 5px;
        line-height: 50px;
    }
    header .dropdown_menu {
        position: fixed;
        top: 54px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 5px 40px;
        background-color: #f6f6f6;
    }
    .menu_block.active {
        width: 100%;
        background-color: #fff;
        text-align: right;
        top: -15px;
        bottom: -5px;
    }
    .page-desc-wrapper {
        /*background: #efefef;*/
        border-bottom: none;
    }
    header .dropdown_menu .menu_list .menu_list {
        margin: 0 -25px;
    }

    header .dropdown_menu .menu_list a {
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0;
    }
    header .dropdown_menu {
        right: 10px;
        top: 60px;
    }
    .header-search .search-wrap input {
        border-radius: 0;
        height: 40px;
    }
    .main-header > .content {
        padding: 0 10px;
        position: relative;
    }

    .left-header {
        margin-right: 0px;
    }
    .center-header {
        width: 100%;
        min-height: 40px;
        position: relative;
    }
    .center-header.focused {
        padding-left: 0;
        z-index: 1;
    }

    .left-header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .main-page .left-header {
        width: unset;
        margin-bottom: 0;
    }
    .right-header {
        width: 130px;
        position: absolute;
        left: 10px;
        bottom: 0;
    }
    .right-header.page-main {
        left: auto;
        right: 10px;
    }

    .right-header a {
        height: 40px;
        color: #fff;
        text-decoration: underline;
        display: block;
        background: #222;
        padding: 2px 0 0 0;
        text-align: center;
    }

    .social-share {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }
    .content-title, .search-header {
        padding: 0;
    }
    .profile-info, .profile-description {
        float: none;
        text-align: center;
    }
    .profile-description {
        max-width: initial;
        margin-top: 15px;
    }
    .profile-page .social-share {
        margin-bottom: 10px;
    }
    .search-result-box {
        text-align: center;
    }
    .single-photo {
        width: 100%;
        max-width: 648px;
    }
    .hashtags-p {
        width: max-content!important;
        max-width: max-content!important;
        margin: 0 -7.5px;
        display: block!important;
    }
    .hashtags-b {
        overflow-x: scroll;
    }
    .popular-post-title {
        font-size: 16px;
    }
    .hashtags-b::-webkit-scrollbar, .profiles-scroll::-webkit-scrollbar, .content-header.profile-page::-webkit-scrollbar {
        display: none;
    }
}



@media screen and (max-width: 804px){
    .box-photos {
        column-count: 1;
        max-width: 384px;
        margin: 0 auto;
    }
    .box-photos li {
        padding: 0;
        margin: 0 auto;
    }
    .box-photo, .profile_information {
        width: 100%;
        max-width: 376px;
        margin: 0 auto 25px auto!important;
    }
    .photo {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 768px){

    .under-profile {
        text-align: center;
    }


    .share-p.search {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .content-title {
        display: block;
        width: 100%;
        text-align: center;
    }
    .content-title h1 {
        text-align: center;
    }

    .share-p {
        text-align: center;
        float: left;
        width: 100%;
        margin: 15px 0 15px 0;
    }
    .share-p.post {
        float: none;
    }
    .share_right {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .social-share {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .social-share span {
        font-size: 15px;
        margin-right: 5px;
        line-height: 40px;
    }
    .social-share a {
        margin-right: 0;
    }
}

@media all and (max-width: 660px) {
    .white-icons-b a {
        width: 130px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .content-header.profile-page {
        overflow: scroll;
    }
    .content-header.profile-page .content-title {
        width: max-content;
    }
    .wrapper {
        padding-bottom: 48px;
    }
    .lightbox-p .lightbox img {
        max-height: 70vh;
    }
    .lightbox-p .lightbox video {
        max-height: 70vh;
    }

}

@media screen and (max-width: 540px) {

    .blue-btn {
        position: absolute;
        top: 2px;
        z-index: 2;
    }

    .box-photo .box-photo-hover {
        opacity: 1;
        visibility: visible;
        background: none;
        padding: 8px;
    }
    .box-photo .box-photo-hover a {
        margin: 0;
        background: #222222;
        border-color: #222222;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
    }
    .box-photo .box-photo-hover a:hover {
        color: #fff;
        background: #222222;
    }

    .header-search .search-wrap {
    }
    .profiles-scroll {
        overflow: scroll;
        padding: 0;
    }
    .profiles-b {
        width: max-content;
        margin: 25px auto 15px;
    }
}

@media screen and (max-width: 480px) {
    .main-footer {
        padding: 20px 0;
    }
    .share-p {
        margin: 0 0 15px 0;
    }
    .share-p .social-share {
        margin-bottom: 0;
    }

    .header-search .search-wrap input {
        width: 100%;
    }
    .similar-users .profile-result {
        width: 155px;
    }
    .left-header > div {
        display: block;
        margin: 0;
        line-height: initial;
    }
    .profile-info > div {
        display: block;
        margin: auto;
    }
    .main-header.header-search {
        padding: 15px 0 10px 0;
    }
    .main-page.main-header.header-search {
        padding: 15px 0;
    }
    .header-description {
        line-height: 30px;
    }
    .header-description:before {
        display: none;
    }

    .logo a {
        font-size: 26px;
    }
    .right-header {
        margin-bottom: 0;
    }
    .search-wrap {
        width: 100%;
    }
    .content-title h1 {
        font-size: 18px;
    }
    .box-photos {
        padding: 0 0 0px 0;
    }
    .social-share {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 480px) {
    .social-share span {
        display: block;
        width: 100%;
        text-align: left;
    }
    .share_right {
        vertical-align: bottom;
    }
    .share-p.post {
        text-align: center;
    }
    .share-p.post .share_right {

    }
    .sorry span {
        padding-bottom: 1px;
    }
}

@media all and (max-width: 375px) {
}

.temp-menu ul li {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px;
}

/** Add STATISCTICS BOX  */

.statistics-box {
    background: #ffffff;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 374px;
    min-height: 480px;
    vertical-align: top;
    position: relative;
    margin: 0 0 10px 0;
    transition: all 0.5s;
}

.top-stat{
    padding: 15px 15px;
    background: #d9d9d9;
    padding-bottom: 20px;
}
.statistics-title{
    margin-bottom: 50px;
}
.statistics-title, .statistics-title >a{
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: bold;
}

.stat-items-likes-comments{
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin-bottom: 50px;
}
.stat-items-likes-comments .desc{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.222;
}
.stat-items-likes-comments .count{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}

.stat-item-time > span, .stat-item-photos > span{
    font-size: 15px;
    color: rgb(34, 34, 34);
    line-height: 2;
}


.stat-item-time > .icon, .stat-item-photos > .icon{
    display: inline-block;
}
.stat-item-time, .stat-item-photos{
    margin-bottom: 10px;
}
.stat-item-photos{
    margin-bottom: -3px;
}
.stat-item-time > img, .stat-item-photos > img,
.stat-item-time > span, .stat-item-photos > span{
    vertical-align: middle;
}
.stat-item-time > img, .stat-item-photos > img{
    width: 16px;
    margin-right: 10px;
}

.bottom-stat{
    padding: 15px;
    padding-bottom: 40px;
}

.bottom-stat .title >a, .bottom-stat .title {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 2;
}

.bottom-stat .last-users-online{
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-gap: 60px 20px;
}
.bottom-stat .last-users-online .user-onine,
.bottom-stat .last-users-online .user-onine a{
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}

.bottom-stat .last-users-online .user-onine > img{
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}

@media all and (max-width: 750px) {

    .bottom-stat .last-users-online{
        display: grid;
        grid-template-columns: 100px 100px;
        grid-gap: 60px 60px;
        align-self: center;
        justify-content: center;
    }
}

.short-username{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding: 5px;*/
    display: block;
}

.mr-10{
    margin-right: 10px;
}

.camera-icon {
    background: url(../images/camera.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.clock-with-white-face-icon {
    background: url(../images/clock-with-white-face.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.resent-views-users {
    display: grid;
    grid-template-columns: 75px 75px 75px 75px 75px 75px;
    grid-gap: 60px 20px;
    align-content: space-around;
    justify-content: space-between;
    margin: 40px 30px 60px 30px;
}
.resent-views-users .user-onine, .bottom-stat .last-users-online .user-onine a {
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}
.resent-views-users .user-onine > img {
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.resent-views-users .user-onine, .resent-views-users .user-onine a {
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    color: rgb(34, 34, 34);
}
.resent-views > span{
    font-weight: 700;
    font-size: 17px;
}

.button-print {
    width: 150px;
    height: 50px;
    border: none;
    background: #efefef;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
}

.location-print {
    display: grid;
    grid-template-columns: auto 150px;
    margin-bottom: 15px;
    align-items: center;
}
.location-print .location span {
    color: #222222;
}
.location-print .location{
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #196aff;
}
.location-print {
    display: grid;
    grid-template-columns: auto 150px;
    margin-bottom: 15px;
    align-items: center;
}

.desc-letters-count{
    float: right;
}

@media all and (max-width: 750px) {

    .resent-views-users{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;                  /*  allow items to wrap  */
        justify-content: center;
    }

    .resent-views-users .user-onine{
        width: 30%;
    }

    .resent-views-users .user-onine,
    .resent-views-users .user-onine a {
        text-align: center;
        overflow: hidden;
        word-wrap: break-word;
        color: rgb(34, 34, 34);
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .resent-views-users .user-onine a {
        display: block;
    }

    /*.resent-views-users{*/
        /*display: grid;*/
        /*grid-template-columns: 100px 100px 100px;*/
        /*grid-gap: 60px 15px;*/
        /*align-content: space-around;*/
        /*justify-content: space-between;*/
        /*margin: 40px 0px 60px 0px;*/
    /*}*/
}

.tagged-users-count-letters {
    margin-top: 6px;
    color: #bbb;
    display: flex;
    align-items: center;
}
.tagged-users-count-letters .info-icon{
    background: url(../images/rounded-info-button.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.tagged-users-count-letters .desc-letters-count{
    float: none!important;
}
.mr-5{
    margin-right: 5px;
}
.mt-11{
    margin-top: 11px;
}
.mt-6{
    margin-top: 6px;
}
.mb-7{
    margin-bottom: 7px;
}

.post-time.bottom-post-time {
    padding: 4px 0;
    color: #aaa;
    overflow: hidden;
    position: relative;
}

.box-print-button{
    width: 84px;
    height: 34px;
    border: none;
    background: #efefef;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-size: 15px;
    cursor: pointer;

}
.box-print-button >span{
    color: #bdbdbd;
}

.bottom-post-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-btn-container {
    display: flex;
    justify-content: flex-end;
}
.download-btn-container .download_button {
    position: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    background: #196aff;
    margin: 0;
}

.photo-wrapper-print{
    display: none;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    text-align: center;
}

.photo-wrapper-print{
    width: 100%;
}
@media all and (max-width: 750px) {
    .photo-info .tagged-users-count-letters {
        margin-top: 8px!important;
    }

}


/*.photo .video-icon, .photo .full-screen, .photo .download_button {*/
/*    display: none;*/
/*}*/