#main-wrapper {
	width: 100%;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

#breadcrumbs {
    display: block !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    letter-spacing: .130em;
}

.ip-banner::after {
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 192px;
	background-image: url(../../images/listing-details/ip-det-lay1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

	.ip-banner canvas {
		min-height: 419px;
	}

	.ip-breadcrumbs {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(22, 188, 178, 0.95);
		color: #fff;
		z-index: 2;
		padding: 34px 0;   
	}

	.ip-banner .container {
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: translate(0);
	}

	.ip-banner span.breadcrumb_last {
		font-weight: 700;
		color: #1b2759;
		text-transform: uppercase;
	}

	.ip-banner::before{ display: none; }

	#content-sidebar, #content-full {
		margin-top: 0;
	}

.com-det-top-desc {
	background-image: url(../../images/community-details/com-det-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 174px;	
}

	.com-det-top-desc::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background-color: rgba(27, 39, 89, .20);
	}

		.com-det-top-desc .container {
		    z-index: 2;
		    position: relative;
		}

		.com-det-left {
		    background: rgba(255, 255, 255, .92);
		    padding: 73px 15px 89px;
		}

		.com-det-title {
		    font-family: 'Poppins', sans-serif;
		    font-weight: 400;
		    font-size: 44px;
		    text-align: center;
		    color: #1b2759;
		}

		.com-det-left-inner {
		    max-width: 427px;
		    margin: 0 auto;
		}

			.com-det-descrip p {
			    font-family: 'Roboto', sans-serif;
			    font-weight: 300;
			    font-size: 14px !important;
			    letter-spacing: .050em !important;
			    line-height: 30px !important;
			    color: #4b4b4b;
			}

			.com-det-btn {
			    margin-top: 54px;
			}

				.com-det-btn a {
				    font-family: 'Roboto', sans-serif;
				    font-weight: 500;
				    font-size: 14px;
				    color: #16bcb2;
				    letter-spacing: .200em;
				    display: block;
				    max-width: 196px;
				    width: 100%;
				    border: 1px solid #16bcb2;
				    text-align: center;
				    padding: 23px 0;
				    text-transform: uppercase;
					-webkit-transition: all .325s ease-in-out;
					-moz-transition: all .325s ease-in-out;
					-ms-transition: all .325s ease-in-out;
					transition: all .325s ease-in-out;    
				}

					.com-det-btn a:hover {
						color: #fff;
						background-color: #16bcb2;
					}

				.com-det-top-desc .container .col-md-6 {
				    float: right;
				}

				.com-det-descrip {
				    margin-top: 34px;
				}

/*Cta Style*/				
.com-det-cta {
	padding: 60px 0 0;
}

	.com-det-cta-item a {
	    width: 100%;
	    display: block;
	    text-align: center;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	    font-size: 14px;
	    color: #16bcb2;
	    letter-spacing: .200em;
	    text-transform: uppercase;
	    border: 1px solid #16bcb2;
	    padding: 23px;
	    -webkit-transition: all .325s ease-in-out;
		-moz-transition: all .325s ease-in-out;
		-ms-transition: all .325s ease-in-out;
		transition: all .325s ease-in-out;
	}

		.com-det-cta-item a:hover {
			background-color: #16bcb2;
			color: #fff;
		}
/*End of Cta Style*/
/*Featured Listings Style*/
.fl-wrapper {
     position: relative; 
     z-index: 1;
     font-size: 0;
     background: #fff; 
}

.fl-title-inner span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    color: #7d7d7d;
}

