/*// COLORS
// -----------------------------------------------------
// This classes are to be used in the html to colorize small elements in the functional pieces to match the theme colors */

.primary-color-background {
	background-color: #000;
	color: #fff;
}

.primary-color-text {
	color: #000;
}

.secondary-color-background {
	background-color: #ccc;
	color: #fff;
}

.secondary-color-text {
	color: #ccc;
}

/*// IE8 ISSUE FIX
// -----------------------------------------------------*/
.navbar-inner {
	background: none;	
	filter:none;
}
#innerpage #ctmcontentcontainer{
	padding-top:60px;
	padding-bottom:60px;
}
#innerpage .social-media-sharer{
margin-bottom:-60px;
}

/*// PHOTO GALLERY
// -----------------------------------------------------
//CAS - FOR PROPERTY DEFAULT PAGE PHOTOS SECTIONS*/
#ctmcontentcontainer #gallery.carousel {
    height: auto !important;
    width: 100% !important;
}

#ctmcontentcontainer #gallery img {
    max-height: 750px;
    max-width: 100%;
}
/* classes to make the footer sticky*/
#homepage footer.sticky-footer, 
#innerpage footer.sticky-footer, 
#propertydetail footer.sticky-footer, 
#corp_searchresults footer.sticky-footer,
#rentcafe_residentportal footer.sticky-footer, 
#rentcafe_onlineleasing footer.sticky-footer,
#rentcafe_studentguarantorportal footer.sticky-footer{
    position:fixed;
    z-index:1;
	width:100%;
	bottom:0;
	left:0;
}
/*// FOOTER
// -----------------------------------------------------
//Removing the bootstrap hover effect from nav-list, which is used for footer links
//CAS - THIS CLASSES WILL BE USED WHEN FOOTER LINKS STRUCTURE CHANGED TO BOOTSTRAP NAV-LIST FORMAT FOR CLIENTS CUSTOMIZATION*/
#footer-bottom-section .nav-list {
	padding-left: 0;
}

#footer-bottom-section .nav-list > li > a {
	text-shadow:none;
}

#footer-bottom-section .nav > li > a:hover, #footer-bottom-section .nav > li > a:focus {
	background-color:transparent;
}

/* // RESIDENT PORTAL AND ONLINE LEASING MENU
// ----------------------------------------------------- */

#rentcafe_residentportal #MenuButtonHolder .nav-btn, #rentcafe_studentguarantorportal #MenuButtonHolder .nav-btn{
padding:5px;
}


/* // RESIDENT PORTAL TABS
// ----------------------------------------------------- */
/* Overriding the classes in functional.css. Not sure why we have these under functional.css at the first place.*/
#ResServicesContent ul.nav li {
    background-color: transparent;
    margin-bottom: -1px;
}

.nav-tabs > .active > a:hover{
	background-color: #ffffff;
}

/* // ONLINE LEASING
// -----------------------------------------------------*/

.section-header {
	background-color: #555555;
	color: #ffffff;
}

/*/////apartment search
//--------------------------------------*/
ul.ui-autocomplete li.ui-menu-item a {
    transition: none !important;
}


/*// TABLE
// -----------------------------------------------------*/
.table-header {
	background-color: #434343 !important;
	color: #ffffff;
}

/*// EQUAL HOUSING LOGO COLOR
// ------------------------------------------------------*/
.ehColor {
	fill: transparent;
}

/*// SEARCH RESULTS PAGE
// ------------------------------------------------------*/
#searchresults #content-section{
	text-align: left;
}


#innerpage h1{
margin-bottom:50px;
}

.submenuarrow {
    font-size: 9px;
    padding: 0px 5px;
    font-weight: bold;
}

/*-----------------------FEATURED PROPERTIES SECTION 1 STARTS---------------------*/
#featured-section-1 {
    padding: 30px 0;
}
#featured-section-1 h2{
    padding-bottom:20px;
}
#featured-section-1 .box1, #featured-section-1 .box2, #featured-section-1 .box3, #featured-section-1 .box4{
    background-color: #ffffff;      													/* Keep the color same as body background-color */
}
#featured-section-1 .featured-image-section {
    color: #FFFFFF;
    height: auto;
    width: auto;
}
#featured-section-1 .view-image {
    background:#f5f5f5;
    max-height: 172px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    overflow:hidden;
}
#featured-section-1 .view-image img{
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle; 
}

#featured-section-1 .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#featured-section-1 .link-icon-bg {
    padding: 75px;
}
#featured-section-1 .link-icon{
    padding:10px 5px 5px 5px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
	text-decoration:none;
}
#featured-section-1 .link-icon:hover{
    background: #000000;
}
#featured-section-1 .icon-link{
	padding:5px;
	font-size:1.5em;
}

