/* Global */
html {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	height: 100%;
	font: 11px Open Sans, sans-serif;
	color: #333;
}
a, a:focus {
	text-decoration: none;
	color: #cf102d;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #333;
}
blockquote {
	height: 297px;
	margin: 0;
	padding: 0 15px;
	background-position: center;
	background-size: cover;
	border: 0;
	text-align: center;
	font-size: 2.45em;
	font-weight: 300;
	color: #303030;
}
blockquote .row, blockquote .col-sm-10 {
	height: 100%;
}
blockquote div div div {
	position: absolute;
	top: 50%;
	padding-right: 15px;
	opacity: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
blockquote .hide {
	display: block !important;
	opacity: 0;
}
blockquote p:first-child {
	margin: 0;
	line-height: 1.16em;
	letter-spacing: -.04em;
}
blockquote .author {
	font-size: .6em;
	font-style: italic;
}
h1, h2, h3 {
	margin: 0;
	font-weight: 300;
	color: #4d4239;
	letter-spacing: -.04em;
}
h1, h2 {
	font-size: 3.1em;
}
h1 {
	color: #333;
}
h3 {
	margin-top: 40px;
	line-height: 1.3em;
	font-size: 2.25em;
}
h4 {
	margin: 5px 0 0 0;
	font-size: 1.1em;
	font-weight: 400;
}
li {
	margin-top: 5px;
	padding-left: 5px;
}
li:first-child {
	margin: 0;
}
ol, ul {
	margin: 0;
	padding-left: 35px;
}
p {
	margin: 20px 0 0 0;
	line-height: 1.9em;
}
p:first-of-type {
	margin-top: 55px;
}
.no-scroll {
	overflow: hidden;
}
.parallax {
	position: relative;
}
.fixed {
	position: fixed !important;
	top: 0;
	width: 100%;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
/* Header */
header {
	position: fixed;
	width: 100%;
	height: 123px;
	padding-top: 10px;
	z-index: 108;
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
	-moz-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .66);
	-ms-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .66);
	-o-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .66);
	-webkit-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .66);
	box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .66);
	pointer-events: none;
	text-transform: uppercase;
}
#menu-button {
	position: relative;
	text-align: left;
	cursor: pointer;
	pointer-events: auto;
}
#menu-button div {
	display: inline-block;
}
header span {
	width: 16px;
	height: 3px;
	margin-top: 2px;
	display: block;
	background: #fff;
}
header .col-xs-4 {
	text-align: right;
}
header .col-sm-2 {
	text-align: center;
}
header .col-sm-2 img, footer .col-sm-6 img {
	width: 40%;
	min-width: 79px;
	max-width: 158px;
	margin-top: -5px;
}
header li {
	list-style: none;
}
header a, header a:hover {
	position: relative;
	color: #fff;
	pointer-events: auto;
}
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	font-size: 20px;
	font-weight: 300;
}
#navbar-bg {
	position: absolute;
	top: -75px;
	left: -250px;
	width: 500px;
	height: 2500px;
	background: rgba(207, 16, 45, 0.85);
	-ms-transform: rotate(23deg) translateX(-150%);
	-webkit-transform: rotate(23deg) translateX(-150%);
	transform: rotate(23deg) translateX(-150%);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.slide-in #navbar-bg {
	-ms-transform: rotate(11.5deg) translateX(0%);
	-webkit-transform: rotate(11.5deg) translateX(0%);
	transform: rotate(11.5deg) translateX(0%);
}
.navbar div {
	padding: 0;
}
.nav {
	margin: -5px 0 0 8.33333333%;
	opacity: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: all .2s cubic-bezier(.19, 1, .22, 1);
}
.slide-in .nav {
	opacity: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.navbar-nav > li {
	float: none;
	margin: 0;
	padding: 0;
}
.navbar-nav > li:first-child {
	margin-bottom: 40px;
}
nav img {
	width: 15px;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px;
	color: #fff;
	pointer-events: none;
}
.slide-in.navbar-default .navbar-nav > li > a {
	position: relative;
	pointer-events: auto;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .selected > a {
	color: rgb(70, 0, 0);
}
#header-img, #footer-img, .img-band {
	position: relative;
	height: 150px;
	z-index: 105;
	background: #fff center;
	background-size: cover;
}
/* Content */
.page header {
	-moz-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .33);
	-ms-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .33);
	-o-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .33);
	-webkit-box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .33);
	box-shadow: inset 0 113px 56.5px -56.5px rgba(0, 0, 0, .33);
}
#content {
	position: relative;
	padding: 60px 15px 65px 15px;
	z-index: 101;
	background: #fff;
}
#content h2 {
	color: #333;
}
.big {
	font-size: 1.35em;
}
.big, .normal {
	font-weight: 400;
}
.pdf-icon {
	width: 33px;
	margin: -10px 0 0 5px;
}
.content {
	position: relative;
	padding: 45px 15px 70px 15px;
	z-index: 102;
	background: #eaeaea;
	text-align: center;
	font-size: 1.35em;
	font-weight: 300;
	color: #4d4239;
}
.content.alt {
	background: #fff;
	font-size: 1em;
	color: #333;
}
.content h2 {
	margin-top: 55px;
	font-size: 2.3em;
}
.content h2:first-child, .content.alt p:first-child {
	margin: 0;
}
.content.alt h2 {
	font-size: 3.1em;
}
.content p, .content p:first-of-type {
	margin-top: 40px;
	line-height: 1.3em;
}
.content.alt p {
	line-height: 1.9em;
}
.content.alt p:nth-child(2) {
	margin-top: 20px;
}
.plus-icon {
	width: 23px;
}
#more {
	display: none;
}
/* Footer */
#footer-img {
	height: 335px;
}
footer {
	position: relative;
	padding-bottom: 55px;
	z-index: 106;
	background: #333;
	font-size: 1.1em;
	color: #999;
}
footer .col-sm-6 {
	margin-top: 50px;
	text-align: center;
}
footer .col-sm-6 img {
	margin: -5px 37.5px 0 37.5px;
}
footer .col-sm-1 {
	margin-top: 20px;
}
footer ul {
	padding: 20px 0 0 0;
	list-style: none;
}
footer ul:first-child {
	border: 0;
}
footer li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li:first-child {
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #fff;
}
footer .col-sm-1 img {
	float: left;
	margin-top: 15px;
	opacity: .55;
}
footer .col-sm-1 ul li:first-child img, footer .col-sm-6 p {
	margin: 0;
}
footer .col-sm-1 a img:hover {
	opacity: 1;
}
footer .col-sm-1 p {
	float: left;
	margin: 20px 0 0 5px;
	color: #666;
}
footer .col-sm-6.hidden-xs {
	margin-top: 35px;
	text-align: left;
}
/* Scroll */
#scroll {
	position: fixed;
	bottom: 47.5px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	z-index: 107;
	background: rgba(0, 0, 0, .31);
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: rgba(255, 255, 255, .31);
	letter-spacing: -1px;
	pointer-events: none;
	text-transform: uppercase;
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
}
.fade-out {
	opacity: 0;
}
#scroll p {
	margin-top: 30px;
	line-height: 21px;
}
/* Awwwards */
#awwwards {
	display: none;
}
.no-touch .home #awwwards {
	display: block;
}
/* Video */
#video-container, #announcement {
	width: 100%;
	height: 100%;
	background: #000;
}
#video {
	width: 100%;
	height: 100%;
	display: none;
}
.video-js {
	color: #9a3333;
}
video {
	object-fit: cover;
}
.no-smil video {
	height: auto;
}
.vjs-poster {
	background-size: cover;
}
.vjs-loading-spinner {
	border: 6px solid rgba(0, 0, 0, .7);
}
.vjs-loading-spinner:before,
#video .vjs-loading-spinner:after {
	border-top-color: #9a3333;
}
@keyframes vjs-spinner-fade {
	0% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	20% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	35% {
		border-top-color: #9a3333;
	}
	60% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	100% {
		border-top-color: rgba(154, 51, 51, .75);
	}
}
@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	20% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	35% {
		border-top-color: #9a3333;
	}
	60% {
		border-top-color: rgba(154, 51, 51, .75);
	}
	100% {
		border-top-color: rgba(154, 51, 51, .75);
	}
}
#video .vjs-big-play-button, #play-button {
	top: 50%;
	left: 50%;
	width: 78px;
	height: 78px;
	margin: -39px 0 0 -39px;
	background: #cf102d;
	border: 0;
	border-radius: 39px;
	line-height: 80px;
	font-size: 42px;
	color: rgba(255, 255, 255, .6);
}
.no-touch #video .vjs-big-play-button {
	display: none;
}
#video .vjs-control-bar {
	background: rgba(0, 0, 0, .7);
}
#video .vjs-slider,
#video .vjs-load-progress {
	background: rgba(154, 51, 51, .5);
}
#video .vjs-load-progress div {
	background: rgba(154, 51, 51, .75);
}
#video .vjs-play-progress, #video .vjs-volume-level {
	background: #9a3333;
}
#play-button {
	position: absolute;
	line-height: 38px;
	font-size: 27px;
	cursor: pointer;
	text-transform: uppercase;
}
#play-button:hover {
	background: #440000;
	color: #fff;
}
#play-button h3 {
	width: 195px;
	margin: -40px 0 0 -60px;
	line-height: 28px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	letter-spacing: 0;
	text-shadow: 0 0 35px rgba(0, 0, 0, .35);
}
#play-button span {
	top: 35px;
	left: 27px;
}
/* Intro */
.intro {
	background: #fff;
	text-align: center;
}

