@font-face {
font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf')  format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf')  format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Heavy';
  src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Heavy.woff') format('woff'), url('../fonts/Lato-Heavy.ttf')  format('truetype'), url('../fonts/Lato-Heavy.svg#Lato-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf')  format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-BoldIt';
  src: url('../fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-BoldIt.otf')  format('opentype'),
	     url('../fonts/MyriadPro-BoldIt.woff') format('woff'), url('../fonts/MyriadPro-BoldIt.ttf')  format('truetype'), url('../fonts/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    overflow: hidden;
    position: absolute;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Lato-Regular";
    font-weight: normal;
}

body.home{
    overflow: hidden;
    background: url(../images/background-1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.nonclicakable {
    border: 1px solid transparent;
    background-color: rgba(80, 189, 197, 0.95);
    z-index: 999;
    position: absolute;
    display: block;
    font-family: "Lato-Black";
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 44px;
    margin: 264px auto 0;
    padding: 3px 115px;
    width: auto;
    text-transform: uppercase;
}

input:required:invalid, textarea:required:invalid  {
    box-shadow:none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
    appearance: textfield;
}

.result{
    float: left;
    margin-top: 10px;
    width: 100%;
}
    
.result .green {
    background: rgba(17, 148, 155, 0.6) none repeat scroll 0 0;
    margin: 0 auto;
    padding: 6px 10px;
    width: auto;
}

/* cta dialog 

.disable-mouse {
    pointer-events: none;
}*/

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent !important;
}

#no-pointer{
    pointer-events: none;
}

body.disable-scroll {
    overflow: hidden;
}
.main-title {
    color: white;
    font-size: 100px;
}
.btn, .tile {
    display: inline-block;
    text-decoration: none;
    padding: 16px;
    background: #EA006F;
    color: white;
    opacity: 0.85;
    cursor: pointer;
    transition: 0.25s ease;
}

#phase1-precincts #phase1-precinct1, #phase1-precincts #phase1-precinct2, #phase1-precincts #phase1-precinct3, #phase1-precincts #phase1-precinct4{
    display: none;
}

.download-btn {
    background: white;
    color: #3F51B5;
    font-size: 30px;
}
.btn--blue {
    background: #4A90E2;
}
.tile {
    width: 33.333%;
    float: left;
    height: 150px;
}
.tile-container {
    overflow: hidden;
}

.darken{
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 1080px;
    z-index: 0;
    opacity: 0;
}

.modal {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: -67px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(80, 189, 197, 0.98);
    color: white;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
}

.contact .modal a,.contact .modal a:hover,.contact .modal a:focus,
.about .modal a,.about .modal a:hover,.about .modal a:focus{
    font-weight: bold;
    text-decoration: underline;
}

.contact p.address, .about p {
    margin-bottom: 30px;
}

.gallery-selection > .gallery-wrapper > .carousel > .carousel-inner{
    background: #000000;
}

.carousel {
    position: relative;
    height: 100%;
}

.carousel-indicators .active {
    background: transparent url("../images/diamond.png") no-repeat scroll 0px 0px / 50px auto;
    height: 50px;
    margin: 1px;
    width: 50px;
}

.carousel-inner {
    background: rgba(80, 189, 197, 0.9) none repeat scroll 0 0;
}

.carousel-indicators li {
    background: transparent url("../images/diamond-white.png") no-repeat scroll 0px 0px / 50px auto;
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: list-item;
    float: left;
    font-size: 12px;
    height: 50px;
    letter-spacing: normal;
    line-height: 50px;
    list-style-type: decimal-leading-zero !important;
    margin: 1px;
    text-align: center !important;
    text-indent: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    width: 50px;
}

ol.carousel-indicators { 
    counter-reset: item;
    list-style-type: none;
    margin-left: -30%;
    width: 60%;
}

.carousel-indicators li {
    display: inline-block;
    float: none;
}

/*.carousel-indicators li:before { 
    content: "0" counter(item); 
    counter-increment: item;
}*/

.carousel-indicators li::before {
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
}

.carousel-caption {
    bottom: auto;
    color: #fff;
    left: 15%;
    margin-top: -306px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: none;
    top: 44%;
    z-index: 10;
}

.carousel-caption .title{
    min-height: 128px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

html {
    overflow: hidden;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

body > .modal > div > .carousel-inner > .item > img {
    position: absolute;
    max-width: none;
}

.gallery .title {
    left: 50%;
    margin-left: -373.5px;
    max-width: 747px;
    position: absolute;
    top: 20%;
    width: 100%;
}

.carousel-control span:first-child {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -249px;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: 50% !important;
    background: none;
    width: auto;
    margin-left: -442px;
    z-index: 10;
    margin-top: -200px;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    right: 50% !important;
    background: none;
    left: auto;
    width: auto;
    margin-right: -400px;
    z-index: 10;
    margin-top: -200px;
}

.inandaround1{
   opacity: 0; 
   display: none;
}

.modal>.modal-close-btn, .modal>.modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
    background: #eeeeee none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 70px;
    left: 109px;
    margin-top: -30px;
    opacity: 1;
    padding: 32px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 7;
}

.mapplic-map-image{
    width: 100%;
    height: 100%;
}

#mapplic .mapplic-tooltip .modal-close-btn {
    left: 64px;
    position: fixed;
    top: 50%;
}

.inandaroundclose .modal-close-btn{
    position: fixed;
    top: 50%;
    left: 64px;
}

.modal>.modal-close-btn::before, .modal>.modal-close-btn-two::before, #mapcontent > .ajaxpage > .modal > .modal-close-btn::before, #mapplic .mapplic-tooltip .modal-close-btn::before, .inandaroundclose .modal-close-btn::before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #35969c;
    border-top: 5px solid transparent;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 86%;
    transform: rotate(-45deg);
    width: 10px;
}

.modal>.modal-close-btn::after, .modal>.modal-close-btn-two::after, #mapcontent > .ajaxpage > .modal > .modal-close-btn::after, #mapplic .mapplic-tooltip .modal-close-btn::after, .inandaroundclose .modal-close-btn::after {
    border: 1px solid rgba(238, 238, 238, 0.7);
    content: "";
    height: 70px;
    left: -9px;
    position: absolute;
    top: 10px;
    width: 70px;
}

.modal>.modal-close-btn>span, .modal>.modal-close-btn-two>span, #mapcontent > .ajaxpage > .modal > .modal-close-btn>span, #mapplic .mapplic-tooltip .modal-close-btn>span, .inandaroundclose .modal-close-btn span{
    pointer-events: none;
}

.modal-close-btn span, .modal-close-btn-two span {
    color: #35969c;
    font-family: "Lato-Black";
    font-size: 14px;
    left: 14px;
    letter-spacing: 1.5px;
    line-height: 14px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 26px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-close-btn:hover, .modal-close-btn-two:hover  {
    opacity: 1;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.dialog {
    background: #4A90E2;
    min-width: 300px;
    left: 50%;
    right: auto;
    top: 30%;
    bottom: auto;
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sidebar {
    left: auto;
    width: 300px;
    background: #8BC34A;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
}
.sidebar.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sidebar__block {
    border-radius: 5px;
    background: white;
    opacity: 0.3;
    margin-top: 32px;
}
.quote-box__bubble {
    position: relative;
    background: white;
    padding: 16px;
    color: #555;
    border-radius: 5px;
    max-width: 480px;
    margin: 0 auto 20px;
}
.quote-box__bubble::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: white;
    border-top-width: 10px;
}

footer {
    padding: 50px 0 20px;
}
.footer-text {
    opacity: 0.7;
    margin-top: 20px;
}

.logo {
    left: 50%;
    margin-left: -135px;
    opacity: 0;
    position: absolute;
    top: 4.4%;
    z-index: 7;
}

.logo img{
    width: 270px;
}

a, a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    outline: 0;
  /* styling for any way a link is about to be used */
}

.navigation .panel {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 16px;
}

.navigation {
    background: #35b2c1;
    height: 100%;
    right: 0;
    overflow: hidden;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.navigation .panel > .panel-heading, .navigation .panel-default > .panel-heading {
    background-color: transparent;
}

.navwrapper{
   margin: 0 auto;
   width: 100%;
   height: 100%;
   max-width: 680px;
}

 .navmid {
    left: 50%;
    z-index: 3;
    margin-left: -250px;
    margin-top: -221px;
    max-width: 500px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.navwrapper .navmid > ul > li > a{
    opacity: 0;
}

.navwrapper .navmid ul li {
    padding-bottom: 20px;
}

.navmid > ul > li > a {
    font-family: "Lato-Heavy";
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 15px;
    text-transform: uppercase;
}

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

.navwrapper .navmid #accordion .panel-title .name {
    color: #ffffff;
    font-family: "Lato-Medium";
    font-size: 40px;
    letter-spacing: 16px;
    opacity: 0;
    text-transform: uppercase;
}

.navwrapper .navmid #accordion .panel-title.disabled {
    opacity: .6;
	cursor: default;
}

.navwrapper .navmid #accordion .panel-title.disabled a {
	cursor: default;
}

.navwrapper .navmid #accordion .panel-title > a > span:first-child {
    color: #ffffff;
    font-family: "Lato-Regular";
    font-size: 9.5px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.navwrapper .navmid #accordion .panel-collapse ul li {
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-bottom: 5px;
    opacity: .6;
    text-transform: uppercase;
    font-family: "Lato-Heavy";
}

.navwrapper .navmid #accordion .panel-collapse ul {
    padding-top: 13px;
}

.navmid>ul>li:nth-child(3)>img, .navwrapper .navmid #accordion .panel .panel-title > a > span:first-child{
    opacity: 0;
}

.navfooter {
    bottom: 12%;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    left: 50%;
    margin-left: -142px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 284px;
    z-index: 3;
}

.navfooter img {
    width: 21px;
    margin-top: 8px;
}

.navwrapper .navmid ul li ul{
    padding-top: 20px;
}



.navwrapper .navmid ul li a:hover{
    text-decoration: none;
}

.navwrapper .navmid ul li ul li a {
    color: #ffffff;
    font-family: "Lato-Heavy";
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 25px;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navwrapper .navmid ul li ul li a:hover {
    opacity: 1;
}

.navwrapper .navmid ul li ul li a span {
    color: #1a3d3e;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: normal;
    opacity: 0.6;
    text-transform: uppercase;
}

.navicon-button {
    cursor: pointer;
    display: inline-block;
    opacity: 0.8;
    padding: 2.3rem .6rem;
    transform: rotate(-45deg);
    width: 51px;
    z-index: 10;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s;
}
.navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}
.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
    transition: 0.25s;
}
.navicon-button:hover .navicon:before {
    top: .8rem;
}
.navicon-button:hover .navicon:after {
    top: -.8rem;
}

