body{
 padding: 0px;
 margin: 0px;
 font-family: 'Open Sans', serif;
 color: #333333;
 font-style: normal;
 font-size: 14px;
 line-height: 24px;
 overflow-x: hidden;
}

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

a:hover{
  text-decoration: underline;
}

.scroll-link:hover{
  text-decoration: none;
}

h1{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rozha One', serif;
  font-size: 40px;
  color: #151e46;
  line-height: auto;
}

h2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rozha One', serif;
  font-size: 31px;
  color: #151e46;
  line-height: 37px;
}

h3{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

h4{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rozha One', serif;
  font-size: 20px;
  color: #inherit;
  line-height: 27px;
}

h5{
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

h5:before, h5:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h5:before {
  right: 10px;
  margin-left: -50%;
}

h5:after {
  left: 10px;
  margin-right: -50%;
}

/*Main Wrapper*/
.wrapper{

  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  width: 100vw;
  max-width: 100%;
  height: auto;
  background-color: none;
}

#contentWrapper{

  box-sizing: border-box;
  display: flex;
}

/*one column container*/
.one-column{
  box-sizing: border-box;
  padding: 40px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

/*two column container*/
.two-column{
  box-sizing: border-box;
  padding: 40px;
  display: inline-grid;
  width: calc(100vw / 2);
  height: auto;
  background-color: none;
}

/*three column container*/
.three-column{
  box-sizing: border-box;
  padding: 40px 10px 40px 10px;
  display: inline-grid;
  width: calc(100vw / 3);
  height: auto;
  background-color: none;
}

/*four column container*/
.four-column{
  box-sizing: border-box;
  display: inline-grid;
  width: calc(100vw / 4);
  height: auto;
  background-color: yellow;
}

/*six column container*/
.six-column{
  box-sizing: border-box;
  padding: 40px;
  display: inline-grid;
  width: calc(100vw / 6);
  height: auto;
  background-color: yellow;
}

/*twelve column container*/
.twelve-column{
  box-sizing: border-box;
  padding: 40px;
  display: inline-grid;
  width: calc(100vw / 12);
  height: auto;
  background-color: none;
}

.mice-type{
  font-size: 12px;
  color: inherit;
  font-family: inherit;
}

/*london logo container*/

.london-logo-container {
  z-index: 1;
  display: inline-block;
  width: 130px;
  height: 150px;
  position: absolute;
  top: 0px;
  padding: 0px 10px 30px 10px;
  left: 30px
}

#logoImage {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
}

/*Hero Container*/

.hero-container{
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
  /* background-color: rgba(21, 30, 70, 0.5) !important; */
  /* background-blend-mode: multiply; */
  background-position: center;
  background-size: cover;
}

.hero-container-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(16,20,36,0.5) !important;
}

.hero-titles{
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  font-family: 'Rozha One', serif;
  font-size: 31px;
  color: #fff;
  line-height: 37px;
  border-top: 1px solid #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.scroll-container{
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: none;
}

/*Footer Container*/
.footer-wrapper{
  display: inline-block;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  background-color: #151e46;
}

.footer-wrapper ul{
  text-decoration: none;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}

#footerLinks{
  display: inline-block;
  padding: 40px 0px 0px 0px;
  column-count: 2;
  column-width: 100px;
  column-span: all;
  column-gap: 10px;
}

#copyText{
  color: #fff;
  font-size: 10px;
}

#relianceBug{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 10px;
}

#overView{
  position: relative;
  display: inline-block;
  width: calc(100% / 12 * 7);
  background-color: none;
}

#formArea{
  flex: 1;
  position: relative;
  display: inline-block;
  background-color: none;
}

#priceDetails{
  vertical-align: top;
  display: inline-block;
  width: calc(100% /12 * 5 );
  background-color: #ececec;
  overflow: hidden;
}

#priceDiv{
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 0px 0px 40px 0px;
  background-color: none;
}

.titleDiv{
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 40px 0px 0px 40px;
  background-color: none;
}

.touchTitle{
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 40px 0px 0px 0px;
  background-color: none;
}

#photoDiv{
  box-sizing: border-box;
  padding: 40px 20px 40px 20px;
  text-align: left;
  display: flex;
  flex-grow: 4;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#agentHolder{
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: auto;
  background-color: none;
  padding-bottom: 0px;
  padding-right: 0px;
}

#formWrapper{
  max-width: 100%;
  display: flex;
}

.justsomeotherfield {
  width: 0px;
  height: 0px;
  padding: 0px;
  font-size: 0px;
  border-width: 0px 0px 0px 0px !important;
  border-style: none none none none !important;
  border-color: transparent transparent transparent transparent !important;
}

