/* CSS Document */
/* Colors */
/* Header */
/*$menu-color                : #ffffff;*/
/* Mobile Nav */
/* Slider */
/* Sidebar */
/* Content */
/* Span */
/* Course Tour */
/* Footer */
/* Fonts */
/* Transitions */
a {
  transition: all 0.3s ease; }
  a:hover {
    color: #686868; }

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;
  font-size: 150%;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone {
  top: 5px; }

.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-printer:before {
  content: "\e954"; }

.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"; }

.royalSlider {
  width: 100%; }
  .royalSlider img {
    width: 100%;
    height: auto; }

.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: 480px) {
      .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: 480px) {
        .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: #686868;
        border: 2px solid #686868;
        -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: 480px) {
      .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: #686868 !important; }
    .slider .royalSlider .rsNavSelected span {
      background: #686868 !important;
      color: #686868 !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 #686868;
      border-right: 3px solid #686868; }
    @media screen and (max-width: 480px) {
      .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: 480px) {
      .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: 480px) {
      .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%;
  font-family: "Roboto", sans-serif; }

html {
  width: 100%; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer; }

body, html, table, th, td {
  font-size: 18px !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: "Roboto", sans-serif;
  font-weight: 400;
  color: #686868;
  -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: 480px) {
    .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: 480px) {
    .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: 480px) {
    .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: 480px) {
    .two_third {
      width: 100%; } }

body {
  font-size: 16px !important;
  -webkit-text-size-adjust: none; }

.navigation {
  /*max-width: 1600px;*/
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  overflow: visible;
  max-height: 130px;
  position: relative;
  float: none;
  clear: both; }
  @media screen and (max-width: 1600px) {
    .navigation {
      /*margin: 0 2.5%;
    width: 95%;*/ } }
  @media screen and (max-width: 768px) {
    .navigation {
      width: 100%;
      margin: 0; } }
  .navigation .nav {
    width: 100%;
    background-color: #ffffff;
    display: block;
    float: left;
    position: relative;
    max-height: 130px; }
    @media screen and (max-width: 768px) {
      .navigation .nav {
        text-align: center; } }
    .navigation .nav .logo-holder {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%;
      margin-right: 0; }
      .navigation .nav .logo-holder:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .navigation .nav .logo-holder {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 6.3829787234%;
          margin-right: 0; }
          .navigation .nav .logo-holder:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav .logo-holder {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 8.9361702128%;
          margin-right: 0; }
          .navigation .nav .logo-holder:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .navigation .nav .logo-holder {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.8936170213%;
          margin-right: 0;
          margin: 0 auto;
          float: none; }
          .navigation .nav .logo-holder:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .navigation .nav .logo-holder {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 31.914893617%;
          margin-right: 0;
          margin: 0 auto;
          float: none; }
          .navigation .nav .logo-holder:last-child {
            margin-right: 0; } }
    .navigation .nav a.logo {
      display: block;
      left: 10%;
      position: relative; }
      @media screen and (max-width: 1600px) {
        .navigation .nav a.logo {
          height: 100px; } }
      @media screen and (max-width: 1200px) {
        .navigation .nav a.logo {
          height: 90px; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav a.logo {
          height: 80px; } }
      @media screen and (max-width: 768px) {
        .navigation .nav a.logo {
          left: inherit; } }
    .navigation .nav img {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease; }
      @media screen and (max-width: 1600px) {
        .navigation .nav img {
          width: auto;
          height: 100px; } }
      @media screen and (max-width: 1200px) {
        .navigation .nav img {
          width: auto;
          height: 90px; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav img {
          width: auto;
          height: 80px; } }
      @media screen and (max-width: 768px) {
        .navigation .nav img {
          height: 80px;
          position: relative;
          margin: 0px auto; } }
      @media screen and (max-width: 480px) {
        .navigation .nav img {
          height: 80px;
          position: relative;
          margin: 0px auto; } }
    .navigation .nav .button {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%;
      margin-right: 0;
      background-color: #a41e34;
      width: 172px;
      height: 46px;
      float: right;
      position: relative;
      right: 2%;
      margin-top: 42px;
      transition: all 0.3s ease;
      opacity: 1; }
      .navigation .nav .button:last-child {
        margin-right: 0; }
      .navigation .nav .button:hover {
        transition: all 0.3s ease;
        opacity: 0.9; }
      @media screen and (max-width: 1600px) {
        .navigation .nav .button {
          width: 162px;
          height: 42px;
          margin-top: 27px; } }
      @media screen and (max-width: 1200px) {
        .navigation .nav .button {
          height: 38px;
          width: auto;
          margin-top: 26px; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav .button {
          height: auto;
          width: 86px;
          margin-top: 15px; } }
      @media screen and (max-width: 768px) {
        .navigation .nav .button {
          width: 126px;
          top: 11px;
          position: absolute;
          right: 10px; } }
      @media screen and (max-width: 480px) {
        .navigation .nav .button {
          width: 82px;
          top: 0px;
          position: absolute;
          right: 10px; } }
      .navigation .nav .button a {
        display: block;
        color: #ffffff;
        font-size: 93%;
        padding: 14px 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none !important; }
        @media screen and (max-width: 1600px) {
          .navigation .nav .button a {
            padding: 12px 20px; } }
        @media screen and (max-width: 1200px) {
          .navigation .nav .button a {
            padding: 10px 10px;
            font-size: 88%; } }
        @media screen and (max-width: 1024px) {
          .navigation .nav .button a {
            padding: 8px;
            font-size: 88%; } }
    .navigation .nav .social {
      position: absolute;
      right: 0;
      top: 0;
      float: right;
      margin: 10px 0;
      transition: all 0.3s ease; }
      .navigation .nav .social a {
        text-align: right;
        float: right;
        margin-bottom: 10px; }
        .navigation .nav .social a i {
          width: 30px;
          height: 30px;
          text-align: center;
          color: #ffffff;
          background-color: #686868;
          margin-left: 10px;
          font-size: 131%;
          transition: all 0.3s ease;
          display: inline-block;
          padding-top: 5px; }
        .navigation .nav .social a:hover i {
          background-color: #686868; }
      .navigation .nav .social .links {
        margin: 0;
        text-align: right;
        width: 100%;
        display: block;
        float: right;
        font-size: 88%;
        transition: all 0.3s ease; }
        .navigation .nav .social .links:hover {
          color: #686868; }
      .navigation .nav .social .inline {
        display: inline-block;
        width: auto;
        margin-left: 5px; }
      @media screen and (max-width: 768px) {
        .navigation .nav .social {
          margin: 17px 20px; }
          .navigation .nav .social .links {
            font-size: 75%; } }
      @media screen and (max-width: 480px) {
        .navigation .nav .social {
          display: none; } }
    .navigation .nav .menu {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%;
      margin-right: 0; }
      .navigation .nav .menu:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .navigation .nav .menu {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 78.7234042553%;
          margin-right: 0; }
          .navigation .nav .menu:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        .navigation .nav .menu {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 78.7234042553%;
          margin-right: 0; }
          .navigation .nav .menu:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .navigation .nav .menu {
          float: none;
          top: 0;
          left: 0; } }
      .navigation .nav .menu .menu-toggle {
        display: none;
        color: #686868;
        position: absolute;
        top: 60px;
        left: 45%;
        font-size: 100%;
        transition: all 0.3s ease; }
        .navigation .nav .menu .menu-toggle i {
          color: #686868; }
        @media screen and (max-width: 768px) {
          .navigation .nav .menu .menu-toggle {
            display: block;
            left: 20px;
            top: 35px; } }
      .navigation .nav .menu .guests-menu, .navigation .nav .menu .members-menu {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0;
        background-color: #ffffff;
        float: right;
        text-align: right;
        margin: 0; }
        .navigation .nav .menu .guests-menu:last-child, .navigation .nav .menu .members-menu:last-child {
          margin-right: 0; }
        .navigation .nav .menu .guests-menu li, .navigation .nav .menu .members-menu li {
          display: inline-block;
          padding: 55px 3%;
          font-size: 106%;
          text-transform: uppercase;
          margin-left: -5px;
          transition: all 0.3s ease;
          position: relative;
          letter-spacing: 1px; }
          @media screen and (max-width: 1600px) {
            .navigation .nav .menu .guests-menu li, .navigation .nav .menu .members-menu li {
              padding: 40px 2%;
              font-size: 100%; } }
          @media screen and (max-width: 1200px) {
            .navigation .nav .menu .guests-menu li, .navigation .nav .menu .members-menu li {
              padding: 35px 1.9% 35px;
              font-size: 93%; } }
          @media screen and (max-width: 1024px) {
            .navigation .nav .menu .guests-menu li, .navigation .nav .menu .members-menu li {
              padding: 32px 1.4% 32px;
              font-size: 81%; } }
          .navigation .nav .menu .guests-menu li a, .navigation .nav .menu .members-menu li a {
            color: #686868;
            font-weight: 700; }
            .navigation .nav .menu .guests-menu li a span, .navigation .nav .menu .members-menu li a span {
              font-style: normal; }
          .navigation .nav .menu .guests-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu {
            display: none;
            position: absolute;
            padding: 0;
            z-index: 100;
            top: 130px;
            margin-top: 0;
            text-align: left;
            left: 4px;
            min-width: 100%;
            padding: 15px 18px 10px;
            background-color: #e3e2e2;
            box-shadow: inset 0px 1px 7px #ccc; }
            @media screen and (max-width: 1600px) {
              .navigation .nav .menu .guests-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu {
                top: 100px;
                left: -10px; } }
            @media screen and (max-width: 1200px) {
              .navigation .nav .menu .guests-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu {
                top: 90px; } }
            @media screen and (max-width: 1024px) {
              .navigation .nav .menu .guests-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu {
                top: 80px; } }
            @media screen and (max-width: 768px) {
              .navigation .nav .menu .guests-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu {
                top: 99px; } }
            .navigation .nav .menu .guests-menu li .sub-menu li, .navigation .nav .menu .members-menu li .sub-menu li {
              display: block;
              padding: 10px 50px 10px 10px;
              width: 100%;
              margin-left: 0;
              font-size: 93%;
              text-transform: none;
              border-bottom: 1px solid #c4c3c3; }
              .navigation .nav .menu .guests-menu li .sub-menu li:last-child, .navigation .nav .menu .members-menu li .sub-menu li:last-child {
                border-bottom: 0; }
              .navigation .nav .menu .guests-menu li .sub-menu li li.current-menu-item,
              .navigation .nav .menu .guests-menu li .sub-menu li li.current-menu-ancestor, .navigation .nav .menu .members-menu li .sub-menu li li.current-menu-item,
              .navigation .nav .menu .members-menu li .sub-menu li li.current-menu-ancestor {
                background-color: #d1d1d1 !important; }
              .navigation .nav .menu .guests-menu li .sub-menu li a, .navigation .nav .menu .members-menu li .sub-menu li a {
                display: block;
                color: #686868;
                white-space: nowrap;
                font-weight: 400; }
              .navigation .nav .menu .guests-menu li .sub-menu li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu li .sub-menu {
                display: none;
                position: absolute;
                top: -6px;
                left: 102%; }
              .navigation .nav .menu .guests-menu li .sub-menu li li:hover, .navigation .nav .menu .members-menu li .sub-menu li li:hover {
                background-color: #a41e34;
                cursor: pointer; }
              .navigation .nav .menu .guests-menu li .sub-menu li li:hover a, .navigation .nav .menu .members-menu li .sub-menu li li:hover a {
                color: #a41e34 !important; }
              .navigation .nav .menu .guests-menu li .sub-menu li li .sub-menu, .navigation .nav .menu .members-menu li .sub-menu li li .sub-menu {
                display: block; }
              .navigation .nav .menu .guests-menu li .sub-menu li:hover a, .navigation .nav .menu .members-menu li .sub-menu li:hover a {
                color: #a41e34; }
              .navigation .nav .menu .guests-menu li .sub-menu li:last-child .sub-menu a, .navigation .nav .menu .members-menu li .sub-menu li:last-child .sub-menu a {
                text-align: left !important; }
          .navigation .nav .menu .guests-menu li:hover a, .navigation .nav .menu .members-menu li:hover a {
            color: #a41e34; }
          .navigation .nav .menu .guests-menu li:hover .sub-menu, .navigation .nav .menu .members-menu li:hover .sub-menu {
            display: block; }
            .navigation .nav .menu .guests-menu li:hover .sub-menu li:hover, .navigation .nav .menu .members-menu li:hover .sub-menu li:hover {
              background: #d1d1d1; }
            .navigation .nav .menu .guests-menu li:hover .sub-menu li:hover a, .navigation .nav .menu .members-menu li:hover .sub-menu li:hover a {
              color: #a41e34 !important; }
          .navigation .nav .menu .guests-menu li li.current-menu-ancestor, .navigation .nav .menu .members-menu li li.current-menu-ancestor {
            background: #e3e2e2; }
            .navigation .nav .menu .guests-menu li li.current-menu-ancestor a, .navigation .nav .menu .members-menu li li.current-menu-ancestor a {
              color: #a41e34; }
          .navigation .nav .menu .guests-menu li:last-child .sub-menu, .navigation .nav .menu .members-menu li:last-child .sub-menu {
            left: auto;
            right: -5px; }
            .navigation .nav .menu .guests-menu li:last-child .sub-menu a, .navigation .nav .menu .members-menu li:last-child .sub-menu a {
              text-align: right; }
        @media screen and (max-width: 768px) {
          .navigation .nav .menu .guests-menu, .navigation .nav .menu .members-menu {
            display: none; } }
      .navigation .nav .menu .members-menu .sub-menu {
        top: 81px; }
      .navigation .nav .menu .current-menu-ancestor, .navigation .nav .menu .current-menu-parent {
        background-color: #ffffff; }
        .navigation .nav .menu .current-menu-ancestor li, .navigation .nav .menu .current-menu-parent li {
          color: red; }
        .navigation .nav .menu .current-menu-ancestor a, .navigation .nav .menu .current-menu-parent a {
          color: #a41e34 !important; }
        .navigation .nav .menu .current-menu-ancestor .sub-menu li:hover a, .navigation .nav .menu .current-menu-parent .sub-menu li:hover a {
          color: #a41e34; }
        .navigation .nav .menu .current-menu-ancestor .sub-menu a, .navigation .nav .menu .current-menu-parent .sub-menu a {
          font-weight: normal;
          color: #686868 !important; }
        .navigation .nav .menu .current-menu-ancestor .sub-menu .current-menu-item a, .navigation .nav .menu .current-menu-parent .sub-menu .current-menu-item a {
          color: #a41e34 !important; }
      .navigation .nav .menu .current-menu-item {
        background-color: transparent; }
        .navigation .nav .menu .current-menu-item a {
          color: #a41e34 !important; }
        .navigation .nav .menu .current-menu-item:hover li a {
          color: #686868 !important; }

.main {
  /*max-width: 1600px;*/
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  overflow: visible;
  background-color: #dfdfdf; }
  @media screen and (max-width: 1600px) {
    .main {
      /*margin: 0 2.5%;
    width: 95%;*/ } }
  @media screen and (max-width: 768px) {
    .main {
      width: 100%;
      margin: 0; } }
  .main:last-child {
    margin-right: 0; }
  .main .sidebar {
    /*@include span-columns(3);*/
    float: left;
    display: block;
    width: 25.5319148936%;
    margin-right: 0;
    padding: 50px 0 20px;
    color: #484848;
    background-color: #dfdfdf;
    text-align: left; }
    .main .sidebar:last-child {
      width: 23.4042553191%; }
    @media screen and (max-width: 768px) {
      .main .sidebar {
        padding: 30px 0 20px;
        height: inherit !important; } }
    .main .sidebar p {
      font-size: 105%;
      font-weight: 400;
      line-height: 150%;
      margin: 0 0 20px; }
    .main .sidebar p.mens-par {
      margin-bottom: 10px; }
    .main .sidebar p.header,
    .main .sidebar h3 {
      color: #3a3a3a;
      border-bottom: 5px solid #a41e34;
      font-size: 137%;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0 0 15px;
      margin: 0 10%; }
      @media screen and (max-width: 768px) {
        .main .sidebar p.header,
        .main .sidebar h3 {
          margin: 0 5%;
          text-align: center;
          font-size: 150%; } }
      @media screen and (max-width: 480px) {
        .main .sidebar p.header,
        .main .sidebar h3 {
          margin: 0 5%;
          text-align: center; } }
    @media screen and (max-width: 768px) {
      .main .sidebar {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0;
        font-size: 90%; }
        .main .sidebar:last-child {
          margin-right: 0; } }
    .main .sidebar #mobile-btn {
      display: none; }
      .main .sidebar #mobile-btn:hover {
        cursor: pointer; }
      @media screen and (max-width: 768px) {
        .main .sidebar #mobile-btn {
          display: block;
          margin: 5% 5% 3%;
          background-color: #a41e34;
          color: #ffffff;
          text-align: center;
          text-transform: uppercase;
          padding: 3.5% 0;
          font-weight: 500;
          font-size: 120%;
          letter-spacing: 1px; } }
    .main .sidebar .members-side-menu {
      padding: 20px 0 0;
      margin: 0;
      transition: all 0.3s ease; }
      .main .sidebar .members-side-menu .sub-menu {
        padding: 0;
        margin: 0; }
        .main .sidebar .members-side-menu .sub-menu li {
          list-style: none;
          font-size: 115%;
          padding: 0 10%; }
          @media screen and (max-width: 768px) {
            .main .sidebar .members-side-menu .sub-menu li {
              padding: 0 6%; } }
          .main .sidebar .members-side-menu .sub-menu li:hover {
            background: #d1d1d1; }
          .main .sidebar .members-side-menu .sub-menu li a {
            color: #484848;
            font-weight: 500;
            padding: 12px 0;
            display: block;
            letter-spacing: 0.5px; }
          .main .sidebar .members-side-menu .sub-menu li .sub-menu li {
            padding: 0;
            font-size: 100%; }
            .main .sidebar .members-side-menu .sub-menu li .sub-menu li a {
              padding: 6px 5% 12px; }
        .main .sidebar .members-side-menu .sub-menu .current-menu-item {
          background: #d1d1d1; }
  .main .content {
    /*@include outer-container();*/
    position: relative;
    float: left;
    display: block;
    width: 76.5957446809%;
    /*@include span-columns(9);*/
    /*@include omega();*/
    padding: 50px 2%;
    background-color: #ffffff;
    /*.heading {
      color: $primary;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 250%;
      margin: 10px 0;
      @include media($tablet) {
        font-size: 218%;
      }
      @include media($mobile) {
        position: relative;
        top: 0;
        font-size: 156%;
        margin: 10px 0;
      }
    }*/ }
    .main .content:last-child {
      width: 74.4680851064%; }
    @media screen and (max-width: 1200px) {
      .main .content {
        float: left;
        box-sizing: border-box;
        padding: 50px 3%; } }
    @media screen and (max-width: 768px) {
      .main .content {
        padding: 50px 5%;
        float: left;
        display: block;
        width: 102.127659574%;
        margin-right: 0;
        width: 100% !important;
        height: inherit !important; }
        .main .content:last-child {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .main .content {
        font-size: 90%; } }
    .main .content h1, .main .content h2, .main .content h3 {
      color: #454343;
      font-weight: 500;
      font-size: 200%;
      margin: 0 0 30px; }
    .main .content h2, .main .content h3, .main .content h4 {
      margin: 0 0 20px;
      padding-top: 15px; }
    .main .content h2 {
      font-size: 137%; }
    .main .content h3 {
      font-size: 125%; }
    .main .content h4 {
      font-size: 112%; }
    .main .content p, .main .content li {
      font-size: 112%;
      font-weight: 300;
      line-height: 150%;
      margin: 0 0 24px; }
      @media screen and (max-width: 480px) {
        .main .content p, .main .content li {
          font-size: 120%; } }
      .main .content p .larger, .main .content li .larger {
        font-size: 125%; }
    .main .content ul {
      overflow: hidden;
      margin: 0 0 15px;
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0;
      clear: none; }
      .main .content ul:last-child {
        margin-right: 0; }
    .main .content ul.two-col {
      padding: 0;
      margin: 0 0 30px; }
      .main .content ul.two-col li {
        width: 50%;
        list-style: none !important;
        padding-left: 0; }
        @media screen and (max-width: 768px) {
          .main .content ul.two-col li {
            width: 100%; } }
    .main .content li {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      list-style-position: outside;
      list-style-type: disc !important;
      padding: 0 20px 0 0;
      display: list-item;
      margin: 0 0 12px; }
      .main .content li:last-child {
        margin-right: 0; }
      .main .content li:nth-child(2n) {
        margin-right: 0; }
      .main .content li:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 1200px) {
        .main .content li {
          padding: 0 30px 0 0; } }
      @media screen and (max-width: 1024px) {
        .main .content li {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-right: 0;
          display: list-item; }
          .main .content li:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .main .content li {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-right: 0;
          padding: 0;
          display: list-item;
          line-height: 130%;
          margin: 0 0 20px; }
          .main .content li:last-child {
            margin-right: 0; } }
    .main .content a {
      text-decoration: underline; }
      .main .content a:hover {
        text-decoration: none; }
    .main .content p.btn a {
      text-decoration: none; }
    .main .content img {
      height: auto !important; }
      @media screen and (max-width: 768px) {
        .main .content img {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .main .content img {
          width: 100%; } }
    .main .content hr {
      display: block;
      width: 100%;
      float: left;
      border: 2px solid #d4d4d4;
      margin: 20px 0; }
    .main .content p.btn {
      display: inline-block;
      margin-top: 20px;
      margin-right: 10px; }
      .main .content p.btn a {
        color: #ffffff;
        background-color: #a41e34;
        display: block;
        padding: 12px 40px;
        font-weight: 500;
        clear: both;
        margin: 0 0 20px;
        transition: all 0.3s ease;
        opacity: 1; }
        .main .content p.btn a:hover {
          transition: all 0.3s ease;
          opacity: 0.8; }
    .main .content .staff-members .staff {
      float: left;
      width: 33%;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .main .content .staff-members .staff {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .main .content .staff-members .staff {
          width: 100%;
          margin: 0 0 20px; } }
      .main .content .staff-members .staff img {
        margin: 0 auto 20px;
        width: 60%;
        height: auto; }

.product .main {
  background: #ffffff;
  padding: 50px 1.5%;
  /* Member Tables */ }
  .product .main .container {
    padding: 0;
    width: 100%; }
    .product .main .container h1 {
      color: #454343;
      font-weight: 500;
      font-size: 200%;
      margin: 0 0 30px; }
    .product .main .container a.btn-block {
      background: #a41e34;
      margin: 3% 0 1%;
      text-align: center;
      border-radius: 0;
      border: 0;
      color: #ffffff;
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-weight: 600;
      padding: 4%;
      display: block; }
      .product .main .container a.btn-block:hover {
        transition: all 0.3s ease;
        background: #454343 !important;
        color: #fff !important; }
    .product .main .container .row {
      margin-left: 0;
      margin-right: 0; }
      .product .main .container .row .well {
        border-radius: 0;
        background: #f3f3f3;
        border: 2px solid #dfdfdf; }
    .product .main .container .panel-heading h3 {
      font-weight: 500;
      color: #a41e34;
      font-size: 112%;
      text-transform: none; }
    .product .main .container .panel-body ul li {
      font-size: 112%; }
    .product .main .container .panel-body p {
      font-weight: 400; }
    .product .main .container .panel-body a {
      color: #a41e34;
      text-decoration: underline; }
  .product .main table {
    display: block;
    margin: 0 auto; }
    .product .main table input[type='submit'] {
      background: #a41e34;
      color: #ffffff;
      padding: 5px 15px;
      border: 0;
      font-size: 100%;
      transition: all 0.3s ease;
      margin: 20px 0 0; }
      .product .main table input[type='submit']:hover {
        transition: all 0.3s ease;
        background: #686868;
        cursor: pointer; }
    .product .main table input[type='button'] {
      background: #686868;
      color: #ffffff;
      padding: 5px 15px;
      border: 0;
      font-size: 100%;
      transition: all 0.3s ease;
      margin: 20px 0 0; }
      .product .main table input[type='button']:hover {
        transition: all 0.3s ease;
        background: #484848;
        cursor: pointer; }
    .product .main table table table {
      width: 90%;
      margin: 0 auto; }
    .product .main table table.portal {
      width: inherit !important; }
  .product .main table.portal {
    margin: 0 auto;
    text-align: center;
    display: block; }
    .product .main table.portal table {
      margin: 0;
      padding: 10px 0 0;
      display: block; }
      .product .main table.portal table td {
        padding: 10px 5px; }
        .product .main table.portal table td .center {
          padding-right: 5px; }
    .product .main table.portal tr td:first-child {
      padding: 10px 10px 20px; }
    .product .main table.portal tr td:last-child {
      margin: 10px 0;
      padding: 0; }
    .product .main table.portal th {
      text-align: center;
      font-family: "Roboto", sans-serif;
      background: #a41e34;
      padding: 5px; }
  .product .main h1.flHeading {
    color: #454343;
    font-weight: 500;
    font-size: 200%;
    margin: 0 0 30px; }
  .product .main #pubLogin h1.welcomeHeading {
    color: #454343;
    font-weight: 500;
    font-size: 200%;
    margin: 0 0 30px; }
  .product .main #pubLogin .pubLoginLinksT a {
    display: block;
    float: left;
    color: #ffffff;
    background: #a41e34;
    border: 0;
    font-size: 89%;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    transition: all 0.3s ease; }
    .product .main #pubLogin .pubLoginLinksT a:hover {
      transition: all 0.3s ease;
      background: #484848;
      cursor: pointer; }
  .product .main #pubLogin .pubLoginLinksT a:last-child {
    margin-right: 0; }

/* Post Archives */
.archive {
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px;
  display: block;
  height: inherit !important; }
  @media screen and (max-width: 768px) {
    .archive {
      height: auto !important; } }
  .archive .image-wrap {
    float: left;
    width: 40%; }
    .archive .image-wrap img {
      width: 80%;
      height: auto; }
      @media screen and (max-width: 480px) {
        .archive .image-wrap img {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .archive .image-wrap {
        width: 100%; } }
  .archive .archive-content {
    width: 60%;
    float: right; }
    .archive .archive-content small {
      margin: 0 0 10px; }
    .archive .archive-content a {
      color: #a41e34;
      text-decoration: none; }
    @media screen and (max-width: 480px) {
      .archive .archive-content {
        width: 100%; } }

/* Fancybox Overrides */
#fancybox-close {
  display: block !important; }

#fancybox-left, #fancybox-right {
  display: block !important; }

#fancybox-title {
  display: block !important; }

/* Datepicker Table overrides */
.teetime-fixtures-table .icon-package-box {
  color: #ffffff; }

#ui-datepicker-div th {
  display: inline-block;
  padding: 0.3em 0.45em;
  margin-bottom: 0; }

.public-calendar #datepicker {
  width: 80%; }

.main .content .gform_wrapper {
  max-width: 100% !important; }

.main .content .gform_heading {
  margin: 0px !important; }

.main .content .gform_footer {
  margin-top: 0px !important; }

.main .content .gform_title {
  display: none !important; }

.main .content .gform_body ul {
  float: none;
  width: 100%;
  /*#field_2_2 {
      width: calc(50% - 12px) !important;
      margin-right: 24px !important;
      display: inline-block !important;
      box-sizing: border-box;
      @include media($mobile) {
        width: 100% !important;
      }
    }
    #field_2_3 {
      width: calc(50% - 12px) !important;
      display: inline-block !important;
      box-sizing: border-box;
      @include media($mobile) {
        width: 100% !important;
      }
    }*/ }
  .main .content .gform_body ul li {
    margin-bottom: 20px;
    list-style-type: none !important;
    clear: none;
    width: 50%; }
    @media screen and (max-width: 480px) {
      .main .content .gform_body ul li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0; }
        .main .content .gform_body ul li:last-child {
          margin-right: 0; } }
    .main .content .gform_body ul li label {
      display: none !important; }
    .main .content .gform_body ul li .gfield.left {
      float: left; }
    .main .content .gform_body ul li .gfield.right {
      float: right;
      margin-right: 0; }
    .main .content .gform_body ul li input, .main .content .gform_body ul li textarea {
      padding: 12px !important;
      font-size: 16px !important;
      border: 2px solid #d4d4d4;
      width: 100% !important;
      box-sizing: border-box;
      -webkit-appearance: none !important; }
    .main .content .gform_body ul li .textarea {
      width: 100% !important;
      border: 2px solid #d4d4d4;
      box-sizing: border-box;
      margin-top: 10px; }
    .main .content .gform_body ul li .name_first {
      margin-right: 20px !important;
      width: calc(50% - 12px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .main .content .gform_body ul li .name_first {
          width: 100% !important;
          margin-bottom: 20px; } }
    .main .content .gform_body ul li .name_last {
      width: calc(50% - 14px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .main .content .gform_body ul li .name_last {
          width: 100% !important; } }
  .main .content .gform_body ul li.enquiry {
    float: none;
    width: 100%;
    padding-right: 0;
    clear: both; }
  .main .content .gform_body ul li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0; }

.gform_button {
  font-style: normal;
  font-size: 16px !important;
  padding: 7px 20px;
  background-color: #a41e34;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid #a41e34;
  font-weight: bold;
  float: right;
  border-radius: 1px; }
  .gform_button:hover {
    background-color: white;
    color: #a41e34;
    border: 2px solid #a41e34;
    cursor: pointer; }

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: 0 2%; }
    footer .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .content {
        margin-bottom: 25px; } }
    @media screen and (max-width: 480px) {
      footer .content {
        padding: 0px 10px;
        margin-bottom: 10px; } }
    footer .content p {
      font-size: 15px; }
      @media screen and (max-width: 480px) {
        footer .content p {
          font-size: 14px;
          margin: 0 0 15px; } }
      footer .content p a {
        color: #686868; }
    footer .content .block {
      padding-bottom: 50px; }
    footer .content h4 {
      /*@include span-columns(12);*/
      font-size: 16px;
      color: #686868;
      font-weight: 700;
      margin-bottom: 18px;
      margin-top: 40px;
      position: relative; }
      @media screen and (max-width: 768px) {
        footer .content h4 {
          margin-bottom: 15px; } }
      @media screen and (max-width: 480px) {
        footer .content h4 {
          margin-bottom: 10px;
          margin-top: 25px;
          font-size: 14px; } }
    footer .content .news {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 38.7234042553%; }
      footer .content .news:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        footer .content .news {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%; }
          footer .content .news:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        footer .content .news {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          text-align: center; }
          footer .content .news:last-child {
            margin-right: 0; } }
      footer .content .news .item {
        float: left;
        display: block;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px; }
        footer .content .news .item h5 {
          margin: 0;
          color: #686868; }
        footer .content .news .item a {
          font-size: 12px;
          color: #686868;
          text-transform: uppercase;
          font-weight: bold; }
          footer .content .news .item a:hover {
            font-weight: bold; }
        @media screen and (max-width: 768px) {
          footer .content .news .item {
            width: 98%;
            margin-bottom: 4px; }
            footer .content .news .item h5, footer .content .news .item a {
              display: inline-block; }
            footer .content .news .item a:before {
              content: '- '; } }
    footer .content .social {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 18.2978723404%;
      text-align: right; }
      footer .content .social:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        footer .content .social {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 23.4042553191%; }
          footer .content .social:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        footer .content .social {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          text-align: center; }
          footer .content .social:last-child {
            margin-right: 0; } }
      footer .content .social h4 {
        margin-bottom: 55px; }
        @media screen and (max-width: 480px) {
          footer .content .social h4 {
            margin-bottom: 25px; } }
      footer .content .social i {
        color: #686868;
        font-size: 28px;
        margin-left: 10px;
        transition: all 0.3s ease; }
        footer .content .social i:hover {
          color: #686868; }
        @media screen and (max-width: 768px) {
          footer .content .social i {
            font-size: 23px; } }
    footer .content .address {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 12.7659574468%;
      margin-right: 0; }
      footer .content .address:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1600px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.0425531915%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1200px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 19.1489361702%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 25.1063829787%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        footer .content .address {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%;
          margin-right: 0; }
          footer .content .address:last-child {
            margin-right: 0; } }
    footer .content .contact {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 12.7659574468%;
      margin-right: 0; }
      footer .content .contact:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1600px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.0425531915%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1200px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 19.1489361702%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 25.1063829787%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%;
          margin-right: 0; }
          footer .content .contact:last-child {
            margin-right: 0; } }
    footer .content .copyright {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 12.7659574468%;
      margin-right: 0;
      float: right !important;
      text-align: right; }
      footer .content .copyright:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        footer .content .copyright {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 19.1489361702%;
          margin-right: 0; }
          footer .content .copyright:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        footer .content .copyright {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 19.1489361702%;
          margin-right: 0; }
          footer .content .copyright:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        footer .content .copyright {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%;
          margin-right: 0;
          text-align: center; }
          footer .content .copyright:last-child {
            margin-right: 0; } }
      footer .content .copyright img {
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          footer .content .copyright img {
            width: 100%;
            height: auto; } }
        @media screen and (max-width: 480px) {
          footer .content .copyright img {
            display: none; } }
      footer .content .copyright p {
        margin: 15px 0; }
      footer .content .copyright .admin {
        font-size: 80%; }

#wp-content-editor-container html {
  overflow: scroll !important;
  font-family: "Roboto", sans-serif; }

.icon-file-excel, .icon-file-pdf, .icon-file-word {
  display: inline-block !important; }

.subheading {
  color: #686868;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  float: left; }

.subtitle {
  color: #686868;
  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: #686868;
    margin: 0 20px;
    font-weight: bold; }
  .search article hr {
    border: 1px solid #d4d4d4 !important; }
  .search article p {
    margin: 5px 20px; }
  .search article a {
    color: #686868; }

.search .nav a {
  font-weight: bold;
  color: #686868;
  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: 480px) {
    .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: 40px 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  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: 20px; }
  .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: #686868; }
      .mobile-menu #nav li .sub-menu {
        z-index: 300;
        display: block;
        width: 100vw;
        left: -20px;
        position: relative;
        float: left; }
        .mobile-menu #nav li .sub-menu li {
          padding-left: 40px;
          background: #ededed; }
          .mobile-menu #nav li .sub-menu li .sub-menu {
            left: -40px; }
            .mobile-menu #nav li .sub-menu li .sub-menu li {
              padding-left: 60px;
              background: #d0d0d0; }
      .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: 480px) {
    .mobile-members {
      padding-top: 42px; } }
  .mobile-members .members-link {
    margin: 0;
    text-transform: uppercase;
    color: #686868;
    padding-right: 20px; }
    @media screen and (max-width: 480px) {
      .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: 480px) {
        .mobile-members .dropdown input[type=submit] {
          width: 70%; } }
      .mobile-members .dropdown input[type=submit]:hover {
        color: #686868;
        border: 2px solid #686868;
        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: #686868; }
    .mobile-members .dropdown:hover {
      display: block; }
  .mobile-members:hover .members-link {
    cursor: pointer;
    border-bottom: 9px solid rgba(255, 255, 255, 0.8);
    color: #686868; }
  .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: #686868; }
      .mobile-members .menu li .sub-menu {
        z-index: 300;
        display: block;
        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; }

.row.mobileFriendly {
  margin-left: 0;
  margin-right: 0; }

/* Login Page container */
.main .row.mobileFriendly,
.main.members {
  background: #ffffff; }

/* Members Menu */
.sidebar .members-menu {
  margin: 0 0 50px;
  padding: 0; }
  .sidebar .members-menu li {
    list-style: none;
    background: #a41e34;
    margin: 5% 10% 1%;
    text-align: center;
    transition: all 0.3s ease; }
    .sidebar .members-menu li:hover {
      transition: all 0.3s ease;
      background-color: #454343;
      cursor: pointer; }
    .sidebar .members-menu li a {
      display: block;
      padding: 5%;
      color: #ffffff;
      font-weight: 600;
      text-transform: uppercase; }

.sidebar .weather {
  margin-bottom: 40px; }
  .sidebar .weather p.weatherTitle {
    font-weight: 500;
    margin: 20px 0 15px; }
  .sidebar .weather #weatherFeed {
    margin: 0 10%; }
    .sidebar .weather #weatherFeed div {
      clear: both;
      overflow: hidden; }
      .sidebar .weather #weatherFeed div span {
        padding-top: 5px;
        display: block;
        float: left;
        margin-right: 10px; }
    .sidebar .weather #weatherFeed img {
      float: left;
      margin-right: 5px; }
  .sidebar .weather .links {
    margin: 15px 10% 0;
    text-decoration: underline; }
    .sidebar .weather .links:hover {
      text-decoration: none; }

.sidebar .events a.calendar-view {
  margin: 20px 10% 15px;
  text-decoration: underline;
  display: block; }

.sidebar .fb-page {
  margin: 0 10% 50px; }

/* Masonry Posts */
.grid-sizer {
  width: 30%; }

.gutter-sizer {
  width: 3%; }

.masonry-post {
  width: 30%;
  padding: 0;
  background: #ffffff;
  margin: 10px 0 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0; }
  .masonry-post .feature-image {
    width: 100%; }
    .masonry-post .feature-image img {
      height: auto;
      width: 100%; }
  .masonry-post .content {
    width: 100% !important;
    background: #ffffff;
    padding: 0; }
    .masonry-post .content h4 {
      font-size: 22px;
      margin: 34px 0 25px; }
      .masonry-post .content h4 a {
        color: #a41e34;
        font-weight: 500;
        text-decoration: none; }
    .masonry-post .content p {
      margin: 0 0 28px; }
      .masonry-post .content p a {
        float: right;
        display: block;
        color: #a41e34;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
        text-decoration: underline;
        padding-top: 50px; }
    .masonry-post .content small.post-data {
      color: #bababa;
      font-size: 100%;
      font-weight: 900;
      text-align: left; }

.product h1, .product h2, .product h3, .product h4 {
  color: #454343; }

.product p {
  font-weight: 300;
  color: #686868;
  font-size: 112%; }

.product .row.mobileFriendly .col-md-8 {
  float: left;
  display: block;
  width: 51.0638297872%;
  margin-left: 0; }
  .product .row.mobileFriendly .col-md-8:last-child {
    width: 48.9361702128%; }
  .product .row.mobileFriendly .col-md-8 form .col-md-4 {
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
  @media screen and (max-width: 480px) {
    .product .row.mobileFriendly .col-md-8 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .product .row.mobileFriendly .col-md-8:last-child {
        margin-right: 0; } }
  .product .row.mobileFriendly .col-md-8 .col-md-4 .input-group {
    width: 100%; }

.product .row.mobileFriendly .col-md-6 {
  float: left;
  display: block;
  width: 51.0638297872%;
  margin-right: 0;
  margin-left: 0; }
  .product .row.mobileFriendly .col-md-6:last-child {
    width: 48.9361702128%; }
  .product .row.mobileFriendly .col-md-6 h4 {
    font-size: 22px;
    margin: 30px 0 10px; }
  @media screen and (max-width: 480px) {
    .product .row.mobileFriendly .col-md-6 {
      float: left;
      display: block;
      width: 102.127659574%;
      margin-right: 0; }
      .product .row.mobileFriendly .col-md-6:last-child {
        width: 100%; } }

.product .row.mobileFriendly .col-md-offset-2 {
  padding: 0px 5% 0px 10%; }
  @media screen and (max-width: 480px) {
    .product .row.mobileFriendly .col-md-offset-2 {
      padding: 0px 5% 0px; } }

.product .row.mobileFriendly .col-md-offset-3 {
  padding: 0px 10% 0px 5%; }
  @media screen and (max-width: 480px) {
    .product .row.mobileFriendly .col-md-offset-3 {
      padding: 0px 5%; } }

.product .input-group {
  /*width: 100%;
	display: block;*/
  /*overflow: hidden;*/ }
  .product .input-group .input-group-addon {
    border: 0px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 112%;
    width: 30%;
    margin: 20px 0;
    float: left;
    display: block;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .product .input-group .input-group-addon {
        padding: 8px 0 !important;
        margin: 2% 0;
        float: none;
        width: 100%; } }
  .product .input-group .input-group.date .input-group-addon {
    margin: 8px 0; }
  .product .input-group .form-control {
    border: 0;
    margin: 0;
    padding-right: 0;
    width: 70%;
    float: right;
    box-shadow: none; }
    @media screen and (max-width: 1200px) {
      .product .input-group .form-control {
        width: 100%;
        float: none;
        padding: 0;
        display: block !important; } }
    .product .input-group .form-control input {
      width: 100%;
      padding: 12px !important;
      font-size: 16px !important;
      border: 2px solid #d4d4d4;
      width: 100% !important;
      box-sizing: border-box;
      -webkit-appearance: none !important; }
      @media screen and (max-width: 1200px) {
        .product .input-group .form-control input {
          padding: 6px 0 !important;
          float: none;
          width: 100%; } }

.product input.btn {
  font-style: normal;
  font-size: 16px !important;
  padding: 7px 20px;
  background-color: #a41e34 !important;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid #a41e34;
  font-weight: bold;
  float: right;
  border-radius: 1px;
  width: 110px;
  transition: all 0.3s ease;
  opacity: 1; }
  .product input.btn:hover {
    color: #ffffff !important;
    transition: all 0.3s ease;
    opacity: 0.8;
    border: 2px solid #a41e34 !important; }
  @media screen and (max-width: 480px) {
    .product input.btn {
      width: 100%;
      margin-bottom: 10px; } }

.product button.submit {
  font-style: normal;
  font-size: 16px !important;
  padding: 7px 20px;
  background-color: #a41e34 !important;
  color: white;
  transition: all 0.3s ease;
  border: 2px solid #a41e34;
  font-weight: bold;
  float: right;
  border-radius: 1px;
  width: 110px;
  transition: all 0.3s ease;
  opacity: 1; }
  .product button.submit:hover {
    transition: all 0.3s ease;
    opacity: 0.8; }

.product .main table {
  display: block; }

.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 #686868;
        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 #686868;
          color: #686868; }
  .login .right small {
    margin-top: 10px;
    display: block; }

table {
  display: table; }
  table tbody {
    width: 100% !important;
    display: table; }

#pubLogin {
  margin: 0 auto;
  padding: 10px 0 50px !important;
  text-align: center; }
  #pubLogin .pubLoginFields {
    background: transparent;
    border: 0;
    overflow: hidden; }

.pubLoginLinksT {
  display: block;
  float: none !important;
  width: 100%;
  margin: 30px auto !important;
  text-align: center; }
  .pubLoginLinksT a {
    padding: 7px 15px;
    display: inline-block !important;
    line-height: 120%;
    float: none !important; }
  .pubLoginLinksT .pubLoginFP {
    width: 180px; }
  .pubLoginLinksT .pubLoginRE {
    width: 98px; }

.npMainContainNW {
  border: 0 !important; }
  .npMainContainNW table.portal {
    display: table !important;
    border: 0; }
    .npMainContainNW table.portal tbody {
      display: block; }
      .npMainContainNW table.portal tbody tr {
        width: 100%; }
        .npMainContainNW table.portal tbody tr table td {
          width: 25% !important;
          display: table-cell; }
    .npMainContainNW table.portal input {
      width: 100%; }
  .npMainContainNW #registrationForm {
    border: 0;
    width: 80%;
    margin: 0 auto;
    padding: 1% 0;
    border: 0; }
    @media screen and (max-width: 768px) {
      .npMainContainNW #registrationForm {
        width: 100%; } }
    .npMainContainNW #registrationForm tbody {
      display: table-row-group; }
    .npMainContainNW #registrationForm td {
      width: 100%; }
      .npMainContainNW #registrationForm td table {
        display: inline-table; }
        .npMainContainNW #registrationForm td table td {
          width: inherit;
          display: table-cell;
          width: auto !important;
          text-align: center; }
    .npMainContainNW #registrationForm td.paddingV10 {
      padding-top: 20px; }
      .npMainContainNW #registrationForm td.paddingV10 img {
        margin-right: 3.8% !important;
        margin-left: 2%; }
    .npMainContainNW #registrationForm td.formLabel {
      text-align: left;
      padding: 0 0 0 20px;
      width: auto !important; }
    .npMainContainNW #registrationForm input.radio {
      float: none;
      width: inherit;
      display: inline;
      width: 20px;
      margin-bottom: 20px;
      margin-left: 40px; }
    .npMainContainNW #registrationForm input.radio:last-child {
      margin-left: 20px; }
    .npMainContainNW #registrationForm textarea {
      width: 96%;
      margin: 20px 0; }
    .npMainContainNW #registrationForm input[type='checkbox'] {
      width: auto !important; }
  .npMainContainNW button.npInputBorder {
    background: #a41e34;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    padding: 5px 15px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px; }
  .npMainContainNW input.npInputBorder {
    font-size: 16px !important;
    font-weight: 500;
    width: inherit !important;
    margin-bottom: 20px; }

@media screen and (max-width: 1024px) {
  .input-group.date {
    width: 100%; } }

.input-group.date #dob {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group.date span.input-group-addon {
  margin: 8px 0;
  width: 10%; }
  @media screen and (max-width: 1024px) {
    .input-group.date span.input-group-addon {
      width: 10%;
      margin: 0;
      float: left;
      padding: 5px 0px !important; } }

@media screen and (max-width: 1024px) {
  .input-group.date #datepicker {
    float: right; } }