.navicon {
    position: relative;
    width: 1.6em;
    height: .3rem;
    background: #35b2c1;
    transition: 0.5s;
    border-radius: 0;
    border-radius: 4px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

nav.navblue .navicon{
    background: #ffffff;
}

.navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3rem;
    width: 2.2rem;
    background: #35b2c1;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 4px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

nav.navblue .navicon::before, nav.navblue .navicon::after {
    background: #ffffff;
}

.navicon:before {
    top: .6rem;
}
.navicon:after {
    top: -.6rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
    top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
    transition: 0.5s;
}

.open.x .navicon {
    background: transparent;
}
.open.x .navicon:before {
    transform: rotate(-45deg);
}

.open.x .navicon:after {
    transform: rotate(45deg);
}

nav {
    background: #ffffff none repeat scroll 0 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 62px;
    height: 62px;
    right: 49px;
    display: none;
    top: 6.6%;
    z-index: 7;
    text-align: right;
    user-select: none;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.navblue{
    background: #1b96a5;
}

.top-links {
    display: none;
    opacity: 0;
    position: absolute;
    right: 134px;
    top: 8.6%;
    z-index: 7;
}

.bottom-right-links {
    bottom: 10%;
    font-size: 10px;
    letter-spacing: 2px;
    position: fixed;
    opacity: 0;
    display: none;
    cursor: pointer;
    right: 2%;
    text-transform: uppercase;
    z-index: 7;
}

.top-links ul{
    color: #ffffff;
    list-style: none;
}

.top-links ul li{
    float: left;
}

.top-links ul li a {
    background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left center;
    font-family: "Lato-Black";
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 8px 0 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.top-links.linksblue ul li a {
    background: rgba(0, 0, 0, 0) url("../images/bulletblue.png") no-repeat scroll left center;
}

.top-links ul li:first-child a {
    background: none;
}

.top-gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 30%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    pointer-events: none;
    opacity: 0.40;
    width: 100%;
}

.orientation {
    background: rgba(80, 189, 197, 1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    display: none;
    opacity: 0;
    z-index: 2000;
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.orientation div {
    color: #ffffff;
    font-weight: normal;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.orientation div img {
    margin: 0 auto 13px;
    width: 82px;
}

.colorize1{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #18abb7;
}

.colorize2{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #80e3e9;
}

.colorize3{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #66e8ab;
}

.colorize4{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #f2ec93;
}

.colorize5{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #e59260;
}

.colorize6{
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    color: #de6466;
}

.homecontent, .precinctcontent{
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
}

.loader {
    background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll 0px -67px / cover;
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
   
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.loader > div {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.loader.shown {
    opacity: 1;
}

.innercontent{
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
}

.homecontentwrap {
    color: #ffffff;
    left: 50%;
    margin-left: -340px;
    margin-top: -9%;
    position: absolute;
    text-align: center;
    top: 50%;
}

.precinctcontentwrap {
    color: #ffffff;
    font-size: 52px;
    letter-spacing: 20px;
    line-height: 64px;
    text-align: center;
}


.innercontentwrap {
    color: #ffffff;
    left: 50%;
    margin-left: -285px;
    margin-top: -188px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.homecontentwrap .top, .homecontentwrap .bottom {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 45px;
    opacity: 0;
    text-transform: uppercase;
}

.homecontentwrap .bottom img{
    margin-top: 10px;
}

.homecontentwrap .arrow{
    padding-top: 20px;
    font-size:  8px;
    text-transform: uppercase;
    line-height: 11px;
    letter-spacing: .8px;
    opacity: 0;
}

.homecontentwrap .arrow .text {
    font-size: 14px;
    padding-bottom: 16px;
}

.homecontentwrap .arrow .arrowtail {
    background: #ffffff none repeat scroll 0 0;
    height: 14px;
    margin: 0 auto 4px;
    position: relative;
    width: 2px;
}

.homecontentwrap .arrow .arrowtail::after {
    background: #ffffff none repeat scroll 0 0;
    content: " ";
    height: 2px;
    left: -3px;
    position: absolute;
    top: 0;
    width: 7px;
}

.homecontentwrap .arrow .line {
    background: #ffffff none repeat scroll 0 0;
    height: 14px;
    margin: -56px auto;
    position: relative;
    width: 2px;
}

.homecontentwrap .arrow .line::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
    bottom: 0;
    content: "";
    height: 0;
    margin-left: -4px;
    position: absolute;
    width: 0;
}

.homecontentwrap .arrow .diamond {
    background: #18abb7 none repeat scroll 0 0;
    height: 32px;
    margin: 0 auto 4px;
    width: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.homecontentwrap .arrow .diamond {
    background: #18abb7 none repeat scroll 0 0;
    height: 42px;
    margin: 0 auto 4px;
    width: 42px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.township, .dedicated, .nurture, .life {
    font-size: 60px;
    letter-spacing: 21px;
    line-height: 72px;
}

.copyright {
    bottom: 1.5%;
    color: #ffffff;
    font-size: 13px;
    left: 50%;
    letter-spacing: 1px;
    margin-left: -246px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 7;
}

.copyright a{
    cursor: pointer;
}

nav div.navlabel {
    color: #ffffff;
    font-weight: bold;
    margin-left: -36px;
    z-index: 1;
    position: absolute;
}

nav div.navlabel div {
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
}

nav div.navlabel div.menu-active{
    display: none;
}

#overlayswrapper {
    height: 1px;
    overflow: visible;
    /*position: fixed !important;*/
    top: 50%;
    z-index: 2;
    pointer-events: none;
}

#overlayswrapper .map-points{
    pointer-events: all;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#ffffff;
    opacity: .6;
}

input:-moz-placeholder {
    color:#ffffff;
    opacity: .6;
}

input::-webkit-input-placeholder{
    color:#ffffff;
    opacity: .6;
}

#content, #overlays {
    height: 1080px;
    width: 1920px;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

#content {
    left: 0;
    margin-top: -67px;
}

body {
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

#content>div{

    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

body>div{
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

/*#content .map-container{
    background: url("../images/background-2.jpg") no-repeat top left;
}*/

.map-points {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 98px;
    opacity: 0;
    position: absolute;
    width: 98px;
    z-index: 2;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.map-points.small {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 40px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 40px;
    z-index: 2;
    margin-top: -10px;
}

.map-points.small span {
    color: #ffffff;
    font-family: "Lato-Black";
    font-size: 14px;
    line-height: 14px;
    white-space: pre;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    text-shadow: 0px 2px 6px rgba(0,0,0,.5);
    z-index: 1;
    letter-spacing: 1.5px;
}

.map-points.small::before {
    background: #ffffff none repeat scroll 0 0;
    border-left: 0 none;
    border-top: 0 none;
    color: #000000;
    content: " ";
    font-size: 12px;
    height: 14px;
    left: 27px;
    position: absolute;
    top: 27px;
    width: 14px;
    z-index: 0;
}

.map-points.small::after {
    border: 1px solid rgba(0,0,0,.5);
    border-left: 0 none;
    border-top: 0 none;
    content:" ";
    height: 6px;
    left: 31px;
    position: absolute;
    top: 31px;
    width: 6px;
    z-index: 0;
    font-size: 12px;
    color: #000000;
}


.map-points.disabled{
    cursor: default;
}

.map-points img{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 22px;
    margin-left: 12px;
}

.map-points.in-and-around img{
    position: absolute;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.map-points.in-and-around span{
    position: absolute;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}

.map-points.in-and-around img:first-child{
    margin-left: -28px;
    margin-top: -38px;
}

.map-points.in-and-around img:nth-child(2) {
    margin-left: -36px;
    margin-top: -13px;
    opacity: 0;
}

.map-points.in-and-around span:last-child {
    opacity: 0;
}
        
.map-points.in-and-around.phasesshown img:first-child, .map-points.in-and-around.phasesshown span:nth-child(3){
    opacity: 0;
}

.map-points.in-and-around.phasesshown img:nth-child(2), .map-points.in-and-around.phasesshown span:last-child{
    opacity: 1;
}

.map-points.getting-here img {
    margin-left: -26px;
    margin-top: -12px;
}

.map-points.unit-video img {
    margin-left: -29px;
    margin-top: -29px;
}

.map-points span {
    color: #ffffff;
    font-family: "Lato-Black";
    font-size: 16px;
    left: 8px;
    letter-spacing: 1.5px;
    line-height: 16px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 33px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.map-points::before {
    background: #ffffff none repeat scroll 0 0;
    border-left: 0 none;
    border-top: 0 none;
    color: #000000;
    content: " ";
    font-size: 12px;
    height: 22px;
    left: 78px;
    position: absolute;
    top: 78px;
    width: 22px;
    z-index: 0;
}

.map-points::after{
    border: 1px solid rgba(0,0,0,.5);
    border-left: 0 none;
    border-top: 0 none;
    content:" ";
    height: 8px;
    left: 84px;
    position: absolute;
    top: 84px;
    width: 8px;
    z-index: 0;
    font-size: 12px;
    color: #000000;
}

.centralizer{
    width: 1px;
    position: absolute;
    left: 50%;
    overflow: visible;
    height: 100%;
}

.js-modal-video.modal, .video.modal{
    z-index: 100;
}

.video #media-player, .js-modal-video.modal #media-player{
	float:left;
	padding:1em 1em .5em;
	background-color:#333;
}

.video button, .js-modal-video.modal button {
    background: transparent url("../images/buttons.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: -5px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 16px;
}

.video .pause, .js-modal-video.modal .pause { background-position:-19px 0; }
.video .stop, .js-modal-video.modal .stop { background-position:-38px 0; }
.video .volume-plus, .js-modal-video.modal .volume-plus { background-position:-57px 0; }
.video .volume-minus, .js-modal-video.modal .volume-minus { background-position:-76px 0; }
.video .mute, .js-modal-video.modal .mute { background-position:-95px 0; }
.video .unmute, .js-modal-video.modal .unmute { background-position:-114px 0; }
.video .replay, .js-modal-video.modal .replay { background-position:-133px 0; }

.video progress, .js-modal-video.modal progress {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    height: 2px;
    width: 100%;
}

progress[value]::-webkit-progress-value {
    background: #ffffff;
}

progress[value]::-moz-progress-bar { 
  background: #ffffff; 
}

.video #media-play-list, .js-modal-video.modal #media-play-list {
	float:left;
	clear:both;
	color:#aaa;
	width:100%;
	margin-top:10px;
	border-top:1px solid #2e52a4;
}
.video #media-play-list  h2, .js-modal-video.modal #media-play-list  h2 { font-size:12px; }
.video #play-list, .js-modal-video.modal #play-list {
	padding:0;
	font-size:12px;
	list-style-type:none;
}
.video #play-list li, .js-modal-video.modal #play-list li {
	cursor:pointer;
	padding-left:15px;
	background:transparent url('item.png') no-repeat 0 4px;
}

#media-controls, #media-controls-two {
    bottom: 11%;
    left: 5%;
    position: fixed;
    width: 90%;
    z-index: 7;
    right: 5%;
}

.js-modal-1 .connectivitywrapper {
    /*left: 50%; removed for resizer
    position: absolute;
     top: 50%;*/
    overflow: visible;
    width: 1px;
}

.js-modal-1 .connectivitywrapper .connectivity{
    height: 1080px;
    width: 1920px;
    position: absolute;
}

.js-modal-1 .connectivitywrapper .connectivity > img{
    position: absolute;
    width: 100%;
}

.logo.logoblue #logo g path, .logo.logoblue #logo g rect {
    fill: #1b96a5;
}

#mapcontent .ajaxpage .modal.js-modal-1 .modal-close-btn {
    background: rgba(53, 178, 193, 1);
}

#mapcontent .ajaxpage .modal.js-modal-1 > .modal-close-btn  > span {
    color: #ffffff;
}

#mapcontent .ajaxpage .modal.js-modal-1 .modal-close-btn::after{
    border: 1px solid rgba(53, 178, 193, 0.7);
}

#mapcontent .ajaxpage .modal.js-modal-1 .modal-close-btn::before{
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
}

.top-links ul li a {
    color: #ffffff;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;*/
}

.top-links.linksblue ul li a {
    color: #1b96a5;
}

.connectivitypoints {
    height: auto;
    position: absolute;
    width: 146px;
    text-shadow: 0px 2px 1px rgba(0,0,0,.4);
    text-transform: uppercase;
    font-family: "Lato-Black";
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 15px;
    margin-top: -30px;
    opacity: 0;
}

.connectivity .northicon {
    left: 74.1%;
    position: absolute;
    top: 28.8%;
    width: 200px;
    z-index: 7;
}

.connectivitylogo {
    height: auto;
    margin-left: 30px;
    opacity: 0;
    position: absolute;
    width: 8.2%;
}

.connectivitylogo img{
    width: 100%;
}

.connectivitypoints.arrowdown::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #ffffff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    top: 103%;
    width: 10px;
}

.connectivitypoints.arrowright::after {
    border-bottom: 9px solid transparent;
    border-left: 10px solid #ffffff;
    border-top: 9px solid transparent;
    content: "";
    height: 8px;
    left: 85%;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 10px;
}

#phase1-precinct1 .precinctcontentwrap .tab-content .wireframebg img:last-child, #phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane img {
    width: 523px;
}

.connectivitypoints span {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 4px;
    margin-left: -126px;
    text-align: right;
    text-shadow: none;
    white-space: pre;
    width: 100%;
}

.connectivitypoints span img{
    opacity: .55;
}

.phases, .precincts {
    color: #ffffff;
    font-family: "Lato-Black";
    font-size: 13px;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 110px;
    opacity: 0;
    margin-left: -38px;
    letter-spacing: 1.5px;
    z-index: 7;
}

.precincts b {
    color: #ffffff;
    font-size: 8px;
    font-weight: normal;
    position: absolute;
    right: -1px;
    top: -13px;
    white-space: pre;
}

.precinctoverlay{
    pointer-events: none;
}

.precinctoverlay.precinctphase1 {
    height: 411px;
    left: 49.9%;
    position: absolute;
    top: 39.6%;
    width: 24.5%;
    z-index: 1;
}

.phases::before, .precincts::before {
    border: 1px solid #ffffff;
    content: " ";
    height: 8px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 8px;
    left: 50%;
    margin-left: -4px;
    top: 20px;
    transform: rotate(45deg);
}

.phases .vertical-line, .precincts .vertical-line{
    height: 0px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 1px;
    left: 50%;
    margin-left: 0px;
    top: 28px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(255,255,255,0.73) 68%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(255,255,255,0.73) 68%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(255,255,255,0.73) 68%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.white-bg{
    background: #ffffff;
}

.teal-bg{
    background: #50bdc5;
}

.darkgrey-bg{
    background: #6b6b6b;
}

.main-bg{
    height: 1080px;
    width: 1920px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.nav-tabs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    margin: 0 auto 40px;
}

/*#phase1-precinct1 .tab-content{
    opacity: 0;
    background: url(../images/units/phase1-precinct1/breeze1-wireframebg.png) no-repeat top center;
}*/


.wireframebg img{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
}

.wireframebg img{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 10;
}

.precinctcontentwrap .tab-content {
    margin: 0 auto;
    position: relative;
    width: 551px;
}

.tab-content > .tab-pane {
}

.tab-content > .tab-pane img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
}

.moreinfo{
    background: #000000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: none;
    opacity: 0;
}

.points{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 12;
}

.points div {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: block;
    height: 40px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 40px;
    z-index: 2;
}

.points div span {
    color: #ffffff;
    font-family: "Lato-Black";
    font-size: 11px;
    line-height: 14px;
	white-space: pre;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    z-index: 1;
    letter-spacing: 1.5px;
}

.points div::before {
    background: #ffffff none repeat scroll 0 0;
    border-left: 0 none;
    border-top: 0 none;
    color: #000000;
    content: " ";
    font-size: 12px;
    height: 14px;
    left: 27px;
    position: absolute;
    top: 27px;
    width: 14px;
    z-index: 0;
}

.points div::after {
    border: 1px solid rgba(0,0,0,.5);
    border-left: 0 none;
    border-top: 0 none;
    content:" ";
    height: 6px;
    left: 31px;
    position: absolute;
    top: 31px;
    width: 6px;
    z-index: 0;
    font-size: 12px;
    color: #000000;
}

.gallerycarousel{
    position: absolute;
    background: rgba(80, 189, 197, 0.9);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
    display: none;
}

.moreinfo .gallerycarousel{
    background: rgba(80, 189, 197, 0.1);
}


