/*--html styles--*/

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #39383a;
  font-size: 18px;
  line-height: 26px;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div{
  box-sizing: border-box;
  padding: 0px;
  overflow: hidden;
}

a{
  color: inherit !important;
}

a:hover{
  color: #8fc851 !important;
}

button{
  margin: auto;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}

h1{
  font-size: 72px;
  line-height: 72px;
  color: inherit;
}

h2{
  font-size: 42px;
  line-height: 60px;
  color: inherit;
}

h3{
  font-size: 30px;
  line-height: 30px;
  color: inherit;
  margin-bottom: 0px;
  margin-top: -2px;
}

h4{
}

h5{
}

h6{
}

ul, li{
  display: inline;
  margin: auto 25px;
  list-style: none;
  padding-left: 0px;
  padding-inline-start: 0px;
  cursor: pointer;
}

section {
  opacity: 0;
  transform: translate(0, 0);
  transition: all .8s ease;
}

section.visible {
  opacity: 1;
  transform: translate(0, 0);
  z-index: -1;
}

input[type=text],[type=password] {
  transition: all ease 0.5s;
  outline: none;
  font-style: normal;
  font-size: inherit;
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  opacity: .3;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

input:hover{
  opacity: 1;
}

input:focus{
  opacity: 1;
}

.search-button{
  transition: all ease 0.5s;
  color: inherit !important;
  font-size: inherit;
  display: inline !important;
  width: calc(100% / 4 - 20px);
  max-width: calc(100% / 4 - 20px);
  height: 80px !important;
  border: 1px solid #fff;
  margin: 0px !important;
  padding: 0px !important;
  opacity: .3;
}

.search-button:hover{
  opacity: 1;
  color: #39383a !important;
  background-color: #8fc851 !important;
  border-color: #8fc851 !important;
}

.relativeDiv {
  position: relative;
  font-size: inherit;
}

.w100 {
  width: 100%;
}

#homeQuickyTerms {
	margin-bottom: 0px;
}

#daQuickSearchResultsWrapper {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #39383a;
	/*-webkit-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-moz-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-o-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	transition: height 0.25s ease-out, bottom 0.25s ease-out;*/
	z-index: 9999;
}

#daQuickSearchResults {
	left: 32px;
	text-align: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #757475 #757475 #757475 #757475;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	/*margin: 10px 10px 10px 10px;*/
}