.intro .intro-copy {
	padding: 105px 70px 110px;
}
.intro.tabs {
	padding-top: 15px;
	font-size: 1.8em;
	font-weight: 300;
	color: #7f083b;
}
.intro a {
	margin: 0 5px;
	color: #cf102d;
}
.intro a:focus, a:hover, .intro .selected {
	color: #333;
}
.intro .row:nth-child(2) {
	margin-top: 100px;
}
.intro.tabs h2 {
	font-size: 1.7em;
}
.intro.tabs h3 {
	font-size: 1.25em;
}
body:not(.home) h2 {
	margin-top: 60px;
}
body:not(.home) h3 {
	margin-bottom: 40px;
}
/* Buttons */
.buttons {
	background: #f4f4f4;
}
.buttons .row > div {
	position: relative;
	padding: 0 0 33.33333333% 0;
	overflow: hidden;
	cursor: pointer;
}
.buttons .row div div:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.buttons .row div div:nth-child(2) {
	position: absolute;
	width: 200%;
	height: 300%;
	background: rgba(207, 16, 45, 0.78);
	-ms-transform: rotate(15deg) translateX(-125%);
	-webkit-transform: rotate(15deg) translateX(-125%);
	transform: rotate(15deg) translateX(-125%);
}
.buttons h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	color: #f1f1f1;
	letter-spacing: 0;
	text-shadow: 0 0 8px rgba(0, 0, 0, .73);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Slider */
