/* CSS Document */
/* Colors */
/* Header */
/*$menu-color                : #f3f3f3;*/
/* Slider */
/* Content */
/* Span */
/* Course Tour */
/* Footer */
/* Fonts */
/* Transitions */
a {
  transition: all 0.3s ease; }
  a:hover {
    color: #252525; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-kk2r67");
  src: url("../fonts/icomoon.eot?#iefix-kk2r67") format("embedded-opentype"), url("../fonts/icomoon.ttf?-kk2r67") format("truetype"), url("../fonts/icomoon.woff?-kk2r67") format("woff"), url("../fonts/icomoon.svg?-kk2r67#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-catering:before {
  content: "\e600"; }

.icon-cup:before {
  content: "\e601"; }

.icon-flag:before {
  content: "\e602"; }

.icon-clubs:before {
  content: "\e603"; }

.icon-heart:before {
  content: "\e604"; }

.icon-world2:before {
  content: "\e606"; }

.icon-file-pdf:before {
  content: "\e608"; }

.icon-file-word:before {
  content: "\e609"; }

.icon-file-excel:before {
  content: "\e60a"; }

.icon-email:before {
  content: "\f003"; }

.icon-map:before {
  content: "\f041"; }

.icon-phone:before {
  content: "\f095"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-left:before {
  content: "\f104"; }

.icon-right:before {
  content: "\f105"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-menu:before {
  content: "\f0c9"; }

.icon-world:before {
  content: "\e605"; }

.slider {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (max-width: 1600px) {
    .slider {
      margin: 0 2.5%;
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .slider {
      width: 100%;
      margin: 0; } }
  .slider .slider-overlay {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 50; }
  .slider .slider-content {
    position: absolute;
    bottom: 10%;
    left: 50px;
    margin: 30px; }
    @media screen and (max-width: 479px) {
      .slider .slider-content {
        bottom: 30%; } }
    .slider .slider-content h1, .slider .slider-content span, .slider .slider-content a {
      color: white !important;
      display: block; }
    .slider .slider-content h1 {
      text-transform: uppercase;
      text-shadow: 1px 1px black;
      font-weight: bold;
      font-size: 50px;
      letter-spacing: 8px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1200px) {
        .slider .slider-content h1 {
          letter-spacing: 6px;
          font-size: 40px; } }
      @media screen and (max-width: 768px) {
        .slider .slider-content h1 {
          letter-spacing: 4px; } }
      @media screen and (max-width: 479px) {
        .slider .slider-content h1 {
          letter-spacing: 2px; } }
    .slider .slider-content span {
      max-width: 500px;
      margin: 10px 0 20px; }
    .slider .slider-content a {
      border: 2px solid #ffffff;
      padding: 7px 40px;
      display: table; }
      .slider .slider-content a:hover {
        color: #252525;
        border: 2px solid #252525;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 479px) {
      .slider .slider-content {
        text-align: center;
        left: 15px;
        bottom: 10px; }
        .slider .slider-content h1 {
          font-size: 30px; }
        .slider .slider-content a {
          margin: 0 auto; } }
  .slider .royalSlider .rsBullet {
    width: 10px;
    height: 10px; }
    .slider .royalSlider .rsBullet span {
      width: 10px;
      height: 10px; }
      .slider .royalSlider .rsBullet span:hover {
        cursor: pointer; }
  .slider .royalSlider .rsNavSelected {
    color: #252525 !important; }
    .slider .royalSlider .rsNavSelected span {
      background: #252525 !important;
      color: #252525 !important; }
  .slider .royalSlider .rsArrowIcn {
    background: none !important;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transition: all 0.3s ease; }
    .slider .royalSlider .rsArrowIcn:hover {
      border-top: 3px solid #252525;
      border-right: 3px solid #252525; }
    @media screen and (max-width: 479px) {
      .slider .royalSlider .rsArrowIcn {
        display: none; } }
  .slider .royalSlider .rsArrowLeft {
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(225deg);
    left: 20px !important; }
    @media screen and (max-width: 479px) {
      .slider .royalSlider .rsArrowLeft {
        left: 0 !important;
        top: -20px !important; } }
  .slider .royalSlider .rsArrowRight {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    right: 20px !important; }
    @media screen and (max-width: 479px) {
      .slider .royalSlider .rsArrowRight {
        right: 0 !important; } }

.shift .arrow-down {
  bottom: 7%; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* General */
html, body {
  margin: 0;
  position: relative;
  height: 100%; }

html {
  width: 100%; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer; }

body, html, table, th, td {
  font-size: 16px !important; }
  @media screen and (max-width: 1200px) {
    body, html, table, th, td {
      font-size: 15px !important; } }

h1, h2, h3, h4, h5, span, a, p, b, div, td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

ul {
  padding-left: 20px;
  box-sizing: border-box; }

ol li {
  clear: left; }

.content p {
  line-height: 140%; }

.acf-map {
  overflow-x: hidden;
  overflow-y: hidden; }

/* IE fix */
img {
  text-decoration: none;
  border: 0px; }

/* Default Wordpress Styling */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Default SASS Styling */
.left {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%; }
  .left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .left {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .left:last-child {
        margin-right: 0; } }

.right {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  margin-right: 0; }
  .right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .right {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .right:last-child {
        margin-right: 0; } }

.one_half {
  width: 50%;
  position: relative;
  float: left;
  display: block;
  padding-right: 10px; }

.one_third {
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  display: block;
  float: left;
  position: relative; }
  .one_third:nth-of-type(3) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .one_third {
      width: 50%;
      padding: 0; } }
  @media screen and (max-width: 479px) {
    .one_third {
      width: 100%; } }

.two_third {
  width: 64.83%;
  position: relative;
  float: left;
  display: block;
  padding-right: 1.5%; }
  @media screen and (max-width: 768px) {
    .two_third {
      width: 50%;
      padding: 0; } }
  @media screen and (max-width: 479px) {
    .two_third {
      width: 100%; } }

.page-template-page-front .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-size: cover;
  -webkit-text-size-adjust: 100%; }

#header {
  background: rgba(255, 255, 255, 0.8);
  display: block; }
  #header .container {
    width: inherit; }
    @media screen and (max-width: 768px) {
      #header .container {
        padding-left: 0;
        padding-right: 0; } }
  #header .navigation {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    overflow: visible; }
    @media screen and (max-width: 1600px) {
      #header .navigation {
        margin: 0 2.5%;
        width: 95%; } }
    @media screen and (max-width: 768px) {
      #header .navigation {
        width: 100%;
        margin: 0; } }
    #header .navigation .nav {
      width: 100%;
      display: block;
      position: relative;
      height: 72px; }
      @media screen and (max-width: 768px) {
        #header .navigation .nav {
          text-align: center;
          height: 59px;
          float: right;
          background: rgba(255, 255, 255, 0.7); } }
      #header .navigation .nav .logo-holder {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%;
        float: left; }
        #header .navigation .nav .logo-holder:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          #header .navigation .nav .logo-holder {
            text-align: center;
            height: 50px;
            margin: 0 auto;
            float: none; } }
        @media screen and (max-width: 479px) {
          #header .navigation .nav .logo-holder {
            text-align: center;
            height: 56px;
            margin: 5px auto 0;
            float: none; } }
        #header .navigation .nav .logo-holder a {
          display: block; }
        #header .navigation .nav .logo-holder img {
          height: 72px;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease; }
          @media screen and (max-width: 960px) {
            #header .navigation .nav .logo-holder img {
              height: 60px;
              margin-top: 6px; } }
          @media screen and (max-width: 768px) {
            #header .navigation .nav .logo-holder img {
              position: relative;
              margin-top: 0px; } }
          @media screen and (max-width: 479px) {
            #header .navigation .nav .logo-holder img {
              height: 50px; } }
      #header .navigation .nav .menu {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 82.9787234043%;
        margin-right: 0; }
        #header .navigation .nav .menu:last-child {
          margin-right: 0; }
        #header .navigation .nav .menu .menu-toggle {
          display: none;
          color: #686868;
          position: absolute;
          top: 60px;
          left: 45%;
          font-size: 16px;
          transition: all 0.3s ease; }
          #header .navigation .nav .menu .menu-toggle i {
            color: #686868; }
          @media screen and (max-width: 768px) {
            #header .navigation .nav .menu .menu-toggle {
              display: block;
              left: 20px;
              top: 20px; } }
        #header .navigation .nav .menu .guests-menu, #header .navigation .nav .menu .members-menu {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-right: 0;
          margin: 0; }
          #header .navigation .nav .menu .guests-menu:last-child, #header .navigation .nav .menu .members-menu:last-child {
            margin-right: 0; }
          @media screen and (max-width: 1200px) {
            #header .navigation .nav .menu .guests-menu, #header .navigation .nav .menu .members-menu {
              text-align: right;
              float: right; } }
          #header .navigation .nav .menu .guests-menu ul, #header .navigation .nav .menu .members-menu ul {
            background-color: #ffffff; }
          #header .navigation .nav .menu .guests-menu li, #header .navigation .nav .menu .members-menu li {
            display: inline-block;
            padding: 26px 1.5% 26px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            position: relative;
            font-size: 14px; }
            @media screen and (max-width: 1200px) {
              #header .navigation .nav .menu .guests-menu li, #header .navigation .nav .menu .members-menu li {
                padding: 26px 2% 26px; } }
            @media screen and (max-width: 1200px) {
              #header .navigation .nav .menu .guests-menu li, #header .navigation .nav .menu .members-menu li {
                padding: 26px 1% 26px;
                font-size: 13px; } }
            @media screen and (max-width: 960px) {
              #header .navigation .nav .menu .guests-menu li, #header .navigation .nav .menu .members-menu li {
                padding: 26px 0.5% 26px;
                font-size: 12px; } }
            #header .navigation .nav .menu .guests-menu li a, #header .navigation .nav .menu .members-menu li a {
              color: #121212; }
              #header .navigation .nav .menu .guests-menu li a span, #header .navigation .nav .menu .members-menu li a span {
                font-style: normal; }
            #header .navigation .nav .menu .guests-menu li .sub-menu, #header .navigation .nav .menu .members-menu li .sub-menu {
              display: none;
              position: absolute;
              padding: 0;
              z-index: 100;
              top: 66px;
              margin-top: 5px;
              text-align: left;
              left: 4px;
              min-width: 100%; }
              #header .navigation .nav .menu .guests-menu li .sub-menu li, #header .navigation .nav .menu .members-menu li .sub-menu li {
                display: block;
                padding: 10px 30px 10px;
                width: 100%;
                text-transform: none;
                font-size: 12px;
                border-bottom: 1px solid #b7b7b7; }
                #header .navigation .nav .menu .guests-menu li .sub-menu li a, #header .navigation .nav .menu .members-menu li .sub-menu li a {
                  display: block;
                  color: #121212;
                  white-space: nowrap;
                  background: #ffffff; }
                #header .navigation .nav .menu .guests-menu li .sub-menu li .sub-menu, #header .navigation .nav .menu .members-menu li .sub-menu li .sub-menu {
                  display: none;
                  position: absolute;
                  top: -6px;
                  left: 102%; }
                #header .navigation .nav .menu .guests-menu li .sub-menu li:hover, #header .navigation .nav .menu .members-menu li .sub-menu li:hover {
                  color: #c9a96e; }
                  #header .navigation .nav .menu .guests-menu li .sub-menu li:hover .sub-menu, #header .navigation .nav .menu .members-menu li .sub-menu li:hover .sub-menu {
                    display: block; }
                #header .navigation .nav .menu .guests-menu li .sub-menu li:last-child .sub-menu a, #header .navigation .nav .menu .members-menu li .sub-menu li:last-child .sub-menu a {
                  text-align: left !important; }
            #header .navigation .nav .menu .guests-menu li:hover .sub-menu, #header .navigation .nav .menu .members-menu li:hover .sub-menu {
              display: block; }
            #header .navigation .nav .menu .guests-menu li:last-child .sub-menu, #header .navigation .nav .menu .members-menu li:last-child .sub-menu {
              left: auto;
              right: -5px; }
          @media screen and (max-width: 768px) {
            #header .navigation .nav .menu .guests-menu, #header .navigation .nav .menu .members-menu {
              display: none; } }
        #header .navigation .nav .menu .members-menu .sub-menu {
          top: 81px; }
        #header .navigation .nav .menu .current-menu-ancestor, #header .navigation .nav .menu .current-menu-parent {
          /*background-color: $primary !important;*/ }
          #header .navigation .nav .menu .current-menu-ancestor a, #header .navigation .nav .menu .current-menu-parent a {
            font-weight: bold;
            color: #c9a96e !important; }
          #header .navigation .nav .menu .current-menu-ancestor .sub-menu a, #header .navigation .nav .menu .current-menu-parent .sub-menu a {
            font-weight: normal; }
        #header .navigation .nav .menu .current-menu-item a {
          color: #c9a96e !important; }