@media screen and (max-width: 480px) {
  .teetime-search-filters .col {
    width: 100%;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .teetime-search-filters .btn-wrapper .registration-link {
    float: left; } }

.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: #686868; }
      .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; }

.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: #686868; }
  .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: #686868;
        transition: all 0.3s ease;
        margin: 5px 10px; }
        .block .block-wrap .portalLink a:hover {
          color: #133a59; }

.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: #686868 !important; }

#ts-header .glyphicons-reg {
  color: white !important; }

.my-booking span {
  color: #686868; }
  .my-booking span:hover {
    color: #686868; }

.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 #686868;
    color: white;
    background-color: #686868;
    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: #686868; }

#memberSearch, #eventListForm {
  margin-top: 90px; }
  #memberSearch:before, #eventListForm:before {
    content: "Members Directory";
    color: #686868;
    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: 480px) {
      #memberSearch:before, #eventListForm:before {
        left: 0; } }

#eventListForm:before {
  content: "Fixtures & Bookings"; }

#video {
  width: 100%;
  clear: both;
  position: relative;
  top: 0; }

video {
  width: 100% !important;
  height: auto !important; }

video#bgvid {
  /*position: fixed;
  right: 0;
  top: 0px;
  top: 0;*/
  /*min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;*/
  z-index: -100;
  /*background: url(images/rmgc.jpg) no-repeat;
  background-size: cover;*/ }

