
/* Generic Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 101px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

h2 {
  font-size: 50px;
  font-weight: 400;
}

h3 {
  margin: 45px;
  font-family: 'AvenirNext', sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #414042;
  text-transform: uppercase;
}

p {
  margin: 40px 0;
  font-family: 'AvenirNext', sans-serif;
	font-size: 22px;
  color: #414042;
  line-height: 1.2em;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* Container styling */
#container {
  position: relative;
  min-height: 100%;
}

.centered-content {
  margin: 0 auto;
  width: 1399px;
}

/* Header Styling */

.header {
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  width: 100%;  
  background: #f4f4f2;
  z-index: 9998;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;    
}

.header .centered-content {
  position: relative;
  margin: 0 auto;
  width: 1750px;
}

.enquire-form-wrapper {
  position: absolute;
  display: none;
  padding: 30px 20px 45px;
  top: 97px;
  right: 0px;
  width: 254px;
  background: #f4f4f2;
  z-index: 9998;
}

.fixed-header .enquire-form-wrapper {
  top: 108px;
}

.enquire-form-wrapper form {
  width: 254px;
}

.enquire-form-wrapper form input,
.enquire-form-wrapper form select,
.enquire-form-wrapper form textarea {
  display: block;
  padding: 0 0 0 19px;
  margin: 0;
  margin-bottom: 10px;
  width: 233px;
  height: 37px;
  color: #abacaa;
  border: 1px solid #abacaa;
}

.enquire-form-wrapper form select {
  padding-left: 16px;
  width: 254px;
}

.enquire-form-wrapper form textarea {
  padding-top: 10px;
  height: 43px;
  resize: none;
}

.enquire-form-wrapper form input[type="submit"] {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 121px;
  height: 30px;
  color: #d8d8d9;
  background: #7b7c7f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;    
}

.enquire-form-wrapper form input[type="submit"]:hover {
  opacity: 0.8;
}

.enquire-form-wrapper form .mob-wrapper select {
  float: left;
  padding-left: 10px;
  width: 70px;
}

.enquire-form-wrapper form .mob-wrapper input[type="text"] {
  float: right;
  width: 150px;
}

.enquire-form-wrapper form .input-wrapper label {
  float: left;
  font-size: 13px;
  line-height: 37px;
  color: #abacaa;
}

.enquire-form-wrapper form .input-wrapper select {
  float: right;
  padding-left: 5px;
  width: 150px;
}

.captcha-wrapper img {
  float: left;
  width: 80px;
  height: auto;
}

.captcha-wrapper input[type="text"] {
  float: left;
  margin-left: 10px;
  padding-left: 5px;
  width: 40px;
}

.captcha-wrapper .captcha-text-content {
  float: left;  
  margin-left: 10px;
  padding-top: 5px;
}

.captcha-wrapper .captcha-text-content a,
.captcha-wrapper .captcha-text-content span {
  display: block;
  font-size: 13px;
  color: #abacaa;
}

span.closex {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 17px;
  background: #7b7c7f;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

span.nav-trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 26px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

a.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 81px;
  background: url(img/logo.png) no-repeat;
  background-size: 100%;
}

.fixed-header a.logo {
  width: 175px;
  height: 95px;
  background: url(img/fixed-logo.png) no-repeat;
}

.nav {
  padding-top: 43px;
}

@media screen and (min-width: 1025px) {

  .nav,
  .control-panel  {
    display: block !important;
  }  

}

.fixed-header .nav {
  padding-top: 60px;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav ul li {
  display: inline-block;
  margin-right: 60px;
}

.nav ul li a {
  font-family: 'Alex Brush', cursive;
  font-size: 38px;
  color: #414042;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

.nav ul li a:hover {
  opacity: 0.8;
}

.control-panel {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 16px;
}

.fixed-header .control-panel {
  padding-top: 0;
}

.control-panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.control-panel ul li {
  display: block;
  margin-bottom: 13px;
}

.fixed-header .control-panel li {
  margin-bottom: 8px;
}

.control-panel ul li:last-child {
  margin-bottom: 0;
}

.control-panel ul li a {
  display: block;
  padding-left: 37px;
  height: 26px;
  font-size: 17.11px;
  color: #4d4a4a;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.control-panel ul li a:hover {
  opacity: 0.8;
}

.control-panel ul li.phone a {
  background: url(img/phone-icon.png) no-repeat left;
}

.control-panel ul li.enquire a {
  background: url(img/enquire-icon.png) no-repeat left;
}

.control-panel ul li.download a {
  background: url(img/download-icon.png) no-repeat left;
}

/* Hero Section Styling */

#hero {
  padding: 0;
  text-align: center;margin-top: 8%;
}

#hero .bx-wrapper {
  margin-bottom: 15px;
  border-bottom: 3px solid #b2b2b2;
}

ul.hero-slider li {
  position: relative;
  height: 686px;
  background: url(img/hero-slider/slide1.jpg) no-repeat center;
  background-size: cover;
}

ul.hero-slider li.slide2 {
  background: url(img/hero-slider/slide2.jpg) no-repeat center;
  background-size: cover;
}

ul.hero-slider li.slide3 {
  background: url(img/hero-slider/slide3.jpg) no-repeat center;
  background-size: cover;
}

ul.hero-slider li.slide4 {
  background: url(img/hero-slider/slide4.jpg) no-repeat center;
  background-size: cover;
}

