@font-face
{
	font-family: 'helvetica-neue-condensed-bold';
	src: url( 'fonts/helvetica-neue-condensed-bold.ttf' );
	src: url( 'fonts/helvetica-neue-condensed-bold.eot' )format( 'eot' ), url( 'fonts/helvetica-neue-condensed-bold.woff' ) format( 'woff' ), url( 'fonts/helvetica-neue-condensed-bold.ttf' ) format( 'truetype' ), url( 'fonts/helvetica-neue-condensed-bold.svg' ) format( 'svg' ), url( 'fonts/helvetica-neue-condensed-bold.otf' ) format( 'otf' );
}

.row
{
	margin-bottom: 20px;
}
.row .row
{
	margin-top: 10px;
	margin-bottom: 0;
}
 [
class*="col-"]
{
	padding-top: 15px;
	padding-bottom: 15px;
}

html
{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
}

h6
{
	line-height: 8px;
}

ul
{
	padding-left: 20px;
}

/*-- NAVIGATION BAR */
.scroller
{
	background: url(../images/menubar_bg.jpg) repeat-y left;
	height: 100%;
}

.scroller, .scroller-inner
{
	position: relative;
}

#menu-trigger
{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	width: 45px;
}
#menu-trigger ul
{
	padding: 0;
	margin: 0;
	width: auto;
}
#menu-trigger ul li
{
	padding: 0;
	list-style-type: none;
}

.mp-pusher
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1000;
}