.fl-title {
    padding-top: 77px;
}
	
	.fl-title-inner span span {
		font-weight: 400;
		color: #1b2759;
	}

	.input-search-wrap {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    max-width: 460px;
	    margin-left: auto;
	    padding-top: 23px;
	}

	.input-search-left {
	    width: 69.56%;
	    position: relative;
	}

		.input-search-left::after {
			position: absolute;
			top: -4px;
			right: -4px;
			width: 1px;
			height: 36px;
			content: '';
			/*background-color: #c1c1c1;*/
		}

	.input-search-sort {
		position: relative;
		width: 30.44%;
	}

		.input-sort-btn {
		    max-width: 116px;
		    height: 19px;
		    background: transparent;
		    display: block;
		    width: 100%;
		    border: 0;
		    height: 100%;
		    position: relative;
		    margin-left: auto;
		}

			.input-sort-btn::after {
			    position: absolute;
			    top: 50%;
			    transform: translateY(-50%);
			    left: 0;
			    width: 16px;
			    height: 16px;
			    content: '';
			    background-image: url(../../images/community-details/dollor-sign.png);
			    background-repeat: no-repeat;
			    background-position: center;
			}

			.input-sort-btn::before {
			    position: absolute;
			    top: 50%;
			    transform: translateY(-50%);
			    right: 0;
			    width: 40px;
			    height: 11px;
			    content: '';
			    background-image: url(../../images/community-details/input-arrows.png);
			    background-repeat: no-repeat;
			    background-position: center;
			}			

		.input-sort-btn button {
		    font-family: 'Roboto', sans-serif;
		    font-weight: 400;
		    font-size: 14px;
		    color: #525252;
		    letter-spacing: .100em;
		    text-transform: uppercase;
		    display: block;
		    border: 0;
		    background: transparent;
		    width: 100%;
		    text-align: left;
		    padding-left: 25px;
		}

		.input-search-wrap input {
		    width: calc(100% - 23px);
		    font-family: 'Roboto', sans-serif;
		    font-weight: 300;
		    font-size: 13px;
		    text-transform: uppercase;
		    letter-spacing: .100em;
		    border: 0;
		    border-bottom: 1px solid #c1c1c1;
		    height: 26px;
		    outline: none;
		}

		.input-searh-btn {
		    max-width: 16px;
		    position: absolute;
		    top: 0;
		    right: 7px;
		}

		.input-searh-btn a {
		    display: block;
		    width: 100%;
		}
  

   .fp-area-wrapper {
      position: relative; 
      text-align: center;
      padding-bottom: 95px; 
      padding-top: 120px;   
      margin: 0 auto; 
      width:1600px; 
      max-width: 100%;
  }




    .fp-list-wrapp {
         position: relative; 
     /* overflow: hidden; */
         font-size: 0; 
         letter-spacing: 0; 
         margin-left: -1px; 
         margin-right: -1px; 
          padding-top: 34px;
    }
      
      
      .fp-list {
         width: 100%;
         display: inline-block;
         vertical-align: top;
         padding: 1px;
         position: relative;
         display: inline-flex;
         align-items: center;
         justify-content: center;
      }
       .fp-list .fp-img {
         position: relative;
       }

           .fp-list .fp-img:before {
             width:100%; 
             height: 100%; 
             background: rgba(0,0,0,0.3); 
             content:''; 
             position: absolute; 
             top: 0; 
             left: 0;
             z-index: 2;
           }       

         .fp-list .fp-img canvas {
            display: block;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: 1;

         } 


          .fp-list .fp-details {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            padding: 0 40px;
            color: #fff;
            z-index: 5; 
            text-align: left; 

          } 

           .fp-list .fp-details:before {
                position: absolute;
                content: '';
                width: 1px;
                height: 109px;
                background: rgba(225,225,225,0.2);
                z-index: 6;
                left: 39px;
                bottom: -30px;
           }
             

             .fp-list .fp-details span {
                display: block; 
                padding-left: 25px;
             }

                .fp-list .fp-details span.fp-price {
                     font-size: 30px; 
                     position: relative; 
                     margin-bottom: 10px; 
                }

                .fp-list .fp-details span.fp-address {
                     font-size: 14px; 
                     font-weight: 400;
                     padding-right: 200px;
                }

         .fp-list .fp-hover {
                position: absolute;
                width: 100%;
                transform: scale(.725);
                transition: transform .3s, opacity .3s, z-index .3s .3s, visibility .3s;
                z-index: 6;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;  
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
         } 
                    .fp-list:hover .fp-hover {
                        transform: scale(1.15);
                        -webkit-transform: scale(1.15);
                        -moz-transform: scale(1.15);
                        opacity: 1;
                        z-index: 6;
                        visibility: visible;
                        pointer-events: all;
                        transition: transform .3s, opacity .3s, visibility .3s;
                    }
                      

                      .fp-list .fp-hover canvas {
                         width:100%;  
                         background-size: cover; 
                         background-position: center;

                      }

					  .fp-list-wrapp a:nth-child(4) .fp-hover,
					  .fp-list-wrapp a:nth-child(1) .fp-hover,
					  .fp-list-wrapp a:nth-child(7) .fp-hover,
					  .fp-list-wrapp a:nth-child(10) .fp-hover,
					  .fp-list-wrapp a:nth-child(13) .fp-hover{
					   transform-origin: left center;
					  }
					  .fp-list-wrapp a:nth-child(3) .fp-hover,
					  .fp-list-wrapp a:nth-child(6) .fp-hover,
					  .fp-list-wrapp a:nth-child(9) .fp-hover,
					  .fp-list-wrapp a:nth-child(12) .fp-hover,
					  .fp-list-wrapp a:nth-child(15) .fp-hover{
					   transform-origin: right center;
					  }
           .fp-list .fp-hover .fp-details-h {
             display: flex;
             justify-content: flex-end;
             position: absolute;
             bottom: 0;
             left: 0;
             right: 0;
           }
                    .fp-list .fp-hover .fp-details-h .view {
                       position: relative;
                       margin-right: 40px;
                       top: -30px; 
                       z-index: 5;
                    } 

                    .fp-list .fp-hover .fp-details-h .view span.v-details {
                         display: inline-block;
                            width: 195px;
                            max-width: 100%;
                            line-height: 64px;
                            text-transform: uppercase;
                            font-size: 14px;
                            color: #fff;
                            border: 1px solid #fff;
                            letter-spacing: 0.2em;
                            position: relative;
                            text-align: center;
                            margin-top: 30px;
                            transition: all .25s ease-in-out;
                            -moz-transition: all .25s ease-in-out;
                            -webkit-transition: all .25s ease-in-out;
                    }
                            

                        .fp-list .fp-hover .fp-details-h .view span.v-details > em {
                            font-size: 6px;
                            color: #fff;
                            vertical-align: middle;
                            position: absolute;
                            z-index: 2;
                            -ms-transform: rotate(45deg);
                            -ms-transform-origin: top right;
                            -webkit-transform: rotate(45deg);
                            -webkit-transform-origin: top right;
                            transform: rotate(45deg);
                            transform-origin: top right;
                            padding: 0;
                            top: 33px;
                            /* left: 0; */
                            right: 18px;
                        }