.daTermzResultz {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.daTermzResultz:hover {
	background-color: #757475;
}

.parameter-field{
  display: inline-block;
  width: calc(100% / 4 - 20px) !important;
  max-width: calc(100% / 4 - 20px) !important;
}

.site-menu-wrapper{
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  padding: 0px 50px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 998;
  position: fixed;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: auto;
  background-color: #39383a;
}

.site-menu-container{
  display: flex;
  flex-wrap: nowrap;
  margin: auto !important;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: none;
}

.site-menu-holder{
  color: #fff;
  width: calc(100% / 5 - 10px);
  max-width: calc(100% / 5 - 10px);
  height: auto;
  background-color: none;
}

.site-menu-holder li{
  display: block;
  margin-bottom: 20px;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.site-menu-holder a {
	text-decoration: none;
}

.site-wrapper{
  width: 100vw;
  height: auto;
  max-width: 100%;
  max-height: auto;
  background-color: none;
}

.video-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  background-color: #000;
}

.video-overlay-layer{
  z-index: 1;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: auto;
  background-color: none;
}

.home-hero-video-container{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#heroVideo {
  opacity: .5;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-buttons{
  position: relative;
  transition: all 0.3s ease;
  padding: 20px 0px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: none !important;
  overflow: visible !important;
  margin-right: 50px;
}

.add-body-style{
  margin: 0;
  margin: 0px auto;
}

.arrow-body-style{
  border-right: 2px solid #39383a !important;
  border-top: 2px solid #39383a !important;
}

.arrow-body-style::before{
  background-color: #39383a !important;
}

.arrow-div{
  position: absolute;
  top: calc(50% - 3px);
  right: calc(0px - 20px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  overflow: visible !important;
}

.arrow-div::before{
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 1;
  left: -2.2px;
  top: 1.9px;
  content: "";
  width: 10px;
  min-width: 10px;
  height: 2px;
  min-height: 2px;
  background-color: #fff;
}

.arrow-right{
  transition: all 0.3s ease;
  transform: rotate(45deg);
}

.intro-buttons:hover{
  transition: all 0.3s ease;
  color: #8fc851 !important;
}

.intro-buttons:hover .arrow-div::before{
  transition: all 0.3s ease;
  background-color: #8fc851 !important;
}

.intro-buttons:hover .arrow-div{
  transition: all 0.3s ease;
  border-right: 2px solid #8fc851 !important;
  border-top: 2px solid #8fc851 !important;
}

.intro-buttons:hover .arrow-right{
  transition: all 0.3s ease;
  right: calc(0px - 25px);
}

.content-break-wrapper{
  position: relative;
  padding: 100px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: none;
}

.content-break-wrapper img{
  opacity: .5;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.remove-opacity{
  opacity: 1 !important;
}

.add-color-one{
  color: #fff !important;
  /*#39383a*/
  background-color: #8fc851;
}

.add-color-two{
  color: #fff !important;
  background-color: #39383a;
}

.add-color-three{
  color: #fff !important;
  background-color: #000;
}

.add-height-one{
  height: 75vh !important;
  max-height: 75vh !important;
  min-height: 75vh !important;
}

.add-height-two{
  height: 50vh !important;
  max-height: 1000px !important;
  min-height: 1px !important;
}

#searchArea, #searchAreaInside {
	overflow: visible !important;
}

.about-background{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  background-image: url("images/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-break-container{
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 1300px;
  height: auto;
  background-color: none;
}

.space-between{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
}

#submitdaAgQuickSearch {
	display: contents;
}

.center-content{
  text-align: center !important;
}

.featured-listing-box{
  transition: all 0.3s ease;
  /*cursor: pointer;*/
  overflow: hidden !important;
  position: relative;
  padding-bottom: calc(100% /2 - 10px);
  width: calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.featured-listing-box:hover .featured-listing-image{
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.featured-listing-box:hover .intro-buttons{
  transition: all 0.3s ease;
  color: #8fc851 !important;
}

.featured-listing-box:hover .arrow-div::before{
  transition: all 0.3s ease;
  background-color: #8fc851 !important;
}

.featured-listing-box:hover .arrow-div{
  transition: all 0.3s ease;
  border-right: 2px solid #8fc851 !important;
  border-top: 2px solid #8fc851 !important;
}

.featured-listing-box:hover .arrow-right{
  transition: all 0.3s ease;
  right: calc(0px - 25px);
}

.featured-listing-image{
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.featured-listing-image img{
  width: 100%;
  height: 100%;
}

.featured-listing-overlay{
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-image: linear-gradient(rgb(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.featured-listing-overlay h2{
  line-height: 50px;
}

.previous-sales-wrapper{
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: blue;
}

.previous-sales-property-container{
  width: 100%;
  height: auto;
  background-color: yellow;
}

footer{
  font-size: 14px;
  padding: 100px 0px;
  color: #fff;
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: black;
}

.disclaimer-container{
  width: calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  height: auto;
  background-color: none;
}

.telLink {
	text-decoration: none;
}

.footer-nav-container{
  width: auto;
  max-width: auto;
  height: auto;
  background-color: none;
}

.footer-nav-container a {
	text-decoration: none;
}

footer img{
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 50px;
  height: 100px;
  max-height: 50px;
}

.footer-button{
  font-size: 14px !important;
  font-weight: 400 !important;
}

.footer-nav-container button{
  margin-right: 30px !important;
  display: block;
  padding: 0px;
  margin-bottom: 30px !important;
}

nav{
  transition: all 0.3s ease;
  padding: 20px 0px;
  color: #fff;
  z-index: 999;
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  background-color: none;
  border-bottom: 1px solid #747375;
  border-bottom: transparent;
}

nav img{
  display: block;
  width: auto;
  margin: 0px;
  height: 100px;
  max-height: 50px;
}

nav a{
  text-decoration: none;
}

.nav-content-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px auto;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  height: auto;
  background-color: none;
}

.nav-end-containers{
  position: relative;
  text-align: left;
  width: 220px;
  max-width: 220px;
  height: auto;
  background-color: none;
}

.nav-center-container{
  display: flex;
  flex-wrap: nowrap;
  text-align: center !important;
  width: auto;
  height: auto;
  background-color: none;
}

.nav-center-container button{
  color: inherit;
  font-size: inherit;
  background-color: none;
  margin-left: 12.5px;
}

.align-right{
  margin-right: 0px;
  position: absolute;
  right: 0px;
}

.about-wrapper{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: black;
  background-image: url("images/adam_about_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-image-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .1;
}

.about-content-container{
  z-index: 1;
  color: #fff;
  width: 100%;
  max-width: 1300px;
  height: auto;
  max-height: 100%;
  margin: auto;
  background-color: none;
}

.center-content{
  text-align: center !important;
}

.copy-container{
  max-width: 900px !important;
  margin: auto;
}

/*--start the media queries--*/

@media only screen and (max-width: 1180px){

  nav{
    font-size: 16px !important;
  }

  nav img{
    height: 100px;
    max-height: 40px;
  }

  .nav-end-containers{
    width: 165px;
    max-width: 165px;
  }

  .video-overlay-layer{
    max-width: 1100px;
  }

  .content-break-container{
    max-width: 1100px !important;
  }

  .about-content-container{
    max-width: 1100px !important;
  }

}

@media only screen and (max-width: 912px){

  .site-menu-container{
    overflow: scroll !important;
    flex-wrap: wrap !important;
    margin: auto !important;
    justify-content: flex-start;
  }

  .site-menu-holder{
    width: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    margin-bottom: 15px;
  }

  .nav-content-container{
    text-align: center !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .adam-logo-space{
    position: absolute;
    right: 0px;
    margin-right: 0px;
  }

  .london-logo-space{
    position: absolute;
    left: 0px;
    margin-left: 30px;
  }

  .nav-end-containers{
    order: 1;
    width: 50% !important;
    max-width: 50%;
    margin: 0px;
  }

  .nav-center-container{
    padding-top: 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    order: 3;
  }

  .align-right{
    position: relative !important;
  }

  .video-overlay-layer{
    max-width: 872px;
  }

  .content-break-container{
    max-width: 872px !important;
  }

  .about-content-container{
    max-width: 872px !important;
  }

}

@media only screen and (max-width: 820px){

  nav{
    font-size: 14px !important;
  }

  .video-overlay-layer{
    max-width: 740px;
  }

  .content-break-container{
    max-width: 740px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 740px !important;
  }

  .about-wrapper{
    background-position: 85% 0px;
  }

}

@media only screen and (max-width: 768px){

  .site-menu-wrapper{
    padding-top: 100px !important;
  }

  .site-menu-holder li{
    display: block;
    margin-bottom: 10px;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .video-overlay-layer{
    max-width: 688px;
  }

  .content-break-container{
    max-width: 688px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 688px !important;
  }

}

@media only screen and (max-width: 540px){

  .site-menu-wrapper{
    overflow: scroll !important;
    padding: 0px 60px;
    padding-top: 180px !important;
  }

  .site-menu-container{
    overflow: visible !important;
    overflow-y: scroll !important;
  }

  .site-menu-holder{
    width: 100% !important;
    max-width: 100% !important;
    height: auto
  }

  .site-menu-holder{
    font-size: 14px !important;
  }

  .site-menu-holder li{
    margin-bottom: 5px !important;
  }

  h1{
    font-size: 52px;
    line-height: 62px;
  }

  h2{
    font-size: 32px;
    line-height: 42px;
  }

  h3{
    font-size: 26px;
    line-height: 26px;
  }

  ul, li{
    margin: auto 15px;
  }

  .nav-center-container button{
    margin-left: 7.5px !important;
  }

  .video-overlay-layer{
    max-width: 500px;
  }

  .content-break-container{
    max-width: 500px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 500px !important;
  }

  .about-wrapper{
    background-position: 80% 0px;
  }

  .featured-listing-box{
    width: 100%;
    max-width: 100%;
    padding-bottom: 100%;
  }

  .disclaimer-container {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .footer-nav-container {
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-nav-container button{
    margin-right: auto !important;
    margin-left: 0px !important;
    display: block;
    padding: 0px;
    margin-bottom: 30px !important;
  }

}

@media only screen and (max-width: 414px){

  ul, li{
    margin: auto 8px;
  }

  .video-overlay-layer{
    max-width: 374px;
  }

  .content-break-container{
    max-width: 374px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 374px !important;
  }

  .about-wrapper{
    background-position: 75% 0px;
  }

  .add-height-one {
    height: auto !important;
    max-height: 3000px !important;
    min-height: auto !important;
  }

  .search-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 80px !important;
}

.parameter-field {
    display: inline-block;
    width: calc(100% / 3 - 10px) !important;
    max-width: calc(100% / 3 - 10px) !important;
}

}

@media only screen and (max-width: 393px){

  .video-overlay-layer{
    max-width: 353px;
  }

  .content-break-container{
    max-width: 353px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 353px !important;
  }

}

@media only screen and (max-width: 390px){

  .video-overlay-layer{
    margin-bottom: 0px;
    padding-bottom: 30px;
    max-width: 350px;
  }

  .content-break-container{
    max-width: 350px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 350px !important;
  }

}

@media only screen and (max-width: 360px){

  .video-overlay-layer{
    max-width: 320px;
  }

  .content-break-container{
    max-width: 320px !important;
  }

  .about-content-container{
    margin-bottom: 40px;
    max-width: 320px !important;
  }

}

/*--end the media queries--*/
