* {
    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;
}
/*****/

.sorry {
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    color: #222;
    font-size: 24px;
}

.menu_block {
    position: relative;
}
.menu_block i {
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
}

header .dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    right: 0;
    width: 180px;
    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;
}
header .dropdown_menu .menu_list {
    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;
}

header .dropdown_menu .menu_list a {
    margin-bottom: 0px;
    color: #555;
    line-height: normal;
    padding: 15px 0;
    user-select: none;
    font-size: 15px;
}
header .dropdown_menu .menu_list a span {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 10px;
}

.up-btn {
    position: fixed;
    right: 20px;
    bottom: 55px;
    z-index: 8;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background: rgba(0,0,0,0.6);
    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;    
}

/* ads */
.long-br {
    width: 100%;
    max-width: 1200px;
    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;
    box-shadow: none;
}
.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;
}
.tag-switch {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.tag-switch__button {
    color: #555555;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 40px;
    border-radius: 50px;
    cursor: pointer;
}
.tag-switch__button.active {
    background: #2336ce;
    color: #fff;
}
.tag_no_result {
    text-align: center;
}

@media all and (max-width: 750px) {
    .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;
    }
}

/* ads */

.first-section {
    padding: 30px 0 100px;
    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: 28px;
    font-weight: 700;
}
.first-section-text h2 {
    font-size: 20px;
    font-weight: 300;
}
.first-section-search {
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

#searchform span {
    font-size: 22px;
}

.header-not-main #searchform span {
    font-size: 21px;
    margin-top: 2px;
    display: block;
    margin-right: 5px;
}

.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%;
    font-family: 'Roboto', 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: #fff;
    width: 60px;
    background: #2336ce;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 7px;
    cursor: pointer;
}
.icon-search:before {
    font-size: 120%;
}

.search_type_wrapper {
    font-size: 0;
}
.search_type {
    display: inline-block;
    width: 50%;
    position: relative;
    cursor: pointer;
}
.search_type_background {
    background: #fff;
    opacity: 0.1;
    padding: 27px 0;
}

.search_type.active .search_type_background {
    opacity: 1;
    background: #2336ce;
}

.search_type_text {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
}
.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;
}

.popular-profiles-b {
    background: #dfdfdf;
}
.popular-posts-b {
    background: #f0f0f0;
}
.popular-posts-b .title, .hashtags-b .title, .profiles-b .title {
    color: #555555;
    text-align: center;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 35px 0;
}
.popular-hashtags-b {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 7.5px;
}
.hashtags-b {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 53px;
    overflow: hidden;
    font-size: 15px;
}
.hashtags-p {
    text-align: center;
    max-width: 1278px;
    margin: 0 auto;
}
.hashtags-p a {
    text-decoration: none;
    color: #fff;
    height: 33px;
    display: inline-flex;
    align-items: center;
    padding: 4px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    background: #2336ce;
}
.popular-tags-title {
    text-decoration: none;
    color: #2336ce;
    border: 2px solid #c6caeb;
    display: inline-block;
    padding: 4px 24px 4px 24px;
    margin: 10px 7.5px;
    font-weight: 600;
    border-radius: 28px;
    white-space: nowrap;
    position: relative;
}
.profiles-b {
    margin-top: 20px;
}
.profiles-p {
    text-align: center;
    margin: auto;
    max-width: 1020px;
}
.profiles-p a {
    width: 100px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 10px 10px 40px 10px;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.06);
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.06);
}
.profiles-p a img {
    display: block;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
}
.profiles-p a span {
    display: block;
    padding: 10px 0px 20px 10px;
    color: #2336ce;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    font-size: 15px;
    white-space: nowrap;
}
.title span {
    padding-bottom: 5px;
    border-bottom: 2px solid #c6caeb;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    background: #f0f0f0;
}
.main_wrapper {
    background: #dfdfdf;
}
.content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.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;
}
.no_search_result {
    text-align: center;
}
.logo {
    line-height: 27px;
}
.logo a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
.header-not-main .logo a {
    font-size: 22px;
}
.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;
    width: 30%;
    line-height: 41px;
}
.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%;
}
.hashtags-b::-webkit-scrollbar, .profiles-scroll::-webkit-scrollbar, .mobile_menu::-webkit-scrollbar {
    display: none;
}
.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 9px 15px;
    border: none;
    background: #f5f5f5;
    color: #222;
    opacity: 1;
    width: 100%;
    line-height: 23px;
    height: 42px;
}
.header-search .search-wrap button span {
    color: #aaa;
}
.header-search .search-wrap button {
    position: absolute;
    border: none;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    padding: 0 5px 0 3px;
    cursor: pointer;
    color: #000;
}
.main-header.header-search {
    padding: 10px 0 10px;
    /*background-image: linear-gradient(to right, #b400ff, #00ccff);*/
    background-image: url(../images/insta.jpg);
}
.main-header.header-not-main .logo {
    line-height: 40px;
}
.main-header.header-not-main .logo a:before {
    content: '';
    background-image: url(../images/tumblr-logo.svg);
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.main-header.header-not-main .logo a {
    color: #555555;
    position: relative;
    top: 2px;
}
.main-header.header-not-main .right-header {
    color: #555555;
}
.main-header.header-not-main {
    padding: 9px 0 9px;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.main-header > .content {
    padding: 0px 15px;
}

.content-header {
    padding: 17px 5px;
    position: relative;
}

.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 7px 20px 7px;
}
.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.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: 17px!important;
    text-transform: uppercase;
    color: #aaaaaa!important;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.social-share button {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.social-share button:last-child {
    margin-right: 0px;
}

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