#slider, .weddings #video-container > div {
	height: 100%;
}
body.video #video-container #slider {
	display: none;
}
.royalSlider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	display: none;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide {
	background: #fff;
}
.rsDefault .rsArrow {
	width: 72px;
}
.rsArrowIcn, .rsArrowLeft .rsArrowIcn {
	background: rgba(0, 0, 0, .54) url(../images/left-arrow.png) no-repeat 10px !important;
	border-radius: 16px !important;
}
.rsArrowRight .rsArrowIcn {
	background: rgba(0, 0, 0, .54) url(../images/right-arrow.png) no-repeat 14px !important;
}
/* Content Grid */
.content-grid {
	position: relative;
	z-index: 100;
	background: #f4f4f4;
	font-size: 1.45em;
	font-weight: 300;
	color: #4d4239;
}
.content-grid .row {
	display: table;
}
.content-grid .row div {
	float: none;
	display: table-cell;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}
.content-grid .col-sm-3 {
	padding: 85px 25px 80px 15px;
}
.content-grid.alt .col-sm-3 {
	padding: 85px 15px 80px 25px;
}
.content-grid h2 {
	font-size: 2.15em;
}
.content-grid p {
	line-height: 1.3em;
}
.content-grid p:first-of-type {
	margin-top: 25px;
}
.content-grid .col-sm-6 {
	padding-bottom: 30%;
	background-size: cover;
}
/* Image Band */
.img-band {
	height: 415px;
}
/* Home */
.home #video-container {
	background: #000 url(../images/home-video-bg.jpg) center;
	background-size: cover;
}

body.announcement .intro .row > div {
	position: relative;
	padding: 0;
}

body.announcement .intro #video-container {
	overflow: hidden;
}


body.announcement .intro #video-container #play-button span {
	left: 0;
}

.home #announcement {
	background-position: center;
	background-size: cover;
	display: block;
}

#weddings {
	height: 100%;
	background: url(../images/weddings-bg.jpg) center;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