/*body {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/bg.jpg);
  @include media($desktop) {
    background-size: 100%;
	background-position: center -5%;
  }
  @include media($smalldesk) {
    background-size: cover;
	background-position: center top;
  }
  @include media($tablet) {
    background-size: cover;
	background-position: center top;
  }
}*/
.page .wrapper,
.single-course .wrapper,
.single .wrapper,
.product .wrapper {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-text-size-adjust: 100%;
  /*@include media($desktop) {
    background-size: cover;  
  }*/ }
  @media screen and (max-width: 1200px) {
    .page .wrapper,
    .single-course .wrapper,
    .single .wrapper,
    .product .wrapper {
      /*background-size: contain;*/
      background-position: center -5%; } }
  @media screen and (max-width: 960px) {
    .page .wrapper,
    .single-course .wrapper,
    .single .wrapper,
    .product .wrapper {
      background-size: 100% auto;
      background-position: center top; } }
  @media screen and (max-width: 768px) {
    .page .wrapper,
    .single-course .wrapper,
    .single .wrapper,
    .product .wrapper {
      background-size: 150% auto;
      background-position: center top; } }
  @media screen and (max-width: 479px) {
    .page .wrapper,
    .single-course .wrapper,
    .single .wrapper,
    .product .wrapper {
      background-size: 150% auto;
      background-position: center top; } }

.banner {
  height: 40vh;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  text-align: center;
  /*  @include media($mobile-wide) {
	height: 57vh;  
  }*/ }
  @media screen and (max-width: 1400px) {
    .banner {
      height: 37vh; } }
  @media screen and (max-width: 1200px) {
    .banner {
      height: 25vh; } }
  @media screen and (max-width: 960px) {
    .banner {
      height: 260px; } }
  @media screen and (max-width: 890px) {
	.banner {
  	  height: 220px; } }
  @media screen and (max-width: 768px) {
    .banner {
      height: 300px; } }
  @media screen and (max-width: 736px) {
    .banner {
      height: 210px; } }
  @media screen and (max-width: 479px) {
    .banner {
      height: 180px; } }
  .banner p {
    margin: 0;
    font-size: 48px;
    color: #fff;
    font-family: "Old Standard TT", serif;
    padding-top: 12vh;
    display: inline-block; }
    .banner p span {
      border-bottom: 1px solid #c9a96e;
      height: 1px;
      display: block;
      margin: 0 auto;
      width: 54%; }
    @media screen and (max-width: 1200px) {
      .banner p {
        padding-top: 8vh; } }
    @media screen and (max-width: 479px) {
      .banner p {
        padding-top: 30px;
        font-size: 250%;
        line-height: 110%; } }

.main {
  width: 100%;
  padding: 0 2%;
  overflow: visible;
  background: #ffffff;
  display: table; }
  @media screen and (max-width: 960px) {
    .main {
      padding: 0; } }
  @media screen and (max-width: 479px) {
    .main {
      display: block !important; } }
  .main .container {
    display: table-row; }
    @media screen and (max-width: 960px) {
      .main .container {
        display: block; } }
    .main .container .container {
      display: block; }
  .main .content-full-col {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 53.1914893617%; }
    .main .content-full-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .main .content-full-col {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 65.9574468085%;
        float: left !important; }
        .main .content-full-col:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 479px) {
      .main .content-full-col {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0; }
        .main .content-full-col:last-child {
          margin-right: 0; } }
  .main .content.images {
    /*display: table-cell !important;
	vertical-align: top;*/
    float: none !important;
    background: #ffffff;
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 53.1914893617%; }
    .main .content.images:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .main .content.images {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 65.9574468085%;
        float: left !important; }
        .main .content.images:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 479px) {
      .main .content.images {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0;
        /*float: none !important;*/ }
        .main .content.images:last-child {
          margin-right: 0; } }
  .main .image-holder {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 19.1489361702%;
    padding: 48px 0% 38px;
    display: table-cell;
    float: none !important;
    vertical-align: top; }
    .main .image-holder:last-child {
      margin-right: 0; }
    .main .image-holder .holder {
      margin: 0;
      padding: 0; }
      .main .image-holder .holder li {
        list-style: none;
        margin: 0 0 10px;
        padding: 10px 10px 5px;
        background: #ebebeb; }
        .main .image-holder .holder li img {
          margin: 0 auto;
          width: 100%;
          height: auto; }
    @media screen and (max-width: 960px) {
      .main .image-holder {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 27.6595744681%;
        float: left !important; }
        .main .image-holder:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 479px) {
      .main .image-holder {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        width: 90%;
        margin: 0 auto !important;
        float: none !important;
        padding: 20px 0; }
        .main .image-holder:last-child {
          margin-right: 0; } }
  .main .content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    position: relative;
    padding: 40px 2.5%;
    display: table-cell !important;
    vertical-align: top;
    float: none; }
	.main .content.members {
	  padding: 40px 0 !important;	
		}
    .main .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .main .content {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 30px 2%; }
	  .main .content.members {
		width: 95% !important;
		/*padding-left: 0 !important;  
		padding-right: 0 !important;*/  
	  }
	  
		
		 }
    @media screen and (max-width: 960px) {
      .main .content {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 30px 5%; }
		
		.main .content.members {
		  width: 100% !important;
		  padding: 30px 5% 20px !important;
		  display: block !important;
		  float: none !important;
		  margin: 0 !important;
	  }
	  
	  .content.members .container {
		padding: 0 !important;
	   }
	  
	  .main .sidebar.members {
		width: 100% !important;
		padding: 30px 5% 20px !important;
		margin: 0 !important; 
		display: block !important; 
		float: none !important;
	  }
		
		 }
    @media screen and (max-width: 479px) {
      .main .content {
        float: none !important;
        padding: 30px 5% 0px;
        display: block !important; } }
    .main .content h1 {
      margin: 0 0 20px;
      padding: 0;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 600; }
    .main .content h2 {
      margin: 0 0 20px;
      padding: 0;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600; }
    .main .content h3 {
      margin: 30px 0 10px;
      padding: 0;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600; }
    .main .content p {
      margin: 0 0 20px; }
    .main .content p.btn {
      font-weight: 600;
      font-size: 14px;
      background-color: #252525;
      transition: all 0.3s ease;
      border: 2px solid #252525;
      box-shadow: none;
      font-weight: bold;
      border-radius: 0px;
      display: inline-block; }
      .main .content p.btn:hover {
        cursor: pointer; }
      .main .content p.btn a {
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase; }
        .main .content p.btn a:hover {
          color: #c9a96e; }
    .main .content p.pdf {
      background-image: url(../images/icon-download.png);
      background-repeat: no-repeat;
      background-position: left top;
      list-style: none;
      padding-bottom: 8px;
      padding-left: 30px;
      margin-bottom: 10px; }
    .main .content a {
      text-decoration: underline; }
    .main .content ul {
      margin: 0 0 20px; }
      .main .content ul li {
        margin: 0 0 10px; }
    .main .content ul.pdf {
      margin: 10px 0 20px;
      padding: 0; }
      .main .content ul.pdf li {
        background-image: url(../images/icon-download.png);
        background-repeat: no-repeat;
        background-position: left top;
        list-style: none;
        padding-bottom: 8px;
        padding-left: 30px;
        margin-bottom: 10px; }
    .main .content ul.contact-details {
      margin: 0 0 20px;
      padding: 0; }
      .main .content ul.contact-details li {
        list-style: none; }
        .main .content ul.contact-details li strong {
          float: left;
          display: block;
          width: 150px; }
    .main .content hr {
      border: 1px solid #b7b7b7;
      height: 1px;
      margin: 30px auto; }
    .main .content iframe {
      width: 100%;
      border: 0; }
    .main .content iframe.map {
      height: 500px;
      border: 0; }
    .main .content table {
      border-bottom: 0; }
    .main .content table.data {
      border-collapse: collapse;
      margin: 0 0 20px;
      border-bottom: 0; }
      .main .content table.data thead {
        border-top: 2px solid #b7b7b7;
        border-bottom: 2px solid #b7b7b7;
        margin-bottom: 10px; }
        .main .content table.data thead tr th {
          font-weight: 700;
          padding: 5px 0;
          margin-bottom: 10px; }
      .main .content table.data tbody {
        padding: 10px 0 0; }
        .main .content table.data tbody td {
          padding: 8px 0 0px; }
    .main .content table.full {
      width: 100%;
      border-bottom: 0; }
      .main .content table.full tbody td {
        padding: 5px 5px 0 5px; }
  .main .clubs {
    clear: both;
    overflow: hidden; }
    .main .clubs h2 {
      margin: 30px 0 10px; }
    .main .clubs .club {
      float: left;
      width: 50%;
      margin: 0 0 30px; }
      .main .clubs .club h4 {
        font-weight: 600;
        margin: 10px 0 10px;
        font-size: 18px; }
      .main .clubs .club p {
        margin: 0 0 5px; }
        .main .clubs .club p strong {
          font-weight: 600; }
  .main small .post-categories {
    padding: 0;
    margin: 0; }
    .main small .post-categories li {
      float: left;
      list-style: none;
      margin: 0;
      line-height: 120%;
      padding: 0 5px 0 0; }
      .main small .post-categories li a {
        display: block; }

.gform_body .half-field {
  width: 49%;
  float: left;
  clear: none !important; }

.gform_body .quarter-field {
  width: 25%;
  float: left;
  clear: none !important; }

.gform_body #field_3_1,
.gform_body #field_3_4,
.gform_body #field_3_7,
.gform_body #field_3_10,
.gform_body #field_3_13,
.gform_body #field_3_14,
.gform_body #field_3_16 {
  width: 48%;
  margin-right: 3%; }

