body {
	font-size:14px;
}
.sticky-top {
	/*transition: all 0.2s ease-in;*/
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* style for when sitcky is applied */
.stuck .sticky-top {
	background-color: #fff !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.navbar {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
body.custom-background {
	background-image: url(https://demo2.wpresidence.net/wp-content/uploads/2018/04/furley_bg.png);
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}
.content-wrapper {
	background-color:#fff !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.prop-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer {
	background-color:#333333;
}
.footer p {
	color:#fff;
	text-align:center;
	margin-bottom:0px;
}
.prop-content {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-bottom: 40px;
	border-radius:5px;
}
.prop-head {
	font-weight:600;
	font-size:19px;
	padding-top:7px;
	padding-bottom:7px;
	text-transform: uppercase;
}
.prop-price span{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #FF4200;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.prop-content-btn {
	text-align: right;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #e0dfdf;
	margin-top: 10px;
}
.prop-btn {
	background-color: #fff;
    border: 1px solid #FF4200;
    padding: 4px;
    color: #FF4200;
}
.prop-btn:hover {
	background-color:#FF4200;
	border: 1px solid #FF4200;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.prop-stickyform-btn {
	background-color: #FF4200;
    border: 1px solid #FF4200;
    padding: 10px 14px;
    color: #fff;
    border-radius: 24px;
}
.prop-stickyform-btn:hover {
	background-color:#fff;
	border: 1px solid #FF4200;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #FF4200;
}
.prop-inner-content {
	padding:10px;
}
.prop-content-img {
	overflow:hidden;
	border-bottom: 2px solid #fff;
	position:relative;
}
.prop-content-img:hover {
	border-bottom: 2px solid #FF4200;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.prop-content-img img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 transition: all .9s ease;
 -moz-transition: all .9s ease;
 -ms-transition: all .9s ease;
 -webkit-transition: all .9s ease;
 -o-transition: all .9s ease;
}
.prop-content-img:hover img {
	-moz-transform: scale(1.055);
	-webkit-transform: scale(1.055);
	transform: scale(1.055);
}
.prop-heading {
	text-align:center;
	text-transform:uppercase;
	padding:20px;
	font-size:28px;
}
.judy-details {
	list-style:none;
	padding-left: 0;
}
.judy-details li {
	color: #fff;
	font-size: 16px;
	padding: 3px;
	border-bottom: 1px dashed #403e3e;
}
.prop-disclaimer {
	color:#fff;
	text-align:justify;
}
.judy-img img {
	border-radius:4px;
}
.footer-content {
	background-color:#212121;
	padding:20px;
}
.copyright {
	padding:20px;
	background-color:#1e1e1e;
}

@media screen and (min-width: 1200px){
.container {
    max-width: 1200px;
}
/*.dropdown-toggle::after{
display:none;
}*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
}

.dropdown-menu{
    background-color: #fff;
    border: 1px solid #f0f0f0!important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
 /*   -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;*/
	top: 100%;
	font-size:14px;
	 padding:0px;  
}
.dropdown-item{
 padding: 7px;
}
.dropdown-item:hover{
 background-color:#FF4200;
 color:#fff;
 -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.header{
    background-color: #f2f2f2;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	padding:9px;
}
@media screen and (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
       padding-right: 4px;
    padding-left: 7px;
}
.prop-listing{
padding:25px;
}
}

.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    margin: 0 auto;
    border-radius: 6px;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
@media screen and (max-width:700px){
.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    margin: 0 auto;
	padding: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
}
@media screen and (min-width:700px){
.carousel-caption .prop-caption{
   background-color: #fff;
    color: #333;
    padding: 12px;
    width: 48%;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.carousel-item{
height:550px;
}
.prop-slide-price span{
    font-size: 17px;
}
}
.prop-footer-form h3 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.prop-footer-form h4 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
::-webkit-input-placeholder { 
font-size:14px; 
} 
::-moz-placeholder { 
font-size:14px;
}
.form-control{
font-size:14px;
padding: 9px;
}
select{
padding: 9px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.prop-footer-form {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding: 10px;
    border-bottom: 2px solid #c1c1c1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.prop-slide-price span{
    background-color: #FF4200;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    text-align: center;
    color: #fff;
}
@media screen and (min-width:700px){
.prop-footer-form {
    padding: 20px;
    margin: 42px 42px 0px 42px;
}
}
.prop-img-content{
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(255, 66, 0, 0.6588235294117647);
    padding: 3px 6px;
    border-radius: 4px;
}
.prop-img-top-content{
position: absolute;
    top: 8px;
    right: 16px;
    color: #fff;
    font-size: 14px;
    background-color: #009688;
    padding: 3px 6px;
    border-radius: 4px;
}
 @media screen and (min-width:700px) {
.icon-bar {
 width: 57px;
 position:fixed;
 right:13px;
 top:35%;
 z-index:99;
}
.icon-bar a {
 display: block;
 border-radius:50% !important;
}
}
 @media screen and (max-width:700px) {
/* .icon-bar {
	right:10px;
}*/
.icon-bar {
 position: fixed;
 bottom: 0 !important;
 left: 0;
 right: 0;
 width: 100%;
 text-align: center;
 z-index: 99;
 background-color:#fff;
}
 .icon-bar a {
 display: inline-block;
 padding: 1px 12px 4px 12px!important;
 width: 30.3%;
 border-radius:20px;
}
}
.icon-bar a {
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
	color: #fff !important;
	font-size: 24px;
	margin-top:5px;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.icon-bar a:hover {
	background-color: #444;
}
.prop-email {
	background-color:#ff4200;
}
.prop-phone {
	background-color:#2196F3;
}
.prop-whatsapp {
	background-color: #4CAF50;
}
.prop-stickyform{
background-color:#fff;
}
@media screen and (min-width:700px){
 .prop-stickyform{
margin:0 auto;
width:30%;
}
.top-phone{
text-align:left;
}
.top-mail{
text-align:right;
}
}
.prop-modal-content{
border:none;
}
.prop-modal-header{
	padding: 8px;
    text-transform: uppercase;
    text-align: center;
	margin-top:15px;
    font-size: 1.25rem;
	font-weight:500;
	color:#222;
}
@media screen and (max-width:700px){
.navbar-brand img{
width:140px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.top-phone{
text-align:center;
}
.top-mail{
text-align:center;
}
}
@media screen and (min-width:700px){
.modal-dialog{
margin:0 !important;
}
.alertmodal .modal-dialog {
 width: 40% !important;
}
}
.prop-input{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.prop-input ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #FF4200; transition: 0.4s;}
.prop-input:focus ~ .focus-border{width: 100%; transition: 0.4s;}
.form-control:focus{
border: 1px solid #ced4da!important;
outline:0;
box-shadow:none !important
}
.prop-input:focus{outline: none; box-shadow:none !important;}
.input-group{
postion:relative;
}
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
.form-check{
    margin-top: 12px;
}
@media screen and (max-width:700px){
.prop-mobile-nav{
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.navbar-light .navbar-nav .nav-link {
        border-bottom: 1px dashed #c3bebe;
}
.prop-footer-form h3{
font-size:16px;
}
.prop-footer-form h4{
font-size:14px;
}
.prop-heading{
font-size: 22px;
}
}
.top-phone i{
color:#FF4200;
}
.top-phone a:link{
text-decoration:none;
color:#FF4200;
font-size:15px;
font-weight: 600;
}

.top-phone{
text-decoration:none;
color:#FF4200;
font-size:15px;
font-weight: 600;
}

.top-mail i{
color:#FF4200;
}
.top-mail a:link{
text-decoration:none;
color:#FF4200;
font-size:15px;
font-weight: 600;
}
.alert-danger {
	color: #eb2828;
	background-color: #fff;
	border-top: 3px solid #eb2828;
	font-size: 15px;
}
.top-lang a:link{
text-decoration:none;
color:#FF4200;
font-size:15px;
font-weight: 600;
text-align:center;
}
.top-lang a{
color:#FF4200;
}
@media screen and (max-width:700px){
.mobile-only{
display:block
}
.desktop-only{
display:none
}
}
@media screen and (min-width:700px){
.mobile-only{
display:none
}
.desktop-only{
display:block
}
}
h1{
color:#fff;
font-size:12px;
margin:0;
padding:0;
}
.prop-privacy-content-head{
background-color: #FF4200;
color:#fff;
font-size:20px;
padding:5px 20px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius: 5px 5px 0px 0px;
}
.prop-privacy-content{
font-size:14px;
padding:5px 20px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius:0px 0px 5px 5px;
}
.prop-br {
    height: 20px;
}
.prop-lit-br {
    height: 1px;
}
.prop-privacy-content ul{
padding:8px 20px;
}
.copyright a{
 color:#fff;
 text-decoration:none;
}
.rc-anchor{
width:100px !important;
}
/*sticky form*/
.lastname {
    display: none;
}