/*CLUBPAGE*/
#page_header {
  height: 240px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 61px;
}

.html_clubhouse #page_header {
  margin-bottom: -30px;
}

#page_header #header_course {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#header_slideshow_holder {
  height: 100% !important;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 2;
}

#header_slideshow_holder .slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#header_slideshow_holder .slide .notify_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Lato';
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 5px 8px;
  opacity: 0.4;
}

#page_header #header_course #header_map_holder, #header_course .header_course_nav {
  display: none;
}

#header_weather_holder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header_weather_holder .current_weather {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

#header_weather_holder .current_weather .current_temp:before {
  position: absolute;
  top: -33px;
  right: 0;
  padding: 13px 50px 0 0;
  content: 'Today';
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  background-position: top right;
  background-repeat: no-repeat;
  font-size: 0.4em;
}

#header_weather_holder .current_weather .current_temp.icn_01d:before {
  background-image: url("../media/images/weather_icons/small/01d.png");
}

#header_weather_holder .current_weather .current_temp.icn_01n:before {
  background-image: url("../media/images/weather_icons/small/01n.png");
}

#header_weather_holder .current_weather .current_temp.icn_02d:before {
  background-image: url("../media/images/weather_icons/small/02d.png");
}

#header_weather_holder .current_weather .current_temp.icn_02n:before {
  background-image: url("../media/images/weather_icons/small/02n.png");
}

#header_weather_holder .current_weather .current_temp.icn_03d:before {
  background-image: url("../media/images/weather_icons/small/03d.png");
}

#header_weather_holder .current_weather .current_temp.icn_03n:before {
  background-image: url("../media/images/weather_icons/small/03n.png");
}

#header_weather_holder .current_weather .current_temp.icn_04d:before {
  background-image: url("../media/images/weather_icons/small/04d.png");
}

#header_weather_holder .current_weather .current_temp.icn_04n:before {
  background-image: url("../media/images/weather_icons/small/04n.png");
}

#header_weather_holder .current_weather .current_temp.icn_09d:before {
  background-image: url("../media/images/weather_icons/small/09d.png");
}

#header_weather_holder .current_weather .current_temp.icn_09n:before {
  background-image: url("../media/images/weather_icons/small/09n.png");
}

#header_weather_holder .current_weather .current_temp.icn_10d:before {
  background-image: url("../media/images/weather_icons/small/10d.png");
}

#header_weather_holder .current_weather .current_temp.icn_10n:before {
  background-image: url("../media/images/weather_icons/small/10n.png");
}

#header_weather_holder .current_weather .current_temp.icn_11d:before {
  background-image: url("../media/images/weather_icons/small/11d.png");
}

#header_weather_holder .current_weather .current_temp.icn_11n:before {
  background-image: url("../media/images/weather_icons/small/11n.png");
}

#header_weather_holder .current_weather .current_temp.icn_13d:before {
  background-image: url("../media/images/weather_icons/small/13d.png");
}

#header_weather_holder .current_weather .current_temp.icn_13n:before {
  background-image: url("../media/images/weather_icons/small/13n.png");
}

#header_weather_holder .current_weather .current_temp.icn_50d:before {
  background-image: url("../media/images/weather_icons/small/50d.png");
}

#header_weather_holder .current_weather .current_temp.icn_50n:before {
  background-image: url("../media/images/weather_icons/small/50n.png");
}

#header_weather_holder .current_temp {
  font-size: 2.5em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #fff;
  position: relative;
}

#header_weather_holder .current_temp div {
  display: inline-block;
}

#header_weather_holder .current_temp span {
  font-size: 0.6875em;
}

#header_weather_holder .days, #header_weather_holder .current_wind {
  display: none;
}

#header_weather_holder .days .temp div {
  display: inline-block;
}

.html_club h1.title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin: 0 0px 20px;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.html_club h1.title:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: #e6e6e6;
}

.html_club h2.subtitle {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 0.875em;
  left: 0;
  margin-bottom: 45px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -11px;
  width: 100%;
}

.html_club h2.subtitle span {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 15px;
}

.html_club .social_title {
  display: block;
  margin: 0 auto 25px;
  position: relative;
  width: 140px;
}

.html_club .social_title a.playedhere, .html_club .social_title a.favorite, .html_club .social_title a.share {
  background: url("../media/images/icn_favorite.png") no-repeat 50% 50% #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-indent: -999999em;
  width: 40px;
}

.html_club .social_title a.playedhere {
  background-image: url("../media/images/icn_playedhere.jpg");
}

.html_club .social_title a.playedhere.active {
  background-image: url("../media/images/icn_playedhere_active.jpg");
}

.html_club .social_title a.favorite.active {
  background-image: url("../media/images/icn_favorite_active.png");
}