.gform_body #field_3_8 {
  width: 22%;
  margin-right: 2%; }

.gform_wrapper {
  max-width: 100% !important; }
  .gform_wrapper .top_label .gfield_label {
    margin: 0 !important; }

.gform_heading {
  margin: 0px !important; }

.gform_footer {
  margin-top: 0px !important; }

.gform_title {
  display: none !important; }

.gform_body ul {
  float: none; }
  .gform_body ul li {
    margin-bottom: 20px !important;
    margin: 0;
    font-weight: 600; }
    .gform_body ul li input, .gform_body ul li textarea {
      padding: 10px !important;
      font-size: 13px !important;
      border: 2px solid #d4d4d4;
      width: 100% !important;
      box-sizing: border-box; }
    .gform_body ul li .textarea {
      width: 100% !important;
      border: 2px solid #d4d4d4;
      box-sizing: border-box; }
    .gform_body ul li .name_first {
      margin-right: 20px !important;
      width: calc(50% - 12px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 479px) {
        .gform_body ul li .name_first {
          width: 100% !important;
          margin-bottom: 20px; } }
    .gform_body ul li .name_last {
      width: calc(50% - 14px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 479px) {
        .gform_body ul li .name_last {
          width: 100% !important; } }
  .gform_body ul #field_2_2 {
    width: calc(50% - 12px) !important;
    margin-right: 24px !important;
    display: inline-block !important;
    box-sizing: border-box; }
    @media screen and (max-width: 479px) {
      .gform_body ul #field_2_2 {
        width: 100% !important; } }
  .gform_body ul #field_2_3 {
    width: calc(50% - 12px) !important;
    display: inline-block !important;
    box-sizing: border-box; }
    @media screen and (max-width: 479px) {
      .gform_body ul #field_2_3 {
        width: 100% !important; } }

.gform_button {
  font-style: normal;
  font-size: 14px !important;
  padding: 7px 20px;
  background-color: #252525;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid #252525;
  box-shadow: none;
  font-weight: bold;
  float: right;
  border-radius: 0px; }
  .gform_button:hover {
    background-color: #252525;
    color: #c9a96e;
    border: 2px solid #252525;
    cursor: pointer; }

@media screen and (max-width: 479px) {
  #gform_wrapper_3 .gform_body .half-field {
    width: 100%;
    clear: both; } }

@media screen and (max-width: 479px) {
  #gform_wrapper_3 .gform_body .quarter-field {
    width: 100%;
    clear: both; } }

footer {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  position: relative;
  background-color: #f3f3f3; }
  footer:last-child {
    margin-right: 0; }
  footer .content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    padding: 38px 2% 28px; }
    footer .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 479px) {
      footer .content {
        padding: 30px 2% 28px; } }
    footer .content .block {
      padding-bottom: 50px; }
    footer .content h4 {
      font-size: 13px;
      color: #3d3d3d;
      font-weight: 700;
      margin-bottom: 10px;
      margin-top: 0px;
      position: relative; }
      @media screen and (max-width: 768px) {
        footer .content h4 {
          margin-bottom: 15px; } }
    footer .content .address {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%;
      margin-right: 0; }
      footer .content .address:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 23.4042553191%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 40.4255319149%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
    footer .content .contact {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%;
      margin-right: 0; }
      footer .content .contact:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 23.4042553191%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 40.4255319149%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
    footer .content .copyright {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%;
      margin-right: 0;
      float: right !important; }
      footer .content .copyright:last-child {
        margin-right: 0; }
      footer .content .copyright img {
        float: right; }
      @media screen and (max-width: 960px) {
        footer .content .copyright {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 23.4042553191%;
          margin-right: 0; }
          footer .content .copyright:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        footer .content .copyright {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.8936170213%;
          margin-right: 0; }
          footer .content .copyright:last-child {
            margin-right: 0; } }
  footer p {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 100%;
    margin: 0; }

#wp-content-editor-container html {
  overflow: scroll !important; }

.icon-file-excel, .icon-file-pdf, .icon-file-word {
  display: inline-block !important; }

.subheading {
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  float: left; }

.subtitle {
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  float: left;
  font-size: 30px;
  letter-spacing: 3px;
  text-align: center; }

.large-text {
  font-weight: bold;
  font-size: 19px;
  display: block;
  float: left; }

ul {
  padding-left: 20px;
  clear: both; }

.line-list {
  list-style: none;
  padding-left: 15px; }
  .line-list li {
    font-weight: bold; }
    .line-list li:before {
      content: '|';
      position: relative;
      left: -10px; }

.icon-file-pdf, .icon-file-word, .icon-file-excel {
  margin-right: 20px;
  display: block; }
  .icon-file-pdf:before, .icon-file-word:before, .icon-file-excel:before {
    padding: 0 10px;
    font-size: 24px;
    position: relative;
    top: 4px; }

.search article {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px 0; }
  .search article h4 {
    color: #252525;
    margin: 0 20px;
    font-weight: bold; }
  .search article hr {
    border: 1px solid #d4d4d4 !important; }
  .search article p {
    margin: 5px 20px; }
  .search article a {
    color: #252525; }

.search .nav a {
  font-weight: bold;
  color: #252525;
  font-size: 20px; }
  .search .nav a:hover {
    color: #133a59; }

.splash-image {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  max-height: 300px !important; }
  @media screen and (max-width: 1600px) {
    .splash-image {
      margin: 0 2.5%;
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .splash-image {
      width: 100%;
      margin: 0; } }
  .splash-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .splash-image img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block;
    width: 100% !important;
    height: auto !important; }
  @media screen and (max-width: 479px) {
    .splash-image {
      height: 150px; }
      .splash-image img {
        width: auto !important;
        height: 150px !important;
        left: -75%;
        position: relative;
        top: 0%; } }

@media screen and (max-width: 768px) {
  .menu #nav {
    display: none; } }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  float: left;
  z-index: 200;
  overflow-y: scroll;
  max-height: 100%; }
  .mobile-menu .menu-toggle {
    display: block;
    width: 100%;
    color: #686868;
    padding-left: 23px; }
  .mobile-menu ul {
    padding: 0; }
  .mobile-menu #nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    width: 100%; }
    .mobile-menu #nav a {
      color: #686868; }
    .mobile-menu #nav li {
      border-bottom: 1px solid #686868;
      width: 100%;
      padding: 0 20px;
      position: relative;
      display: block; }
      .mobile-menu #nav li a {
        padding: 15px 0;
        clear: left;
        display: block;
        transition: all 0.3s ease; }
        .mobile-menu #nav li a:hover {
          color: #252525; }
      .mobile-menu #nav li .sub-menu {
        z-index: 300;
        display: none;
        width: 100vw;
        left: -20px;
        position: relative;
        float: left; }
        .mobile-menu #nav li .sub-menu li {
          padding-left: 40px; }
          .mobile-menu #nav li .sub-menu li .sub-menu {
            left: -40px; }
            .mobile-menu #nav li .sub-menu li .sub-menu li {
              padding-left: 60px; }
      .mobile-menu #nav li:hover .sub-menu {
        display: block; }

