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

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

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

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

.divLogo {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 20%;
  background-color: ##ffffff;
  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: #ffffff;
  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 {
  cursor: pointer;
  color: #ffffff;
  background-color: #3ab599;
}

/*******************************************/
/* 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: #3ab599;
}

.divSocialMedia img {
  width: 18px;
}

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

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

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

h1 {
  color: #3ab599;
  font-weight: bold;
}

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

#divContent1 a {
  color: #3ab599;
  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%;
}

.divBanner > img {
  display: block;
  /*margin: 0 auto;*/
  /*width: 60%;*/
  width: 100%;
}

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

.divSlides {
  position: relative;
  padding: 0px;
  width: 100%;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
}

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

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

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

.tblInfobox {
  margin: 5px auto;
  width: 60%;
  color: #000000;
  background-color: #ffffff;
  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: 25px 0px 25px 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;
}

/*******************************************/
/*    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: #3ab599;
}

/* 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: #3ab599;
}
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: #3ab599;
  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: #ffffff;
}

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

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

#divGalleryAll {
  background-color: #3ab599;
  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: #3ab599;
}

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

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

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

#divTestimonialsArrows span:hover {
  cursor: pointer;
  color: #3ab599;
}

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

#divFoot {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
}

#divCopyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  color: #000000;
}