.gallerycarousel>div{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.precinctcontentwrap .gallery-selection{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    opacity: 0;
}

.precinctcontentwrap .gallery-selection .floorplans{
    width: 100%;
    height: 100%;
    background: #35b2c1;
}

.precinctcontentwrap .gallery-selection .floorplans p {
    font-family: "Lato-Black";
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    bottom: 15%;
}

/*.precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper{
    height: 1px;
    overflow: visible;
    top: 50%;
    position: absolute;
    width: 100%;
}*/

.precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper {
    height: 100%;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
}

/*.precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
    margin-top: -286px;
    width: 1024px;
}*/

.precinctcontentwrap .gallery-selection .doloresen{
    opacity: 0;
}

.precinctcontentwrap .gallery-selection .buttons {
    margin: 60px auto 0;
    width: 286px;
}

.precinctcontentwrap .gallery-selection .buttons a{
    background-color: rgba(2, 133, 138, 0.85);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family: "Lato-Black";
    font-size: 11px;
    float: left;
    opacity: 0;
    letter-spacing: 1.5px;
    line-height: 32px;
    margin: 0 8px 10px;
    padding: 7px 12px;
    text-transform: uppercase;
    width: 254px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}



.precinctcontentwrap .gallery-selection .moreinfo .gallery img{
    margin-top: 50px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.precinctcontentwrap .gallery-selection .moreinfo .gallery img.in{
    margin-top: -20px;
    width: 100%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: none;
}

.gallery-wrapper > div > .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    opacity: 0 !important;
    -webkit-transition: opacity 1s ease-in-out, transform 8s;
    -moz-transition: opacity 1s ease-in-out, transform 8s;
    -o-transition: opacity 1s ease-in-out, transform 8s;
    transition: opacity 1s ease-in-out, transform 8s;
}

.gallery-wrapper > div > .carousel-inner > .item > img.active, .carousel-inner > .item > a > img.active {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-wrapper > div > .carousel-inner > .item > img:nth-child(2), .carousel-inner > .item > a > img:nth-child(2){
    margin-top: -1080px;
}

.ipmlink {
    height: 60px !important;
    width: 60px !important;
}

.ipmlink::before {
    left: 48px !important;
    top: 48px !important;
}

.ipmlink::after {
    left: 52px !important;
    top: 52px !important;
}

.ipmlink img {
    left: 26px;
    position: absolute;
    top: -43px;
    width: 70px !important;
    margin-top: 0 !important;
}

.ipmlink span{
}

.darklayer{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,1);
    position: absolute;
    z-index: 100;
}

/*.precinctcontentwrap .gallery-selection .title .word1, .precinctcontentwrap .gallery-selection .title .word2 {
    display: block !important;
}

.precinctcontentwrap .gallery-selection .buttons a::before {
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid transparent;
    content: "";
    height: 10px;
    left: 110px;
    position: absolute;
    top: 110px;
    width: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.precinctcontentwrap .gallery-selection .buttons a::after{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 90px;
    border: 1px solid rgba(75, 177, 185, .8);
    height: 90px;
    border-right-color: rgba(255,255,255, 0.6);
    border-bottom-color: rgba(255,255,255, 0.6);
    z-index: -1px;
}*/

.precinctcontentwrap .gallery-selection .short-description{
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
    margin: 30px 0 50px;
    opacity: 0;
}

.precinctcontentwrap .doloresen {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}

/*.precinctcontentwrap .gallery-selection .buttons a > div {
    font-size: 12px;
    left: 6px;
    letter-spacing: 0;
    line-height: 14px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

.precinct-main{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.precinct-main .tabs-wrapper {
    width: 100%;
    height: 100%;
    max-width: 660px;
    margin: 0 auto;
    margin-top: 10%;
    margin: 203px auto 0;
}
.precinct-main .northicon {
    bottom: 74px;
    opacity: 0;
    position: absolute;
    right: -44px;
}

.pagewrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 810px;
    position: relative;
    width: 100%;
}

.disclaimer .pagewrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 684px;
    position: relative;
    width: 100%;
}

.disclaimer .pagewrapper p {
    font-size: 20px;
    line-height: 30px;
}

.contact .pagewrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    width: 100%;
}

.pagewrapper-inner{
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    overflow: visible;
}

.panzoom {
    height: 1920px;
    width: 1080px;
}

.pagewrapper-inner .contents {
    height: 480px;
    line-height: 22px;
    margin-top: -315px;
    text-align: center;
}

.disclaimer .pagewrapper-inner .contents {
    margin-top: -149px;
}

.about .contents > img {
    width: 236px;
    margin-bottom: 20px;
}

.about .doloresen img {
    width: auto;
}

.contact p.address, .contact form, .contact form > .row:last-child, .about p, .about .contents > img, .disclaimer p {
    opacity: 0;
}

.contact p.address {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 12px;
}

.modal.contact .btn-group {
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.modal.contact .btn-group button {
    background: rgba(17, 148, 155, 0.6) none repeat scroll 0 0;
    color: #fff;
    border: none;
    font-size: 17px;
    height: 100%;
    min-width: 84px;
    text-align: left;
    border-radius: 0;
    padding: 13px 15px;
    text-transform: capitalize;
    width: 100%;
    white-space: normal;
}

.multiselect.dropdown-toggle .multiselect-selected-text{
    color: rgba(255,255,255, .6);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #13757f;
}

.modal.contact .btn-group button span[data-bind="label"] {
    float: left;
    opacity: 0.6;
    width: auto;
    font-size: 17px;
}

.modal.contact .btn .caret {
    float: right;
    margin-top: 11px;
    opacity: 0.6;
}

.modal.contact .btn-group button:hover, .modal.contact .btn-group button:focus {
    background: rgba(17, 148, 155, 0.6) none repeat scroll 0 0;
    color: #ffffff;
}

.dropdown-menu li a:hover, .dropdown-menu-default li a:hover {
    color: #fff;
}

.dropdown-menu > li > a {
    padding: 4.1px 20px;
    font-size: 16px;
    opacity: .6;
}

.dropdown-menu > li:first-child > a {
    padding-top: 13px;
}

.multiselect-container .dropdown-menu > li:first-child > a {
    padding-top: 0px;
    font-size: 14px;
}

.multiselect-container > li > a > label {
    padding: 3px 0;
}

.multiselect-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background: rgba(17, 148, 155, 1);
    border-radius: 0;
}

.dropdown-menu > li:last-child > a {
    padding-bottom: 13px;
}

.about h3, .contact h3 {
    color: #ffffff;
    font-family: "Lato-Heavy";
    font-size: 11.5px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.contact p.address {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.dropdown-menu.salutation {
    background: rgba(17, 148, 155, 1) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    min-width: 85px;
    padding: 0;
    top: 0;
}

.dropdown-menu.unittypes {
    background: rgba(17, 148, 155, 1) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    top: 0;
}

.dropdown-menu > li > a {
    color: #ffffff;
}


input, select, textarea {
    background: rgba(17, 148, 155, 0.6) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding: 14px 15px;
    width: 100%;
    font-size: 17px;
}

input[type="submit"] {
    background: #13757f none repeat scroll 0 0;
    font-family: "Lato-Black";
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 32px;
    padding: 10px 12px;
    text-transform: uppercase;
    width: 217px;
}

.forms-left > .row > div {
    margin-bottom: 7.5px;
    padding-right: 0;
}

input[type='radio'], input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 18px;
}

input[type="radio"] + span, input[type="checkbox"] + span {
    background: rgba(0, 0, 0, 0) url("../images/off.png") no-repeat scroll 7px 3px / 24px auto;
    clear: none;
    cursor: pointer;
    margin: 0;
    padding: 7px 0 24px 37px;
    padding-top: 7px;
}

input[type='radio']:checked + span {
    background-image: url(../images/radio.png);
}
input[type='checkbox']:checked + span {
    background-image: url(../images/check.png);
}

.pdpa {
    margin-top: 0px;
}

.pdpa input {
    cursor: pointer;
    height: 70px;
    left: 0;
    margin: 0 15px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pdpa span {
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 20px;
    opacity: 0.6;
    text-align: left;
    width: 100%;
}

.forms-right textarea {
    height: 281px;
}

.precinct-main .tabs-wrapper .doloresen {
    margin-bottom: 36px;
}

.precinct-main .title, .pagewrapper .title {
    margin-bottom: 40px;
    font-size: 50px;
    letter-spacing: 22px;
    text-align: center;
}

.precinct-main .title .word1, .precinct-main .title .word2{
    display: block !important;
}

.precinct-main .nav-tabs a {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ffffff !important;
    border-radius: 0;
    height: 76px;
    margin: 0px 20px;
    overflow: hidden;
    transform: rotate(45deg);
    width: 76px;
}

.precinct-main .nav-tabs a span {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: normal;
    position: absolute;
    text-transform: uppercase;
    line-height: 14px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.precinct-main .nav-tabs a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 23px;
    position: absolute;
    top: 23px;
    width: 30px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.tabs-wrapper .nav-tabs li a{
    opacity: 0;
}

.tabs-wrapper>.doloresen{
    opacity: 0;
}

#phase1-precinct1 .precinct-main .nav-tabs li:nth-child(1) a::before {
    background: #16ab71 none repeat scroll 0 0;
}

#phase1-precinct1 .precinct-main .nav-tabs li:nth-child(2) a::before {
    background: #bf484b none repeat scroll 0 0;
}

#phase1-precinct1 .precinct-main .nav-tabs li:nth-child(3) a::before {
    background: #bf484b none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(1) a::before {
    background: #94bd6b none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(2) a::before {
    background: #cfc65e none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(3) a::before {
    background: #3b958d none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(4) a::before {
    background: #cf803f none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(5) a::before {
    background: #c55b5c none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(6) a::before {
    background: #d67c38 none repeat scroll 0 0;
}

#phase1-precinct2 .precinct-main .nav-tabs li:nth-child(7) a::before {
    background: #bf484b none repeat scroll 0 0;
}

#phase1-precinct3 .precinct-main .nav-tabs li:nth-child(1) a::before {
    background: #16ab71 none repeat scroll 0 0;
}

#phase1-precinct3 .precinct-main .nav-tabs li:nth-child(2) a::before {
    background: #96c26c none repeat scroll 0 0;
}

#phase1-precinct3 .precinct-main .nav-tabs li:nth-child(3) a::before {
    background: #c6a421 none repeat scroll 0 0;
}

#phase1-precinct3 .precinct-main .nav-tabs li:nth-child(4) a::before {
    background: #bf484b none repeat scroll 0 0;
}

#phase1-precinct3 .precinct-main .nav-tabs li:nth-child(5) a::before {
    background: #d67c38 none repeat scroll 0 0;
}

#phase1-precinct4 .precinct-main .nav-tabs li:nth-child(1) a::before {
    background: #c69c6c none repeat scroll 0 0;
}

#phase1-precinct4 .precinct-main .nav-tabs li:nth-child(2) a::before {
    background: #724639 none repeat scroll 0 0;
}

#phase1-precinct1 .precinctcontentwrap .tab-content{
	width: 522px;
}

#phase1-precinct2 .precinctcontentwrap .tab-content {
    width: 408px;
}

#phase1-precinct3 .precinctcontentwrap .tab-content{
	width: 342px;
}

#phase1-precinct3 .precinctcontentwrap .tab-content {
    width: 428px;
}

.red {
    background: #bf484b none repeat scroll 0 0;
}

.blue {
    background: #288d86 none repeat scroll 0 0;
}

.yellowgreen {
    background: #96c26c none repeat scroll 0 0;
}

.green {
    background: #16ab71 none repeat scroll 0 0;
}

.yellow {
    background: #ddd262 none repeat scroll 0 0;
}

.gold {
    background: #c6a421 none repeat scroll 0 0;
}

.orange {
    background: #d67c38 none repeat scroll 0 0;
}

.precinct-main .nav-tabs a:hover, .precinct-main .nav-tabs a:active, .precinct-main .nav-tabs a:focus, .precinct-main .nav-tabs a:visited {
    border: 1px solid #ffffff !important;
}

.precinct-main a {
    background-color: rgba(2, 133, 138, 0.85);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family: "Lato-Black";
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 32px;
    margin: 272px auto 0;
    opacity: 0;
    padding: 3px 38px;
    text-transform: uppercase;
    transition: background-color 0.2s ease 0s;
    width: auto;
}

.precinct-main .nav-tabs a:hover::before, .precinct-main .nav-tabs li.active a::before {
    content: "";
    width: 102%;
    height: 102%;
    left: -1px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.phase1 {
    left: 49.9%;
    position: absolute;
    top: 39.8%;
    width: 27%;
    z-index: 1;
}

.phase2 {
    left: 21%;
    position: absolute;
    top: 21%;
    width: 22%;
    z-index: 1;
}

.phase3 {
    left: 26.9%;
    position: absolute;
    top: 31%;
    width: 29.6%;
    z-index: 1;
}

.breeze1 {
    left: 62%;
    position: absolute;
    top: 25.6%;
    z-index: 1;
}

.breeze2 {
    left: 73%;
    position: absolute;
    top: 64%;
    z-index: 1;
}

.breeze3 {
    left: 46%;
    position: absolute;
    top: 57%;
    z-index: 1;
}

.breeze4 {
    left: 19.12%;
    position: absolute;
    top: 40.6%;
    z-index: 1;
}

.mapoverlay img{
    position:absolute;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.mapoverlay .phases {
    opacity : 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.mapoverlay .vertical-line {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.mapoverlay.active img:nth-child(1){
    opacity: .8 !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.mapoverlay.active img:nth-child(2){
    opacity: .6 !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
   -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    top: -15px;
}

.mapoverlay.active img:nth-child(3){
    opacity: .4 !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    top: -30px;
}

.mapoverlay.active img:nth-child(4){
    opacity: .2 !important;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    top: -45px;
}

.mapoverlay.active .phases {
    opacity : 1;
    top : 0;
}

.mapoverlay.active .vertical-line {
    height : 120px;
}

/*.mapoverlay.labelshown .phases{
    opacity : 1;
    top : 0;
}

.mapoverlay.labelshown .vertical-line{
    height : 120px;
}*/

.mapnav{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -48px;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.mapnav img {
    padding-top: 5px;
    padding-bottom: 8px;
}

.mapnav ul{
    padding: 0;
    width: 116px;
}

.mapnav ul li{
    float: left;
    list-style: none;
    position: relative;
}

.mapnav ul li a {
    font-size: 10px;
    margin-right: 14px;
    width: 26px;
    height: 26px;
    position: absolute;
}

.mapnav ul li a span{
    position: absolute;
    left: 7px;
    top: 5px;
}

.mapnav ul li a.p1 {
    left:0px;
}

.mapnav ul li a.p2 {
    left:45px;
}

.mapnav ul li a.p3 {
    left:90px;
}

.mapnav ul li a.active{
    background: #50bdc5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mapnav ul li a.active span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 7px;
    top: 5px;
}

.innercontentwrap{
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* Animations */

.homecontentwrap .arrow .line
{	
    -webkit-animation: arrowDownAnimate .8s infinite alternate;
    -moz-animation: arrowDownAnimate .8s infinite alternate;
    animation: arrowDownAnimate .8s infinite alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.precinct-main .tabs-wrapper .doloresen {
    margin-bottom: 40px;
}

#phase1-precinct1 .precinctcontentwrap .tab-content .wireframebg img:last-child, #phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane img {
    width: 100%;
}

#phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane img {
    margin-top: -7px;
    width: 414px;
}

#phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane#p1p1-a img {
    margin-top: 0px;
    width: 420px;
    left: 13px;
}

#mapplic .mapplic-tooltip .modal-close-btn{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.connectivity .northicon {
    position: absolute;
    left: 77.1%;
    top: 28.2%;
    width: 200px;
    z-index: 7;
}

