#page_holder {
  margin-bottom: 80px;
}

#header_dashboard, #header_map_holder, #header_map {
  height: 100%;
}

#golfer_info_container {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  height: auto;
  width: 100%;
}

.user_profile_holder {
  margin-top: 20px;
}

#golfer_info_container .userprofile {
  height: 246px;
  padding: 12px 20px;
  text-align: center;
  width: 269px;
  margin: 0 auto;
}

#golfer_info_container .userstats {
  margin: 0 auto;
  height: 246px;
  padding: 12px 30px;
  width: 259px;
}

#golfer_info_container .achievements {
  margin: 0 auto;
  height: 246px;
  padding: 12px 30px;
  width: 250px;
}

#golfer_info_container .achievements .no_data {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  text-align: left;
}

.user_profile_holder .userprofile .large_avatar_holder, #profile_form .large_avatar_holder {
  border: 2px solid #adadad;
  border-radius: 77px;
  height: 154px;
  margin: -5px auto 12px;
  overflow: hidden;
  width: 154px;
  position: relative;
}

.user_profile_holder .userprofile .large_avatar_holder span, #profile_form .large_avatar_holder span {
  border-radius: 75px;
  display: block;
  height: 150px;
  margin: 2px 0 0 2px;
  overflow: hidden;
  width: 150px;
  position: relative;
  z-index: 1;
}

.croppie-container .cr-boundary {
  border-radius: 77px;
  border: 2px solid #adadad;
}

.croppie-container .cr-viewport {
  border-radius: 75px;
  border: 4px solid #ffffff !important;
}

html.no-touch .user_profile_holder .userprofile .large_avatar_holder.edit_avatar:after, html.no-touch #profile_form .large_avatar_holder.edit_avatar:after, html.touch #profile_form .large_avatar_holder.edit_avatar:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  content: '';
  background: url("../media/images/icn_name_register.png") no-repeat center center #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

html.no-touch .user_profile_holder .userprofile .large_avatar_holder.edit_avatar:hover:after, html.no-touch #profile_form .large_avatar_holder.edit_avatar:hover:after, html.touch #profile_form .large_avatar_holder.edit_avatar:after {
  opacity: 0.5;
}