.mobile-members {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  text-align: right;
  color: #ffffff;
  padding-top: 65px; }
  @media screen and (max-width: 479px) {
    .mobile-members {
      padding-top: 42px; } }
  .mobile-members .members-link {
    margin: 0;
    text-transform: uppercase;
    color: #686868;
    padding-right: 20px; }
    @media screen and (max-width: 479px) {
      .mobile-members .members-link {
        padding-right: 10px; } }
  .mobile-members .dropdown {
    display: block;
    position: relative;
    padding: 20px 20px 10px;
    width: 100%;
    text-align: center; }
    .mobile-members .dropdown input {
      display: inline; }
    .mobile-members .dropdown label {
      min-width: 150px;
      display: inline-block;
      color: #686868;
      margin-bottom: 7px; }
    .mobile-members .dropdown input[type=text], .mobile-members .dropdown input[type=password] {
      min-width: 150px;
      height: 23px; }
    .mobile-members .dropdown input[type=submit] {
      text-transform: uppercase;
      width: 50%;
      background-color: transparent;
      border: 2px solid #686868;
      padding: 10px;
      color: #686868;
      margin: 5px 0;
      transition: all 0.3s ease; }
      @media screen and (max-width: 479px) {
        .mobile-members .dropdown input[type=submit] {
          width: 70%; } }
      .mobile-members .dropdown input[type=submit]:hover {
        color: #252525;
        border: 2px solid #252525;
        cursor: pointer; }
    .mobile-members .dropdown a {
      margin-top: 5px;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      text-transform: none;
      color: #686868; }
      .mobile-members .dropdown a:hover {
        color: #252525; }
    .mobile-members .dropdown:hover {
      display: block; }
  .mobile-members:hover .members-link {
    cursor: pointer;
    border-bottom: 9px solid rgba(255, 255, 255, 0.8);
    color: #252525; }
  .mobile-members .menu {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    width: 100%; }
    .mobile-members .menu a {
      color: #686868; }
    .mobile-members .menu li {
      border-bottom: 1px solid #686868;
      width: 100%;
      padding: 0 20px;
      position: relative;
      display: block; }
      .mobile-members .menu li a {
        padding: 15px 0;
        clear: left;
        display: block;
        transition: all 0.3s ease; }
        .mobile-members .menu li a:hover {
          color: #252525; }
      .mobile-members .menu li .sub-menu {
        z-index: 300;
        display: none;
        width: 300px;
        left: -20px;
        position: relative;
        float: left; }
        .mobile-members .menu li .sub-menu li {
          padding-left: 40px; }
          .mobile-members .menu li .sub-menu li .sub-menu {
            left: -40px; }
            .mobile-members .menu li .sub-menu li .sub-menu li {
              padding-left: 60px; }
      .mobile-members .menu li:hover .sub-menu {
        display: block; }

.shrink .mobile-menu {
  padding: 25px 0 0; }

.shrink .mobile-members {
  padding-top: 27px; }
  .shrink .mobile-members .members-link {
    padding-right: 20px; }

.splash-members {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1600px) {
    .splash-members {
      margin: 0 2.5%;
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .splash-members {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 479px) {
    .splash-members {
      height: 100px; } }
  .splash-members .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .splash-members img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block;
    width: 100% !important;
    height: auto !important; }
    @media screen and (max-width: 479px) {
      .splash-members img {
        width: auto !important;
        height: 100% !important;
        left: -30%;
        position: relative; } }

.members {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  padding-top: 0px; }
  .members .members-sidebar {
    width: 290px;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    padding-right: 20px;
    margin-top: 89px; }
    .members .members-sidebar .members-menu {
      padding: 0;
      list-style: none;
      margin: 0; }
      .members .members-sidebar .members-menu li {
        width: 100%; }
        .members .members-sidebar .members-menu li a {
          text-align: center;
          background-color: #252525;
          font-size: 20px;
          line-height: 20px;
          width: 100%;
          color: white;
          display: block;
          padding: 12px 20px;
          margin: 6px 0 7px;
          font-weight: bold;
          -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14); }
          .members .members-sidebar .members-menu li a:hover {
            background-color: #133a59; }
          .members .members-sidebar .members-menu li a:first-child {
            margin-top: 0; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .members-menu {
          display: none; } }
    .members .members-sidebar .fb-page, .members .members-sidebar .events {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
      position: relative; }
      .members .members-sidebar .fb-page:last-child, .members .members-sidebar .events:last-child {
        margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .members .members-sidebar .fb-page {
        display: none; } }
    .members .members-sidebar .events {
      padding: 20px 15px 0; }
      .members .members-sidebar .events > h3 {
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
      .members .members-sidebar .events .eo-events {
        list-style: none;
        margin-top: 10px;
        display: block;
        float: left;
        padding: 0;
        width: 100%; }
        .members .members-sidebar .events .eo-events li {
          margin-top: 20px;
          display: block;
          float: left; }
          @media screen and (max-width: 1200px) {
            .members .members-sidebar .events .eo-events li {
              width: 33.33333%; }
              .members .members-sidebar .events .eo-events li h3 {
                font-size: 14px;
                margin: 0; } }
          .members .members-sidebar .events .eo-events li a .day {
            color: white;
            padding: 13px 15px;
            background-color: #b7b7b7;
            font-size: 24px;
            margin-right: 10px;
            transition: all 0.3s ease; }
            .members .members-sidebar .events .eo-events li a .day:hover {
              background-color: #252525; }
          .members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
            position: relative;
            top: -15px;
            left: 5px;
            font-weight: bold;
            color: #000000; }
          .members .members-sidebar .events .eo-events li h3 {
            margin: 0; }
            .members .members-sidebar .events .eo-events li h3 a {
              position: relative;
              left: 70px;
              top: -15px;
              letter-spacing: 1px; }
          @media screen and (max-width: 1200px) {
            .members .members-sidebar .events .eo-events li {
              text-align: center; }
              .members .members-sidebar .events .eo-events li .month {
                margin-top: 20px; }
              .members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
                left: auto;
                top: auto;
                display: block; }
              .members .members-sidebar .events .eo-events li h3 a {
                left: auto;
                top: auto;
                display: block; } }
      .members .members-sidebar .events .calendar-view {
        position: absolute;
        top: 24px;
        right: 20px;
        font-size: 13px; }
        .members .members-sidebar .events .calendar-view:hover {
          color: #252525; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .events {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%;
          margin-right: 0;
          margin-top: 30px;
          margin-bottom: 0; }
          .members .members-sidebar .events:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        .members .members-sidebar .events {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-top: 0; }
          .members .members-sidebar .events:last-child {
            margin-right: 0; } }
    .members .members-sidebar .weather {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0;
      position: relative;
      padding: 20px 0; }
      .members .members-sidebar .weather:last-child {
        margin-right: 0; }
      .members .members-sidebar .weather h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 10px; }
      .members .members-sidebar .weather .links {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0;
        margin: 7px 0; }
        .members .members-sidebar .weather .links:last-child {
          margin-right: 0; }
        .members .members-sidebar .weather .links a {
          font-size: 13px;
          display: inline-block; }
      .members .members-sidebar .weather #weatherFeed {
        display: block;
        float: left;
        width: 100%; }
        .members .members-sidebar .weather #weatherFeed .weatherTitle {
          position: absolute;
          top: 6px;
          right: 20px; }
          @media screen and (max-width: 768px) {
            .members .members-sidebar .weather #weatherFeed .weatherTitle {
              top: 6px; } }
        .members .members-sidebar .weather #weatherFeed div {
          width: 33.333333%;
          display: block;
          float: left;
          text-align: center; }
          .members .members-sidebar .weather #weatherFeed div b {
            font-weight: bold; }
          .members .members-sidebar .weather #weatherFeed div span {
            display: block; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .weather {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%;
          margin-right: 0;
          margin-top: 30px; }
          .members .members-sidebar .weather:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 479px) {
        .members .members-sidebar .weather {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-top: 0; }
          .members .members-sidebar .weather:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      .members .members-sidebar {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin: 0; }
        .members .members-sidebar:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 1600px) {
    .members {
      margin: 0 2.5%;
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .members {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 479px) {
    .members {
      padding-bottom: 0px; } }
  .members .heading {
    margin: 20px 0 !important;
    left: -15%;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .members .heading {
        left: auto; } }
  .members .members-content {
    width: 910px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left; }
    @media screen and (max-width: 768px) {
      .members .members-content {
        padding: 0 !important; } }
    .members .members-content .featured-post {
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden; }
      .members .members-content .featured-post:last-child {
        margin-right: 0; }
      .members .members-content .featured-post img {
        min-height: 200px;
        width: auto; }
        @media screen and (max-width: 479px) {
          .members .members-content .featured-post img {
            min-height: 150px;
            height: 150px; } }
      .members .members-content .featured-post .read_more_link {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-weight: bold;
        border: 2px solid #252525;
        padding: 5px 20px;
        font-size: 14px;
        text-transform: uppercase;
        z-index: 1000; }
        .members .members-content .featured-post .read_more_link:hover {
          border: 2px solid #252525;
          color: #252525; }
        @media screen and (max-width: 479px) {
          .members .members-content .featured-post .read_more_link {
            bottom: 13px;
            right: 15px;
            padding: 5px 10px;
            font-size: 12px; } }
      .members .members-content .featured-post small {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-style: italic; }
    .members .members-content .column {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .members .members-content .column:last-child {
        margin-right: 0; }
      @media screen and (max-width: 479px) {
        .members .members-content .column {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-right: 0; }
          .members .members-content .column:nth-child(2n) {
            margin-right: 2.1276595745%; }
          .members .members-content .column:nth-child(2n+1) {
            clear: none; }
          .members .members-content .column:last-child {
            margin-right: 0; } }
      .members .members-content .column .panel {
        border: 1px solid #252525;
        border-radius: 2px;
        position: relative;
        margin-bottom: 20px;
        height: 100%;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
        .members .members-content .column .panel h2 {
          color: white;
          width: 100%;
          margin: 0px;
          margin-bottom: 10px;
          font-size: 17px;
          position: relative;
          padding: 10px 15px;
          background: #252525;
          box-sizing: border-box; }
        .members .members-content .column .panel p {
          font-size: 14px;
          margin: 5px 10px; }
        .members .members-content .column .panel ul {
          list-style: none; }
        .members .members-content .column .panel a {
          color: #252525;
          transition: all 0.3s ease; }
          .members .members-content .column .panel a:hover {
            text-decoration: underline; }
        .members .members-content .column .panel td {
          padding: 5px 10px; }
    .members .members-content .flDateHeading {
      position: relative !important;
      color: black !important;
      top: 0 !important;
      left: 0 !important;
      font-size: 14px !important;
      text-shadow: none !important; }
      .members .members-content .flDateHeading span {
        color: #252525 !important; }
    @media screen and (max-width: 1200px) {
      .members .members-content {
        width: 100%;
        padding: 0; } }

.login {
  position: relative;
  left: 130px; }
  @media screen and (max-width: 1200px) {
    .login {
      left: 0; } }
  .login .left {
    text-align: center; }
    .login .left form {
      background-color: rgba(255, 255, 255, 0.8);
      margin: 0 10%;
      padding: 20px;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
      .login .left form span, .login .left form a {
        color: #686868; }
      .login .left form input {
        border: 2px solid #252525;
        line-height: 30px;
        width: 200px;
        margin: 5px 0;
        padding: 0 10px;
        font-size: 16px; }
      .login .left form .remember {
        display: inline-block; }
        .login .left form .remember input[type=checkbox] {
          display: inline-block;
          width: 20px; }
      .login .left form input[type=submit] {
        transition: all 0.3s ease; }
        .login .left form input[type=submit]:hover {
          cursor: pointer;
          border: 2px solid #252525;
          color: #252525; }
  .login .right small {
    margin-top: 10px;
    display: block; }

.row.mobileFriendly {
  width: 100%;
  padding: 40px 2% 40px;
  margin: 0; }
  .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 {
    width: 40%;
    margin: 0;
    display: block;
    float: left; }
    @media screen and (max-width: 479px) {
      .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 {
        width: 100%;
        float: none;
        padding: 0 -15px 30px;
        margin-bottom: 20px; } }
    .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 h1 {
      font-size: 34px;
      margin-top: 0px; }
    .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .col-md-4 {
      width: 100%;
      padding: 0; }
      .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .col-md-4 .btn.btn-primary.btn-block {
        width: 20%;
        float: right;
        background: #c9a96e !important;
        color: #ffffff;
        border: 0px;
        clear: both;
        margin: 0 0 20px; }
        @media screen and (max-width: 960px) {
          .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .col-md-4 .btn.btn-primary.btn-block {
            width: 100%; } }
      .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .col-md-4 .input-group {
        width: 100%;
        display: block;
        background: none;
        border: 0; }
    .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .input-group-addon {
      background: none;
      border: 0;
      padding: 0;
      width: 30%;
      float: left;
      display: block;
      text-align: left;
      margin-top: 3px;
      font-size: 100%; }
      @media screen and (max-width: 960px) {
        .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .input-group-addon {
          width: 100%;
          margin-bottom: 5px; } }
    .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .form-control {
      border: 0;
      padding: 0;
      box-shadow: none;
      width: 65%;
      float: right;
      margin: 0 0 15px; }
      @media screen and (max-width: 960px) {
        .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .form-control {
          width: 100%; } }
      .row.mobileFriendly .col-md-8.col-md-offset-2.col-sm-offset-1 form .form-control input {
        width: 100%;
        float: right;
        display: block;
        height: 30px;
        padding: 5px; }
  .row.mobileFriendly .col-md-6.col-md-offset-3 {
    width: 55%;
    float: right;
    margin: 0; }
    @media screen and (max-width: 479px) {
      .row.mobileFriendly .col-md-6.col-md-offset-3 {
        width: 100%;
        float: none; } }
    .row.mobileFriendly .col-md-6.col-md-offset-3 h2 {
      font-size: 32px;
      margin-top: 0px; }
    .row.mobileFriendly .col-md-6.col-md-offset-3 h4 {
      margin: 20px 0 10px; }

.tab_off {
  background-color: #EBEDED;
  background-image: none; }

.tab_on, .tab_off {
  border-bottom: 1px solid silver;
  height: 62px; }

.members table {
  border: 0 !important; }
  .members table .portal {
    border: 0px; }
    .members table .portal table .portal {
      background-color: #EBEDED;
      border: 0;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
      .members table .portal table .portal tr th {
        padding: 5px 20px;
        background-color: #252525; }
      .members table .portal table .portal td {
        padding: 10px 20px;
        border: 0; }
  .members table tr td {
    padding: 5px; }
    .members table tr td:last-child {
      padding: 5px; }

/*.product .wrapper {
  background-position: center center;
  background-size: cover; }*/

.product .banner {
  height: 25vh; }

.block {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
  .block:last-child {
    margin-right: 0; }
  .block:nth-child(3n) {
    margin-right: 0; }
  .block:nth-child(3n+1) {
    clear: left; }
  .block h2 {
    color: white;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    background: #252525; }
  .block .block-wrap {
    padding: 10px;
    display: block;
    float: left;
    min-height: 150px; }
    .block .block-wrap p {
      font-size: 14px;
      margin: 5px 10px; }
    .block .block-wrap table {
      margin: 0px 10px 10px; }
    .block .block-wrap ul {
      list-style: none; }
    .block .block-wrap .portalLink {
      margin-bottom: 10px;
      display: block;
      padding-left: 10px; }
      .block .block-wrap .portalLink a {
        font-size: 14px;
        color: #252525;
        transition: all 0.3s ease;
        margin: 5px 10px; }
        .block .block-wrap .portalLink a:hover {
          color: #133a59; }

a.btn-default.btn-lg {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  background: #c9a96e;
  transition: all 0.3s ease;
  padding: 5px;
  margin: 0 0 5px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase; }
  a.btn-default.btn-lg:hover {
    color: #133a59; }

#masonry-posts .grid-sizer {
  width: 32%; }

#masonry-posts .gutter-sizer {
  width: 2%; }

#masonry-posts .portal-box {
  width: 30%;
  padding: 0; }
  @media screen and (max-width: 479px) {
    #masonry-posts .portal-box {
      width: 100% !important;
      margin: 0 0 30px; } }
  #masonry-posts .portal-box .content img {
    display: none; }
  #masonry-posts .portal-box .feature-image img {
    width: 100%;
    height: auto; }
  #masonry-posts .portal-box .content {
    background: #ebebeb;
    padding: 2% 5% 5%;
    width: 100%;
    display: block !important;
    margin-bottom: 40px; }
    #masonry-posts .portal-box .content h4 a {
      font-weight: 600;
      text-decoration: none; }
    #masonry-posts .portal-box .content p {
      font-size: 15px; }
      #masonry-posts .portal-box .content p a {
        font-weight: 600;
        font-size: 14px;
        color: #c9a96e; }

.content.members .container {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 2.5% 0 0; }
  .content.members .container .members-content {
    width: 100%; }
    .content.members .container .members-content .royalSlider .feature-image {
      width: 55%;
      float: left; }
      .content.members .container .members-content .royalSlider .feature-image img {
        width: 100% !important;
        height: auto; }
    .content.members .container .members-content .royalSlider .copy {
      width: 45%;
      float: left;
      color: #ffffff;
      font-size: 100%;
      padding: 2% 3%;
      /*h3 {
		  color: $accent;
		  font-size: 150%;
		  margin: 0 0 20px;
		}*/ }
      .content.members .container .members-content .royalSlider .copy p {
        color: #ffffff; }
      .content.members .container .members-content .royalSlider .copy p.header {
        color: #ffffff;
        font-family: "Old Standard TT", serif;
        text-transform: uppercase;
        font-size: 24px;
        position: relative;
        margin: 0 0 30px;
        text-align: center; }
		
		
		/* Slider Overrides */
		.content.members .container .members-content .royalSlider .feature-image {
			width: 100%;
			height: 100%;
			float: left;	
		}
		
		.content.members .container .members-content .royalSlider .feature-image img {
			width: 100% !important;
			height: auto !important;	
		}
		
		.content.members .container .members-content .royalSlider .copy {
			width: 35%;
			float: none;
			position: absolute;
			right: 0;
			height: 100%;
			background: rgba(0,0,0,1);
		}
		
		.content.members .container .members-content .royalSlider .copy p.header span {
			background: none !important;	
		}
		
		.content.members .container .members-content .royalSlider .copy p.header:before {
			border-top: 0 !important;	
		}
		
		.content.members .container .members-content .royalSlider .copy p.btn {
			border: 0;	
		}
		
		.content.members .container .members-content .royalSlider .copy .read_more_link {
			display: none !important;	
		}
		
		@media screen and (max-width: 960px) {
			/* Fixing Slider for smaller screens - 27/4/16 */
			.members-content .royalSlider {
				width: 100%;	
				height: 540px;
			}
			.content.members .container .members-content .royalSlider .feature-image {
				width: 100%;	
				float: none;
				text-align: center;
				height: auto;
			}
			.content.members .container .members-content .royalSlider .feature-image img {
				width: auto !important;
				height: 330px !important;
			}
			.content.members .container .members-content .royalSlider .copy {
				width: 100%;
				background: #222;
				position: relative;
				right: inherit;
				height: auto;
			}	
		}
        @media screen and (max-width: 740px) {
          .content.members .container .members-content .royalSlider .copy p.header {
            margin: 0 0 20px; }
				
			.content.members .container .members-content .royalSlider .feature-image img {
				width: auto !important;
				height: 290px !important;
			}
	  }
	  @media screen and (max-width: 480px) {
		    .content.members .container .members-content .royalSlider .feature-image img {
				width: 100% !important;
				height: auto !important;
			}
	  }
      .content.members .container .members-content .royalSlider .copy p.header:before {
        content: "";
        display: block;
        border-top: solid 1px #c9a96e;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 15px;
        z-index: 1; }
      .content.members .container .members-content .royalSlider .copy p.header span {
        background: #252525;
        padding: 0 10px;
        position: relative;
        z-index: 5;
        color: #ffffff;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 1px;
        font-family: "Old Standard TT", serif;
        text-transform: uppercase; }
      .content.members .container .members-content .royalSlider .copy p.btn {
        background: #c9a96e; }
        .content.members .container .members-content .royalSlider .copy p.btn a {
          color: #ffffff;
          font-weight: 600; }

.product table {
  width: 100%;
  border-bottom: 1px solid;
  background-repeat: no-repeat !important; }
  .product table th {
    padding: 1%; }
  .product table td {
    text-align: center; }

.product .row.mobileFriendly table {
  color: pink; }

.post-data {
  margin: 0 0 10px;
  display: block;
  overflow: hidden; }

.eo-events li {
  margin-bottom: 20px; }

.content-wp .event {
  overflow: hidden;
  margin-bottom: 20px; }

#memberSearch:before,
#eventListForm:before {
  display: none !important; }

#mainLayout .ui-panel.ui-widget-content {
  font-size: 90%; }

#mainLayout .ui-datatable.ui-widget.clearBoth {
  font-size: 16px; }

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-current {
  font-size: 14px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: transparent; }

.teetime-day-table p, .teetime-day-table span, .teetime-day-table a, .teetime-day-table li, .teetime-day-table h2, .teetime-day-table h3, .teetime-day-table h4 {
  color: white; }

.teetime-fixtures-table {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  .teetime-fixtures-table .row {
    border-bottom: 0 !important; }
    .teetime-fixtures-table .row .row-heading h3 {
      color: white !important; }

.btn-primary, .btn-grey {
  margin-left: 5px !important; }
  .btn-primary .btn-label, .btn-primary .glyphicon, .btn-primary .caret, .btn-grey .btn-label, .btn-grey .glyphicon, .btn-grey .caret {
    color: white; }

#datepicker {
  border: 1px solid #cbcbcb;
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px; }

.item-remove {
  position: relative;
  top: 25px;
  left: -20px; }
  .item-remove .link-removeItem:hover span {
    color: red; }

.checkout-transaction {
  margin-bottom: 10px; }
  .checkout-transaction hr {
    margin: 10px 0 !important;
    border: 1px solid #eee !important; }
  .checkout-transaction .group-name {
    padding-left: 10px;
    margin-top: 14px;
    position: relative;
    display: block;
    float: left; }
  .checkout-transaction .fee-name {
    padding-left: 30px; }
  .checkout-transaction .remove-booking {
    position: relative;
    top: 3px;
    left: -25px; }
    .checkout-transaction .remove-booking .link-removeItem:hover span {
      color: red; }

.event-nav span, .event-nav i {
  color: white; }

.event-nav .event-editdays {
  top: 30px !important;
  left: 108px !important; }

.btn-book-group, .btn-clear {
  background-color: #252525 !important; }

#ts-header .glyphicons-reg {
  color: white !important; }

.my-booking span {
  color: #252525; }
  .my-booking span:hover {
    color: #252525; }

.modal-dialog {
  margin: 10% auto !important; }

.password .portal {
  margin: 10px 0;
  width: 300px;
  text-align: left !important;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
  .password .portal th {
    display: none; }
  .password .portal input, .password .portal textarea {
    padding: 5px !important;
    font-size: 13px !important;
    border: 2px solid #d4d4d4;
    width: 70% !important;
    box-sizing: border-box;
    margin: 0 auto;
    display: block; }
  .password .portal input[type=submit] {
    border: 2px solid #252525;
    color: white;
    background-color: #252525;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
    transition: all 0.3s ease; }
    .password .portal input[type=submit]:hover {
      cursor: pointer;
      background-color: white;
      color: #252525; }

#memberSearch, #eventListForm {
  margin-top: 90px; }
  #memberSearch:before, #eventListForm:before {
    content: "Members Directory";
    color: #252525;
    display: block;
    font-size: 40px;
    font-weight: bold;
    height: 49px;
    left: 15%;
    top: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      #memberSearch:before, #eventListForm:before {
        left: 20%; } }
    @media screen and (max-width: 479px) {
      #memberSearch:before, #eventListForm:before {
        left: 0; } }

#eventListForm:before {
  content: "Fixtures & Bookings"; }

.slide {
  height: 67vh; }

.homepage {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  margin: 0; }

.home {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  margin: 0; }
  .home #header .container {
    background: #ffffff; }
  .home .slide-frame {
    height: 67vh; }
    @media screen and (max-width: 1200px) {
      .home .slide-frame {
        background-image: url(http://www.oatlandsgolf.com.au/cms/wp-content/uploads/2016/03/oatlands-fullscreen.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        .home .slide-frame #home-splash {
          display: none; } }
    .home .slide-frame #home-splash {
      width: 100%;
      height: 100%;
      border: none; }
    .home .slide-frame .button-holder {
      text-align: center;
      position: relative;
      bottom: 20%; }
      @media screen and (max-width: 1200px) {
        .home .slide-frame .button-holder {
          top: 75%; } }
      @media screen and (max-width: 740px) {
        .home .slide-frame .button-holder {
          top: 50%; } }
      @media screen and (max-width: 479px) {
        .home .slide-frame .button-holder {
          top: 65%; } }
      .home .slide-frame .button-holder #button {
        display: inline-block;
        padding: 1% 2.5%;
        background: #000;
        color: #fff;
        z-index: 999999999999;
        font-size: 20px;
        width: 250px;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none; }
        @media screen and (max-width: 1200px) {
          .home .slide-frame .button-holder #button {
            padding: 2% 1%;
            width: 230px; } }
        @media screen and (max-width: 740px) {
          .home .slide-frame .button-holder #button {
            padding: 1.25% 1%;
            width: 160px;
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          .home .slide-frame .button-holder #button {
            padding: 2% 1%;
            width: 170px;
            font-size: 18px; } }
  .home .wrapper {
    background: #000000; }

.home-content {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  background: #252525;
  color: #ffffff;
  text-align: center;
  padding: 36px 0;
  position: relative;
  height: 160px;
  display: block; }
  .home-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .home-content {
      height: auto; } }
  .home-content .container {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .home-content .container {
        width: 90%;
        margin: 0 auto;
        position: relative; } }
  .home-content h1 {
    width: 430px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .home-content h1 {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .home-content h1 {
        width: 100%; } }
  .home-content h1:before {
    content: "";
    display: block;
    border-top: solid 1px #c9a96e;
    width: 430px;
    height: 1px;
    position: absolute;
    top: 31%;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .home-content h1:before {
        width: 100%;
        top: 12px; } }
    @media screen and (max-width: 479px) {
      .home-content h1:before {
        border-top: 0; } }
  .home-content h1 a {
    background: #252525;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Old Standard TT", serif;
    text-transform: uppercase; }
    @media screen and (max-width: 479px) {
      .home-content h1 a {
        padding: 0;
        font-size: 17px; } }
  .home-content p {
    color: #ffffff;
    width: 680px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (max-width: 768px) {
      .home-content p {
        width: 90%; } }
    @media screen and (max-width: 479px) {
      .home-content p {
        width: 100%; } }

.post .post-meta {
  padding: 0px 0 20px;
  font-size: 100%; }
  .post .post-meta .post-data {
    text-align: left; }

.article-single img.alignleft.wp-post-image {
  float: left; }
  @media screen and (max-width: 740px) {
    .article-single img.alignleft.wp-post-image {
      margin: 0 0 20px;
      width: 100% !important; } }

.article-single img.alignright.wp-post-image {
  width: 400px;
  height: auto;
  float: right; }
  @media screen and (max-width: 740px) {
    .article-single img.alignright.wp-post-image {
      margin: 0 0 20px;
      width: 100% !important; } }

.pagination {
  overflow: hidden;
  clear: both; }

.container .archive {
  clear: both;
  margin: 0 0 30px;
  padding: 5% 0; }
  @media screen and (max-width: 740px) {
    .container .archive {
      height: auto !important; } }
  .container .archive .image-wrap {
    width: 40%;
    float: left; }
    .container .archive .image-wrap img {
      width: 85%;
      height: 100%; }
      @media screen and (max-width: 479px) {
        .container .archive .image-wrap img {
          margin: 0 0 20px;
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 479px) {
      .container .archive .image-wrap {
        width: 100%;
        float: none; } }
  .container .archive .archive-content {
    width: 60%;
    float: right; }
    .container .archive .archive-content img {
      display: none; }
    @media screen and (max-width: 479px) {
      .container .archive .archive-content {
        width: 100%;
        float: none; } }

.members-content .archive-wrap .archive {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 0;
  position: relative; }
  .members-content .archive-wrap .archive:last-child {
    margin-right: 0; }
  .members-content .archive-wrap .archive:nth-child(3n) {
    margin-right: 0; }
  .members-content .archive-wrap .archive:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 768px) {
    .members-content .archive-wrap .archive {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .members-content .archive-wrap .archive:last-child {
        margin-right: 0; }
      .members-content .archive-wrap .archive:nth-child(2n) {
        margin-right: 0; }
      .members-content .archive-wrap .archive:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 479px) {
    .members-content .archive-wrap .archive {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .members-content .archive-wrap .archive:nth-child(2n) {
        margin-right: 2.1276595745%; }
      .members-content .archive-wrap .archive:nth-child(2n+1) {
        clear: none; }
      .members-content .archive-wrap .archive:last-child {
        margin-right: 0; } }
  .members-content .archive-wrap .archive .image-wrap {
    max-height: 225px;
    overflow: hidden; }
    .members-content .archive-wrap .archive .image-wrap img {
      min-width: 100% !important;
      min-height: 225px !important;
      width: auto !important;
      height: auto !important; }
  .members-content .archive-wrap .archive .archive-content {
    padding: 20px;
    margin-bottom: 10px; }
    .members-content .archive-wrap .archive .archive-content h2 {
      margin: 0; }
      .members-content .archive-wrap .archive .archive-content h2 a {
        font-size: 18px;
        font-weight: bold; }
  .members-content .archive-wrap .archive .read_more_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold; }
  .members-content .archive-wrap .archive small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-style: italic; }

.archives-list li {
  margin: 0 0 5px; }

.reciprocal h2 {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  color: #252525;
  font-size: 32px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 3px; }
  .reciprocal h2:last-child {
    margin-right: 0; }

.reciprocal .state .club {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  position: relative;
  margin-bottom: 30px; }
  .reciprocal .state .club:last-child {
    margin-right: 0; }
  .reciprocal .state .club:nth-child(3n) {
    margin-right: 0; }
  .reciprocal .state .club:nth-child(3n+1) {
    clear: left; }
  .reciprocal .state .club h4 {
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .reciprocal .state .club {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .reciprocal .state .club:last-child {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(4n) {
        margin-right: 2.1276595745%; }
      .reciprocal .state .club:nth-child(4n+1) {
        clear: none; }
      .reciprocal .state .club:nth-child(2n) {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 479px) {
    .reciprocal .state .club {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .reciprocal .state .club:last-child {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(2n) {
        margin-right: 2.1276595745%; }
      .reciprocal .state .club:nth-child(2n+1) {
        clear: none; } }

.contact .left.details {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  margin-right: 0; }
  .contact .left.details:last-child {
    margin-right: 0; }
  .contact .left.details .contact-details {
    margin: 0;
    padding: 0; }
    .contact .left.details .contact-details li {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      padding: 0 1% 40px;
      float: left;
      list-style: none; }
      .contact .left.details .contact-details li:last-child {
        margin-right: 0; }
      .contact .left.details .contact-details li:nth-child(2n) {
        margin-right: 0; }
      .contact .left.details .contact-details li:nth-child(2n+1) {
        clear: left; }

.testimonials {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  position: relative;
  padding: 0;
  margin: 0; }
  .testimonials:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .testimonials {
      display: none; } }
  .testimonials h2 {
    text-align: center;
    color: #252525 !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0; }
  .testimonials .testimonial-wrap {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: white;
    height: 220px; }
    .testimonials .testimonial-wrap:last-child {
      margin-right: 0; }
    .testimonials .testimonial-wrap ul {
      float: none;
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin: 0 auto; }
      .testimonials .testimonial-wrap ul::after {
        clear: both;
        content: "";
        display: table; }
      .testimonials .testimonial-wrap ul .icon-left, .testimonials .testimonial-wrap ul .icon-right {
        margin: 10px;
        position: absolute;
        top: 85px;
        left: 0;
        z-index: 200;
        font-size: 50px;
        font-weight: 100;
        color: #252525;
        transition: all 0.3s ease; }
        .testimonials .testimonial-wrap ul .icon-left:hover, .testimonials .testimonial-wrap ul .icon-right:hover {
          color: #252525;
          cursor: pointer; }
      .testimonials .testimonial-wrap ul .icon-right {
        right: 0;
        left: auto; }
      .testimonials .testimonial-wrap ul li {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        height: 80px;
        padding: 70px 100px;
        text-align: center; }
        .testimonials .testimonial-wrap ul li p {
          margin: 0;
          font-weight: bold; }
        .testimonials .testimonial-wrap ul li span {
          margin-top: 20px;
          display: block; }

.sponsors {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  position: relative; }
  .sponsors:last-child {
    margin-right: 0; }
  .sponsors h2 {
    text-align: center;
    color: #252525 !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0; }
  .sponsors .sponsors-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
    background-color: white;
    padding: 30px 0; }
    @media screen and (max-width: 1600px) {
      .sponsors .sponsors-wrap {
        margin: 0 2.5%;
        width: 95%; } }
    @media screen and (max-width: 768px) {
      .sponsors .sponsors-wrap {
        width: 100%;
        margin: 0; } }
    .sponsors .sponsors-wrap .sponsor {
      max-width: 1600px;
      width: 100%;
      padding: 0 60px;
      margin: 0 auto; }
      .sponsors .sponsors-wrap .sponsor .royalSlider, .sponsors .sponsors-wrap .sponsor .rsOverflow, .sponsors .sponsors-wrap .sponsor .rsSlide {
        background: none !important; }
      .sponsors .sponsors-wrap .sponsor .rsBullets {
        display: none; }
      .sponsors .sponsors-wrap .sponsor .rsArrowIcn {
        background: none !important;
        border-top: 5px solid #252525;
        border-right: 5px solid #252525; }
      .sponsors .sponsors-wrap .sponsor .rsArrowLeft {
        -ms-transform: rotate(225deg);
        /* IE 9 */
        -webkit-transform: rotate(225deg);
        /* Chrome, Safari, Opera */
        transform: rotate(225deg); }
      .sponsors .sponsors-wrap .sponsor .rsArrowRight {
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }

#fancybox-title-over {
  color: white; }

.gallery-full {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  position: relative; }
  .gallery-full:last-child {
    margin-right: 0; }
  .gallery-full a {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 190px;
    overflow: hidden;
    background-size: cover; }
    .gallery-full a:hover {
      opacity: 0.6; }
    .gallery-full a img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .gallery-full a {
        width: 25%; } }
    @media screen and (max-width: 479px) {
      .gallery-full a {
        width: 50%; } }

.gallery-columns-1 {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  position: relative;
  margin-top: 30px !important; }
  .gallery-columns-1:last-child {
    margin-right: 0; }
  .gallery-columns-1 br {
    display: none; }
  .gallery-columns-1 .gallery-item {
    position: relative;
    width: 20% !important;
    overflow: hidden;
    margin: 0 !important; }
    .gallery-columns-1 .gallery-item:hover {
      cursor: pointer; }
    @media screen and (max-width: 768px) {
      .gallery-columns-1 .gallery-item {
        width: 25% !important; } }
    @media screen and (max-width: 479px) {
      .gallery-columns-1 .gallery-item {
        width: 50% !important; } }
    .gallery-columns-1 .gallery-item img {
      width: 100%;
      height: auto;
      border: 0 solid !important;
      transition: all 0.3s ease; }
      .gallery-columns-1 .gallery-item img:hover {
        opacity: 0.6; }
  .gallery-columns-1 .gallery-caption {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: left;
    padding-left: 20px;
    height: 40px;
    line-height: 40px; }

.gallery-select p, .gallery-select span, .gallery-select ul, .gallery-select h1, .gallery-select h2, .gallery-select h3, .gallery-select h4, .gallery-select h5 {
  display: none; }

.gallery-select .gallery-item {
  max-height: 250px; }
  .gallery-select .gallery-item .gallery-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: transparent; }
  .gallery-select .gallery-item img {
    min-width: 100%;
    max-height: 260px;
    width: auto; }
  .gallery-select .gallery-item:hover .gallery-caption {
    display: none; }
  .gallery-select .gallery-item:hover img:hover {
    opacity: 1; }

.main .gallery-columns-1 {
  position: relative; }
  .main .gallery-columns-1 .gallery-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: auto; }
    .main .gallery-columns-1 .gallery-item img:hover {
      opacity: 1;
      cursor: default; }

.gallery-columns-4 .gallery-item {
  width: 24% !important;
  margin-right: 1%;
  max-height: 260px;
  max-width: 260px;
  overflow: hidden; }
  .gallery-columns-4 .gallery-item .gallery-caption {
    display: none; }
  .gallery-columns-4 .gallery-item img {
    min-width: 260px;
    min-height: 260px;
    height: auto;
    width: auto;
    border: 0 solid !important;
    transition: all 0.3s ease; }
    .gallery-columns-4 .gallery-item img:hover {
      opacity: 0.6; }

@media screen and (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 33.33333% !important; }
  .gallery-columns-4 br {
    display: none; } }

@media screen and (max-width: 479px) {
  .gallery-columns-4 .gallery-item {
    width: 100% !important; } }

.sidebar-content {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 74.4680851064%; }
  .sidebar-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .sidebar-content {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .sidebar-content:last-child {
        margin-right: 0; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 23.4042553191%;
  position: relative;
  text-align: right;
  background: #252525;
  text-align: center;
  padding: 43px 2% 30px;
  display: table-cell;
  float: none;
  vertical-align: top; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      text-align: center;
      padding: 30px 5% 20px; }
      .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
    .sidebar {
      padding: 20px 5% 10px;
      float: none; } }
  .sidebar p.header {
    color: #ffffff;
    font-family: "Old Standard TT", serif;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 0 0 30px; }
    @media screen and (max-width: 740px) {
      .sidebar p.header {
        margin: 0 0 20px; } }
  .sidebar p.header:before {
    content: "";
    display: block;
    border-top: solid 1px #c9a96e;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12px;
    z-index: 1; }
  .sidebar p.header span {
    background: #252525;
    padding: 0 10px;
    position: relative;
    z-index: 5;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Old Standard TT", serif;
    text-transform: uppercase; }
  .sidebar #mobile-btn {
    background: #c9a96e;
    color: #ffffff;
    display: inline-block;
    padding: 12px 10px;
    margin: 0 auto 20px;
    display: none;
    width: 60%; }
    @media screen and (max-width: 960px) {
      .sidebar #mobile-btn {
        display: block; } }
    @media screen and (max-width: 479px) {
      .sidebar #mobile-btn {
        display: block;
        font-size: 16px; } }
  .sidebar #menu-navigation-menu,
  .sidebar #menu-guests-menu {
    margin: 0;
    padding: 0; }
    .sidebar #menu-navigation-menu .sub-menu,
    .sidebar #menu-guests-menu .sub-menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 960px) {
        .sidebar #menu-navigation-menu .sub-menu,
        .sidebar #menu-guests-menu .sub-menu {
          margin-bottom: 0px; } }
    .sidebar #menu-navigation-menu li,
    .sidebar #menu-guests-menu li {
      text-transform: uppercase;
      list-style: none;
      font-size: 14px;
      padding: 0 0 20px; }
      @media screen and (max-width: 479px) {
        .sidebar #menu-navigation-menu li,
        .sidebar #menu-guests-menu li {
          font-size: 16px; } }
      .sidebar #menu-navigation-menu li a,
      .sidebar #menu-guests-menu li a {
        color: #ffffff;
        display: block; }
        .sidebar #menu-navigation-menu li a:hover,
        .sidebar #menu-guests-menu li a:hover {
          color: #c9a96e; }
    .sidebar #menu-navigation-menu li.current_page_item a,
    .sidebar #menu-guests-menu li.current_page_item a {
      color: #c9a96e; }
  .sidebar .members-menu {
    color: #ffffff;
    margin: -10px 0 30px;
    padding: 0; }
    .sidebar .members-menu li {
      list-style: none;
      margin: 0 0 5px; }
      .sidebar .members-menu li a {
        color: #ffffff;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        background: #c9a96e;
        padding: 5px;
        transition: all 0.3s ease; }
        .sidebar .members-menu li a:hover {
          background: #b7b7b7;
          transition: all 0.3s ease; }
  .sidebar p {
    color: #ffffff; }
  .sidebar .post p {
    text-align: left; }
  .sidebar table {
    color: #ffffff; }
    .sidebar table td {
      color: #ffffff; }
  .sidebar .weather {
    margin-bottom: 10px; }
  .sidebar #weatherFeed p.weatherTitle {
    margin: -10px 0 20px;
    font-weight: 600; }
  .sidebar #weatherFeed div {
    width: 33%;
    float: left; }
  .sidebar #weatherFeed img {
    margin-bottom: 10px; }
  .sidebar #weatherFeed span, .sidebar #weatherFeed b {
    color: #ffffff;
    font-size: 14px;
    display: block; }
  .sidebar .links {
    padding: 10px 0 20px;
    display: block;
    clear: both; }
    .sidebar .links a {
      color: #ffffff;
      font-size: 12px; }
  .sidebar .calendar-view {
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 30px; }