a:first-child .fp-list {
    justify-content: flex-start;
}
a:last-child .fp-list {
    justify-content: flex-end;
}


.fp-bttn {
    display: flex;
    align-items: center;
    justify-content: center;
}

   .fp-bttn a.fp-bttn-link {
      display: inline-block;
    width: 265px;
    max-width: 100%;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 14px;
    color: #16bcb2;
    border: 1px solid #16bcb2;
    letter-spacing: 0.2em;
    position: relative;
    text-align: center;
    margin: 60px 15px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
   }


                .fp-bttn a.fp-bttn-link:hover {
                 background: #16bcb2;
                 border: 1px solid #16bcb2; 
                 color: #fff;
               }  

                .fp-bttn a.fp-bttn-link > em {
                    font-size: 6px;
                    color: #16bcb2;
                    vertical-align: middle;
                    position: absolute;
                    z-index: 2;
                    -ms-transform: rotate(45deg);
                    -ms-transform-origin: top right;
                    -webkit-transform: rotate(45deg);
                    -webkit-transform-origin: top right;
                    transform: rotate(45deg);
                    transform-origin: top right;
                    padding: 0;
                    top: 33px;
                    right: 15px;  
                    font-weight: 700;
              }

               .fp-bttn a.fp-bttn-link:hover > em {
                    color: #fff;
               }


