.right-column {
  display: block;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .right-column {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .right-column {
    width: calc(100% - 376px);
  }
}

.right-column2 {
  display: block;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1000px) {
  .right-column2 {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .right-column2 {
    width: calc(100% - 311px);
  }
}

.content {
  display: block;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  padding: 15px;
  width: calc(100% - 30px);
}

.catsandtags {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px 20px 15px;
  text-align: center;
  overflow: hidden;
}
.catsandtags h4 {
  width: 100%;
  text-align: center;
  font-size: 14pt;
  margin: 0 auto 5px auto;
  padding: 0;
  line-height: 100%;
}
.catsandtags p {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 11pt;
}

.catsandtags2 {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px 20px 15px;
  text-align: center;
  overflow: hidden;
}
.catsandtags2 h4 {
  width: 100%;
  text-align: center;
  font-size: 14pt;
  margin: 0 auto 15px auto;
  padding: 0;
}

.tag-cluster {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

a.taglink {
  display: block;
  padding: 5px 12px 5px 12px;
  margin: 0 0 10px 0;
  background: #477ad3;
  overflow: hidden;
  text-decoration: none;
  font-size: 12pt;
  color: rgb(255, 255, 255);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.taglink:hover {
  background: rgb(0, 0, 0);
}

a.taglink2 {
  display: block;
  padding: 5px 12px 5px 12px;
  margin: 0 5px 10px 5px;
  background: #477ad3;
  overflow: hidden;
  text-decoration: none;
  font-size: 12pt;
  color: rgb(255, 255, 255);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.taglink:hover,
a.taglink2:hover {
  background: rgb(0, 0, 0);
}

a.wallcatlink {
  display: block;
  width: calc(100% - 24px);
  padding: 5px 12px 5px 12px;
  margin: 0 0 10px 0;
  background: #477ad3;
  overflow: hidden;
  text-decoration: none;
  font-size: 12pt;
  color: rgb(255, 255, 255);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a.wallcatlink:hover {
  background: rgb(0, 0, 0);
}

.left-column,
.left-column2 {
  display: block;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.85);
}
@media all and (max-width: 1000px) {
  .left-column,
  .left-column2 {
    margin: 20px 0 0 0;
  }
}
@media all and (min-width: 1000px) {
  .left-column,
  .left-column2 {
    margin: 0;
  }
}
.left-column .avatar,
.left-column2 .avatar {
  display: block;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .left-column .avatar,
  .left-column2 .avatar {
    width: 100%;
    margin: 0;
  }
}
@media all and (min-width: 1000px) {
  .left-column .avatar,
  .left-column2 .avatar {
    width: 336px;
    margin: 0 0 20px 0;
  }
}
.left-column .avatar .avatar-img,
.left-column2 .avatar .avatar-img {
  display: block;
  width: 100%;
}
.left-column .avatar2,
.left-column2 .avatar2 {
  display: block;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .left-column .avatar2,
  .left-column2 .avatar2 {
    width: 20%;
    float: left;
    margin: 0;
  }
}
@media all and (min-width: 1000px) {
  .left-column .avatar2,
  .left-column2 .avatar2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.left-column .avatar2 .avatar2-img,
.left-column2 .avatar2 .avatar2-img {
  display: block;
  width: 100%;
}
.left-column a.edit-profile,
.left-column2 a.edit-profile {
  display: block;
  transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  margin: 0 auto 0 auto;
  color: rgb(255, 255, 255);
  background: #477ad3;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.left-column a.edit-profile:hover,
.left-column2 a.edit-profile:hover {
  font-size: 16px;
}
@media all and (max-width: 1000px) {
  .left-column .profile,
  .left-column2 .profile {
    width: calc(100% - 30px);
    float: right;
    padding: 0;
    margin: 15px 15px 15px 15px;
  }
}
@media all and (min-width: 1000px) {
  .left-column .profile,
  .left-column2 .profile {
    width: 336px;
    padding: 0;
    margin: 0 15px 15px 15px;
  }
}
@media all and (max-width: 1000px) {
  .left-column .profile2,
  .left-column2 .profile2 {
    width: calc(100% - (20% + 30px));
    float: right;
    padding: 0;
    margin: 15px 15px 15px 15px;
  }
}
@media all and (min-width: 1000px) {
  .left-column .profile2,
  .left-column2 .profile2 {
    width: 336px;
    padding: 0;
    margin: 0 15px 15px 15px;
  }
}
.left-column .profile,
.left-column .profile2,
.left-column2 .profile,
.left-column2 .profile2 {
  display: block;
  overflow: hidden;
}
.left-column .profile h1,
.left-column .profile2 h1,
.left-column2 .profile h1,
.left-column2 .profile2 h1 {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 14pt;
  line-height: 100%;
  padding: 0;
  margin: 0 0 0 0;
}
.left-column .profile h1 a,
.left-column .profile h3 a,
.left-column .profile2 h1 a,
.left-column .profile2 h3 a,
.left-column2 .profile h1 a,
.left-column2 .profile h3 a,
.left-column2 .profile2 h1 a,
.left-column2 .profile2 h3 a {
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #477ad3;
  text-decoration: none;
}
.left-column .profile h1 a:hover,
.left-column .profile h3 a:hover,
.left-column .profile2 h1 a:hover,
.left-column .profile2 h3 a:hover,
.left-column2 .profile h1 a:hover,
.left-column2 .profile h3 a:hover,
.left-column2 .profile2 h1 a:hover,
.left-column2 .profile2 h3 a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.left-column .profile h2,
.left-column .profile2 h2,
.left-column2 .profile h2,
.left-column2 .profile2 h2 {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 10pt;
  line-height: 100%;
  padding: 0;
  margin: 0 0 0 0;
  color: rgb(0, 0, 0);
}
.left-column .profile h3,
.left-column .profile2 h3,
.left-column2 .profile h3,
.left-column2 .profile2 h3 {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 10pt;
  line-height: 100%;
  padding: 0;
  margin: 0 0 0 0;
  color: rgb(0, 0, 0);
}
.left-column .profile h6,
.left-column .profile2 h6,
.left-column2 .profile h6,
.left-column2 .profile2 h6 {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 9pt;
  line-height: 100%;
  padding: 0;
  margin: 0 0 0 0;
  color: #d4d4d4;
}
.left-column .profile-social,
.left-column2 .profile-social {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left-column .social-icon,
.left-column2 .social-icon {
  width: 100%;
  display: block;
  margin: 10px 0 0 0;
}
.left-column .social-link,
.left-column2 .social-link {
  width: 30%;
  display: block;
}

.wallpaper-thumb-container-profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wallpaper-thumb-container-profile .wall-box-profile {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (max-width: 600px) {
  .wallpaper-thumb-container-profile .wall-box-profile {
    width: 100%;
  }
}
@media all and (min-width: 600px) and (max-width: 750px) {
  .wallpaper-thumb-container-profile .wall-box-profile {
    width: 50%;
  }
}
@media all and (min-width: 750px) and (max-width: 1100px) {
  .wallpaper-thumb-container-profile .wall-box-profile {
    width: 50%;
  }
}
@media all and (min-width: 1100px) {
  .wallpaper-thumb-container-profile .wall-box-profile {
    width: 33.33%;
  }
}
.wallpaper-thumb-container-profile .wall-box-profile .wall-box-inner-profile {
  width: calc(100% - 20px);
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.wallpaper-thumb-container-profile .wall-box-profile .wall-box-inner-profile .wall-box-image-profile {
  position: relative;
  display: block;
  width: calc(100% - 4px);
  border: 2px solid #477ad3;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.wallpaper-thumb-container-profile .wall-box-profile .wall-box-inner-profile .wall-box-image-profile:hover {
  border: 2px solid rgb(0, 0, 0);
}
