/* -----------------------------------------
	General Styles
----------------------------------------- */

body {
	background: url(../images/footer-bg.jpg);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	cursor: default;
	font-family: 'Alegreya', serif;
}
h1 {
	font-size: 36px;
	color: #34540e;
}
h2 {
	font-size: 24px;
	color: #34540e;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0;
}
a {
	color: #447917;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.clear {
	clear: both;
}
.chromeframe {
	padding: 10px 0 0 0px;
	text-align: center;
	font-weight: bold;
}
/* -----------------------------------------
	Buttons
----------------------------------------- */

.brown-btn {
	background: url(../images/brown-btn-bg.jpg) repeat-x;
	height: 42px;
	text-align: center;
	padding: 10px 30px;
	border-radius: 7px;
	color: #fff;
	font-family: 'Alegreya', serif;
	text-shadow: 1px 1px 1px #000;
	margin-right: 10px;
}
.green-btn {
	background: url(../images/green-btn-bg.jpg) repeat-x;
	height: 42px;
	text-align: center;
	padding: 10px 30px;
	border-radius: 7px;
	color: #fff;
	font-family: 'Alegreya', serif;
	text-shadow: 1px 1px 1px #000;
}
.brown-btn:hover, .green-btn:hover {
	text-decoration: none;
	color: #FFF;
}

/* -----------------------------------------
	Header
----------------------------------------- */

.header-wrapper {
	background: #fff;
	background: rgba(255,255,255,.92);
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #eee;
}
.header-wrapper h1 {
	margin: 0;
	padding: 0;
}
.logo {
	font-size: 18px;
	font-weight: bold;
	color: #414141;
}
.logo:hover {
	text-decoration: none;
	color: #414141;
}
.header-phone {
	font-family: 'Alegreya', serif;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	cursor: default;
}

/* -----------------------------------------
	Nav
----------------------------------------- */

.main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	cursor: default;
	position: relative;
}
.main-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}
.main-nav li:last-child {
	margin-right: 0;
}
.main-nav li a {
	font-family: 'Alegreya', serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 52px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}
.main-nav li a:hover {
	text-decoration: none;
	color: #000;
}
.main-nav li.here a {
	color: #447917;
}
.main-nav .specials-link {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background: url(../images/green-btn-bg.jpg);
	padding: 4px 10px;
	border-radius: 5px;
}
.main-nav .specials-link:hover {
	color: #fff;
	background: url(../images/brown-btn-bg.jpg);
}
.main-nav li.header-specials {
}
.tick {
	display: none;
	width: 25px;
	height: 22px;
	background: url(../images/tick.png) no-repeat;
	position: relative;
	left: 18px;
	top: -8px;
}
.specials-wrapper {
	display: none;
	position: absolute;
	top: 65px;
	right: 0px;
	height: 170px;
	width: 450px;
	background: url(../images/body-bg.jpg) #fff;
	text-align: left;
	border-radius: 10px;
	padding: 20px 20px 25px 20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}
.specials-wrapper h2 {
	margin-top: -10px;
}
.specials-form {
	margin-top: 20px;
}
.close-specials {
	float: right;
	position: relative;
	top: -20px;
	right: -5px;
}
.specials-wrapper .close-specials .close-link {
	font-family: 'Verdana', 'Arial' sans-serif;
	font-weight: bold;
	padding: 5px;
}

/* -----------------------------------------
	Content
----------------------------------------- */

.content-wrapper {
	background: url(../images/body-bg.jpg);
	min-height: 500px;
}
.section-wrapper {
	background: url(../images/section-gradient.png) repeat-x;
	padding: 40px 0;
	position: relative;
}
.section-nobg {
	padding: 20px 0 40px 0;
}
.inner-header {
	width: 100%;
	height: 200px;
	background-color: #131313;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: auto;
}
.affix {
	margin-top: -150px;
}
.side-nav {
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
	width: 220px;
	padding-bottom: 10px;
	z-index: 50w;
}
.side-nav h3 {
	background: url(../images/brown-btn-bg.jpg);
	color: #fff;
	padding: 0px 20px;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 0 15px 0;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	font-family: 'Alegreya', serif;
	font-size: 18px;
}
.side-nav li {
	margin: 8px 0;
}
.side-nav li a {
	color: #5c5c5c;
	font-weight: bold;
}
.nav-list > .active > a {
	background-color: transparent;
	color: #845a29;
}
.nav-list > .active > a:hover {
	text-decoration: none;
	color: #845a29;
	background: none;
}
.side-nav li a:hover {
	color: #000;
	background: none;
}


/* -----------------------------------------
	Homepage
----------------------------------------- */

