#page_header.no_image {
  height: 2px;
  border-bottom: 1px solid #e6e6e6;
}

.content_page {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 660px;
  padding: 0 20px;
  width: 100%;
}

.content_page h1 {
  font-family: "Didot W02 Roman",Georgia,"Times New Roman",Times,serif;
  font-size: 2.75em;
  margin: 0 0px 40px;
  padding: 25px 0 25px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #999;
}

.content_page h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 0,875em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content_page p.intro_text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #333333;
  font-size: 1em;
  line-height: 1.7em;
}

.content_page p {
  font-family: Verdana, Geneva, sans-serif;
  color: #666666;
  font-size: 0.75em;
  line-height: 2em;
}

.content_page p a, .club_contact_info a {
  position: relative;
}

.content_page p a:after, .club_contact_info a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 1px;
  width: 0%;
  background-color: #b7a582;
  -webkit-transition: all 0.3s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease;
}

.content_page p a:hover:after, .club_contact_info a:hover:after {
  width: 100%;
  left: 0;
}

.content_page video {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content_page .page_bottom {
  padding: 20px 0 60px 0;
  border-top: 1px solid #999;
  position: relative;
}

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

.content_page .page_bottom .share_pane {
  background: url("../media/images/bg_share_pane_content.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;
  bottom: 105px;
  left: 0px;
  z-index: 9;
}

.share_pane {
  outline: none;
}

.content_page .page_bottom .share_pane.open {
  height: 185px;
}

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

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

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

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

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

.content_page .page_bottom .to_top {
  cursor: pointer;
  float: right;
  text-transform: lowercase;
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 0.8125em;
  padding-right: 21px;
  margin-top: 10px;
  background: url("../media/images/icn_to_top.png") no-repeat right 50%;
}

.html_content_page .content_page form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

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

.large_avatar_holder div.avatar_holder_border {
  border-radius: 75px;
  display: block;
  height: 150px;
  margin: 2px 0 0 2px;
  overflow: hidden;
  width: 150px;
}

.html_content_page .content_page form label {
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 0.91em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #333;
}

.html_content_page .content_page input {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  height: 30px;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

.html_content_page .content_page input.upload {
  height: auto;
}

.html_content_page .content_page input.password {
  padding-left: 35px;
  background: url("../media/images/icn_key.png") no-repeat 5px 5px;
}

.html_content_page .content_page form a.submit {
  font-size: 0.875em;
  padding: 10px 25px;
}

.html_content_page .content_page form .select_holder {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 15px;
  padding: 4px 5px;
  position: relative;
  width: 100%;
}

.html_content_page .content_page form .select_holder:before {
  background: #f8f8f8 url("../media/images/dropdown_arrows.png") no-repeat center center;
  border-left: 1px solid #e6e6e6;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

.html_content_page .content_page form .select_holder select {
  background-color: #f8f8f8;
  border: medium none;
  color: #333;
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  width: 100%;
}

#contactform {
  max-width: none;
  margin-bottom: 40px;
}

#contactform input {
  width: 300px;
  float: left;
  margin-bottom: 20px;
}

#contactform input.input_name {
  margin-right: 20px;
}

#contactform textarea {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  height: 230px;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 5px;
}

#contactform a.submit {
  float: right;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  #page_header.no_image {
    height: 99px;
  }

  .html_content_page #logo_holder {
    background-image: url("../media/images/logo_dark.png");
  }

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

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

  .html_content_page #footer {
    position: fixed;
  }
}