.home {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  padding: 50px 0; }
  .home:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .home {
      padding: 50px 0 20px; } }
  @media screen and (max-width: 768px) {
    .home {
      padding: 50px 0 10px; } }
  .home .posts {
    padding: 0 2%; }
    @media screen and (max-width: 1024px) {
      .home .posts {
        padding: 0 5%; } }
    @media screen and (max-width: 768px) {
      .home .posts {
        padding: 0 3%; } }
  .home .post {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    float: left; }
    .home .post:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .home .post {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%;
        padding: 0 1% 40px; }
        .home .post:last-child {
          margin-right: 0; }
        .home .post:nth-child(2n) {
          margin-right: 0; }
        .home .post:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .home .post {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-bottom: 40px; }
        .home .post:last-child {
          margin-right: 0; } }
    .home .post:last-child {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%;
      margin-right: 0; }
      .home .post:last-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .home .post:last-child {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 48.9361702128%; }
          .home .post:last-child:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .home .post:last-child {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 100%; }
          .home .post:last-child:last-child {
            margin-right: 0; } }
    .home .post .image-wrap {
      max-height: 280px;
      overflow: hidden; }
      .home .post .image-wrap img {
        width: 100%;
        height: auto; }
    .home .post small {
      color: #bababa;
      font-size: 16px;
      font-weight: 900;
      text-align: left; }
      @media screen and (max-width: 1200px) {
        .home .post small {
          font-size: 14px; } }
    .home .post h2 {
      font-size: 22px;
      margin: 34px 0 25px; }
      .home .post h2 a {
        color: #a41e34;
        font-weight: 500; }
    .home .post p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
      margin: 0 0 28px; }
      @media screen and (max-width: 1200px) {
        .home .post p {
          margin: 0 0 5px; } }
      .home .post p a.read_more_link {
        float: right;
        display: block;
        color: #a41e34;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
        text-decoration: underline;
        padding-top: 50px; }
        @media screen and (max-width: 1200px) {
          .home .post p a.read_more_link {
            font-size: 14px;
            float: none;
            padding-top: 20px; } }

