
html, body {
  margin: 0;
  padding: 0;
  
  color: #000000;
  background-color: #f2f0ef;
  
  font-family: 'Montserrat', sans-serif;
}

.divTopBarSocialMedia {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #3275b0;
  text-align: right;
  vertical-align: middle;
}

.divTopBar {
  display: table;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  background-color: #f2f0ef;
}

.divTopBarRight {
  display: table-cell;
  width: 80%;
  color: #000000;
  background-color: #f2f0ef;
  text-align: center;
  vertical-align: middle;
}

.divBarBanner {
  display: block;
  padding: 5px 0;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  text-align: right;
  vertical-align: middle;
  line-height 16px: 
}

h1 {
  color: #3275b0;
  font-weight: bold;
  font-size: 2em;
}

/*******************************************/
/*     LOGO     LOGO     LOGO     LOGO     */
/*******************************************/

.divLogo {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 20%;
  background-color: #f2f0ef;
  text-align: left;
}

.imgLogo {
  margin: 0;
  padding: 0;
  height: 110px;
  border: 0;
}

/*******************************************/
/*     MENU     MENU     MENU     MENU     */
/*******************************************/
.divMenu {
  padding: 5px 0;
  width: 100%;
  color: #000000;
  background-color: #f2f0ef;
  text-align: right;
}

.divMenu a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.divMenu a:hover,
.divMenu a.menucurrent:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #e0b13a;
}
.divMenu a.menucurrent {
  color: #ffffff;
  background-color: #000000;
}

/*******************************************/
/* SOCIAL MEDIA  SOCIAL MEDIA SOCIAL MEDIA */
/*******************************************/

.divSocialMedia {
  padding: 5px 0;
  width: 100%;
  text-align: right;
}

.divSocialMedia span {
  margin-right: 25px;
  font-size: 16px;
  vertical-align: top;
}

.divSocialMedia span:hover {
  cursor: pointer;
  color: #e0b13a;
}

.divSocialMedia img {
  width: 18px;
}

/*******************************************/
/*     CONTENT     CONTENT     CONTENT     */
/*******************************************/

#divContent {
  margin: 0;
  display: block;
  width: 100%;
  color: #000000;
  background-color: #f2f0ef;
}

#divContent1 {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background-color: #f2f0ef;
}

#divContent1 > h1 {
  text-align: center;
}

#divContent1 a {
  color: #e0b13a;
  text-decoration: none;
  font-weight: bold;
}

#divContent a:hover {
  color: #444444;
}

.divCalculator {
  margin: 0 auto;
  padding: 25px 0;
  width: 80%;
}

/*******************************************/
/*       BANNER     BANNER     BANNER      */
/*******************************************/

.divBanner {
  position: relative;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 550px;
  max-height: 400px;
  background-color: #000000;
}

.divBanner > img {
  display: block;
  /*margin: 0 auto;*/
  /*width: 60%;*/
  width: 100%;
  height: 100%;
  /*height: 400px;
  max-height: 400px;*/
}

.divBannerCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center;
  
  width: 60%;
  color: #3d4246;
}

.divBannerCaption span {
  max-width: 100%;
  padding: 2%;
  color: #3d4246;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
  font-weight: bold;  
}

.divBannerCaption h1 {
  font-size: 3em !important;
}

/*******************************************/
/*       SLIDES     SLIDES     SLIDES      */
/*******************************************/

.divSlides {
  position: relative;
  padding: 0px;
  width: 100%;
  height: 550px;
  max-height: 550px;
  overflow: hidden;
  background-color: #000000;
}

.divSlides > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.divSlides > div > img {
  margin: -25% auto 0 auto;
  width: 100%;
  /*height: 100%;*/
  border-collapse: seperate;
}

.divSlidesCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center;
  
  width: 60%;
  color: #ffffff;
}

.divSlidesCaption span {
  max-width: 100%;
  padding: 2%;
  /*color: #e0b13a;*/
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 3em;
  font-weight: bold;
}

/*******************************************/
/*      CALLUS     CALLUS     CALLUS       */
/*******************************************/

.divCallUs {
  display: block;
  padding-bottom: 21px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
}

.divCallUs div {
  margin: 0 auto;
  width: 60%;
}

/*******************************************/
/*     INFOBOX     INFOBOX     INFOBOX     */
/*******************************************/
.divInfobox {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f0ef;
}