#weddings div {
	height: 100%;
}
#weddings h2 {
	position: relative;
	top: 50%;
	font-size: 3.65em;
	color: #fff;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#weddings div:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background: rgba(207, 16, 45,0.74);
	text-transform: uppercase;
	-ms-transform: rotate(45deg) translateX(-125%);
	-webkit-transform: rotate(45deg) translateX(-125%);
	transform: rotate(45deg) translateX(-125%);
}
.touch #weddings div:nth-child(2) {
	display: none;
}
#weddings div:nth-child(2) h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0;
	-ms-transform: rotate(-45deg) translate(75%, 210%);
	-webkit-transform: rotate(-45deg) translate(75%, 210%);
	transform: rotate(-45deg) translate(75%, 210%);
}
/* About */
.rsDefault .rsGCaption {
	bottom: 5%;
	left: 0;
	width: 100%;
	padding: 0 15px 0 15px;
	background: #fff;
	border-radius: 0;
	text-align: center;
	font-size: 1.15em;
	color: #999;
	letter-spacing: .12em;
}
.rsGCaption h2 {
	margin-top: 15px;
	font-size: 2.7em;
}
.rsGCaption p {
	margin: 5px 0 35px 0;
	line-height: 1.5em;
}
.about .content-grid .row div {
	background-position: 0;
}
.about #content, .curling #content {
	font-size: 1.35em;
}
.about #content h2, .curling #content h2 {
	font-size: 2.3em;
}
.about #content p, .curling #content p {
	padding-top: 15px;
	border-top: 1px solid #cdcdcd;
	line-height: 1.25em;
}
.about #content p:first-of-type,
.curling #content p:first-of-type {
	margin-top: 60px;
	padding: 0;
	border: 0;
}
.about #slider .rsCaption {
	padding-bottom: 40px;
}
.about #slider .rsCaption h2 {
	margin-top: 20px;
}
/* Golf */
.golf .intro .col-sm-2 {
	text-align: left;
	font-size: .65em;
	letter-spacing: -.08em;
}
.golf .intro .col-sm-2 a {
	color: #ad9c8e;
}
.golf .intro img {
	padding: 0;
}
.golf .intro .row:nth-child(2) {
	display: table;
}
.golf .intro .row:nth-child(2) div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.golf .buttons .row > div {
	padding-bottom: 16.66666667%;
	text-align: right;
}
.golf .buttons h3 {
	top: 95%;
	left: 95%;
	line-height: 1em;
	font-size: 4.55em;
	font-weight: 800;
	letter-spacing: -.02em;
	text-shadow: none;
	-ms-transform: translate(-100%, -100%);
	-webkit-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
}
#score-cards {
	background: #f1f0f0;
	letter-spacing: .09em;
}
#score-cards, #accolades {
	padding: 55px 15px;
}
#score-cards .row {
	display: table;
}
#score-cards .row div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#score-cards p, #accolades p {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #c7c6c6;
	line-height: 1.2em;
}
#score-cards p:first-of-type {
	margin-top: 45px;
	padding: 0;
	border: 0;
}
#score-cards strong {
	color: #cf102d;
	text-transform: uppercase;
}
#score-cards div:nth-child(2),
#score-cards div:nth-child(3) {
	text-align: right;
	letter-spacing: 0;
	vertical-align: top;
}
#score-cards img {
	float: none;
	margin-top: -10px;
	padding: 0;
}
#score-cards div:nth-child(2) p,
#score-cards div:nth-child(3) p {
	margin-top: 15px;
}
#accolades {
	background: #fff;
}
#accolades .row:nth-child(2) {
	margin-top: 35px;
}
#accolades p {
	margin-top: 20px;
}
#accolades p:first-of-type,
#golf-staff p img,
#club-staff p img,
#accordion p:first-child {
	margin: 0;
}
#accolades strong {
	font-size: 1.35em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}