.slide-wrapper {
	text-align: center;
	height: 600px;
	width: 100%;
	margin: auto;
}
.slide-wrapper div {
	height: 600px;
	margin: auto;
	width: 100% !important;
	background-repeat: none;
	background-size: cover;
	background-position: center;
}
.slide-wrapper div.first {
	display: block;
}
.home-message {
	font-size: 16px;
	line-height: 24px;
}
.events-inner {
	padding-left: 40px;
}
.events-inner h2 {
	color: #5c5c5c;
	font-family: 'Alegreya', serif;
	font-size: 26px;
	font-weight: bold;
}
.home-events {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-events a {
	display: block;
	-webkit-transition: .2s linear;
}
.home-events a:hover, .home-events a:hover h3 {
	color: #447917;
}
.home-events li {
	display: block;
	margin-bottom: 10px;
}
.event-date {
	float: left;
	width: 70px;
	background: #eeede5;
	border: 1px solid #eee;
	text-align: center;
	font-family: 'Alegreya', serif;
}
.event-month {
	background: #654622;
	color: #fff;
	padding: 3px 0;
}
.event-day {
	font-size: 32px;
	line-height: 45px;
	color: #000;
	position: relative;
	top: -2px;
}
.event-info {
	float: right;
	width: 175px;
	padding-top: 12px;
	font-size: 12px;
	color: #777;
}
.event-info h3 {
	line-height: 18px;
	-webkit-transition: .2s linear;
	cursor: pointer;
	font-weight: bold;
}
.more-events {
	font-family: 'Alegreya', serif;
	text-decoration: underline;
	font-weight: bold;
	color: #447917;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transitions: .2s linear;
	-o-transition: .2s linear;
}
.more-events:hover {
	text-decoration: underline;
}
.home-callouts {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
.home-callouts li {
	display: inline-block;
	margin: 0 86px 0 0;
	padding: 0;
	text-align: center;
	width: 167px;
}
.home-callouts li:last-child {
	margin: 0;
}
.home-callouts a {
	display: block;
	font-family: 'Alegreya', serif;
	font-size: 18px;
	color: #5c5c5c;
	font-weight: bold;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}
.home-callouts a:hover {
	color: #000;
	text-decoration: none;
}
.home-callouts a:hover img {
	-webkit-filter: grayscale(1);
}
.home-callouts img {
	margin-bottom: 15px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}

/* -----------------------------------------
	Golf Course
----------------------------------------- */

.course-tour {
	list-style: none;
	margin: 0;
	padding: 0;
}
.course-tour li {
	display: inline-block;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.course-tour a {
	display: block;
	font-family: 'Alegreya', serif;
	font-size: 18px;
	color: #666;
	text-align: center;
	outline: 0;
}
.course-tour a:hover {
	text-decoration: none;
	color: #000;
}
.course-tour img {
	padding: 3px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	margin-bottom: 5px;	
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}
.course-tour li:hover img {
	-webkit-filter: grayscale(0);
	border: 1px solid #ddd;
}
body .modal {
	width: 700px;
}
.modal-body {
	background: url(../images/body-bg.jpg) #fff;
}
.modal-header {
	background: url(../images/green-btn-bg.jpg);
	padding: 5px 15px;
}
.modal-header h3 {
	font-size: 24px;
	color: #fff;
}
.hole-info {
	float: left;
	width: 240px;
}
.hole-info h3 {
	font-size: 16px;
	font-weight: bold;
	color: #34540E;
}
.blue, .white, .gold, .red {
	font-weight: bold;
}
.blue {
	color: blue;
}
.white {
	color: #ccc;
}
.gold {
	color: #cbb069;
}
.red {
	color: red;
}
.hole-photo {
	float: right;
	width: 400px;
	padding: 5px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 3px #ddd;
}
.rate-table-wrapper {
	background: url(../images/notepad.png) no-repeat;
	padding: 40px 30px;
	width: 270px;
	color: #333;
	float: left;
	margin-right: 10px;
	height: 660px;
}
.rate-table-wrapper h1 {
	font-size: 28px;
	margin: 0 0 5px 0;
	float: left;
	color: #695318;
}
.rate-table-wrapper h2 {
	margin: 15px 0 5px 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
.rate-table-wrapper h3 {
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0px 0;
	font-size: 16px;
	line-height: 16px;
}
.rate-table tr {
	border-bottom: 1px dotted #ccc;
}
.rate-notes {
	font-size: 13px;
	text-align: center;
	position: relative;
	left: -15px;
}

/* -----------------------------------------
	Events
----------------------------------------- */

.event-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.event-list a {
	color: #34540E;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	display: block;
}
.event-list a:hover {
	color: #000;
}
.event-list li {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.event-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.event-list .event-date {
	margin-right: 15px;
}
.event-list .event-info {
	float: left;
	width: 530px;
	padding: 0;
	font-size: 14px;
	color: #666;
}

/* -----------------------------------------
	Contact
----------------------------------------- */

.google-map {
	border: 5px solid #fff;
	line-height: 0;
	box-shadow: 5px 5px 15px #ccc;
	margin-bottom: 20px;
}
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
.col1, .col2, .col3 {
	float: left;
	width: 190px;
	margin-right: 16px;
}
input[type="text"] {
	width: 180px;
	background: #fafafa;
}
input[type="text"]:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	background: #fff;	
}
textarea {
	width: 592px;
	height: 150px;
	background: #fafafa;
}
textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	background: #fff;
}
input[type="submit"] {
	color: #fff;
	border: none;
	padding: 5px 20px;
	background: url(../images/green-btn-bg.jpg);
	border-radius: 5px;
}
label {
	font-weight: bold;
	font-family: 'Alegreya', serif;
}
.required {
	color: #900;
}

/* -----------------------------------------
	Newsletter
----------------------------------------- */

.newsletter-wrapper {
	background: url(../images/newsletter-bg.jpg);
	padding: 20px 0;
	text-align: center;
}
.newsletter-wrapper h2 {
	font-family: 'Alegreya', serif;
	font-size: 21px;
	color: #4a5847;
	text-shadow: 1px 1px 1px #b9cbbb;
}
.newsletter-wrapper input[type="text"] {
	background: #ededed;
	text-align: center;
}
.newsletter-go {
	position: relative;
	top: -6px;
	left: 3px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}
.newsletter-go:hover {
	-webkit-filter: grayscale(1);
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.footer-wrapper {
	padding: 20px;
	font-size: 12px;
	font-family: 'Alegreya', serif;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
.footer-nav li:last-child {
	margin-right: 0;
}
.footer-nav li a {
	color: #666;
	font-weight: bold;
}
.footer-nav a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #666;
}
.copyrights {
	text-align: right;
}