.infoBox {
overflow: hidden;
}
.infoBox img {
position: absolute !important;
top: 70px;
right: 20px;
bottom: auto;
left: auto;
z-index: 9;
background-color: rgba(20, 20, 20, 0.6);
}
.landz-box-maps {
margin: 60px 0 10px;
width: 320px;
height: 300px;
background-color: #FFF;
overflow: hidden;
-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); }
.landz-box-maps .img-container {
position: relative !important;
height: 260px;
width: 320px;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.landz-box-maps .img-container:after {
border: 8px solid rgba(250, 250, 250, 0.5);
content: '';
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: 40px;
left: 0;
z-index: 7;
}
.landz-box-maps .img-container .title {
background-color: rgba(31, 183, 166, 0.9);
color: #ffffff;
display: block;
font-size: 18px;
height: 40px;
padding: 5px 10px 0 36px;
line-height: 1.7;
overflow: hidden;
font-weight: 200;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.landz-box-maps .img-container .title:after,
.landz-box-maps .img-container .title:before {
font-family: 'FontAwesome';
background-color: #188b7e;
line-height: 1.15;
text-align: center;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: auto;
z-index: 1;
}
.landz-box-maps .img-container .title:after {
content: '\f041';
font-size: 20px;
padding-top: 8px;
left: 0;
width: 30px;
font-weight: 100;
}
.landz-box-maps .img-container .title:before {
content: '\f105';
font-size: 32px;
right: 0;
width: 22px;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.landz-box-maps .img-container .title:hover {
background-color: rgba(31, 183, 166, 0.9);
}
.landz-box-maps .img-container .title:hover:before {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.landz-box-maps .description {
background-color: #FAFAFA;
border-bottom: 1px solid #E5E5E5;
font-size: 14.5px;
font-weight: 100;
line-height: 1.2;
padding: 6px 12px 8px;
text-align: justify;
height: 81px;
overflow: hidden;
}
.landz-box-maps .price {
background-color: rgba(70, 190, 170, 0.8);
color: #ffffff;
font-size: 28px;
font-weight: 100;
height: 42px;
padding: 2px 0 0;
text-align: center;
position: absolute !important;
top: 336px;
right: 30px;
bottom: auto;
left: 30px;
z-index: 4;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.landz-box-maps:hover .price {
top: 220px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.landz-box-maps .details {
border-bottom: 4px solid #16A393;
background-color: #FFF;
position: relative;
list-style: none;
height: 40px;
z-index: 5;
padding: 0;
margin: 0;
}
.landz-box-maps .details li {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
float: left;
color: #777;
font-size: 13px;
height: 36px;
padding: 10px 0 0 54px;
margin-right: 1px;
position: relative;
z-index: 8;
width: 75px;
}
.landz-box-maps .details li.room {
background-position: 9px -98px;
}
.landz-box-maps .details li.bed-room {
background-color: #F7F7F7;
background-position: 9px -130px;
}
.landz-box-maps .details li.bath-room {
background-color: #EFEFEF;
background-position: 9px -161px;
}
.landz-box-maps .details li.size {
background-color: #E6E6E6;
background-position: 9px -64px;
margin-right: 0;
width: 92px;
}
.landz-box-maps .details li:after {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/mini-arrow.png) no-repeat scroll right top;
content: "";
height: 36px;
width: 22px;
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: 26px;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}  .landz-box-property {
border: 1px solid #E5E5E5;
position: relative;
padding-bottom: 64px;
margin: 8px 0 20px 16px;
margin-left: 0;
}
.landz-box-property.margin-left {
margin-left: 16px;
}
.landz-box-property .description {
display: block;
padding: 8px 12px 10px;
font-size: 15px;
border-top: 1px dotted #E5E5E5;
border-bottom: 1px dotted #E5E5E5;
background-color: #F7F7F7;
}
.landz-box-property .address {
display: block;
padding: 6px 12px;
}
.landz-box-property .image {
width: 100%;
display: block;
overflow: hidden;
position: relative !important;
}
.landz-box-property .title {
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 3px solid #1fb7a6;
color: #333;
font-size: 20px;
padding: 6px 12px;
position: absolute !important;
top: auto;
right: auto;
bottom: 3px;
left: 0;
z-index: 3;
}
.landz-box-property .detail {
min-height: 120px;
list-style: outside none none;
margin: 10px 6px;
padding: 0;
}
.landz-box-property .detail dt,
.landz-box-property .detail dd {
border-bottom: 1px solid #f7f7f7;
height: 35px;
padding: 5px 6px 3px;
width: 35%;
font-size: 14px;
margin-bottom: 0 !important;
}
.landz-box-property .detail dt {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/icon-ads-grey.png) no-repeat scroll left center;
float: left;
font-weight: 400 !important;
padding-left: 36px;
}
.landz-box-property .detail dt.status {
background-position: left -35px;
}
.landz-box-property .detail dt.area {
background-position: left -69px;
}
.landz-box-property .detail dt.bed {
background-position: left -134px;
}
.landz-box-property .detail dt.bath {
background-position: left -164px;
}
.landz-box-property .detail dd {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/separator.png) no-repeat scroll left center;
float: right;
width: 64%;
padding-left: 18px;
}
.landz-box-property .detail dd span {
text-align: right;
display: block;
padding: 1px 6px;
background-color: #FAFAFA;
border: 1px solid #F0F0F0;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.landz-box-property .price {
position: absolute !important;
top: auto;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 2;
font-size: 20px;
height: 42px;
background-color: #1fb7a6;
font-weight: 400;
color: #ffffff;
padding: 6px 14px 0;
}
.landz-box-property .price:after {
position: absolute !important;
top: -10px;
right: 50%;
bottom: auto;
left: auto;
z-index: 2;
content: "";
margin-right: -10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #1fb7a6;
}
.landz-box-property .footer {
clear: both;
}
.footer-buttons {
position: absolute !important;
top: auto;
right: 4px;
bottom: 4px;
left: auto;
z-index: 3;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.footer-buttons a{
padding: 2px 6px;
font-size: 12px;
}  .landz-box-property.box-home {
margin: 0 0 30px;
}
.landz-box-property.box-home .image {
height: 250px;
width: 100%;
} .landz-box-property { }
.landz-box-property.box-list {
margin: 0 0 30px;
position: relative;
padding-bottom: 0;
background-color: #FFF;
}
.landz-box-property.box-list .image {
height: 172px;
width: 240px;
position: absolute !important;
top: 10px;
right: auto;
bottom: auto;
left: 10px;
z-index: 1;
}
.landz-box-property.box-list .image:after {
position: absolute !important;
top: 6px;
right: -6px;
bottom: auto;
left: auto;
z-index: 1;
content: " ";
width: 0;
height: 0;
border-left: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.landz-box-property.box-list .description {
border: 1px solid #E5E5E5;
border-right: none;
height: 82px;
}
.landz-box-property.box-list .address,
.landz-box-property.box-list .description,
.landz-box-property.box-list .detail,
.landz-box-property.box-list .footer {
margin-left: 260px;
border-left: 1px solid #E5E5E5;
}
.landz-box-property.box-list .detail {
border-bottom: 1px solid #E5E5E5;
float: none;
margin: 0 0 0 260px;
min-height: 30px;
}
.landz-box-property.box-list .detail dd,
.landz-box-property.box-list .detail dt {
float: none;
width: auto;
display: inline-block;
border-bottom: none;
padding-right: 4px;
}
.landz-box-property.box-list .detail dd {
border-right: 1px solid #e5e5e5;
padding-right: 8px;
}
.landz-box-property.box-list .detail dd span {
display: inline;
}
.landz-box-property.box-list .price {
font-size: 18px;
height: 27px;
padding: 0 10px;
position: absolute !important;
top: 3px;
right: 3px;
bottom: auto;
left: auto;
z-index: 1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.landz-box-property.box-list .price:after {
border: none;
}
.landz-box-property.box-list .footer {
overflow: hidden;
position: relative;
height: 48px;
padding: 6px 10px;
}  .landz-box-property { }
.landz-box-property.box-grid {
padding-bottom: 40px;
}
.landz-box-property.box-grid .image {
position: relative;
overflow: hidden;
height: 180px;
width: 100%;
}
.landz-box-property.box-grid .description {
border-bottom: 16px solid #f7f7f7;
height: 133px;
overflow: hidden;
padding-bottom: 18px;
}
.landz-box-property.box-grid .detail {
background-color: #FFF;
margin: 0;
padding: 10px;
height: 131px;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.landz-box-property.box-grid:hover .detail {
bottom: 41px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}  .landz-box-property { }
.landz-box-property.box-grid { }
.landz-box-property.box-grid.mini .address,
.landz-box-property.box-grid.mini .detail,
.landz-box-property.box-grid.mini .description {
display: none !important;
}
.landz-box-property.box-grid.mini .image {
height: 160px;
}
.landz-box-property.box-grid.mini .price {
background-color: #F7F7F7;
border: 1px solid #E5E5E5;
border-top: 4px solid #1fb7a6;
color: #777;
height: 45px;
}
.landz-box-property.box-grid.mini .price:after {
right: auto;
right: 24px;
border-width: 7px;
border-bottom-color: #1fb7a6;
}  .property-slide {
position: relative;
z-index: 1;
}
.box-property-slide {
position: relative;
height: 386px;
color: #ffffff;
width: 100%;
margin-bottom: 15px;  }
.box-property-slide .left-block,
.box-property-slide .right-block {
display: block;
padding: 14px;
height: 100%;
width: 50%;
background-color: rgba(31, 183, 166, 0.7);
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
}
.box-property-slide .right-block {
right: 0;
}
.box-property-slide .left-block { }
.box-property-slide .left-block:after {
position: absolute !important;
top: 50%;
right: -19px;
bottom: auto;
left: auto;
z-index: 3;
content: "";
margin-top: -40px;
width: 0;
height: 0;
border-left: 20px solid rgba(31, 183, 166, 0.7);
border-top: 20px solid rgba(31, 183, 166, 0);
border-bottom: 20px solid rgba(31, 183, 166, 0);
}
.box-property-slide .left-block .price {
position: absolute !important;
top: auto;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
font-size: 22px;
background-color: #188b7e;
color: #ffffff;
padding: 10px 20px 10px 10px;
}
.box-property-slide .left-block .button {
padding: 16px 26px;
border: none;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: auto;
z-index: 1;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.box-property-slide .left-block .detail {
min-height: 120px;
list-style: outside none none;
margin: 6px;
padding: 0;
}
.box-property-slide .left-block .detail dt,
.box-property-slide .left-block .detail dd {
height: 35px;
padding: 6px 6px 3px;
width: 35%;
font-size: 14px;
}
.box-property-slide .left-block .detail dt {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/icon-ads.png) no-repeat scroll left center;
font-weight: 400 !important;
float: left;
padding-left: 36px;
}
.box-property-slide .left-block .detail dt.status {
background-position: left -34px;
}
.box-property-slide .left-block .detail dt.area {
background-position: left -68px;
}
.box-property-slide .left-block .detail dt.bed {
background-position: left -133px;
}
.box-property-slide .left-block .detail dt.bath {
background-position: left -163px;
}
.box-property-slide .left-block .detail dd {
float: right;
width: 64%;
padding-left: 18px;
}
.box-property-slide .left-block .detail dd span {
position: relative;
text-align: right;
display: block;
padding: 1px 6px;
background-color: rgba(24, 139, 126, 0.3);
border: 1px solid rgba(24, 139, 126, 0.9);
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.box-property-slide .left-block .detail dd span:after {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/mini-arrow.png) no-repeat right bottom;
content: '';
height: 21px;
width: 9px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: -24px;
z-index: 1;
}
.box-property-slide .left-block .detail li {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/icon-ads.png) no-repeat left top;
padding: 10px 5px 0 20px;
}
.box-property-slide .left-block .detail li .icon-bathroom {
background-position: left -158px;
}
.box-property-slide .left-block .detail li .icon-bedroom {
background-position: left -128px;
}
.box-property-slide .left-block .detail li .icon-purpose {
background-position: left -30px;
}
.box-property-slide .left-block .detail li .icon-type {
background-position: left 1px;
}
.box-property-slide .left-block .detail li .icon-size {
background-position: left -63px;
}
.box-property-slide .left-block .detail span {
display: block;
padding-left: 25px;
margin-left: 10px;
}
.box-property-slide .left-block .detail b {
display: inline-block;
padding-right: 30px;
font-weight: 200;
}
.box-property-slide .left-block .title {
font-size: 28px;
display: block;
border-bottom: 1px dotted #FFF;
margin-bottom: 6px;
}
.box-property-slide .left-block .description {
display: block;
height: 118px;
overflow: hidden;
width: 100%;
}
.box-property-slide .rb {
background: none;
display: block;
height: 191px;
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: auto;
left: 0;
z-index: 1;
}  .property-carousel-box {
padding-top: 160px; }
.property-carousel-box .content {
background-color: rgba(255, 255, 255, 0.5);
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
padding: 20px 0;
text-align: left !important;
float: none !important;
}
.property-carousel-box .content .title,
.property-carousel-box .content .address,
.property-carousel-box .content .price {
float: left;
clear: both;
color: #444;
font-size: 30px;
padding: 0;
margin: 0;
border: none;
}
.property-carousel-box .content .price {
font-size: 50px;
margin-top: 14px;
position: relative;
padding-left: 64px;
}
.property-carousel-box .content .price span {
display: inline-block;
background-color: #1fb7a6;
margin-top: 8px;
font-size: 36px;
color: #ffffff;
padding: 0 14px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.property-carousel-box .content .price span:after {
position: absolute !important;
top: 50%;
right: -8px;
bottom: auto;
left: auto;
z-index: 1;
content: "";
margin-top: -8px;
width: 0;
height: 0;
border-left: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.property-carousel-box .content .title {
font-size: 70px;
border-bottom: 1px dotted #FFF;
padding: 10px 0;
margin-bottom: 10px;
text-transform: none !important;
font-weight: 100;
}
.property-carousel-box .button-read {
margin-top: 20px;
padding: 8px 30px;
font-size: 22px;
}
.list-box-title {
border-bottom: 3px solid #1fb7a6;
height: 36px;
position: relative;
margin-bottom: 20px;
}
.list-box-title span {
display: block;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
padding: 6px 10px 0;
background-color: #1fb7a6;
color: #ffffff;
}
.list-box-title span .icon {
margin-right: 10px;
}
.list-box-section {
display: block;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
padding: 6px 10px 0;
background-color: #1fb7a6;
color: #ffffff;
} .hover-effect {
position: relative !important;
display: block;
overflow: hidden;   }
.hover-effect:before {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
border: 8px solid rgba(255, 255, 255, 0.4);
content: "";
}
.hover-effect .cover {
background-color: rgba(31, 183, 166, 0.3);
border: 8px solid rgba(255, 255, 255, 0);
font-size: 40px;
text-align: center;
display: block;
overflow: hidden;
content: '';
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.hover-effect .cover:after {
content: "";
width: 100px;
height: 100px;
background-color: rgba(255, 255, 255, 0.95);
position: absolute !important;
top: -52px;
right: -52px;
bottom: auto;
left: auto;
z-index: 1;
-webkit-transform: rotate(43deg);
-ms-transform: rotate(43deg);
transform: rotate(43deg);
}
.hover-effect .cover:before {
position: absolute !important;
top: 6px;
right: 10px;
bottom: auto;
left: auto;
z-index: 2;
font-family: "Font Awesome 5 Free";
font-size: 16px;
content: "\f0c1";
font-weight: 900;
color: #1fb7a6;
}
.compare-selected:before {
content: "\f00c" !important;
}
.hover-effect .cover-title {
height: 30px;
background-color: rgba(31, 183, 166, 0.8);
text-align: center;
padding-top: 2px;
color: #ffffff;
position: absolute !important;
top: auto;
right: 10px;
bottom: -40px;
left: 10px;
z-index: 6;
-moz-transition: 0.4s all ease-in-out;
-ms-transition: 0.4s all ease-in-out;
-o-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
-webkit-transition: 0.4s all ease-in-out;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.hover-effect:hover .cover-title {
bottom: 10px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.hover-effect:hover .cover {
border-color: rgba(255, 255, 255, 0.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.hover-effect:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.hover-effect img {
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.propery-style-6 {
margin-bottom: 30px;
border-bottom: 1px solid #dadada;
box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
transition: all 0.4s ease-in-out 0s;
padding: 10px;
background-color: #fff;
position: relative;
}
.propery-style-6 .post-img {
position: relative;
overflow: hidden;
}
.propery-style-6 .image.image-fill {
margin: 0 !important;
height: 175px;
border-right: none !important;
}
.propery-style-6 .post-img:before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9;
background: rgba(0, 0, 0, 0);
transition: all 0.4s linear 0s;
}
.propery-style-6:hover .post-img:before{
background: rgba(0, 0, 0, 0.6);
}
.propery-style-6 .post-img img{
width: 100%;
height: auto;
}
.propery-style-6 .post-img:before{
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,.75) 100%);
}
.propery-style-6 .category {
font-size: 14px;
color: #fff;
line-height: 19px;
text-align: center;
text-transform: capitalize;
padding: 11px 0; position: absolute;
bottom: 0;
left: -50%;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category .price{
display: block;
font-weight: 600;
font-size: 16px;
}
.propery-style-6 .category span{
display: block;
font-size: 13px;
text-align: left;
}
.propery-style-6 .category-1{
top: 17px;
right: 10px; 
}
.propery-style-6 .category-1 {
width: 50px;
z-index: 9;
font-size: 11px;
color: #fff;
line-height: 11px;
text-align: center; padding: 3px 0;
background: #4e9bea;
position: absolute;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .property-type{
top: 17px;
right: 62px; 
}
.propery-style-6 .property-type {
width: 50px;
z-index: 9;
font-size: 11px;
color: #fff;
line-height: 11px;
text-align: center; padding: 3px 0;
background: #7FBA00;
position: absolute;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category{
left: 10px;
z-index: 9;
}
.propery-style-6 .post-review{
padding: 10px 10px;
background: #fff;
position: relative;
}
.propery-style-6 .post-title{
margin: 0;
}
.propery-style-6 .post-title a{
display: inline-block;
font-size: 18px;
font-weight: bold;
transition: all 0.30s linear 0s;
}
.propery-style-6 .post-title a:hover{
text-decoration: none;
color: #555;
}
.propery-style-6 .post-description{
font-size: 15px;
color: #555;
line-height: 26px;
margin-top: 10px;
}
.propery-style-6 .post-bar span{
display: inline-block;
font-size: 14px;
}
.propery-style-6 .post-bar span i{
margin-right: 5px;
color: #999;
}
.propery-style-6 .post-bar span a{
color: #999;
text-transform: uppercase;
}
.propery-style-6 .post-bar span a:hover{
text-decoration: none;
color: #ff9412;
}
.propery-style-6 .post-bar span.comments{
margin-left: 5px;
}
.rem-currency-symbol {
display: inline !important;
}
.property-style-7 {
margin-bottom: 30px;
width: 100%;
height: 300px;
background-color: #FFF;
overflow: hidden;
-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); }
.property-style-7 .img-container {
position: relative !important;
height: 260px;
width: 100%;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.property-style-7 .img-container:after {
border: 8px solid rgba(250, 250, 250, 0.5);
content: '';
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: 40px;
left: 0;
z-index: 7;
}
.property-style-7 .img-container .title {
background-color: rgba(31, 183, 166, 0.9);
color: #ffffff;
display: block;
font-size: 18px;
height: 40px;
padding: 5px 10px 0 36px;
line-height: 1.7;
overflow: hidden;
font-weight: 200;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.property-style-7 .img-container .title:after,
.property-style-7 .img-container .title:before {
font-family: 'FontAwesome';
background-color: #188b7e;
line-height: 1.15;
text-align: center;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: auto;
z-index: 1;
}
.property-style-7 .img-container .title:after {
content: '\f041';
font-size: 20px;
padding-top: 8px;
left: 0;
width: 30px;
font-weight: 100;
}
.property-style-7 .img-container .title:before {
content: '\f105';
font-size: 32px;
right: 0;
width: 22px;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.property-style-7 .img-container .title:hover {
background-color: rgba(31, 183, 166, 0.9);
}
.property-style-7 .img-container .title:hover:before {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.property-style-7 .description {
background-color: #FAFAFA;
border-bottom: 1px solid #E5E5E5;
font-size: 14.5px;
font-weight: 100;
line-height: 1.2;
padding: 6px 12px 8px;
text-align: justify;
height: 81px;
overflow: hidden;
}
.property-style-7 .price {
background-color: rgba(70, 190, 170, 0.8);
color: #ffffff;
font-size: 28px;
font-weight: 100;
height: 42px;
padding: 2px 0 0;
text-align: center;
position: absolute !important;
top: 336px;
right: 30px;
bottom: auto;
left: 30px;
z-index: 4;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.property-style-7:hover .price {
top: 165px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.property-style-7 .details {
border-bottom: 4px solid #16A393;
background-color: #FFF;
position: relative;
list-style: none;
height: 40px;
z-index: 5;
padding: 0;
margin: 0;
}
.property-style-7 .details .label {
line-height: 36px;
font-size: 13px;
margin: 8px;
}
.property-style-7 .details li {
height: 260px;
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
float: left;
color: #777;
font-size: 13px;
height: 36px;
padding: 10px 0 0 54px;
margin-right: 1px;
position: relative;
z-index: 8;
width: 75px;
}
.property-style-7 .details li.room {
background-position: 9px -98px;
}
.property-style-7 .details li.bed-room {
background-color: #F7F7F7;
background-position: 9px -130px;
}
.property-style-7 .details li.bath-room {
background-color: #EFEFEF;
background-position: 9px -161px;
}
.property-style-7 .details li.size {
background-color: #E6E6E6;
background-position: 9px -64px;
margin-right: 0;
width: 92px;
}
.property-style-7 .details li:after {
background: url(//victormonti.com/wp-content/plugins/real-estate-manager-wordpress-plugin-master/assets/images/mini-arrow.png) no-repeat scroll right top;
content: "";
height: 36px;
width: 22px;
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: 26px;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
.type-filtering button:focus {
outline: none !important;
border: none !important;
}
.property-style-7 .inline-property-icons {
text-align: center;
}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/cyrillic.woff2) format("woff2");unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/greek-ext.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/greek.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/vietnamese.woff2) format("woff2");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/latin-ext.woff2) format("woff2");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"), local("OpenSans-Regular"), url(https://cdn.trustindex.io/assets/fonts/opensans/latin.woff2) format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/cyrillic-ext2.woff2) format("woff2");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/cyrillic2.woff2) format("woff2");unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/greek-ext2.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/greek2.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/vietnamese2.woff2) format("woff2");unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/latin-ext2.woff2) format("woff2");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"), local("OpenSans-Bold"), url(https://cdn.trustindex.io/assets/fonts/opensans/latin2.woff2) format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.ti-amp-iframe-body{background:#ffffff}.ti-widget.ti-goog{width:100%;display:block;overflow:hidden;text-align:left;direction:ltr;box-sizing:border-box}.ti-widget.ti-goog *,.ti-widget.ti-goog *:after{box-sizing:border-box}.ti-widget.ti-goog:before{display:none !important}.ti-widget.ti-goog a{text-decoration:underline !important;color:inherit}.ti-widget.ti-goog a.ti-header{text-decoration:none !important}.ti-widget.ti-goog a[href="#"],.ti-widget.ti-goog a:not([href]){text-decoration:none !important;pointer-events:none}.ti-widget.ti-goog strong,.ti-widget.ti-goog strong *{font-weight:bold !important}.ti-widget.ti-goog .ti-widget-container,.ti-widget.ti-goog .ti-widget-container *{font-family:"Open sans";font-size:14px;line-height:1.4em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ti-widget.ti-goog .ti-widget-container{color:#000000;margin-bottom:15px}.ti-widget.ti-goog .ti-widget-container .ti-name{font-weight:bold;font-size:15px;overflow:hidden;padding-right:25px;white-space:nowrap;text-overflow:ellipsis;color:#000000;margin-bottom:2px}.ti-widget.ti-goog .ti-widget-container .ti-date{color:#000000;opacity:0.5;font-size:12px !important}.ti-widget.ti-goog .ti-profile-img{margin:0 15px 0 0 !important}.ti-widget.ti-goog .ti-profile-img img{width:40px !important;height:40px !important;padding:0px !important;display:block;border-radius:30px;min-width:initial !important;max-width:initial !important;object-fit:cover;object-position:top}.ti-widget.ti-goog .ti-profile-img-sprite{display:inline-block;float:left;background:white;background-repeat:no-repeat;width:40px;height:40px;border-radius:30px}.ti-widget.ti-goog .ti-profile-details{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;margin:0 !important;display:flex;flex-direction:column;justify-content:center}.ti-widget.ti-goog .ti-stars{margin-top:3px;white-space:nowrap}.ti-widget.ti-goog .ti-star{width:16px;height:16px;display:inline-block;margin:0 !important;margin-right:1px !important;background-size:contain;background-repeat:no-repeat}.ti-widget.ti-goog .ti-star:before,.ti-widget.ti-goog .ti-star:after{content:none !important}.ti-widget.ti-goog .ti-footer{margin-top:15px;padding-top:0px;text-align:center;line-height:1.45em}.ti-widget.ti-goog .ti-footer .ti-name{color:#000000;font-size:16px;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis}.ti-widget.ti-goog .ti-footer .ti-stars{margin-bottom:3px;margin-top:0px}.ti-widget.ti-goog .ti-footer .ti-profile-details{padding-top:4px}.ti-widget.ti-goog .ti-footer .ti-inner{padding-bottom:10px}.ti-widget.ti-goog .star-lg .ti-star{width:30px;height:30px}.ti-widget.ti-goog .ti-d-none{display:none !important}.ti-widget.ti-goog.ti-icon-size1 .ti-review-header:after{width:25px;height:25px}.ti-widget.ti-goog.ti-icon-size1 .ti-widget-container .ti-name{padding-left:30px}.ti-widget.ti-goog.ti-icon-size2 .ti-review-header:after{width:30px;height:30px}.ti-widget.ti-goog.ti-icon-size2 .ti-widget-container .ti-name{padding-left:35px}.ti-widget.ti-goog .ti-rating-text,.ti-widget.ti-goog .ti-rating-text strong,.ti-widget.ti-goog .ti-rating-text strong a,.ti-widget.ti-goog .ti-rating-text strong span,.ti-widget.ti-goog .ti-rating-text span strong,.ti-widget.ti-goog .ti-rating-text span,.ti-widget.ti-goog .ti-footer,.ti-widget.ti-goog .ti-footer strong,.ti-widget.ti-goog .ti-footer span,.ti-widget.ti-goog .ti-footer strong a{font-size:14px;color:#000000}.ti-widget.ti-goog .ti-large-logo{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:50px;margin-bottom:0 !important}.ti-widget.ti-goog .ti-large-logo .ti-v-center{-ms-flex-item-align:center !important;align-self:center !important;text-align:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ti-widget.ti-goog .ti-large-logo img{margin:auto;padding:0 !important;display:block !important;position:relative}.ti-widget.ti-goog .nowrap{white-space:nowrap;display:inline-block;margin:0 2px}.ti-widget.ti-goog .nowrap:first-of-type{margin-left:0}.ti-widget.ti-goog .nowrap:last-of-type{margin-right:0}.ti-widget.ti-goog .ti-reviews-container-wrapper [class$=inner]>.ti-stars{margin-bottom:6px;margin-top:15px;text-align:left}.ti-widget.ti-goog .ti-reviews-container-wrapper{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:20px;margin-left:20px;padding-top:5px}.ti-widget.ti-goog .ti-col-1 .ti-review-item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ti-widget.ti-goog .ti-col-2 .ti-review-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ti-widget.ti-goog .ti-col-3 .ti-review-item{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.ti-widget.ti-goog .ti-col-4 .ti-review-item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ti-widget.ti-goog .ti-col-5 .ti-review-item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.ti-widget.ti-goog .ti-col-6 .ti-review-item{-ms-flex:0 0 16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.ti-widget.ti-goog .ti-reviews-container{position:relative}.ti-widget.ti-goog .ti-read-more{display:none}.ti-widget.ti-goog .ti-review-item{padding:0 8px;transition:transform 300ms ease-out}.ti-widget.ti-goog .ti-review-item [class$=inner]{border-radius:4px}.ti-widget.ti-goog .ti-review-item>[class$=inner]{border-style:solid !important;border-color:#efefef !important;background:#ffffff !important;border-radius:10px !important;padding:25px !important;margin:0 !important;display:block}.ti-widget.ti-goog .ti-review-item .ti-polarity .ti-polarity-icon{position:relative;margin:0;text-indent:3px;display:inline-block;width:15px;height:15px}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon{position:relative;margin:0 5px;margin-bottom:-3px;text-indent:3px;display:inline-block;width:15px;height:15px}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child{margin-left:0}.ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-title{font-weight:700;font-size:13px !important;opacity:0.8;position:relative;top:-1px}.ti-widget.ti-goog .ti-review-item .ti-recommendation+.ti-dummy-stars{display:none}.ti-widget.ti-goog .ti-review-content{line-height:23.2px !important;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;text-align:left;-webkit-line-clamp:inherit !important;overflow:auto !important;overflow-x:hidden !important;padding-right:10px;scrollbar-color:#8d8d8d #e0e0e0;scrollbar-width:thin}.ti-widget.ti-goog .ti-review-content .ti-stars{margin-bottom:5px}.ti-widget.ti-goog .ti-review-content strong{font-size:inherit;color:inherit;font-weight:normal !important}.ti-widget.ti-goog .ti-review-header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative}.ti-widget.ti-goog .ti-review-header:after{content:"";display:block;width:20px;height:20px;position:absolute;right:0px;background-repeat:no-repeat;background-position:center center}.ti-widget.ti-goog .ti-highlight{padding:1px 2px;margin:0;box-decoration-break:clone;-webkit-box-decoration-break:clone;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;background-color:transparent !important;background-image:linear-gradient(#fbe049, #fbe049);background-size:100% 19px;background-position:bottom;background-repeat:no-repeat;color:#000 !important;font-size:inherit}@media (max-width:479px){.ti-widget.ti-goog .ti-reviews-container-wrapper{margin-right:0;margin-left:0}.ti-widget.ti-goog .ti-review-item{padding:0}}@media (min-width:480px){.ti-widget.ti-goog .ti-review-item:hover{-webkit-transform:translate(0, -5px);-ms-transform:translate(0, -5px);transform:translate(0, -5px)}}.ti-widget.ti-goog ::-webkit-scrollbar{width:4px;border-radius:3px}.ti-widget.ti-goog ::-webkit-scrollbar-track{background:rgba(180, 180, 180, 0.1)}.ti-widget.ti-goog ::-webkit-scrollbar-thumb{background:rgba(180, 180, 180, 0.6)}.ti-widget.ti-goog ::-webkit-scrollbar-thumb:hover{background:#b4b4b4}.ti-verified-review{display:inline-block;background:url(https://cdn.trustindex.io/assets/icon/trustindex-verified-icon.svg);background-size:contain;width:15px;height:15px;margin:0 !important;margin-left:7px !important;position:relative;z-index:2}.ti-verified-review .ti-verified-tooltip{color:#fff !important;background-color:#6f6f6f !important;padding:0 10px;border-radius:4px;font-size:11px !important;line-height:22px !important;font-weight:500;display:inline-block;position:absolute;left:0;margin-left:25px;top:-4px;white-space:nowrap;opacity:0;transition:all 0.3s ease-in-out}.ti-verified-review .ti-verified-tooltip:before{width:0;height:0;border-style:solid;border-width:5px 5px 5px 0;border-color:transparent #6f6f6f transparent transparent;content:"";position:absolute;left:-5px;top:50%;margin-top:-5px}.ti-verified-review:hover .ti-verified-tooltip{opacity:1;margin-left:20px}.ti-recommendation+.ti-verified-review{top:2px}.ti-widget .source-Google .ti-review-header:after{background-image:url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);background-size:100% 100%}.ti-widget .source-Google .ti-star.f{background-image:url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg)}.ti-widget .source-Google .ti-star.e{background-image:url(https://cdn.trustindex.io/assets/platform/Google/star/e.svg)}.ti-widget .source-Google .ti-star.h{background-image:url(https://cdn.trustindex.io/assets/platform/Google/star/h.svg)}.ti-widget .star-lg .ti-star{width:30px;height:30px}.ti-widget .ti-header .ti-star{width:20px;height:20px}.ti-widget.ti-goog.ti-no-logo .ti-review-header:after{background:none !important}.ti-widget.ti-goog.ti-no-stars .ti-review-item .ti-star.f{background-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/f.svg) !important}.ti-widget.ti-goog.ti-no-stars .ti-review-item .ti-star.e{background-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/e.svg) !important}.ti-widget.ti-goog.ti-no-stars .ti-review-item .ti-star.h{background-image:url(https://cdn.trustindex.io/assets/platform/Trustindex/star/h.svg) !important}.ti-widget.ti-goog.ti-no-stars .ti-review-item .ti-recommendation{display:none}.ti-widget.ti-goog.ti-no-stars .ti-review-item .ti-recommendation+.ti-dummy-stars{display:inline}.ti-widget.ti-goog{overflow:visible !important}.ti-widget.ti-goog .ti-review-item>.ti-inner{border-top-width:1px !important;border-bottom-width:4px !important;border-left-width:1px !important;border-right-width:4px !important;background-color:white !important;backdrop-filter:blur(0px)}.ti-widget.ti-goog .ti-review-content{height:116px !important}.ti-widget.ti-goog .ti-reviews-container-wrapper{padding-bottom:1px}.ti-widget.ti-goog .ti-controls{display:block;margin-top:-12px;width:100%;position:absolute;height:0px;z-index:1;top:calc(50% - 19px)}.ti-widget.ti-goog .ti-controls .ti-next,.ti-widget.ti-goog .ti-controls .ti-prev{position:absolute;display:inline-block;width:20px;height:30px;padding-top:20px;padding-bottom:20px;display:block;opacity:1;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.ti-widget.ti-goog .ti-controls .ti-next:hover,.ti-widget.ti-goog .ti-controls .ti-prev:hover{cursor:pointer;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.ti-widget.ti-goog .ti-controls .ti-next:before,.ti-widget.ti-goog .ti-controls .ti-prev:before{content:"";background:#cccccc;width:17px;height:3px;display:block;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px;position:absolute}.ti-widget.ti-goog .ti-controls .ti-next:after,.ti-widget.ti-goog .ti-controls .ti-prev:after{content:"";background:#cccccc;width:17px;height:3px;display:block;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px;position:absolute}.ti-widget.ti-goog .ti-controls .ti-next{right:2px}.ti-widget.ti-goog .ti-controls .ti-next:after{top:18px;right:0px}.ti-widget.ti-goog .ti-controls .ti-next:before{top:8px;right:0px}.ti-widget.ti-goog .ti-controls .ti-prev{left:2px}.ti-widget.ti-goog .ti-controls .ti-prev:after{top:8px;left:0px}.ti-widget.ti-goog .ti-controls .ti-prev:before{top:18px;left:0px}@media (max-width:479px){.ti-widget.ti-goog .ti-controls{display:none}}.ti-widget.ti-goog .ti-controls-dots{display:block;margin-top:10px;margin-bottom:10px;text-align:center}.ti-widget.ti-goog .ti-controls-dots .dot{display:inline-block;width:10px;height:10px;background:#cccccc;border-radius:20px;padding:4px;opacity:0.4}.ti-widget.ti-goog .ti-controls-dots .dot.active{opacity:1}