#featured-section-1 .featured-image .mask {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.3s ease-out 0.5s;
    -webkit-transform: translateY(215px);
    -moz-transform: translateY(215px);
    -o-transform: translateY(215px);
    -ms-transform: translateY(215px);
    transform: translateY(215px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#featured-section-1 .featured-image:hover .mask {
    background-color: rgba(0, 0, 0, 0.2);
    animation: 0.9s linear 0s normal none 1 bounceY;
    opacity: 1;
    top: 0;
    transition-delay: 0s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#featured-section-1 .featured-text {
    background: #F5F5F5;
    padding: 0 15px;
	min-height:135px;
}
#featured-section-1 .featured-heading {
    background: #151515;
    padding: 10px;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#featured-section-1 .featured-heading a{
    color: #FFFFFF;
}
#featured-section-1 .featured-prop-box:hover .featured-heading{
	background:#151515;
}
#featured-section-1 .featured-prop-box:hover .featured-heading a{
    color: #cccccc;
}             
#featured-section-1 .small{
    padding:10px 5px;
    border-bottom:1px solid #cccccc;
    font-style:italic;
    color:#737373;
    font-size:13px;
}
#featured-section-1 p{
	padding:10px 5px 15px 5px;
	font-size:13px;
	color:#333333;
	margin:0;
	
}
#featured-section-1 p{
	position:relative;
	height:80px;
	overflow:hidden;
}
#featured-section-1 .read-more{
     border-top:3px solid #bdbdbd;
     width:100%;
	 transition: all 0.3s ease-in-out;
}
                
#featured-section-1 .read-more a{
     text-transform:uppercase;
     float: right;
     background: #bdbdbd;
     padding:2px 15px;
     line-height:25px;
     color:#000000;
	 text-decoration:none;
	 transition: all 0.3s ease-in-out;
}
#featured-section-1 .featured-prop-box:hover .read-more{
      border-top:3px solid #999999;
}

#featured-section-1 .featured-prop-box:hover .read-more a{
      color:#ffffff;
      background: #999999;
}
/*------------------------FEATURED PROPERTIES SECTION 1 ENDS----------------------*/

/*-----------------------FEATURED PROPERTIES SECTION 2 STARTS---------------------*/
#featured-section-2 {
    padding: 30px 0;
}
#featured-section-2 h2{
    padding-bottom:10px;
	color:#666666;
}
#featured-section-2 .box1, #featured-section-2 .box2, #featured-section-2 .box3, #featured-section-2 .box4{
    border:1px solid #cccccc;       
}
#featured-section-2 .view-image {
    background:#f5f5f5;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
	max-height:192px;
}
#featured-section-2 .view-image img{
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle; 
}

#featured-section-2 .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#featured-section-2 .link-icon-bg {
    padding: 75px;
}
#featured-section-2 a.link-icon{
    padding:10px 5px 5px 5px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
	text-decoration:none;
}
#featured-section-2 a.link-icon:hover{
    background: #000000;
}
#featured-section-2 .icon-link{
	padding:5px;
	font-size:1.5em;
}

#featured-section-2 .featured-image .mask {
    background-color: rgba(0, 0, 0, 0.2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.1s ease-in 0.1s;
   -moz-transition: all 0.1s ease-in 0.1s;
   -o-transition: all 0.1s ease-in 0.1s;
   -ms-transition: all 0.1s ease-in 0.1s;
   transition: all 0.1s ease-in 0.1s;
}

#featured-section-2 .featured-image:hover .mask {
    background-color: rgba(0, 0, 0, 0.2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

#featured-section-2 .featured-rent{
	width:100%;
	position:absolute;
	transition: all 0.3s ease-in-out;
	border-bottom:4px solid #151515;
	z-index:90;
	right:0;
	bottom:0;
}

#featured-section-2 .featured-rent-text {
    background: #151515;
    color: #FFFFFF;
    padding: 8px;
    text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	position:relative;
	float:right;
	width:auto;
	z-index:10;
}

#featured-section-2 .box-text{
	background:#f3f3f3;
	color:#636363;
}
#featured-section-2 .box-address-text{
	padding:10px;
}
#featured-section-2 .featured-border{
	border-bottom:1px solid #cccccc;
}
#featured-section-2 .featured-bed, #featured-section-2 .featured-bath{
	line-height:33px;
}
#featured-section-2 .bed-image, #featured-section-2 .bath-image{
	text-align: center;
}
#featured-section-2 .bed-count, #featured-section-2 .bath-count{
	text-align:center;
}
#featured-section-2 .featured-heading {
    color: #000000;
    text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	font-size:20px;	
}
#featured-section-2 .featured-address{
	color:#636363;
	font-size:17px;
}	
#featured-section-2 .favorite-icon:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 1em;
	line-height:50px;
	color:#989898;
}
#featured-section-2 .favorite-icon:hover:before{
	color:#000000;
}
#featured-section-2 .featured-prop-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#featured-section-2 .featured-prop-box:hover .featured-rent-text{
	background-color:#666666;
	color: #ffffff;
}

