/*--html styles--*/

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

a{
  text-decoration: none;
  color: inherit;
}

a:visited{
  color: inherit;
}

body{
  color: #414042;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: auto;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul{
  padding-left: 0px;
}

div{
  white-space: normal;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px;
}

button{
  display: block;
  cursor: pointer;
  padding: 20px;
  border: none;
  outline: none;
  background-color: #000;
  width: auto;
  height: auto;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  margin-top: 40px;
}

h1{
  margin: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: inherit;
}

h2{
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h3{
  display: block;
  margin:0px;
  text-transform: uppercase;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: inherit;
}

h4{
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 5px;
}

h5{
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: inherit;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

h6{

}

nav{
  z-index: 999;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,.8);
  overflow: visible !important;
}

.mobileNavNoSub {
	margin-bottom: 21px;
}

/*--end html styles--*/

.nav-container{
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
  background-color: none;
  overflow: visible !important;
}

.mobile-nav-wrapper{
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: auto;
  background-color: #000;
  padding: 30px;
  padding-bottom: 90px;
  overflow: scroll;
}

.mobile-nav-container{
  color: #fff;
  width: 100%;
  height: auto;
  max-height: auto;
  background-color: none;
}

.mobile-nav-container h3{
  font-size: 30px;
}

.mobile-nav-container a{
  color: #fff;
  text-decoration: none;
}

.nav-menu-button:hover .hamburger-icon span{
  background: #141e45;
}

.mobile-close-container{
  width: auto;
  height: auto;
  background-color: none;
  padding-bottom: 50px;
}

.hamburger-icon{
  padding-top: 8px;
  overflow: visible !important;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: none;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

#topBun{
  transform: rotate(45deg);
  margin-top: 4px;
}

#bottomBun{
  transform: rotate(-45deg);
  margin-top: -7px;
}


/*--menu dropdowns--*/

.dropbtn {
  letter-spacing: auto;
  font-size: 14px;
  min-width: auto !important;
  padding: 10px 30px;
  transition: all 0s ease;
  color: inherit;
  display: inline-block;
  margin: 0px;
  background-color: none;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
}

#noDrop{
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  text-align: left;
  padding: 10px;
  display: none;
  position: absolute;
  left: 0px;
  background-color: #000;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #a7a9ac;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*--end menu dropdowns--*/

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

.hero-wrapper{
  z-index: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 75vh;
  max-height: 75vh;
  background-color: black;
  overflow: visible !important;
}

.hero-logos{
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: none;
}

.tchukon-logo{
  padding-left: 80px;
  width: 50%;
  height: auto;
  background-color: none;
}

.tchukon-width{
  width: 230px;
  height: auto;
}

.london-width{
  width: 150px;
  height: auto;
}

.london-logo{
  padding-right: 80px;
  text-align: right;
  width: 50%;
  height: auto;
  background-color: none;
}

.hero-content{
  text-align: center;
  z-index: 1;
  color: #fff;
  margin: auto;
  width: auto;
  height: auto;
}

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

.hero-image{
  opacity: .7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.quick-search-wrapper{
  position: absolute;
  z-index: 2;
  bottom: -115px;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 230px;
  max-height: 230px;
  background-color: none;
  overflow: visible !important;
}

.quick-search-box{
  padding: 0px 180px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 1200px;
  max-width: 1200px;
  height: 230px;
  margin: auto;
  box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.4);
  background-color: #fff;
  overflow: visible !important;
}

.quick-search-box-container{
  margin: auto;
  width: 100%;
  height: auto;
  overflow: visible !important;
}

.quick-search-input-container{
  width: 100%;
  margin: auto;
  position: relative;
  display: inline-block;
  background-color: none;
  overflow: visible !important;
}

.quick-search-input{
  display: block;
  transition: all 0.3s ease;
  color: #141e45;
  height: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0px;
  border: 10px solid #ccc;
}

.quick-search-button{
  margin: 0px !important;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  height: 100%;
  min-width: 100px;
}