ul.hero-slider li.slide5 {
  background: url(img/hero-slider/slide5.jpg) no-repeat center;
  background-size: cover;
}

ul.hero-slider li .slider-text {
  position: absolute;
  left: 100%;
  bottom: 0;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
}

ul.hero-slider li .slider-text h2,
ul.hero-slider li .slider-text p {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;  
}

ul.hero-slider li .slider-text p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}

#hero .bx-wrapper .bx-controls-direction a,
#gallery .bx-wrapper .bx-controls-direction a,
#facilities .bx-wrapper .bx-controls-direction a {
  margin-top: -25.5px;
  width: 20px;
  height: 51px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

#hero .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.8;
}

#hero .bx-wrapper .bx-controls-direction a.bx-next,
#gallery .bx-wrapper .bx-controls-direction a.bx-next {
  right: 25px;
  background: url(img/next-arrow.png) no-repeat;
}

#hero .bx-wrapper .bx-controls-direction a.bx-prev,
#gallery .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 25px;
  background: url(img/prev-arrow.png) no-repeat;
}

a.click-for-more {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 auto;
  color: #fefeff;
  background: #666;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; 
}

a.click-for-more:hover {
  opacity: 0.8;
}

span.down-arrow,
span.home-down-arrow {
  display: block;
  margin: 15px auto 0;
  width: 61px;
  height: 31px;
  background: url(img/home-down-arrow.png) no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; 
}

span.home-down-arrow {
  margin-top: 40px;
}

span.down-arrow:hover {
  opacity: 0.8;
}

/* Main Content Styling */

.section {
  padding: 0px 0;
  text-align: center;
}

#first-text-section {
  padding-top: 0;
  padding-bottom: 0;
}

#first-text-section span.down-arrow {
  margin-top: 150px;
}

.headline-wrapper,
.headline-wrapper-solid {
  padding: 65px 0;
  margin-bottom: 90px;
  width: 100%;
  height: 41px;
  background: url(img/headline-wrapper.jpg) no-repeat center;
  background-size: cover;
  border-top: 1px solid #f9f8f8;
  border-bottom: 1px solid #f9f8f8;
}

.headline-wrapper-solid {
  background: #d2ccc6;
}

.headline-wrapper h2,
.headline-wrapper-solid h2 {
  margin: 0;
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 41px;
  color: #585758;
  line-height: 1em;
}

ul.three-boxes-grid {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 60px 0 0 -40px;
  width: 1439px;
}

ul.three-boxes-grid li {
  float: left;
  padding: 5px;
  margin-left: 40px;
  width: 419.6px;
  background: #d7d1cd;
}

ul.three-boxes-grid li a {
  display: block;
  padding: 87px 0 73px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

ul.three-boxes-grid li a:hover {
  background: #d2ccc6;
}

ul.three-boxes-grid li a img {
  display: block;
  height: 231px;
  width: auto;
  margin: 0 auto 20px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

ul.three-boxes-grid li a:hover img {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

ul.three-boxes-grid li a span {
  display: block;
  font-family: 'Alex Brush', cursive;
  font-size: 50px;
  color: #414042;
  line-height: 1em;
  text-decoration: none;
}

/* Gallery Section Styling */

#gallery {
  padding-top: 50px;
}

.headline-wrapper-underline {
  margin-bottom: 50px;
  padding: 42px 0;
  width: 100%;
  font-family: 'Alex Brush', cursive;
  font-size: 65px;
  font-weight: 400;
  color: #414042;
  border-bottom: 2px solid #8d8c8e;
}

.centered-content-wide {
  margin: 0 auto;
  width: 1630px;
}

ul.gallery-slider li .gallery-overlay,
ul.facilities-slider li .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/black-overlay.png) repeat;
  opacity: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

ul.gallery-slider li a:hover > .gallery-overlay,
ul.facilities-slider li a:hover > .gallery-overlay {
  opacity: 1;
}

#gallery .bx-wrapper .bx-pager,
#facilities .bx-wrapper .bx-pager {
  display: block;
  bottom: -60px;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9997;
}

#gallery .bx-wrapper .bx-controls-direction a.bx-next,
#facilities .bx-wrapper .bx-controls-direction a.bx-next {
  right: -70px;
  background: url(img/gallery-arrow-next.png) no-repeat;
}

#gallery .bx-wrapper .bx-controls-direction a.bx-prev,
#facilities .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -70px;
  background: url(img/gallery-arrow-prev.png) no-repeat;
}

.fancybox-lock body {
  height: auto;
}

/* Facilities Section Styling */

ul.facilities-slider li a {
  position: relative;
  display: block;
}

ul.facilities-slider li img {
  margin-bottom: 50px;
  width: 100%;
}

ul.facilities-slider li p {
  font-size: 25px;
  color: #414042;
  line-height: 39px;
}

#facilities .bx-wrapper {
  margin-bottom: 0;
}

#facilities .bx-wrapper .bx-controls-direction a {
  top: 190px;
  margin-top: -25.5px;
}

#facilities .bx-wrapper .bx-pager {
  bottom: -120px;
}

ul.facilities-text-columns {
  list-style-type: none;
  margin: 0 auto;
  width: 1372px;
  text-align: center;
}

ul.facilities-text-columns li {
  display: inline-block;
  margin: 0 2%;
  width: 29%;
  text-align: center;
}