#featured-section-2 .featured-prop-box:hover .featured-rent{
	border-bottom:4px solid #666666;
}
/*------------------------FEATURED PROPERTIES SECTION 2 ENDS----------------------*/



/*-----------------------MANAGEMENT PAGE SECTION 1 STARTS----------------------*/

#management-team-section1 {
    
    padding: 0;
    text-align: left;
}
#management-team-section1 .management-member-image {
    overflow: hidden;
    position: relative; 
    text-align: center;
	min-height:200px;
}
#management-team-section1 .management-member-image img {
    border: 0 none;
    height: auto;
    vertical-align: middle;
    width: 100%;
}
#management-team-section1 .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#management-team-section1 .management-member-image .mask {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#management-team-section1 .management-member-image .mask.tabbed,
#management-team-section1 .management-member-image:hover .mask {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    top: 0;
}
#management-team-section1 .mask .management-member-snicon-bg {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
}
#management-team-section1 .mask:hover .management-member-snicon-bg {
    opacity: 1;
}
#management-team-section1 .mask .management-member-snicon-bg a {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 35px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 35px;
}
#management-team-section1 .mask .management-member-snicon-bg a:hover {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #555555;
}
#management-team-section1 .mask .management-member-snicon-bg a i {
    color: #000000;
    font-size: 15px;
    line-height: 35px;
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
#management-team-section1 .mask .management-member-snicon-bg a:hover i {
    color: #000000;
}
#management-team-section1 .mask.tabbed .management-member-snicon-bg a:hover i,
#management-team-section1 .mask:hover .management-member-snicon-bg a:hover i {
    color: #FFFFFF;
}
#management-team-section1 .mask .management-member-snicon-bg a.management-member-snicon-1 {
    transform: translate3d(-515%, 0px, 0px);
}
#management-team-section1 .mask.tabbed .management-member-snicon-bg a.management-member-snicon-1,
#management-team-section1 .mask:hover .management-member-snicon-bg a.management-member-snicon-1 {
    transform: translate3d(0px, 0px, 0px);
}
#management-team-section1 .mask .management-member-snicon-bg a.management-member-snicon-2 {
    transform: translate3d(515%, 0px, 0px);
}
#management-team-section1 .mask.tabbed .management-member-snicon-bg a.management-member-snicon-2,
#management-team-section1 .mask:hover .management-member-snicon-bg a.management-member-snicon-2 {
    transform: translate3d(0px, 0px, 0px);
}
#management-team-section1 .management-member-text {
    min-height: 135px;
    padding-top: 10px;
	margin-bottom:30px;
}
#management-team-section1 .management-member-name {
    color: #777777;
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	-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;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#management-team-section1 .management-member-container:hover .management-member-name {
    color:#555555;
}
#management-team-section1 .management-member-title {
    font-size: 13px;
    font-style: italic;
}
#management-team-section1 .management-member-title:after {
    border-bottom: 1px solid #cccccc;
    content: "";
    display: block;
    padding-bottom: 10px;
    width: 35%;
}
#management-team-section1 p {
    font-size: 13px;
    height: 80px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

/*------------------------MANAGEMENT PAGE SECTION 1 ENDS-----------------------*/

/*-----------------------MANAGEMENT PAGE SECTION 2 STARTS----------------------*/
#management-team-section2 {
    
    padding: 0;
    text-align: left;
}
#management-team-section2 .management-member-container {
	border-bottom: 1px solid #eeeeee;
	padding:35px 0;
}
#management-team-section2 .management-member-container:last-child{
	border-bottom:0;
}
#management-team-section2 .management-member-image {
    overflow: hidden;
	border:1px solid #d5d5d5;
    position: relative;
    text-align: center;
}
#management-team-section2 .management-member-image img {
    border: 0 none;
    height: auto;
    vertical-align: middle;
    width: 100%;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#management-team-section2 .management-member-container:hover .management-member-image img {
	-webkit-transform:scale(1.1); 
	-moz-transition: scale(1.1); 
    -o-transition: scale(1.1); 
    -ms-transition: scale(1.1); 
	transform:scale(1.1);
}
#management-team-section2 .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#management-team-section2 .management-member-image .mask {
    background-color: rgba(0, 0, 0, 0.20);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#management-team-section2 .management-member-container:hover .mask {
    background-color: rgba(0, 0, 0, 0.20);
    opacity: 1;
    top: 0;
}
#management-team-section2 .mask .management-member-snicon-bg {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
}
#management-team-section2 .mask:hover .management-member-snicon-bg {
    opacity: 1;
}
#management-team-section2 .management-member-snicon-bg a {
    background: #EEEEEE;
    border: 1px solid #E1E1E1;
	color: #999999;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 30px;
	line-height: 30px;
    margin: 0 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}
