/* global css */
@import url('css.css');
body {
	color: #565656;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
}
.container {
    max-width: 1200px;
    padding: 0 10px !important;
    width: 100%;
}
.container-fluid {
	padding: 0 10px;
}
.row {
	margin: 0 -10px;
}

div[class*="col-"] {
	padding: 0 10px;
}
img {
	border-radius: 0;
}
p {
	color:#565656;
}
/*end global css */

/* navbar css */
.navbar.bg-primary {
    background-color: transparent !important;
    box-shadow: none;
    padding: 30px 0;
     -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 15px;
}
.navbar.top-nav-collapse {
	background-color: #324b72 !important;
	border-radius: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.navbar.navbar-dark .breadcrumb.active, .navbar.navbar-dark .navbar-nav .nav-item.active {
	background: none;
}

/*.navbar-toggleable-md .ml-auto li:last-child a {
   	background: #fff none repeat scroll 0 0;
    color: #324b72 !important;
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
    padding: 8px 15px;
}*/

.navbar.top-nav-collapse {
	padding: 10px 0;
}
/* banner */
.banner-caption {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
}
.banner-caption h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.banner-caption span p {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.banner-view-detail p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding-left: 27px;
}
.banner-view-detail p .btn {
    margin: 0 0 0 27px;
    min-width: 1px;
}
.banner-view-detail {
    margin-top: 80px;
}
@media (min-width:1349px) {
	#banner .owl-nav .owl-prev {
	    left: 18%;
	}
	#banner .owl-nav .owl-next {
	    right: 18%;
	}
}

/* landpearl-realstate */
.landpearl-realstate {
    background: #f8f8f9 none repeat scroll 0 0;
    padding: 98px 0 73px;
}

.landpearl-realstate.land-pearl-rstat.inner-landpearl-realstate {
    padding: 0;
}
.call-support p {
    background: #fff none repeat scroll 0 0;
    color: #324b72;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 18px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.call-support p::before {
    background-color: #fff;
    bottom: 5px;
    content: "";
    height: 110%;
    left: -1000px;
    position: absolute;
    right: -30px;
    top: 0;
    transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	z-index: -1;

}
.call-support a {
    color: #565656;
    display: block;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 0.145em;
}

.call-support {
    align-items: center;
    display: flex;
    min-height: 350px;
    background-repeat: no-repeat;
}

.realstate-description {
    padding: 0 70px 0 55px;
}
.realstate-description h2 {
    color: #324b72;
    line-height: 40px;
    margin-bottom: 15px;
}
.realstate-description p {
    color: #565656;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 55px;
}

.btn-indigo {
    background: #324b72;
}
.realstate-description a.btn-indigo, .realstate-description a.btn-indigo:hover,.realstate-description a.btn-indigo:focus{
    background: none !important;
}
.realstate-description a.btn {
    /*box-shadow: 0 1px 0 0 #8f90bc;*/
    border-bottom:  1px solid #8f90bc;
    color: #324b72 !important;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    min-width: 1px;
}
.btn {
   	border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    letter-spacing: 0.05em;
    margin: 0;
    min-width: 217px
}
.btn:hover {
	opacity: 0.8;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	box-shadow: none;
}
/* projects section */
.projects {
    background: #fff;
    overflow: hidden;
    padding: 5.5% 0;
}
.main-title h2 {
    color: #324b72;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: -10px;
    text-align: center;
    text-transform: uppercase;
}
.projects .container-fluid {
	padding: 0px;
}
.projects .container-fluid .row {
	margin: 0 -5px;
}
.projects .container-fluid .row div[class*="col-"]{
	padding: 0 5px;
}