.precinct-main a {
    background-color: rgba(2, 133, 138, 0.85);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family: "Lato-Black";
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 44px;
    margin: 264px auto 0;
    opacity: 0;
    padding: 3px 81px;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.mapplic-tooltip {
    margin-top: -226px !important;
}

.nav-tabs {
    margin: 0px auto 12px;
    height: 100px;
}

.navwrapper .navmid #accordion .panel-title {
    color: #ffffff;
    font-family: "Lato-Medium";
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navwrapper .navmid {
    left: 50%;
    margin-left: -250px;
    margin-top: -187px;
    max-width: 500px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.navwrapper .navmid ul li ul li a {
    color: #ffffff;
    font-family: "Lato-Heavy";
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
}

#mapplic .mapplic-tooltip .modal-close-btn {
    left: 109px;
    position: fixed;
    top: 50%;
}

.navigation .panel {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
}

.mapplic-tooltip-title, .mapplic-tooltip img, .mapplic-tooltip-content, .mapplic-tooltip-link {
    transform: scale(1.24);
}

.mapplic-tooltip-title {
    margin: 0 0 21px;
}

.mapplic-tooltip-content {
    margin-top: 24px;
}

.mapplic-tooltip-link {
    margin: 30px auto 0;
}

/*.precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
    left: 0;
    margin-top: -457px;
    position: absolute;
    width: 1480px;
    transform-origin: 0 0 0;
    right: 0;
    margin: -457px auto 0 auto;
}*/

.precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
    left: 0;
    position: absolute;
    right: 0;
    width: 1920px;
    height: 1080px;
}

.floorplans-wrapper .panzoom img {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.floorplans-wrapper .panzoom img.active {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.floorplansnavigation {
    font-family: "Lato-Black";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 38px;
    position: absolute;
    right: 118px;
    text-align: left;
    text-transform: uppercase;
    top: 50%;
    margin-top: -70px;
}

.floorplansnavigation > div{
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.floorplansnavigation > div.active{
    opacity: 1;
    cursor: auto;
}

.floorplansnavigation > div:hover{
    cursor: pointer;
}

.phases, .precincts {
    -webkit-transform: scale(1.4) translateY(-40px);
    -moz-transform: scale(1.4) translateY(-40px);
    -transform: scale(1.4) translateY(-40px);
    transform: scale(1.4) translateY(-40px);
}

.precinct-main .title, .pagewrapper .title, .gallery .title {
    font-size: 56px;
    letter-spacing: 19px;
    line-height: 59px;
    text-align: center;
}

.navwrapper .navmid ul li {
    padding-bottom: 18px;
}

.navmid > ul > li > a {
    font-family: "Lato-Heavy";
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 12px;
    text-transform: uppercase;
}

.connectivitypoints span img {
    opacity: 1;
    width: 15px;
}

.connectivitypoints span.left {
    margin-left: -276px;
    float: left;
}

.connectivitypoints span.right {
    margin-left: 0px;
}

.connectivitypoints span.top {
    margin-left: 0;
    position: absolute;
    left: -224px;
    top: -19px;
}

.connectivitypoints span.bottom {
    left: -215px;
    margin-left: 0;
    position: absolute;
    top: 22px;
}

.connectivitylogo {
    top: 20.3% !important;
    cursor: pointer;
}

.connectivitylogo span {
    position: absolute;
    left: 38px;
    color: #000000;
    top: 10px;
    white-space: pre;
    -webkit-transform: rotate(20.5deg);
    -moz-transform: rotate(20.5deg);
    -o-transform: rotate(20.5deg);
    transform: rotate(20.5deg);
}

.about .contents > img {
    margin-top: -6px;
    width: 264px;
}

/*.about .pagewrapper {
    max-width: 620px;
}*/

.gallery .title {
    top: 280px;
}

.about .pagewrapper-inner .contents {
    margin-top: -284px;
}

.precinctcontentwrap .doloresen {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px;
    text-transform: uppercase;
}

.precinctcontentwrap .gallery-wrapper .doloresen {
    top: 520px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
}

#phase1-precinct1 #carousel-example-generic4>.carousel-inner>.item>.carousel-caption>.doloresen{
    top: 404px;
}

#phase1-precinct1 #carousel-example-generic4>.carousel-inner>.item>.carousel-caption>.buttons a {
    width: 330px;
}

#phase1-precinct1 #carousel-example-generic4>.carousel-inner>.item>.carousel-caption>.buttons {
    top: 440px;
    margin: 20px 0 0 -175px;
}

.logo {
    margin-left: -150px;
}
.logo img{
    width: 300px;
}

.top-links ul li a {
    font-size: 18px;
}

.precinct-main .tabs-wrapper {
    margin: 270px auto 0;
}

#phase1-precinct1 .precinctcontentwrap .tab-content {
    width: 400px;
}

#phase1-precinct2 .precinctcontentwrap .tab-content {
    width: 400px;
}

#phase1-precinct3 .precinctcontentwrap .tab-content {
    width: 400px;
}

.carousel-caption {
    margin-top: -215px;
}

.carousel-indicators {
    bottom: 7%;
    position: fixed;
}

.carousel-control.left {
    margin-left: -428px;
}

.carousel-control.right {
    margin-right: -396px;
}

.contact p.address, .about p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
    margin-bottom: 30px;
}

.precinctcontentwrap .gallery-selection .buttons a {
    font-size: 14px;
    letter-spacing: 3px;
}

.precinctcontentwrap .gallery-selection .buttons a {
    font-size: 15px;
    margin: 0 8px 10px;
    padding: 4px 12px;
    width: 250px;
    line-height: 40px;
}

.precinctcontentwrap .tab-content {
    width: 388px;
}

.precinctcontentwrap .gallery-selection .short-description {
    color: #dddddd;
    letter-spacing: 0.1px;
    line-height: 16.5px;
    margin: 20px 0 64px;
}

.precinctcontentwrap .gallery-selection .buttons {
    top: 550px;
    height: auto;
    left: 50%;
    margin: 20px 0 0 -134px;
    position: absolute;
    width: 268px;
}

.precinctcontentwrap .gallery-selection .floorplans-buttons {
    bottom: 8%;
    height: auto;
    left: 89%;
    margin: 20px 0 0 -134px;
    position: absolute;
    width: 313px;
    z-index: 999;
}

.precinctcontentwrap .gallery-selection .floorplans-buttons button {
    border: medium none;
    color: #35969c;
    display: inline-block;
    font-size: 12px;
    height: 37px;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "Lato-Black";
}

.precinctcontentwrap .gallery-selection .floorplans-buttons input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: left;
    font-size: 17px;
    margin: 17px 0 -10px;
    padding: 14px 15px;
    width: 100%;
}

.carousel-caption .title {
    font-size: 56px;
    letter-spacing: 19px;
    line-height: 59px;
    min-height:available;
}


.carousel-control span:first-child {
    left: 0;
    margin-top: -161px;
    position: absolute;
    top: 50%;
}

.gallery-wrapper > .carousel > .carousel-control img{
    width: 26px;
}

@-webkit-keyframes arrowDownAnimate {
    0% {
        height: 26px;
    }
    100% {
        height: 40px;
    }
}

@-moz-keyframes arrowDownAnimate {
    0% {
        height: 26px;
    }
    100% {
        height: 40px;
    }
}

@keyframes arrowDownAnimate {
    0% {
        height: 26px;
    }
    100% {
        height: 40px;
    }
}

#media-video {
    width: 100%;
}


@media (min-width: 1600px) and (max-width: 1740px){
    .precinct-main .tabs-wrapper {
        margin: 200px 480px 0;
    }

    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        bottom: 20%;
        left: 70%;
        width: 260px;
    }
}

@media (min-width: 1500px) and (max-width: 1740px){
    .top-links ul li a {
        font-size: 13px;
    }

    .precinct-main .title {
        font-size: 40px !important;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .precinct-main .tabs-wrapper {
        margin: 200px 410px 0;
    }
}

@media (min-width: 1441px) and (max-width: 1600px){
    .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        width: 160%;
        height: 50%;
        margin-top: 2%;
    }


    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        bottom: 15%;
        left: 65%;
        width: 260px;
    }

}

@media (min-width:1441px) and (max-width: 1500px) {

    .top-links ul li a {
        font-size: 11px !important;
    }

    #logo {
        width:200px !important;
    }

    .logo {
        margin-left: -60px !important;
    }

    .precinct-main .tabs-wrapper {
        margin: 160px 410px 0;
    }

}