.html_club .social_title a.share {
  background: url("../media/images/icn_share.png") no-repeat 59% 50% #f8f8f8;
}

.html_club .share_pane {
  background: url("../media/images/bg_share_pane.png") no-repeat 0 0;
  width: 130px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.6s ease;
  position: absolute;
  top: 50px;
  left: 5px;
  z-index: 9;
}

.html_club .share_pane.open {
  height: 185px;
}

.html_club .share_pane .share_items {
  padding: 30px 0 0 18px;
}

.html_club .share_pane .share_items .share_holder {
  margin-bottom: 15px;
}

.html_club .share_pane .share_items .twitter_share_holder {
  margin-bottom: 12px;
}

.html_club .share_pane .share_items .google_share_holder {
  margin-bottom: 12px;
}

.html_club .share_pane .share_items .linkedin_share_holder {
  margin-bottom: 0px;
}

.course_info_block {
  height: 250px;
  width: 300px;
  margin: 0 auto;
  position: relative;
}

#course_info_container {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  width: 100%;
  padding: 20px 0 5px;
}

#course_info_container h3 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 8px 0 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 2px 0;
}

#course_info_container .course_info_block.has_no_data h3 {
  margin-bottom: 32px;
}

#course_info_container .course_details h3, #course_info_container .leaderboard h3 {
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 35px;
}

#course_info_container .course_details h3 {
  margin-right: 20px;
}

#course_info_container .course_details h3 span, #course_info_container .leaderboard h3 span {
  position: relative;
}

#course_info_container .course_details h3 span:after, #course_info_container .leaderboard h3 span:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -30px;
  width: 20px;
  height: 19px;
  background: url("../media/images/icn_dropdown.png") no-repeat 0 0;
}

#course_info_container .course_details.has_no_data h3, #course_info_container .course_details h3.single_item,
#course_info_container .course_details.has_no_data h3 span:after, #course_info_container .course_details h3.single_item span:after {
  background: none;
  cursor: auto;
}

#info_blocks_carousel .dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 2;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.9s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.9s ease;
}

#info_blocks_carousel .leaderboard .dropdown {
  box-sizing: border-box;
  padding-left: 30px;
}

#info_blocks_carousel .dropdown.open {
  height: 210px;
}

#info_blocks_carousel .dropdown ul {
  padding: 0;
  margin: 0;
}

#info_blocks_carousel .dropdown ul li {
  padding: 5px 0 5px 15px;
  margin: 0 0 5px 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
  border-left: 4px solid #f7f7f7;
  text-transform: capitalize;
}

#info_blocks_carousel .dropdown ul li:hover,
#info_blocks_carousel .dropdown ul li.active {
  background-color: #fff;
  border-left: 4px solid #c6b591;
}