#golf-staff, #club-staff {
	position: relative;
	padding: 85px 15px 65px 15px;
	z-index: 103;
	background: #fff;
}
#golf-staff h2, #club-staff h2 {
	color: #333;
}
#golf-staff img, #club-staff img {
	margin-top: 50px;
}
#golf-staff h3, #club-staff h3 {
	margin-top: 5px;
	color: #333;
	letter-spacing: 0;
}
#golf-staff p, #club-staff p {
	margin-top: 25px;
	line-height: 1.4em;
}
#golf-staff .col-sm-3 p:last-child,
#club-staff .col-sm-3 p:last-child {
	margin-top: 10px;
}
#visitor-information {
	position: relative;
	padding: 70px 15px 55px 15px;
	z-index: 104;
	background: #f1f0f0;
}
#visitor-information h2 {
	color: #333;
}
#accordion {
	margin-top: 55px;
}
#accordion .panel-default {
	margin: 0;
	background: none;
	border: 0;
	border-bottom: 1px solid #a2a2a2;
	border-radius: 0;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#accordion .panel-heading {
	padding: 10px 0;
	background: none;
}
#accordion h3 {
	font-size: 1.35em;
	font-weight: 400;
	letter-spacing: 0;
}
#accordion a {
	width: 100%;
	display: block;
}
#accordion a:focus {
	color: #333;
}
#accordion h3 span {
	display: block;
	font-size: .75em;
}
.plus {
	background: url(../images/plus-icon2.png) no-repeat right;
}
.minus {
	background: url(../images/minus-icon.png) no-repeat right;
}
#heading-one .minus {
	background: none;
}
#accordion .panel-body {
	padding: 0 0 10px 0;
	border: 0;
}
#accordion p {
	line-height: 1.4em;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	border: 0;
}
.modal-header .close {
	margin-top: -10px;
	font-size: 40px;
	color: #cf102d;
	opacity: 1;
	outline: 0;
	text-shadow: none;
}
.modal-title {
	color: transparent;
}
#map img, #scorecard img {
	float: none;
	margin: 0 auto;
}
#hole, #venue {
	font-size: 13px;
}
#hole .modal-body {
	height: 600px;
}
.rsDefault .rsSlide {
	color: #333;
}
#hole .row {
	display: table;
}
#hole .row > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
#hole h2, #venue h2 {
	float: left;
	margin: 15px 5px 0 0;
	font-size: 27px;
	color: #cf102d;
	letter-spacing: 0;
	text-transform: uppercase;
}
.circle {
	width: 56px;
	height: 56px;
	float: left;
	margin-left: 5px;
	display: table;
	background: #e8e8e8;
	border-radius: 28px;
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	color: #a8a8a8;
	text-transform: uppercase;
}
.circle div {
	display: table-cell;
	vertical-align: middle;
}
.circle span {
	display: block;
	font-size: 20px;
	color: #333;
}
.img {
	height: 400px;
	margin-top: 70px;
	background-position: center;
	background-size: cover;
}
#hole p, #venue p {
	margin-top: 10px;
	line-height: 16px;
}
#hole .col-xs-12 {
	padding: 0;
}
.rsDefault .rsArrow {
	width: 62px;
}
.rsDefault .rsBullets {
	bottom: 20px;
	background: none;
	font-size: 21px;
	font-weight: 300;
	color: #cf102d;
	cursor: pointer;
	letter-spacing: -2px;
}
.rsDefault .rsBullet {
	width: auto;
	height: auto;
	padding: 10px;
}
.rsBullet.rsNavSelected {
	color: #000;
}
/* Curling */
.curling .intro {
	background: #fff url(../images/curling-intro-bg.jpg) center;
	background-size: cover;
}
.curling #content {
	background: #f4f4f4;
	color: #666;
}
.curling #content p {
	border-color: #dadada;
}
.curling #content p:last-child {
	border: 0;
}
#graeme-mccarrel {
	padding: 40px 15px 45px 15px;
	background-position: center;
	background-size: cover;
}
#graeme-mccarrel h3 {
	margin: 0;
	color: #333;
	letter-spacing: 0;
}
#graeme-mccarrel p {
	margin-top: 15px;
	line-height: 1.2em;
}
#graeme-mccarrel p:first-of-type {
	margin-top: 25px;
}
/* Events */
.events .buttons {
	background: #000;
}
.events .buttons .row > div {
	width: 33.33333334%;
	padding-bottom: 16.66666667%;
	text-align: center;
}
.events .buttons .row div div:first-child {
	opacity: .74;
}
.events .buttons h3 {
	line-height: 1.4em;
	font-size: 1.5em;
	text-shadow: none;
}
#explore {
	padding: 10px 15px 175px 15px;
	background: #fff;
	text-align: center;
}
#explore h3 {
	margin: 0;
}
#venue .modal-header {
	position: absolute;
	width: 100%;
	z-index: 22;
}
#venue .close {
	color: #fff;
}
#venue .modal-body {
	height: 587px;
}
#venue .rsSlide div div {
	padding-top: 425px;
	background-position: center;
	background-size: cover;
}
#venue h2 {
	float: none;
	padding: 0 25px;
	text-transform: none;
}
#venue p {
	padding: 0 25px;
}
#next-button {
	position: absolute;
	left: 25px;
	bottom: 15px;
	text-transform: uppercase;
}
/* Weddings */
.weddings .intro .col-sm-3 {
	text-align: right;
	font-size: .45em;
	color: #333;
}
.weddings .content img:not(.pdf-icon) {
	margin-top: 45px;
}
#submit-button {
	color: #8f0101;
}
.gform_wrapper form {
	text-align: center !important;
}
.gform_wrapper textarea.medium {
	width: 47.5% !important;
}

