/* CSS Document */

.ip-ld-prop-tab {
    position: relative;
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ip-ld-prop-tab-control {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-ld-prop-tab-control a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 76px;
    background-color: transparent;
    font-size: 22px;
    color: #3d1b11;
    line-height: 1;
    font-family: var(--cinzel);
    border-top: 2px solid #cebdb4;
    border-bottom: 2px solid #cebdb4;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 100%;
    padding: 0 24px;
}

.ip-ld-prop-tab-control.active a, .ip-ld-prop-tab-control:hover a {
    background-color: var(--orange);
    border-color: var(--orange)!important;
    color: #fff;
}

.ip-ld-prop-tab-control:first-child a {
    border-left: 2px solid #cebdb4;
}

.ip-ld-prop-tab-control:last-child a {
    border-right: 2px solid #cebdb4;
}
.ip-ld-prop-controls-container {
    width: 100%;
    max-width: 1490px;
    margin: 79px auto 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
	position: relative;
  	z-index: 100;
}

.ip-ld-prop-control-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


.ip-ld-prop-control{
	width: 100%		
}
.ip-ld-prop-control > a {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
	cursor: pointer;
}
em.ai-icon-img {
    background-image: url(../img/ai-img-icon-a.png);
    width: 27px;
    height: 23px;
    margin-right: 10px;
	display: inline-block;
  	vertical-align: middle;
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;
}
em.ai-icon-map {
    background-image: url("../img/icon-map-pin.png");
    width: 27px;
    height: 28px;
    margin-right: 10px;
	display: inline-block;
  	vertical-align: middle;
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;
}


.ip-ld-prop-control:not(:last-child) {
    margin-right: 75px;
}

.ip-ld-prop-control.view-btn a {
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    font-family: var(--title-font);
    pointer-events: none;
}

.ip-ld-prop-control .dropdown.sort-menu a {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    font-family: var(--title-font);
    color: inherit;
}

.ip-ld-prop-control .dropdown-toggle::after {
    color:var(--orange);
}

.ip-ld-prop-control .dropdown-menu li {
    display: block;
    position: relative;
    line-height: 1;
    list-style-type: none;
    font-size: 13px;
}

.ip-ld-prop-control .dropdown-menu {
    padding: 10px 10px;
    border-radius: 0;
    background-clip: padding-box;
    margin-top: 15px;
}

.ip-ld-prop-control .checkbox-look input, .ip-ld-prop-control .radio-look input, .ip-ld-prop-control .view-icon input {
    display: none;
}

.ip-ld-prop-control .checkbox-look input:checked + .standin, .ip-ld-prop-control .radio-look input:checked + .standin, .ip-ld-prop-control .view-icon input:checked + .standin {
    color: #c75231;
}

.ip-ld-prop-control .checkbox-look input + .standin, .ip-ld-prop-control .radio-look input + .standin, .ip-ld-prop-control .view-icon input + .standin {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #431b08;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-ld-prop-control .checkbox-look input + .standin::before, .ip-ld-prop-control .radio-look input + .standin::before, .ip-ld-prop-control .view-icon input + .standin::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #9d7c68;
    top: -1px;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-ld-prop-control .checkbox-look input:checked + .standin::before, .ip-ld-prop-control .radio-look input:checked + .standin::before, .ip-ld-prop-control .view-icon input:checked + .standin::before {
    border-color: #c75231;
    background-color: #c75231;
}

.ip-ld-prop-control .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeece1;
}

.ip-ld-prop-results-label {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #000;
    line-height: 1;
    font-family: var(--title-font);
}

.ip-ld-prop-list {
  height: 678px;
  overflow:auto;
}
#maptiler_interactive{
	height: 678px;	
}
.fp-map-item{
	display: flex;	
	border: 1px solid #cebdb4;
	margin-bottom: 8px;
}
.fp-map-item .fp-img{
	width: 33%;		
}
.fp-map-item .fp-img canvas{
	min-height: 150px;	
}
.fp-map-item .fp-info{
	position: static;
	width: 67%;
}
.fp-map-item .fp-info-a{
	display: block;
	padding: 19px 30px;
}
.fp-map-item .fp-info-a::before{
	display: none;
}
.fp-map-item .fp-info-address{
	display: block;
	border-bottom: 1px solid rgba(150, 150, 150, .5);
	padding-bottom: 15px;
}
.fp-map-item .fp-info-address h2, .fp-map-item .fp-info-address h3 {
	font-size: 28px;
	line-height: 1;
	color: var(--orange);
}
.fp-map-item .fp-info-address span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--gray);
}
.fp-map-item .fp-info-det {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.fp-map-item .fp-info-det span {
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	color: var(--gray);
}
.fp-map-item .listing-type {
	font-size: 12px;
}
.fp-map-item .property-actions{
	padding: 0;
}
/* Section 3 */
.ip-lcd-eb-bg canvas {
    opacity: .20;
}

.ip-lcd-eb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
}