#management-team-section2 .management-member-snicon-bg a:hover {
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
	color: #FFFFFF;
}
#management-team-section2 .mask .management-member-snicon-bg a i {
    color: #000000;
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
#management-team-section2 .management-member-container-text {
    background:#FFFFFF;
}
#management-team-section2 .management-member-text {
    min-height: 135px;
    padding: 10px;
}
#management-team-section2 .management-member-name {
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	-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;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#management-team-section2 .management-member-container:hover .management-member-name {
    color:#555555;
}
#management-team-section2 .management-member-title {
    color: #666666;
    font-size: 13px;
    font-style: italic;
}
#management-team-section2 .management-member-title:after {
    border-bottom: 1px solid #cccccc;
    content: "";
    display: block;
    padding-bottom: 10px;
    width: 20%;
}
#management-team-section2 p {
    font-size: 13px;
    max-height: 125px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
#management-team-section2 .btn-primary{
	margin-top:4px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	-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;
    -ms-transition: all 0.3s ease-in-out 0
}

/*------------------------MANAGEMENT PAGE SECTION 2 ENDS-----------------------*/


/*------------------CONTACT US SECTION STARTS-----------------*/

#contact-us-page-container{
	padding: 45px 0;
}
.office-map-container{
	border: 1px solid #e1e1e1;
	padding:15px;
}
.contact-us-map{
	text-align:center;
	padding:20px 0;
}
.contact-us-map img{
	width: 100%;
	height :100%
}
#innerpage .icon-envelope-alt:before{
	margin-right:8px;
}
.management-member-text .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 161px;
}

.management-member-text .controls {
    margin-left: 180px;
}

.management-member-text .control-group {
    float: left;
	width: 100%;
}
.management-member-text .control-group:before, 
.management-member-text .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}

ui-wrapper {
    height: 67px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    width: 220px;
}

/*------------------CONTACT US SECTION ENDS-------------------*/


/*------------------------MAP SECTION STARTS---------------------------*/
#map-container {
    background: transparent;
    height: auto;
	box-shadow:none;
	overflow:hidden;
/*	margin-left:2.5641%; */
}
#map-search-section{
    text-align:center;
	box-shadow:0px 25px 45px -45px #777777 inset;
	padding:15px 0;
}
#map-search-section.span6{
	box-shadow:none;
	position:relative;
}
#corpUSAMap {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 400px;
	text-align:left;
}

#apt-search h2{
    color: #FFFFFF;
        
}

.apt-search-input{
	float:right;
}
#map-container .apt-search-btn{
	background:#999999;
	border:1px solid #999999;;
	color:#ffffff;
	text-shadow:none;
	padding:4px 10px;
}
#map-container .input-append, #map-container  .input-prepend{
	margin-bottom:0;
}
.icon-search:before{
	font-size:1.3em;
}

/* new map classes starts*/
#map-search-section{
	position:relative;
	overflow:hidden;
	padding:0;
}
#corpUSAMap_inner{
	margin:0 auto;
}
#corpUSAMap_trial{
	display:none !important;
}
#corpUSAMap_outer{
	bottom:0;
	left:0;
}
.map-reset-btn{
	cursor:pointer;
	z-index:99999999999;
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:20px;
	color:#249db7;
}
.corp-map-container{
	position:relative;
	overflow:hidden;
}
#corpUSAMap_inner svg{
	width:98% !important;
	max-height:430px;
}
#corpUSAMap_outer svg{
	display:none;
}
/* new map classes end*/

/*------------------------MAP SECTION ENDS-----------------------------*/


/*---------------------APARTMENT SEARCH SECTION------------------------*/

#apt-search  input{
    border:1px solid #ffffff;
    background-color:#ffffff; 
    
    border-radius:0 0 0 0;
    color:#333333;
    display:inline-block;
    font-size:13px;
    line-height:22px;
    padding: 4px 6px;
    vertical-align: middle;
	text-transform:capitalize;
}
#apt-search .apt-search-btn {
    background: #151515;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    font-size: 13px;
    padding: 4px 6px;
    text-transform: capitalize;
}
#apt-search .apt-search-btn:hover{
    color:#cccccc;
	background:#444444;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*----------------------APARTMENT SEARCH ENDS------------------------*/