.tblInfobox {
  margin: 5px auto;
  width: 60%;
  color: #000000;
  background-color: #f2f0ef;
  border-spacing: 0;
  border-collapse: collapse;
}

.tblInfoboxBuySell {
  width: 88%;
  height: 600px;
}

/*
.tblInfoboxBuySell img {
  filter: grayscale(100%);
}
*/

/*
.tblInfoboxBuySell td:hover > img {
  #filter: grayscale(0%);
}
*/

.tblInfoboxBuySell td {
  width: 45% !important;
}

.tblInfobox td {
  position: relative;
  width: 50%;
}

.tblInfobox .tdInfoboxText {
  z-index: 2;
  padding: 10px 0px 20px 0px;
  width: 50%;
  vertical-align: top;
}

.tdInfoboxImg img  {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.tblInfobox h2 {
  z-index: 2;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 3px 5px #333333;
}

.divBuySellButton {
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  bottom: 40%;
  text-align: center;
}

.divBuySellButton div {
  display: inline-block;
  width: 30%;
  margin: 0 2%;
  padding: 25px 0;
  color: #000000;
  background-color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  box-shadow: 3px 5px 10px #333333;
}

.divBuySellButton div:hover {
  cursor: pointer;
  color: #000000;
  background-color: #dddddd;
}

/*******************************************/
/*  CATEGORIES   CATEGORIES   CATEGORIES   */
/*******************************************/

.tblCategories {
  margin: 0 auto;
  width: 80%;
  table-layout: fixed;
}

.tblCategories td {
  width: 50%;
  padding: 25px 0;
  color: #ffffff;
  background-color: #444444;
  text-align: center;
  font-weight: bold;
}

.tblCategories td:hover {
  cursor: pointer;
  color: #444444;
  background-color: #eaeaea;
}

.tblCategories td.currentCat {
  color: #000000;
  background-color: #eaeaea;
  font-size: 20px;
}

/*************************************************/
/*    CLUBEVENTS    CLUBEVENTS    CLUBEVENTS     */
/*************************************************/

.divClubEvents {
  display: block;
  margin: 25px auto;
  padding: 0;
  width: 80%;
  text-align: center;
}

.divClubEvent {
  display: inline-table;
  margin: 10px;
  vertical-align: middle;
  width: 300px;
  height: 350px;
  padding: 0;
  background-color: #000000;
  border: 5px solid #000000;
}

.divClubEventImg {
  display: table-cell;
  width: 300px;
  height: 350px;
  border: 0;
  margin: 0;
  padding 0;
  vertical-align: middle;
  overflow: hidden;
}

.divClubEvent img {
  width: 300px;
  max-height: 350px;
  border: 0;
  margin: 0;
  padding 0;
}

.divClubEvent img:hover {
  cursor: pointer;
  opacity: 0.5;
}

#divClubEventLarge {
  z-index: 2;
  display: block;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

#divClubEventLarge span {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#divClubEventLarge span:hover,
#divClubEventLarge span:focus {
  color: #bbbbbb;
  text-decoration: none;
  cursor: pointer;
}

#imgClubEventLarge {
  margin: auto;
  display: block;
  height: 80%;
  max-height: 700px;
}


/*******************************************/
/*    THE TEAM    THE TEAM    THE TEAM     */
/*******************************************/
.divTheTeam {
  display: block;
  margin: 0 auto;
  width: 65%;
  text-align: center;
}

.divTeamPhotos {
  display: inline-block;
  margin: 10px;
}

.divTeamPhotos_Photo {
  display: block;
  width: 240px;
  height: 275px;
  max-width: 240px;
  max-height: 275px;
  overflow-y: hidden;
}

.divTeamPhotos_Name {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

.divTeamPhotos_Photo img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}

.divTeamPhotos:hover {
  cursor: pointer;
}
  
.divTeamPhotos:hover > .divTeamPhotos_Photo {
  filter: grayscale(100%);
}

.divTeamPhotos:hover > .divTeamPhotos_Name {
  background-color: #e0b13a;
}

/* TABLE
#tblTeamPhotos {
  margin: 0 auto;
  border-spacing: 30px;
  
}

#tblTeamPhotos td {
  position: relative;
  width: 240px;
  height: 275px;
}

#tblTeamPhotos img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip: rect(0px, 242px, 277px, 0px);
}

#tblTeamPhotos div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

#tblTeamPhotos td:hover {
  cursor: pointer;
}

#tblTeamPhotos td:hover > img {
  filter: grayscale(100%);
}

#tblTeamPhotos td:hover > div {
  background-color: #e0b13a;
}
TABLE */