.user_profile_holder .userprofile h3 {
  font-family: "Lato";
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.user_profile_holder .userprofile .location {
  color: #999999;
  display: block;
  font-family: "Lato";
  font-size: 0.6875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 8px 0 10px;
  text-align: center;
}

.user_profile_holder .userprofile .location span {
  background: url("../media/images/dashboard/location_pointer_mini.png") no-repeat 0 0;
  padding-left: 13px;
  padding-top: 1px;
}

.user_profile_holder .userprofile .friend_action {
  display: none;
}

.user_profile_holder .userprofile a.edit_profile,
.user_profile_holder .userprofile a.add_friend,
.user_profile_holder .userprofile a.uninv_friend,
.user_profile_holder .userprofile a.acc_friend,
.user_profile_holder .userprofile a.dec_friend,
.user_profile_holder .userprofile a.rem_friend {
  font-size: 0.875em;
  line-height: 1em;
  padding: 11px 25px 11px;
}

.user_profile_holder .userstats h3, .user_profile_holder .achievements h3 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1em;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .tgc_handicap {
  display: inline-block;
  float: left;
  height: 120px;
  position: relative;
  text-align: center;
  width: 101px;
}

.user_profile_holder .userstats .tgc_handicap .number {
  color: #333;
  font-family: "Lato";
  font-weight: 900;
  font-size: 2.5625em;
  letter-spacing: 0.05em;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 100px;
}

.user_profile_holder .userstats .tgc_handicap .number.small {
  font-size: 2.25em;
}

.user_profile_holder .userstats .tgc_handicap .number .decimal {
  font-size: 0.667em;
}

.user_profile_holder .userstats .tgc_handicap .number.pro {
  font-size: 1.75em;
  left: 2px;
  top: 36px;
}

.user_profile_holder .userstats .tgc_handicap span.title {
  color: #c6b591;
  font-family: "Lato";
  font-size: 0.6875em;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 110px;
  width: 100px;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .played {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  float: left;
  height: 118px;
  margin-left: 28px;
  position: relative;
  width: 128px;
}

.user_profile_holder .userstats .played::before {
  background-color: #e6e6e6;
  content: "";
  height: 130px;
  left: -1px;
  position: absolute;
  top: -6px;
  width: 1px;
}

.user_profile_holder .userstats .played::after {
  background-color: #e6e6e6;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 60px;
}

.user_profile_holder .userstats .played .courses, .user_profile_holder .userstats .played .games {
  color: #c6b591;
  font-family: "Lato";
  font-size: 0.625em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .played .courses {
  margin: 10px 0 23px;
}

.user_profile_holder .userstats .played .courses span, .user_profile_holder .userstats .played .games span {
  color: #333;
  display: block;
  font-family: "Lato";
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .strokes_birdies {
  border-top: 1px dashed #e6e6e6;
  margin-top: 30px;
  padding-top: 20px;
}

.user_profile_holder .userstats .strokes_birdies .strokes, .user_profile_holder .userstats .strokes_birdies .birdies {
  color: #c6b591;
  display: inline-block;
  float: left;
  font-family: "Lato";
  font-size: 0.6875em;
  line-height: 1em;
  margin-right: 64px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .strokes_birdies .strokes span, .user_profile_holder .userstats .strokes_birdies .birdies span {
  color: #333;
  display: block;
  font-family: "Lato";
  font-weight: 900;
  font-size: 1.82em;
  line-height: 1em;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}

.user_profile_holder .userstats .strokes_birdies .birdies {
  margin-right: 0;
}

.user_profile_holder .achievements .achievement {
  line-height: 1em;
  margin-bottom: 5px;
  padding: 8px 17px 10px 43px;
  background-color: #fff;
}

/*RECENTLY PLAYED*/
.recently_played_holder {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 10px;
  min-height: 14px;
  padding: 11px 15px 11px 15px;
  position: relative;
  cursor: pointer;
}

.recently_played_holder .recent_info_holder {
  position: relative;
}

.recently_played_holder .date {
  color: #c6b591;
  display: inline;
  float: left;
  font-family: "Lato";
  font-weight: 300;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 2px;
  text-transform: uppercase;
  width: 110px;
  display: none;
}

.recently_played_holder .city {
  color: #999999;
  display: inline;
  float: left;
  font-family: "Lato";
  font-size: 0.875em;
  line-height: 1em;
  width: 200px;
  display: none;
  letter-spacing: 0.05em;
}

.recently_played_holder .location {
  color: #333;
  font-family: "Lato";
  font-size: 0.875em;
  line-height: 1em;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding-right: 45px;
}

.recently_played_holder .score {
  display: block;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1em;
  margin-bottom: 4px;
  margin-right: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.recently_played_holder .score span {
  color: #c6b591;
  font-size: 1.5em;
  line-height: 1em;
}

.recently_played_holder .frontback {
  color: #999999;
  float: left;
  font-size: 0.6em;
  margin-top: 3px;
}

.recently_played_holder .more {
  background: url("../media/images/dashboard/btn_more_dots.png") no-repeat 0 10px;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  overflow: hidden;
  text-indent: -999999em;
  width: 26px;
  z-index: 22;
  position: absolute;
  top: 50%;
  margin: -13px;
  right: 15px;
  padding: 10px 0;
}

.recently_played_holder .score_overview {
  clear: both;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) -0.1s;
}

.recently_played_holder .score_overview.open {
  max-height: 1200px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.recently_played_holder .score_blocks_holder {
  border: none;
  padding: 10px 0 0;
  border-top: 1px solid #e6e6e6;
  margin: 15px auto;
  width: 200px;
}

.recently_played_block_holder .no_data {
  display: none;
}

.score_blocks_holder .score_block {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 82px;
  margin: 4px;
  width: 90px;
}

.score_blocks_holder .score_block .hole_number {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #999999;
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 24px;
  line-height: 2.1em;
  text-align: center;
  width: 24px;
}

.score_blocks_holder .score_block .par_number {
  border-bottom: 1px solid #e6e6e6;
  color: #c6b591;
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 24px;
  line-height: 2.1em;
  text-align: center;
  width: 63px;
}

.score_blocks_holder .score_block .score {
  clear: both;
}

#club_add_score .score_blocks_holder .score_block .score input {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  font-family: "Lato",sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  padding: 6px 0 0;
  text-align: center;
  width: 88px;
  color: #c8c8c8;
  display: block;
  line-height: 1em;
  height: 27px;
}

.score_blocks_holder .yd {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  color: #c6b591;
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 24px;
  line-height: 3em;
  text-align: center;
  width: 43px;
}

.score_blocks_holder .yd div {
  display: inline-block;
}

.score_blocks_holder .hcp {
  border-top: 1px solid #e6e6e6;
  color: #c6b591;
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 24px;
  line-height: 3em;
  text-align: center;
  width: 44px;
}

a.more_scores {
  display: none;
  text-align: center;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #999999;
  width: 160px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  padding: 7px 0;
  text-transform: lowercase;
  border-radius: 5px;
  margin: 0 auto;
}

/*FRIENDS*/
.friend_search_holder {
  margin-bottom: 30px;
}

.friend_search_holder input {
  background: #f8f8f8 url("../media/images/icn_search.png") no-repeat scroll right 10px center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #333;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 8px 10px 7px;
  box-sizing: border-box;
  max-width: 220px;
  width: 100%;
  display: block;
}

#clubhouse_friends .no_data {
  display: none;
}

.friend_block {
  float: left;
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 5px;
}

.friend_block .profile_pic_holder {
  display: inline;
  float: left;
  width: 80px;
}

.friend_block .profile_pic {
  border: 2px solid #999999;
  border-radius: 35px;
  height: 60px;
  width: 60px;
}

.friend_block h5 {
  color: #222222;
  font-size: 1em;
  line-height: 1.6em;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 0.05em;
}

.friend_block h5 a {
  color: #222222;
}

.friends_list.friends .friend_block h5 {
  margin-top: 10px;
}

.friend_block .friend_amount {
  font-family: "Lato";
  color: #dfcca4;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  line-height: 1em;
}

.friend_block .location {
  font-family: "Lato";
  color: #999;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}

.friend_block .accept, .friend_block .decline, .friend_block .unfriend {
  width: 70px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #999;
  color: #999;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.70em;
  line-height: 1em;
  cursor: pointer;
  padding: 4px 0;
  cursor: pointer;
}

.friend_block .accept {
  margin-right: 5px;
  color: #fff;
  background-color: #c6b591;
  border-color: #c6b591;
}

.friend_block .accept:hover, .friend_block .decline:hover, .friend_block .unfriend:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/*GEAR BAG*/
#gear_bag .gear_tabs .tab {
  cursor: pointer;
  display: inline;
  float: left;
  font-family: "Lato";
  font-weight: 300;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 8px 0;
  position: relative;
  text-align: center;
  width: 186px;
}

#gear_bag .gear_tabs .tab.active {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

#gear_bag .gear_tabs .tab:before, #gear_bag .gear_tabs .tab.first:after {
  background-color: #e6e6e6;
  bottom: 5px;
  content: "";
  position: absolute;
  right: -1px;
  top: 5px;
  width: 1px;
}

#gear_bag .gear_tabs .tab.first:after {
  left: -1px;
  right: auto;
}

#gear_bag .gear_tabs .tab span {
  display: block;
  font-family: "Lato";
  font-weight: 700;
  font-size: 2.71em;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-top: 12px;
  text-align: center;
}

/* MEDIA */
.user_video_overlay {
  background: url("../media/images/icn_play.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -30px;
}

/* REVIEWS */
.html_clubhouse #club_reviews {
  margin-bottom: 0;
}

.review_holder .avatar span {
  text-align: center;
}

.review_holder .avatar span img {
  max-height: 66px;
  max-width: 66px;
}

@media only screen and (min-width: 480px) {
  .html_clubhouse #logo_holder {
    background-image: url("../media/images/logo_dark.png");
  }

  .html_clubhouse #menu_bars, .html_clubhouse #menu_bars:before, .html_clubhouse #menu_bars:after {
    background-color: #222;
  }

  .html_clubhouse body.open #menu #menu_bars {
    background-color: transparent;
  }

  #club_add_score .score_blocks_holder {
    width: 300px;
  }
}
@media only screen and (min-width: 660px) {
  #golfer_info_container .userprofile {
    border-right: 1px solid #e6e6e6;
    display: inline;
    float: left;
  }

  #golfer_info_container .userstats {
    padding: 12px 25px;
    display: inline;
    float: left;
  }

  #golfer_info_container .achievements {
    margin: 0 auto;
    clear: both;
    padding-top: 50px;
    padding-bottom: 20px;
    height: auto;
  }

  #club_add_score .score_blocks_holder {
    width: 100%;
  }

  .friend_block {
    width: 48%;
  }

  .friend_block:nth-child(2n+2) {
    margin-left: 4%;
  }

  .friend_block .accept, .friend_block .decline, .friend_block .unfriend {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #golfer_info_container {
    height: 309px;
  }

  #golfer_info_container .userstats {
    border-right: 1px solid #e6e6e6;
    padding: 12px 30px;
  }

  #golfer_info_container .achievements {
    margin: 0px;
    display: inline;
    float: left;
    padding: 12px 30px;
    height: 246px;
    clear: none;
  }

  .recently_played_holder .date, .recently_played_holder .city {
    display: inline;
  }

  .recently_played_holder .location {
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 400px;
  }

  .recently_played_holder .location a {
    color: #333;
  }

  .recently_played_holder .location a:hover {
    text-decoration: underline;
  }

  .recently_played_holder .score {
    display: inline;
    float: left;
    margin-bottom: 0;
  }

  .recently_played_holder .more {
    margin-top: -5px;
  }

  .recently_played_holder .more {
    float: right;
    padding: 10px 0;
    position: relative;
    top: auto;
    background-position: 0 10px;
  }

  .add_score_holder .score_block {
    margin: 6px;
  }

  .friend_block:nth-child(2n+2) {
    margin-left: 20px;
  }

  .friend_block, .friend_block {
    width: 300px;
    margin-left: 20px;
  }

  .friend_block:first-child, .friend_block:nth-child(3n+4) {
    margin-left: 0px;
  }
}