.course_details div.info {
  color: #c6b591;
  font-family: 'Lato', sans-serif;
  font-size: 0.6875em;
  line-height: 2em;
  padding-left: 47px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.course_details div.info::after {
  background-color: #e1e1e1;
  content: "";
  height: 45px;
  left: 36px;
  position: absolute;
  top: -2px;
  width: 1px;
}

.course_details div.info span {
  color: #222222;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.05em;
}

.course_details div.holes {
  background: url("../media/images/course_details/icn_holes.png") no-repeat 3px 10px;
  left: 0;
  position: absolute;
  top: 52px;
}

.course_details div.rating {
  background: url("../media/images/course_details/icn_course_rating.png") no-repeat 3px 10px;
  left: 0;
  position: absolute;
  top: 120px;
}

.course_details div.yards {
  background: url("../media/images/course_details/icn_yards.png") no-repeat 2px 9px;
  left: 0;
  position: absolute;
  top: 190px;
}

.course_details div.par {
  background: url("../media/images/course_details/icn_par.png") no-repeat 4px 7px;
  left: 154px;
  position: absolute;
  top: 52px;
}

.course_details div.slope {
  background: url("../media/images/course_details/icn_slope_rating.png") no-repeat 4px 13px;
  left: 154px;
  position: absolute;
  top: 120px;
}

.course_details div.hcp {
  background: url("../media/images/course_details/icn_rates.png") no-repeat 3px 14px;
  left: 154px;
  position: absolute;
  top: 190px;
}

.leaderboard.has_no_data {
  background: url("../media/images/bg_leaderboard_nodata.gif") no-repeat center 17px;
}

.leaderboard.has_no_data .places_holder {
  display: none;
}

.leaderboard .no_data {
  display: none;
}

.leaderboard.has_no_data .no_data {
  display: block;
}

.leaderboard .places_holder_friends, .leaderboard .places_holder_global, .leaderboard .places_holder_personal {
  display: none;
}

.leaderboard .places_holder_friends.active, .leaderboard .places_holder_global.active, .leaderboard .places_holder_personal.active {
  display: block;
}

.leaderboard .place {
  height: 45px;
  position: relative;
  border-bottom: 1px solid #dcddda;
  margin-bottom: 10px;
  padding: 8px 0;
}

.leaderboard .place:after {
  position: absolute;
  top: 18px;
  left: 0;
  color: #ccc;
  font-size: 0.8125em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
}

.leaderboard .place.first:after {
  content: '1';
}

.leaderboard .place.second:after {
  content: '2';
}

.leaderboard .place.third:after {
  content: '3';
}

.leaderboard .place div {
  position: absolute;
}

.leaderboard .profile_pic img {
  width: 32px;
  height: 32px;
  border-radius: 17px;
  border: 2px solid #999999;
  margin-left: 20px;
}

.leaderboard .place div.date {
  text-transform: uppercase;
  color: #c6b591;
  font-size: 0.6875em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  left: 68px;
  top: 10px;
}

.leaderboard .place div.name {
  color: #222222;
  font-size: 0.75em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: 68px;
  top: 24px;
}

.leaderboard .place div.name a {
  color: #000;
}

.leaderboard .place div.score {
  color: #c6b591;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  top: 14px;
  right: 10px;
}

.clubrating.has_no_data {
  background: url("../media/images/bg_clubrating_nodata.gif") no-repeat 0px 53px;
}

.clubrating.has_no_data .main_rating, .clubrating.has_no_data .review_stats {
  display: none;
}

.clubrating .no_data {
  width: 258px;
  margin-left: 0;
}

.clubrating .main_rating {
  height: 75px;
  margin-top: 10px;
  padding: 0;
  position: relative;
}

.clubrating .main_rating .rating {
  background-color: #333333;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 2.5625em;
  font-weight: 700;
  line-height: 1em;
  padding: 15px;
  position: absolute;
  right: 38px;
  top: 10px;
}

.clubrating .main_rating .rating::after {
  background-color: #333333;
  content: "";
  height: 10px;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

.clubrating .main_rating .rating {
  margin-left: 7px;
}

.clubrating .main_rating .rating span {
  font-size: 0.725em;
  letter-spacing: 0.05em;
}

.clubrating .main_rating a.add_review {
  position: absolute;
  left: 0px;
  top: 30px;
  box-sizing: border-box;
  display: block;
  padding: 9px 10px 10px 10px;
  text-align: center;
  width: 130px;
}

.clubrating .review_stats .stat_holder {
  margin-bottom: 8px;
}

.clubrating .review_stats .stat_holder .stat {
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 0.6875em;
  line-height: 1em;
  text-transform: uppercase;
  width: 130px;
  letter-spacing: 0.05em;
}

.clubrating .review_stats .stat_holder .grade {
  color: #333333;
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 0.75em;
  line-height: 1em;
  width: 33px;
}

.clubrating .review_stats .stat_holder .bar_holder {
  background-color: #ddd;
  display: inline-block;
  float: left;
  height: 5px;
  margin-top: 3px;
  width: 90px;
}

.clubrating .review_stats .stat_holder .bar_holder span {
  background-color: #c6b591;
  display: block;
  height: 5px;
  width: 0;
}

#course_info_container .no_data {
  background: white;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.85);
  text-align: left;
}

section .border_header {
  text-align: center;
  border-top: 1px solid #efefef;
  text-transform: uppercase;
  padding: 12px 0 10px;
  cursor: pointer;
  font-size: 1.125em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

section#club_reviews .border_header {
  border-bottom: 1px solid #efefef;
}

section .border_header:before {
  content: '';
  position: absolute;
  top: 11px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../media/images/icn_open-close.png") no-repeat 0 0;
}

section .border_header.open:before {
  background-position: bottom left;
}

section#special_offers .border_header:before {
  display: none;
}

#special_offers .loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../media/images/loading.gif") no-repeat center center #fff;
  opacity: 0.9;
}

#special_offers .no_data {
  display: none;
}

.border_header a {
  display: none;
}

.section_content {
  height: 0px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}

.mobile_padding {
  padding: 20px 0;
}

/*CLUB DESCRIPTION*/
#club_description .club_description {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 0.813em;
  line-height: 1.75em;
}

#club_description .club_description > p {
  line-height: inherit;
}

/*CLUB DETAILS*/
#club_details .club_logo {
  display: none;
}

#club_details .club_contact_info, #club_details .club_contact_info p {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 0.875em;
  line-height: 1.75em;
  margin: 0 0 20px;
  text-align: center;
}

#club_details .club_contact_info p span {
  display: inline-block;
  width: 65px;
}

.club_book_info {
  text-align: center;
}

.club_book_info h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.club_book_info h5 span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.05em;
}