.social-share button:before {
    margin: 0;
    background: #fff;
    border-radius: 50%;
}
.box-share-new .social-share button:before {
    border-radius: 50%;
}
.social-share button.cs-facebook {
    color: #006cff;
}
.social-share button.cs-twitter {
    color: #00baff;
}
.social-share button.cs-google {
    color: #db4437;
}
.social-share button.cs-pinterest {
    color: #e70842;
}
.social-share button:hover {
    opacity: 0.8;
}
.box-share-new {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.box-share {
    background: white;
    margin: 0 auto 15px;
    max-width: 350px;
    -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);
}
.box-share .social-share, .box-share-new  .social-share {
    display: block;
}
.box-share .social-share span, .box-share-new .social-share span{
    margin-right: 15px;
}
.box-share .social-share a {
    display: inline-table;
    padding: 35px 0;
    margin-right: 10px;
}
.box-share-new .social-share a {
     display: inline-table;
     padding: 0;
     margin-right: 5px;
 }
.box-share .social-share a, .box-share-new .social-share a{
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.info-title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.info-description {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.main-info-block {
    padding: 50px 0;
    text-align: center;
    background-image: url('../images/insta.jpg?214');
    margin: 0 auto 15px;
    background-position: 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);
    width: 100%;
    max-width: 350px;
}

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

.black-box {
    background-image: linear-gradient(to right, #b400ff, #00ccff);
    color: #fff;
    text-align: center;
    padding: 8px 28px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 20px;
}
.bold {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

.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, .popular-box-photos {
    font-size: 0;
    padding: 0 0 24px 0;
    text-align: center;
    margin: 0 -7.5px;
    position: relative;
}
.box-photos > li , .popular-box-photos > li{
    display: inline-block;
    width: 25%;
    padding: 0 7.5px 0 7.5px;
    vertical-align: top;
}
.max-height-cont {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.expand-post-content {
    display: none;
    position: absolute;
    height: 35px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.73);
    cursor: pointer;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.expand-post-content span {
    margin-right: 5px;
}
.max-height-cont .expand-post-content {
    display: block;
}

.profile-box {
    margin-top: 15px!important;
}
.profile-box .profile-avatar{
    margin: 0;
    margin-right: 20px;
}
.box-photo, .profile_information {
    background: white;
    -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);
    font-size: 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 350px;
    vertical-align: top;
    position: relative;
    margin: 0 0 15px 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;
    min-height: 70px;
}
.photo video, .photo iframe, .photo-description video, .photo-description figure, .photo-description img {
    width: 100%!important;
}
.photo .resize_button {
    position: absolute;
    background: #2336ce;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 65px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
}
.photo .resize_button span{
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 41px;
}
.photo a {
    width: 100%;
    height: 100%;
    display: block;
}
.photo img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.photo-info {
    padding: 5px 12px 8px 12px;
}
.user-nickname {
    padding: 4px 0;
    color: #bbb;
    overflow: hidden;
    position: relative;
}
.user-nickname a {
    color: #2336ce;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    padding: 0 15px 0 0px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.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;
    color: #333;
}
.photo-description blockquote {
    margin: 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 2px solid #2336ce;
}
.photo-description a {
    color: #333;
    text-decoration: underline;
}
.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 {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 100px;
    color: #fff;
    border-radius: 100%;
    opacity: .7;
    cursor: pointer;
}
.stories_bg .video-icon{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
}
.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 {
    margin-bottom: 55px;
    margin-top: 15px;
}
.photo-location span {
    color: #bbb;
    font-size: 15px;
}
.photo-location span:before {
     color: #bbb;
     font-size: 17px;
 }
.photo-location span a {
    text-decoration: none;
    font-size: 15px;
    color: #bbb;
    margin-left: 3px;
}
.photo-info img {
    width: 100%;
}

.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
}

.box-print-button {
    height: 34px;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}
.box-print-button >span {
    color: #bbb;
}
.box-print-button >span:before, .media_buttons .download_button>span:before {
    margin-right: 6px;
    font-size: 17px;
    vertical-align: bottom;
}
.likes_comments > span:nth-child(1):before,
.likes_comments > span:nth-child(2):before {
    color: #bbb;
    margin-right: 6px;
    font-size: 17px;
    vertical-align: bottom;
}
.likes_comments > span:nth-child(2) {
    margin-left: 25px;
}
.post-time {
    text-align: left;
}
.filter-text {
    text-align: right;
    padding: 0;
    float: right;
}
.profile-header {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.profile-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-avatar {
    overflow: hidden;
    margin: -15px;
    max-width: 120px;
    margin-right: 20px;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.profile-info {
    display: flex;
    align-items: center;
}
.profile_information .profile-name {
    width: calc(100% - 140px);
    padding-right: 20px;
}
.profile-name-top {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2336ce;
}
.profile-name-top a{
    color: #2336ce;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-name-bottom {
    color: #555;
    font-size: 15px;
    font-weight: bold;
    margin: 0
}
.profile-description-bottom {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
}
.profile-description {
    margin-right: 20px;
    margin-top: 2px;
}
.profile-page .social-share {
    position: static;
    text-align: center;
}
.profile-page .content-title {
    color: #222222;
}
.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;
}
.profile-page .content-title > span > span {
    text-decoration: underline;
}

.profile_nav {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}


.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: 24px;
    margin: 0 10px;
    padding:0 10px 15px;
}
.search-header ul li.active {
    border-bottom: 3px solid #ff0000;
}
.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;
}
.search-result-box {
    padding-top: 40px;
}
#search-tags-results {
    display: none;
}
#search-location-results {
     display: none;
 }