.ico-mglass {
  position:relative;
  display:inline-block;
  background: #000;
  border-radius: 30px;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;

  &:after {
    content: "";
    height: 2px;
    width: 11px;
    background: #fff;
    position:absolute;
    top:16px;
    left:12px;
    -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
  }

}

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

.w100 {
  width: 100%;
}

#daQuickSearchResultsWrapper {
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 85%;
	height: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	/*-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 10px 10px 10px;
	border-style: solid solid solid solid;
	border-color: #ccc #ccc #ccc #ccc;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 10px 10px 10px;
	/*margin: 10px 10px 10px 10px;*/
}

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

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

.bio-wrapper{
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
  /*margin-top: 180px;*/
  margin-top: 250px;
  padding: 100px;
}

.bio-background-container{
  position: absolute;
  z-index: 0 !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bio-info-container{
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  padding: 60px 100px;
  float: right;
  width: auto;
  max-width: 50%;
  height: auto;
  margin: auto 0px;
  color: #fff;
  background-color: #000;
}

.bio-info-content-holder{
  width: auto;
  height: auto;
  margin: auto;
}

.bio-container-button{
  color: #000;
  background-color: #fff;
  margin-left: 0px !important;
}

.featured-listings-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  padding: 0px 30px;
  width: 100%;
  height: auto;
  background-color: none;
}

.featured-listings-title-container{
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  height: auto;
}

.featured-listings-container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: none;
  justify-content: space-between;
}

.featured-listings-box{
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% / 3 - 10px);
  margin-bottom: 20px;
  min-height: auto;
  padding-top: 25%;
  height: auto;
  background-color: none;
}

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