/*-------------------SINGLE PERSON SECTION STARTS--------------------*/

#single-person-section h1{
    float: left;
    width: 75%;
}
#single-person-section a.back-button{
    border: 1px solid #CCCCCC;
    float: right;
    margin-top: 12px;
    padding: 5px 10px;
    text-align: right;
    width: auto;
	color: #777;
	background:#f3f3f3;
	-webkit-transition: all 0 .3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#single-person-section a:hover.back-button{
	border :1px solid #888;
	color: #fff;
	background: #888;
}
#single-person-section a.back-button:before{
	content: "View All";
	padding-left:5px;
	padding-right:10px;	
	text-transform:uppercase;
}
#single-person-section a.back-button:after{
	content: "\f105";	
	font-family: FontAwesome;
	font-size:18px;
}
#single-person-section .management-member-snicon-bg{
	padding-bottom: 10px;
	padding-top: 10px;
}
#single-person-section .management-member-snicon-bg a {
    background: #EEEEEE;
    border: 1px solid #E1E1E1;
	color: #999999;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 30px;
	line-height: 30px;
    margin: 0 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}
#single-person-section .management-member-snicon-bg a:hover {
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
	color: #FFFFFF;
}
#single-person-section .management-member-name {
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
	padding-top:15px;
}
#single-person-section .management-member-title {
    color: #666666;
    font-size: 13px;
    font-style: italic;
}
#single-person-section .management-member-title:after {
    border-bottom: 1px solid #cccccc;
    content: "";
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 38%;
}

#single-person-section .more-management-member{
	margin-top: 30px;
	padding: 20px 0;
	border-top:1px solid #e1e1e1;
}
#single-person-section .management-member-position{
	text-align: left;
}
#single-person-section .management-member-position a{
	color: #999;
}
#single-person-section .management-member-position a:hover{
	color: #666;
}
#single-person-section .management-member-previous{
	text-align:left;
}
#single-person-section .management-member-next{
	text-align:right;
}
#single-person-section #single-person-details{
	float:none;
   
}
#single-person-section .carousel {
    line-height: 22px;
	word-wrap:break-word;
}
#single-person-section .carousel-inner{
	border-bottom: 0;
	margin-bottom: 50px;
	padding-bottom:20px;
	margin: 0 auto;
	width:90%;
}
#single-person-section .carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 100;
    height: 35px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 33px;
}
#single-person-section .carousel-inner img{
	max-width:260px;
	max-height:260px;
	width:100%;
	height:auto;
}
#single-person-section .carousel-control.right{
	right:0;
	text-align:center;
	background: #fff;
	border: 1px solid #d5d5d5;
	color:#c5c5c5;
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

#single-person-section .carousel-control.left{
	left:0;
	text-align:center;
	background: #fff;
	border: 1px solid #d5d5d5;
	color:#c5c5c5;
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

#innerpage #ctmcontentcontainer #single-person-section .carousel-control.left,
#innerpage #ctmcontentcontainer #single-person-section .carousel-control.right {
	width: 45px;
}

@media (max-width: 480px) {
	#innerpage #ctmcontentcontainer #single-person-section .carousel-control.left,
	#innerpage #ctmcontentcontainer #single-person-section .carousel-control.right {
		width: 35px;
	}
}

/*#single-person-section .carousel-control.left:hover{
	background: #888;
	border: 1px solid #888;
	color:#fff;
}
#single-person-section .carousel-control.right:hover{
	background: #888;
	border: 1px solid #888;
	color:#fff;
}*/
/*-------------------SINGLE PERSON SECTION ENDS----------------------*/


/*-----------------------sub menu position ---------------------------*/
#corp_homepage .mainnav ul li ul, 
#innerpage .mainnav ul li ul ,
#homepage .mainnav ul li ul, 
#propertydetail .mainnav ul li ul, 
#corp_searchresults .mainnav ul li ul
{
    top:auto !important;
}

/*---------------------------SLIDE-IN RESPONSIVE SUBMENU CLASSES-------------------------------*/
.mainnav ul li ul {
	position: absolute;
	display: none;
	visibility:visible;
	z-index:10000;
	top:100%;
	width:auto;
	margin:0;
}

.mainnav ul li ul li {
	display: block;
}

.mainnav ul li.mainnavlink ul li a, .mainnav ul li.mainnavlinkactive ul li a {
	display:block;
	padding:8px 25px;
}

.mainnav ul li.mainnavlink ul li a:link, .mainnav ul li.mainnavlink ul li a:visited, .mainnav ul li.mainnavlinkactive ul li a:link, .mainnav ul li.mainnavlinkactive ul li a:visited {
	display:block;
}

.mainnav ul li.mainnavlink ul li a:hover, .mainnav ul li.mainnavlinkactive ul li a:hover {
	text-decoration:none;
}