a#full {
  display: block;
  z-index: 9;
  background: #a41e34;
  color: #fff;
  padding: 10px 15px;
  width: 188px;
  font-size: 100%;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 45%;
  opacity: 0.8;
  transition: all 0.3s ease; }
  a#full:hover {
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer; }

.main.animate .content {
  float: left;
  display: block;
  width: 74.4680851064%;
  margin-right: 0; }
  .main.animate .content:last-child {
    width: 72.3404255319%; }

.main .sidebar-news {
  float: left;
  display: block;
  width: 27.6595744681%;
  margin-right: 0; }
  .main .sidebar-news:last-child {
    width: 25.5319148936%; }
  .main .sidebar-news ul {
    padding: 20px 0 0;
    margin: 0 0 30px;
    float: none;
    clear: both;
    transition: all 0.3s ease; }
    .main .sidebar-news ul li {
      font-size: 115%;
      padding: 0 10%;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .main .sidebar-news ul li {
          padding: 0 6%; } }
      .main .sidebar-news ul li:hover {
        background: #d1d1d1; }
      .main .sidebar-news ul li a {
        color: #484848;
        font-weight: 500;
        padding: 12px 0;
        display: block;
        letter-spacing: 0.5px; }
      .main .sidebar-news ul li .current-menu-item {
        background: #d1d1d1; }
  .main .sidebar-news hr {
    display: none; }

.main small.post-data {
  text-align: left;
  font-size: 100%;
  display: block;
  margin: 0 0 20px;
  line-height: 100%; }
  .main small.post-data a {
    text-decoration: underline; }

.main .sidebar-news:last-child {
  width: 23.4042553191%; }
  @media screen and (max-width: 768px) {
    .main .sidebar-news:last-child {
      width: 100%; } }

.main .article-single img {
  width: 35%;
  margin: 0 30px 30px 0;
  height: auto; }

.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;
  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: 480px) {
    .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; }

.reciprocal h2 {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  color: #686868;
  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: 480px) {
    .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; } }