.fp-bttn a.fp-bttn-link:last-child > em {
    right: 60px;
}
/*End of Featured Listing Styles*/

@media only screen and (max-width: 1199px) {
	.com-det-title {
		font-size: 37px;
	}

	.fp-list .fp-details {
		padding: 0 25px;
		max-width: 193px;	
	}

	.fp-list .fp-details span.fp-price {
		font-size: 22px;
		margin-bottom: 2px;
	}

	.fp-list .fp-hover .fp-details-h .view span.v-details {
	    max-width: 130px;
	    font-size: 10px;
	}
	.fp-list .fp-hover .fp-details-h .view span.v-details > em {
		right: 5px;
	}
	.fp-list .fp-hover .fp-details-h .view{
		margin-right: 15px;
	}
	.fp-list .fp-details span.fp-address {
	    font-size: 13px;
	    padding-right: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.com-det-top-desc .container .col-md-6 {
	    width: 100%;
	    max-width: 450px;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}

	.com-det-btn a {
	    margin: 0 auto;
	}

	.com-det-cta-item a {
	    max-width: 450px;
	    margin: 5px auto;
	}

	.fl-title-inner{
		text-align: center;
	}

	.input-search-wrap {
	    margin: 0 auto;
	}
		.fp-list-wrapp {
		text-align: center;
	}


/*	.fp-list {
	    width: 50%;
	}*/

	.fp-list .fp-hover .fp-details-h {
		display: block;
	}

	.fp-list .fp-hover .fp-details span {
		padding: 0;
	}

	.fp-list .fp-hover .fp-details span {
		padding: 0;
	}

	.fp-list-wrapp a:nth-child(odd) .fp-hover {
		transform-origin: left center;
	}
	.fp-list-wrapp a:nth-child(even) .fp-hover {
		transform-origin: right center;
	}
	.fp-list .fp-hover .fp-details {
		margin: 0 auto;
		text-align: center;
		bottom: 0;
		bottom: 50%;
    	transform: translateY(-50%)
	}

	.fp-list .fp-hover .fp-details-h .view {
	    position: relative;
	    margin-right: 0;
	    top: 0;
	    z-index: 5;
	    text-align: center;
	    margin-bottom: 27px;    
	}

	.fp-list .fp-hover .fp-details-h .view span.v-details {
		margin: 0 auto;
	    line-height: 32px;	
	}

	.fp-list .fp-hover .fp-details-h .view span.v-details > em {
		top: 16px;
	}

	.fp-list .fp-hover .fp-details:before {
		display: none;
	}

}

@media only screen and (max-width: 767px) {

	.fp-list-wrapp > a {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.fp-list-wrapp a .fp-hover {
	transform-origin: center center !important;
}

}

@media only screen and (max-width: 480px) {
	.fp-list {
		width: 100%;
	}

	.input-search-sort {
	    position: relative;
	    width: 100%;
	    max-width: 200px;
	}

	.input-search-left {
		width: 100%;
	}

	.input-search-left::after {
		display: none;
	}

	.input-search-wrap input {
		width: 100%;
	}

	.input-search-wrap {
		display: block;
	}

	.input-search-sort {
		margin-top: 28px;
	}

	.fp-list .fp-hover {
		transform: scale(0);
	}

	.fp-list:hover .fp-hover {
		transform: scale(1);
	}

	.fp-bttn {
		text-align: center;
		display: block;
	}

	.fp-bttn a.fp-bttn-link {
		margin: 28px 15px 0;
	}

	.com-det-title {
	    font-size: 24px;
	}
}
.bootstrap-select>.dropdown-toggle {
    width: calc(100% - 23px);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .100em;
    border-radius: 0;
    border-bottom: 1px solid #c1c1c1;
    height: 26px;
    color: black !important;
    line-height: 15px !important;
}