.club_book_info a.book_now {
  display: block;
  font-size: 0.875em;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto;
}

#club_details #contact_map {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

/*ADD SCORE */
.add_score_holder .error-msg {
  display: block;
  clear: both;
}

.add_score_holder .success {
  text-align: center;
  color: #c6b591;
  font-family: "Lato",sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-style: italic;
  margin: 10px 0;
  display: none;
}

html #submit_club_score a.submit.hidden {
  display: none;
}

/*AMENITIES*/
#club_amenities {
  text-align: center;
}

#club_amenities .amenity {
  color: #222222;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  line-height: 1.181818181818182em;
  margin: 0 10px 25px 10px;
  opacity: 0.2;
  padding-top: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  height: 28px;
}

#club_amenities .amenity.active {
  opacity: 1;
}

#club_amenities .amenity span {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 58px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 70px;
}

#club_amenities #driving_range span {
  background-image: url("../media/images/amenities/driving_range.png");
}

#club_amenities #chipping_green span {
  background-image: url("../media/images/amenities/chipping_area.png");
}

#club_amenities #putting_green span {
  background-image: url("../media/images/amenities/putting_green.png");
}

#club_amenities #practice_bunker span {
  background-image: url("../media/images/amenities/practice_bunker.png");
}

#club_amenities #golf_lessons span {
  background-image: url("../media/images/amenities/golf_lessons.png");
}

#club_amenities #golf_carts span {
  background-image: url("../media/images/amenities/golf_carts.png");
}

#club_amenities #pull_carts span {
  background-image: url("../media/images/amenities/pull_carts.png");
}

#club_amenities #restaurant span {
  background-image: url("../media/images/amenities/restaurant.png");
}

#club_amenities #club_rentals span {
  background-image: url("../media/images/amenities/club_rentals.png");
}

#club_amenities #pro_shop span {
  background-image: url("../media/images/amenities/pro_shop.png");
}

#club_amenities #club_fitting span {
  background-image: url("../media/images/amenities/club_fitting.png");
}

#club_amenities #caddie_hire span {
  background-image: url("../media/images/amenities/caddie.png");
}

#club_amenities #dressing_room span {
  background-image: url("../media/images/amenities/dressing_room.png");
}

#club_amenities #lockers span {
  background-image: url("../media/images/amenities/lockers.png");
}

/*SCORECARD INFO*/
#club_add_score .score_blocks_holder.not_logged_in .score_block .score {
  display: none;
}

#club_add_score .score_blocks_holder.not_logged_in .score_block {
  position: relative;
}

#club_add_score .score_blocks_holder.not_logged_in .score_block .yd, #club_add_score .score_blocks_holder.not_logged_in .score_block .hcp {
  position: absolute;
  bottom: 28px;
  left: 0;
  letter-spacing: 0.05em;
  color: #c6b591;
  border-top: none;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 0.625em;
  line-height: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
}

#club_add_score .score_blocks_holder.not_logged_in .score_block .yd:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #e6e6e6;
}

#club_add_score .score_blocks_holder.not_logged_in .score_block .yd span, #club_add_score .score_blocks_holder.not_logged_in .score_block .hcp span {
  color: #333333;
  font-size: 1.6em;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

#club_add_score .score_blocks_holder.not_logged_in .score_block .hcp {
  bottom: 0px;
}

/*SPECIAL OFFERS*/
#special_offers {
  padding-right: 1px
  /* Hide item line in slider */
}

#special_offers .special_offer {
  border: 1px solid #e3e3e3;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0px;
  height: 210px;
  box-sizing: border-box;
}

#special_offers .special_offer .img_holder {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

#special_offers .special_offer .img_holder img {
  width: 100%;
  height: auto;
  display: block;
}

#special_offers .special_offer .info {
  padding: 11px 10px 0;
  position: relative;
}

#special_offers .special_offer h3 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  margin-top: 4px;
  width: 200px;
  height: 14px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}

#special_offers .special_offer .location {
  color: #999999;
  text-transform: uppercase;
  font-size: 0.625em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

#special_offers .special_offer .price {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 0.75em;
  color: #999999;
  font-family: 'Lato', sans-serif;
  text-align: right;
  letter-spacing: 0.05em;
}

#special_offers .special_offer .price span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
}

#special_offers .booking_com_logo {
  width: 145px;
  height: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-image: url("../media/images/booking_logo.png");
}

/*USER MEDIA*/
#club_media .no_data_usermedia {
  width: 100%;
  height: 227px;
  box-sizing: border-box;
  padding: 0 20px;
  background: url("../media/images/bg_no_data_usermedia.png") 0 0 no-repeat;
}

#club_media .no_data_usermedia .no_data {
  top: 85px;
  max-width: 550px;
  padding-bottom: 18px;
}