ul.facilities-text-columns li span {
  display: block;
  margin-bottom: 15px;
  font-family: 'AvenirNext', AvenirNext, sans-serif;
  font-size: 20px;
  color: #545355;
}

/* Floorplans Section Styling */

#floorplans .centered-content-wide {
  padding-top: 30px;
  border-top: 2px solid #8d8c8e;
}

#floorplans .centered-content-wide h2 {
  margin-bottom: 10px;
  padding: 15px 0 0;
  width: 100%;
  font-family: 'Alex Brush', cursive;
  font-size: 50px;
  font-weight: 400;
  color: #414042;
}

#floorplans .centered-content-wide p.instructions {
  margin-top: 10px;
  font-size: 18px;
  text-transform: none;
    color: #8d8c8e;
}

#floorplans .centered-content-wide .right-floorplan img {
  margin: 100px auto 0;
}

.left-image-section {
  float: left;
  text-align: left;
}

.left-image-section span {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
}

.right-floorplan {
  float: right;
    width: 50%;margin: 0 0px 0 0;
}

.tower-image-wrapper {
  position: relative;
  width: 383px;
  height: 838px;
}

.tower-image-wrapper a.left-floors,
.tower-image-wrapper a.right-floors {
  display: block;
  position: absolute;
  left: 62px;
  bottom: 194px;
  opacity: 0;
  background: #b1cfd9;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;  
}

.tower-image-wrapper a span {
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.tower-image-wrapper a.first-floor-left {
  bottom: 260px;
  width: 111px;
  height: 34px;
  transform:skewY(-8deg);
}

.tower-image-wrapper a.second-floor-left {
  bottom: 294px;
  width: 111px;
  height: 30px;
  transform:skewY(-8deg);
}

.tower-image-wrapper a.third-floor-left {
  bottom: 322px;
  width: 111px;
  height: 29px;
  transform:skewY(-10deg);
}

.tower-image-wrapper a.fourth-floor-left {
  bottom: 349px;
  width: 111px;
  height: 29px;
  transform:skewY(-10deg);
}

.tower-image-wrapper a.fifth-floor-left {
  bottom: 380px;
  width: 111px;
  height: 29px;
  transform:skewY(-12deg);
}

.tower-image-wrapper a.sixth-floor-left {
  bottom: 411px;
  width: 111px;
  height: 29px;
  transform:skewY(-15deg);
}

.tower-image-wrapper a.seventh-floor-left {
  bottom: 440px;
  width: 111px;
  height: 29px;
  transform:skewY(-15deg);
}

.tower-image-wrapper a.eighth-floor-left {
  bottom: 463px;
  width: 111px;
  height: 33px;
  transform:skewY(-16deg);
}

.tower-image-wrapper a.ninth-floor-left {
  bottom: 490px;
  width: 111px;
  height: 33px;
  transform:skewY(-16deg);
}

.tower-image-wrapper a.tenth-floor-left {
  bottom: 517px;
  width: 111px;
  height: 33px;
  transform:skewY(-16deg);
}

.tower-image-wrapper a.eleventh-floor-left {
  bottom: 546px;
  width: 111px;
  height: 33px;
  transform:skewY(-19deg);
}

.tower-image-wrapper a.twelwth-floor-left {
  bottom: 576px;
  width: 111px;
  height: 30px;
  transform:skewY(-20deg);
}

.tower-image-wrapper a.thirteenth-floor-left {
  bottom: 607px;
  width: 111px;
  height: 30px;
  transform:skewY(-21deg);
}

.tower-image-wrapper a.fourteenth-floor-left {
  bottom: 623px;
  width: 58px;
  height: 30px;
  transform:skewY(-25deg);
}

.tower-image-wrapper a.first-floor-right {
  left: auto;
  right: 101px;
  bottom: 278px;
  width: 135px;
  height: 32px;
  transform:skewY(-10deg);
}

.tower-image-wrapper a.second-floor-right {
  left: auto;
  right: 101px;
  bottom: 307px;
  width: 135px;
  height: 35px;
  transform:skewY(-10deg);
}

.tower-image-wrapper a.third-floor-right {
  left: auto;
  right: 101px;
  bottom: 340px;
  width: 135px;
  height: 35px;
  transform:skewY(-11deg);
}

.tower-image-wrapper a.fourth-floor-right {
  left: auto;
  right: 101px;
  bottom: 370px;
  width: 135px;
  height: 35px;
  transform:skewY(-12deg);
}

.tower-image-wrapper a.fifth-floor-right {
  left: auto;
  right: 101px;
  bottom: 404px;
  width: 135px;
  height: 32px;
  transform:skewY(-13deg);
}

.tower-image-wrapper a.sixth-floor-right {
  left: auto;
  right: 101px;
  bottom: 435px;
  width: 135px;
  height: 32px;
  transform:skewY(-14deg);
}

.tower-image-wrapper a.seventh-floor-right {
  left: auto;
  right: 101px;
  bottom: 466px;
  width: 135px;
  height: 32px;
  transform:skewY(-16deg);
}

.tower-image-wrapper a.eighth-floor-right {
  left: auto;
  right: 101px;
  bottom: 496px;
  width: 135px;
  height: 32px;
  transform:skewY(-19deg);
}

.tower-image-wrapper a.ninth-floor-right {
  left: auto;
  right: 101px;
  bottom: 528px;
  width: 135px;
  height: 32px;
  transform:skewY(-19deg);
}

.tower-image-wrapper a.tenth-floor-right {
  left: auto;
  right: 101px;
  bottom: 560px;
  width: 135px;
  height: 34px;
  transform:skewY(-19deg);
}

.tower-image-wrapper a.eleventh-floor-right {
  left: auto;
  right: 101px;
  bottom: 588px;
  width: 135px;
  height: 34px;
  transform:skewY(-20deg);
}

.tower-image-wrapper a.eleventh-floor-right {
  left: auto;
  right: 101px;
  bottom: 588px;
  width: 135px;
  height: 34px;
  transform:skewY(-20deg);
}

.tower-image-wrapper a.twelwth-floor-right {
  left: auto;
  right: 101px;
  bottom: 620px;
  width: 135px;
  height: 33px;
  transform:skewY(-21deg);
}

.tower-image-wrapper a.thirteenth-floor-right {
  left: auto;
  right: 101px;
  bottom: 649px;
  width: 135px;
  height: 33px;
  transform:skewY(-22deg);
}

.tower-image-wrapper a.fourteenth-floor-right {
  left: auto;
  right: 101px;
  bottom: 691px;
  width: 87px;
  height: 33px;
  transform:skewY(-25deg);
}

.tower-image-wrapper a.left-floors:hover,
.tower-image-wrapper a.right-floors:hover {
  opacity: 0.8;
}

.right-floorplan img {
  display: block;
  width: 95%;
  max-width: 860px;
}

.right-floorplan span {
  display: block;
  margin-top: 90px;
  font-family: 'AvenirNext', AvenirNext, sans-serif;
  font-size: 30px;
  color: #414042;
  text-transform: uppercase;
}

.right-floorplan span sup {
  font-size: 12px;
  vertical-align: top;
}

ul.floorplan-selects {
  list-style-type: none;
  margin-bottom: 60px;
  padding-bottom: 60px;
  text-align: center;
}

ul.floorplan-selects li {
  display: inline-block;
  margin: 0 32.5px;
}

.floorplan-wrapper {
  display: none;
}

.customize-wrapper {
  width: 400px;
  margin-left: 50px;
  border: 4px solid #d5d5d5;
}

.customize-wrapper a.customize-trigger,
.customize-wrapper ul.customize-dropdown li a {
  display: block;
  padding-left: 20px;
  padding-right: 35px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  background: #fff url(img/icon-select.png) no-repeat right center;
  text-align: left;
  text-decoration: none;
}

.customize-wrapper ul.customize-dropdown {
  list-style-type: none;
  display: none;
}

.customize-wrapper:hover ul.customize-dropdown {
  /*display: block;*/
}

.customize-wrapper ul.customize-dropdown > li {
  display: block;
  position: relative;
}

.customize-wrapper ul.customize-dropdown > li > a {
  background: #fff url(img/icon-select-right.png) no-repeat right center;
}

.customize-wrapper ul.customize-dropdown > li a:hover {
  background-color: #d7d2ce;
}

.customize-wrapper ul.customize-dropdown > li div.second-level-wrapper {
  position: absolute;
  display: none;
  top: -90%;
  left: 100%;
  padding-left: 10px;
  width: 600px;
}

.customize-wrapper ul.customize-dropdown > li:hover div.second-level-wrapper {
  /*display: block;*/
}

.customize-wrapper ul.customize-dropdown > li div.second-level-wrapper ul {
  list-style-type: none;
  border: 4px solid #d5d5d5;
}

.customize-wrapper ul.customize-dropdown > li div.second-level-wrapper ul li a {
  background-image: none;
}

.separator {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #8d8c8e;
}

#threebhk-pooja-room-library {
  display: block;
}