.gform_wrapper .gfield_required {
	color: #cf102d !important;
}
/* Membership */
.membership #content {
	background: #eaeaea;
}
.membership #content h3 {
	margin: 0;
	font-size: 1.8em;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
}
.membership #content p {
	margin-top: 5px;
}
.membership #content .row:nth-child(2) {
	margin-top: 55px;
}
#contact {
	padding: 70px 15px 55px 15px;
	background: #fff;
	text-align: center;
}
#contact p:first-child {
	margin: 0;
}
/* Contact */
.contact #header-img {
	height: 100%;
}
.contact .intro {
	padding-top: 0;
	text-align: left;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: -.04em;
}
.contact .intro a {
	margin: 0;
}
.btn {
	padding: 10px 45px;
	border-radius: 0;
	font-size: .55em;
	font-weight: 300;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	text-transform: uppercase;
}
.btn-default, .btn-default:hover {
	background: #cf102d !important;
	border: 0;
	color: #fff !important;
}
.contact .intro h2 {
	font-size: 1.7em;
}
.contact .intro h3 {
	margin-top: 5px;
	line-height: 1.7em;
	font-size: 1.25em;
}
#dropdown-menu {
	width: 80%;
	min-width: 280px;
	margin-top: 10px;
	padding: 10px 15px;
	background: #d7d7d7 !important;
	text-align: left;
	font-size: 1.25em;
	color: #4d4239 !important;
	text-transform: none;
}
.down-arrow-icon {
	float: right;
	margin: 15px 0 0 10px;
}
@-moz-document url-prefix() {
	.down-arrow-icon {
		margin-top: -20px;
	}
}
.dropdown-menu {
	width: 80%;
	min-width: 280px;
	margin: 0;
	background: #d7d7d7;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact .intro li {
	padding: 0;
}
.intro .dropdown-menu a {
	color: #4d4239;
}
.contact .intro ul:not(.dropdown-menu) {
	margin-top: 15px;
	padding-left: 25px;
	display: none;
}
#direction1 {
	display: block;
}
.arrow-icon {
	width: 15px;
}
.contact .content-grid .col-sm-5 {
	padding-top: 80px;
}
.contact .content-grid {
	font-size: 1em;
	font-weight: 400;
	color: #333;
}
.contact .content-grid .row:nth-child(1) {
	width: 100%;
}
.contact .content-grid .row .container-fluid div {
	float: left;
	display: block;
	vertical-align: top;
}
.contact .content-grid .row:nth-child(2) {
	margin-top: 20px;
}
.contact .content-grid h2 {
	font-size: 3.1em;
}
.contact .content-grid h3 {
	margin-top: 25px;
	font-size: 1.35em;
	font-weight: 600;
	color: #333;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contact .content-grid h4 {
	margin: 0;
	font-size: 1em;
	color: #333;
}
.contact .content-grid p {
	margin-top: 10px;
}
.contact #content p {
	margin-top: 15px;
	line-height: 1.35em;
}
.contact #content p:first-of-type {
	margin-top: 60px;
}
.contact #content h3 {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #a2a2a2;
	line-height: 1.2em;
	font-size: 1.8em;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
}
.contact #content h3:first-of-type {
	margin-top: 20px;
	padding: 0;
	border: 0;
}
.contact #content .col-sm-6 h3:nth-child(4) {
	margin-top: 40px;
	padding: 0;
	border: 0;
}
.contact #content h4 {
	font-size: 1em;
}
.contact #footer-img {
	height: 740px;
	background-position: top;
}
/* News */
.news #content ul {
	padding: 0;
	list-style: none;
}
#content #subnav {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 1.8em;
}
#subnav li {
	margin-right: 15px;
	padding: 0;
	display: inline;
}
.news #content a {
	color: #333;
}
.news #content a:hover, .news #content .selected {
	color: #cf102d;
}
#posts li {
	margin-top: 35px;
	padding: 0;
}
#posts li:first-child {
	margin-top: 15px;
}
#posts p, #content #posts p:first-of-type {
	margin: 0;
}
.date {
	font-size: 1.35em;
	color: #999;
}
.news #content h2 {
	font-size: 1.8em;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
}
.news #content h3 {
	margin: 0;
	font-size: 1.35em;
	font-weight: 400;
	color: #660000;
	letter-spacing: 0;
}
.news #content h3:first-of-type {
	margin-top: 15px;
}
#content #back-button {
	color: #660000;
}
.news #content p:first-of-type {
	margin-top: 20px;
}
/* Transitions */
blockquote div div div,
.buttons .row div div:first-child,
.buttons .row div div:nth-child(2),
#weddings div:nth-child(2) {
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
}
/* Media Queries */
@media (min-width: 1920px) {
	body {
		font-size: 14px;
	}
	header {
		height: 344px;
		-moz-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .66);
		-ms-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .66);
		-o-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .66);
		-webkit-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .66);
		box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .66);
	}
	.page header {
		-moz-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .33);
		-ms-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .33);
		-o-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .33);
		-webkit-box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .33);
		box-shadow: inset 0 339px 169.5px -169.5px rgba(0, 0, 0, .33);
	}
	#header-img {
		height: 300px;
	}
	.img-band {
		height: 715px;
	}
}
@media (min-width: 1680px) and (max-width: 1919px) {
	body {
		font-size: 13px;
	}
	header {
		height: 241px;
		-moz-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-ms-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-o-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-webkit-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
	}
	.page header {
		-moz-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-ms-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-o-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-webkit-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
	}
	.img-band {
		height: 565px;
	}
}
@media (min-width: 1200px) and (max-width: 1679px) {
	body {
		font-size: 12px;
	}
	header {
		height: 241px;
		-moz-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-ms-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-o-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		-webkit-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
		box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .66);
	}
	.page header {
		-moz-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-ms-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-o-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		-webkit-box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
		box-shadow: inset 0 226px 113px -113px rgba(0, 0, 0, .33);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#hole h2, #venue h2 {
		margin-right: 0;
	}
	.img {
		height: 280px;
	}
	#venue .rsSlide div div {
		padding-top: 395px;
	}
}
@media (max-width: 767px) {
	.img {
		height: 280px;
	}
}
@media (min-width: 768px) {
	.buttons .row div:hover div:first-child {
		-ms-transform: scale(1.01, 1.01);
		-webkit-transform: scale(1.01, 1.01);
		transform: scale(1.01, 1.01);
	}
	.buttons .row div:hover div:nth-child(2) {
		-ms-transform: rotate(45deg) translateX(-50%);
		-webkit-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
	#weddings:hover div:nth-child(2) {
		-ms-transform: rotate(45deg) translateX(-75%);
		-webkit-transform: rotate(45deg) translateX(-75%);
		transform: rotate(45deg) translateX(-75%);
	}
}
@media (max-width: 767px) {
	blockquote {
		padding: 80px 15px 70px 15px;
		font-size: 1.225em;
	}
	header {
		font-size: 1.2em;
	}
	#menu-button div {
		position: relative;
		top: 1px;
	}
	header .col-xs-4 {
		padding-top: 35px;
	}
	header .col-sm-2,
	.content-grid .col-sm-3:first-child,
	.content-grid .col-sm-3.col-sm-pull-6,
	.content-grid.alt .col-sm-3:last-child,
	.weddings .content-grid .col-sm-3.col-sm-pull-3 {
		padding: 0;
	}
	header .col-xs-4 img {
		width: 100%;
		max-width: 102px;
	}
	#navbar-bg {
		-ms-transform: rotate(0deg) translateX(-150%);
		-webkit-transform: rotate(0deg) translateX(-150%);
		transform: rotate(0deg) translateX(-150%);
	}
	.slide-in #navbar-bg {
		-ms-transform: rotate(0deg) translateX(0%);
		-webkit-transform: rotate(0deg) translateX(0%);
		transform: rotate(0deg) translateX(0%);
	}
	.nav {
		margin: 30px 0 0 0;
	}
	.navbar-nav > li:first-child {
		margin-bottom: 20px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 7.5px 15px;
	}
	.navbar-default .navbar-nav > li:first-child a {
		padding: 15px;
	}
	.big a,
	.normal a,
	.content-grid .row div,
	.golf .intro .row:nth-child(2) div,
	#score-cards .row div,
	.contact .content-grid .row {
		display: block;
	}
	.pdf-icon {
		width: 16.5px;
		margin-top: 0;
	}
	footer {
		text-align: center;
	}
	footer .col-sm-6 img,
	footer .col-sm-1:nth-child(1),
	footer .col-sm-1:nth-child(2),
	footer .col-sm-1:nth-child(3),
	footer .col-sm-1:nth-child(4),
	footer .col-sm-1:nth-child(5),
	#scroll,
	.golf .intro .col-sm-2 a,
	/* .img, */
	#hole .row .col-sm-3,
	.rsBullets,
	#explore h3,
	.weddings .intro .col-sm-3 {
		display: none;
	}
	footer .col-xs-12 {
		margin-top: 15px;
		font-size: 2.15em;
		font-weight: 600;
		text-transform: uppercase;
	}
	footer ul li:first-child {
		margin-bottom: 0;
	}
	footer li, footer li:first-child {
		margin: 0 10px;
		display: inline-block;
	}
	footer .col-sm-1 img,
	.circles div:first-child,
	.membership #content .col-sm-offset-2 h3 {
		margin: 0;
	}
	#video-container, .contact #header-img {
		height: 66.66666667%;
	}
	#announcement { height: auto; }
	body.announcement .intro #video-container {
		height: 400px;
	}
	body.announcement .intro #video-container #play-button {
		transform: translateY(-50%);
	}
	#play-button, .membership #content .row:nth-child(2) {
		margin-top: 0;
	}
	#play-button h3 {
		opacity: 0;
	}
	.intro {
		padding: 52.5px 15px 55px 15px;
	}

	body.announcement .intro { padding-top: 0; }
	.intro .row:nth-child(2) {
		margin-top: 50px;
	}
	.intro .intro-copy {
		padding: 70px 15px 0;
	}
	.buttons .row > div, .events .buttons .row > div {
		width: 100%;
		height: 130px;
		padding: 0;
	}
	#slider {
		height: 180px;
	}
	.content-grid .col-sm-3 {
		padding: 25px 25px 30px 15px;
	}
	.content-grid .col-sm-3.col-sm-pull-3,
	.content-grid.alt .col-sm-3 {
		padding: 25px 15px 30px 15px;
	}
	.content-grid .col-sm-6 {
		height: 205px;
	}
	.img-band {
		height: 120px;
	}
	#weddings {
		height: 215px;
	}
	.about #slider {
		height: 100%;
	}
	.touch .about #slider {
		margin-top: -50%;
	}
	.touch .about .rsDefault,
	.touch .about .rsDefault .rsOverflow,
	.touch .about .rsDefault .rsSlide {
		background: transparent;
	}
	.rsDefault .rsGCaption {
		top: 65%;
		font-size: .75em;
	}
	.rsGCaption h2 {
		font-size: 1.35em;
	}
	.rsGCaption p {
		margin-bottom: 5px;
		line-height: 1.25em;
	}
	.about .content-grid .col-sm-6 {
		height: 430px;
	}
	.golf .buttons .row > div {
		width: 50%;
	}
	#score-cards img {
		margin-top: 35px;
	}
	#accolades .col-sm-3:nth-child(2),
	#directions .col-sm-4:nth-child(2) {
		margin-top: 20px;
	}
	#hole {
		font-size: 10px;
	}
	#hole .row > div {
		padding: 0 25px;
	}
	#hole h2 {
		float: none;
		margin: 0;
		text-align: center;
	}
	.circles {
		position: relative;
		left: 50%;
		margin: 5px 0 0 -58.5px;
	}
	#hole .img-responsive {
		height: 200px;
		margin: 70px auto 0 auto;
	}
	#hole p {
		line-height: 14px;
	}
	#explore {
		padding-bottom: 82.5px;
	}
	#venue .rsSlide div div {
		padding-top: 285px;
	}
	.weddings .content-grid .col-sm-3.col-sm-pull-6 {
		padding: 25px 15px 30px 15px;
	}
	.membership #content h3 {
		margin-top: 10px;
	}
	.contact .content-grid .row .container-fluid div {
		float: none;
	}
	.contact .content-grid .row .container-fluid div div:first-child {
		padding-bottom: 0;
	}
	.contact .content-grid .col-sm-6 {
		height: auto;
	}
	.contact .content-grid .col-sm-5:last-child {
		padding-top: 545px;
	}
	#subnav li {
		margin-right: 7.5px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	#navbar-bg {
		width: 100%;
		left: 0;
	}
	.navbar-nav > li {
		width: 50%;
	}
	.navbar-nav > li:first-child {
		width: 100%;
	}
	.navbar-nav > li:nth-child(5),
	.navbar-nav > li:nth-child(6),
	.navbar-nav > li:nth-child(7),
	.navbar-nav > li:nth-child(8),
	.navbar-nav > li:nth-child(9) {
		position: absolute;
		top: 100px;
		left: 50%;
	}
	.navbar-nav > li:nth-child(6) {
		top: 135px;
	}
	.navbar-nav > li:nth-child(7) {
		top: 170px;
	}
	.navbar-nav > li:nth-child(8) {
		top: 205px;
	}
	.navbar-nav > li:nth-child(9) {
		top: 240px;
	}
	.touch .about #slider {
		height: 600px;
		margin-top: -100px;
	}
	.touch .rsDefault .rsGCaption {
		top: 400px;
	}
}

/* The Open */
#carl-pettersson h2,
#bob-charles h2,
#art-wall h2,
#dutch-harrison h2,
#joe-kirkwood h2 {
	/* margin-top: 0; */
}

#carl-pettersson.content-grid,
#bob-charles.content-grid,
#art-wall.content-grid,
#dutch-harrison.content-grid,
#joe-kirkwood.content-grid {
	font-size: 15px;
}

#carl-pettersson.content-grid p,
#bob-charles.content-grid p,
#art-wall.content-grid p,
#dutch-harrison.content-grid p,
#joe-kirkwood.content-grid p {
	line-height: 1.4;
}