/*
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
*/

body{
    width:100%; 
    max-width:2560px; 
    margin: 0px auto;
}

.website-row-fluid {
    width: 100%;
    margin-right: auto; 
    margin-left: auto;
}



.website-row {
    width: 100%;
    max-width: 1150px;
    margin-right: auto; 
    margin-left: auto;
}



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    padding-right: 10px;
    padding-left: 10px;
}



.listing-overlay {
    width: 136px !important;
    height: auto !important;
    position: absolute;
    top: 0px;
    right: 0px;
}

.property-img-box {
    background-color: #E8E8E8; 
    position: relative; 
    width:100%; 
    padding-top:66.66%;
    overflow: hidden;
}

.property-img {
    position:absolute; 
    height: 100%; 
    max-width: none; 
    width: auto;
    left: 50%; 
    transform: translateX(-50%); 
    top:0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.infoicon 
{
    margin-left: 3px;
    margin-right: 3px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 13px;
    font-family:  "Times New Roman", Georgia, Times, serif;
    padding: 2px 8px;
    background-color: #f2f2f2;
    color: #f2f2f2;
	cursor:help;
}

.property-box{
    cursor: pointer;
}

.community-image {
    margin-bottom:2px;
}

.community-image h2 {
    color: #fff;
    font-size: 28px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 10%;
    z-index: 4;
    width: 80%;
    text-align: center;
    padding: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-transform: uppercase;
    font-weight: 500;
}


.community-image h2:hover {
    text-decoration:underline;
    font-size: 30px;
}


/* Grayscale Roll-Over */
.img-grayscale {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */

    transition: 0.25s;
}


.img-grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}


.sticky-header {
    width:100%; 
    position: fixed; 
    top: 0;
    left: 0;
    margin: 0 auto;
    display:none;
    opacity: 0;

    z-index:20;
                      
}

.sticky-display {
  
    display:block;
    opacity: 1;
}



.home-worth-text-top {
    margin:10px 0; 
    text-align:left; 
    color:#ffffff; 
    font-family: Helvetica, Arial, sans-serif;

    
    font-size: 48px; 
    line-height: 52px;
}

.home-worth-text-bottom {
    text-align:left; 
    color:#ffffff;  
    font-family: Helvetica, Arial, sans-serif;

    font-size: 22px;
    line-height:28px;
}

.home-worth-input {
    padding: 15px 12px;
    /*width:100%;*/
    border:none;
    border-radius: 0px !important;
    font-size: 14px;
}


.home-worth-confirm {
    padding: 15px 12px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 0px !important; 
    font-size: 14px;

    background-color: rgb(219, 33, 40);

}

.input-invalid{
    border-color:#db2128;
}

.label-invalid{
    color: #db2128;
    font-weight:bold;
}

.property-summary {
    background-color:#ffffff; 
    color:#000000; 
    padding:5px 15px;
    font-size: 13px;
}



.carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel-caption {
    /*position: relative;*/
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}


.navbar li a:focus, .navbar li a:hover {
    color: #FFF;
    background-color: #515151;
}

.navbar li a.currentPage {
    background-color: #515151;
}

.footer-nav {
    padding: 8px 0px;
}

a.home-tip:hover {
    text-decoration: none;
}


.article-box {
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.article-summary {
	color: #333;
	padding: 5px 10px;
	font-size: 14px;
}

#top-banner-award-container img {
    width:50%;
    height:auto;
}

/* Listing CSS */
.specialbox img
{
	margin-top:-5px;
}

.specialbox
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color:#333; color:#FFF; border:#FFF 1px solid; padding:10px;

	width:50%;
	max-width:120px;
	text-align:center;
	font-size:18px;
	/*height:44px;*/

	float:left;
}

.specialbox:hover{
	color:#ffffff;
	text-decoration:none;
}

#videoLink, #brochureLink{
	padding-top:8px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	font-size: 18px;
}

.property-address
{
	font-weight:bold;
	font-size:16px;
}

.attr_label{
    line-height:1.26em;
    font-size:1em;
}
.attr_value{
    font-size:1.2em;
}



#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/* splider CSS Start */
.splide__slide img {
    width: 100%;
    height: auto;
    max-height:380px;
}

.splide__slide {
/*opacity: 0.6;*/
opacity: 1;
}

.splide__slide.is-active {
opacity: 1;
}

ul#splide_thumbnail{
    justify-content: center;
}

#overlay
{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 1999;
}

#loader
{
    display:none;
    position: fixed;
    /*top: 0;
    left: 0;*/
    top:50%;
    left:50%;
    
    margin-top:-16px;
    margin-left:-16px;
    
    z-index: 2000;
}

/* splider CSS End */

button#friend_send{
	/*
	background-color: #61B136;
    border-color: #61B136;
	*/
	background-color: #33A057;
    border-color: #33A057;

	color:#FFFFFF;
}

button#friend_send_inline{
	/*
	background-color: #61B136;
    border-color: #61B136;
	*/
	background-color: #33A057;
    border-color: #33A057;

	color:#FFFFFF;
}

.footer-left, .footer-right {
    text-align:center;
}

/* End Listing CSS */

@media (min-width: 768px) {
    
    .footer-left {
        text-align:left;
    }

    .footer-right {
        text-align:right;
    }
    
    .home-worth-text-top {
        font-size: 26px; 
        line-height: 28px;

    }
    .home-worth-text-bottom {
        font-size: 14px; 
        line-height: 18px;
    }
    .article-summary {
        padding: 5px 10px;
        font-size: 13px;
    }

    .nav-link {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #top-banner-award-container img {
        width:100%;
        height:100%;
    }
}

@media (min-width: 992px) {
    
    .home-worth-text-top {
        font-size: 32px; 
        line-height: 40px;
        
    }
    .home-worth-text-bottom {
        font-size: 18px; 
        line-height: 22px;
    }
    .article-box {
        height: 350px;
        overflow: hidden;
    }
    .article-summary {
        padding: 5px 10px;
        font-size: 13px;
    }

    .community-image {
        margin-bottom:0px;
    }
    
    .community-image h2 {
        font-size: 22px;         
    }

    .community-image h2:hover {
        text-decoration:underline;
        font-size: 24px;
    }

}


@media (min-width: 1200px) {
    /*
    .home-worth-text-top {
        font-size: 48px; 
        line-height: 52px;
        
    }
    .home-worth-text-bottom {
        font-size: 22px; 
        line-height: 28px;
    }
    */
    .article-box {
        height: 400px;
        overflow: hidden;
    }
    .article-summary {
        padding: 5px 10px;
        font-size: 14px;
    }
}


@media (min-width: 1500px) {
    
    .community-image h2 {
        font-size: 28px;         
    }
    
    .community-image h2:hover {
        text-decoration:underline;
        font-size: 30px;
    }


    .home-worth-text-top {
        font-size: 48px; 
        line-height: 52px;
        
    }
    .home-worth-text-bottom {
        font-size: 22px; 
        line-height: 28px;
    }
    
}





.table-mobile-stack {
	width: 100% !important;
}

.table-mobile-stack td {
	vertical-align: top;
	padding: 5px;
}

@media (max-width: 720px) {
	.table-mobile-stack td {
		display: block;
		width: 100% !important;
	}
}