.content {
  /*.contact-details {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  li {
		@include span-columns(12);
		@include omega();
		float: left;
		padding: 0px;
		margin: 0 0 25px;
		list-style: none;
		@include media($max) {
		  margin: 0 0 20px;
		}
		@include media($smalldesk) {
		  @include span-columns(6);
		  @include omega(2n);
		  margin: 0 0 20px;
		  padding: 0;
		}
		@include media($tablet) {
		  @include span-columns(6);
		  @include omega(2n);
		}
		@include media($mobile) {
		  @include span-columns(12);
		  @include omega();
		}
		.street {
		  display: block;
	      font-weight: 300;	  
		    @include media($max) {
		      display: inline;
		    }
			@include media($mobile) {
			  display: block;	
			}
		  }
		strong {
		  @include media($max) {
		    display: block;  
		  }
		}
		i {
		  float: left;
		  margin: 0 17px 5px 0;	
		  width: 27px;
		  @include media($max) {
		    margin: 0 17px 30px 0;  
		  }
		}
		.icon-printer {
		  background-image: url(../images/icon-printer.png);
		  background-repeat: no-repeat;
		  background-size: 100% auto;
		  position: relative;
		  top: 2px;
		}
	  }*/ }
  .content .left.details {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .content .left.details:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      .content .left.details {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 40.4255319149%; }
        .content .left.details:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .content .left.details {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0; }
        .content .left.details:last-child {
          margin-right: 0; } }
  .content .acf-map {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .content .acf-map {
        margin-bottom: 30px; } }
    .content .acf-map iframe {
      border: 0;
      width: 100%;
      height: 400px; }