.ip-lcd-eb-container {
    display: block;
    position: relative;
    padding: 139px 0 147px;
}

.ip-lcd-eb-box {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-lcd-eb-container .custom-container {
    width: 100%;
    max-width: 1247px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.ip-lcd-eb-content {
    display: block;
    position: relative;
    padding: 0 80px 0;
    z-index: 5;
    text-align: center;
}

.ip-lcd-eb-content h2 {
    font-size: 40px;
    color: var(--orange);
    line-height: 1;
    display: block;
    margin-bottom: 32px;
    font-family: var(--title-font);
    font-weight: 400;
}

.ip-lcd-eb-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}

.ip-lcd-eb-inner {
    display: block;
    position: relative;
    padding: 67px 0 60px;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    z-index: 44;
}

.ip-lcd-eb-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: calc(100% - 36px);
    height: calc(100% + 36px);
    border: 1px solid rgba(158, 124, 105, .50);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eae4d9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    /* IE6-9 */
}

.ip-lcd-eb-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(158, 124, 105, .50);
}

.ip-lcd-eb-content p a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-lcd-eb-content p a:hover {
    color: var(--orange);
}

.ip-lcd-eb-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    height: 60px;
    background-color: var(--orange);
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.1px;
    position: relative;
    font-family: var(--title-font);
    border: 1px solid #cb8772;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
	text-decoration: none !important; 
}

.ip-lcd-eb-btn {
    display: block;
    position: relative;
    margin-top: 74px;
}

.ip-lcd-eb-btn a:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -15px;
    right: -15px;
    height: calc(100% + 2px);
    background-color: var(--orange);
    z-index: -1;
    border: 1px solid #cb8772;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-lcd-eb-btn a span {
    position: relative;
    z-index: 2;
}

.ip-lcd-eb-btn a:after {
    position: absolute;
    content: '';
    top: -15px;
    bottom: -15px;
    width: calc(100% + 2px);
    background-color: var(--orange);
    z-index: -1;
    border: 1px solid #cb8772;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-lcd-eb-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    z-index: 2;
    opacity: .60;
}

.ip-lcd-eb-btn a:hover {
    background-color: var(--brown);
}

.ip-lcd-eb-btn a:hover:before, .ip-lcd-eb-btn a:hover:after {
    background-color: var(--brown);
}

/*Section 4*/
.ip-lcd-vid-container {
    display: block;
    position: relative;
    padding: 90px 0 109px;
}

.ip-lcd-vid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--brown);
}

.ip-lcd-vid-main {
    display: block;
    position: relative;
    z-index: 1;
}

.ip-lcd-vid-row {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-lcd-vid-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.ip-lcd-vid-item {
    display: block;
    position: relative;
}

.ip-lcd-vid-img {
    display: block;
    position: relative;
}

.ip-lcd-vid-img a {
    display: block;
    position: relative;
}

.ip-lcd-vid-holder {
    display: block;
    position: relative;
}

.ip-lcd-vid-bg canvas {
    opacity: .30;
}

.ip-lcd-vid-holder canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-lcd-vid-img a span.ai-icon-youtube {
    background-image: url(../img/ai-youtube-icon.png);
    width: 81px;
    height: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ip-lcd-vid-content {
    display: block;
    position: relative;
    padding: 25px 0 0;
    text-align: center;
}

.ip-lcd-vid-content h2 {
    font-size: 32px;
    font-family: var(--title-font);
    line-height: 44px;
    color: #fff;
    display: block;
    margin-bottom: 18px;
}

.ip-lcd-vid-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}

.ip-lcd-vid-main .global-title {
    margin-bottom: 40px;
}

.ip-lcd-vid-main .global-title.is-white h2 {
    color: #eae4d9;
}

.ip-lcd-vid-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 20px;
    border: 1px solid #ebe5da;
    z-index: 5;
    pointer-events: none;
}

.ip-lcd-vid-holder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px 10px;
    border: 1px solid #ebe5da;
    z-index: 5;
    pointer-events: none;
}

.ip-lcd-vid-img a:hover .ip-lcd-vid-holder canvas {
    opacity: .75;
}

