.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #5a7b93 !important;
  width: auto !important; }

.r-tabs .r-tabs-nav .r-tabs-anchor {
  color: white !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  width: auto; }

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: white !important;
  font-weight: 700 !important;
  text-shadow: none;
  text-transform: uppercase;
  background-color: #4b4b4b; }

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

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: .5; }

.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: white !important;
  padding: 15px;
  text-align: center;
  margin: 0 auto 20px;
  display: block; }

@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-accordion-title {
    padding: 0;
    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: 700;
    line-height: 25px; }

  a.r-tabs-anchor:hover {
    color: #024800; } }
.layout1 h1 {
  padding: 20px 0 0 0;
  margin: 0 !important; }

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

.hole-par .row-fluid {
  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: #eee;
  clear: left;
  float: left;
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 40px; }

.parA {
  background-color: #eee;
  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; }

.tabs-table {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
  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;
  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: 700 !important;
  text-align: center;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  height: 60px; }

.tabs-table label:hover {
  cursor: pointer; }

.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: #4b4b4b !important;
  color: white !important;
  z-index: 6;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !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: 0;
  box-sizing: border-box;
  border: 1px solid #f1f1f1; }

.content-tab img {
  width: 12px;
  margin: 0 5px 0 0; }

.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;
  opacity: 1;
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  padding: 0; }

.content-tab div h2 {
  color: #47c; }

.content-tab div p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 0;
  color: #777; }

.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; } }
.tabs-table-2 {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
  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;
  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%;
  letter-spacing: 0;
  font-weight: 700 !important;
  text-align: center;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  height: 60px; }

.tabs-table-2 label:hover {
  cursor: pointer; }

.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: #4b4b4b !important;
  color: white !important;
  z-index: 6;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !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: 0;
  box-sizing: border-box;
  border: 1px solid #f1f1f1; }

.content-tab-2 img {
  width: 12px;
  margin: 0 5px 0 0; }

.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;
  opacity: 1;
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  padding: 0; }

.content-tab-2 div h2 {
  color: #47c; }

.content-tab-2 div p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 0;
  color: #777; }

.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: 400 !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; } }