﻿body {
    padding:0px;
    margin:0px;
    background-color:#000000;
}

input, button {
            vertical-align: middle;
        }
#menuBottom{
    text-transform:uppercase;
    line-height:30px;
    font-family:'open-sans';
    font-size:13px;
    color:#6f6e6B;
   

}

.border05{
    width:200%; height:1px; 
    background-color:#6f6e6b;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    margin-top:30px;
    margin-bottom:45px;
}
.menuLi{
    /*margin:15px 0px;*/
    padding:11px 0px;
    letter-spacing:5px;
    line-height:33px;
}

.menuLi .active{
    font-weight:700;
}
.menuLi .active:hover{
    font-weight:700;
}
.menuLi a{
    
    font-family:'proxima-nova';
    font-weight:300;
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
}
.menuLi a:hover,.menuLi a:active{
    font-family:'proxima-nova';
    font-weight:300;
    color:#ffffff;
    text-decoration:none;
}

.homeImage{

}
.homeGalleryTitle{
    font-family:'proxima-nova';
    font-weight:300;
}
.aboutTitle1{
    font-family:'proxima-nova';
    font-weight:700;
    color:#CECDCA;
    line-height:30px;
    font-size:14px;
    letter-spacing:0.20em;
}
.aboutTitle2{
    font-family:'proxima-nova';
    font-weight:700;
    color:#030000;
    line-height:60px;
    font-size:45px;
    letter-spacing:6px;
}
.aboutTitle3{
    font-family:'proxima-nova';
    font-weight:300;
    color:#686868;
    font-size:20px;
    line-height:30px;
}
.contactTitle1{
    font-family:'proxima-nova';
    font-weight:700;
    letter-spacing:0.20em;
    font-size:14px;
    line-height:30px;
    color:#686868;
}
.contactTitle2{
    font-family:'open-sans';
    font-weight:400;
    color:#000;
    font-size:22px;
}
.contactTitle3{
    font-family:'open-sans';
    font-weight:400;
    color:#000;
    font-size:16px;
    line-height:24px;
}
.contactInput{
    height:30px;
    padding:3px;
    width:100%;
    margin-top:10px;
    margin-top:10px;
    font-family:'open-sans';
    border:0px;
    outline:none;
    border-bottom:1px solid #d6d6d6;
}

.propertiesSelect{
    width:100%;
    height:30px;
    padding:5px;
    color:#686868;
    font-size:14px;
    font-family: 'open-sans';    text-transform: capitalize;
}
.detailTitle{
    font-family:'proxima-nova';
    font-weight:300; 
    font-size:14px; 
    padding-left:20px;
    letter-spacing:3.5px
}
.detailDown{
    display:block;
    border:1px solid #030000;
    padding:10px;
    width:100%;
    color:#030000;
    text-decoration:none;
    letter-spacing:3px;
    font-size:14px;
    font-weight:700;
    background-color:#ffffff;
}
.detailDown:hover,.detailDown:active{
    border:1px solid #030000;
    padding:10px;
    width:100%;
    color:#ffffff;
    background-color:#030000;
    text-decoration:none;
    letter-spacing:3px;
    font-weight:700;
}