.mp-menu
{
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 11;
	width: 220px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E6E7E8;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after, .mp-level::after, .mp-level::before
{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after, .mp-level::after
{
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after
{
	z-index: -1;
}

.mp-pusher.mp-pushed::after, .mp-level.mp-level-overlay::after
{
	width: 100%;
	height: 100%;
}

.mp-level.mp-level-overlay
{
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before
{
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher, .mp-level
{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open
{
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level, .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level, .mp-menu.mp-overlap > .mp-level.mp-level-open
{
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open)
{
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2
{
	margin: 0;
	padding: 1em;
	color: #24341F;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: bold;
	font-size: 18px;
}

.mp-menu.mp-overlap h2::before
{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2
{
	text-transform: uppercase; /*font-weight: 700; 	letter-spacing: 1px; 	font-size: 1em;*/
}

.mp-overlap .mp-level.mp-level-overlay > h2::before
{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a
{
	display: block;
	padding: 0.9em 1em 0.9em 1.8em;
	outline: none;
	font-size: 14px;
	color: #24341F;
	background: url(../images/divider.jpg) repeat-x;
	text-decoration: none;
}

.mp-menu ul li::before
{
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover
{
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a, .mp-level.mp-level-overlay > ul > li:first-child > a
{
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover, .mp-level.mp-level-overlay > ul > li:first-child > a
{
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
}
/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back
{
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after
{
	font-family: 'linecons';
	position: absolute;
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back, .mp-menu .mp-level.mp-level-overlay > .mp-back::after
{
	background: transparent;
	box-shadow: none;
	color: transparent;
}

.mp-booking
{
	color: #24341F;
	line-height: 16px;
	font-size: 12px;
	padding: 0.7em 1em 0.7em 1.8em;
}


/* Textfield
===================================================*/
.textfield_booking
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	padding: 5px;
	margin-top: 3px;
	overflow: hidden;
	outline: 0;
	border: 0;
	width: 100%;
	resize: none;
}

.search-tee-btn, .search-tee-btn a, .search-tee-btn a:link
{
	width: 185px;
	height: 24px;
	display: block;
	line-height: 24px;
	background-color: #24341F;
	color: #FFF;
	text-align: center;
	margin-bottom: 8px;
}
.search-tee-btn a:hover, .search-tee-btn a:focus
{
	background-color: #959F74;
	color: #FFF;
	text-decoration: none;
}

.cancel-btn, .cancel-btn a, .cancel-btn a:link
{
	width: 185px;
	height: 24px;
	display: block;
	line-height: 24px;
	background-color: #BBB;
	color: #FFF;
	text-align: center;
}
.cancel-btn a:hover, .cancel-btn a:focus
{
	color: #FFF;
	text-decoration: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher, .no-js .mp-pusher
{
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level
{
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level
{
	display: block;
}

.content
{
	padding: 30px 0;
	margin: 0 auto;
}
/*-- NAVIGATION BAR */

/* Home */
#container
{
	margin-left: 45px;
	position: absolute;
	left: 0;
	right: 0;
}


/* element style */
.border_bottom_black
{
	border-bottom: 1px solid #000;
	margin-top: 5px;
}


/* Home */
#template-content
{
	max-width: 1000px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.template-benefits
{
	width: 100%;
	padding: 0;
	margin: 0;
}

.template-upcomingevent
{
	padding: 20px;
	margin: auto;
	background-color: #F0F1E1;
	background-image: url( '../images/home/BIG-Hole-Logo.png' );
	background-repeat: no-repeat;
	background-position: center;
	max-width: 490px;
	width: 100%;
	height: 240px;
	display: block;
	text-align: left;
}

.template-viewcalendar-btn, .template-viewcalendar-btn a, .template-viewcalendar-btn a:link
{
	display: block;
	background-color: #959F74;
	width: 100px;
	height: 22px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	float: right;
	text-decoration: none;
}
.template-viewcalendar-btn a:hover
{
	background-color: #24341F;
	text-decoration: none;
}

.txt_black
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.txt_darkgreen, .txt_darkgreen a
{
	font-size: 14px;
	color: #24341F;
}

.txt_lightgreen
{
	font-size: 12px;
	color: #959F74;
	line-height: 18px;
}
/* Home */

/* Content  */
#content_box
{
	padding: 40px 0;
}

.pagetitle
{
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

.pagesubtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #B9C48D;
}

.sidetitle
{
	font-family: 'helvetica-neue-condensed-bold';
	font-size: 17px;
	color: #B9C48D;
}

.pagecontent
{
	font-size: 12px;
	color: #444;
	line-height: 17px;
	font-weight: normal;
}

#navigation
{
	padding: 0;
	margin: 0;
}
#navigation ul
{
	float: left;
	padding: 0px;
}
#navigation ul li
{
	font-family: 'helvetica-neue-condensed-bold';
	list-style-type: none;
	font-size: 17px;
	padding-bottom: 8px;
}
#navigation ul li a
{
	display: inherit;
	color: #999;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat left;
}
#navigation ul li a:hover
{
	color: #000;
	text-decoration: none;
	background: url(../images/arrow_black.gif) no-repeat left;
}
#navigation ul li.active a
{
	color: #000;
	text-decoration: none;
	background: url(../images/arrow_black.gif) no-repeat left;
}

/* membership */
.clubs
{
	border: 1px solid #ccc;
	padding: 15px;
}
.clubstitle
{
	font-size: 14px;
	color: #FFF;
	background: #589442;
	height: 28px;
	display: block;
	line-height: 26px;
	text-align: center;
}


/* Photo Gallery  */
.album
{
	padding: 15px;
	margin: 0;
	color: #589442;
	font-size: 15px;
	width: 100%;
	max-width: 350px;
	height: auto;
	display: block;
	text-align: left;
	background-color: #F0F1E1;
	text-decoration: none;
}
.album a, .album a:link
{
	color: #589442;
	text-decoration: none;
}
.album a:hover
{
	text-decoration: none;
}

.backtoalbum, .backtoalbum a, .backtoalbum a:link
{
	font-family: 'helvetica-neue-condensed-bold';
	font-size: 16px;
	background-color: #B4BF8B;
	color: #FFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 26px;
	text-decoration: none;
}
.backtoalbum a:hover
{
	background-color: #959F74;
	text-decoration: none;
}
/* Photo Gallery  */

/* background img  */
img.isVisibleSmScreen
{
	display: none;
}
img.isVisibleMdScreen
{
	display: block;
}



@media (min-width: 300px)
{
	img.isVisibleSmScreen
	{
		display: block;
	}
	img.isVisibleMdScreen
	{
		display: none;
	}
}

@media (min-width: 760px)
{
	img.isVisibleSmScreen
	{
		display: block;
	}
	img.isVisibleMdScreen
	{
		display: none;
	}
}

@media (min-width: 900px)
{
	img.isVisibleMdScreen
	{
		display: block;
	}

	img.isVisibleSmScreen
	{
		display: none;
	}
}
/* background img  */

img.isVisibleSmIcon
{
	display: none;
}
img.isVisibleMdIcon
{
	display: block;
}

@media (max-width: 299px)
{
	img.isVisibleSmIcon
	{
		display: inline-block;
	}
	img.isVisibleMdIcon
	{
		display: none;
	}
	img.footerHorizontal {
    	display: none;
    }
    img.footerVertical {
    	display: inline-block;
    }
    img#tripAdvisor {
    	margin-right:60px;
    }
}

@media (min-width: 300px)
{
	img.isVisibleSmIcon
	{
		display: inline-block;
	}
	img.isVisibleMdIcon
	{
		display: none;
	}
}

@media (min-width: 760px)
{
	img.isVisibleSmIcon
	{
		display: inline-block;
	}
	img.isVisibleMdIcon
	{
		display: none;
	}
}

@media (min-width: 991px)
{
	img.isVisibleMdIcon
	{
		display: block;
	}

	img.isVisibleSmIcon
	{
		display: none;
	}
}

@media (min-width: 1250px)
{
	.template-upcomingevent {
		margin-left:-50px;
	}
	img.footerVertical {
    	display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    img.isVisibleSmIcon {
        display: inline-block;
    }
    img.isVisibleMdIcon {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 754px) {
	img.footerHorizontal {
    	display: none;
    }
}

@media only screen and (min-width: 755px) and (max-width: 991px) {
    img.footerVertical {
    	display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px){
    img.footerVertical {
    	display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1240px){
    img.isVisibleMdIcon {
        width:100%;
        display:block;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1159px){
    img.footerVertical {
    	display: none;
    }
}
@media only screen and (min-width: 1160px) and (max-width: 1198px){
    img.footerVertical {
    	display: none;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1270px){
    img.footerVertical {
    	display: none;
    }
}
@media only screen and (min-width: 1271px) and (max-width: 1355px){
    img.footerVertical {
    	display: none;
    }
}

/* Footer  */
.details
{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: auto;
	width: auto;
}

.social_followus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: auto;
	text-align: left;
	font-weight: bold;
}
/* Footer  */


#calendar
{
	width: 100%;
	margin: 0 auto;
}


/* Accordion */
.active
{
	color: #E17009;
	font-weight: bold;
}
div#items, div#msg
{
	width: 30%;
	margin: auto;
}
div#items > div > p
{
	cursor: pointer;
}


/*
.block
{
	float: left; 
}

.block-40
{
	width: 40%;
}

.block-60
{
	width: 60%;
}

.block p
{
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}

.info
{
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding-top: 3em;
	color: rgba(255,255,255,0.5);
}

.info a
{
	font-weight: 700;
	font-size: 0.9em;
}

.info a:hover
{
	color: #336ca6;
}

@media screen and (max-width: 69em)
{
	.block
	{
		float: none;
		width: 100% !important;
	}
}

@media screen and (max-width: 25em)
{

	body
	{
		font-size: 80%;
	}

	.codrops-icon span
	{
		display: none;
	}

}*/