.customize-home {
  padding: 50px 0;
}

.customize-home img {
  float: left;
  margin-left: -2%;
  width: 48%;
  max-width: 780px;
}

.customize-home img.right-floorplan {
  float: right;
  margin-right: -2%;
  width: 48%;
  max-width: 780px;
}

.select-style {
  border: 4px solid #d7d1cd;
  overflow: hidden;
  padding-right: 30px;
  width: auto;
  height: 38px;
  background: url(img/icon-select.png) no-repeat right center;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

ul.floorplan-selects li select {
  border: none;
  font-size: 20px;
}

ul.floor-list {
  list-style-type: none;
  float: left;
  width: 271px;
  margin-right: 35px;
}

ul.floor-list:last-of-type {
  margin-top: 78px;
}

ul.floor-list li {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  width: 263px;
  background: #d7d1cd;
}

ul.floor-list li a {
  display: block;
  height: 54px; 
  font-family: 'AvenirNext', AvenirNext, sans-serif;
  font-size: 24px;
  line-height: 54px;
  color: #414042;
  background: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;      
}

ul.floor-list li a:hover {
  background: #d7d1cd;
}

.photo-wrapper {
  display:inline-block;
  position: relative;
  float: left;
  margin-left: -72px;
  width: 1070px;
}

.photo-wrapper img {
  display: none;
  width: 100%;
  height: auto;
}

.photo-wrapper img.active {
  display: block;
}

.photo-wrapper img::selection { background-color: transparent; }

.floorplans-buttons {
  float: right;
  overflow: hidden;
  margin-right: -38px;
  width: 577px;
}

ul.flat-types,
ul.add-options {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 271px;
}

ul.flat-types {
  margin-right: 35px;
}

ul.flat-types li,
ul.add-options li {
  display: block;
  padding: 4px;
  margin-bottom: 12px;
  width: 263px;
  background: #d7d1cd;
}

ul.flat-types li.headline,
ul.add-options li.headline {
  height: 54px;
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 30px;
  line-height: 54px;
  color: #414042;
  background: transparent;
}

ul.flat-types li a,
ul.add-options li a {
  display: block;
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  color: #414042;
  background: #d2ccc6;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;    
}

ul.flat-types li a.active {
  background: #fff;
}

ul.add-options li a {
  background: #fff;
}

ul.add-options li a.active {
  background: #d2ccc6;
}

ul.flat-types li a:hover {
  background: #fff;
}

a.generate-floorplan {
  display: block;
  margin-top: 20px;
  clear: both;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  background: #666;
  text-decoration: none;
  text-transform: uppercase;
}

/* Floorplans 2 Section Styling */

#flat-type {
  display: none;
  padding: 40px 0;
  background: #e6e2df;
}