.result-tabs-head span {
    cursor: pointer;
}
.result-tabs-head .black-box {
    background: #2336ce;
}

#search-tags-results a, #search-location-results a {
    display: inline-block;
    padding: 30px 35px;
    background: #fff;
    color: #222222;
    font-size: 24px;
    margin: 0 8px 20px;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photo-wrapper {
    margin: 15px auto 0;
    width: 100%;
    max-width: 940px;
}

.single-photo-wrapper {
    position: relative;
}
.single-photo, .photo-wrapper .profile-header {
    width: 100%;
    max-width: 648px;
    margin: auto;
    position: relative;
}
.single-photo video {
    width: 100%;
}
.single-photo .launchLightbox {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
    display: inline-block;
    background: #2336ce;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.single-photo {
    margin-top: 20px;
}
.single-photo , .single-photo-info {
    box-shadow: 1px 0px 2px 0 rgba(0,0,0,0.05);
}
.comments-wrapper {
     box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.05);
 }
.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: 30px 20px 20px 20px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.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: 40px;
    word-break: break-word;
    color: #555555;
}
.single-photo-description a {
    color: #555555;
	text-decoration: underline;
    margin: 0 2.5px;
}
.box-title {
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-title span {
    font-size: 19px;
    color: #555555;
    font-weight: bold;
}
.null_posts {
    text-transform: uppercase;
}
.box-user-avatar {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 30px;
    width: 25%
}
.box-user-avatar:hover {
    opacity: 0.8;
}
.box-user-avatar img {
    width: 100%;
    border-radius: 100%;
    display: block;
}
.box-user-avatar span {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.box-users {
    margin-bottom: 15px;
    text-align: center;
}
.location_and_buttons_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.media_buttons .download_button, .media_buttons .box-print-button {
    position: relative;
    width: auto;
    bottom: auto;
    height: auto;
    right: auto;
    border-radius: 0;
    outline: none;
    border: none;
    padding: 12px 20px;
    background-color: #2336ce;;
}
.media_buttons .download_button {
    margin-right: 8px;
}
.media_buttons .download_button span, .media_buttons .box-print-button span {
    font-size: 15px;
    line-height: normal;
    color: #fff;
}
.location {
    font-size: 15px;
    color: #555555;
    font-weight: bold;
    min-width: 100px;
}
.location a.red-span {
    color: #555555;
    font-weight: bold;
}
.info-bottom {
    font-size: 15px;
    background: #fff;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #f2f2f2;
}
.info-bottom > div span:before {
    font-size: 17px;
    margin-right: 8px;
    vertical-align: bottom;
}
.info-bottom > div {
    padding: 0 25px;
    cursor: pointer;
}
.info-bottom .active {
    color: #2336ce;
    position: relative;
}
.info-bottom .active:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #2336ce;
    position: relative;
    top: 22px;
}
.info-bottom.null_count  .active:after{
    height: 0px;
}
.info-bottom.null_count {
    border: none;
}
.info-bottom.null_count  .active{
    color: #222222;
}

.info-bottom .icon-thumbs-up-alt:before {
    color: #aaa;
    margin-right: 8px;
}
.info-bottom .icon-chat:before {
    color: #aaa;
    margin-right: 8px;
}
.note {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
}
a.t-link {
    margin-right: 5px;
}
.t-link-from {
    margin-left: 5px;
}
.note img {
    border-radius: 100%;
    margin-right: 10px;
}
.comments {
    margin-top: 10px;
}
.comment {
    background: #fff;
    padding: 25px 35px 50px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    min-height: 128px;
    word-break: break-word;
}
.comment:last-child {
}
.comment-user {
    margin-bottom: 20px;
}
.comment-user-avatar {
    width: 45px;
    height: 45px;
    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-text {
    text-align: center;
}
.comment-user-nickname a, .comment-user-nickname div {
    color: #aaa;
}
.comment-user-nickname a:hover {
    text-decoration: underline;
}
.likes-wrapper {
    display: none;
}
.comments-wrapper, .likes-wrapper {
    max-width: 648px;
    width: 100%;
    margin: auto;
}
.likes-wrapper {
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.05);
    background: #fff;
}
#likesPlace {
    display: flex;
    flex-wrap: wrap;
}
.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;
    background: #f0f0f0;
}
.main-footer > .content > p:first-child a {
    color: #aaa;
}
.main-footer p {
    color: #aaa;
}
.main-footer ul {
    float: right;
}
.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: #aaa;
}
.main-footer ul li a {
    color: #aaa;
}
.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;
}
.single-photo-wrapper .load-more-wrap {
    padding: 40px 0;
    background: #fff;
}
.load-more {
    /*background: url('../images/loading.svg') no-repeat;*/
    background-position: center;
    /*color: transparent;*/
    border: 2px solid #2336ce;
    color: #2336ce;
    width: 100%;
    max-width: 390px;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 0;
    cursor: pointer;
    display: inline-block;
}
.no_comments {
    background: #fff;
    padding: 40px 0;
    text-align: center;
}
.content-page {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto;
    max-width: 800px;
}
.error-p {
    text-align: center;
}
.error-p h1 {
    font-size: 45px;
}
.error-p span {
    display: block;
    font-size: 40px;
}