/* OLD
-------------------------------------------------------
#tblTeamPhotos td:hover > img {
  #filter: grayscale(100%);
}


#tblTeamPhotos img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip: rect(0px, 242px, 277px, 0px);
  filter: grayscale(100%);
}

#tblTeamPhotos td:hover > div {
  visibility: visible;
  cursor: pointer;
}

#tblTeamPhotos div {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  padding: 35px 0px;
  color: #e0b13a;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
-------------------------------------------------------
OLD */

.tblTeamBio {
  margin: 20px auto;
  width: 60%;
  color: #000000;
  background-color: #f2f0ef;
}

.tblTeamBio td {
  position: relative;
  vertical-align: top;
  padding: 25px;
}

.tblTeamBio img {
  width: 300px;
  /*filter: grayscale(100%);*/
}

.tblTeamBio h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.tdTeamBioContactMe {
  padding: 0 !important;
  text-align: right;
}

.tdTeamBioContactMe .aTeamBioContactMe {
  padding: 25px;
  color: #ffffff !important;
  background-color: #444444;
}

.tdTeamBioContactMe .aTeamBioContactMe:hover {
  background-color: #e0b13a;
}

/*******************************************/
/*     GALLERY     GALLERY     GALLERY     */
/*******************************************/

#divGalleryAll {
  background-color: #e0b13a;
  border-radius: 10px;
}

/*******************************************/
/*     FORM     FORM     FORM     FORM     */
/*******************************************/
.tblForm {
  margin: 0 auto;
  width: 60%;
  border-spacing: 20px;
}

.tblForm th {
  width: 225px;
  text-align: right;
  vertical-align: top;
}

.tblForm label {
  font-weight: bold;
  line-height: 35px;
}

.tblForm td {
  text-align: left;
}

.tblForm input {
  width: 99%;
  height: 35px;
  font-size: 17px;
  border: 1px solid #666666;
  border-radius: 5px;
}

.tblForm textarea {
  margin: 0;
  width: 99%;
  height: 250px;
  font-size: 17px;
  border: 1px solid #666666;
  border-radius: 5px;
}

.tblForm input[type='checkbox'] {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
}

.tblForm input[type='date'] {
  width: 200px;
}

.tblForm input[type='radio'] {
  width: auto;
  height: auto;
}

.tblForm select {
  height: 35px;
  font-size: 17px;
}

.frc-captcha {
  margin: 0 auto;
}

.tblForm input[type='button'] {
  display: block;
  margin: 0 auto;
  width: 70%;
  color: #ffffff;
  background-color: #e0b13a;
}

.tblForm input[type='button']:hover {
  cursor: pointer;
  background-color: #e0b13a;
}

.tblForm select:invalid {
  color: #777777;
}

.tblForm .inputInvalid {
  border: 5px solid #ff0000;
}

/*******************************************/
/*      MAP      MAP      MAP      MAP     */
/*******************************************/
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

#map .marker {
  background-image: url('images/mapMarker.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

#map .mapboxgl-popup {
  max-width: 600px;
  padding: 15px;
}

#map .mapboxgl-popup-content {
  text-align: left;
}

#map .mapboxgl-popup-content img {
  float: right;
  width: 60px;
  cursor: pointer;
}

/*******************************************/
/*      TESTIMONIALS       TESTIMONIALS    */
/*******************************************/
#divTestimonials {
  width: 100%;
  background-color: #333333;
}

#divTestimonials > div {
  margin: 0 auto;
  padding: 50px 0;
  width: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

#divTestimonials .spanTstmReadMore {
  font-size: 18px;
}

#divTestimonials .spanTstmReadMore:hover {
  cursor: pointer;
  color: #e0b13a;
}

#divTestimonialsArrows {
  float: right;
  font-size: 34px;
}

#divTestimonialsArrows span:hover {
  cursor: pointer;
  color: #e0b13a;
}

/*******************************************/
/*     FOOT     FOOT     FOOT     FOOT     */
/*******************************************/

#divFoot {
  position: relative;
  display: table;
  width: 100%;
  color: #ffffff;
  background-color: #3275b0;
  text-align: left;
}

#divCopyright {
  display: table-cell;
  width: 50%;
  color: #ffffff;
}

#divFoor .divTopBarSocialMedia {
 display: table-cell !important;
 width: 50% !important; 
}