/* Section 5 */
.ip-lcd-sold-container .ip-fp-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-lcd-sold-container .ip-fp-item-inner:hover .ip-fp-img img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ip-lcd-sold-container {
    display: block;
    position: relative;
    padding: 94px 0 72px;
}

.ip-lcd-sold-main {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-lcd-sold-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-lcd-sold-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 72%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    z-index: 1;
}

.sold-slider:not(.slick-initialized) .ip-fp-item:nth-child(n+2) {
    display: none;
}

/* Section 6 */
.ip-lcd-agents-container {
    display: block;
    position: relative;
    padding: 87px 0 68px;
}

.ip-lcd-agents-main {
    display: block;
    position: relative;
    z-index: 2;
}

.ip-lcd-agents-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-lcd-agents-bg canvas {
    opacity: .15;
}

.ip-lcd-agent-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    padding: 0 15px;
}

.ip-lcd-agents-list {
    display: flex;
    position: relative;
    margin: 0 -15px;
    justify-content: center;
	flex-wrap: wrap;
}

.ip-lcd-agent-item a {
    display: block;
    position: relative;
}

.ip-lcd-agent-name {
    display: block;
    text-align: center;
    padding: 15px 0 20px;
}

.ip-lcd-agent-item h2 {
    font-size: 26px;
    line-height: 1;
    color: var(--orange);
    display: block;
    font-family: var(--lora);
}

.ip-lcd-agent-item span {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #58585b;
    margin-top: 6px;
}

.ip-lcd-agents-main .global-title {
    margin-bottom: 46px;
}

.ip-lcd-agent-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    background-color: var(--orange);
}

.ip-lcd-agent-img canvas.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 9;
}

.ip-lcd-agent-item a:hover .ip-lcd-agent-img canvas.hover-image {
    opacity: 1;
}

.ip-lcd-agent-img {
    display: block;
    position: relative;
}

/* Section 7 */
.loi-list-btn a {
    margin: 0 auto;
    max-width: 257px;
}

.loi-list-btn {
    display: block;
    position: relative;
    margin: 80px auto 0;
}

.loi-container {
    padding: 84px 0 78px;
}

/* Section 8 */
.ip-lcd-testi-bg canvas {
    opacity: .12;
}

.ip-lcd-testi-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
	z-index: -1;
}

.ip-lcd-testi-container {
    display: block;
    position: relative;
    padding: 90px 0;
}

.ip-lcd-testi-box {
    display: block;
    position: relative;
    margin: 0 -15px;
}

.ip-lcd-testi-container .custom-container {
    width: 100%;
    max-width: 1247px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

.ip-lcd-testi-content-main {
    display: block;
    position: relative;
    padding: 0 107px;
    z-index: 5;
    text-align: center;
}

@media (max-width:992px){
	.ip-lcd-testi-content-main {
		display: block;
		position: relative;
		padding: 0 30px;
		z-index: 5;
		text-align: center;
	}
}
.ip-lcd-testi-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
}

.ip-lcd-testi-inner {
    display: block;
    position: relative;
    padding: 95px 0;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    z-index: 44;
}

.ip-lcd-testi-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: calc(100% - 36px);
    height: calc(100% + 36px);
    border: 1px solid rgba(158, 124, 105, .50);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eae4d9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(234, 228, 217, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 228, 217, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae4d9', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 3px 12px 0px rgb(56 46 43 / 25%);
    box-shadow: 0px 3px 12px 0px rgb(56 46 43 / 25%);
}

.ip-lcd-testi-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(158, 124, 105, .50);
}

.ip-lcd-testi-content p a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-lcd-testi-content p a:hover {
    color: var(--orange);
}


/* Quick Search*/

.qs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    padding-bottom: 33px;
	z-index: 1;
}

.qs-main {
    width: 100%;
    max-width: 1034px;
    margin: 0 auto;
    padding: 0 15px;
}

.qs-wrapper {
    display: block;
    position: relative;
}

.qs-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14.442%;
}

.qs-form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 85.558%;
}

.qs-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qs-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26.775%;
    margin-right: 0.232%;
}

.qs-select button.dropdown-toggle, .qs-field>select, .qs-field>input:not([type=submit]) {
    width: 100%;
    height: 57px;
    border: 1px solid rgba(255, 255, 255, .85);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    padding: 0 20px;
    background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
}

.qs-field:not(.submit):before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}