.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;
}


/***********lightbox***********/
.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***********/



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

.box-stories {
    background: #222021;
}
.box-stories_without_stories {
    margin-top: 20px;
}
.box-stories_with_stories {
    display: flex;
    justify-content: space-between;
}
.box-stories_with_stories > div {
    width: 50%;
}
#map {
    height: 120px;
    position: relative;
    margin: -15px;
}
.profile-description.with-map {
    width: 50%;
    margin: 0;
}
.stories_wrapper {
    position: relative;
    width: 80%;
    min-height: 300px;
    text-align: left;
    padding: 40px 0px 30px;
    margin: 0 auto;
}
.stories_wrapper .item {
    padding: 0 10px;
}
.stories_count, .stories_username {
    padding-left: 20px;
    font-size: 15px;
    color: #000;
}
.stories_username {
    font-weight: bold;
}
.stories_count {
    margin-bottom: 10px;
}
.stories_count span {
    color: #222222;
}
.stories_time {
    padding: 10px 0px;
    font-size: 15px;
    color: #aaaaaa;
    bottom: 0;
    width: 180px;
    margin: 0 auto;
}

.stories_bg {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}


.stories_wrapper .item {
    position: relative;
}
.stories_wrapper .item a {
    display: block;
    width: 180px;
    margin: 0 auto;
}
.stories_wrapper .item .download_button {
    position: relative;
    width: 180px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    line-height: 40px;
    border-radius: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}


