.navbar-show-modern-bg{
    background-color: #214f75 !important;
}

.form-control:focus{
    box-shadow: 0 0 0 .1rem #CC5500;
}
.text-orange{
    color: #CC5500 !important;
}
.background-orange{
    background-color: #CC5500 !important;
}
.text-blue{
    color: #2c82c9 !important;
}
.background-blue{
    background-color: #214f75 !important;
}
.text-capitaize{
    text-transform: capitalize !important;
}
.house-image-wrapper-large{
    height: 300px;
}
.house-image-wrapper-large img{
    height: 100%;
    object-fit: cover;
}
.house-image-wrapper-small{
    height: 170px;
}
.house-image-wrapper-small img{
    height: 100%;
    object-fit: cover;
}
.margin-bottom-70{
    margin-bottom: 70px;
}
.font-size-14 {
    font-size: 14px !important;
}
.modal-header .close {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #CC5500;
    border-radius: 50%;
    margin: -5px;
    padding: 0px;
    opacity: 1;
    color: #fff;
}
.slider-heading{
    font-size: 40px;
    line-height: 50px;
}
.small-banner ul li.active {
    color: #fff;
    font-size: 17px;
}
.community-imge{
    width: 100%;
    height: 250px;
    display: block;
}
.community-imge img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-image{
    width: 100%;
    height: 200px;
    display: block;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.remax-homes span h6{
    font-size: 18px;
    color: #000;
}
.small-banner{
    background-size: cover;
    padding: 200px 0 100px 0;
}
.small-banner h1{
    font-size: 40px;
    color: #fff;
    z-index: 100;
    position: relative;
}
.overlay{
    background: rgba(0, 0, 0,0.55);
    inset: 0;
}
.small-banner ul {
    list-style-type: none;
    z-index: 100;
    position: relative;
}
.small-banner ul li {
    margin: 0 10px;
}
.small-banner ul li a {
    color: #fff;
    font-size: 17px;
}
.sold-badge{
    top: 20px;
    left: 20px;
    padding: 3px 40px;
    border-radius: 5px;
}
.team-member-image{
    width: 100%;
    height: 550px;
}
.team-member-image img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.team-image img:hover {
    -webkit-filter: none;
    filter: none;
}

.floor-plan-image{
    width: 100%;
    height: 400px;
}
.floor-plan-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.about-us-image{
    width: 100%;
    height: 450px;
}
.about-us-image img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.service-image{
    width: 100%;
    height: 300px;
}
.service-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}g
.team-image{
    width: 100%;
    height: 350px;
}
.team-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.gallary-image-fix-height{
    width: 100%;
    height: 150px;
}
.gallary-image-fix-height img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.team-detail a i{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #CC5500;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 10px;
}
.team-image img{ 
    -webkit-filter: grayscale(100%); /* Safari/Chrome */
    filter: grayscale(100%);
}
.team-card-wrapper:hover .team-image img{
    -webkit-filter: grayscale(0%); /* Safari/Chrome */
    filter: grayscale(0%);
}
.under-contract{
    background: rgba(0, 0, 0,0.55);
    inset: 0;
}
.under-contract h5{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.house-features {
    list-style-type: none;
}
.house-features li{
	line-height: 32px;
}
.house-features li i{
    color: #CC5500;
}
.news-wrapper {
	padding: 70px 0;
}

.single-news {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 10px 5px #f1f1f1;
	box-shadow: 0 0 10px 5px #f8f8f8;
}

.news-image {
	max-width: 100%;
	height: 300px;
}

.news-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.news-details {
	position: relative;
    padding: 20px;
}
.news-details h5{
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
}
.news-details  p{
    margin-bottom: 0px;
}
.read-more {
	padding: 8px 30px;
	background-color: #CC5500;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	margin-top: 20px;
}

.read-more:hover {
	color: #fff;
}

.pagination ul {
	list-style-type: none;
	margin: 0 auto;
}

.pagination ul li a {
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	border-radius: 50%;
	border: 1px solid #c89635;
	margin-right: 10px;
}
.pagination ul li a:hover{
	background-color: #c89635;
	color: #fff;
}
.pagination ul li a.active {
	background-color: #c89635;
	color: #fff;
}

.subscription-box {
	padding: 30px 40px;
	background-color: #CC5500;
}
.subscription-box h5{
    font-size: 20px;
    line-height: 30px;
}
.subscription-box span {
	display: flex;
	align-items: baseline;
}

.subscription-box .form-control {
	border: 0px;
}

.subscribe-button {
	padding: 10px;
	display: block;
	background-color: #2c82c9;
	color: #fff;
	width: 100% !important;
	border: 0px;
}
.latest-news-wrap {
	padding: 15px 0;
}

.latest-image {
	width: 70px;
	height: 70px;
}
.latest-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.latest-news-wrap a h6 {
	color: #333;
    font-size: 18px;
    line-height: 28px;
}
.latest-news-wrap p {
    margin-bottom: 0;
}

.orange-bullet-points {
	list-style-type: none;
}

.orange-bullet-points li {
	margin-bottom: 15px;
}

.orange-bullet-points li span {
	width: 10px;
	height: 10px;
	background-color: #CC5500;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.flooplans h5, .communities h5{
    font-size: 24px;
}


.homepage .video-bg{
    object-fit: cover;
    height: 100%;
}

.secondary-email{display:none;}

.popup-menu-wood{display:none;}

@media (max-width: 992px) {
	.popup-menu-wood{display:block;}
}

@media screen and (min-width: 481px) {
    .mobile-filler{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mobile-filler{
        background:url(/images/uploads/medium/1016-Sundown-Cir-3jpg_1900825208.jpg) no-repeat center center; 
        background-size:cover;
        /*left: 50%;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        z-index: -3;*/
    }
    .homepage .video-bg{
        display: none;
    }
}