@media (min-width : 320px) and (max-width : 770px) {
	.mainnav ul li ul {
		position: relative;
		z-index:10000;
	}
	
	.mainnav ul li.mainnavlink ul li a, .mainnav ul li.mainnavlinkactive ul li a {
		border-bottom:none;
	}
	
	.mainnav ul li.mainnavlink ul li a:hover, .mainnav ul li.mainnavlinkactive ul li a:hover {
		border-bottom:none;
	}
}


/*---------------------------MEDIA QUERIES--------------------------*/

/* Large desktops */
@media (min-width: 1200px) {

}

/* Regular desktops */
@media (min-width: 980px) and (max-width: 1279px) {

#featured-section-2 .view-image, #featured-section-1 .view-image{
		max-height:152px;
	}
	#featured-section-2 .prop-address{
		min-height:65px;
	}
	#featured-section-2 .box-address-text{
		padding:10px;
	}
	
}
@media (max-width: 1023px) {
#homepage footer.sticky-footer, #innerpage footer.sticky-footer, #propertydetail footer.sticky-footer {
    bottom: 0;
    left: 0;
    position: static;
    width: 100%;
    z-index: 1;
}
}


/* Tablets to regular desktops */
@media (min-width: 768px) and (max-width: 979px) {
	#innerpage h1{
		margin-bottom:30px;
	}

	#logo-container{
		padding:8px;
	}
	.prop-detail-box{
		width:40%;
		margin-top:-155px;
	}
	.apt-search h2{
		padding-bottom:8px;
	}
	.apt-search h2, .apt-search-input {
		float:none;
		text-align: center;
	}
	
	#corpUSAMap svg{
		width:70%;
	}
	
	#management-team-section1 .management-member-text {
    	padding-top: 0;
	}
	
	#management-team-section1 .management-member-image .mask {
		display: block;
		height: 100%;
		left: 0;
		margin-bottom: 0;
		margin-right: 0;
		overflow: hidden;
		position: relative;
		top: 0;
		width: 100%;
		opacity:1;
		background-color:#fff;
	}
	#management-team-section1 .management-member-container .management-member-image .mask{
		background-color: #fff;
	}

	#management-team-section1 .management-member-container .management-member-image:hover .mask {
		background-color: #fff;
		opacity:1;
	}
	#management-team-section1 .management-member-container .mask:hover .management-member-snicon-bg {
		opacity: 1;
	}
	#management-team-section1 .management-member-container .mask .management-member-snicon-bg {
		display: block;
		margin-top: 5px;
		position: relative;
		top: 0;
		width: 100%;
	}
	#management-team-section1 .management-member-container .mask .management-member-snicon-bg a {
		background: #ccc;
		border: 1px solid #ccc;
		border-radius: 0;
		height: 25px;
		width: 25px;
		margin:2px;
	}
	#management-team-section1 .management-member-container .mask .management-member-snicon-bg a i {
		line-height: 26px;
	}
	#management-team-section1 .management-member-container .mask .management-member-snicon-bg a.management-member-snicon-1 {
		transform: none;
	}
	#management-team-section1 .management-member-container .mask .management-member-snicon-bg a.management-member-snicon-2 {
		transform: none;
	}

	#management-team-section2 .management-member-container{
		padding: 30px 0;
	}
	#innerpage #content-section .corporate-contact-mail {
    	word-wrap: break-word;
	}
	.management-member-text .controls {
    	margin-left: 0;
	}
	.management-member-text .control-label{
		text-align: left;
	}
	.management-member-text .control-group {
    	float: left;
	}
	.management-member-text .ui-wrapper{
		float: left;
	}
	
	#featured-section-1 .view-image{
		height:auto;
	}
	#featured-section-1 .featured-heading{
		min-height:44px;
	}
	#featured-section-1 .featured-text{
		padding:0 10px;
		min-height:175px;
	}
	#featured-section-1{
		padding:10px 0 30px 0;
	}
	
	#featured-section-2 .prop-address{
		min-height:120px;
	}
	#featured-section-2 .box-address-text{
		padding:10px;
	}
	#featured-section-2 .featured-rent-text{
		padding:3px 8px;
	}
	#featured-section-2 .view-image, #featured-section-1 .view-image{
		max-height:115px;
	}
}

/* Phones to portrait tablets*/
@media (max-width: 979px) {
#featured-section-1 .mask, #featured-section-2 .mask{
		display:none;
	}
#innerpage #ctmcontentcontainer{
	padding-top:30px;
	padding-bottom:30px;
}
#innerpage .social-media-sharer{
	margin-bottom:0px;
	text-align:left
	}
	#single-person-section .carousel-inner{
		width:78%;
	}
}

