* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media-container {
  float: none !important;
  width: 285px !important;
  height: 155px !important;
  display: inline-block;
  background: black;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 560px) {
  .media-container {
    width: 100% !important;
    height: 225px !important;
  }
}
.media-container a {
  display: block;
  height: 100% !important;
  width: 100% !important;
  position: relative;
  padding: 15px;
  border: 1px solid #efefef;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.media-container a h4,
.media-container a h3 {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  margin: -15px -15px 15px;
  padding: 5px 15px 0;
}
.media-container a h4 {
  font-weight: 900;
}
.media-container a h3 {
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 12px;
}
#sidebar {
  width: 310px !important;
  margin-top: 50px;
}
#world_record {
  padding-top: 50px !important;
}
@media (max-width: 560px) {
  #world_record {
    padding-top: 10px !important;
  }
}
#profile-record-list {
  width: 640px !important;
}
@media (max-width: 750px) {
  #profile-record-list {
    width: 340px !important;
  }
}
@media (max-width: 560px) {
  #profile-record-list {
    width: 100% !important;
    background: none !important;
  }
}
@media (max-width: 750px) {
  .container_12 {
    width: 100% !important;
  }
}
@media (max-width: 560px) {
  .container_12 {
    width: 100% !important;
  }
  #current-more {
    display: block;
    float: none;
    background: #fedb00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 10px;
    text-align: center;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
  }
  #tabs ul li {
    height: auto !important;
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  #tabs ul li a {
    font-size: 24px !important;
  }
  #sidebar {
    float: none !important;
    width: 100% !important;
    background: none !important;
  }
  #sidebar .sidebarMain {
    border-bottom: 4px solid #ffdb00 !important;
  }
  #sidebar .vcard .profile-avatar {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 !important;
    margin-right: 20px;
  }
  #sidebar .vcard h1 {
    font-size: 28px;
    color: black;
    font-weight: 700;
    line-height: 45px;
  }
  #sidebar .vcard span {
    display: none;
  }
  #sidebar .vcard h2 {
    text-indent: -1000px;
    display: inline-block;
  }
  #sidebar .vcard h2 img {
    position: absolute;
    left: 120px;
  }
  #sidebar .vcard h3 {
    display: inline-block;
    margin-bottom: 20px;
  }
  #sidebar .vcard ul.profileInfoList {
    margin-left: 25px;
  }
  #sidebar #records-follow {
    display: none;
  }
  .aside_content {
    display: none;
  }
  h1.title {
    display: none;
  }
  #main {
    padding: 0 !important;
  }
  #main #profile_content {
    margin: 0 !important;
  }
  footer {
    position: relative !important;
    text-align: center;
  }
  footer #copyright {
    float: none !important;
    font-size: 10px !important;
  }
  footer nav a {
    float: none !important;
    display: inlne-block !important;
  }
  footer .social {
    float: none !important;
    text-align: center;
    margin-right: 0 !important;
  }
  footer .social a {
    float: none !important;
    display: inline-block !important;
  }
}
