.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.preload * .club-home-title h1 {
  opacity: 0;
}
.club-home-intro {
  padding-bottom: 48px;
}
.club-home-intro-container {
  padding: 16px 16px 16px 0;
  margin-bottom: 44px;
}
.club-home-intro-container img {
  /*float: left;
		border-radius: 50%;*/
  position: absolute;
  bottom: 0;
  left: -16px;
  border-right: 8px solid white;
  border-top: 8px solid white;
  background-color: white;
  width: 150px;
}
.club-home-title {
  padding: 24px 0;
  margin-top: 24px;
  /*margin-left: 48px;
	padding-left: 168px;*/
  background-color: #ddd;
  background-image: url(bonfire.jpg);
  background-size: cover;
}
.club-home-title h1 {
  /*margin-left: -48px;*/
  margin-top: 8px;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 273px;
  text-align: right;
  width: 100%;
  letter-spacing: -14px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  display: none;
}
.club-home-title svg {
  fill: white;
  opacity: 0.3;
  transition: opacity 2s linear;
}
.club-home-title svg text {
  margin-top: 8px;
  font-weight: bold;
}
.club-home-title a {
  float: right;
  margin-top: 10px;
  margin-right: 16px;
  position: absolute;
  right: 64px;
  bottom: 0px;
  border: 8px solid white;
  border-bottom-width: 0;
}
.club-home-title a.btn-success:hover {
  border-color: white;
}
.multifeeds {
  padding-top: 48px;
}
.club-home-blocks {
  /*padding-top: 56px;*/
}
.club-photo {
  width: 25%;
  height: 400px;
  background-size: cover;
  background-position: center;
  float: left;
}
.carousel {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  height: 0;
  overflow: hidden;
}
.carousel-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  height: 100%;
}
.carousel-inner > .item {
  height: 100%;
}
.carousel-inner > .item img {
  height: 100%;
  margin: 0 auto;
}
.header-nav li.depth0 {
  display: none;
}
.feature-column .feature-text {
  overflow: hidden;
}
ul.feeds_announcements_list li:nth-child(n+3) {
  display: none;
}
.multifeeds .tab-content {
  background-color: white;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-radius: 0 3px 3px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 60px;
}
.admin-buttons {
  padding: 20px;
}
.admin-buttons ul {
  list-style-type: none;
  padding-left: 0;
}
.admin-buttons ul li {
  padding: 4px;
}
/* extra space */