.featured-listings-image{
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.featured-listings-info-wrapper{
  padding: 20px;
  padding-top: 50px;
  text-align: center;
  z-index: 1;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 0px;
  left: 0px;
  color: #fff;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9))
}

.listing-one{
}

.listing-two{
}

.listing-three{
}

.listing-four{
}

.listing-five{
}

.listing-six{
}

.featured-listings-location-container{
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin-bottom: 10px;
}

.featured-listings-location-container h3{
  font-size: 24px;
  margin-bottom: 15px;
}

.featured-listings-stats-container{
  padding: 5px;
  width: calc(100% / 3);
  height: auto;
}

.rev-container{
  width: calc(100% / 2);
}

.explore-wrapper{
  padding: 80px 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.explore-animation-box{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-color: black;
    margin: auto;
}

.explore-box{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 50%;
  height: auto;
  padding-top: 25%;
  background-color: #000;
}

.explore-image-container{
  transition: all 0.3s ease;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}

.explore-box:hover .explore-image-container{
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.explore-box:hover .explore-title-container{
  transition: all 0.3s ease;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,1);
}

.explore-box:hover .explore-cta{
  transition: all 0.3s ease;
  display: block;
  opacity: 1;
}

.explore-background-one{
}

.explore-background-two{
}

.explore-title-wrapper{
  z-index: 1;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: none;
}

.explore-title-container{
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(255,255,255,0);
  margin: auto;
}

.explore-title-holder{
  width: auto;
  height: auto;
  margin: auto;
  background-color: none;
}

.explore-title{
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: none;
}

.explore-cta{
  transition: all 0.3s ease;
  opacity: 0;
  display: block;
  text-align: center;
  margin: auto;
  color: #fff;
  width: 100%;
  height: auto;
  background-color: none;
}

.testimonial-wrapper{
  padding: 200px 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #ccc;
}

.testimonial-container{
  text-align: center;
  margin: auto;
  width: 1200px;
  max-width: 1200px;
  height: auto;
  background-color: none;
}

.testimonial-container div{
  width: 100%;
  height: auto;
  background-color: none;
}

blockquote{
  font-size: 48px;
  font-style: italic;
  margin: 30px;
}

cite{
  text-transform: uppercase;
  margin: 0px;
  font-style: normal;
  font-weight: 700;
}

footer{
  overflow: visible;
  justify-content: space-around;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: black;
}

footer a{
  color: inherit;
}

.footer-container{
  overflow: visible;
  margin: 0px auto;
  padding: 100px 0px;
  width: 1400px;
  max-width: 1400px;
  display: flex;
  flex-wrap: nowrap;
  background-color: none;
}

.footer-wordmark{
  display: block;
  margin-bottom: 30px;
  width: 300px;
  height: auto;
}

.footer-logomark{
  margin-top: -140px;
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 20px;
  background-color: #ccc;
  border: 3px solid #ccc;
}

.footer-container div{
  overflow: visible;
  position: relative;
  width: auto;
  height: auto;
  background-color: none;
  padding-right: 50px;
}

.move-up{
  margin-top: -40px;
}

.reliance-bug{
  margin-right: 10px;
  align-items: center;
  width: 12px;
  height: auto;
}

#menuButton{
  display: none;
}


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

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

  .hero-content{
    padding: 0px 30px;
  }

  footer {
    justify-content: flex-start;
    padding: 0px;
  }

  .footer-container {
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  .featured-listings-container{
    flex-wrap: wrap;
  }

  .featured-listings-box{
    padding-top: 50%;
    margin-bottom: 20px;
    width: calc(100% / 2 - 10px);
  }

  .explore-box{
    padding-top: 50%;
  }

  .bio-wrapper{
    overflow: visible;
    position: relative;
    max-width: 50%;
    height: 80vh;
  }

  .bio-background-container{
    background-position: -100px;
  }

  .bio-info-container{
    position: absolute;
    right: -100%;
    top: 0px;
    float: none;
    max-width: 100%;
    height: 100%;
    margin: 0px;
  }

}


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

  .quick-search-box{
    padding: 0px 80px;
    width: 100%;
    max-width: 100%;
  }

  .quick-search-wrapper {
    padding: 0px 30px;
  }

}

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

  .explore-box{
    width: 100%;
    padding-top: 50%;
    margin-bottom: 20px;
  }

  .quick-search-box{
    padding: 0px 10px;
  }

  .quick-search-button{
    min-width: 80px;
  }

}

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

  .bio-background-container {
    background-position: -200px;
  }

  .bio-info-container {
    padding: 30px;
  }

}

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

  .bio-wrapper{
    overflow: visible;
    position: relative;
    max-width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 0px;
  }

  .bio-background-container{
    position: relative;
    background-position: top 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    background-position: left;
  }

  .blank-image-spacer{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50%;
    width: 100%;
  }

  .bio-info-container{
    margin: 0px;
    position: relative;
    left: 0px;
    bottom: 0px;
    padding: 50px;
    float: none;
    max-width: 100%;
    height: 50%;
  }

  .footer-container{
    flex-wrap: wrap;
  }

  .move-up{
    margin-top: 30px;
    margin-bottom: 30px;
  }

}

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

  .featured-listings-box{
    padding-top: 75%;
    margin-bottom: 20px;
    width: 100%;
  }

}

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

  .quick-search-input{
    padding: 10px;
    border: 5px solid #ccc;
  }

  .quick-search-box{
    height: 200px;
  }

  .quick-search-button{
    padding: 0px;
    min-width: 50px;
  }

  .ico-mglass {
    border-radius: 20px;
    height: 10px;
    width: 10px;

    &:after {
      content: "";
      height: 2px;
      width: 9px;
      top:12px;
      left:9px;
    }
  }

	#daQuickSearchResults {
		border-width: 0px 5px 5px 5px;
	}

  .bio-wrapper {
	  margin-top: 225px;
  }

  .tchukon-logo {
    padding-left: 30px;
  }

  .london-logo {
    padding-right: 30px;
  }

  .tchukon-width {
    width: 170px;
    height: auto;
  }

  .london-width {
    width: 110px;
    height: auto;
  }

  #menuButton{
    display: inline-block;
  }

  .dropdown{
    display: none;
  }

  blockquote{
    font-size: 28px;
  }

}

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

  body{
    font-size: 16px;
  }

  h1{
    font-size: 50px;
  }

  h2{
    font-size: 20px;
  }

  .featured-listings-location-container h3{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .explore-box{
    padding-top: 70%;
  }

  .bio-wrapper {
	  margin-top: 200px;
  }
}

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