@media screen and (max-width: 479px) {
  .sidebar-news {
    width: 100%;
    float: none; } }

.eo-events {
  margin: -10px 0 0;
  padding: 0; }
  .eo-events li {
    color: #ffffff;
    font-size: 14px;
    list-style: none;
    overflow: hidden; }
    .eo-events li .event-date {
      display: block; }
    .eo-events li span, .eo-events li a {
      color: #ffffff; }
    .eo-events li .day {
      padding-right: 3px; }
    .eo-events li h3 {
      float: left;
      margin: 10px 0 10px 20px; }
  .eo-events .event-date {
    width: 44px;
    float: left;
    background: #c9a96e; }
    .eo-events .event-date .month {
      color: #ffffff;
      display: block; }
    .eo-events .event-date .day {
      color: #ffffff;
      font-size: 20px;
      display: block; }

.tour .holes .hole {
  position: relative;
  float: left;
  display: block;
  width: 23%;
  margin: 0 1% 2%; }
  .tour .holes .hole img {
    width: 100%;
    height: auto; }
  .tour .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.5); }
    .tour .holes .hole a h3 {
      display: block;
      text-align: center;
      margin: 23% auto;
      width: 90px;
      line-height: 45px;
      color: white;
      font-size: 35px;
      font-weight: 400;
      letter-spacing: 4px;
      font-family: "Old Standard TT", serif; }
      @media screen and (max-width: 1200px) {
        .tour .holes .hole a h3 {
          margin: 12% auto;
          font-size: 30px; } }
      @media screen and (max-width: 768px) {
        .tour .holes .hole a h3 {
          margin: 10% auto; } }
      @media screen and (max-width: 479px) {
        .tour .holes .hole a h3 {
          margin: 20% auto;
          font-size: 35px; } }
    .tour .holes .hole a:hover {
      background-color: rgba(0, 0, 0, 0.001); }
      .tour .holes .hole a:hover h3 {
        display: none; }
  @media screen and (max-width: 768px) {
    .tour .holes .hole {
      width: 31%; } }
  @media screen and (max-width: 479px) {
    .tour .holes .hole {
      width: 100%; } }