.qs-select button.dropdown-toggle, .qs-field>select {
    /* background-image: url(images/qs-select-icon.png); */
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.qs-field>select option {
    background-color: #382e2b;
    color: #fff;
}

.qs-select {
    width: 100%;
    height: 100%;
}

.qs-field.submit input[type=submit] {
    width: 100%;
    height: 57px;
    background-color: var(--orange);
    border: none;
    font-size: 22px;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.100em;
    padding: 0;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--lora);
}

.qs-field.submit input[type=submit]:hover {
    background-color: #b79582;
}

.qs-title span {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: var(--lora);
}

.qs-field.submit {
    margin-right: 0;
    width: 18.509%;
}

.qs-field .dropdown-menu-inner input[type="checkbox"] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #93766c;
    clear: none;
    cursor: pointer;
    outline: 0!important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0!important;
    border: none!important;
}

.qs-field .dropdown-menu-item ul li label:before {
    content: '';
    background: transparent;
    color: #93766c;
    cursor: pointer;
    margin: 0 10px 0 0;
    outline: 0!important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 12px;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    width: 12px;
    height: 12px;
    border: solid 1px #93766c;
    overflow: hidden;
}

.qs-field .dropdown-menu-item ul li label.checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    z-index: 2;
    width: 6px;
    height: 6px;
    background: var(--orange);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qs-field .dropdown-menu-item ul li label.checked:before {
    border: solid 1px var(--orange);
}

.qs-field .dropdown-menu {
    min-width: 694px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: auto;
    bottom: 100%;
}

.qs-field .dropdown-menu-inner {
    position: relative;
    padding: 47px 40px 35px;
    background-color: #382e2b;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qs-field .dropdown-menu-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    position: relative;
}

.qs-field .dropdown-menu-item ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    margin-bottom: 10px;
}

.qs-field .dropdown-menu-item ul li label {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #b6a098;
}

.qs-field .dropdown-main-title {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #9e7c69;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.100em;
}

.qs-field .dropdown-menu-item:nth-child(2), .qs-field .dropdown-menu-item:first-child {
    margin-bottom: 40px;
}

.qs-field .dropdown-menu-item:nth-child(6),
.qs-field .dropdown-menu-item:nth-child(5) {
    margin-top: 40px;
}

.qs-select button.dropdown-toggle .filter-option {
    width: 100%;
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

#price-dropdown-toggle {
    width: 100%;
    height: 57px;
    border: 1px solid rgba(255, 255, 255, .85);
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 20px;
    background-color: transparent;
    display: block;
    /* background-image: url(images/qs-select-icon.png); */
    /* background-position: right 15px center; */
    /* background-repeat: no-repeat; */
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qs-range ._range {
    position: relative;
    top: 0;
}

.qs-range ._range span.selected-price.selected-max-price, .qs-range ._range span.selected-price.selected-min-price {
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    top: -28px;
}

.qs-range ._range span.selected-price.selected-max-price {
    right: 0;
    left: auto;
}

.qs-range ._range span.selected-mile.selected-max-mile {
    right: 0;
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #fff;
    bottom: -27px;
}

.qs-range ._range span.selected-mile.selected-min-mile {
    left: 0;
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    color: #fff;
    bottom: -27px;
}

.qs-range ._range .irs-bar {
    background-color: #9e7c69!important;
}

.qs-range ._range .irs-bar {
    height: 1px;
    top: 0px;
}

.qs-range ._range .irs-slider {
    background: var(--orange)!important;
    top: -5px;
    width: 11px;
    height: 11px;
}

.qs-range ._range .irs-line {
    height: 1px;
}

.qs-range ._range .irs {
    top: 0px;
    height: 1px;
}

.qs-range ._range {
    position: relative;
    margin-top: 20px;
}

.qs-field .qs-custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #382e2b;
    z-index: 999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    min-width: 100%!important;
    bottom: auto;
}

.qs-custom-dropdown.shown {
    display: block;
}

.qs-range {
    display: block;
    position: relative;
    padding: 28px 19px 20px;
}

.qs-show-any-price {
    display: block;
    position: relative;
    padding: 26px 22px;
    border-top: 1px solid #5c5c5c;
}

.qs-show-any-price label {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #b6a098;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.qs-show-any-price input[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    background: transparent;
    color: #93766c;
    clear: none;
    cursor: pointer;
    outline: 0!important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0!important;
    border: none!important;
}

.qs-show-any-price label:before {
    content: '';
    background: transparent;
    color: #93766c;
    cursor: pointer;
    margin: 0 10px 0 0;
    outline: 0!important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    min-width: 12px;
    -webkit-transition: .05s border-color ease-in-out;
    -o-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    width: 12px;
    height: 12px;
    border: solid 1px #93766c;
    overflow: hidden;
}