.contact-details {
  width: 80%;
  margin: 0 10%;
  padding: 20px 0 0; }
  @media screen and (max-width: 768px) {
    .contact-details {
      margin: 0 5%; } }
  .contact-details li {
    float: left;
    padding: 0px;
    margin: 0 0 25px;
    font-size: 115%;
    width: 100%;
    display: block;
    list-style: none; }
    @media screen and (max-width: 1600px) {
      .contact-details li {
        margin: 0 0 20px; } }
    @media screen and (max-width: 1024px) {
      .contact-details li {
        padding: 0;
        font-size: 100%; } }
    @media screen and (max-width: 768px) {
      .contact-details li {
        font-size: 122%;
        width: 50%;
        float: left; } }
    @media screen and (max-width: 480px) {
      .contact-details li {
        font-size: 120%;
        width: 100%;
        float: none; } }
    .contact-details li .street {
      display: block;
      font-weight: 300; }
    @media screen and (max-width: 1600px) {
      .contact-details li strong {
        display: block; } }
    .contact-details li i {
      float: left;
      margin: 0 17px 5px 0;
      width: 27px;
      color: #a41e34; }
      @media screen and (max-width: 1600px) {
        .contact-details li i {
          margin: 0 17px 30px 0; } }
    .contact-details li .icon-email {
      margin: 0 17px 0px 0px; }
    .contact-details li .icon-printer {
      background-image: url(../images/icon-printer.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: relative;
      top: 2px; }

.clear {
  clear: both; }

.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: 480px) {
    .testimonials {
      display: none; } }
  .testimonials h2 {
    text-align: center;
    color: #686868 !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: #686868;
        transition: all 0.3s ease; }
        .testimonials .testimonial-wrap ul .icon-left:hover, .testimonials .testimonial-wrap ul .icon-right:hover {
          color: #686868;
          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: #686868 !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 #686868;
        border-right: 5px solid #686868; }
      .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: 480px) {
      .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: 480px) {
      .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-3 .gallery-item {
  overflow: hidden; }
  .gallery-columns-3 .gallery-item img {
    width: 94%;
    height: auto; }
  .gallery-columns-3 .gallery-item .gallery-caption {
    margin: 15px auto 25px; }

.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: 47% !important;
    margin: 0 1% 3% 2%; }
  .gallery-columns-4 br {
    display: none; } }