#user_media_carousel .user_photo a, #user_media_carousel .user_video a {
  width: 300px;
  height: 225px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

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

#user_media_carousel .user_photo a img {
  display: block;
  width: 100%;
  height: 100%;
}

#user_media_carousel .user_video a img {
  display: block;
}

#club_media .owl-theme .owl-controls {
  display: none !important;
}

.carousel_navigation {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.carousel_numbers {
  display: inline;
}

.carousel_navigation a {
  color: #333333;
  font-size: 0.8125em;
  text-transform: lowercase;
  position: relative;
  font-family: "Lato",sans-serif;
  margin: 0 10px;
  letter-spacing: 0.05em;
}

.carousel_navigation a.prev:before {
  content: '\00ab';
  margin-right: 5px;
}

.carousel_navigation a.next:after {
  content: '\00BB';
  margin-left: 5px;
}

#club_media .main_btn {
  margin-top: 25px;
}

/*REVIEWS*/
#club_reviews {
  margin-bottom: 50px;
}

#club_reviews .no_data {
  max-width: 550px;
  padding-bottom: 18px;
}

#club_reviews .review_holder {
  display: none;
  margin-bottom: 40px;
}

#club_reviews .review_holder .avatar {
  border: 1px solid #adadad;
  border-radius: 35px;
  display: block;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  width: 70px;
}

#club_reviews .review_holder .avatar span {
  border-radius: 33px;
  display: block;
  height: 66px;
  margin: 2px 0 0 2px;
  overflow: hidden;
  width: 66px;
}

#club_reviews .review_holder .review_date {
  text-align: center;
  color: #dfcca4;
  font-family: 'Lato', sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 10px;
}

#club_reviews .review_holder .review_title {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 0.9375em;
  margin-bottom: 20px;
}

#club_reviews .review_holder .review_title a {
  color: #333333;
}

#club_reviews .review_holder .review_short {
  display: none;
}

#club_reviews .review_holder .review_txt {
  font-family: Verdana, Geneva, sans-serif;
  color: #333333;
  font-size: 0.6875em;
}

#club_reviews .review_holder .review_txt p {
  line-height: 1.5em;
}

#club_reviews .review_stats .stat_holder {
  margin-bottom: 8px;
}

#club_reviews .readmore {
  display: none;
}

#club_reviews .review_stats {
  width: 300px;
  margin: 0 auto;
}

#club_reviews .review_stats .stat_holder .stat {
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 0.6875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 130px;
}

#club_reviews .review_stats .stat_holder .grade {
  color: #333333;
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0.05em;
  width: 30px;
}

#club_reviews .review_stats .stat_holder .bar_holder {
  background-color: #dddddd;
  display: inline-block;
  float: left;
  height: 5px;
  margin-top: 3px;
  width: 70px;
}

#club_reviews .review_stats .stat_holder .bar_holder span {
  background-color: #c6b591;
  display: block;
  height: 100%;
  position: relative;
}

.full_score {
  display: none;
}

a.more_reviews {
  display: block;
  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;
}