.qs-show-any-price label.checked:before {
    border: solid 1px var(--orange);
}

.qs-show-any-price label.checked.checked:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    z-index: 2;
    width: 6px;
    height: 6px;
    background: var(--orange);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.qs-container .dropup .dropdown-toggle::after,
.qs-container .dropdown-toggle::after {
	content:none;
}


/*Featured Locations*/
@media (min-width:786px){
	.fl-slide-container {
	  position: relative;
	  left: 61px;
	}	
}
.fl-img img {
    display: block;
    width: 100%;
	max-height: 164px;
    height: 100%;
    position: relative;
    min-height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-position: center;
    object-position: center;
	object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: .40;
}

.fl-img {
    display: block;
    position: relative;
    background-color: #000;
}

.fl-item {
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 0;
}

.fl-item a {
    display: block;
    position: relative;
}

.fl-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.fl-container {
    display: block;
    position: relative;
    font-size: 0;
    z-index: 2;
    background-color: #fff;
}

.fl-wrapper {
    display: block;
    position: relative;
    padding-left: 67px;
}

.fl-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--brown);
}

.fl-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .30;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.fl-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 5;
    width: 100%;
}

.fl-title span {
    font-size: 60px;
    line-height: 1;
    color: #eae4d9;
    font-family: var(--cinzel);
    display: block;
    padding: 15px 0;
    position: relative;
}

.fl-slide {
    display: block;
    position: relative;
}

.fl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-content-container {
    display: block;
    position: relative;
    padding: 83px 30px 80px 155px;
    height: 100%;
    margin-left: -70px;
}

.fl-content-container .global-title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(158, 124, 105, .65);
    display: inline-block;
    margin-bottom: 60px;
}

.fl-content {
    display: block;
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    max-width: 616px;
}

.fl-btn a {
    max-width: 328px;
}

.fl-content h2 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 15px;
}

.fl-content p {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}

.fl-col:first-child {
    width: 41%;
}

.fl-col:last-child {
    width: 59%;
}

.fl-btn {
    display: block;
    position: relative;
}

.fl-slide-container {
    display: block;
    position: relative;
    padding: 67px 0 0;
    z-index: 5;
}

.fl-control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 37px auto 50px;
    padding-right: 70px;
}

.fl-control>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 54px;
    cursor: pointer;
}

.fl-control>div span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #252525;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fl-control>div.fl-control-prev span em {
    margin-right: 30px;
}

.fl-control>div.fl-control-next span em {
    margin-left: 30px;
}

.fl-control>div:first-child {
    padding-left: 0;
}

.fl-control>div:last-child {
    padding-right: 0;
}

.fl-control>div:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #dadada;
    -webkit-transform: translateY(-50%) rotate(30deg);
    -ms-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
}

.fl-control>div span:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 20px;
    height: 5px;
    background-color: var(--orange);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fl-control>div.fl-control-next span:before {
    right: auto;
    left: 0;
}

.fl-control>div:hover span {
    color: var(--orange);
}

.fl-control>div:hover span:before {
    background-color: var(--brown);
}

.fl-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 33px;
    height: 100%;
    pointer-events: none;
    background-color: #eae4d9;
}

.fl-title:before, .fl-title:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 280px;
    height: 1px;
    background-color: #eae4d9;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fl-title:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: var(--orange);
}

.fl-item a:hover .fl-title span:before, .fl-item a:hover .fl-title span:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.fl-title span:after, .fl-title span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 20%;
    height: 3px;
    background-color: #eae4d9;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.fl-title span:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: var(--orange);
}