ul.bedrooms-toggle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #c0bdba;
}

ul.bedrooms-toggle li {
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid #c0bdba;
}

ul.bedrooms-toggle li .half {
  float: left;
  width: 50%;
  text-align: center;
}

ul.bedrooms-toggle li h3 {
  margin: 0;
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #5d5b5c;
  text-transform: none;
}

ul.bedrooms-toggle li span.trigger {
  display: block;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  background: red;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; 
}

ul.bedrooms-toggle li span.trigger:hover {
  opacity: 0.8;
}

ul.bedrooms-toggle li span.plus {
  background: url(img/plus-icon.png) no-repeat;
}

ul.bedrooms-toggle li span.minus {
  background: url(img/minus-icon.png) no-repeat;
}

ul.bedrooms-toggle li .images-wrapper {
  display: none;
  padding: 80px 0 200px;
}

ul.bedrooms-toggle li .images-wrapper img.left-image {
  float: left;
  margin-left: -55px;
  width: 831px;
}

ul.bedrooms-toggle li .images-wrapper img.right-image {
  float: right;
  padding-top: 55px;
  margin-right: -38px;
  width: 788px;
}

/* Location Section Styling */

#location {
  padding: 0 ;
}

.location-header {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  margin-bottom: 25px;
  width: 1550px;
}

.location-header img {
  float: right;
  width: 945px;
  height: auto;
}

.location-header .bottom-text {
  position: absolute;
  bottom: 0;
  padding-left: 35px;
  width: 530px;
  text-align: right;
}

.location-header .bottom-text p {
  margin: 0;
  font-family: 'AvenirNext', AvenirNext, sans-serif;
  font-size: 25px;
  color: #414042;
}

#roadmap,
#satelitemap {
  margin: 0 auto 10px;
  width: 1550px;
  height: 585px;
}

#satelitemap {
  height: 660px;
}

#google-maps {
  padding-top: 0;
  padding-bottom: 0;
}

#google-maps .centered-content-wide {
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}

.google-map-wrapper {
  float: right;
  position: relative;
  overflow: hidden;
  width: 950px;  
  height: 673px;
}

#google-maps img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

span.zoom-in-icon,
span.zoom-out-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  background: url(img/zoom-in-icon.png) no-repeat;
  cursor: pointer;
  z-index: 9999;
}

span.zoom-out-icon {
  top: 70px;
  background: url(img/zoom-out-icon.png) no-repeat;
}

#google-maps .location-text {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 400px;
  text-align: right;
}

#google-maps .location-text p {
  margin: 0;
  font-size: 18px;
}

a.gmap-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 50px;
  margin: 30px 50px 0 0;
  padding: 10px 20px;
  color: #000;
  background: #f5ede0;
  text-decoration: none;
-webkit-box-shadow: -3px 4px 5px 0px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    -3px 4px 5px 0px rgba(50, 50, 50, 0.23);
box-shadow:         -3px 4px 5px 0px rgba(50, 50, 50, 0.23);
}

/* Footer Styling */

#footer {
  position: absolute;
  padding-top: 68px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d2ccc6;
  border-top: 2px solid #8d8c8e;
}

.footer-top-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: #fff;
}

.inner-footer {
  padding: 0 18px 38px;
  margin: 0 auto;
  overflow: hidden;
  width: 1630px;
  text-align: center;
}

ul.contact-info {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}

ul.contact-info li {
  display: inline-block;
  margin: 0 25px;
  font-size: 22px;
  color: #414042;
}

.inner-footer p {
  margin: 5px 0;
  font-size: 20px;
  color: #414042;
}

ul.contact-us,
ul.find-us {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
}

ul.contact-us {
  width: 470px;
}

ul.contact-us li,
ul.find-us li {
  display: block;
  margin-bottom: 24px;
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 27px;
  color: #4f4e4f;
}

ul.find-us li {
  margin-bottom: 10px;
}

ul.contact-us li h3,
ul.find-us li h3 {
  margin: 0 0 35px;
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 33px;
  font-weight: 400;
  color: #4f4e4f;
}

ul.find-us {
  padding-left: 60px;
  width: 354px;
}

ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 65px auto 0;
  text-align: center;
}

ul.social-icons li {
  display: inline-block;
  margin: 0 7.5px;
  border-radius: 50%;
}

ul.social-icons li a {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
}

