/* ----------------------------
  HTML5 RESET
---------------------------- */
/* Baseline Normalize
   normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ----------------------------
  Box Sizing
---------------------------- */
*,
*:before,
*:after,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----------------------------
  Float Clearing
---------------------------- */
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

/* ----------------------------
  DEFAULTS CSS
---------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.625;
}

body > div {
    font-size: 13px;
    font-size: 1.3rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #be122c;
}

p {
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 20px;
    margin: 4rem 4rem 2rem;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    padding: 0;
}

h1 {
    font-size: 30px;
    font-size: 3rem;
}

h2 {
    font-size: 25px;
    font-size: 2.5rem;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
}

h1,
h2 {
    text-transform: uppercase;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

/* ----------------------------
  Smart Menu
---------------------------- */
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    width: 100px;
}

ul.sm li {
    position: relative;
    float: left;
}

ul.sm a {
    position: relative;
    display: block;
    white-space: nowrap;
}

ul.sm a.disabled {
    cursor: default;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
}

ul.sm-rtl li {
    float: right;
}

ul.sm ul li,
ul.sm-vertical li {
    float: none;
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal;
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap;
}

ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

ul.sm,
ul.sm *,
ul.sm *:before,
ul.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.sm {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm-clean {
    padding: 0 10px;
    background: #f8f8f8;
}

.sm-clean-vertical {
    padding: 0;
}

.sm-clean ul {
    border: 1px solid #bbb;
    padding: 5px 0;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.2);
    box-shadow: 0 5px 9px rgba(0,0,0,0.2);
}

.sm-clean-vertical > li:first-child > a {
}

.sm-clean-vertical > li:last-child > a {
}

.sm-clean > li > a {
    font-weight: 700;
    text-transform: uppercase;
}

.sm-clean > li > ul:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbb transparent;
}

.sm-clean > li > ul:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 31px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
}

.sm-clean-vertical > li > ul:before,
.sm-clean-vertical > li > ul:after {
    display: none;
}

.sm-clean-vertical .lang {
    color: #fff;
    background-color: #be122c;
}

.sm-clean a {
    padding: 12px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
}

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
    color: #be122c!important;
    text-decoration: none;
}

.sm-clean-vertical a.current,
.sm-clean-vertical a:hover,
.sm-clean-vertical a:focus,
.sm-clean-vertical a:active,
.sm-clean-vertical a.highlighted {
    background: #e5e5e5!important;
}

.sm-clean a.has-submenu {
    padding-right: 25px;
}

.sm-clean-vertical a,
.sm-clean ul a {
    padding: 10px;
}

.sm-clean-vertical a.has-submenu,
.sm-clean ul a.has-submenu {
    padding-right: 20px;
}

.sm-clean ul a {
}

.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
    color: #be122c;
    background: #e5e5e5;
}

.sm-clean a.current,
.sm-clean a.current:hover,
.sm-clean a.current:focus,
.sm-clean a.current:active {
    color: #be122c;
}

.sm-clean a span.sub-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
}

.sm-clean-vertical a span.sub-arrow,
.sm-clean ul a span.sub-arrow {
    right: 5px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555;
}

.sm-clean span.scroll-up,
.sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}

.sm-clean span.scroll-up:hover,
.sm-clean span.scroll-down:hover {
    background: #eee;
}

.sm-clean span.scroll-up-arrow,
.sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555 transparent;
}

.sm-clean span.scroll-up:hover span.scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
}

.sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
}

.sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
}

@media screen and (max-width: 850px) {
    .sm-clean:not(.sm-clean-vertical) > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
        padding-right: 25px;
    }
}

@media screen and (max-width: 750px) {
    .sm-clean:not(.sm-clean-vertical) > li > a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
        padding-right: 25px;
    }
}