.aboutParters{
    border:1px solid #EDEDEC;width:150px; border-radius:10px; text-align:center ;float:left;margin-left:45px
}
.contactButton{
    height:40px; padding:10px; margin-top:10px;font-family:'proxima-nova';font-weight:700; letter-spacing:0.20em;
     color:#000000;
     background-color:#ffffff;
     border:1px solid #000000;
}
.contactButton:hover{
    height:40px; 
    padding:10px;
    margin-top:10px;
    font-family:'proxima-nova';
    font-weight:700; 
    letter-spacing:0.20em;
    color:#ffffff;
    background-color:#000000;
}
/*#logo:hover{
    transition:all .2s linear;
    color:#ddd;
    opacity:0.4;
}
#logo svg{
    transition:all .4s linear;
}
#logo:hover svg{
    
    fill:#1573dd !important;
}*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;    
    transition:all 0.5s ease-in-out;
}
.caretL{
  transform:rotate(180deg);
}


.nalia1 {
	position: relative;
	color: #000;
	text-decoration: none;
    display:inline-block;
    font-family:'proxima-nova';
    font-size:12px;
    line-height:25px;
}

.nalia1:hover {
	color: #000;
}

.nalia1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
   visibility: hidden;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.nalia1:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.resourcesInput{
    border:1px solid #d8d8d8;
    height:40px;
    width:100%;
    padding:3px;
    font-family:"open-sans";
    background-color:#fff;
    outline:none;
    color:#000;
    margin-top:10px;
}



.resourcesButton{
    border:1px solid;
    color:#fff;
    width:120px;
    height:40px;
    letter-spacing:3px;
    font-size:16px;
    font-weight:400;
    background-color:#333;
}
.resourcesButton:hover{

    color:#ffffff;
    background-color:#333;
}
.defaultSvg{
    opacity:0;
    stroke:#ffffff
}
.defaultSvg:hover{
    opacity:1;
   
    stroke:#ffffff
}
.propertiesList{
    font-family:'open-sans';
    font-size:10pt;
    color:#6F6E6B;
    text-decoration:none;
    line-height:25px;
}
.checkboxContact{
    margin:0px;
}

.proListItem{
    float:left;
    padding:10px;
    width:365px;
    border:1px solid #ffffff;
}

.proListItem:hover{
    border:1px solid #686868;
}

.space{
    height:4px;
}
#logo{
    position: absolute;
    z-index: 999;
    top: 60px; 
    left: 60px;
}
#navbar{
    position: fixed; top: 60px; right: 60px; z-index: 9999999
}

#logoSVG{
    width:200px;
    height:64.7px;
}


#menuDiv{
    float: right; width: 0px; overflow: hidden; position: fixed; top: 0px; right: 0px; z-index: 9999; height: 100vh; background-color: #0a0c0b; text-align: right; color: #ffffff;
}

#MenuULDiv{
    height: 490px; width: 320px; position: absolute; top: 50%; margin-top: -245px; right: 60px
}
.menuLiCity{
    text-transform:uppercase;color:#ffffff; font-size:12pt
}

#map_info{
    height: 100%; width: 100%; float: right; margin-right: 490px; padding-left: 60px
}
#map_info1 {
    height: 100%;
    width: 100%;
    float: left;
    margin-left:60px;
}
#PropertiesContent{
    margin-top:180px;
}
#info_list{
    width: 450px; position: absolute; right: 0px; overflow: scroll; overflow-x: hidden;padding-right:60px;
}

#Select_city{
    display:none
}

.pro_Select{
    width: 365px
}

.mobileItem{
    display:none
}

#Pro_SelectCity{
    font-family: 'open-sans'; font-size: 10pt; padding-left: 20px; color: #000;line-height:40px
}

#info_list{
    width: 450px;  position: absolute; right: 0px; overflow: scroll; overflow-x: hidden;
}

#info_Title{
    font-family:'proxima-nova';font-weight:700; font-size:24px; padding-left:20px; text-transform:uppercase; width:100%; letter-spacing:3.5px
}
#info_Title2{
    display:none;
}

#list{
    padding-left: 20px
}

.aboutContent{
    width: 1250px; margin: 0px auto;
    font-family: 'proxima-nova'; font-weight: 100; font-size: 50px; line-height: 54px
}

#Adiv1{
   height: 470px; width: 1250px; margin: 0px auto
}
#Adiv1Left{
    float: left; width: 50%; margin-top: 140px
}

#text2{
    float: right; width: 50%; overflow: hidden; padding-top: 60px; margin-top: -470px; position: relative; z-index: 99; text-align: right
}

#text2Img {
    margin-right: -80px; display:none
}

#Adiv2{
    height: 520px; width: 1250px; margin: 0px auto; text-align: right;
}

#Adiv2Left{
    float: left; padding-top: 160px
}

#Adiv2Right{
    padding-top: 135px; float: right
}
#Adiv3{
    width: 100%; height: 600px; overflow: hidden; position: relative; z-index: 9; background: url('/img/POSTHTX.jpg') no-repeat center center; background-size: cover
}
#Adiv4{
    position: relative; z-index: 99; margin-top: -600px; height: 600px; text-align: center; background-color: rgba(0,0,0,0.3)
}
#Adiv4Content{
    padding-top: 125px; width: 1250px; margin: 0px auto; text-align: right
}

#Adiv4Text{
    color: #ffffff; font-family: 'proxima-nova'; font-weight: 100; font-size: 50px; line-height: 54px; clear: both
}

#Adiv5{
    height: 590px; width: 1250px; margin: 0px auto
}

#Adiv5Left{
    float: left; width: 50%; margin-top: 215px
}
#Adiv5Right{
    float: left; width: 50%; overflow: hidden;
}
#Adiv6{
    height: 650px; background-color: #000000; color: #ffffff; text-align: center; padding-top: 45px
}

#Adiv7{
    height: 600px; width: 1250px; margin: 0px auto
}

#Adiv7Left{
    float: left; width: 50%; margin-top: 165px
}
#Adiv7right{
    float: left; width: 50%; overflow: hidden; padding-top: 85px; text-align: right
}


#RDiv {
    width: 80vw;
    margin: 0px auto;
    margin-top: 150px;
    padding: 20px;
}
#RDivLeft {
    float: left;
    width: calc(71vw - 415px);
}

#RDivRight {
    max-width: 415px;
    min-width: 415px;
    margin-left: 5vw;
    float:right;
    font-family: 'proxima-nova';
}


#CDiv1{
    float:left; width:240px
}

#CContent{
    margin-top: 180px; margin-left: 120px
}

#CDiv2{
    padding-left: 60px; width:350px; float:left
}

#mapView{
    padding-left: 10px; margin-left: 113px; float:left; width:500px
}


#CDiv3{
    height:400px
}

#ChecMail{
    position:relative; margin-top:-20px; color:#686868; font-family:'open-sans'
}

#ContentPlaceHolder1_conSub{
    border: 0px; background-color: transparent; height: 35px; position: relative; top: -35px; left:440px
}
#lblRadio{
    position:relative; top:-35px; display:none
}

.panright{
    text-align:right;
}
label {font-size:24px;cursor:pointer;}
label i {font-size:24px;font-style:normal;display:inline-block;width:24px;height:24px;text-align:center;line-height:24px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#49e889 2px solid;}
input[type="checkbox"],input[type="radio"] {display:none;}
input[type="radio"] + i {border-radius:12px;}
input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#49e889;}
input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}
input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}

.checkboxContact input{
    display:unset;
}
#contentDiv2{
    margin-top: 180px; position: relative
}

.contentTitle1{
    width: 90px; height: 7px; background-color: #ffffff; margin-bottom: 20px; float: right
}
#contentTitle2{
    clear: both; width: 100%; text-align: right
}


#partnerLogo {
    width: 612px;
    height: 590px;
}

.aboutTeamPic{
    width: 250px;
}
.aboutTeam{
    width: 450px;
}
#aboutTeamTable{
    width: 1000px; margin: 0px auto; text-align: center; margin-top: 50px; display:flex; align-items:center; justify-content:center
}

#aboutHide{
    display:none
}

 ::-moz-placeholder{color:#000;}             
 ::-webkit-input-placeholder{color:#000;}    
 :-ms-input-placeholder{color:#000;} 

.carousel-inner  .imageText{
  display:none;
}   

.detailDownDiv{
    width: 100%; text-align: center; margin-top: 20px; padding-left: 20px
}  

.detailBorder{
    margin-top: 30px; 
    margin-bottom: 30px;
    border-top: 1px solid #6f6e6b;
    margin-left: 20px;
}

.detailulStyle{
    padding-left: 15px; width: 100%
}

.detailTitle1{
    font-family: 'open-sans';
    font-size: 10pt;
    padding-left: 20px;
    color: #6F6E6B;
    width: 100%;
    line-height: 25px
}

.detailTitle{
    font-family: 'proxima-nova';
    font-weight: 700;
    
}
#map2{
    display:none;
}
#map2Title{
    display:none;
}
#Db2{
    display:none;
}
#Db3{
    display:none;
}

#aDivT1{
    width: 100%; height: 100vh; overflow: hidden; position: relative; z-index: 9; background: url('../img/lovett-about.jpg') no-repeat center center; background-size: cover
}

#aDivT2{
    position: relative; z-index: 99; height: 100vh; margin-top: -100vh; color: #ffffff; padding-top: 60vh; background-color: rgba(0,0,0,0.3);
}

.pItem1{
    vertical-align:middle;float:left;width:135px
}

.pItemimg{
    width:125px; height:70px; vertical-align:middle; border:1px solid #333333 
}
.pItem2 {
    float: left;
    width: 205px;
    font-size: 10pt;
    line-height: 14pt;
}

.clearButton{
    color: #0070c9; width: 49%; 
    float: right; height: 40px; background-color: #fff; 
    border: 0px; outline: none; 
    cursor: pointer;margin-top:10px;
    font-family: 'proxima-nova';
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.1em;
}

.searchButton{
    background-color:#000;
    color:#fff;
    border:0px;
    height:40px;
    width:49%;
    margin-top:10px; cursor: pointer;
    font-family: 'proxima-nova';
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.1em;
}

.pro_SelectTitle{
    font-family: 'proxima-nova';
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.1em;
}

.font30{
    font-size:30px
}

.formInput{
    width:49%;
    float:left
}

#ContentPlaceHolder1_btn123{
    display:none;
}
#contactusDiv2{
    display:none;
}
#CDTitle{
    display:none;
}
.css-5uc0yc{
    display:none;
}

#rdcaa{
    float:left; width:135px; font-size:12px; text-align:left
}

#rdrma{
    width:280px; font-size:16px; text-align:left; line-height:40px; margin-top:10px
}

#mc-embedded-subscribe1{
    display:none;
}
#aboutnewsletter{
    border-bottom: 1px solid #000; width: 230px;
}
#aboutnewsletterDiv{
    margin-top: 30px; width: 545px; text-align: left
}
#agallery1{
    display:none;
}


#LeftDivDetail{
    float:left;

}

#detailTitleSHow{
    bottom: 0;height: 40PX;position: ABSOLUTE;width: 100%; background-color: #000; z-index: 99;opacity: 0.9;
}

#addiv {
    width: 397px;
    height: 231px;
    background: rgba(255,255,255,0.72);
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 15px;
    margin-top: -255px;
    margin-left: -198px
}


#carousel-example-generic {
    min-height:700px;
}

.perprotyitem {
    width: 45%;
    float: left;
    font-size: 22px;
    font-family: 'proxima-nova';
    letter-spacing: 0.05em;
    text-align: center;
}

.mangerlist {
    margin-top:30px;
    display:flex;
}
.mangeritem {
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    padding: 40px;
    margin: 0 60px;
}

.tenantfiles {
    width:80vw;
    margin:0px auto;
}

.tenantTitle {
    font-weight: 700;
    font-family: 'proxima-nova';
    letter-spacing: 0.20em;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background-color: #333;
    color: #fff;
}
.signinform {
    padding: 25px;
    border-top:0px
}

.tenanth1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'proxima-nova';
}

.tenanth2 {
    font-size: 20px;
}

.source-title {
    font-size: 36px;
    font-family: 'proxima-nova';
    line-height: 39px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000
}

.descriptiontenant {
    font-size: 18px;
    line-height: 24px;
    font-family: 'open-sans' !important;
    margin-top: 100px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000
}


.source-title2 {
    font-size: 20px;
    font-family: 'proxima-nova';
    line-height: 39px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000
}

.propertyLink {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-shadow: 0px 0px 5px #000000
}

#tenantInfo {
    background: url('/img/POST_rooftop06032021_05_3.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    position: static;
    overflow: auto;
}

#tenantFiles {
    width: 100vw;
    height: 100vh;
    display: none;
    padding-top: 150px
}