ul.social-icons li.facebook a {
  background: url(img/facebook-icon.png) no-repeat;
  background-size: 100%;
}

ul.social-icons li.linkedin a {
  background: url(img/linkedin-icon.png) no-repeat;
  background-size: 100%;
}

ul.social-icons li.google a {
  background: url(img/google-icon.png) no-repeat;
  background-size: 100%;
}

ul.social-icons li.youtube a {
  background: url(img/youtube-icon.png) no-repeat;
  background-size: 100%;
}

ul.social-icons li.twitter a {
  background: url(img/twitter-icon.png) no-repeat;
  background-size: 100%;
}

.bottom-stripe {
  padding: 19px 0;
  width: 100%;
  background: #7c7976;
  text-align: center;
}

.bottom-stripe .centered-content-wide {
  position: relative;
}

span.copyright,
.bottom-stripe .centered-content-wide a {
  font-family: 'Baskerville Old Face', Baskerville Old Face, sans-serif;
  font-size: 22px;
  color: #e5e4e4;
  text-decoration: none;
}

.bottom-stripe .centered-content-wide a {
  margin-left: 10px;
}

.bottom-stripe .centered-content-wide a:hover {
  text-decoration: underline;
}

a.byline {
  position: absolute;
  right: 0;
  font-family: 'AvenirNext', AvenirNext, sans-serif;
  font-size: 18px;
  color: #b0afad;
  text-decoration: none;
  text-transform: uppercase;
}

.hidden-map {
  float: right;
  height: 0;
}

#gmapa {
  width: 100%;
  height: 400px;
}

/* some extra coding for divs that contain floated child divs and some universal classes */

.group:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.fancybox-lock .fancybox-overlay {
  z-index: 9999;
}