@media screen and (max-width: 700px) {
    ul.sm-clean {
        width: auto!important;
    }

    ul.sm-clean ul {
        display: none;
        position: static!important;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important;
    }

    ul.sm-clean>li {
        float: none;
    }

    ul.sm-clean>li>a,
    ul.sm-clean ul.sm-nowrap>li>a {
        white-space: normal;
    }

    ul.sm-clean iframe {
        display: none;
    }

    .sm-clean {
        padding: 0;
    }

    .sm-clean ul {
        border: 0;
        padding: 0;
        background: rgba(130,130,130,0.1);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sm-clean > li > ul:before,
    .sm-clean > li > ul:after {
        display: none;
    }

    .sm-clean a {
        padding: 13px 5px 13px 28px!important;
        color: #555!important;
        background: transparent!important;
    }

    .sm-clean a.current {
        color: #be122c!important;
    }

    .sm-clean-vertical .lang {
        color: #fff!important;
        background-color: #be122c!important;
    }

    .sm-clean ul a {
        border-left: 8px solid transparent;
    }

    .sm-clean ul ul a {
        border-left: 16px solid transparent;
    }

    .sm-clean ul ul ul a {
        border-left: 24px solid transparent;
    }

    .sm-clean ul ul ul ul a {
        border-left: 32px solid transparent;
    }

    .sm-clean ul ul ul ul ul a {
        border-left: 40px solid transparent;
    }

    .sm-clean a span.sub-arrow,
    .sm-clean ul a span.sub-arrow {
        top: 50%;
        margin-top: -9px;
        right: auto;
        left: 6px;
        margin-left: 0;
        width: 17px;
        height: 17px;
        font: normal 16px/16px monospace!important;
        text-align: center;
        border: 0;
        text-shadow: none;
        background: rgba(255,255,255,0.6);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .sm-clean a.highlighted span.sub-arrow {
        display: none!important;
    }

    .sm-clean li {
        border-top: 1px solid rgba(0,0,0,0.05);
    }

    .sm-clean > li:first-child {
        border-top: 0;
    }
}

/* ----------------------------
  LAYOUT CSS
---------------------------- */
#UIbody {
}

#UIhead .header {
    border-top: 5px solid #000;
}

#UIhead .header .inner {
    border-top: 3px solid #e5e5e5;
}

#UIhead .navbar-brand {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
}

#UIhead .navbar-brand .brand {
}

#UIhead .navbar-brand .brand:hover {
    color: #be122c;
    text-decoration: none;
}

#UIhead .navbar-brand .brand span {
    color: #be122c;
}

#UIhead .navbar-brand .brand:hover span {
    color: #000;
}

.navbar-toggle {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    border-color: #e5e5e5;
}

.navbar-toggle .icon-bar {
    background-color: #555;
}

#UImain {
    padding-top: 15px;
}

#UIcont {
    padding-top: 20px;
}

#UIfoot {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
}

#UIfoot p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-align: center;
}

#UIfoot ul {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}

#UIfoot ul li {
    display: inline;
}

#UIfoot ul li a:hover {
    text-decoration: none;
}

#UIfoot .navfoot li a {
    display: inline-block;
    position: relative;
    margin: 3px 5px;
    font-weight: 700;
    text-transform: uppercase;
}

#UIfoot .navfoot li:first-child a {
    margin-left: 0;
}

#UIfoot .navfoot li:last-child a {
    margin-right: 0;
}

#UIfoot .navfoot li:last-child a:after {
    content: "";
    display: none;
}

#UIfoot .navfoot li a:after {
    content: "•";
    position: absolute;
    top: 0;
    right: -8px;
    color: #be122c;
}

#UIfoot .sns li a {
    display: inline-block;
    margin: 3px 5px;
}

#UIfoot .titlebar {
    margin-bottom: 0;
    border-top-color: #e5e5e5;
    border-bottom-color: #be122c;
}

#UIfoot .titlebar .title {
    border-bottom-color: #e5e5e5;
}

a:link.backToTop,
a:visited.backToTop {
    overflow: hidden;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 17px;
    width: 36px;
    height: 36px;
    padding-top: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    background: rgba(0,0,0,.7)!important;
    outline: none;
    border-radius: 18px;
    border-radius: 50%;
}