/* Phones to portrait tablets and narrow desktops */
@media (max-width: 767px) {
	#innerpage h1{
		margin-bottom:30px;
	}

	#content-container{
		padding: 0 10px;
	}
	#login-links{
		text-align:center;
	}
	#apt-search{
		padding:7px 15px;
	}
	#map-container {
    	box-shadow: 0 5px 5px #cccccc;
		margin-top:1px;
	}
	
	.favorite-icon{
		text-align:center;
	}
	
	#management-team-section1 .management-member-text {
    	padding-top: 0;
	}
	#management-team-section1 .management-member-name {
    	padding-top: 0;
	}
	#management-team-section1 .management-member-container{
		float:left;
		padding-bottom: 30px;
	}
	#management-team-section1 .management-member-image .mask {
		display: block;
		height: 100%;
		left: 0;
		margin-bottom: 0;
		margin-right: 0;
		overflow: hidden;
		position: relative;
		top: 0;
		width: 100%;
		opacity:1;
		background-color:#fff;
	}
	#management-team-section1 .management-member-container .management-member-image .mask{
		background-color: #fff;
	}

	#management-team-section1 .management-member-container .management-member-image:hover .mask {
		background-color: #fff;
		opacity:1;
	}
		
	#management-team-section1 .management-member-image .mask:hover .management-member-snicon-bg {
		opacity: 1;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg {
		display: block;
		margin-top: 5px;
		position: relative;
		top: 0;
		width: 100%;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg a.management-member-snicon-1 {
		transform: none;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg a.management-member-snicon-2 {
		transform: none;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg a {
		background: #ccc;
		border: 1px solid #ccc;
		border-radius: 0;
		height: 25px;
		width: 25px;
		margin:2px;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg a:hover {
		background: #555555;
		border: 1px solid #555555;
	}
	#management-team-section1 .management-member-image .mask .management-member-snicon-bg a i {
		line-height: 26px;
	}
	
	
	#management-team-section2 .management-member-container{
		padding: 30px 0;
	}
	#management-team-section2 .management-member-text{
		padding:0;
	}
	.our-offices-container{
		padding-top: 25px;
	}

	/************* #single-person-section .management-member-title:after {
    margin:10px auto;
    padding-bottom: 0px;
}*****************/
#single-person-section h1{
    float: none;
    width: 100%;
}
#single-person-section a.back-button{
float:none;
}
#single-person-section #single-person-details{
margin-top:15px;
}


#featured-section-1 .box1, #featured-section-1 .box2, #featured-section-1 .box3{
		margin-bottom:40px;
	}
	#featured-section-1 .box-image{
		width:34%;
		float:left;
	}
	#featured-section-1 .box-text{
		width:66%;
		float:left;
	}
	#featured-section-1 .featured-prop-box{
		overflow:hidden;
	}
	#featured-section-1 .featured-heading{
		height:44px;
		font-size:13px;
	}
	#featured-section-1 .read-more a{
		float:left;
	}
	#featured-section-1 .view-image{
		height:116px;
	}
	#featured-section-2 .view-image{
		max-height:175px;
	}
	#featured-section-2 {
		padding: 0;
	}
	#featured-section-2 .box1, #featured-section-2 .box2, #featured-section-2 .box3,  #featured-section-2 .box4{
		margin-bottom:20px;
		float:left;
	}
	#featured-section-2 .favorite-icon{
		text-align:center;
	}
	#featured-section-2 .box-image{
		float:left;
		width:40%;
	}
	#featured-section-2 .box-text {
		float:left;
		width:60%;
	}
	#featured-section-2 .box-address-text {
    	float: left;
    	width: 85%;
		padding:12px 18px;
		min-height:107px;
	}
	#featured-section-2 .bed-image{
		width:20%;
		float:left;
	}
	#featured-section-2 .bed-text{
		width:65%;
		float:left;
	}
	#featured-section-2 .bed-count{
		width:15%;
		float:left;
	}
	#featured-section-2 .bath-image{
		width:20%;
		float:left;
	}
	#featured-section-2 .bath-text{
		width:65%;
		float:left;
	}
	#featured-section-2 .bath-count{
		width:15%;
		float:left;
	}
	#featured-section-2 .featured-rent-text{
		padding:4px 8px 2px;
	}

}



@media (max-width: 568px) {

#featured-section-2 .box-address-text {
		min-height:86px;
	}
	#featured-section-1 .view-image{
		max-height:116px;
	}
	#featured-section-2 .view-image{
		max-height:154px;
	}

}


