@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.wrap {
  text-align: left;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
.wrap > *:not(*:root) {
  margin-left: -4px;
}
/*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
/*---Fix for wow---*/
.wow {
  visibility: hidden;
}
/*---General---*/
#content {
  overflow: hidden;
}
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}
[class*="_fullcontainer"] {
  width: calc(100% - 90px);
  margin: 0px auto;
}
[class*="_container"]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1240px;
}
[class*="_medcontainer"] {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
}
[class*="_smallcontainer"] {
  width: 100%;
  margin: 0px auto;
  max-width: 960px;
}
[class*="_narrowcontainer"] {
  width: 100%;
  margin: 0px auto;
  max-width: 680px;
}
[class*="col-"] {
  transition: 0.2s;
}
/*---Text style---*/
.uppertext {
  text-transform: uppercase;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.lightf {
  font-weight: 400;
}
.mediumf {
  font-weight: 500;
}
.heavyf {
  font-weight: 700;
}
/*---Padding---*/
.padt5 {
  padding-top: 5%;
}
.padb5 {
  padding-bottom: 5%;
}
.padbo35 {
  padding-bottom: 35px;
}
.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.tbpad8 {
  padding-top: 8%;
  padding-bottom: 8%;
}
.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}
.tbpad15 {
  padding-top: 15%;
  padding-bottom: 15%;
}
.padtb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padtb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padtb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}
.padlf0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padlf15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padlf45 {
  padding-left: 45px;
  padding-right: 45px;
}
.padall5 {
  padding: 5%;
}
.padall10 {
  padding: 10%;
}
.pad35 {
  padding: 35px;
}
.pad0 {
  padding: 0px;
}
/*--- Margin---*/
.marb0 {
  margin-bottom: 0px;
}
.marb30 {
  margin-bottom: 30px;
}
.marb40 {
  margin-bottom: 40px;
}
.bheight20 {
  height: 20px;
}
.bheight30 {
  height: 30px;
}
.bheight40 {
  height: 40px;
}
.bheight60 {
  height: 60px;
}
.height_50 {
  height: 50vh;
}
.height_60 {
  height: 60vh;
}
.height_70 {
  height: 70vh;
}
.height_75 {
  height: 75vh;
}
.height_85 {
  height: 85vh;
}
.height_90 {
  height: 90vh;
}
.height_100 {
  height: 100vh;
}
.height_105 {
  height: 105vh;
}
.height_110 {
  height: 110vh;
}
.height_200 {
  height: 200vh;
}
.bck_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bck_center {
  background-position: center;
}
.bck_bottom {
  background-position: center bottom;
}
.bck_atth {
  overflow: hidden;
}
.bck_parallax {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.bck_botshadow {
  position: relative;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 
@font-face {
    font-family: Roseritta;
    src: url(/fonts/roseritta.otf);
}
.color-white {
  color: #ffffff;
}
.color-grey {
  color: #595959;
}
a, a:hover:not('[data-fancybox]'), .swiper-button-next, .swiper-button-prev, .swiper-button-next:after, .swiper-button-prev:after, .mm-listitem, .mm-listitem:after, .mm-listitem:hover:after, .menu-logo, .menu-main-menu-container .menu .menu-item a, .menu-main-menu-container .menu .menu-item a.active:before, .menu-main-menu-container .menu .menu-item a:hover:before, .menu-main-menu-container .menu .menu-item a:before, .menu-main-menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu, .menu-main-menu-container .sub-menu, .menu-main-menu-container .sub-menu li a:hover, #register input.gform_button, #register input.gform_button:hover {
  transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}
.max300 {
  max-width: 300px;
}
.max400 {
  max-width: 400px;
}
.max500 {
  max-width: 500px;
}
.max600 {
  max-width: 600px;
}
.maxcenter {
  margin-left: auto;
  margin-right: auto;
}
.lfpad0 {
  padding-left: 0px;
  padding-right: 0px;
}
.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}
.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}
.padall5 {
  padding: 5%;
}
.padall10 {
  padding: 10%;
}
/*---Typography---*/
#content {
  background-color: white;
}
body {
  font-size: 14px;
  line-height: 1.25em;
}
h1 {
  font-size: 5em;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 2.4em;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
h4 {
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
h6.med {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}
h6.small {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
}
p.big {
  font-size: 1.2em;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
p.small {
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0px;
}
a {
  letter-spacing: 1px;
  opacity: 1;
}
a:hover:not('[data-fancybox]') {
  opacity: 0.5;
}
a[data-fancybox] {
  cursor: pointer;
}



h1 {font-family: Roseritta;font-size:48px;}
a {font-family: Roseritta;}

.white {color:#ffffff;}

.grid-item { width: 33%; padding:10px; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0);}
.grid-item a {display:block;}



.sidebar-menu-trigger {position:fixed;left:0px;top:0px;z-index:1000;background-color: #056E96;transition:0.5s;}
.sidebar-menu-trigger.active {background-color: #056e964f;transition:0.5s;}
.sidebar-menu-trigger a img {display:none;}
.sidebar-menu-trigger a img.active {display:block;}

.sidebar {position:fixed;left:-300px;top:-5px;width:300px;height:105%;background-image:url('/img/teja-sidebar-bck.png');background-size:cover;background-position:center;z-index:100;transition:0.5s;}
.sidebar.active {left:0px;transition:0.5s;}

.sidebar-menu-header {margin-top:20px;margin-bottom:0px;}
.sidebar-menu-header .logo {max-width:240px;margin:auto;display:block;}

.sidebar-menu {display:block;}
.sidebar-menu ul {list-style:none;padding:15px;}
.sidebar-menu ul li {margin-bottom: 5px;}
.sidebar-menu ul li a {display: block;color: #ffffff;background-color: #056E96;padding: 15px 15px 10px 15px;font-size: 18px;text-decoration: none;transition:0.5s;}
.sidebar-menu ul li a.active {color: #ffffff;transition: 0.5s;background: linear-gradient(266deg, rgba(233, 104, 7, 1) 0%, rgba(234, 107, 6, 1) 2.66%, rgba(250, 193, 0, 1) 99.95%, rgba(250, 193, 0, 1) 100%);transition:0.5s;}
.sidebar-menu ul li a:hover {background: linear-gradient(266deg, rgba(233, 104, 7, 1) 0%, rgba(234, 107, 6, 1) 2.66%, rgba(250, 193, 0, 1) 99.95%, rgba(250, 193, 0, 1) 100%);color: #ffffff;transition:0.5s;}

.has-submenu {position:relative;}
.has-submenu-arrow {position:absolute;right:5px;top:6px;max-width:30px;transition:0.5s;}
.has-submenu-arrow.active {transform: rotate(180deg);transition:0.5s;}
ul.sub-menu {display: none;}
ul.sub-menu.active {display: block;}

.floorplan-page-content {position:relative;height:100vh;overflow:hidden;background-size:cover;background-position:center right;}
.floorplan-page-title {position:absolute;left:50%;top:5%;transform:translate(-50%,-0px);font-size: 40px;}
.floorplan {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;max-height: calc(95% - 150px);display: flex;align-items: center;justify-content: center;}

.floorplan-nav-list {display:flex;flex-wrap:wrap;position:absolute;bottom:5px;left:50%;transform:translate(-50%,0px);width: 100%;justify-content: center;}
.floorplan-nav-list a {font-family: 'Roboto', sans-serif;padding: 10px 30px 10px 20px;border-radius: 35px;margin-bottom:10px;background-color:#06546F;color:#ffffff;text-decoration:none;margin-right:10px;font-size: 14px;line-height: 18px;}
.floorplan-nav-list a:before {content: ' ';border-radius: 100%;width: 14px;height: 14px;display: inline-block;vertical-align: middle;background-color: transparent;border: 2px solid #ffffff;margin-right: 10px;}
.floorplan-nav-list a.active:before {background: linear-gradient(266deg, rgba(233, 104, 7, 1) 0%, rgba(234, 107, 6, 1) 2.66%, rgba(250, 193, 0, 1) 99.95%, rgba(250, 193, 0, 1) 100%);}


#floorplan-a, #floorplan-b, #floorplan-c, #floorplan-d {opacity:1;transition:0.5s;cursor:pointer;}
#floorplan-a:hover, #floorplan-b:hover, #floorplan-c:hover, #floorplan-d:hover {opacity:0.5;transition:0.5s;}


.unitfloorplan-container {width:100%;height: 100%;}
.unitfloorplan-container .unitfloorplan-tab {height: 100%;}
.unitfloorplan-container .unitfloorplan-image {display:none;height: 100%;}
.unitfloorplan-container .unitfloorplan-image.active {display:block;}
.unitfloorplan-container .unitfloorplan-image img {max-height: 100%;width: auto;display: block;margin: auto;}

.unitfloorplan-nav-tab {display:flex;flex-wrap:wrap;position:absolute;top:50%;right:20px;transform:translate(0px,-50%);width:190px;gap:10px;}
.unitfloorplan-nav-tab a {position:relative;font-family: 'Roboto', sans-serif;flex-basis:60px;border-radius:10px;border:1px solid #D7AF5A;padding: 20px;color:#ffffff;text-decoration:none;width: 90px;height: 80px;flex-basis: 90px;}
.unitfloorplan-nav-tab a .title-type {position: absolute;left: 6px;top: 29px;transform: rotate(270deg);letter-spacing: 1px;}
.unitfloorplan-nav-tab a .title-type-name {position: absolute;left:40px;top: 18px;font-family: Roseritta;font-size: 55px;line-height: 55px;}

.unitfloorplan-nav-tab a.spec {flex-basis:100%;height:initial;text-align:center;font-size: 17px;}
.unitfloorplan-nav-tab a.active {background-color:#D7AF5A;}

.comparison-container {height: 100%;display: flex;align-items: center;}
.comparison-floorplan-box-details {color:#ffffff;text-align:center;font-family: 'Roboto', sans-serif;}
.comparison-floorplan-box-details .name {font-size:22px;line-height: 17px;}
.comparison-floorplan-box-details .sqft {font-size:12px;}
.comparison-floorplan-box-details .bed {font-size:16px;}
.comparison-floorplan-box-image {width: 100%;height:70vh;background-size: contain;background-position: center;background-repeat: no-repeat;display: block;}

.comparison-floorplan-swiper .swiper-button-next, .comparison-floorplan-swiper .swiper-button-prev {background-color: #D8B25D;width: 40px;height: 40px;border-radius: 100%;}
.comparison-floorplan-swiper .swiper-button-next:after, .comparison-floorplan-swiper .swiper-button-prev:after {font-size: 20px;color:#ffffff;}

g#marker-ignore {pointer-events: none;}


@media only screen and (max-width:1400px) {
    .sidebar {width:250px;}
    .sidebar-menu-header .logo {max-width: 154px;}
    .sidebar-menu ul li a {padding: 12px 12px 7px 12px;font-size:15px;}
    .floorplan {max-height: calc(100% - 150px);}
    .floorplan-nav-list a {font-size:12px;}
}




