/* Tabs container */
.r-tabs {
/* 	position: relative;

	background-color: #00c5ad;

	border-top: 1px solid #00c5ad;
	border-right: 1px solid #00c5ad;
	border-left: 1px solid #00c5ad;
	border-bottom: 4px solid #00c5ad;
	border-radius: 4px; */

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #275480;
	width:auto !important;
	margin: 0 !important;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 17px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #9cb63d;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
/*   border: 1px solid #000000; */
}

/* Accordion anchor */


/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    font-weight: bold !important;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #024800;
    border-radius: 4px 4px 4px 4px;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */


/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 

.r-tabs-anchor > img {
  border: 2px solid #9a8412;
}




.r-tabs .r-tabs-nav {
    margin: 0 0 20px 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0 2px 8px 0;
    list-style: none;
	padding:0 !important
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-panel h1, .r-tabs-panel h2 {
    margin: 10px 0 10px 0 !important;
}

.r-tabs-panel h1 {
    text-align: center;
}

.r-tabs-panel #HoleMap {
    margin: 0 0 10px 0;
}

.r-tabs-panel a.various img {
    background-color: #fff !important;
    padding: 15px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    margin: 0 auto 20px;
    display: block;
	border: 1px solid #f1f1f1;
}



/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
/*     .r-tabs .r-tabs-nav {
        display: none;
    } */

    .r-tabs .r-tabs-accordion-title {
        /* display: inline; */
		padding: 0 0px 0 0px;
		background-color: #edd9a9;
		border-radius: 4px 4px 4px 4px;
    }
	
	a.r-tabs-anchor {
		color: #424242;
		padding: 0 10px 0 10px;
		font-size: 16px;
		font-weight: bold;
		line-height:25px;
	}
	
	a.r-tabs-anchor:hover {
		color: #024800;
	}
}


.layout1 h1 {
    padding: 20px 0 0 0px;
    margin: 0 !important;
}

.layout1 .table-responsive {
    padding: 20px 0 0 0;
}

.hole-par .row {
    border-bottom: 1px solid #5e4821;
}


.holeA {
	background-color: #005089;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 30px;
}
.yardageA {
	background-color: #EEEEEE;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #000;
	line-height: 40px;
}
.parA {
	background-color: #EEEEEE;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #000;
	border-top: 1px solid #000;
	line-height: 40px;
}
.holeB {
	background-color: #0d2849;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 30px;
}
.yardageB {
	background-color: #E3E3E3;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #000;
	line-height: 40px;
}
.parB {
	background-color: #E3E3E3;
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	color: #000;
	line-height: 40px;
	border-top: 1px solid #000;
}


/*********** Bobacat Course Tour ************/

.tabs-table {
    position: relative;
    margin: 0px auto;
    /* width: 1024px; */
    max-width: 100%;
    overflow: hidden;
    padding-top: 0px;
    margin-bottom: 60px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.tabs-table input {
	position: absolute;
	z-index: 1000;
	width: 33% !important;
	height: 50px;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0;
}
.tabs-table input#tab-2-table {
	left: 33%;
}
.tabs-table input#tab-3-table {
	left: 66%;
}
.tabs-table input#tab-4-table {
	left: 75%;
}
.tabs-table label {
    background: #275480;
    color: #fefefe;
    font-size: 16px !important;
    line-height: 50px;
    position: relative;
    top: 0;
    padding: 20px 20px;
    float: left;
    display: block;
    width: 33.3%;
    letter-spacing: 0;
    font-weight: bold !important;
    text-align: center;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    font-weight: bold !important;
    margin-bottom: 0 !important;
	height: 60px;
}
.tabs-table label:hover {
	cursor: pointer;
	/*background-color: #9cb63d !important;*/
}
.tabs-table label:after {
	content-tab: '';
	background: #fefefe;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs-table input:checked + label {
    background-color: #9cb63d !important;
    color: #fff !important;
    z-index: 6;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.tabs-table label:first-of-type {
	z-index: 4;
}
.tab-label-2 {
	z-index: 4;
}
.tab-label-3 {
	z-index: 3;
}
.tab-label-4 {
	z-index: 2;
}
.tabs-table input:checked + label {
	background: #fefefe;
	color: #1a1a1a;
	z-index: 6;
}
.content-tab {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    background: #fefefe;
    top: 0px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

.content-tab img {
    width: 12px;
	margin: 0 5px 0 0px;
}
.content-tab div {
	position: relative;
	float: left;
	width: 0;
	height: 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: #fefefe;
}
.content-tab div h2 {
	margin-top: 0;
}
.tabs-table .tab-selector-1:checked ~ .content-tab .content-tab-1, 
.tabs-table .tab-selector-2:checked ~ .content-tab .content-tab-2, 
.tabs-table .tab-selector-3:checked ~ .content-tab .content-tab-3, 
.tabs-table .tab-selector-4:checked ~ .content-tab .content-tab-4 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	width: 100%;
	height: auto;
	width: 100%;
	height: auto;
	padding: 0;
}
.content-tab div h2 {
	color: #4477CC;
}
.content-tab div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #777;
}