#messageSent {
  display: none;
  text-align: center;
  border-top: 1px solid #151e46;
  border-bottom: 1px solid #151e46;
  padding: 40px 0px 50px 0px;
}

#mapArea{
  text-align: center;
  width: 100%;
  min-height: 370px;
  max-height: 370px;
  background-color: black;
}

#infoArea{
  background-color: #ececec;
}

.info-wrapper{
  box-sizing: border-box;
  padding: 40px 40px 40px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  /* width: 100%; */
  background-color: none;
}

.info-container{
  padding-left: 10px;
  margin: 10px;
  width: auto;
  height: auto;
  background-color: none;
}

.fixed-width{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1366px;
  height: auto;
}

.info-container h3{
  color: inherit;
}

.agent-wrapper{
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
  margin-bottom: -40px;
}

.agent-module{
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  width: calc(100vw / 12 * 2);
  min-width: 280px;
  height: auto;
  padding: 40px 40px 40px 40px;
  border-radius: 5px;
  margin-bottom: 80px;
}

.agent-module h2{
  color:inherit;
}

.agent-photo{
  overflow: hidden;
  top: 0px;
  position: relative;
  min-width: 112px;
  min-height: 150px;
  max-width: 112px;
  max-height: 150px;
  border-radius: 5px;
  background-color: black;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
}

.agent-photo img{
  width: 112px;
  height: 150px;
}

.separator{
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 1px;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

#infoSep{
  background-color: rgba(51, 51, 51, 0.3);
}

.photo-container{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  display: inline-block;
  background-color: none;
  overflow: hidden;
  border-radius: 5px;
}

/* Transition property for smooth transformation of images */
.photo-container img {
  display: block;
  width: auto;
  height: 200px;
  max-height: 200px;
  cursor: pointer;
  transition: all .5s ease;
}

/* Transforming the image when container gets hovered */
.photo-container:hover img {
  transform: scale(1.05);
}

.detail-wrapper{
  box-sizing: border-box;
  display: flex;
  flex-grow: 2;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
}

.detail-holder{
  box-sizing: border-box;
  padding: 0px;
  color: #000;
  text-align: center;
  width: calc(100vw / 12 * 2);
  background-color: none;
}

.detail-holder h3{
  color: inherit;
  margin-bottom: 20px;
}

.detail-container{
  box-sizing: border-box;
  padding: 1px 20px 40px 20px;
  font-family: 'Rozha One', serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.detail-container h1{
  margin-top: 40px;
  color: #fff;
  line-height: inherit;
}

#rmBug{
  padding-right: 10px;
  box-sizing: unset;
}

.open-house{
  margin-bottom: 40px;
  margin-top: -200px;
  top: 0px;
  box-sizing: border-box;
  padding: 40px 40px 40px 40px;
  color: #fff;
  text-align: left;
  width: calc(100vw / 12 *2);
  min-width: 240px;
  border-radius: 5px;
}

/*arrow animation*/

.arrow{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-12px,-12px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(12px,12px);
    }
}

button{
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

button:focus{
  outline: none;
}

input, label {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  display:block;
}

input[type=text], textarea {
  box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #ececec;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4d4d4d;
}

textarea{
  box-sizing: border-box;
  min-height: 270px;
  resize: none;
}

input, textarea:focus{
  outline: none;
}

/*Start the Media Queries*/

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

  #contentWrapper{
    display: block;
  }

  #overView{
    display: block;
    width: 100%;
  }

  #priceDetails{
    width: 100%;
  }

  .open-house{
    margin-left: auto;
    margin-right: auto;
  }

  .detail-wrapper{
    display: flex;
    justify-content: flex-start;
    width: auto;
    flex-wrap: wrap;
  }

  .detail-container{
    display: inline-block;
    box-sizing: border-box;
    padding: 1px 20px 40px 20px;
    font-family: 'Rozha One', serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
  }

  .detail-holder{
    margin-left: auto;
    margin-right: auto;
    min-width: 240px;
    margin-bottom: 40px;
  }

  #footerLinks{
    width: 50%;
  }

}

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

  .info-wrapper{
    flex-wrap: wrap;
  }

  .info-container{
    box-sizing: border-box;
    margin: 10px;
    width: 40%;
  }

  #formWrapper{
    display: block;
  }

  #agentHolder{
    width: 100%;
    padding-right: 40px;
  }

  .agent-module{
    width: 100%;
    min-width: 100%;
  }

  #footerLinks{
    width: 100%;
    column-count: 1;
  }

}

@media only screen and (min-width: 901px) {
	#daMatterport {
		width: 853px;
		height: 480px;
	}
}
@media only screen and (max-width: 900px) {
	#daMatterport {
		width: 90%;
		height: 45%;
	}
}
