/** SETTINGS **/
#fancybox-overlay {
	position: fixed;
}
#fancybox-content {
	height: auto !important;
}
#mf_coursetour .course_holes {
	width: 100%;
	float: left;
	display: none;
}
#mf_coursetour #course_fancybox {
	width: 100%;
	float: left;
	display: none;
	position: relative;
}
#mf_coursetour .course_settings {
	width: 100%;
	float: left;
	display: none;
}
#course_fancybox {
	width: 100%;
	float: left;
}
#course_fancybox #hole_content {
	width: 100%;
	float: left;	
}


/* CYCLE CSS */
.cycle-slideshow {
	width: 100%;
	height: 570px !important;
	float: left;
	overflow: hidden;
	text-align: center;
}
.cycle-slideshow .slide {
	width: 100% !important;
	height: 570px !important;
	float: left;
}
.cycle-slideshow .slide img {
	width: auto;
	height: 100%;
}

#wrap-slide-navigation {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
}
#wrap-slide-navigation li {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}
#wrap-slide-navigation li a {
	display: inline-block;
}
#wrap-slide-navigation li a img {
	display: inline-block;
	border: 1px solid #c5c6c7;
}
#wrap-slide-navigation li a i {
	position: absolute;
	bottom: 17px;
	left: 21px;
	font-size: 25px;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}


/* STYLES */
#fancybox-overlay {
	background-color: #34393e !important;
    opacity: 0.92 !important;
}
#mf_coursetour {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 20px 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
#mf_coursetour .course_map {
	width: 500px;
	height: 400px;
	position: relative;
	display: inline-block;
}
#mf_coursetour .course_map.no-map-image {
	width: 100% !important;
	height: auto !important;
}
#mf_coursetour .course_desc {
	width: 100%;
	float: left;
	margin: 30px 0px;
}
#mf_coursetour .course_desc h3 {
	margin: 0px 0px 20px 0px;
	text-align: left;
}
#mf_coursetour .course_desc .text {
	text-align: left;
	white-space: pre-line;
}
#mf_coursetour .course_desc .text p {
	margin-top: 0px;
}

#mf_coursetour .course_map a.link_hole {
	width: 18px;
	height: 14px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 0px;
	border: 1px solid #493326;
	background: #725945;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	color: #e4d4c4;
	text-decoration: none;
}
#mf_coursetour .course_map.no-map-image a.link_hole {
	position: static;
	border: 0px;
	margin-right: 7px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}

#mf_coursetour .overview_tees {
	width: 360px;
	float: right;
}
#mf_coursetour #course_overview .overview_tees {
	margin-left: 50px;
}
table.table_tees_css {
	width: 100%;
	float: right;
	margin-bottom: 40px;
	border-collapse: collapse;
}
table.table_tees_css tr.group_title {
	text-align: left;
}
table.table_tees_css tr th, table.table_tees_css tr td {
	border: 1px solid #dfe8f0;
} 
table.table_tees_css tr th {
	border-top: 0px;
	border-right: 0px;
	padding: 6px 0px;
}
table.table_tees_css tr td {
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	padding: 10px 0px;
}
table.table_tees_css tr th:first-child , table.table_tees_css tr td:first-child {
	border-left: 0px;
}
table.table_tees_css tr td img {
	float: left;
}
table.table_tees_css tr td span {
	float: left;
	margin: 2px 0px 0px 8px;
}

table.table_tees_css tr.group_title td {
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: #9ebad1;
}
table.table_tees_css tr th {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	color: #9ebad1;
}
table.table_tees_css tr td {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #3b5b79;
}


#course_fancybox .photo_video_wrapper {
	width: 100%;
	height: 45%;
	min-height: 400px;
	float: left;
	position: relative;
}
#course_fancybox .photo_video_wrapper iframe {
	position: relative;
	float: left;
	z-index: 5;
}

#course_fancybox .navigation_wrapper {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0px;
	background: #9ebad1;
}

#course_fancybox .navigation_wrapper .hole_prev {
	position: absolute;
	top: 50%;
	left: 42px;
	font-size: 14px;
	line-height: 22px;
	color: #3b5b79;
	text-decoration: none;
	margin-top: -10px;
}
#course_fancybox .navigation_wrapper .hole_next {
	position: absolute;
	top: 50%;
	right: 42px;
	font-size: 14px;
	line-height: 22px;
	color: #3b5b79;
	text-decoration: none;
	margin-top: -10px;
}


#course_fancybox .hole_description {
	width: 94%;
	float: left;
	padding: 20px 3%;
}
#course_fancybox .hole_description .hole_tees {
	width: 255px;
	min-height: 10px;
	float: left;
	margin-right: 30px;
}
#course_fancybox .hole_description .hole_tees.wide {
	width: 100%;
	margin-right: 0px;
}
#course_fancybox .hole_description .hole_tees.wide table.table_tees_css {
	width: 48%;
	float: left;
	margin-left: 4%;
} 
#course_fancybox .hole_description .hole_tees.wide table.table_tees_css:nth-child(2n) {
	margin-left: 0%;
}

#course_fancybox .hole_description .hole_tees.no-desc {
	width: 650px;
}
#course_fancybox .hole_description .hole_tees.no-desc table.table_tees_css {
	width: 48%;
	float: left;
	margin-left: 4%;
} 
#course_fancybox .hole_description .hole_tees.no-desc table.table_tees_css:nth-child(2n) {
	margin-left: 0%;
}



#course_fancybox .hole_description .hole_info {
	width: 360px;
	min-height: 10px;
	float: left;
}
#course_fancybox .hole_description .hole_info.no-overview {
	width: 598px;
}
#course_fancybox .hole_description .hole_info.no-tees {
	width: 640px;
}
#course_fancybox .hole_description .hole_info.no-overview.no-tees {
	width: 100%;
}
#course_fancybox .hole_description .row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#course_fancybox .hole_description .row.hole_name_par h2 {
	float: left;
	margin: 0 0 10px 0;
}
#course_fancybox .hole_description .row.hole_name_par p.hole_par {
	float: right;
	margin: 0px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3b5b79;
}
#course_fancybox .hole_description .hole_info .text {
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	white-space: pre-line;
}
#course_fancybox .hole_description .hole_info .hole_howtoplay h3 {
	margin: 0px 0px 5px;
}
#course_fancybox .hole_overview_image {
	width: 190px;
	float: right;
	margin-top: 10px;
}
#course_fancybox .hole_overview_image img {
	width: 100%;
	float: left;
}


#course_fancybox table.table_tees_css {
	margin-bottom: 20px;
}