a:hover.backToTop {
    color: #fff;
    background: rgba(15,90,115,.95)!important;
}

.red {
    color: #be122c!important;
}

.gray {
    color: #666!important;
}

.black {
    color: #000!important;
}

.ptitle {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 25px;
    font-size: 2.5rem;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 3px solid #e5e5e5;
}

.ptitle:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 105px;
    height: 3px;
    background: url(../images/grey_fadestripe.jpg) no-repeat 0 0;
}

.titlebar {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border-top: 5px solid #be122c;
    border-bottom: 5px solid #e5e5e5;
}

.titlebar .title {
    margin-bottom: 0;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #be122c;
}

.hr {
    overflow: hidden;
    height: 0;
    border-top: 3px solid #be122c;
    border-bottom: 5px solid #e5e5e5;
}

#mainNav {
    padding-top: 5px;
}

#mainNav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#intro h4,
#intro h5,
#intro h6 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

#intro p {
    text-align: justify;
}

#intro p:last-child {
    margin-bottom: 0;
}

.tblWrap {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.tblProperties {
    line-height: 1.25;
}

.tblProperties th,
.tblProperties td {
    padding: 3px 7px;
    font-size: 13px;
    font-size: 1.3rem;
}

.tblProperties > tbody > tr > td,
.tblProperties > tbody > tr > th {
    border-bottom: 3px solid #e5e5e5;
}

.tblProperties > tbody > tr > td:first-child,
.tblProperties > tbody > tr > th:first-child {
    padding-left: 0;
}

.tblProperties > tbody > tr > td:last-child,
.tblProperties > tbody > tr > th:last-child {
    padding-right: 0;
}

.tblProperties a:hover {
    text-decoration: none;
    text-align: justify;
}

.tblProperties .description {
    padding-right: 10px;
}

.tblProperties .titProp {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.tblProperties .description p {
    overflow: hidden;
    max-height: 64px;
}

.tblProperties .description p:last-child {
    margin-bottom: 0;
}

.tblProperties .details {
    min-width: 190px;
}

.tblProperties .thumb {
    width: 112px;
    text-align: center;
}

.tblProperties table th,
.tblProperties table td {
    padding: 0;
    font-size: 12px;
}

.tblProperties table th {
    width: 95px;
    font-weight: 700;
    text-transform: uppercase;
}

.tblProperties .even > th,
.tblProperties .even > td {
}

.tblProperties .odd > th,
.tblProperties .odd > td {
    background-color: #fafafa;
}

.tblProperties .hover th,
.tblProperties .hover td {
    background-color: #f0f0f0;
}

.tblProperties2 .description p {
    max-height: 80px;
}

.tblProperties2 .details {
    min-width: 205px;
}

.tblProperties2 .thumb {
    width: 157px;
}

.tblProperties2 table th {
    width: 120px;
}

.tblTenant {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.tblTenant th,
.tblTenant td {
    font-family: Arial,Helvetica,sans-serif!important;
    text-align: center;
}

.tblTenant th {
    color: #be122c!important;
    font-size: 12px!important;
    font-size: 1.2rem!important;
    font-weight: 700!important;
    text-align: center!important;
}

.tblTenant td {
    font-size: 11px!important;
    font-size: 1.1rem!important;
}

.tblTenant a:hover {
    text-decoration: none;
}

.tblTenant .pprice,
.tblTenant .pstatus {
    text-align: right!important;
}

.tblTenant .ptype,
.tblTenant .pcity {
    text-align: left!important;
}

.tblTenant .pstate,
.tblTenant .pyear {
    text-align: center!important;
}

.tblTenant .even td {
}

.tblTenant .odd td {
    background-color: #fafafa;
}

.tblTenant .hover td {
    background-color: #f0f0f0;
}

.tblSold p {
    max-height: 120px;
}

.otherNews {
    margin: 0 0 20px;
    margin-bottom: 2rem;
    text-align: center;
    list-style: none;
}

.otherNews li a {
    display: block;
    font-weight: 700;
}

.otherNews li a:hover {
    background: #e5e5e5;
    text-decoration: none;
}

.interestRatesWrap {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 3px solid #e5e5e5;
}

.interestRatesWrap:before {
    content: "";
    overflow: hidden;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 105px;
    height: 3px;
    background: url(../images/grey_fadestripe.jpg) no-repeat 0 0;
}

.interestRates {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    border: 1px solid #ccc;
}

.interestRates h6 {
    margin-bottom: 5px;
    margin-bottom: .5rem;
    text-align: center;
}

.interestRates .left {
    display: inline;
    float: left;
    width: 46%;
}

.interestRates .right {
    display: inline;
    float: right;
    width: 46%;
}

.interestRates .source {
    margin-top: 5px;
    margin-top: .5rem;
    text-align: center;
}

.interestRates #WidgetTable td {
}

.interestRates #WidgetTable td font {
    font-size: inherit!important;
}

.faq {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    list-style: none;
}

.faq li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.faq li p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.faq li:last-child,
.faq li p:last-child {
    margin-bottom: 0;
}

.faq .q {
    color: #be122c;
    font-weight: 700;
}

.faq .a {
}

.faq .fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.ol,
.ul {
    margin: 0 0 20px 20px;
}

.ul .ul {
    margin-bottom: 0;
}

.ourteam {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
}

.ourteam .member {
    display: inline-block;
    position: relative;
    max-width: 290px;
    min-height: 460px;
    margin: 10px auto;
    padding: 0 8px;
    vertical-align: top;
}

.member .photo {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.member .photo:hover {
    filter: grayscale(100%);
    filter: url(../images/grayscale.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.member .info {
    padding-top: 10px;
}

.member .name {
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.member .founding {
    margin-bottom: 3px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

.member .pos {
    margin-bottom: 5px!important;
    color: #be122c;
    font-size: 13px;
    font-size: 1.3rem;
}

.member .memContact {
    list-style: none;
}

.propertyTop {
}

.propertyInfo {
    padding-top: 20px;
}

.propertyMain {
    padding-top: 30px;
}

.propertyMain h5,
.propertyMain h6 {
    margin-bottom: 5px;
    margin-bottom: .5rem;
}

.tblPinfo {
    border: 1px solid #dfdfdf;
}

.tblPinfo th,
.tblPinfo td {
    padding: 5px 8px;
}

.tblPinfo th {
}

.tblPinfo td {
}

.tblPinfo tr:nth-child(even) th,
.tblPinfo tr:nth-child(even) td {
}

.tblPinfo tr:nth-child(odd) th,
.tblPinfo tr:nth-child(odd) td {
    background-color: #fafafa;
}

.tblDemographicsWrap {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.tblDemographics {
    border: 1px solid #dfdfdf;
}

.tblDemographics th {
    padding: 8px;
    background-color: #eee;
}

.tblDemographics td {
    padding: 5px 8px;
}

.tblDemographics tr:nth-child(even) td {
}

.tblDemographics > tbody > tr:nth-child(odd) td {
    background-color: #fafafa;
}

/* !
 ***********************************
 * Media Queries
 *********************************** */
@media (min-width:1200px){
}

@media (min-width:992px){
}

@media (max-width:991px){
}

@media (min-width:850px){
    .container {
        width: 830px;
    }
}

@media (min-width:768px) and (max-width:991px){
}

@media (min-width:768px){
    .navbar-header {
        display: none;
    }
}

@media (max-width:767px){
    #mainNav .sm {
        margin-bottom: 20px;
    }
}

@media (min-width:640px){
}

@media (max-width:639px){
    .tblProperties .description {
        display: none;
    }
}

@media (max-width:480px){
}

@media (max-width:460px){
}

.tblProperties2 tr:hover {
    background-color: #f0f0f0;

    /* or whatever color you want */
}