.fl-img span.fl-banner {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 73px;
    height: 23px;
    background-image: url(images/fl-banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 1;
    color: #eae4d9;
    text-transform: uppercase;
    font-family: var(--cinzel);
    padding-left: 12px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.fl-item a:hover .fl-title:before, .fl-item a:hover .fl-title:after {
    opacity: 0;
    visibility: hidden;
}

.fl-item a:hover .fl-img img {
    opacity: 0.80;
}

.fl-item a:hover .fl-img span.fl-banner {
    opacity: 0;
    visibility: hidden;
}

.fl-slide:not(.slick-initialized) .fl-item:nth-child(n+3)~div {
    display: none;
}
@media (max-width:992px){
	.qs-container {
		position: relative;
	}	


	
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-fp-info-address h2,
    .ip-fp-info-address h3 {
        font-size: 25px;
    }

    .custom-container, .ip-ld-prop-controls-container {
        max-width: 1367px;
    }

    .ip-ld-prop-tab-control a {
        font-size: 20px;
    }

    .aiosp-container.aiosp-inline-holder[class*="cma-req-popup"] .aios-popup-body {
        margin: 100px 0;
    }
}

@media only screen and (max-width: 1440px) {
    .custom-container {
        max-width: 1200px;
    }

    .custom-container, .ip-ld-prop-controls-container {
        max-width: 1280px;
    }

    .ip-fp-grid-title h2 {
        font-size: 23px;
    }

    .ip-fp-grid-title h2 span {
        font-size: 14px;
    }

    .ip-fp-grid-content {
        padding: 19px 20px;
    }

    .ip-fp-grid-info span {
        font-size: 15px;
    }

    .ip-ld-prop-control:not(:last-child) {
        margin-right: 35px;
    }

    .ip-ld-prop-results-label {
        font-size: 18px;
    }

    .ip-ld-prop-control em.ai-icon-img {
        width: 20px;
        height: 19px;
    }

    .ip-ld-prop-control em.ai-font-location-c {
        font-size: 23px;
    }

    .ip-ld-prop-control.view-btn a, .ip-ld-prop-control .dropdown.sort-menu a {
        font-size: 18px;
    }

    .ip-fp-grid-banner {
        padding: 6px 20px 6px;
    }

    .ip-lcd-eb-content {
        padding: 0 50px;
    }

    .ip-lcd-vid-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-fp-info-a:before {
        left: 15px;
    }

    .ip-fp-info-a {
        padding: 29px 15px;
    }

    .ip-fp-info-address h2,
    .ip-fp-info-address h3 {
        font-size: 20px;
    }

    .ip-fp-info-address span {
        font-size: 16px;
    }

    .ip-fp-info-det span {
        font-size: 15px;
    }

    .ip-lcd-banner-title h1 {
        font-size: 50px;
    }

    .ip-ld-prop-tab-control a {
        font-size: 16px;
        padding: 0 36px;
    }

    .ip-ld-prop-col:first-child {
        width: 42%;
    }

    .ip-ld-prop-col:last-child {
        width: 58%;
    }

    .ip-fp-grid-btn a {
        font-size: 11px;
        letter-spacing: 0.050em;
    }

    .ip-fp-grid-btn a [class*="ai-icon-"] {
        margin-right: 6px!important;
    }

    .custom-container, .ip-ld-prop-controls-container, .ip-lcd-testi-container .custom-container, .ip-lcd-eb-container .custom-container {
        max-width: 1200px;
    }

    .ip-fp-banner {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .custom-container {
        max-width: 1110px;
    }

    .custom-container, .ip-ld-prop-controls-container, .ip-lcd-testi-container .custom-container, .ip-lcd-eb-container .custom-container {
        max-width: 1110px;
    }

    .ip-lcd-vid-content p {
        font-size: 16px;
    }

    .ip-lcd-vid-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-lcd-banner-img canvas {
        min-height: 515px;
    }

    .ip-lcd-banner-title {
        top: 54%;
    }

    .ip-lcd-banner-title h1 {
        font-size: 45px;
    }

    .custom-container {
        /* max-width: 983px; */
    }

    .ip-fp-img canvas {
        min-height: 350px;
    }

    .ip-fp-info-btn span {
        font-size: 20px;
    }

    .ip-ld-prop-tab-control a {
        font-size: 14px;
        padding: 0 33px;
        height: 65px;
    }

    .ip-ld-prop-control > a {
        font-size: 13px;
    }

    .ip-ld-prop-control em.ai-font-location-c {
        margin-right: 5px;
    }

    .ip-fp-grid-content {
        padding: 11px 10px;
    }

    .ip-fp-grid-btn a {
        letter-spacing: normal;
        font-size: 10px;
    }

    .ip-fp-grid-title h2 {
        font-size: 20px;
    }

    .ip-fp-grid-title h2 span {
        font-size: 13px;
    }

    .ip-fp-grid-info span {
        font-size: 13px;
    }

    .ip-ld-prop-map-list ul li {
        font-size: 14px;
    }

    .ip-lcd-eb-content p {
        font-size: 16px;
    }

    .custom-container, .ip-ld-prop-controls-container, .ip-lcd-testi-container .custom-container, .ip-lcd-eb-container .custom-container {
        max-width: 960px;
    }

    .ip-lcd-eb-content {
        /* padding: 0 45px; */
    }

    .ip-lcd-agent-item {
        padding: 0 10px;
    }

    .ip-lcd-agents-list {
        margin: 0 -10px;
    }

    .ip-lcd-agent-item h2
    .ip-lcd-agent-item h3 {
        font-size: 22px;
    }

    .ip-lcd-agent-item span {
        font-size: 14px;
    }

    .ip-lcd-testi-content-main {
        padding: 0 50px;
    }

    .ip-lcd-testi-content p, .ip-lcd-testi-content span.ip-lcd-testi-author {
        font-size: 16px;
    }

    .ip-fp-info-address h2,
    .ip-fp-info-address h3 {
        font-size: 17px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-lcd-banner-title h1 {
        font-size: 45px;
    }

    .ip-lcd-banner-title {
        top: 50%;
    }

    .ip-lcd-banner-img canvas {
        min-height: 400px;
    }

    #ip-location-details {
        /* margin-top: 100px; */
    }

    .ip-fp-item {
        width: 100%;
        padding: 0;
    }

    .ip-fp-slide {
        margin: 0 auto;
        width: 100%;
        max-width: 528px;
    }

    .ip-fp-slide:not(.slick-initialized) .ip-fp-item:nth-child(n+2) {
        display: none;
    }

    .ip-ld-prop-tab-control {
        width: calc(50% - 3px);
        margin-bottom: 6px;
        padding: 0 3px;
    }

    .ip-ld-prop-tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 500px;
    }

    .ip-ld-prop-tab-control a {
        border: 2px solid #cebdb4;
        height: 50px;
    }

    .ip-ld-prop-controls-container {
        display: block;
        margin: 50px auto 40px;
    }

    .ip-ld-prop-control-item {
        display: block;
        text-align: center;
    }

    .ip-ld-prop-control-item:not(:last-child) {
        margin-bottom: 23px;
    }

    .ip-ld-prop-control > a {
        font-size: 16px;
    }

    .ip-ld-prop-control.view-btn a, .ip-ld-prop-control .dropdown.sort-menu a {
        font-size: 20px;
    }

    .ip-lcd-eb-container {
        padding: 70px 15px 70px;
    }

    .ip-lcd-vid-col {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 557px;
        margin: 0 auto;
    }

    .ip-lcd-vid-row {
        margin: 0;
    }

    .ip-lcd-vid-col:not(:last-child) {
        margin-bottom: 50px;
    }

    .ip-lcd-vid-container {
        padding: 70px 0;
    }

    .ip-lcd-agent-item {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 262px;
    }

    .ip-lcd-agents-list {
        margin: 0;
    }

    .ip-lcd-agent-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-lcd-agents-container {
        padding: 70px 0 50px;
    }

    .loi-list-btn {
        /* margin: 50px auto 0; */
        margin: 0 20px;
        width: 215px;
    }

    .loi-item {
        max-width: 100%!important;
    }
    
    .loi-list {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    
    .loi-slide-control {
        margin: 50px auto 0;
    }


    .ip-lcd-testi-container {
        padding: 70px 15px 80px;
    }

    .ip-ld-prop-col {
        width: 100%!important;
        display: block;
    }

    .ip-ld-prop-row {
        display: block;
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }

    .ip-ld-prop-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-ld-prop-map-list ul li {
        margin: 7px 0;
    }

    .ip-ld-prop-map-list {
        margin: 40px auto 25px;
    }

    .ip-lcd-prop-container {
        padding: 70px 0 60px;
    }

    .aiosp-container.aiosp-inline-holder[class*="cma-req-popup"] .aios-popup-body .aiosp-close {
        right: 10px;
        font-size: 56px;
        top: 10px;
    }

    .cma-req-form-main {
        padding: 52px 30px;
    }

    .ip-fp-grid-content-holder {
        margin-left: 0;
    }

    .ip-lcd-banner-img:after {
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.85)),to(rgba(0,0,0,0)));
        background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#brochure .aios-popup-body {
        width: 100%;
        padding: 30px 15px 30px;
    }

    .cf7sr-g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-lcd-banner-title h1 {
        font-size: 35px;
    }

    .ip-ld-prop-control:not(:last-child) {
        margin-right: 25px;
    }

    .ip-lcd-eb-content {
        padding: 0 30px;
    }

    .ip-lcd-eb-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .ip-lcd-eb-btn {
        margin-top: 50px;
    }

    .ip-lcd-eb-content h2 {
        font-size: 35px;
    }

    .ip-lcd-eb-inner {
        padding: 50px 0;
    }

    .ip-lcd-eb-btn a {
        font-size: 20px;
        height: 55px;
    }

    .ip-lcd-testi-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .ip-lcd-testi-content span.ip-lcd-testi-author {
        /* font-size: 16px; */
    }

    .ip-lcd-testi-inner {
        padding: 70px 0;
    }

    .aiosp-container.aiosp-inline-holder[class*="cma-req-popup"] {
        padding: 0 30px;
    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#cma-req-popup {
    }

    .cma-req-form-main {
        padding: 52px 15px;
    }

    .cma-req-form-field input:not([type=submit]), .cma-req-form-field textarea, .cma-req-form-field > label {
        font-size: 14px;
    }

    .cma-req-popup-title {
        font-size: 35px;
    }

    .ip-ld-prop-control:nth-child(3) {
        margin-right: 0;
    }

    .ip-ld-prop-control:last-child {
        display: block;
        margin-top: 13px;
    }

    .ip-ld-prop-control em.ai-icon-img {
        margin-right: 5px;
    }

    .ip-ld-prop-control .dropdown-menu li {
        font-size: 12px;
    }

    .ip-ld-prop-control .dropdown-menu {
        right: 0;
        left: 0;
        float: none;
        width: 100%;
        max-width: 160px;
        margin: 15px auto;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-lcd-banner-title h1 {
        padding: 0 10px;
        font-size: 25px;
    }

    .ip-ld-prop-control > a {
        font-size: 14px;
    }

    .ip-ld-prop-control.view-btn a, .ip-ld-prop-control .dropdown.sort-menu a {
        font-size: 16px;
    }

    .ip-ld-prop-control:not(:last-child) {
        margin-right: 20px;
    }

    .ip-fp-control > div {
        padding: 0 28px;
    }

    .ip-lcd-vid-content p {
        font-size: 14px;
        line-height: 25px;
        max-width: 100%;
    }

    .ip-lcd-vid-content h2 {
        line-height: 1.2;
        font-size: 23px;
        margin-bottom: 13px;
    }

    .ip-lcd-vid-img a span.ai-icon-youtube {
        width: 60px;
        height: 40px;
    }

    .ip-lcd-testi-container > .custom-container {
        /* padding: 0; */
    }

    #content .entry-title, #content .archive-title, .global-title h2 span {
        font-size: 35px;
    }

    .ip-lcd-testi-btn {
        margin: 0 15px;
        max-width: 160px;
    }

    .ip-lcd-testi-content-main {
        padding: 0 30px;
    }

    .ip-lcd-testi-inner {
        padding: 50px 0;
    }

    .ip-lcd-testi-btn a {
        font-size: 15px;
    }

    .loi-list-btn a {
        /* max-width: 205px; */
    }

    .ip-ld-prop-tab-control a {
        padding: 0 10px;
    }

    .ip-fp-grid-inner {
        display: block;
    }

    .ip-fp-grid-content-holder {
        width: 100%;
        border: 1px solid #cebdb4;
        display: block;
    }

    .ip-fp-grid-img {
        width: 100%;
    }

    .ip-ld-prop-map canvas {
        min-height: 245px;
    }

    .ip-lcd-prop-container {
        /* padding: 70px 0 31px; */
    }

    .ip-ld-prop-map-list ul li {
        font-size: 13px;
    }

    .ip-ld-prop-list {
        width: 100%;
        max-width: 280px;
        display: block;
        margin: 0 auto;
    }

    .ip-fp-grid-btn {
        width: 100%;
        display: block;
    }

    .ip-fp-grid-btns {
        display: block;
    }

    .ip-fp-grid-btn:not(:last-child) {
        margin-bottom: 2px;
    }

    .ip-ld-prop-results-label {
        font-size: 16px;
    }

    .ip-lcd-eb-content h2 {
        font-size: 30px;
    }

    .ip-lcd-vid-holder canvas {
        min-height: 250px;
    }

    .cma-req-form-field {
        width: 100%;
        display: block;
    }

    .cma-req-form-row {
        display: block;
    }

    .cma-req-popup-title {
        font-size: 25px;
    }

    .aiosp-container.aiosp-inline-holder[class*="cma-req-popup"] .aios-popup-body .aiosp-close {
        font-size: 40px;
        top: 0;
        right: 0;
    }

    .cma-req-form .wpcf7 form .wpcf7-response-output {
        bottom: -44px;
    }

    .loi-slide-control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        max-width: 205px;
        margin: 40px auto 0;
    }
    
    .loi-list-btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        margin: 20px auto 0;
    }
    
    .loi-slide-prev {
        margin-right: 25px;
    }

}