.page-template-page-course .content {
  width: 100%; }

.tour-v2 .holes .hole {
  position: relative;
  float: left;
  display: block;
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 23.4042553191%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-top: 50px solid #133a59; }
  .tour-v2 .holes .hole:last-child {
    margin-right: 0; }
  .tour-v2 .holes .hole:nth-child(4n) {
    margin-right: 0; }
  .tour-v2 .holes .hole:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 768px) {
    .tour-v2 .holes .hole {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .tour-v2 .holes .hole:nth-child(4n) {
        margin-right: 2.1276595745%; }
      .tour-v2 .holes .hole:nth-child(4n+1) {
        clear: none; }
      .tour-v2 .holes .hole:last-child {
        margin-right: 0; }
      .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 0; }
      .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 479px) {
    .tour-v2 .holes .hole {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 2.1276595745%; }
      .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: none; }
      .tour-v2 .holes .hole:last-child {
        margin-right: 0; } }
  .tour-v2 .holes .hole img {
    width: 100%;
    height: auto; }
  .tour-v2 .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .tour-v2 .holes .hole a h3 {
      position: absolute;
      top: -68px;
      left: 24px;
      display: block;
      line-height: 40px;
      color: white;
      font-size: 23px;
      font-weight: bold;
      letter-spacing: 4px; }
    .tour-v2 .holes .hole a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.single-course .content {
  padding-bottom: 0; }

