/* ----------------------------
 *
 * Profile
 *
 * --------------------------- */
@media (min-width: 1200px) {
  #profile .container {
    width: 970px; } }

  #profile .profile-container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
  #profile .profile-heading {
    -moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=10)";
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#ff000000, Strength=10);
    border-radius: 7px;
    overflow: hidden; }
  #profile .profile-header {
    margin: -15px;
    width: 100%;
    height: auto;
  }
 #profile .shuffle {
    position:absolute;
    top: 10px;
    right: 30px;
    color: #e3a029;
  }
 .toolbar {
    position: relative;
    bottom: 20px;
  }
  #profile .profile-header-image  {
    background-image: url(/images/nocover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #742e2d;
    height: inherit;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    padding-top: 21%;
}
  #profile .profile-info {
    bottom: 15px;
    left: 15px;
    display: inline-block;
    position: absolute;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    min-width: 40%;
    color: #fff; }
  #profile .profile-info h2 {
    margin: 0 0 10px 0;
    padding: 0; }
  #profile .profile-about-body h3 {
    display: block;
    font-size: 20px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    line-height: 0; }
  #profile .profile-about-body h5 {
    display: block;
    font-size: 16px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    line-height: 0; }

.profile-info h4 {
  margin: 0 0 10px 0;
  padding: 0; }

#profile .profile-info p {
  margin: 0;
  padding: 0; }
  #profile .profile-about {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-bottom-left-radius: 5px;
    width: 35%;
    height: 100%;
    display: table-cell;
    float: none;
    vertical-align: top; }
  #profile .sma {
    background: #fff;
    color: #999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
    width: 65%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    float: none; }
  #profile .sma .btn-group .btn {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1); }
  #profile .sma .btn-group .btn:hover {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
    cursor: auto; }

.sma .btn-group .btn:active, .sma .btn-group .btn:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: auto; }

#profile .btn-selected {
  background-color: #749f00;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 3px 0 #5d7f00;
  box-shadow: 0 3px 0 #5d7f00;
  line-height: 1.8; }

.btn-selected:hover, .btn-selected:focus, .btn-selected:active {
  background-color: #749f00;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 3px 0 #5d7f00;
  box-shadow: 0 3px 0 #5d7f00;
  line-height: 1.8; }

.answer {
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .answer p.comment {
    word-break: break-word; }
  .answer.new {
    display: none; }
  .answer .left, .answer .right {
    display: table-cell;
    vertical-align: top; }
  .answer .left {
    width: 100px;
    text-align: center; }
  .answer .title {
    font-weight: bold;
    color: #333; }
  .answer .meta {
    font-size: 11px; }

.answer .delete-sma {
  display: none; }

.replies {
  margin-left: 70px;
  display: none; }

#profile .replies .reply {
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #profile .replies .reply.new {
    display: none; }
  #profile .replies .reply .left, #profile .replies .reply .right {
    display: table-cell;
    vertical-align: top; }
  #profile .replies .reply .left {
    width: 50px;
    text-align: center; }
  #profile .replies .reply .title {
    font-weight: bold;
    color: #333; }
  #profile .replies .reply .meta {
    font-size: 11px; }
  #profile .editable-container.editable-inline, #profile .form-inline .editable-input {
    display: block; }

.form-inline .editable-buttons {
  display: block; }

#profile .form-inline .editable-buttons {
  margin: 10px 0 0 0; }
  #profile .form-inline textarea {
    width: 100% !important; }
  #profile .form-inline .form-group {
    display: block !important; }
  #profile .editable-click {
    border: 0px; }

a.editable-click {
  border: 0px; }
  a.editable-click:hover {
    border: 0px; }

#profile .profile-about .editable-click {
  color: #fff;
  cursor: pointer; }
  #profile .profile-about a.editable-click {
    color: #fff;
    cursor: pointer; }
  #profile .profile-about a.editable-click:hover {
    color: #fff;
    cursor: pointer; }
  #profile figure {
    padding: 0 5px; }
  #profile .thumbnail {
    padding: 0;
    background: none;
    border: 0;
    margin: 0 0 10px 0; }
  #profile .thumbnail img {
    border: 0;
    border-radius: 4px; }
  #profile h4 {
    color: #e3a029; }
  
.profile-about {
  word-break: break-word !important; }
  .profile-about h4 a {
    color: #fff !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: -1px;
    
}

.staff-left {
  background: #fff; }

.stats {
  background: #92c020;
  color: #fff; }

.staff {
  background: #672828; }

.thintext {
  font-weight: 300; }

.text-default {
  color: #fff !important; }
  
.form-hide {
  display: none; }
  
.btn-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }
  