@media (max-width: 567px) {
	.management-member-text .control-group {
    	float: none;
		margin-bottom:  0;
	}
	.management-member-text .control-label {
		float: none;
		text-align: left;
	}
	.management-member-text .controls {
		margin-left: 0;
	}
}
/* Phones */
@media (max-width: 480px) {


	#login-links{
		font-size:16px;
	}
	#map-container {
    	box-shadow: 0 5px 5px #cccccc;
	}
	
	.favorite-icon{
		text-align:center;
	}
	
	h1{
		font-size:22px;
		line-height:25px;
	}
	
	h2{
		font-size:20px;
		line-height:22px;
	}
	h3{
		font-size:18px;
		line-height:20px;
		color: #666666;
	}
	
	h4{
		font-size:18px;
		line-height:20px;
	}
	
	h5{
		font-size:16px;
		line-height:18px;
	}
	
	h6{
		font-size:14px;
		line-height:18px;
	}
	
	
	
	#featured-section-1 .view-image img{
		max-width:none;
		height:100%;
		min-width:100%;
	}
	
	#featured-section-2 .box1, #featured-section-2 .box2, #featured-section-2 .box3,  #featured-section-2 .box4{
		margin-bottom:20px;
		float:left;
	}
	#featured-section-2 .favorite-icon{
		text-align:center;
	}
	#featured-section-2 .box-image{
		float:left;
		width:40%;
	}
	#featured-section-2 .box-text {
		float:left;
		width:60%;
	}
	#featured-section-2 .box-address-text {
    	float: left;
    	width: 85%;
		padding:7px 18px;
		min-height:61px;
	}
	#featured-section-2 .bed-image{
		width:20%;
		float:left;
	}
	#featured-section-2 .bed-text, #featured-section-2 .bath-text{
		width:61%;
		float:left;
	}
	#featured-section-2 .bed-count, #featured-section-2 .bath-count{
		width:18%;
		float:left;
	}
	#featured-section-2 .bath-image{
		width:20%;
		float:left;
	}
	#featured-section-2 .view-image{
		max-height:129px;
	}
}
/* IPhones */
@media (max-width: 479px) {
	#management-team-section2 .management-member-snicon-bg{
		width:100%;
	}
}

/* IPhones */
@media (max-width: 375px) {
	#management-team-section2 .management-member-snicon-bg{
		width:100%;
	}
	
	#management-team-section1 .mask .management-member-snicon-bg{
		margin-top:0;
	}
	#management-team-section1 .mask .management-member-snicon-bg a{
		margin: 2px 2px;
	}
}
@media (max-width: 414px) {
	#management-team-section2 .management-member-snicon-bg{
		float:left;
		padding-top:20px;
	}
}
@media (max-width: 320px) {
	#map-container .map-heading{
		text-align:center;
	}
	#map-container .apt-search h2{
		float:none;
	}	
	.apt-search h2{
		padding-bottom:8px;
	}
	#map-container .apt-search-input {
    	float: none;
	}
	#corpUSAMap svg{
		width:75%;
	}
	#management-team-section2 .management-member-snicon-bg{
		float:left;
		padding-top:20px;
	}
	
	#management-team-section1 .mask .management-member-snicon-bg{
		margin-top:0;
	}
	#management-team-section1 .mask .management-member-snicon-bg a{
		margin: 1px 1px;
	}
	#management-team-section1 .mask .management-member-snicon-bg a {
    	height: 18px;
    	width: 17px;
	}
	#management-team-section1 .mask .management-member-snicon-bg a i {
    	line-height: 18px;
	}
	#innerpage #ctmcontentcontainer h1{
		padding-bottom: 0;
	}
	
	#featured-section-1 .box-image{
		width:100%;
	}
	#featured-section-1 .box-text{
		width:100%;
	}
	#featured-section-1 .featured-prop-box{
		overflow:auto;
	}
	#featured-section-1 .featured-heading{
		height:auto;
	}
	#featured-section-1 .read-more a{
		float:left;
	}
	#featured-section-1 .view-image{
		height:auto;
	}
	#featured-section-1 .view-image img{
		width:100%;
	}
	#featured-section-2 .box-image {
    	float: left;
    	width: 100%;
	}
	#featured-section-2 .view-image img {
	    width: 100%;
	}
	#featured-section-2 .box-text {
    	float: left;
    	width: 100%;
	}
	#featured-section-2 .box-address-text{
		min-height: 50px;
	}
	#featured-section-1 .view-image, #featured-section-2 .view-image{
		max-height:200px;
	}
	
}




/*********** For floor plan images in accordion *************/
#floorPlans-accordion.collapse{
	position: static;
}

/***** Testimonials *****/
.corp-quotes-widget blockquote{
	border-left:0;
}
.corp-quotes-widget blockquote .testimonial-author{
	margin-top:20px;
	display:inline-block;
}