@media only screen and (min-width: 480px) {
  #page_header {
    height: 250px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 660px) {
  #page_header {
    height: 360px;
  }

  #page_header #header_course #header_slideshow_holder {
    display: block;
  }

  #page_header #header_course #header_map_holder {
    display: none;
  }

  #page_header #header_course #header_map_holder #header_map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #header_course .header_course_nav {
    background: url("../media/images/header_gradient.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 40px;
    left: 0;
    padding-top: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    display: block;
    pointer-events: none;
  }

  .header_course_nav_btn {
    border-bottom: 5px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    letter-spacing: 0.05em;
    opacity: 0.5;
    padding: 8px 25px 13px 56px;
    text-transform: uppercase;
    pointer-events: auto;
  }

  .header_course_nav_btn.active {
    border-bottom: 5px solid #c6b591;
    opacity: 1;
  }

  .gallery_btn {
    background: url("../media/images/icn_gallery.png") no-repeat 17px 5px;
  }

  .map_btn {
    background: url("../media/images/icn_map.png") no-repeat 21px 5px;
    padding-left: 43px;
  }

  .weather_btn {
    background: url("../media/images/icn_weather.png") no-repeat 17px 0;
  }

  #header #header_course #header_map_holder #header_map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #header_weather_holder {
    background: url("../media/images/bg_header_weather.png") repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
  }

  #header_weather {
    margin: 0 auto;
    position: relative;
    width: 600px;
  }

  #header_weather .current_weather {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-bottom: 40px;
    margin-top: 35px;
    text-align: center;
  }

  #header_weather_holder .current_weather .current_temp:before {
    display: none;
  }

  #header_weather .current_temp {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 3.75em;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding: 24px 0 10px 130px;
    background-repeat: no-repeat;
    background-position: left 5px;
  }

  #header_weather .current_temp span {
    font-size: 0.675em;
  }

  #header_weather .current_weather .current_temp.icn_01d {
    background-image: url("../media/images/weather_icons/01d.png");
  }

  #header_weather .current_weather .current_temp.icn_01n {
    background-image: url("../media/images/weather_icons/01n.png");
  }

  #header_weather .current_weather .current_temp.icn_02d {
    background-image: url("../media/images/weather_icons/02d.png");
  }

  #header_weather .current_weather .current_temp.icn_02n {
    background-image: url("../media/images/weather_icons/02n.png");
  }

  #header_weather .current_weather .current_temp.icn_03d {
    background-image: url("../media/images/weather_icons/03d.png");
  }

  #header_weather .current_weather .current_temp.icn_03n {
    background-image: url("../media/images/weather_icons/03n.png");
  }

  #header_weather .current_weather .current_temp.icn_04d {
    background-image: url("../media/images/weather_icons/04d.png");
  }

  #header_weather .current_weather .current_temp.icn_04n {
    background-image: url("../media/images/weather_icons/04n.png");
  }

  #header_weather .current_weather .current_temp.icn_09d {
    background-image: url("../media/images/weather_icons/09d.png");
  }

  #header_weather .current_weather .current_temp.icn_09n {
    background-image: url("../media/images/weather_icons/09n.png");
  }

  #header_weather .current_weather .current_temp.icn_10d {
    background-image: url("../media/images/weather_icons/10d.png");
  }

  #header_weather .current_weather .current_temp.icn_10n {
    background-image: url("../media/images/weather_icons/10n.png");
  }

  #header_weather .current_weather .current_temp.icn_11d {
    background-image: url("../media/images/weather_icons/11d.png");
  }

  #header_weather .current_weather .current_temp.icn_11n {
    background-image: url("../media/images/weather_icons/11n.png");
  }

  #header_weather .current_weather .current_temp.icn_13d {
    background-image: url("../media/images/weather_icons/13d.png");
  }

  #header_weather .current_weather .current_temp.icn_13n {
    background-image: url("../media/images/weather_icons/13n.png");
  }

  #header_weather .current_weather .current_temp.icn_50d {
    background-image: url("../media/images/weather_icons/50d.png");
  }

  #header_weather .current_weather .current_temp.icn_50n {
    background-image: url("../media/images/weather_icons/50n.png");
  }

  #header_weather .current_weather .current_wind {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    display: block;
  }

  .current_windspeed {
    background: url("../media/images/icn_windspeed.png") no-repeat scroll 0 0 transparent;
    display: inline;
    margin-right: 25px;
    padding: 3px 0 5px 36px;
  }

  .current_winddirection {
    background: url("../media/images/icn_winddirection.png") no-repeat scroll 0 0 transparent;
    display: inline;
    padding: 4px 0 5px 33px;
  }

  #header_weather .days {
    display: block;
  }

  #header_weather .day_holder {
    border-right: 1px solid #858585;
    display: inline;
    float: left;
    text-align: center;
    width: 99px;
  }

  #header_weather .day_holder:last-child {
    border: medium none;
  }

  #header_weather .day_holder .day {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding: 9px 0 0px;
    text-transform: uppercase;
  }

  #header_weather .day_holder .weather_img {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 59px;
  }

  #header_weather .day_holder .weather_img.icn_01d {
    background-image: url("../media/images/weather_icons/small/01d.png");
  }

  #header_weather .day_holder .weather_img.icn_01n {
    background-image: url("../media/images/weather_icons/small/01n.png");
  }

  #header_weather .day_holder .weather_img.icn_02d {
    background-image: url("../media/images/weather_icons/small/02d.png");
  }

  #header_weather .day_holder .weather_img.icn_02n {
    background-image: url("../media/images/weather_icons/small/02n.png");
  }

  #header_weather .day_holder .weather_img.icn_03d {
    background-image: url("../media/images/weather_icons/small/03d.png");
  }

  #header_weather .day_holder .weather_img.icn_03n {
    background-image: url("../media/images/weather_icons/small/03n.png");
  }

  #header_weather .day_holder .weather_img.icn_04d {
    background-image: url("../media/images/weather_icons/small/04d.png");
  }

  #header_weather .day_holder .weather_img.icn_04n {
    background-image: url("../media/images/weather_icons/small/04n.png");
  }

  #header_weather .day_holder .weather_img.icn_09d {
    background-image: url("../media/images/weather_icons/small/09d.png");
  }

  #header_weather .day_holder .weather_img.icn_09n {
    background-image: url("../media/images/weather_icons/small/09n.png");
  }

  #header_weather .day_holder .weather_img.icn_10d {
    background-image: url("../media/images/weather_icons/small/10d.png");
  }

  #header_weather .day_holder .weather_img.icn_10n {
    background-image: url("../media/images/weather_icons/small/10n.png");
  }

  #header_weather .day_holder .weather_img.icn_11d {
    background-image: url("../media/images/weather_icons/small/11d.png");
  }

  #header_weather .day_holder .weather_img.icn_11n {
    background-image: url("../media/images/weather_icons/small/11n.png");
  }

  #header_weather .day_holder .weather_img.icn_13d {
    background-image: url("../media/images/weather_icons/small/13d.png");
  }

  #header_weather .day_holder .weather_img.icn_13n {
    background-image: url("../media/images/weather_icons/small/13n.png");
  }

  #header_weather .day_holder .weather_img.icn_50d {
    background-image: url("../media/images/weather_icons/small/50d.png");
  }

  #header_weather .day_holder .weather_img.icn_50n {
    background-image: url("../media/images/weather_icons/small/50n.png");
  }

  #header_weather .day_holder .temp {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1em;
    letter-spacing: 0.05em;
  }

  #header_weather .day_holder .temp span {
    color: #999999;
    margin-left: 4px;
  }

  /*PAGE TITLE AND SHARE */
  .html_club h1.title {
    margin: 0 0px 40px;
    font-size: 2.1875em;
    padding-top: 40px;
  }

  .html_club h1.title:after {
    left: 100px;
    right: 150px;
  }

  .html_club .social_title {
    position: absolute;
    right: 0;
    top: -20px;
    display: block;
  }

  /*COURSE INFO*/
  #course_info_container {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    padding: 0;
  }

  #course_info_container h3 {
    text-align: left;
  }

  .course_info_block {
    display: inline;
    float: left;
    height: 250px;
    width: auto;
    margin: 19px 0 0 0;
    position: relative;
  }

  .course_details {
    width: 309px;
  }

  .course_holder {
    background: none;
    border-top: none;
    padding: 0 0 35px;
    margin: 0;
  }

  .leaderboard {
    padding: 0 25px;
    width: 259px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e6e6e6;
  }

  .clubrating {
    width: 100%;
    padding: 0 0 0 25px;
    min-height: 280px;
  }

  .clubrating .main_rating {
    display: inline-block;
    width: 290px;
  }

  .clubrating .review_stats {
    width: 290px;
  }

  #course_info_container .clubrating h3 {
    display: block;
    margin-bottom: 25px;
  }

  #course_info_container .clubrating.has_no_data h3 {
    margin-bottom: 43px;
  }

  .clubrating.has_no_data {
    background: url("../media/images/bg_clubrating_nodata.gif") no-repeat 30px 53px;
  }

  /*ALL SECTIONS*/
  section .border_header, section#club_reviews .border_header {
    position: relative;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 35px 0;
    border: none;
    cursor: auto;
  }

  section .border_header:before {
    display: none;
  }

  .border_header span {
    background-color: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
  }

  .border_header:after {
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 50%;
    left: 100px;
    right: 100px;
    content: '';
    z-index: 1;
  }

  a.h4_action_btn::after {
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    content: "";
    height: 14px;
    left: -11px;
    position: absolute;
    top: 8px;
    width: 10px;
  }

  a.h4_action_btn {
    bottom: 1px;
    float: right;
    padding: 11px 20px 10px;
    position: absolute;
    right: 0;
    z-index: 2;
    display: inline-block;
    font-size: 0.667em;
    /* Container font-size: 1.125em-112.5% so 12px is 0.667em */
    font-weight: 400;
  }

  .section_content {
    height: auto !important;
    padding: 0;
    overflow: inherit;
  }

  .mobile_padding {
    padding: 0;
  }

  /*CLUB DETAILS*/
  #club_details .club_contact_info {
    float: left;
    display: inline;
    width: 269px;
    padding: 0 20px;
    border-right: 1px solid #e6e6e6;
    text-align: left;
  }

  .club_book_info {
    float: left;
    display: inline;
    width: 270px;
    padding: 0 20px;
    text-align: left;
  }

  #club_details .club_contact_info, #club_details .club_contact_info p {
    text-align: left;
  }

  #club_details #contact_map {
    display: none;
  }

  /*AMENITIES*/
  #club_amenities {
    text-align: left;
  }

  #club_amenities .amenity {
    margin: 0 0 35px 21px;
    float: left;
  }

  #club_amenities .amenity.first, #club_amenities .amenity.row {
    margin-left: 0;
  }

  /*SPECIAL OFFERS*/
  #special_offers {
    margin-bottom: 30px;
  }

  #special_offers .special_offer {
    width: 300px;
    float: left;
    display: inline;
    margin: 0;
  }

  #special_offers .booking_com_logo {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  /*REVIEWS*/
  #club_reviews .review_holder {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
  }

  #club_reviews .review_holder::after {
    background-color: #e6e6e6;
    bottom: 10px;
    content: "";
    left: 69%;
    position: absolute;
    top: 10px;
    width: 1px;
  }

  #club_reviews .review_holder .review {
    display: block;
    width: 100%;
  }

  #club_reviews .review_holder .review_expl {
    display: inline;
    float: left;
    padding: 28px 0 45px 25px;
    width: 380px;
  }

  #club_reviews .review_holder .avatar {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
  }

  #club_reviews .review_holder .review_content {
    display: inline;
    float: left;
    position: relative;
    width: 280px;
  }

  #club_reviews .review_holder .review_date {
    color: #dfcca4;
    font-family: 'Lato', sans-serif;
    font-size: 0.6875em;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
    text-transform: uppercase;
    text-align: left;
  }

  #club_reviews .review_holder .review_title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 7px;
    text-align: left;
  }

  #club_reviews .review_holder .review_txt {
    width: 280px;
  }

  #club_reviews .review_holder .review_content p {
    margin-bottom: 0;
  }

  #club_reviews .review_holder .review_txt {
    font-size: 0.75em;
    height: 53px;
    overflow: hidden;
  }

  #club_reviews .review_holder .review_short, #club_reviews .review_holder .review_txt.open .review_long {
    display: block;
  }

  #club_reviews .review_holder .review_txt .review_long, #club_reviews .review_holder .review_txt.open .review_short {
    display: none;
  }

  #club_reviews .review_holder span.readmore {
    bottom: -30px;
    cursor: pointer;
    display: inline-block;
    left: 0px;
    position: absolute;
    font-family: "Lato";
    letter-spacing: 0.05em;
    color: #999999;
    font-size: 0.825em;
    text-transform: lowercase;
  }

  #club_reviews .review_holder .review_score {
    float: right;
    padding-top: 130px;
    width: 170px;
  }

  #club_reviews .review_score .review_stats {
    width: auto;
    margin: 0;
  }

  #club_reviews .review_score .full_score {
    background-color: #333333;
    border-radius: 5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 2.5625em;
    line-height: 1em;
    padding: 15px 15px 10px;
    position: absolute;
    right: 38px;
    top: 30px;
    display: block;
  }

  #club_reviews .review_score .full_score div {
    display: inline;
  }

  #club_reviews .review_score .full_score::after {
    background-color: #333333;
    content: "";
    height: 10px;
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #club_reviews .review_score .full_score span {
    font-size: 0.8125em;
  }

  #club_reviews .review_stats .stat_holder .bar_holder {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .html_club h1.title {
    font-size: 2.75em;
  }

  /*COURSE INFO*/
  #course_info_container {
    height: 289px;
  }

  .course_holder {
    float: left;
    display: inline;
    width: 630px;
    border: none;
    padding: 0;
  }

  .course_details {
    width: 309px;
  }

  .leaderboard {
    border-right: 1px solid #e6e6e6;
    padding: 0 30px;
  }

  .clubrating {
    border-left: none;
    width: 280px;
    padding: 0 0 0 30px;
    height: auto;
    min-height: 280px;
  }

  #club_details .club_logo {
    display: inline-block;
    float: left;
    width: 150px;
    margin-top: 10px;
  }

  #club_details .club_logo_holder {
    height: 104px;
    width: 104px;
    display: block;
    text-align: center;
  }

  #club_details .club_logo span img {
    max-width: 104px;
  }

  #club_details .club_contact_info {
    width: 418px;
    padding: 0 30px;
    border-left: 1px solid #e6e6e6;
  }

  #club_details .club_contact_info .info {
    float: left;
    display: inline;
  }

  #club_details .club_contact_info p.info.first {
    margin-right: 25px;
  }

  .club_book_info {
    padding: 0 30px;
    width: 250px;
  }

  #club_amenities .amenity {
    width: 120px;
    margin-left: 15px;
  }

  #club_amenities .amenity span {
    left: 50%;
    margin-left: -35px;
  }

  #club_reviews .review_holder::after {
    left: 50%;
  }

  #club_reviews .review_holder .review_expl {
    width: 444px;
  }

  #club_reviews .review_holder .review_content {
    width: 335px;
  }

  #club_reviews .review_holder .review_txt {
    width: 300px;
  }

  #club_reviews .review_holder span.readmore {
    right: 20px;
    left: auto;
  }

  #club_reviews .review_stats .stat_holder .bar_holder {
    display: block;
  }

  #club_reviews .review_holder .review_score {
    display: inline;
    float: left;
    padding: 28px 0 0 48px;
    width: 421px;
  }
}