@media screen and (max-width: 480px) {
  .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%;
  margin-right: 0;
  position: relative;
  text-align: right; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      text-align: center; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar .widget {
    padding: 10px 0 20px;
    float: left;
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px; }
    .sidebar .widget h3 {
      margin: 0 0 10px;
      color: #686868;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
    .sidebar .widget i {
      display: inline-block; }
    .sidebar .widget ul {
      list-style: none;
      padding: 0; }
      .sidebar .widget ul a {
        padding-right: 5px; }
        .sidebar .widget ul a:hover {
          color: #686868; }
        .sidebar .widget ul a:after {
          content: '-';
          position: relative;
          left: 5px; }
        .sidebar .widget ul a .sub-menu {
          padding-left: 20px; }
      .sidebar .widget ul .current_page_item a {
        font-weight: bold; }
    .sidebar .widget .button {
      color: white;
      display: table;
      margin: 10px 0;
      padding: 5px 10px;
      background-color: #686868;
      border: 1px solid #686868;
      transition: all 0.3s ease;
      float: right; }
      .sidebar .widget .button:hover {
        color: #686868;
        border: 1px solid #686868;
        background-color: white; }
      @media screen and (max-width: 1200px) {
        .sidebar .widget .button {
          margin: 0 auto;
          float: none; } }
    .sidebar .widget .contact a {
      color: #686868;
      font-size: 14px;
      display: block; }
      .sidebar .widget .contact a:hover {
        color: #686868; }
    .sidebar .widget .contact span {
      display: block;
      font-size: 14px; }
    .sidebar .widget .contact .inline {
      display: inline-block; }
  .sidebar .widget-news a {
    font-size: 13px;
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
    .sidebar .widget-news a:hover {
      color: #686868; }
  .sidebar .widget_search label {
    display: none; }
  .sidebar .widget_search input {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #686868; }
  .sidebar .widget_search input[type="text"] {
    width: 70%;
    height: 28px;
    top: -1px;
    position: relative; }
  .sidebar .widget_search input[type="submit"] {
    width: 28%;
    border-radius: 1px;
    color: #686868;
    background-color: transparent;
    font-size: 14px; }
    .sidebar .widget_search input[type="submit"]:hover {
      color: #686868;
      border: 1px solid #686868; }

.tour {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-right: 0; }
  .tour:last-child {
    margin-right: 0; }
  .tour .content {
    float: left;
    display: block;
    width: 102.127659574%;
    margin-right: 0; }
    .tour .content:last-child {
      width: 100%; }
  .tour .holes .hole {
    position: relative;
    float: left;
    display: block;
    width: 23%;
    margin: 0 1% 2%; }
    @media screen and (max-width: 1024px) {
      .tour .holes .hole {
        width: 31%;
        margin: 0 1% 2%; } }
    .tour .holes .hole img {
      width: 100%;
      height: auto; }
    .tour .holes .hole .hole-links li {
      width: 5%;
      clear: none !important; }
      .tour .holes .hole .hole-links li :nth-child(2n+1) {
        clear: none !important; }
    .tour .holes .hole a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.5); }
      .tour .holes .hole a h3 {
        display: block;
        text-align: center;
        margin: 14% auto;
        width: 90px;
        line-height: 40px;
        color: white;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 4px; }
      .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: 46%;
        margin: 0 2% 4%; } }
    @media screen and (max-width: 480px) {
      .tour .holes .hole {
        width: 100%;
        margin: 0 0 10%; } }

.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: 480px) {
    .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 {
  /*max-width: 1600px;*/
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
  box-sizing: border-box; }
  @media screen and (max-width: 1600px) {
    .single-course {
      /*margin: 0 2.5%;
    width: 95%;*/ } }
  @media screen and (max-width: 768px) {
    .single-course {
      width: 100%;
      margin: 0; } }
  .single-course .content {
    float: left;
    display: block;
    width: 74.4680851064%;
    margin-right: 0;
    padding-bottom: 50px; }
    .single-course .content:last-child {
      width: 72.3404255319%; }
    @media screen and (max-width: 1024px) {
      .single-course .content {
        float: left;
        display: block;
        width: 65.9574468085%;
        margin-right: 0; }
        .single-course .content:last-child {
          width: 63.829787234%; } }
    @media screen and (max-width: 768px) {
      .single-course .content {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 100%;
        margin-right: 0; }
        .single-course .content:last-child {
          margin-right: 0; } }
  .single-course .hole {
    width: 100%; }
    .single-course .hole .hole-links {
      width: 100%;
      display: table;
      table-layout: fixed;
      padding: 0;
      margin-bottom: 30px !important;
      background-color: #dfdfdf; }
      @media screen and (max-width: 480px) {
        .single-course .hole .hole-links {
          text-align: center;
          margin-bottom: 20px; } }
      .single-course .hole .hole-links li {
        display: table-cell;
        text-align: center;
        width: 5%;
        float: left;
        clear: none !important;
        padding: 0;
        margin: 0; }
        .single-course .hole .hole-links li a {
          width: 100%;
          height: 40px;
          line-height: 40px;
          display: block;
          background-color: #dfdfdf;
          color: #686868;
          text-decoration: none; }
          .single-course .hole .hole-links li a:hover {
            background-color: #a41e34;
            color: #ffffff;
            cursor: pointer; }
        @media screen and (max-width: 480px) {
          .single-course .hole .hole-links li {
            width: 40px;
            display: inline-table;
            width: 10%; } }
      .single-course .hole .hole-links .active {
        background-color: #a41e34;
        color: #ffffff; }
    .single-course .hole img {
      margin-bottom: 10px;
      width: 100%;
      height: auto; }
    .single-course .hole .pagination {
      width: 100%;
      position: relative;
      height: 50px;
      background-color: #dfdfdf;
      margin-bottom: 0px;
      margin-top: 30px; }
      .single-course .hole .pagination a {
        color: #686868;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        padding: 10px 0;
        display: block;
        text-decoration: none; }
        .single-course .hole .pagination a:hover {
          color: #686868; }
        @media screen and (max-width: 1024px) {
          .single-course .hole .pagination a {
            font-size: 90%; } }
      .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: 480px) {
          .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: #686868; }
  .single-course .sidebar {
    float: left;
    display: block;
    width: 27.6595744681%;
    margin-right: 0; }
    .single-course .sidebar:last-child {
      width: 25.5319148936%; }
    @media screen and (max-width: 1024px) {
      .single-course .sidebar {
        float: left;
        display: block;
        width: 36.170212766%;
        margin-right: 0; }
        .single-course .sidebar:last-child {
          width: 34.0425531915%; } }
    @media screen and (max-width: 768px) {
      .single-course .sidebar {
        float: left;
        display: block;
        width: 102.127659574%;
        margin-right: 0; }
        .single-course .sidebar:last-child {
          width: 100%; } }
    .single-course .sidebar .course {
      margin: 0 10%; }
      @media screen and (max-width: 768px) {
        .single-course .sidebar .course {
          margin: 0 5%; } }
    .single-course .sidebar .course-image {
      margin: 30px 10%;
      background-color: #fff;
      text-align: center;
      padding: 20px 0; }
      .single-course .sidebar .course-image img {
        width: 50%;
        height: auto; }
      @media screen and (max-width: 768px) {
        .single-course .sidebar .course-image {
          margin: 4% 5%; } }
    .single-course .sidebar table {
      border-bottom: 0px solid #d4d4d4; }
      .single-course .sidebar table tbody {
        display: table-row-group !important; }
      .single-course .sidebar table thead {
        color: #3a3a3a;
        border-bottom: 4px solid #a41e34;
        border-top: 0px; }
        .single-course .sidebar table thead th {
          padding: 10px 0; }
      .single-course .sidebar table tr td {
        padding: 15px 0px 0px;
        /*		font-size: 93% !important;
*/ }
        @media screen and (max-width: 1200px) {
          .single-course .sidebar table tr td {
            font-size: 112% !important; } }
        @media screen and (max-width: 768px) {
          .single-course .sidebar table tr td {
            font-size: 100%; } }
        @media screen and (max-width: 480px) {
          .single-course .sidebar table tr td {
            font-size: 80%; } }

.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: 480px) {
        .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 #686868;
        border-right: 3px solid #686868; }
  .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: 480px) {
        .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: 480px) {
        .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: 480px) {
          .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; }

.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;
      &: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%; }

table.menu {
  width: 50%;
  margin: 0 0 25px; }
  table.menu tr td {
    padding: 8px 5px 8px 0; }
  table.menu td:nth-child(2) {
    width: 20%;
    text-align: right; }

.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; }

/*# sourceMappingURL=style.css.map */