.followers_title {
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 19px;
    font-weight: bold;
    color: #555;
}

.followers_li {
    text-align: left;
}

.followers_link {
    display: block;
    padding-left: 50px;
    padding-bottom: 50px;
    white-space: nowrap;
}
.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: normal;
}

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

.download_button {
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    color: #bbb;
}
.download_button span {
    font-size: 14px;
}

.leaflet-bottom.leaflet-right {
    display: none;
}
.leaflet-interactive {
    cursor: auto!important;
}
.media_share.box-share {
    display: none;
}
.media_share {
    text-align: center;
}
.media_share .profile-description {
    margin-bottom: 15px;
}
figure.NjN2c div {
    padding-bottom: 0px!important;
    background: none!important;
}

@media screen and (max-width: 1400px) {
    .box-photos, .popular-box-photos {
        margin: 0 auto;
    }
    .box-photos > li , .popular-box-photos > li{
        width: 33.3%;
    }
}

/***********MEDIA***********/
@media screen and (max-width: 1210px){
    .content {
        padding: 0 10px;
    }
    .profile-avatar {
        margin-left: -25px;
    }
    .box-photos, .popular-box-photos {
        text-align: center;
        padding: 24px 0;
    }
    #map {
        margin-right: -25px;
    }

}
.pc_hide {
    display: none;
}
@media screen and (max-width: 1400px) {
    .main-info-block, .box-photo, .profile_information {
        max-width: 450px;
    }
}
@media screen and (max-width: 1060px) {
    .pc_hide {
        display: flex;
    }
    .blue-btn span { display: none; }

    .profile-page .profile-info > div {
        display: block;
        margin: auto;
        text-align: center;
        width: 100px;
    }
    .profile-page .profile-info{
        flex-direction: column;
        width: 100%;
    }
    .profile-header .content.profile-page {
        flex-direction: column;
    }
    .profile-page .profile-info .profile-name {
        width: 100%;
    }
    .profile-page .profile-avatar {
        border-radius: 100%;
    }
    .profile-page .profile-description-bottom {
        margin: 0 auto;
    }
    .mobile_map {
        margin-top: 35px;
    }
    .mobile_map .profile-description {
        width: 100%;
    }
    #map {
        margin: 0;
    }
    .mobile_menu {
        overflow: scroll;
    }
    .mobile_menu .profile-description {
        width: max-content;
        margin: 10px auto;
    }
    .mobile_menu .profile-description a:first-child span {
        margin-left: 0;
    }
    .tag-share .profile-description {
        display: none;
    }
    .single-photo-info .white-box {
        padding: 15px 20px 20px 20px;
    }
    .profile-page .profile-info.result-tabs-head {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .profile-page .profile-info.result-tabs-head span {
        width: 33%;
        margin: 0;
        text-align: center;
        padding: 8px 0px;
    }
    .box-photos > li , .popular-box-photos > li{
        width: 50%;
    }
    .box-photo, .profile_information, .main-info-block {
        max-width: 100%;
    }
}

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

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