.single-course .hole {
  width: 100%; }
  .single-course .hole .hole-links {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    background: #252525;
    margin-bottom: 0; }
    @media screen and (max-width: 479px) {
      .single-course .hole .hole-links {
        text-align: center;
        margin-bottom: 20px; } }
    .single-course .hole .hole-links li {
      display: table-cell;
      text-align: center; }
      .single-course .hole .hole-links li a {
        text-decoration: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
        background-color: #252525;
        color: white; }
        .single-course .hole .hole-links li a:hover {
          background-color: #c9a96e; }
        @media screen and (max-width: 479px) {
          .single-course .hole .hole-links li a {
            height: 36px; } }
      @media screen and (max-width: 479px) {
        .single-course .hole .hole-links li {
          width: 33px;
          display: inline-table;
          margin-bottom: 2px; } }
    .single-course .hole .hole-links .active {
      background-color: #c9a96e; }
  .single-course .hole img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
  .single-course .hole .pagination {
    width: 100%;
    position: relative;
    height: 30px;
    background-color: #252525;
    margin-bottom: 20px; }
    .single-course .hole .pagination a {
      color: white;
      font-size: 18px;
      font-weight: bold;
      line-height: 30px;
      text-decoration: none; }
      .single-course .hole .pagination a:hover {
        color: #c9a96e; }
      @media screen and (max-width: 479px) {
        .single-course .hole .pagination a {
          font-size: 16px; } }
    .single-course .hole .pagination .prev, .single-course .hole .pagination .next {
      z-index: 100;
      position: absolute;
      top: 0;
      left: 10px; }
    .single-course .hole .pagination .next {
      left: auto;
      right: 10px; }
    .single-course .hole .pagination .overview {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 0; }
      @media screen and (max-width: 479px) {
        .single-course .hole .pagination .overview {
          display: none; } }
  .single-course .hole .mens-par strong:before, .single-course .hole .ladies-par strong:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #114369;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 10px; }
  .single-course .hole .ladies-par strong:before {
    background-color: #983734; }
  .single-course .hole .course {
    width: 100%;
    position: relative;
    overflow: auto; }
    .single-course .hole .course .post {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      position: relative; }
      .single-course .hole .course .post:last-child {
        margin-right: 0; }
      .single-course .hole .course .post table thead td {
        text-transform: uppercase;
        font-weight: bold !important;
        font-size: 20px !important;
        color: #252525; }

.single-course .sidebar {
  color: #ffffff; }
  .single-course .sidebar .course-image img {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
  .single-course .sidebar table thead tr th {
    padding: 5px 10px;
    margin-bottom: 0;
    text-align: center; }
  .single-course .sidebar table tbody tr td {
    padding: 5px 10px;
    margin-bottom: 0; }

.course-slider {
  position: relative;
  height: 204px;
  width: 100%;
  overflow: hidden;
  float: left; }
  @media screen and (max-width: 768px) {
    .course-slider {
      height: 150px; } }
  .course-slider .course-left, .course-slider .course-right {
    display: block;
    width: 80px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1000; }
    @media screen and (max-width: 768px) {
      .course-slider .course-left, .course-slider .course-right {
        width: 60px; } }
    .course-slider .course-left p, .course-slider .course-right p {
      background: none !important;
      border-top: 3px solid white;
      border-right: 3px solid white;
      transition: all 0.3s ease;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 35%;
      z-index: 200; }
      @media screen and (max-width: 768px) {
        .course-slider .course-left p, .course-slider .course-right p {
          width: 30px;
          height: 30px; } }
      @media screen and (max-width: 479px) {
        .course-slider .course-left p, .course-slider .course-right p {
          width: 20px;
          height: 20px; } }
    .course-slider .course-left:hover, .course-slider .course-right:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.5); }
      .course-slider .course-left:hover p, .course-slider .course-right:hover p {
        border-top: 3px solid #252525;
        border-right: 3px solid #252525; }
  .course-slider .course-left {
    float: left; }
    .course-slider .course-left p {
      -ms-transform: rotate(225deg);
      /* IE 9 */
      -webkit-transform: rotate(225deg);
      /* Chrome, Safari, Opera */
      transform: rotate(225deg);
      left: 30px !important; }
      @media screen and (max-width: 768px) {
        .course-slider .course-left p {
          left: 20px !important; } }
      @media screen and (max-width: 479px) {
        .course-slider .course-left p {
          left: 10px !important; } }
  .course-slider .course-right {
    float: right; }
    .course-slider .course-right p {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      right: 30px !important; }
      @media screen and (max-width: 768px) {
        .course-slider .course-right p {
          right: 20px !important; } }
      @media screen and (max-width: 479px) {
        .course-slider .course-right p {
          right: 10px !important; } }
  .course-slider .hole-slide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 20%;
    background-size: cover !important; }
    .course-slider .hole-slide img {
      width: 100%;
      height: auto; }
    .course-slider .hole-slide a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      .course-slider .hole-slide a h3 {
        display: block;
        text-align: center;
        margin: 20% auto;
        width: 90px;
        line-height: 40px;
        color: white;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 4px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 768px) {
          .course-slider .hole-slide a h3 {
            font-size: 30px; } }
        @media screen and (max-width: 479px) {
          .course-slider .hole-slide a h3 {
            font-size: 25px; } }
      .course-slider .hole-slide a:hover {
        background-color: transparent; }
        .course-slider .hole-slide a:hover h3 {
          display: none; }
  .course-slider .active a {
    display: none; }

.sidebar-news-items {
  margin: 0;
  padding: 0; }
  .sidebar-news-items .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 960px) {
      .sidebar-news-items .sub-menu {
        margin-bottom: 0px; } }
  .sidebar-news-items li {
    text-transform: uppercase;
    list-style: none;
    font-size: 14px;
    padding: 0 0 20px; }
    .sidebar-news-items li a {
      color: #ffffff;
      display: block; }
      .sidebar-news-items li a:hover {
        color: #c9a96e; }
  .sidebar-news-items li.current_page_item a {
    color: #c9a96e; }

.post .post-data {
  width: 100%;
  text-align: center;
  display: block; }

.post ul {
  display: block;
  width: 100%;
  position: relative;
  float: left; }

.post .back {
  display: block;
  float: left;
  width: 100%; }

table {
  border-bottom: 4px solid #d4d4d4;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  display: inline-table; }
  table thead {
    text-align: left;
    border-top: 4px solid #d4d4d4;
    border-bottom: 4px solid #d4d4d4; }
    table thead tr th {
      padding: 15px 10px;
      margin-bottom: 10px;
      text-transform: uppercase; }
  table tr td {
    padding: 20px 15px 20px 10px; }
    table tr td:last-child {
      padding: 20px 0; }

.table-1 {
  width: 100%; }
  .table-1 th {
    width: 33.333333%; }

.table-2 th {
  width: 33.333333%; }

.table-2 th:nth-child(2) {
  width: 77.777777%; }

.table-3 th {
  width: 77.777777%; }

.table-3 th:nth-child(2) {
  width: 33.333333%; }
  
.social {
  width: 90px;
  float: right;
}

footer .content .copyright img {
    float: right;
    margin-left: 5px;
}

.popup {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  border-top-left-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); }
  .popup .action {
    transition: all 0.3s ease;
    margin: 3px;
    font-size: 14px;
    margin: 10px 15px; }
    .popup .action:hover {
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .popup {
      display: none; } }
  .popup .color-select {
    display: none;
    width: 350px;
    height: 250px;
    padding: 20px;
    padding-top: 0; }
    .popup .color-select label {
      width: 100%;
      display: block;
      float: left; }
      .popup .color-select label input {
        float: right; }
    .popup .color-select button {
      width: 100%;
      margin: 15px 0;
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px; }
    .popup .color-select .action {
      position: absolute;
      top: 0;
      right: 0;
      border-top-left-radius: 4px;
      background-color: white;
      font-size: 14px;
      margin: 10px 15px; }
	  
	  .members-content .royalSlider {
		margin-bottom: 50px;  
	  }
	  
	  .members-content .royalSlider .rsOverflow {
		width: 100% !important;  
	  }
	  
	  .sidebar #weatherFeed .weatherCt {
		width: 33%;
		float: left;  
	  }
	  
	  .sidebar #weatherFeed .weatherCt img {
		width: 60%;
		height: auto;
		margin-bottom: 0;
	  }
	  
	  .sidebar #weatherFeed p.weatherTitle {
		margin-bottom: 0;  
	  }
	  
	  .page-content.member-view {
		padding: 40px 0;  
	  }
.main .content ul,
.main .content ol {	  
	padding: 0 0 20px 40px;
}
.main .content ul li,
.main .content ol li {	
    margin: 0 0 10px;
}

/* Members Slider Fixes */
.page-template-page-members .content.members .container .members-content .royalSlider,
.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
	height: 500px !important;
}
.page-template-page-members .content.members .container .members-content .royalSlider .feature-image {
	width: 68%;	
}
.page-template-page-members .content.members .container .members-content .royalSlider .copy {
	width: 32%;	
}

@media screen and (max-width: 1850px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 460px !important;
	}
}

@media screen and (max-width: 1700px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 430px !important;
	}
}

@media screen and (max-width: 1650px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 400px !important;
	}
}