/* Responsive Styling */

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

  .header {
    height: auto;
  }

  .header .centered-content {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }  

  a.logo {
    left: 2%;
  }

  .control-panel {
    right: 2%;
  }

  .nav {
    margin-left: 50px;
  }

  .nav ul li {
    margin-right: 30px;
  }

  .nav ul li a {
    font-size: 32px;
  }
  
}

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

  .centered-content-wide {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  a.byline {
    right: 2%;
  }

  .photo-wrapper {
    margin-left: 0;
    width: 65%;
  }

  .floorplans-buttons {
    padding-left: 5%;
    margin: 0;
    width: 30%;
  }

  ul.flat-types, 
  ul.add-options {
    margin-right: 5%;
    width: 45%;
  }

  ul.add-options {
    margin-left: 5%;
    margin-right: 0;
  }

  ul.flat-types li, 
  ul.add-options li {
    padding: 2px 1%;
    width: 98%;
  }

  ul.flat-types li.headline, 
  ul.add-options li.headline {
    height: 48px;
    font-size: 24px;
    line-height: 24px;
  }

  ul.flat-types li a, 
  ul.add-options li a {
    padding: 5px 0;
    height: auto;
    font-size: 18px;
    line-height: 22px;
  }

  ul.bedrooms-toggle li .images-wrapper img.left-image {
    margin-left: 0;
    max-width: 50%;
  }

  ul.bedrooms-toggle li .images-wrapper img.right-image {
    margin-right: 0;
    width: 45%;
  }

  .location-header {
    padding: 0;
    width: 100%;
  }

  .location-header .bottom-text {
    padding-left: 2%;
    width: 34%;
  }

  .location-header img {
    width: 60%;
  }

  .inner-footer {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }

}

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

  #roadmap, 
  #satelitemap {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  #google-maps .location-text {
    position: relative;
    bottom: auto;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .hidden-map,
  .google-map-wrapper {
    width: 100%;
  }

}
@media screen and (min-width:1388px) and (max-width:2560px){
   /* body{
        background: red;
    }*/
    #hero{
        margin-top: -3%;
    }
    .enquire-form-wrapper{
        position: absolute;
        top: 112%;
        right: -5%;
    }
    .tower-image-wrapper a.first-floor-left {
    bottom: 198px;
   
}
    .tower-image-wrapper a.second-floor-left {
    bottom: 231px;
  
}
    .tower-image-wrapper a.third-floor-left {
    bottom: 266px;
  
}
    .tower-image-wrapper a.fourth-floor-left {
    bottom: 293px;
  
}
    .tower-image-wrapper a.sixth-floor-left {
    bottom: 358px;
 
}

    .tower-image-wrapper a.seventh-floor-left {
    bottom: 390px;
  
}
    .tower-image-wrapper a.eighth-floor-left {
    bottom: 418px;

}
    .tower-image-wrapper a.ninth-floor-left {
    bottom: 449px;
  
}
    .tower-image-wrapper a.tenth-floor-left {
    bottom: 480px;
  
}
    .tower-image-wrapper a.eleventh-floor-left {
    bottom: 515px;
   
}
    .tower-image-wrapper a.twelwth-floor-left {
    bottom: 547px;
}
    .tower-image-wrapper a.thirteenth-floor-left {
    bottom: 575px;

}
    .tower-image-wrapper a.fourteenth-floor-left {
    bottom: 597px;
   
}
    .tower-image-wrapper a.first-floor-right {
    left: auto;
    right: 70px;
    bottom: 219px;
 
}
    .tower-image-wrapper a.second-floor-right {
    left: auto;
    right: 71px;
    bottom: 251px;
   
}
    .tower-image-wrapper a.third-floor-right {
    left: auto;
    right: 71px;
    bottom: 287px;
  
}
    .tower-image-wrapper a.fourth-floor-right {
    left: auto;
    right: 71px;
    bottom: 322px;
   
}
    .tower-image-wrapper a.fifth-floor-right {
    left: auto;
    right: 72px;
    bottom: 356px;
   
}
    .tower-image-wrapper a.sixth-floor-right {
    left: auto;
    right: 72px;
    bottom: 393px;
  
}
    .tower-image-wrapper a.seventh-floor-right {
    left: auto;
    right: 72px;
    bottom: 428px;
  
}
    .tower-image-wrapper a.eighth-floor-right {
    left: auto;
    right: 72px;
    bottom: 461px;
 
}
    .tower-image-wrapper a.ninth-floor-right {
    left: auto;
    right: 73px;
    bottom: 495px;
  
}
    .tower-image-wrapper a.tenth-floor-right {
    left: auto;
    right: 73px;
    bottom: 530px;
  
}
    .tower-image-wrapper a.eleventh-floor-right {
    left: auto;
    right: 73px;
    bottom: 565px;
   
}
    
    .tower-image-wrapper a.twelwth-floor-right {
    left: auto;
    right: 73px;
    bottom: 598px;
    
}
    .tower-image-wrapper a.thirteenth-floor-right {
    left: auto;
    right: 73px;
    bottom: 633px;
   
}
    .tower-image-wrapper a.fourteenth-floor-right {
    left: auto;
    right: 72px;
    bottom: 677px;
   
}
}
@media screen and (min-width:2560px) and (max-width:5000px){
   /* body{
        background: red;
    }*/
    #hero{
        margin-top: -1.5%;
    }
    .tower-image-wrapper a.first-floor-left {
    bottom: 198px;
   
}
    .tower-image-wrapper a.second-floor-left {
    bottom: 231px;
  
}
    .tower-image-wrapper a.third-floor-left {
    bottom: 266px;
  
}
    .tower-image-wrapper a.fourth-floor-left {
    bottom: 293px;
  
}
    .tower-image-wrapper a.sixth-floor-left {
    bottom: 358px;
 
}

    .tower-image-wrapper a.seventh-floor-left {
    bottom: 390px;
  
}
    .tower-image-wrapper a.eighth-floor-left {
    bottom: 418px;

}
    .tower-image-wrapper a.ninth-floor-left {
    bottom: 449px;
  
}
    .tower-image-wrapper a.tenth-floor-left {
    bottom: 480px;
  
}
    .tower-image-wrapper a.eleventh-floor-left {
    bottom: 515px;
   
}
    .tower-image-wrapper a.twelwth-floor-left {
    bottom: 547px;
}
    .tower-image-wrapper a.thirteenth-floor-left {
    bottom: 575px;

}
    .tower-image-wrapper a.fourteenth-floor-left {
    bottom: 597px;
   
}
    .tower-image-wrapper a.first-floor-right {
    left: auto;
    right: 70px;
    bottom: 219px;
 
}
    .tower-image-wrapper a.second-floor-right {
    left: auto;
    right: 71px;
    bottom: 251px;
   
}
    .tower-image-wrapper a.third-floor-right {
    left: auto;
    right: 71px;
    bottom: 287px;
  
}
    .tower-image-wrapper a.fourth-floor-right {
    left: auto;
    right: 71px;
    bottom: 322px;
   
}
    .tower-image-wrapper a.fifth-floor-right {
    left: auto;
    right: 72px;
    bottom: 356px;
   
}
    .tower-image-wrapper a.sixth-floor-right {
    left: auto;
    right: 72px;
    bottom: 393px;
  
}
    .tower-image-wrapper a.seventh-floor-right {
    left: auto;
    right: 72px;
    bottom: 428px;
  
}
    .tower-image-wrapper a.eighth-floor-right {
    left: auto;
    right: 72px;
    bottom: 461px;
 
}
    .tower-image-wrapper a.ninth-floor-right {
    left: auto;
    right: 73px;
    bottom: 495px;
  
}
    .tower-image-wrapper a.tenth-floor-right {
    left: auto;
    right: 73px;
    bottom: 530px;
  
}
    .tower-image-wrapper a.eleventh-floor-right {
    left: auto;
    right: 73px;
    bottom: 565px;
   
}
    
    .tower-image-wrapper a.twelwth-floor-right {
    left: auto;
    right: 73px;
    bottom: 598px;
    
}
    .tower-image-wrapper a.thirteenth-floor-right {
    left: auto;
    right: 73px;
    bottom: 633px;
   
}
    .tower-image-wrapper a.fourteenth-floor-right {
    left: auto;
    right: 72px;
    bottom: 677px;
   
}
}
@media screen and (max-width: 1400px) {

  body {
    padding-top: 0 !important;
  }
   
  .centered-content {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  .header {
    position: fixed;
    height: auto;
     
  }

  a.logo {
    width: 150px;
    height: 81px;
    background-size: 100%;
  }

  .nav {
    padding-top: 55px;
    margin-left: 30px;
  }

  .control-panel {
    position: absolute;
    top: 0;
    padding-top: 0;
  }

  .control-panel ul li {
    float: left;
    margin-right: 10px;
  }

  .nav ul li:last-child {
    margin-right: 0;
  }

  ul.three-boxes-grid {
    margin-left: -3%;
    width: 103%;
  }

  ul.three-boxes-grid li {
    padding: 1%;
    margin-left: 3%;
    width: 28.3%;
  }

  .left-image-section {
    width: 50%;
  }

  .left-image-section img {
    max-width: 90%;
  }

  ul.floor-list {
    margin-right: 5%;
    width: 20%;
  }

  ul.floor-list li {
    padding: 2px 1%;
    width: 98%;
  }

  .location-header .bottom-text {
    position: relative;
    float: left;
  }

  .location-header .bottom-text p,
  ul.facilities-slider li p,
  p {
    font-size: 20px;
  }

  #gallery .bx-wrapper .bx-controls-direction a.bx-next, 
  #facilities .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
  }

  #gallery .bx-wrapper .bx-controls-direction a.bx-prev, 
  #facilities .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }

  ul.hero-slider li {
    height: 400px;
  }

  ul.facilities-text-columns {
    margin-top: 30px;
    width: 90%;
  }

  ul.facilities-text-columns li span {
    line-height: 1.2em;
  }

  #facilities .bx-wrapper .bx-pager {
    bottom: 0;
  }

}

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

  .customize-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .customize-wrapper ul.customize-dropdown {
    display: block;
  }

  .customize-wrapper ul.customize-dropdown > li div.second-level-wrapper {
    position: relative;
    left: auto;
    padding-left: 0;
    width: 100%;
    border-left: none;
    border-right: none;
  }

}

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

  .header {
    padding: 20px 0 !important;
    min-height: 80px;
  }

  span.nav-trigger {
    display: block;
  }

  .nav {
    display: none;
    margin: 0;
    padding-top: 80px;
    width: 100%;
    text-align: center;
  }

  .nav ul li {
    display: block;
    float: none;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #000;
  }

  .nav ul li a {
    font-size: 28px;
  }

  .control-panel {
    display: none;
    position: relative;
    top: auto;
    bottom: 0px;
    right: 0;
    left: auto;
    margin-top: 20px;
    width: 100%;
  }

  .control-panel ul {
    overflow: hidden;
    text-align: center;
  }

  .control-panel ul li {
    float: none;
    display: inline-block;
    margin: 0 5px 0;
  }

  .control-panel ul li a {
    padding-left: 28px;
    font-size: 14px;
  }

  .photo-wrapper,
  .floorplans-buttons {
    float: none;
    padding: 0;
    width: 100%;
  }

  .fixed-header .enquire-form-wrapper,
  .enquire-form-wrapper {
    bottom: -325px;
  }

  .floorplans-buttons {
    margin-bottom: 50px;
  }

}

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

  .inner-footer {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  ul.contact-us, 
  ul.find-us {
    float: none;
    padding-left: 0;
    margin: 25px 0;
    width: 100%;
    text-align: center;
  }

  ul.contact-us li,
  ul.find-us li {
    margin-bottom: 5px;
    font-size: 20px;
  }

  ul.contact-us li h3, 
  ul.find-us li h3 {
    margin-bottom: 15px;
  }

  ul.facilities-text-columns li {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  #footer .centered-content-wide span.copyright,
  #footer .centered-content-wide a.byline {
    display: block;
    position: relative;
    margin: 5px 0;
    float: none;
    right: auto;
    text-align: center;
  }

}

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

  ul.hero-slider li .slider-text h2 {
    font-size: 36px;
  }

  ul.hero-slider li .slider-text p {
    font-size: 24px;
  }

  h3 {
    margin: 40px 0;
    font-size: 30px;
  }

  .headline-wrapper h2, 
  .headline-wrapper-solid h2 {
    font-size: 32px;
  }

  ul.three-boxes-grid {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  ul.three-boxes-grid li {
    display: inline-block;
    float: none;
    padding: 5px;
    margin: 0 auto 30px;
    width: 280px;
    height: auto !important;
  }

  ul.three-boxes-grid li a {
    padding: 100px 0 80px;
  }

  .left-image-section {
    float: none;
    width: 100%;
  }

  ul.floor-list {
    margin-top: 50px;
    width: 45%;
  }

  ul.floor-list:last-of-type {
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 0;
  }

  ul.bedrooms-toggle li .images-wrapper {
    padding-bottom: 50px;
  }

  ul.bedrooms-toggle li .images-wrapper img.left-image,
  ul.bedrooms-toggle li .images-wrapper img.right-image   {
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 80%;
  }

  ul.bedrooms-toggle li .images-wrapper img.left-image {
    margin-bottom: 50px;
  }

  ul.bedrooms-toggle li .half {
    width: 30%;
  }

  ul.bedrooms-toggle li .half:first-of-type {
    width: 70%;
  }

  ul.bedrooms-toggle li h3 {
    font-size: 22px;
  }

  .location-header .bottom-text {
    float: none;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .location-header img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 80%;
  }

}

/* Testing Magnify */

.magnify-wrapper {
  float: left;
  width: 48%;
}

.magnify-wrapper img {
  float: none;
  width: 100%;
}

/* these styles are for the demo, but are not required for the plugin */

.zoom {
  display:inline-block;
  position: relative;
}

/* magnifying glass icon */

.zoom:after {
  content:'';
  display:block; 
  width:33px; 
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url(icon.png);
}

.zoom img {
  display: block;
}

.zoom img::selection { background-color: transparent; }