.projects img {
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.project-image {
    box-shadow: 0 7px 15px -7px rgb(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.project-caption {
    bottom: 0;
    display: none;
    padding: 10px 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
    transition: all 300ms ease 0s;
}
.project-image:hover .project-caption {
    display: block;
    transition: all 300ms ease 0s;
}

.project-detail h4,
.project-detail p,
.project-price span {
    color: #fff;
}

.project-detail h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.project-detail p {
	font-size: 14px;
}

.project-image:hover img {
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


.project-price span {
    align-items: flex-end;
    display: flex;
    float: right;
    font-size: 15px;
    height: 70px;
    vertical-align: bottom;
}

.view-all-projects a.btn {
    /*box-shadow: 0 1px 0 0 #8f90bc;*/
    border-bottom: 1px solid #8f90bc;
    color: #324b72 !important;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    min-width: 1px;
}

.view-all-projects {
    margin-top: 4%;
    text-align: center;
}


.project-image::before {
    background: rgba(50, 75, 114, 0.5) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0);
    transition: all 300ms ease 0s;
    z-index: 1;
}


.project-image:hover::before {
    transform: scale(1);
}

/* request-quote */

.quote-wrap.text-center {
    background: #ffddbb none repeat scroll 0 0;
    padding: 8% 6%;
}

.quote-wrap.text-center p {
    color: #565656;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 7%;
}

/* services-section */
.services-section {
	background: #fff;
    padding: 5.5% 0;
}
.service-section {
    cursor: default;
    padding: 50px 28px;
    text-align: center;
}

.service-icon {
    background-color: #324b72;
    border-radius: 50%;
    height: 118px;
    margin: 0 auto;
    width: 118px;
}

.service-section h4 {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}
.service-section p {
    color: #565656;
    font-weight: 300;
}
.service-section a {
    /*box-shadow: 0 1px 0 0 #8f90bc;*/
    border-bottom: 1px solid #8f90bc;
    color: #324b72;
    text-transform: uppercase;
}

.service-section:hover {
    background-color: #f8f8f9;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 1px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 26px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background:rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}
#services .item {
    margin: 0 10px;
}


/* footer section */
.footer-one {
    background-color: #324b72;
    min-height: 200px;
    padding: 6% 0;
}

.ft-title h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.068em;
    margin-bottom: 42px;
    text-transform: uppercase;
}

.footer-menu-item li {
    margin-bottom: 18px;
}

.footer-logo {
    align-items: center;
    display: flex;
    float: right;
    min-height: 180px;
}
.footer-two {
    background-color: #fbfbfb;
    line-height: 55px;
}


@media(min-width: 1200px) {
	.footer-one .col-md-8 div[class*="col-"] {
	    padding-left: 50px;
	}
}
.footer-menu-item a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}

.copyright p,
.developed p,
.developed p a {
     color: #565656;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.developed {
	text-align: right;
}

.developed p a span {
    border-bottom: 1px solid #d2d2d2;
    color: #565656;
    text-decoration: none;
}
.developed p a:hover,.developed p a span:hover {
	color: #324b72;
}

.scrollToTop {
      bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    min-width: 1px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 28px;
    z-index: 99;
}
.blink_me-one {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    bottom: 40px;
    height: 18px;
    position: absolute;
    right: 24.4%;
    width: 18px;
}
.blink_me {
    animation: 1s linear 0s normal none infinite running blinker;
    background: #324b72 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 8px;
    line-height: 15px;
    margin: 4px auto;
    width: 8px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

/* company page start */
.navbar.bg-primary.inner-menu {
    padding: 9px 0;
}


.navbar.bg-primary.darkHeader {
    background: #fff none repeat scroll 0 0 !important;
    position: fixed;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;;
    width: 100%;
    z-index: 100;
}
.navbar.navbar-dark.inner-menu .navbar-nav .nav-item a {
    color: #565656;

}
/*.navbar.navbar-dark.inner-menu .navbar-nav li:last-child a {
    background: #324b72 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
    padding: 8px 15px;
}
@media (min-width:1200px) {
.navbar.navbar-dark.inner-menu .navbar-nav li:last-child a {
    margin-left: 25px;

}
}*/
.navbar.navbar-dark.inner-menu .navbar-toggler .icon-bar {
    background-color: #324b72;
    border-radius: 1px;
    display: block;
    height: 3px;
    margin-bottom: 6px;
    width: 30px;
}
.navbar.navbar-dark .navbar-toggler {
    cursor: pointer;
}
.navbar.navbar-dark.inner-menu  .container .navbar-toggler-right {
    right: 10px;
}

.navbar.navbar-dark.inner-menu .navbar-brand {
    padding-top: 0;
}
.navbar.navbar-dark.inner-menu .navbar-nav li a  {
    padding: 10px 15px;

}
.navbar.navbar-dark.inner-menu .navbar-nav li:last-child a {
    margin-top:  0;
}

/* inner-landpearl-realstate */
.inner-landpearl-realstate {
    background-color: #fff;
    padding-top: 0;
}
.nav-tabs li {
    text-align: center;
    width: 25%;
}
.nav-tabs .nav-link {
    background: #324b72 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 80px;
    padding: 27px 15px;
    text-transform: uppercase;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #324b72;
}
.nav-tabs li:nth-child(4) a {
    padding: 18px;
}
.tab-content {
    padding: 80px 0 40px 0;
}

.nav-tabs {
    border-bottom: medium none;
}
.inner-projects {
    background-color: #f8f8f8;
}
.request-quote-inner {
    padding-bottom: 5.5%;
    position: relative;
}
.request-quote-inner::before {
    background-color: #f8f8f8;
    content: "";
    height: 150px;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-company {
    background-repeat: no-repeat;
    background-position: right bottom;
}
@media (min-width:1500px) {
    .inner-banner {
        background-size: 61% 543px;
    }
}
.inner-banner-content {
    background: #324b72;
    min-height: 543px;
    padding: 130px 0 40px;
    position: relative;
}

.inner-banner-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 45px;
    margin: 0 auto;
    max-width: 440px;
    /* white-space: pre-line; */
}

.inner-banner-content p span {
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.inner-banner-content p.small {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-transform: uppercase;
}
.inner-banner-content p.small a {
    color: #324b72;
    /*box-shadow: 0 1px 0 0 #324b72;*/
    border-bottom: 1px solid #324b72;
}

.bredcum-inner-menu {
    bottom: 30px;
    position: absolute;
    right: 30px;
}

.bredcum-inner-menu li {
    display: inline-block;
}
.bredcum-inner-menu a {
    color: #324b72;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.bredcum-inner-menu li.active a {
    color: #fff;
    pointer-events: none;
}
/* projects page */
#show-items .col-md-4 {
    display: none;
}
/* development section */
.investment-section {
    background: #fff none repeat scroll 0 0;
    padding: 5.5% 0;
}

.invesment-content p {
    font-size: 17px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    /*max-width: 900px;*/
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
#development .request-quote-inner::before {
    display: none;
}

.development-item-section {
    padding: 130px 70px;
   /* text-align: center;*/
}
.development-sections h3,
.development-project-item h3 {
    color: #565656;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.development-item-section p {
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}
.development-sections div[class*="col-"],
.development-project div[class*="col-"] {
    padding: 0
}
.development-sections .row,
.development-project .row {
    margin: 0
}

.development-project {
    padding-bottom: 100px;
}
.development-project-item {
    padding: 60px 57px 15px 0;
}

.development-project-item p {
    font-size: 17px;
    font-weight: 300;
}

.development-project-item-last {
    padding: 80px 57px 55px 57px;
}


/*.development-project-item-last h3,
.development-project-item-last p {
    color: #fff;
}*/

.list-items li {
    /*color: #324b72 !important;*/
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 18px;
    margin-bottom: 14px;
    padding-left: 25px;
}

.list-items li::before {
    content: "\f178";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
.development-project-item-last .list-items li {
   /* color: rgba(255,255,255,0.5);*/
    position: relative;
}
.banner-development {
    background-size: 61% 543px;
    background-repeat: no-repeat;
    background-position: right top;

}
.banner-project {
     background: url(../images/banner-project.jpg) no-repeat right top;
    background-size: 61% 543px;
}

/*project*/
.filters > ul {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

.filters > ul::before {
    background-color: #ededed;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
}
.filters ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.filters ul li a {
    color: #565656;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto;
    padding: 30px 15px 15px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s linear 0s;
    z-index: 9;
}

.filters ul li .check::before {
    background: #565656 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 5px;
    transition: background 0.25s linear 0s;
    width: 8px;
}

.filters ul li .check {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: block;
    height: 18px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translate(-50%, 0px);
    transition: border 0.25s linear 0s;
    width: 18px;
    z-index: 5;
}

.filters ul li.active a {
    color: #324b72;
}
.filters ul li.active .check::before {
    background-color: #324b72;
}

.filters {
    background: #fdfdfd;
    margin-bottom: 45px;
    text-align: center;
}
.projects-filter,
.request-quote-filter {
    background: #fdfdfd;
}
.request-quote-filter:before {
    display: none;
}
/* .isotopeSelector {
    display: none;
}
 */
 #show-items div[class*="col-"] {
    padding: 0 5px;
 }

/* project detail page */

.landpearl-tab-gallery .nav-tabs .nav-link {
    background: none;
    opacity: 0.7;
    padding: 0;
}
.landpearl-tab-gallery .nav-tabs .nav-link.active {
    opacity: 1;
}
.landpearl-tab-gallery .tab-content {
    padding: 0;
}
.landpearl-tab-gallery .nav.nav-tabs {
    display: flex;
}

.enquiry-btn .btn-indigo {
    min-width: 1px;
    width: 100%;
}

.project-main-title h2 {
    font-size: 37px;
    font-weight: 400;
    white-space: pre-line;
}
.project-information-section {
    padding: 90px 0 60px 0;
}

.enquiry-btn {
    margin-top: 20px;
}

.decs-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.decs-section p {
    font-size: 17px;
    line-height: 28px;
}

.decs-section {
    margin-top: 30px;
}

.project-main-title > ul {
    margin-bottom: 0;
}
.project-main-title li {
    color: #324b72;
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
}

.project-main-title li:first-child {
    /*box-shadow: 0 1px 0 0 #324b72;*/
    /*border-bottom: 1px solid #324b72;*/
}

/* talk-to-agent */

.talk-to-agent {
    margin-bottom: -24px;
    margin-top: 86px;
}

.talk-section {
    background-color: #fff;
    border: 1px solid rgba(86, 86, 86, 0.07);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.02);
    margin-top: 36px;
    min-height: 250px;
    padding: 24px 40px;
}

.talk-to-agent h2 {
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase;
}

.agent-img {
    border: 1px solid rgba(86, 86, 86, 0.2);
    border-radius: 50%;
    float: left;
    height: 102px;
    overflow: hidden;
    width: 102px;

}
.our-sales-team .agent-img{
    margin-bottom:20px;
}
.agent-info span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.agent-info h4.name {
    color: #324b72;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.agent-info {
    float: left;
    padding-left: 20px;
    width: calc(100% - 102px);
}

/*.agent-top-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/

.qr-code li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.qr-code {
    text-align: right;
}

.agent-info span.position {
    color: #565656;
    margin-top: 4px;
}

.agent-info .phone > a {
    color: #565656;
}

.agent-info span.email a {
    color: #324b72;
}

.qr-code li:first-child a {
    border-bottom: 1px solid #8b8b8b;
    color: #565656;
    font-size: 12px;
}
.isotopeSelector {
    padding: 0 5px;
    width: 33.32%;
    float: left;
}

.navbar.navbar-dark.inner-menu .navbar-nav .nav-item a:hover {
    color: #324b72;
    text-shadow: 0px 1px #324b72;
}


.mail-suscriber input{
    border: 1px solid #324b72;
    padding-left: 10px;
    border-radius: 3px;
}

.mail-suscriber input:focus{
    border: 1px solid #324b72 !important;
    box-shadow: none !important;
}


.mail-suscriber input {
  /*border-bottom: 1px solid #324b72;
  box-shadow: 0 1px 0 0 #324b72;*/
}
.mail-suscriber input .wpcf7-submit{
padding:10px;
}

label.mailing-list-label{
    /*font-style: italic;*/
    font-size: 20px;
    margin-top:3px;
    float:right;
}
.mailing-list form.wpcf7-form{
    padding-top: 50px;
}

/*sales team*/
.our-sales-team .big-sales {
    padding-bottom: 30px !important;
    padding-left: 0px !important;
}
.our-sales-team .team-info {
    margin-top: 16px;
}
/*.our-sales-team .agent-img img {
    height: 100%;
    object-fit: cover;
}*/
.our-sales-team .agent-img{
    height: 80px;
    width: 80px;
}
.our-sales-team .big-sales .agent-img{
    width: 120px;
    height: 120px;
    margin-top: 60px;
}
.development-project-item .list-items ul {
    position: relative;
}
.development-project-item .list-items li {
    padding-left: 18px;
}
.development-project-item {
    padding-left: 70px;
    padding-right: 70px;
}


.services-info a.btn {
    box-shadow: 0 0 0 0 #8f90bc;
    color: #324b72 !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 1px;
    text-transform: none;
}

@media (max-width: 767px) {
.secondary-image div[class*="col-"] {
    padding: 0 2px;
}
.landpearl-tab-gallery .nav-tabs .nav-link .img-fluid {
    height: 100%;
}
}

.modal-footer .btn.btn-default.btn-prev {
    left: 15px;
}
.modal-footer .btn.btn-default {
    background: #324b72;
    cursor: pointer;
    display: block;
    height: 30px;
    min-width: 1px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 30px;
}
.modal-footer .btn.btn-default.btn-next {
    right: 15px;
}
.modal-footer .btn.btn-default:hover,
.modal-footer .btn.btn-default:focus {
    background: #324b72 !important;
    opacity: 0.8;
    }
#progress-bar-tab-image .fade.show {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-img > img {
    display: block;
    margin: 0 auto;
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}



@media (max-width: 767px) {
	.modal-footer .btn.btn-default {
	    top: 10px;
	}
	.modal-footer .btn.btn-default.btn-prev {
	    left: auto;
	    right: 43px;
	}
}
/* 03/02/2019 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .isotopeSelector {
        width: 50%;
    }
    body #show-items div[class*="col-"] {
        flex: 1 1 75%;
        max-width: 75%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    body .isotopeSelector {
        width: 50%;
    }
}

.navbar-toggleable-md .navbar-collapse ul:last-child a {
    font-size: 14px;
}

.home .landpearl-realstate {
  display: none;
}
/*
     FILE ARCHIVED ON 05:05:15 Jul 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:43:38 Sep 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 961.94
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.062
  cdx.remote: 0.056
  esindex: 0.01
  LoadShardBlock: 924.279 (3)
  PetaboxLoader3.resolve: 1259.566 (3)
  PetaboxLoader3.datanode: 140.531 (5)
  load_resource: 644.362
  loaddict: 60.22
*/