@media screen and (max-width: 900px){
    .menu_block.active .menu_open_button {
        border: none;
        background: none;
        top: 0;
        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: 0;
        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: 70px;
    }

    .first-section {
        padding: 0;
        padding-bottom: 45px;
    }
    .first-section-search input {
        font-size: 14px!important;
        padding: 15px 65px 13px 15px!important;
    }
    .first-section-search button {
        width: 50px;
    }
    #searchform span {
        top: 1px;
        font-size: 20px;
    }
    .hashtags-p {
        width: max-content!important;
        max-width: max-content!important;
        margin: 0 -7.5px;
        display: block!important;
    }
    .hashtags-b {
        overflow-x: scroll;
    }
    .hashtags-b::-webkit-scrollbar, .profiles-scroll::-webkit-scrollbar, .content-header.profile-page::-webkit-scrollbar {
        display: none;
    }
    .search_type_background {
        padding: 22px 0;
    }
    .search_type_text {
        top: 10px;
    }
    .first-section-text h1 {
         font-size: 23px;
         font-weight: 700;
    }
    .first-section-text h2 {
        font-size: 17px;
        font-weight: 300;
    }
    .header-search .search-wrap input {
        border-radius: 0;
        height: 40px;
    }
    .main-header > .content {
        padding: 0 20px;
        position: relative;
    }
    .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;
    }
    .right-header {
        width: auto;
        position: absolute;
        top: 0px;
        right: 20px;
    }
    .right-header.page-main {
        left: auto;
        right: 20px;
        top: 0px;
    }

    .content-title, .search-header {
        padding: 0;
    }
    .profile-page .social-share {
        margin-bottom: 10px;
    }
    .search-result-box {
        text-align: center;
    }
    .single-photo {
        width: 100%;
        max-width: 648px;
    }

    .box-photos,.popular-box-photos {
        column-count: 2;
    }
}

@media screen and (max-width: 800px){
    .box-photo, .profile_information {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 25px auto!important;
    }
    .main-info-block {
        margin: 0 0 25px 0!important;
    }
    .box-share {
        margin: 0 auto 25px auto;
        max-width: 100%;
    }
    .photo {
        width: 100%;
        height: auto;
    }
    .media_buttons {
        margin-top: 10px;
    }
    .location_and_buttons_wrapper {
        flex-direction: column;
    }
}

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

    .under-profile {
        text-align: center;
    }
    .content-title {
        display: block;
        width: 100%;
        text-align: center;
    }   
    .content-title h1 {
        text-align: center;
    }

    .box-photos, .popular-box-photos {
        column-count: 1;
    }
    .load-more-wrap {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 7.5px 0 7.5px;
    }
    .single-photo-wrapper .load-more-wrap {
        padding: 40px 15px;
    }
    .box-user-avatar {
        padding: 14px 30px;
        width: 33%;
    }

    .popular-profiles-b {
        margin-top: 20px;
    }
}

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

    .box-photos > li , .popular-box-photos > li{
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .black-box {
        margin-bottom: 10px;
    }
    .lightbox-p .lightbox img {
        max-height: 70vh;
    }
    .lightbox-p .lightbox video {
        max-height: 70vh;
    }
}

@media screen and (max-width: 540px) {
    .first-section-text h2 {
        font-size: 15px;
    }
    .first-section-text h1 {
         font-size: 19px;
     }
    .hashtags-p .owl-stage-outer {
        margin: 0 40px;
    }
    .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 {
    }
}

@media screen and (max-width: 480px) {
    .main-footer {
        padding: 20px 0;
    }

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

    .logo a {
        font-size: 24px;
    }
    .right-header {
        margin-bottom: 0;
    }
    .search-wrap {
        width: 100%;
    }
    .content-title h1 {
        font-size: 18px;
    }
    .box-photos, .popular-box-photos {
        padding: 0 0 24px 0;
    }
    .content-header {
        padding: 15px 0 0px 0;
    }
}

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

}


.profile_information .top_about {
     font-size: 15px;
     padding: 17px 20px 13px 14px;
     word-wrap: break-word;
 }
.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;
    white-space: nowrap;
}
.last-users-online .user-onine > img {
    width: 73px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.stat-items-likes-comments {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin-bottom: 50px;
}
.stat-items-likes-comments > div {
    margin-top: 25px;
}
.stat-items-likes-comments .count {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #444444;
}
.stat-items-likes-comments .desc {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.222;
}