/* .tab-content-text section input {
    width: 100% !important;
} */

.content-tab table {
    margin-bottom: 0 !important;
}

.content-tab table th {
    text-align: left !important;
	padding: 13px !important;
}

.content-tab table td {
    padding: 13px !important;
    border: 1px solid #f1f1f1;
}

@media screen and (min-width: 220px) and (max-width:979px) {
	.tabs-table input:checked + label {
		font-size: 10px !important;
	}	
	.tabs-table label {
		font-size: 10px !important;
	}
}





/*********** Panther Course Tour ************/

.tabs-table-2 {
    position: relative;
    margin: 0px auto;
    /* width: 1024px; */
    max-width: 100%;
    overflow: hidden;
    padding-top: 0px;
    margin-bottom: 60px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.tabs-table-2 input {
	position: absolute;
	z-index: 1000;
	width: 33% !important;
	height: 50px;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	margin: 0;
}
.tabs-table-2 input#tab-2-table {
	left: 25%;
}
.tabs-table-2 input#tab-3-table {
	left: 50%;
}
.tabs-table-2 input#tab-4-table {
	left: 70%;
}

.tabs-table-2 label {
    background: #275480;
    color: #fefefe;
    font-size: 16px !important;
    line-height: 50px;
    position: relative;
    top: 0;
    padding: 20px 20px;
    float: left;
    display: block;
    width: 25.0%;
    letter-spacing: 0;
    font-weight: bold !important;
    text-align: center;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    font-weight: bold !important;
    margin-bottom: 0 !important;
	height: 60px;
}
.tabs-table-2 label:hover {
	cursor: pointer;
	/*background-color: #9cb63d !important;*/
}
.tabs-table-2 label:after {
	content-tab: '';
	background: #fefefe;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs-table-2 input:checked + label {
    background-color: #9cb63d !important;
    color: #fff !important;
    z-index: 6;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.tabs-table-2 label:first-of-type {
	z-index: 4;
}
.tab-label-2 {
	z-index: 4;
}
.tab-label-3 {
	z-index: 3;
}
.tab-label-4 {
	z-index: 2;
}
.tabs-table-2 input:checked + label {
	background: #fefefe;
	color: #1a1a1a;
	z-index: 6;
}
.content-tab-2 {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    background: #fefefe;
    top: 0px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

.content-tab-2 img {
    width: 12px;
	margin: 0 5px 0 0px;
}
.content-tab-2 div {
	position: relative;
	float: left;
	width: 0;
	height: 0;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: #fefefe;
}
.content-tab-2 div h2 {
	margin-top: 0;
}
.tabs-table-2 .tab-selector-1:checked ~ .content-tab-2 .content-tab-1, 
.tabs-table-2 .tab-selector-2:checked ~ .content-tab-2 .content-tab-2, 
.tabs-table-2 .tab-selector-3:checked ~ .content-tab-2 .content-tab-3, 
.tabs-table-2 .tab-selector-4:checked ~ .content-tab-2 .content-tab-4 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	width: 100%;
	height: auto;
	width: 100%;
	height: auto;
	padding: 0;
}
.content-tab-2 div h2 {
	color: #4477CC;
}
.content-tab-2 div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #777;
}

/* .tab-content-text section input {
    width: 100% !important;
} */

.content-tab-2 table {
    margin-bottom: 0 !important;
}

.content-tab-2 table th {
    text-align: left !important;
	padding: 13px !important;
}

.content-tab-2 table td {
    padding: 13px !important;
    border: 1px solid #f1f1f1;
}

@media screen and (min-width: 220px) and (max-width:979px) {
	.tabs-table-2 input:checked + label {
		font-size: 8px !important;
		font-weight: normal !important;
	}	
	.tabs-table-2 label {
		font-size: 8px !important;
	}
	.col-sm-8.teebox {
		padding: 0;
	}
}

@media screen and (min-width: 980px) and (max-width:1024px) {
	.tabs-table-2 label {
		font-size: 12px !important;
	}
	.tabs-table-2 input:checked + label {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 980px) and (max-width:1400px) {
	.r-tabs .r-tabs-nav .r-tabs-anchor {
		padding: 10px 15px;
	}
}