@media (max-width: 1440px){
    
    #content {
        margin-top: -10px;
    }
    
    .loader {
        background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll 0px -10px / cover;
    }
    
    #logo {
        width: 220px;
    }
    
    .logo {
        margin-left: -110px;
    }
    
    .top-links ul li a {
        font-size: 12px;
    }
    
    .township, .dedicated, .nurture, .life {
        font-size: 44px;
        letter-spacing: 14px;
        line-height: 52px;
    }
    
    .homecontentwrap .top, .homecontentwrap .bottom {
        font-size: 12px;
        padding-top: 40px;
    }
    
    .homecontentwrap .arrow .text {
        font-size: 10px;
        padding-bottom: 16px;
    }
    
    .homecontentwrap .arrow .diamond {
        height: 32px;
        width: 32px;
    }
    
    .homecontentwrap {
        margin-left: -239px;
        margin-top: -10%;
    }
    
    .carousel-caption {
        margin-top: 0;
        top: 17%;
    }
    
    .copyright {
        font-size: 10px;
        margin-left: -192px;
    }
    
    .map-points.in-and-around img:first-child {
        margin-left: -22px;
        margin-top: -31px;
        width: 44px;
    }
    
    .map-points span {
        left: 7px;
        top: 26px;
    }
    
    .map-points::before {
        left: 62px;
        top: 62px;
        height: 20px;
        width: 20px;
    }
    
    .map-points::after {
        left: 68px;
        top: 68px;
    }
    
    .map-points {
        height: 80px;
        width: 80px;
    }
    
    .map-points span {
        font-size: 12px;
        line-height: 14px;
    }
    
    .copyright {
        bottom: 4%;
    }
    
    .map-points.getting-here img {
        margin-left: -26px;
        margin-top: -9px;
        width: 59px;
    }
    
    .map-points.unit-video img {
        margin-left: -23px;
        margin-top: -23px;
        width: 43px;
    }
    
    .modal {
        height: 100%;
        width: 100%;
        top: 0px;
    }
    
    #modals .modal > .modal-close-btn,
    #modals .modal > .modal-close-btn-two,
    .about.modal .modal-close-btn-two span,
    .video.modal .modal-close-btn-two span,
    .disclaimer.modal .modal-close-btn-two span,
    .contact.modal .modal-close-btn-two span{
        height: 54px;
        left: 80px;
        width: 54px;
        padding: 0;
        margin-top: -20px;
    }
    
    .navicon {
        width: 1.4em;
    }
    
    .navicon::before, .navicon::after {
        width: 1.9rem;
    }
    
    nav {
        height: 46px;
        width: 46px;
        top: 6%;
    }
    
    .navicon-button {
        padding: 1.9rem 0.6rem;
        width: 40px;
    }
    
    #modals .modal-close-btn span,
    #modals .modal-close-btn-two span, 
    .about.modal .modal-close-btn-two span,
    .video.modal .modal-close-btn-two span,
    .disclaimer.modal .modal-close-btn-two span,
    .contact.modal .modal-close-btn-two span{
        font-size: 10px;
        left: 12px;
        top: 19px;
    }
    
    #modals .modal > .modal-close-btn::before,
    #modals .modal > .modal-close-btn-two::before,
    .about.modal .modal-close-btn-two::before,
    .video.modal .modal-close-btn-two::before,
    .disclaimer.modal .modal-close-btn-two::before,
    .contact.modal .modal-close-btn-two::before{
        border-bottom: 4px solid transparent;
        border-right: 4px solid #35969c;
        border-top: 4px solid transparent;
        height: 8px;
        width: 8px;
    }
    
    #modals .modal > .modal-close-btn::after,
    #modals .modal > .modal-close-btn-two::after,
    .about.modal .modal-close-btn-two::after,
    .video.modal .modal-close-btn-two::after,
    .disclaimer.modal .modal-close-btn-two::after,
    .contact.modal .modal-close-btn-two::after{
        height: 54px;
        left: -8px;
        top: 8px;
        width: 54px;
    }
    
    .top-links {
        right: 110px;
        top: 7.6%;
    }
    
    .precinct-main .title, .pagewrapper .title, .gallery .title {
        font-size: 44px;
        letter-spacing: 14px;
        line-height: 52px;
    }
    
    .precinct-main .title, .pagewrapper .title {
        margin-bottom: 22px;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 200px auto 0;
        
    }
    
    .precinctcontentwrap .doloresen {
        font-size: 12px;
    }
    
    .precinct-main .tabs-wrapper .doloresen {
        margin-bottom: 32px;
    }
    
    .precinct-main .nav-tabs a {
        height: 56px;
        width: 56px;
        margin: 0 15px;
    }
    
    .precinct-main .nav-tabs a span {
        font-size: 11px;
        line-height: 11px;
    }
    
    #phase1-precinct1 .nav-tabs > li:first-child a span {
        left: 12px !important;
        top: 22px !important;
    }
    
    #phase1-precinct1 .nav-tabs > li:nth-child(2) a span {
        left: 4px !important;
        top: 18px !important;
    }
    
    #phase1-precinct1 .nav-tabs {
        width: 178px !important;
    }
    
    .nav-tabs {
        height: auto;
        margin: 0 auto 24px;
    }
    
    .precinct-main .nav-tabs a::before {
        height: 24px;
        left: 16px;
        top: 16px;
        width: 24px;
    }
    
    .precinct-main a {
        font-size: 12px;
        line-height: 32px;
        margin: 186px auto 0;
        opacity: 0;
        padding: 3px 52px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content {
        width: 280px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content #p1p1-a.tab-pane img {
        left: 10px;
        width: 294px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane img {
        margin-top: -5px;
        width: 292px;
    }
    
    #phase1-precinct1 .northicon {
        bottom: 30px !important;
        right: 0px !important;
    }
    
    .gallery-wrapper > div > .carousel-inner > .item > img:nth-child(2), .carousel-inner > .item > a > img:nth-child(2) {
        margin-top: -820px;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-width: none;
        width: 100%;
    }
    
    .carousel-caption .title {
        font-size: 44px;
        letter-spacing: 14px;
        line-height: 52px;
    }
    
    .carousel-control span:first-child {
        margin-top: -148px;
    }
    
    .gallery-wrapper > .carousel > .carousel-control img {
        width: 20px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons a {
        width: 250px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        margin: 20px 0 0 -118px;
        top: 398px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 490px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 460px;
    }
    
    .precinctcontentwrap .gallery-selection .buttons a {
        font-size: 11px;
        line-height: 29px;
        margin: 0 0 7px;
        padding: 4px 5px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 366px;
    }
    
    .carousel-indicators li {
        background: rgba(0, 0, 0, 0) url("../images/diamond-white.png") no-repeat scroll 0 0 / 40px auto;
        height: 40px;
        width: 40px;
        height: 40px;
        letter-spacing: normal;
        line-height: 40px;
        font-size: 10px;
    }
    
    .carousel-indicators .active {
        background: transparent url("../images/diamond.png") no-repeat scroll 0 0 / 40px auto;
        height: 40px;
        width: 40px;
    }
    
    .panzoom {
        height: 900px;
        width: 1440px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        height: 810px;
        width: 1440px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans p {
        bottom: 10%;
    }
    
    .floorplansnavigation {
        font-size: 12px;
        line-height: 30px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        bottom: 5%;
        left: auto;
        position: absolute;
        right: 40px;
        width: 222px;
        z-index: 999;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons button {
        font-family: "Lato-Black";
        font-size: 9px;
        height: 30px;
        letter-spacing: 2px;
        line-height: normal;
        padding: 7px 16px;
        text-transform: uppercase;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons input {
        margin: 9px 0 -24px;
        padding: 14px 0;
        width: 100%;
        font-size: 14px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans p {
        font-size: 16px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .tab-content {
        width: 292px;
    }
    
    #phase1-precinct2 .nav-tabs {
        width: 432px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:first-child a span {
        left: -6px !important;
        top: 14px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(2) a span {
        left: -5px !important;
        top: 13px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(3) a span {
        left: -7px !important;
        top: 13px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(4) a span {
        left: 0px !important;
        top: 21px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(5) a span {
        left: 3px !important;
        top: 17px !important;
    }
    
    .precinctcontentwrap .gallery-wrapper .doloresen {
        margin-left: -37px;
        top: 410px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        margin-left: -37px;
        top: 462px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        margin: 20px 0 0 -117px;
        top: 490px;
    }
    
    .gallery .title {
        top: 19.6%;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img {
        margin-top: 0px;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        margin-top: -20px;
    }
    
    #phase1-precinct4 .nav-tabs > li:first-child a span {
        left: -7px !important;
        top: 13px !important;
    }
    
    #phase1-precinct4 .nav-tabs > li:nth-child(2) a span {
        left: -6px !important;
        top: 13px !important;
    }
    
    #phase1-precinct4 .nav-tabs {
        width: 174px !important;
    }
    
    .points div::before {
        height: 12px;
        left: 20px;
        top: 20px;
        width: 12px;
    }
    
    .points div::after {
        height: 5px;
        left: 23px;
        top: 23px;
        width: 5px;
    }
    
    .points div {
        height: 30px;
        width: 30px;
    }
    
    .points div span {
        font-size: 9px;
        letter-spacing: 1px;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(1) > span {
        left: -24px !important;
        top: 6px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(2) > span {
        left: -17px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(3) > span {
        left: -15px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(4) > span {
        left: -46px !important;
        top: 5px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(5) > span {
        left: -51px !important;
        top: 3px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(6) > span {
        left: -37px !important;
        top: 6px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(7) > span {
        left: -30px !important;
        top: 13px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(8) > span {
        left: -9px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(9) > span {
        left: -38px !important;
        top: 6px !important;
    }
    
    .ipmlink {
        height: 45px !important;
        width: 45px !important;
    }
    
    .ipmlink img {
        left: 24px;
        position: absolute;
        top: -32px;
        width: 50px !important;
    }
    
    .ipmlink::before {
        left: 35px !important;
        top: 35px !important;
    }
    
    .ipmlink::after {
        left: 38px !important;
        top: 38px !important;
    }
    
    #phase1-precinct2 .gallery.cluster3f .points > div:nth-child(1) > span {
        left: -50px !important;
        top: 4px !important;
    }
    
    #phase1-precinct2 .gallery.cluster3f .points > div:nth-child(2) > span {
        left: -35px !important;
        top: 4px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(1) > span {
        left: -24px !important;
        top: 6px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(2) > span {
        left: -17px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(3) > span {
        left: -15px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(4) > span {
        left: -46px !important;
        top: 5px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(5) > span {
        left: -51px !important;
        top: 3px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(6) > span {
        left: -28px !important;
        top: 12px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(7) > span {
        left: -10px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(8) > span {
        left: -38px !important;
        top: 7px;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(9) > span {
        left: -25px !important;
        top: 6px !important;
    }
    
    #phase1-precinct2 .gallery.semi-d2f .points > div:nth-child(1) > span {
        left: -50px !important;
        top: 4px !important;
    }
    
    #phase1-precinct2 .gallery.semi-d2f .points > div:nth-child(2) > span {
        left: -35px !important;
        top: 4px !important;
    }
    
    .map-points.small {
        height: 30px;
        width: 30px;
    }
    
    .map-points.small span {
        font-size: 10px ;
        letter-spacing: 1px;
    }
    
    .map-points.small:nth-child(4) span {
        left: -30px !important;
        top: 9px !important;
    }
    
    .map-points.small:nth-child(5) span {
        left: -34px !important;
        top: 6px !important;
    }
    
    .map-points.small:nth-child(6) span {
        left: -31px !important;
        top: 8px !important;
    }
    
    .map-points.small:nth-child(7) span {
        left: -24px !important;
        top: 8px !important;
    }
    
    .map-points.small:nth-child(8) span {
        left: -13px !important;
        top: 7px !important;
    }
    
    .map-points.small:nth-child(9) span {
        left: -40px !important;
        top: 7px !important;
    }
    
    .map-points.small:nth-child(10) span {
        left: -40px !important;
        top: 5px !important;
    }
    
    .map-points.small::before {
        height: 12px;
        left: 19px;
        top: 19px;
        width: 12px;
    }
    
    .map-points.small::after {
        font-size: 12px;
        height: 5px;
        left: 22px;
        top: 22px;
        width: 5px;
    }
    
    .js-modal-1 .connectivitywrapper .connectivity {
        height: 100%;
        position: absolute;
        width: 100%;
    }
    
    #mapcontent .ajaxpage .modal.js-modal-1 .modal-close-btn::before {
        border-bottom: 4px solid transparent;
        border-right: 4px solid #ffffff;
        border-top: 4px solid transparent;
    }
    
    .connectivitypoints span {
        font-size: 12px;
    }
    
    .connectivitypoints span img {
        margin-top: -4px;
        width: 11px;
    }
    
    .connectivitylogo {
        left: 53.8% !important;
    }
    
    .connectivitylogo span {
        left: 17px !important;
        top: 4px !important;
        font-size: 13px !important;
    }
    
    .connectivitypoints span.top {
        left: -236px;
        top: -19px;
    }
    
    .connectivitypoints:nth-child(2) {
        left: 68.9% !important;
        top: 41.4% !important;
    }
    
    .connectivitypoints:nth-child(3) {
        left: 68.6% !important;
        top: 44.3% !important;
    }

    .connectivitypoints:nth-child(4) {
        left: 67.2% !important;
        top: 47.7% !important;
    }
    
    .connectivitypoints:nth-child(5) {
        left: 66.6% !important;
        top: 51.4% !important;
    }
    
    .connectivitypoints:nth-child(6) {
        left: 66% !important;
        top: 55.3% !important;
    }
    
    .connectivitypoints:nth-child(7) {
        left: 56.9% !important;
        top: 54.9% !important;
    }
    
    .connectivitypoints:nth-child(8) {
        left: 57.8% !important;
        top: 60.6% !important;
    }
    
    .connectivitypoints:nth-child(9) {
        left: 45.3% !important;
        top: 75% !important;
    }
    
    .connectivitypoints:nth-child(10) {
        left: 72.6% !important;
        top: 34.8% !important;
    }
    
    .connectivitypoints:nth-child(11) {
        left: 71.3% !important;
        top: 49% !important;
    }
    
    .connectivitypoints:nth-child(12) {
        left: 69.6% !important;
        top: 52.5% !important;
    }
    
    .connectivitypoints:nth-child(13) {
        left: 68.7% !important;
        top: 57.8% !important;
    }
    
    .connectivitypoints:nth-child(14) {
        left: 66.2% !important;
        top: 61% !important;
    }
    
    .connectivitypoints:nth-child(15) {
        left: 64.7% !important;
        top: 71% !important;
    }
    
    .connectivitypoints:nth-child(16) {
        left: 75.2%;
        top: 73% !important;
    }
    
    .connectivitypoints:nth-child(17) {
        left: 58.2% !important;
        top: 85.7% !important;
    }
    
    .connectivitypoints:nth-child(18) {
        left: 61.6% !important;
        top: 87.5% !important;
    }
    
    .connectivitypoints span.bottom {
        left: -224px;
        margin-left: 0;
        top: 15px;
    }
    
    .disclaimer .pagewrapper {
        max-width: 578px;
    }
    
    .contact p.address, .about p, .disclaimer .pagewrapper p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .pagewrapper {
        max-width: 580px;
    }
    
    .about .contents > img {
        width: 210px;
    }
    
    .about .pagewrapper-inner .contents {
        margin-top: -35%;
    }
    
    .about.modal .modal-close-btn-two , .video.modal .modal-close-btn-two , .disclaimer.modal .modal-close-btn-two , .contact.modal .modal-close-btn-two  {
        height: 54px !important;
        width: 54px !important;
        padding: 0px !important;
    }
    
    .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 15px !important;
        top: 34px !important;
    }
    
    .pagewrapper-inner .contents {
        height: auto;
        margin-top: -44%;
    }
    
    input, select, textarea {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .modal.contact .btn-group button {
        font-size: 13px;
        min-width: 66px;
        padding: 10px 12px;
    }
    
    .modal.contact .btn-group button span[data-bind="label"] {
        font-size: 13px;
    }
    
    .modal.contact .btn .caret {
        margin-top: 7px;
    }
    
    .dropdown-menu > li > a {
        font-size: 13px;
    }
    
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #333;
    }
    
    .forms-right textarea {
        height: 222px;
    }
    
    .pdpa span {
        font-size: 11px;
        line-height: 16px;
    }
    
    input[type="submit"] {
        font-size: 12px;
        line-height: 32px;
        padding: 2px 10px;
        width: 160px;
    }
    
    .contact .pagewrapper {
        max-width: 560px;
    }
    
    .navmid > ul > li > a {
        font-size: 16px;
    }
    
    .navwrapper .navmid ul li {
        padding-bottom: 12px;
    }
    
    .navwrapper .navmid #accordion .panel-title .name {
        font-size: 30px;
        letter-spacing: 10px;
    }
    
    .navwrapper .navmid ul li ul li a {
        font-size: 14px;
    }
    
    .navwrapper .navmid #accordion .panel-collapse ul li {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .loader {
        background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll 0 -56px / cover ;
    }
    
    .contact .pagewrapper {
        max-width: 500px;
    }
    
    .contact p.address, .about p, .disclaimer .pagewrapper p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    
    .pagewrapper-inner .contents {
        height: auto;
        margin-top: -42%;
    }
    
    input, select, textarea {
        font-size: 13px;
        padding: 5px 11px;
    }
    
    .forms-right textarea {
        height: 192px;
    }
    
    .pdpa span {
        font-size: 11px;
        line-height: 13px;
    }
    
    input[type="submit"] {
        font-size: 12px;
        line-height: 32px;
        padding: 2px 10px;
        width: 160px;
    }
    
    .modal.contact .btn-group button {
        font-size: 13px;
        min-width: 59px;
        padding: 7px 12px;
    }
    
    input[type="radio"] + span, input[type="checkbox"] + span {
        padding: 7px 0 15px 37px;
    }
    
    .about .pagewrapper-inner .contents {
        margin-top: -28%;
    }
    
    .js-modal-1 .connectivitywrapper .connectivity > img {
        margin-top: -4%;
    }
    
    .connectivitylogo {
        left: 53.6% !important;
        top: 15.3% !important;
        width: 8.4% !important;
    }
    
    .connectivitylogo span {
        font-size: 10px !important;
        left: 27px !important;
        top: 8px !important;
    }
    
    .connectivitypoints {
        line-height: 12px;
    }
    
    .connectivitypoints:nth-child(2) {
        left: 69.4% !important;
        top: 38.8% !important;
    }
    
    .connectivitypoints:nth-child(3) {
        left: 69.1% !important;
        top: 42.2% !important;
    }
    
    .connectivitypoints:nth-child(4) {
        left: 67.7% !important;
        top: 46.1% !important;
    }
    
    .connectivitypoints:nth-child(5) {
        left: 67.1% !important;
        top: 50.6% !important;
    }
    
    .connectivitypoints:nth-child(6) {
        left: 66.5% !important;
        top: 55.2% !important;
    }
    
    .connectivitypoints:nth-child(7) {
        left: 57.4% !important;
        top: 54.8% !important;
    }
    
    .connectivitypoints:nth-child(8) {
        left: 58.3% !important;
        top: 61.3% !important;
    }
    
    .connectivitypoints:nth-child(9) {
        left: 45.8% !important;
        top: 77% !important;
    }
    
    .connectivitypoints:nth-child(10) {
        left: 73.1% !important;
        top: 31.2% !important;
    }
    
    .connectivitypoints:nth-child(11) {
        left: 71.8% !important;
        top: 48% !important;
    }
    
    .connectivitypoints:nth-child(12) {
        left: 70.1% !important;
        top: 51.9% !important;
    }
    
    .connectivitypoints:nth-child(13) {
        left: 69.1% !important;
        top: 58% !important;
    }
    
    .connectivitypoints:nth-child(14) {
        left: 66.7% !important;
        top: 61.6% !important;
    }
    
    .connectivitypoints:nth-child(15) {
        left: 64.7% !important;
        top: 73.6% !important;
    }
    
    .connectivitypoints:nth-child(16) {
        left: 75.7% !important;
        top: 75% !important;
    }
    
    .connectivitypoints:nth-child(17) {
        left: 58.7% !important;
        top: 90.6% !important;
    }
    
    .connectivitypoints:nth-child(18) {
        left: 62% !important;
        top: 92.5% !important;
    }
    
    .connectivitypoints span {
        font-size: 11px;
    }
    
    .connectivitypoints span img {
        margin-top: -2px;
    }
    
    #content {
        margin-top: -60px; 
    }
    
    .mapplic-tooltip {
        height: 184px;
    }
    
    .precinct-main .title, .pagewrapper .title, .gallery .title {
        font-size: 40px;
        letter-spacing: 12px;
        line-height: 40px;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 140px auto 0;
    }
    
    .precinct-main .tabs-wrapper .doloresen {
        margin-bottom: 20px;
    }
    
    .nav-tabs {
        height: auto;
        margin: 0 auto 20px;
    }
    
    .precinct-main a {
        margin: 178px auto 0;
    }
    
    .carousel-caption .title {
        font-size: 40px;
        letter-spacing: 12px;
        line-height: 52px;
    }
    
    .carousel-control span:first-child {
        margin-top: -118px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 257px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        top: 288px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 374px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 342px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        top: 374px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        top: 343px;
    }
    
    .panzoom {
        height: 675px;
        width: 1200px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        height: 675px;
        width: 1200px;
    }

    /* Units */

        .wireframebg img {
            width: 65%;
            margin-left: 70px;
        }

        .precinct-main a {
            margin-top: 150px;
        }

        .tab-content > .tab-pane img {
            width: 65%;
            margin-left: 70px;
        }

        .nav-tabs {
            margin: 0 130px 20px;
        }

        .precinct-main .nav-tabs a span {
            font-size: 9px;
            line-height: 9px;
        }    
}

@media (min-width: 1364px) and (max-width: 1440px) {
    .precinct-main .tabs-wrapper {
        margin: 100px auto 0;
    }

    .wireframebg img {
        left: 60px;
        width: 70%
    }

    .tab-content > .tab-pane img {
        left: 60px;
        width: 70%;
    }

    .precinct-main .nav-tabs a span {
        font-size: 9px;
        line-height: 11px;
    }

    .nav-tabs {
        height: auto;
        margin: 0 130px 24px;
    }

}



@media (max-width: 1280px) {
    .homecontentwrap {
        margin-top: -12%;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 100px auto 0;
    }
    
    .carousel-control span:first-child {
        margin-top: -88px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 227px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        top: 258px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 312px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 344px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        top: 313px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        top: 344px;
    }
    
    .panzoom {
        height: 619px;
        width: 1100px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        height: 619px;
        width: 1100px;
    }

    li.special_display_2 {
        display: none;
    }
}

@media (max-width: 1280px) and (min-height: 880px){
    .top-links {
        display: none;
        opacity: 0;
        position: fixed;
        right: 21%;
        top: 13%;
        z-index: 7;
    }
    
    .bottom-right-links {
        right: 16.8%;
    }
    
    nav {
        right: 17%;
        top: 11.2%;;
    }
    
    body > .modal > .modal-close-btn, body > .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 18%;
    }

    .f2cluster .points > div:nth-child(5){
        left: 20% !important;
    }

    .f3cluster .points > div:nth-child(1){
        left: 20% !important;
    }

    .f2semi-d .points > div:nth-child(1){
        left: 20% !important;
    }

    .copyright {
        bottom: 7%;
    }
}

@media (min-width: 1280px) {
    li.special_display {
    display: none;
    }
}

@media (max-width: 1280px){
    img.small_display {
        z-index: -11;
        padding-right: 7px;
        position: relative;
        left: -3px;
        top: -2px;
    }
}

@media (max-width: 1024px) {
    
    .logo {
        margin-left: -90px;
    }
    
    #logo {
        width: 190px;
    }
    
    .top-links ul li a {
        font-size: 11px;
    }
    
    .top-links {
        right: 10% !important;
    }
    
    .top-links ul li a {
        padding: 0 4px 0 13px;
    }
    
    nav {
        right: 4%;
    }
    
    #content {
        margin-top: 0;
        margin-left: -113px;
    }
    
    .map-points:nth-child(1) {
        left: 12% !important;
        top: 70% !important;
    }
    
    .map-points:nth-child(2) {
        left: 70% !important;
        top: 25% !important;
    }
    
    .map-points:nth-child(3) {
        left: 85% !important;
        top: 49% !important;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-width: none;
        width: auto;
        height: 100%;
        margin-left: -113px;
    }
    
    .flowplayer video {
        width: 100%;
        margin-top: 65px;
    }
    
    .loader {
        background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll -113px 0 / cover ;
    }
    
    body > .modal > .modal-close-btn, body > .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 5% !important;
    }
    
    .mapplic-tooltip {
        bottom: 9% !important;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 150px auto 0;
    }
    
    .gallery-wrapper > div > .carousel-inner > .item > img:nth-child(2), .carousel-inner > .item > a > img:nth-child(2) {
        margin-top: -702px;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 703px;
        margin-left: -113px;
        width: 1250px;
    }
    
    .carousel-control span:first-child {
        margin-top: -119px;
    }
    
    .carousel-control.left {
        margin-left: -300px;
    }
    
    .carousel-control.right {
        margin-right: -278px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 307px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        top: 338px;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        width: auto;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        left: 88%;
    }
    
    .floorplansnavigation {
        right: 40px;
    }
    
    .panzoom-parent {
        margin-top: 30px;
    }
    
    #mapplic .mapplic-tooltip .modal-close-btn {
        left: 13% !important;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        margin-top: 0px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        left: 88%;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 424px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 392px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        top: 424px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        top: 393px;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        width: 1250px;
        margin-left: -113px;
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;*/
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    
    ol.carousel-indicators {
        counter-reset: item;
        list-style-type: none;
        margin-left: -40%;
        width: 80%;
    }
}

@media (max-width: 1024px) and (min-height: 700px) {
    #mapplic{

    }

    body > .modal > .modal-close-btn, body > .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 16%;
    }
    
    .modal > .modal-close-btn, .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 250px;
    }
    
   
}

@media (max-width: 768px) and (orientation : portrait) {
   .orientation {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 736px) {
    
    [id^="landmarks"] polygon.mapplic-clickable, [id^="landmarks"] path.mapplic-clickable {
        display: none !important;
    }
    
    #phase1-precincts #phase1-precinct1, #phase1-precincts #phase1-precinct2, #phase1-precincts #phase1-precinct3, #phase1-precincts #phase1-precinct4 {
        display: block !important;
    }
    
    .phasesshown #phase1-precincts #phase1-precinct1, .phasesshown #phase1-precincts #phase1-precinct2, .phasesshown #phase1-precincts #phase1-precinct3, .phasesshown #phase1-precincts #phase1-precinct4 {
        display: none !important;
    }
    
    #phase1-precincts #phase1-precinct3, .phasesshown #phase1-precincts #phase1-precinct3 {
        display: none !important;
    }
    
    input, textarea {
        -webkit-touch-callout: default;
        -webkit-user-select: all;
        -khtml-user-select: all;
        -moz-user-select: all; 
        -ms-user-select: all;
        user-select: all;
    }
    
    .pdpa input {
        height: 35px;
    }
    
    .result {
        float: left;
        margin-top: 0px;
        width: auto;
        position: absolute;
        z-index: 999;
        background: #075057;
        left: 78px;
        right: 0;
        top: 107px;
        border-radius: 4px;
    }
    
    .result p {
        font-size: 10px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    
    .result .green {
        padding: 0;
        background: #075057;
        margin: 0 auto;
        width: auto;
    }
    
    nav {
        right: 4%;
    }

    .top-links {
        right: 9%;
    }

    body > .modal > .modal-close-btn, body > .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 5%;
    }
    
    .copyright {
        bottom: 5%;
        font-size: 8px;
        margin-left: -162px;
    }
    
    body.home{
        background: url(../images/sm-background-1.jpg) no-repeat center center fixed; 
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
    }
    
    .logo {
        top: -16px;
    }
    
    .top-links {
        top: 8%;
    }
    
    nav {
        top: 8.6%;
    }
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;*/
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    
    .logo {
        opacity: 1;
    }
    
    #logo {
        display: block;
    }
    
    .homecontentwrap .bottom {
        opacity: 1;
    }
    
    .homecontentwrap .arrow {
        opacity: 1;
        pointer-events: all !important;
    }
    
    .copyright {
        opacity: 1;
    }
    
    .top-links {
        display: block;
        opacity: 1;
    }
    
    .contact p.address, .contact form, .contact form > .row:last-child, .about p, .about .contents > img, .disclaimer p {
        opacity: 1;
    }
    
    .navwrapper .navmid > ul > li > a {
        opacity: 1;
    }
    
    .tabs-wrapper .nav-tabs li a {
        opacity: 1;
    }
    
    .wireframebg img {
        opacity: 1;
    }
    
    .precinct-main a {
        opacity: 1;
    }
    
    .tab-content > .tab-pane img {
        opacity: 1;
    }
    
    .precinctcontentwrap .gallery-selection .doloresen {
        opacity: 1;
    }
    
    .precinctcontentwrap .gallery-selection .buttons a {
        opacity: 1;
    }
    
    .points div {
        opacity: 1;
    }
    
    .homecontentwrap {
        margin-top: -9%;
    }
    
    .homecontentwrap {
        margin-left: -135px;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 76px auto 0;
    }
    
    .gallery-wrapper > div > .carousel-inner > .item > img:nth-child(2), .carousel-inner > .item > a > img:nth-child(2) {
        margin-top: -412px;
    }
    
    .carousel-caption {
        margin-top: 0;
        top: -55%;
    }
    
    #logo {
        width: 122px;
    }
    
    .top-links ul li a {
        padding: 0 1px 0 10px;
    }
    
    .top-links ul li a {
        font-size: 8px;
    }
    
    .logo {
        margin-left: -61px;
    }
    
    .homecontentwrap .top, .homecontentwrap .bottom {
        font-size: 8px;
        padding-top: 16px;
    }
    
    .homecontentwrap .arrow {
        padding-top: 10px;
    }
    
    .homecontentwrap .arrow .text {
        font-size: 7px;
        padding-bottom: 10px;
    }
    
    .homecontentwrap {
        margin-top: -12%;
    }
    
    .homecontentwrap .arrow .diamond {
        height: 24px;
        width: 24px;
    }
    
    .homecontentwrap .arrow .line {
        margin: -37px auto;
    }
    
    .township, .dedicated, .nurture, .life {
        font-size: 24px;
        letter-spacing: 8px;
        line-height: 28px;
    }
    
    @-webkit-keyframes arrowDownAnimate {
        0% {
            height: 10px;
        }
        100% {
            height: 26px;
        }
    }

    @-moz-keyframes arrowDownAnimate {
        0% {
            height: 10px;
        }
        100% {
            height: 26px;
        }
    }

    @keyframes arrowDownAnimate {
        0% {
            height: 10px;
        }
        100% {
            height: 26px;
        }
    }
    
    .contact p.address, .about p, .disclaimer .pagewrapper p {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 15px;
    }
    
    .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 9px !important;
        top: 21px !important;
    }
    
    .about .pagewrapper-inner .contents {
        margin-top: -21%;
    }
    
    .about .contents > img {
        width: 138px;
    }
    
    #modals .modal > .modal-close-btn::after, #modals .modal > .modal-close-btn-two::after, .about.modal .modal-close-btn-two::after, .video.modal .modal-close-btn-two::after, .disclaimer.modal .modal-close-btn-two::after, .contact.modal .modal-close-btn-two::after {
        height: 44px !important;
        left: -8px;
        top: 8px;
        width: 44px !important;
    }
    
    .about.modal .modal-close-btn-two, .video.modal .modal-close-btn-two, .disclaimer.modal .modal-close-btn-two, .contact.modal .modal-close-btn-two {
        height: 44px !important;
        padding: 0;
        width: 44px !important;
    }
    
    #modals .modal > .modal-close-btn, #modals .modal > .modal-close-btn-two, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        height: 44px !important;
        width: 44px !important;
    }
    
    #modals .modal-close-btn span, #modals .modal-close-btn-two span, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 7px;
        top: 15px;
    }
    
    .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 10px;
        top: 29px;
    }
    
    .disclaimer .pagewrapper {
        max-width: 506px;
    }
    
    .disclaimer .pagewrapper-inner .contents {
        margin-top: -16%;
    }
    
    #content {
        margin-left: 0px;
    }
    
    .loader {
        background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll 0 0 / cover ;
    }
    
    nav {
        height: 30px;
        top: 6%;
        width: 30px;
    }
    
    .carousel-caption {
        margin-top: 0;
        top: 14%;
    }
    
    .carousel-control span:first-child {
        margin-top: -36px;
    }
    
    nav {
        top: 7%;
    }
    
    .navicon-button {
        padding: .2rem .1rem;
        width: 24px;
    }
    
    .navicon {
        width: 1em;
    }
    
    .navicon::before, .navicon::after {
        width: 1.4rem;
    }
    .navicon::before {
        top: .4rem;
    }
    
    .navicon::after {
        top: -.4rem;
    }
    
    .navicon-button:hover .navicon::before {
        top: .6rem;
    }
    
    .navicon-button:hover .navicon::after {
        top: -.6rem;
    }
    
    .map-points {
        height: 50px;
        width: 50px;
    }
    
    .map-points span {
        font-size: 7px;
        line-height: 8px;
        left: 9px;
        top: 19px;
    }
    
    .map-points::before {
        left: 38px;
        top: 38px;
        height: 14px;
        width: 14px;
    }
    
    .map-points::after {
        left: 42px;
        top: 42px;
    }
    
    .map-points.in-and-around img:first-child {
        margin-left: -15px;
        margin-top: -22px;
        width: 35px;
    }
    
    .map-points.in-and-around img:nth-child(2) {
        margin-left: -22px;
        margin-top: -18px;
        width: 59px;
    }
    
    .map-points.unit-video img {
        margin-left: -14px;
        margin-top: -16px;
        width: 34px;
    }
    
    .map-points.getting-here img {
        margin-left: -17px;
        margin-top: -10px;
        width: 48px;
    }
    
    .map-points.phasesshown span:nth-child(4) {
        font-size: 7px;
        line-height: 8px;
        left: 5px;
        top: 17px;
    }
    
    #mapplic .mapplic-tooltip .modal-close-btn {
        left: 5% !important;
        transform: scale(1.3) rotate(45deg);
    }
    
    #modals .modal > .modal-close-btn, #modals .modal > .modal-close-btn-two, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 4.5%;
    }
    
    #modals .modal > .modal-close-btn, #modals .modal > .modal-close-btn-two, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        height: 34px !important;
        width: 34px !important;
    }
    
    #modals .modal > .modal-close-btn::before, #modals .modal > .modal-close-btn-two::before, .about.modal .modal-close-btn-two::before, .video.modal .modal-close-btn-two::before, .disclaimer.modal .modal-close-btn-two::before, .contact.modal .modal-close-btn-two::before {
        border-bottom: 3px solid transparent;
        border-right: 3px solid #35969c;
        border-top: 3px solid transparent;
        height: 6px;
        width: 8px;
    }
    
    #modals .modal-close-btn span, #modals .modal-close-btn-two span, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        left: 6px;
        top: 10px;
        font-size: 7px;
    }
    
    #modals .modal > .modal-close-btn::after, #modals .modal > .modal-close-btn-two::after, .about.modal .modal-close-btn-two::after, .video.modal .modal-close-btn-two::after, .disclaimer.modal .modal-close-btn-two::after, .contact.modal .modal-close-btn-two::after {
        height: 34px !important;
        left: -5px;
        top: 5px;
        width: 34px !important;
    }
    
    #modals .modal > .modal-close-btn, #modals .modal > .modal-close-btn-two, .about.modal .modal-close-btn-two span, .video.modal .modal-close-btn-two span, .disclaimer.modal .modal-close-btn-two span, .contact.modal .modal-close-btn-two span {
        margin-top: -14px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        margin: 20px 0 0 -94px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons a {
        width: 168px;
    }
    
    .precinctcontentwrap .gallery-selection .buttons {
        width: 168px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 192px;
    }
    
    .gallery-wrapper > .carousel > .carousel-control img {
        width: 14px;
    }
    
    .precinctcontentwrap .gallery-selection .buttons a {
        width: 168px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        margin: 20px 0 0 -94px;
    }
    
    .carousel-control.left {
        margin-left: -240px;
    }
    
    .carousel-control.right {
        margin-right: -222px;
    }
    
    .carousel-control span:first-child {
        margin-top: -50px;
    }
    
    .precinctcontentwrap .gallery-selection .buttons a {
        font-size: 7px;
        line-height: 23px;
    }
    
    .precinctcontentwrap .gallery-selection .buttons a {
        letter-spacing: 2px;
    }
    
    .map-points.unit-video img {
        margin-left: -14px;
        margin-top: -16px;
        width: 34px;
    }
    
    .map-points.getting-here img {
        margin-left: -17px;
        margin-top: -10px;
        width: 48px;
    }
    
    .map-points.in-and-around img:first-child {
        margin-left: -15px;
        margin-top: -22px;
        width: 35px;
    }
    
    .map-points.small {
        height: 22px;
        width: 22px;
    }
    
    .map-points::after {
        left: 42px;
        top: 42px;
        height: 6px;
        width: 6px;
    }
    
    .mapplic-tooltip-title, .mapplic-tooltip img, .mapplic-tooltip-content, .mapplic-tooltip-link {
        transform: scale(1.6);
    }
    
    .mapplic-tooltip {
        bottom: 13% !important;
    }
    
    .mapplic-tooltip-link {
        margin: 44px auto 0;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 736px;
        height: 414px;
        margin-left: 0px;
    }
    
    .carousel-caption .title, .precinct-main .title, .pagewrapper .title, .gallery .title {
        font-size: 26px;
        letter-spacing: 6px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 116px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        top: 148px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 224px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        top: 192px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        top: 224px;
    }
    
    .precinct-main .tabs-wrapper {
        max-width: 330px;
        margin: 84px auto 0;
    }
    
    .tabs-wrapper > .doloresen {
        opacity: 1;
    }
    
    .precinctcontentwrap .doloresen {
        font-size: 8px;
    }
    .precinct-main .tabs-wrapper .doloresen {
        margin-bottom: 10px;
    }
    
    .precinct-main .nav-tabs a {
        height: 36px;
        width: 36px;
        margin: 0 10px;
    }
    
    #phase1-precinct1 .nav-tabs {
        width: 114px !important;
    }
    
    .nav-tabs {
        margin: 0 auto 10px;
    }
    
    .precinct-main .nav-tabs a span {
        font-size: 7px;
        line-height: 8px;
    }
    
    .precinct-main .nav-tabs a::before {
        height: 18px;
        left: 8px;
        top: 8px;
        width: 18px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content {
        width: 170px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content #p1p1-a.tab-pane img {
        left: 6px;
        width: 178px;
    }
    
    #phase1-precinct1 .precinctcontentwrap .tab-content .tab-pane img {
        margin-top: -3px;
        width: 177px;
    }
    
    .precinct-main a {
        margin: 96px auto 0;
    }
    
    #phase1-precinct1 .nav-tabs > li:first-child a span {
        left: 7px !important;
        top: 13px !important;
    }
    
    #phase1-precinct1 .nav-tabs > li:nth-child(2) a span {
        left: 2px !important;
        top: 11px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:first-child a span {
        left: -3px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(2) a span {
        left: -4px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(3) a span {
        left: -4px !important;
        top: 7px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(4) a span {
        left: 0px !important;
        top: 8px !important;
    }
    
    #phase1-precinct2 .nav-tabs > li:nth-child(5) a span {
        left: 2px !important;
        top: 10px !important;
    }
    
    #phase1-precinct4 .nav-tabs > li:first-child a span {
        left: -4px !important;
        top: 7px !important;
    }
    
    #phase1-precinct4 .nav-tabs > li:nth-child(2) a span {
        left: -4px !important;
        top: 7px !important;
    }
    
    #phase1-precinct4 .nav-tabs {
        width: 114px !important;
    }
    
    #phase1-precinct4 .northicon img {
        width: 21px;
    }
    
    .precinct-main .northicon {
        bottom: 16px;
        right: 41px;
    }
    
    .precinctcontentwrap .tab-content {
        width: 230px;
    }
    
    .precinct-main a {
        font-size: 8px;
        line-height: 20px;
        padding: 3px 36px;
    }
    
    .precinct-main a {
        margin: 104px auto 0;
    }
    
    .precinct-main .northicon {
        opacity: 1;
    }
    
    #phase1-precinct1 .northicon {
        bottom: 10px !important;
        right: 0px !important;
    }
    
    #phase1-precinct2 .northicon {
        bottom: 18px !important;
        right: 11px !important;
    }
    
    .northicon img{
        width: 14px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .tab-content {
        width: 178px;
    }
    
    #phase1-precinct2 .nav-tabs {
        width: 282px !important;
    }
    
    #mapcontent .ajaxpage .modal.js-modal-1 .modal-close-btn::before {
        border-bottom: 3px solid transparent;
        border-right: 3px solid #ffffff;
        border-top: 3px solid transparent;
    }
    
    .map-points.small span {
        font-size: 7px;
        letter-spacing: 1px;
    }
    
    .map-points.small:nth-child(5) span {
        left: -27px !important;
        top: 2px !important;
    }
    
    .map-points.small::before {
        height: 10px;
        left: 13px;
        top: 13px;
        width: 10px;
    }
    
    .map-points.small::after {
        height: 4px;
        left: 16px;
        top: 16px;
        width: 4px;
    }
    
    .map-points.small:nth-child(4) span {
        left: -21px !important;
        top: 4px !important;
    }
    
    .map-points.small:nth-child(6) span {
        left: -23px !important;
        top: 2px !important;
    }
    
    .map-points.small:nth-child(7) span {
        left: -18px !important;
        top: 3px !important;
    }
    
    .map-points.small:nth-child(8) span {
        left: -10px !important;
        top: 2px !important;
    }
    
    .map-points.small:nth-child(9) span {
        left: -30px !important;
        top: 2px !important;
    }
    
    .map-points.small:nth-child(10) span {
        left: -30px !important;
        top: 0px !important;
    }
    
    .carousel-indicators .active {
        background: transparent url("../images/diamond.png") no-repeat scroll 0 0 / 32px auto;
        height: 32px;
        width: 32px;
    }
    
    .carousel-indicators li {
        background: rgba(0, 0, 0, 0) url("../images/diamond-white.png") no-repeat scroll 0 0 / 32px auto;
        width: 32px;
        height: 32px;
        letter-spacing: normal;
        line-height: 34px;
        font-size: 7px;
    }
    
    .carousel-indicators {
        bottom: 9%;
    }
    
    ol.carousel-indicators {
        margin-left: -45%;
        width: 90%;
    }
    
    .points div {
        height: 20px;
        width: 20px;
    }
    
    .points div span {
        font-size: 7px;
    }
    
    .points div::before {
        height: 8px;
        left: 13px;
        top: 13px;
        width: 8px;
    }
    
    .points div::after {
        height: 4px;
        left: 15px;
        top: 15px;
        width: 4px;
    }
    
    .panzoom {
        height: 382px;
        width: 679px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        height: 382px;
        width: 679px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        width: 158px;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons {
        left: 94%;
    }
    
    .precinctcontentwrap .gallery-selection .floorplans-buttons button {
        font-size: 7px;
        height: 26px;
        letter-spacing: 1px;
        padding: 3px 6px;
    }
    
    .pagewrapper {
        max-width: 520px;
    }
    
    .about.modal .modal-close-btn-two, .video.modal .modal-close-btn-two, .disclaimer.modal .modal-close-btn-two, .contact.modal .modal-close-btn-two {
        height: 34px !important;
        padding: 0;
        width: 34px !important;
    }
    
    .pdpa span {
        font-size: 8px;
        line-height: 10px;
    }
    
    input, select, textarea {
        font-size: 10px;
        padding: 1px 6px;
    }
    
    .modal.contact .btn-group button {
        font-size: 9px;
        padding: 6px 7px;
    }
    
    .pagewrapper-inner .contents {
        margin-top: -33%;
    }
    
    .modal.contact .btn-group button span[data-bind="label"] {
        font-size: 9px;
    }
    
    .forms-right textarea {
        height: 149px;
    }
    
    .forms-left > .row > div {
        margin-bottom: 6px;
    }
    
    .contact .pagewrapper {
        max-width: 468px;
    }
    
    input[type="submit"] {
        font-size: 7px;
        line-height: 25px;
        padding: 2px 4px;
        width: 128px;
    }
    
    .contact p.address, .about p, .disclaimer .pagewrapper p {
        margin-bottom: 6px;
    }
    
    input[type="radio"] + span, input[type="checkbox"] + span {
        padding: 7px 0 5px 37px;
    }
    
    .dropdown-menu > li > a {
        font-size: 9px;
    }
    
    .modal.contact .btn-group button {
        min-width: 56px;
    }
    
    .ipmlink {
        height: 32px !important;
        width: 32px !important;
    }
    
    .ipmlink::before {
        left: 24px !important;
        top: 24px !important;
    }
    
    ipmlink::after {
        left: 26px !important;
        top: 26px !important;
    }
    
    .ipmlink img {
        left: 26px;
        position: absolute;
        top: -25px;
        width: 43px !important;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        width: 736px;
        margin-left: 0px;
    }
    
    .flowplayer video {
        margin-top: 0px;
    }
    
    .navmid > ul > li > a {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    .navwrapper .navmid {
        margin-top: -134px;
    }
    
    .navmid > ul > li:nth-child(3) > img, .navwrapper .navmid #accordion .panel .panel-title > a > span:first-child {
        opacity: 1;
    }
    
    .navwrapper .navmid #accordion .panel-title .name {
        font-size: 18px;
        letter-spacing: 2px;
        opacity: 1;
    }
    
    .navwrapper .navmid ul li {
        padding-bottom: 6px;
    }
    
    .navfooter img {
        width: 14px;
    }
    
    .navwrapper .navmid ul li ul li a {
        font-size: 10px;
    }
    
    .navwrapper .navmid #accordion .panel-collapse ul li {
        font-size: 10px;
    }
    
    .connectivitypoints span {
        font-size: 7px;
    }
    
    .connectivitylogo {
        left: 52.6% !important;
        top: 22.5% !important;
        width: 7.7% !important;
    }
    
    .connectivitylogo span {
        font-size: 7px !important;
        left: 4px !important;
        top: 0px !important;
    }
    
    .connectivitypoints span img {
        width: 8px;
    }
    
    .js-modal-1 .connectivitywrapper .connectivity > img {
        margin-top: 0%;
    }
    
    .connectivitypoints:nth-child(2) {
        left: 77.1% !important;
        top: 39.3% !important;
    }
    
    .connectivitypoints:nth-child(3) {
        left: 76.8% !important;
        top: 42.2% !important;
    }
    
    .connectivitypoints:nth-child(4) {
        left: 75.3% !important;
        top: 46.1% !important;
    }
    
    .connectivitypoints:nth-child(5) {
        left: 74.8% !important;
        top: 49% !important;
    }
    
    .connectivitypoints:nth-child(6) {
        left: 74% !important;
        top: 54.2% !important;
        line-height: 8px;
    }
    
    .connectivitypoints:nth-child(7) {
        left: 65% !important;
        top: 53% !important;
    }
    
    .connectivitypoints span.top {
        left: -246px;
        top: -9px;
    }
    
    .connectivitypoints:nth-child(8) {
        left: 65.3% !important;
        top: 58.3% !important;
    }
    
    .connectivitypoints:nth-child(9) {
        left: 53.2% !important;
        top: 72% !important;
    }
    
    .connectivitypoints span.bottom {
        left: -243px;
        margin-left: 0;
        top: 11px;
    }
    
    .connectivitypoints:nth-child(10) {
        left: 80.8% !important;
        top: 33.2% !important;
    }
    
    .connectivitypoints:nth-child(11) {
        left: 79.4% !important;
        top: 47.4% !important;
    }
    
    .connectivitypoints:nth-child(12) {
        left: 77.7% !important;
        top: 50.9% !important;
    }
    
    .connectivitypoints:nth-child(13) {
        left: 76.8% !important;
        top: 56% !important;
    }
    
    .connectivitypoints:nth-child(14) {
        left: 74% !important;
        top: 59.6% !important;
    }
    
    .connectivitypoints:nth-child(15) {
        left: 72.7% !important;
        top: 68.6% !important;
    }
    
    .connectivitypoints:nth-child(16) {
        left: 83.7% !important;
        top: 71% !important;
    }
    
    .connectivitypoints:nth-child(17) {
        left: 66.4% !important;
        top: 83.6% !important;
    }
    
    .connectivitypoints:nth-child(18) {
        left: 69.6% !important;
        top: 85.8% !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(1) > span {
        left: -21px !important;
        top: 2px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(2) > span {
        left: -17px !important;
        top: 1px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(3) > span {
        left: -13px !important;
        top: 2px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(4) > span {
        left: -38px !important;
        top: -2px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(5) > span {
        left: -42px !important;
        top: -3px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(6) > span {
        left: -32px !important;
        top: 3px !important;
    }
    
    #phase1-precinct2 .gallery.cluster2f .points > div:nth-child(8) > span {
        left: -10px !important;
        top: 1px !important;
    }
    
    #phase1-precinct2 .gallery.cluster3f .points > div:nth-child(1) > span {
        left: -44px !important;
        top: -1px !important;
    }
    
    #phase1-precinct2 .gallery.cluster3f .points > div:nth-child(2) > span {
        left: -32px !important;
        top: 0px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(1) > span {
        left: -20px !important;
        top: 1px !important;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(8) > span {
        left: -30px !important;
        top: 1px;
    }
    
    #phase1-precinct2 .gallery.terrace2f .points > div:nth-child(7) > span {
        left: -10px !important;
        top: 1px !important;
    }
}

@media (max-width: 667px) {
    .mapplic-tooltip {
        margin-left: -326px !important;
        max-width: 652px;
    }
    
    .homecontentwrap {
        margin-top: -14%;
    }
    
    .loader {
        background: rgba(0, 0, 0, 0) url("../images/background-1.jpg") no-repeat scroll center center / 736px auto;
    }
    
    .pagewrapper {
        max-width: 500px;
    }
    
    input, select, textarea {
        font-size: 10px;
        padding: 0px 5px;
    }
    
    .forms-left > .row > div {
        margin-bottom: 4px;
    }
    
    .forms-right textarea {
        height: 134px;
    }
    
    .modal.contact .btn-group button {
        padding: 5px 7px;
    }
    
    .modal.contact .btn .caret {
        margin-top: 5px;
    }
    
    .pagewrapper-inner .contents {
        margin-top: -30%;
    }
    
    .contact p.address, .about p, .disclaimer .pagewrapper p {
        font-size: 10px;
        line-height: 13px;
    }
    
    .top-links ul li a {
        font-size: 7px;
    }
    
    nav {
        top: 7.4%;
    }
    
    .copyright {
        bottom: 4%;
    }
    
    input[type="radio"] + span, input[type="checkbox"] + span {
        padding: 7px 0 0px 37px;
    }
    
    input[type="submit"] {
        line-height: 24px;
        padding: 0px 4px;
    }
    
    .connectivitypoints:nth-child(2) {
        left: 79% !important;
        top: 39% !important;
    }
    
    .connectivitypoints:nth-child(3) {
        left: 78.5% !important;
        top: 42.2% !important;
    }
    
    .connectivitypoints:nth-child(4) {
        left: 77.4% !important;
        top: 46.1% !important;
    }
    
    .connectivitypoints:nth-child(5) {
        left: 76.6% !important;
        top: 49.6% !important;
    }
    
    .connectivitypoints:nth-child(6) {
        left: 76% !important;
        top: 54% !important;
        line-height: 8px;
    }
    
    .connectivitypoints:nth-child(7) {
        left: 67% !important;
        top: 53% !important;
    }
    
    .connectivitypoints span.top {
        left: -264px;
    }
    
    .connectivitypoints:nth-child(8) {
        left: 67.8% !important;
        top: 58.3% !important;
    }
    
    .connectivitypoints:nth-child(9) {
        left: 55.2% !important;
        top: 72% !important;
    }
    
    .connectivitypoints:nth-child(10) {
        left: 82.6% !important;
        top: 33% !important;
    }
    
    .connectivitylogo {
        left: 52.3% !important;
        top: 22.9% !important;
        width: 7.7% !important;
    }
    
    .connectivitylogo span {
        font-size: 6px !important;
        left: 3px !important;
        top: 0px !important;
    }
    
    .connectivitypoints:nth-child(11) {
        left: 81% !important;
        top: 47.4% !important;
    }
    
    .connectivitypoints:nth-child(12) {
        left: 79.7% !important;
        top: 50.9% !important;
    }
    
    .connectivitypoints:nth-child(13) {
        left: 78.4% !important;
        top: 56% !important;
    }
    
    .connectivitypoints:nth-child(14) {
        left: 76% !important;
        top: 59.6% !important;
    }
    
    .connectivitypoints:nth-child(15) {
        left: 74.7% !important;
        top: 68.6% !important;
    }
    
    .connectivitypoints:nth-child(16) {
        left: 85.7% !important;
        top: 71% !important;
    }
    
    .connectivitypoints:nth-child(17) {
        left: 68% !important;
        top: 83.6% !important;
    }
    
    .connectivitypoints:nth-child(18) {
        left: 71.6% !important;
        top: 85.8% !important;
    }
    
    .precinct-main .tabs-wrapper {
        margin: 68px auto 0;
    }
    
    .carousel-caption .title, .precinct-main .title, .pagewrapper .title, .gallery .title {
        font-size: 22px;
        letter-spacing: 6px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    
    .gallery-wrapper > div > .carousel-inner > .item > img:nth-child(2), .carousel-inner > .item > a > img:nth-child(2) {
        margin-top: -375px;
    }
    
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 667px;
        height: 375px;
        margin-left: 0px;
    }
    
    .carousel-control span:first-child {
        margin-top: -38px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-wrapper .doloresen, #phase1-precinct4 .precinctcontentwrap .gallery-wrapper .doloresen {
        top: 166px;
    }
    
    #phase1-precinct2 .precinctcontentwrap .gallery-selection .buttons, #phase1-precinct4 .precinctcontentwrap .gallery-selection .buttons {
        top: 197px;
    }
    
    .gallery-wrapper > .carousel > .carousel-control img {
        width: 10px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .buttons {
        top: 120px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item > .carousel-caption > .doloresen {
        top: 90px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .buttons {
        top: 196px;
    }
    
    #phase1-precinct1 #carousel-example-generic4 > .carousel-inner > .item:nth-child(2) > .carousel-caption > .doloresen {
        top: 164px;
    }
    
    .gallery .title {
        margin-left: -333.5px;
    }
    
    .panzoom-parent {
        margin-top: 15px;
    }
    
    .panzoom, .precinctcontentwrap .gallery-selection .floorplans .floorplans-wrapper img {
        height: 337px;
        width: 600px;
    }
    
    .precinctcontentwrap .gallery-selection .moreinfo .gallery img.in {
        width: 667px;
        margin-left: 0px;
    }
    
    ol.carousel-indicators {
        margin-left: -50%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    nav {
        right: 11%;
    }

    .top-links {
        right: 16%;
    }

    body > .modal > .modal-close-btn, body > .modal > .modal-close-btn-two, #mapcontent > .ajaxpage > .modal > .modal-close-btn, #mapplic .mapplic-tooltip .modal-close-btn, .inandaroundclose .modal-close-btn {
        left: 12%;
    }
}

@media (max-width : 414px) and (orientation : portrait){
    .orientation {
            display: block;
            opacity: 1;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for safari 
    _::-webkit-full-page-media, _:future, :root .homecontentwrap {
        top: 40%;
    }*/
    
    _::-webkit-full-page-media, _:future, :root .breeze1 {
        top: 4.6% !important;
    }
    
    _::-webkit-full-page-media, _:future, :root .breeze2 {
        top: 42% !important;
    }
    
    _::-webkit-full-page-media, _:future, :root .breeze3 {
        top: 36% !important;
    }
    
    _::-webkit-full-page-media, _:future, :root .breeze4 {
        top: 18.6% !important;
    }
 
}

/* ============== 
    'Photo' menu 
   ============== */

.photo #product-slider {
    padding: 0;
    margin-top: 5%;
}

.photo #product-slider #carousel {
    border: 2px solid #ffffff;
}

.photo #product-slider .item img {
    width: 100%;
    height: auto;
}

.photo #product-slider #thumbcarousel {
    margin: 40px 0 0;
    padding: 0 45px;
}

.photo #product-slider #thumbcarousel .item {
    text-align: center;
}

.photo #product-slider #thumbcarousel .thumb {
    border: 1px solid #4FBAC2;
    width: 20%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.photo #product-slider #thumbcarousel .thumb:hover {
    border: 2px solid #ffffff;
}

.thumbarrow img {
    width: 20px;
    margin-top: 250px;
}

.right.carousel-control.thumbarrow {
    margin-right: -345px;
}

.left.carousel-control.thumbarrow {
    margin-left: -365px;
}

@media only screen and (max-height: 980px){
    .contact p.address, .about p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px !important;
}
}