/* Global Styles */
@font-face {
  font-family: WILOPlusFMBol;
  src: url(assets/fonts/WILOPlusFMBol.woff);
}

@font-face {
  font-family: WILOPlusFMReg;
  src: url(assets/fonts/WILOPlusFMReg.woff);
}

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

a:visited {
  color: white;
}

body {
  font-family: WILOPlusFMReg;
}

.FlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* HELP MENU STYLES */
.Help {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px;
  z-index: 9999;
  top: 1px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 80%;
}

.HelpContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  margin: 20px;
  padding: 15px;
  font-family: WILOPlusFMBol;
  font-size: 1.25em;
  text-decoration: none;
  text-align: center;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  color: white;
  border-radius: 100%;
  opacity: 100%;
}

.HelpBtn {
  width: 36px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  font-family: WILOPlusFMReg;
}

/* INFO STYLES */
.InfoContainer {
  position: absolute;
  color: #ffffff;
  background-color: rgba(54, 54, 64, 0.9);
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #000000;
          box-shadow: 0 1px 1px #000000;
  padding: 20px;
  width: 400px;
  height: auto;
}

.InfoContent {
  position: relative;
  height: 100%;
  opacity: 1;
}

.InfoTitle {
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  white-space: pre-wrap;
  font-family: WILOPlusFMReg;
  letter-spacing: .25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
}

.InfoBody {
  margin-top: 10px;
  border-radius: 3px;
  height: auto;
  font-size: 15px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-family: WILOPlusFMReg;
  font-weight: 400;
}

.InfoContact {
  margin-top: 15px;
  padding: 5px;
  border-radius: 3px;
  height: 100%;
  font-size: 20px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-family: WILOPlusFMreg;
  font-weight: 400;
  word-break: break-word;
}

.InfoLink {
  margin-top: 15px;
  border-radius: 3px;
  height: 100%;
  font-size: 20px;
  display: block;
  color: #ffb400;
  overflow: hidden;
  font-family: WILOPlusFMBol;
  word-break: break-word;
  max-height: 75px;
  text-decoration: none;
  text-align: center;
}

/*Smart Urban Homes*/
.UrbanContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background-color: #009c82;
}

.UrbanContent {
  background-color: white;
  color: #363640;
  padding: 10px;
}

.Upper {
  text-transform: uppercase;
  font-family: WILOPlusFMBol;
}

.Divider {
  margin: 15px auto;
  border: 1.2px solid #000000;
  width: 95%;
  text-align: center;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.TowerIframe {
  margin-top: 0px;
  width: 100vw;
}

.Heading {
  padding: 10px;
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  font-family: WILOPlusFMReg;
  font-weight: 400;
}

.Subtitle {
  width: 100%;
  font-family: WILOPlusFMReg;
  margin: 10px auto;
}

.FlexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.FlexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Center {
  margin: 0 auto;
}

/*WILO World Iframe Info Styles*/
.WorldContainer {
  position: absolute;
  color: #ffffff;
  background-color: rgba(54, 54, 64, 0.9);
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #000000;
          box-shadow: 0 1px 1px #000000;
  padding: 20px;
  height: auto;
}

.WorldColumn1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.WorldColumn2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65%;
  height: auto;
}

.WorldColumn3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.WorldColumn4 {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 25px;
}

.clr {
  clear: both;
}

.imgSelector {
  width: 70%;
  height: auto;
  opacity: 1;
  background-color: #ffffff;
  border: 5px hidden #ffb400;
  padding: 5px;
  margin: 15px auto;
}

.imgSelector2 {
  width: 20%;
  height: auto;
  opacity: 1;
  background-color: #ffffff;
  border: 3px hidden #ffb400;
  padding: 3px;
}

.containerimg2 {
  background-color: white;
}

.active {
  padding: 0px;
  border: 3px solid #ffb400;
}

.InfoWorld {
  margin-top: 15px;
  border-radius: 3px;
  height: auto;
  font-size: 18px;
  text-align: left;
  color: #fff;
  overflow: hidden;
  font-family: WILOPlusFMReg;
  font-weight: 400;
}

#expandedImg {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 15px;
  margin-bottom: 15px;
}

#expandedIframe {
  margin-top: 15px;
  margin-bottom: 15px;
}

#expandedIframeMObile {
  margin-top: 15px;
  margin-bottom: 15px;
}

#expandedVideo {
  margin-top: 15px;
  margin-bottom: 15px;
}

#expandedVideoMObile {
  margin-top: 15px;
  margin-bottom: 15px;
}

.Mobile {
  display: none;
}

.Desktop {
  display: inline;
}

/*

.iframe-container{
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 100%;
}

.iframe-container iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  
} */
/* MOBILE STYLES*/
@media screen and (max-device-width: 900px) {
  .Mobile {
    display: inline;
  }
  .Desktop {
    display: none;
  }
  .InfoContainer {
    width: 260px;
    padding: 10px;
  }
  .InfoTitle {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .InfoBody {
    margin-top: 10px;
  }
  .Help {
    display: none;
  }
  .HelpBtn {
    display: none;
  }
  .InfoWorld {
    font-size: 12px;
  }
  #expandedImg {
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
  .Mobile {
    display: inline;
  }
  .Desktop {
    display: none;
  }
  .InfoContainer {
    width: 260px;
    padding: 10px;
  }
  .InfoWorld {
    font-size: 12px;
  }
  #expandedImg {
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .InfoTitle {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .InfoBody {
    margin-top: 10px;
  }
  .Help {
    display: none;
  }
  .HelpBtn {
    display: none;
  }
}

/* FULLSCREEN STYLES */
/*# sourceMappingURL=styles.css.map */