@media screen and (max-width: 1600px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 370px !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image {
		width: 65%;	
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .copy {
		width: 35%;	
	}
}

@media screen and (max-width: 1450px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 340px !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image {
		width: 60%;	
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .copy {
		width: 40%;	
	}
}

@media screen and (max-width: 1400px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 310px !important;
	}
}

@media screen and (max-width: 1300px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 280px !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image {
		width: 50%;	
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .copy {
		width: 50%;	
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image img {
		width: 125% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 1200px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 700px !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image,
	.page-template-page-members .content.members .container .members-content .royalSlider .copy {
		width: 100%;
		float: none;
		height: auto !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .copy {
		background: none !important;
	}
	.page-template-page-members .content.members .container .members-content .royalSlider .feature-image img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 1024px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 640px !important;
	}	
}

@media screen and (max-width: 960px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 680px !important;
	}	
}

@media screen and (max-width: 768px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 620px !important;
	}	
}

@media screen and (max-width: 580px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 600px !important;
	}	
}

@media screen and (max-width: 480px) {
	.page-template-page-members .content.members .container .members-content .royalSlider,
	.page-template-page-members .content.members .container .members-content .royalSlider .rsOverflow {
		height: 520px !important;
	}	
}
.event-list {
	margin-left: 10px;
    margin-right: 10px;
}

/* Wordpress Default Page */
@media screen and (max-width: 1024px) {
.article-single img.size-full {
    width: 100%;
    height: 100%;
}
}

/*# sourceMappingURL=style.css.map */