.propertyTable{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    background-color: #ffffff;
}
.align-right {
    text-align: right;
    right: 50%;
}
.align-center {
    text-align: center;
    font-size: 24px;
}
.w-10 {
    width: 10%
}
.w-33 {
    width: 33%;
}
.w-45 {
    width: 45%
}
.w-75{
    width: 75%;
}
.filter {
    background: rgba(43, 43, 43, 0.05);
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    text-align: left;
}
.filter-bg {
    background: rgba(0, 0, 0, 0.02);
}
.min-margin {
    margin: -4px;
    margin-left: 4px;
}
.collapser {
    font-weight: bold;
    color: black;
    border: 1px solid black;
    padding: 2px;
}
.navbar-nav li:hover>.dropdown-menu {
    display: block;
}
.ml-72 {
    margin-left: -72px;
}
.link {
    text-decoration: none;
    color: whitesmoke;
}
.link:hover {
    color: whitesmoke;
}
.link-b {
    text-decoration: none;
    color: black;
}
.link-b:hover {
    color: #4b4b4b;
}
.link-invis{
    text-decoration: none;
    color: black;
}
.link-invis:hover{
    text-decoration: none;
    color: black;
}
.link-news {
    text-decoration: none;
}
.w-250p {
    width: 250px
}
.h-125p {
    height: 125px
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.min-100{
    min-height: 1080px;
}
#slideButton {
    border: 1px solid white;
    height: 5px;
    position: relative;
    top: 30px;
}
#slider {
    border: 1px solid white;
    height: 20px;
    width: 20px
}
#500x500{
    width: 500px;
    height: 500px
}
#ProImgHeight {
    width: auto;
    height: 500px;
    overflow: hidden
}
#ProImgWidth {
    width: 500px;
    height: auto;
    overflow: hidden
}
#NewsImgHeight {
    width: auto;
    height: 150px;
    overflow: hidden
}
#newsImgWidth {
    width: 150px;
    height: auto;
    overflow: hidden
}
#NewsImgHeight2 {
    height: 180px;
    width: auto;
    overflow: hidden
}
#newsImgWidth2 {
    width: 180px;
    height: auto;
    overflow: hidden
}
#ImgHeight {
    width: auto;
    height: 200px;
    overflow: hidden
}
#ImgWidth {
    width: 200px;
    height: auto;
    overflow: hidden
}
#ImgNormal {
    width: 200px;
    height: 200px;
}
.mediaTable {
    width: 100%;
}
.mediaCell {
    width: 50%;
    padding: 5px;
}
.ta-right {
    text-align: right;
}
.ta-left {
    text-align: left;
}
.ta-center{
    text-align: center;
}
.stripes:nth-child(even){
    background-color: #eeeeee;
}
.round {
    border-radius: 10px;
}
.send-success{
    background-color: lawngreen;
}
.desc {
    font-size: 14px;
    height: 500px;
    overflow: hidden
}
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}


