@charset "utf-8";
.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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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;
}
.landz-box-property .footer a {
padding: 2px 6px;
position: absolute !important;
top: auto;
right: 7px;
bottom: 7px;
left: auto;
z-index: 3;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}  .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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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(//bc-villas.com/wp-content/plugins/real-estate-manager/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;
}body{ margin:0; padding:0;line-height:20px; font-size:13px; color:#5c5c5c; font-family:Arial, Helvetica, sans-serif; box-sizing:border-box; background:url(//bc-villas.com/wp-content/themes/movers-packers/images/bodybg.jpg) repeat left top;}
*{ margin:0; padding:0; outline:none;}
img{ border:none; margin:0; padding:0; height:auto}
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .aligncenter{ margin:0; padding:0;}
p{ margin:0; padding:0;}
a{ text-decoration:none; color:#1874c1;}
a:hover{ color:#5da1db;}
ol,ul{ margin:0; padding:0;}
ul li ul, ul li ul li ul, ol li ol, ol li ol li ol{ margin-left:10px;}
h1,h2,h3,h4,h5,h6{color:#484f5e; font-family:'Roboto', sans-serif; margin:0 0 20px; padding:0; line-height:1.1; font-weight:600; }
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
.clear{ clear:both;}
.alignnone{ width:100% !important;}
img.alignleft, .alignleft{ float:left; margin:0 15px 0 0; padding:5px; border:1px solid #cccccc;}
img.alignright, .alignright{ float:right; margin:0 0 0 15px; padding:5px; border:1px solid #cccccc;}
blockquote{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon_quote.png) no-repeat 20px 22px; padding:15px 15px 15px 60px !important; font-style:italic; color:#888; font-size:14px; line-height:1.5;}
.left{ float:left;}
.right{ float:right;}
.space50{ clear:both; height:50px;}
.space100{ clear:both; height:100px;}
.pagination{display:table; clear:both;}
.pagination ul{list-style:none; margin:20px 0;}
.pagination ul li{display:inline; float:left; margin-right:5px;}
.pagination ul li span, .pagination ul li a, .page-numbers{background:#646262; color:#fff; padding:5px 10px; display:inline-block;}
.pagination ul li .current, .pagination ul li a:hover, .current{background:#34c6f6 !important;}
#comment-nav-above .nav-previous, #comment-nav-below .nav-previous{ float:none !important; margin:10px 0;}
ol.comment-list li{ list-style:none; margin-bottom:5px;}
.container{ width:1170px; margin:0 auto; position:relative;} .menubar{ background-color:#1874c1;}
.toggle{display: block;}
.toggle a{ color:#ffffff; background:url(//bc-villas.com/wp-content/themes/movers-packers/images/mobile_nav_right.png) no-repeat right center #1874c1; padding:10px 10px; margin-top:5px; font-size:16px; text-align:left;}
.toggle a:hover{color:#ffffff !important;}
.sitenav{display:none;}
.sitenav ul {margin:0; padding:0; font-family:'Roboto', sans-serif; font-weight:700; font-size:14px; text-transform:uppercase;}
.sitenav ul li{display:inline-block; margin:0; position:relative; text-align:center; padding:15px 0;}
.sitenav ul li a{ padding:0 15px; display:block; color:#fff; border-right:1px solid #1367b1;}
.sitenav ul li:last-child a{border:none !important;}
.sitenav ul li ul li{display:block; position:relative; float:none; top:-1px; border-bottom:1px solid #1367b1; padding:10px 0;}
.sitenav ul li ul li a{display:block; position:relative; top:1px; text-align:left; border:none !important;}
.sitenav ul li a:hover, .sitenav ul li.current_page_item a{ color:#ffb400; }
.sitenav ul li ul{display:none; z-index:9999999; position:relative;}
.sitenav ul li:hover > ul{display:block; width:200px; position:absolute; left:0; text-align:left; background-color:#1874c1;  box-shadow:0 2px 2px #333; }
.sitenav ul li:hover ul li ul{display:none; position:relative;}
.sitenav ul li:hover ul li:hover > ul{display:block; position:absolute; left:200px; top:1px;} .headertop{background-color:#f5f5f5;}
.topleft{float:left; padding:20px 0; width:85%; position:relative; top:2px; margin-bottom:-5px;}
.topleft ul {margin:0; padding:0; font:400 12px/12px 'Roboto';}
.topleft ul li{display:inline-block; padding:0 10px 0 0; margin:0 10px 5px 0; text-align:center; text-transform:capitalize; border-right:#c1c1c1 1px solid;}
.topleft ul li:last-child{ border-right:none;}
.topleft ul li a{ padding:0; margin:0; color:#8a8a8a; display:block;}
.topleft ul li a:hover{ padding:0; margin:0; color:#1874c1; display:block;}
.topright{ float:right; text-align:right;} .social-icons a{ border-left:1px solid #e0e0e0; color:#7a7a7a; width:35px; height:52px; line-height:52px; text-align:center; display: table-cell;  }
.social-icons br{ display:none;}
.social-icons a:hover{ color:#1874c1;}
.social-icons .fb{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-fb.png) no-repeat center center; }
.social-icons .tw{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-tw.png) no-repeat center center; }
.social-icons .gp{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-gp.png) no-repeat center center;}
.social-icons .in{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-in.png) no-repeat center center;} #pagefixed{ width:1210px; margin:40px auto; background-color:#fff;}
.header{width:100%; z-index:999999; background-color:#fff; }
.logo{float:left; z-index:999; padding:25px 0;  color:#8a8a8a; width:25%;}
.logo h1{font-weight:900; margin:0; line-height:28px; color:#333; text-transform:uppercase; font-size:20px;}
.logo h1 span{ color:#333;}
.logo a{ color:#333;}
.header_right{ float:right; width:70%; padding:10px 0; }
.headerinfo { font:400 14px/20px 'Roboto'; color:#8a8a8a; padding:10px 0 10px 0; float:right; }
.headerinfo span{ display:block; color:#333; font-weight:600; line-height:24px; }
.headerinfo .headcol-1{ width:218px; float:left;  background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-watch.png) no-repeat left 6px; padding:0 15px 0 25px; margin-right:20px; border-right:1px solid #f5f5f5; }
.headerinfo .headcol-2{ width:125px; float:left;  background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-phone.png) no-repeat left 6px; padding:0 15px 0 25px; border-right:1px solid #f5f5f5;  margin-right:20px; }
.headerinfo .headcol-3{ width:200px; float:left;  background:url(//bc-villas.com/wp-content/themes/movers-packers/images/icon-email.png) no-repeat left 7px; padding:0 0 0 25px; }
section#home_slider{ padding:0;}
#wrapfirst{ padding:40px 0;}
h2.section-title {color:#454545; font:300 36px/40px 'Roboto',san-serif; text-align: center; } #pagearea{margin-top:20px;}
#pagearea .threebox{ width:28%; float:left; margin:0 30px 0 0; padding:35px 20px; background-color:#f5f5f5; color:#333; text-align:center;}
#pagearea .threebox h3{ font-size:18px; margin:15px 0 10px; font-weight:600; color:#3a3a3a; text-transform:uppercase;}
#pagearea .threebox a{ display:block;}
#pagearea .threebox:hover{ background-color:#1874c1; cursor:pointer; color:#fff;}
#pagearea .threebox:hover h3{ color:#fff;}
a.ReadMore{ background-color:#1874c1; color:#fff ; padding:5px 15px; font:normal 18px/22px 'Roboto'; text-transform:uppercase; -moz- border-radius:5px; -webkit- border-radius:5px; border-radius:5px;}
a.ReadMore:hover{ background-color:#865628; color:#fff; } .last_column{clear:right; margin-right:0 !important; }
.MoreLink{ background-color:#262626; color:#fff ;display: inline-block; padding:6px 15px;}
.welcomewrap{ text-align:center;}
.welcomewrap img{ float:right; margin:10px 0 0 30px; padding:7px; background-color:#fff; border:1px solid #e6e5e5;}
.welcomewrap p{ margin-bottom:15px;} .site-main{ width:790px; float:left; margin:0; padding:0; }
#sitefull{ width:100%; float:none;}
#sitefull p{ margin-bottom:15px;}
.page_content{ padding:35px 0;}
.page_content p{ margin-bottom:20px; line-height:20px;}
.blog_lists{ margin-bottom:30px; }
.blog_lists h3{ margin-bottom:0px; text-transform:none;}
.blog_lists h3 a{ color:#484f5e;}
.blog_lists h3 a:hover{ color:#1874c1;}
.blog_lists p{ margin-bottom:10px;}
.blog-meta{ font-style:italic; margin-bottom:8px;}
.post-date, .post-comment, .post-categories{ display:inline; color:#000000;} 
.single_title{ margin-bottom:5px;}
.BlogPosts{ width:31.2%; float:left; margin:0 3% 0 0;}
.BlogPosts img{ width:100%;}
.BlogPosts h3{ margin:10px 0; font-size:22px; }
.post-thumb{ width:20%; float:left; margin:5px 25px 5px 0;} #sidebar{ width:330px; float:right;}
#sidebar .sub-menu{background-color:transparent !important;}
aside.widget{margin-bottom:30px; background-color:#f6f4f4; padding:20px; border:1px solid #edecec;}
aside.widget ul{ list-style:disc; }
h3.widget-title{ background-color:#1874c1; padding:12px 15px; margin-bottom:1px; color:#fff;}
h3.widget-title a{color:#FFF;}
#sidebar ul li{padding: 10px 0 0 15px; list-style:none; background:url(//bc-villas.com/wp-content/themes/movers-packers/images/sidebar-arrow.png) 0 16px no-repeat; word-wrap:break-word; display:block;}
#sidebar ul li a{padding:0; color:#3b3b3b; border-bottom: 1px dashed #2c2c2c; display:block; padding-bottom:10px;}
#sidebar ul li a:hover{ color:#34c6f6;}
#sidebar ul li:last-child a{ border:none;}
#sidebar table{ width:100%; text-align:center;}
#sidebar input[type="text"], #sidebar input[type="search"]{width:70%; height:30px; margin-bottom:10px; padding-left:10px;}
#prev{text-align:left;}
#next{text-align:right;}
input.search-submit, .post-password-form input[type=submit], .wpcf7-form input[type=submit]{border:none; color:#ffffff; padding:7px 15px; cursor:pointer; background-color:#1874c1;} #footer-wrapper{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/footer-bg.jpg) repeat fixed center top; position:relative; padding:45px 0 0; color:#fff; }
.cols-3{width:31%; float:left; margin:0 3% 2% 0; }
.widget-column-3 { margin-right:0px !important;}
.cols-3 h5{ font-weight:600; font-size:16px; color:#fff; margin-bottom:25px; text-transform:uppercase; }
.cols-3 ul{ margin:0; padding:0; list-style:inside disc;  -moz-column-count: 2; -moz-column-gap: 1em; }
.cols-3 ul li { padding:0;}
.cols-3 ul li a { color:#fff; font:normal 12px/24px Arial, Helvetica, sans-serif; padding:0 0 0 10px;}
.cols-3 ul li a:hover, .cols-3 ul li.current_page_item a { color:#ffb400; }
.cols-3 a.readmore span{ color:#fff;}
.cols-3 p{ margin-bottom:15px;}
.cols-3 h1, .cols-3 h2, .cols-3 h3, .cols-3 h4, .cols-3 h5, .cols-3 h6{color:#fff;}
.phone-no{ margin:10px 0 20px; line-height:22px;}
.phone-no a{color:#d6d6d6;}
.phone-no a:hover{color:#d6d6d6;}
.phone-no strong { display:inline-block; color:#1874c1;}
.cols-3 .phone-no p{ margin-bottom:0;}
.widget-column-2 a{font:400 20px/24px 'Roboto',san-serif;} div.recent-post{ display:block; line-height:18px; padding:0 0 15px 0px; background:none; margin-bottom:15px; border-bottom:#4d4f5b 1px dashed; min-height:70px;}
div.recent-post img { float:left; margin:5px 15px 0 0; border:#4d4f5b solid 2px;}
div.recent-post span {font-size:11px;}
div.recent-post a {text-decoration:none; background:transparent;}
div.recent-post a:hover { text-decoration:none;}
div.recent-post:last-child { border-bottom:0; padding-bottom:0; margin-bottom:0;}
div.recent-post p{ display:inline; line-height:22px; margin:0;}
.copyright-wrapper {  background-color:#2c3150; position:relative; padding:15px 0;}
.copyright-txt { float:left;}
.copyright-txt span{color:#1874c1;}
.design-by { float:right;}
.footerfix{ margin-bottom:30px; border-bottom:1px solid #4d4f5b; padding-bottom:40px !important;}
.fixed3{ font:400 13px/20px 'Roboto';  width:28.7%; float:left; margin:0 30px 0 0; border:1px solid #4d4f5b; padding:20px 15px;}
.fixed3 span{ display:block; color:#a8a8a8; font-size:14px; font-weight:600;}
.addressbx{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/footericon1.jpg) no-repeat left 5px; padding:0 0 0 70px; min-height:60px;}
.phonebx{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/footericon2.jpg) no-repeat left 5px; padding:0 0 0 70px; min-height:60px;}
.emailbx{ background:url(//bc-villas.com/wp-content/themes/movers-packers/images/footericon3.jpg) no-repeat left 5px; padding:0 20px 0 70px; min-height:60px; } .button{ background-color:#ff6565; border-bottom:4px solid #e44545; color:#fff; padding:8px 20px; display:inline-block; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; }
.button:hover{background-color:#34c6f6; border-color:#1898c2; color:#fff;} a.added_to_cart{background:#e1472f; padding:5px; display:inline-block; color:#fff; line-height:1;}
a.added_to_cart:hover{background:#000000;}
a.button.added:before{content:'' !important;}
#bbpress-forums ul li{padding:0;}
#subscription-toggle a.subscription-toggle{padding:5px 10px; display:inline-block; color:#e1472f; margin-top:4px;}
textarea.wp-editor-area{border:1px #ccc solid;}
.woocommerce input[type=text], .woocommerce textarea{border:1px #ccc solid; padding:4px;}
form.woocommerce-ordering select{ padding:5px; color:#777777;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto',san-serif; color:#1874c1;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
h1.product_title, p.price{ margin-bottom:10px;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ font-family:'Roboto',san-serif; color:#1874c1;}
.woocommerce ul.products li, #payment ul.payment_methods li{ list-style:none !important;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{ color:inherit !important;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{ border-bottom:0px !important} .screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;	height: 1px;width: 1px;	overflow: hidden;}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	color: #21759b;	display: block;
font-size: 14px;font-size: 0.875rem;font-weight: bold;	height: auto;left: 5px;	line-height: normal;padding: 15px 23px 14px;text-decoration: none;	top: 5px;	width: auto;
z-index: 100000; } .wpcf7{ margin:30px 0 0; padding:0;}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"]{ width:40%; border:1px solid #cccccc; box-shadow:inset 1px 1px 2px #ccc; height:35px; padding:0 15px; color:#797979; margin-bottom:0;}
.wpcf7 textarea{width:60%; border:1px solid #cccccc; box-shadow:inset 1px 1px 2px #ccc; height:150px; color:#797979; margin-bottom:25px; font:12px arial; padding:10px; padding-right:0;}
.wpcf7 input[type="submit"]{background-color:#1874c1; width:auto; border:none; cursor:pointer; font:18px 'Roboto',san-serif; color:#ffffff; padding:10px 40px; border-radius:3px;} h1.screen-reader-text{font:22px 'Roboto',san-serif;}
.site-nav-previous, .nav-previous{ float:left;}
.site-nav-next, .nav-next{ float:right;}
h3#reply-title{font:300 18px 'Roboto',san-serif;}
#comments{ margin:30px 0 0; padding:0;}
nav#nav-below{ margin-top:15px;}
select option{width:275px; height:30px;}
.none{display:none; visibility:hidden;}
body.wp-site-logo .logo h1{display:none;}
body.wp-custom-logo .logo h1{display:none;}
.getaquote{float:right; position: relative; top:-50px; margin-bottom:-50px;}
.getaquote ul li{margin: 0 !important; padding: 0 !important;}
.getaquote ul li a{background-color:#ffb400; border: none; padding: 15px 42px;}
.getaquote ul li a:hover{color: #fff !important;}
.search-form input[type="search"]{ height:32px; padding:5px;}
.single-product .site-aligner{margin-top:40px;}@media screen and (max-width:767px) {
.left, .right, .copyright-txt, .design-by{ float:none;}
#pagefixed{ width:auto; margin:10px;}
.container { width:auto; padding:0 20px;}
.header{ padding-top:15px;}
.header_right{ float:none; width:auto; }
.headerinfo{ padding:10px 0; float:none;}
.logo{ width:auto; float:none; text-align:center; padding:0;}
.topleft, .topright{ float:none; width:auto; text-align:center; }
.headerinfo .headcol-1, .headerinfo .headcol-2, .headerinfo .headcol-3{ width:auto; border:none; margin:0 0 10px; float:none;}
.social-icons a{ display:inline-block;}
#pagearea .threebox{ width:auto; float:none; margin:0 0 30px; width:85%;} #sidebar{ width:100%; float:none;} .content-area{ width:auto; margin:0; padding:50px 20px;}
.site-main{ width:auto; margin:0 0 30px; padding:0; float:none;}
h2.section-title{ font-size:22px; line-height:26px;} #slider{ top:0; margin:0;}
.nivo-directionNav a{ top:39% !important;}
.nivo-caption, .nivo-controlNav{ display:none !important;} .copyright-wrapper{ text-align:center;}
.fixed3{ width:auto; float:none; margin:0 0 15px;}
.cols-3{ width:100% !important; display:block; margin-right:0; margin-bottom:15%;}
div.recent-post p{ line-height:18px;} h2.section_title{ text-align:center;} .BlogPosts{ float:none; width:auto; margin:0 0 10% 0;}
.post-thumb{ width:30%; float:left; margin:0 25px 15px 0;}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea{ width:100%;}
.topleft{width:auto;}
.getaquote{display:none;}
}
@media screen and (min-width:300px) and (max-width: 480px){
.post-thumb{ width:100%; float:none; margin:0 0 15px;}
.headerinfo{ margin:0 auto; float:none; padding-left:25px;}
#pagearea .threebox h3{ font-size:16px;}
.post-thumb{ width:100%; float:none; margin:0 0 15px 0;}
.post-thumb img{ width:100%; }
.topleft{width:auto;}
} @media screen and (min-width: 480px) and (max-width: 767px){
#pagefixed{ width:460px; margin:40px auto;}
.nivo-caption, .nivo-controlNav{ display:block !important;}
.nivo-caption{ width:65%; bottom:15%; left:20%; }
.slide_info h2{ font-size:20px !important; line-height:30px; text-shadow:1px 0 0 #333;}
.slide_info h2 span{ font-size:30px !important;}
.slide_info p{ font-size:13px !important; }
.headerinfo{ width:225px; margin:0 auto; float:none;}
.topleft{width:auto;}
.getaquote{display:none;}
} @media screen and (max-width:1209px) and (min-width:768px) { 
#pagefixed{ width:auto; margin:40px 10px;}
.social-icons a{ box-sizing:content-box; margin-bottom:5px; }
.container { width:auto; padding:0 20px;}
.logo{ width:22%;}
.header_right{ width:75%;}
#pagearea .threebox{ width:26.5%; margin-right:30px;} .nivo-caption{ width:55%; bottom:22%;}
.slide_info h2{ font-size:24px !important; line-height:30px; }
.content-area{ width:auto; margin:0; padding:50px 20px;}
#sidebar{ width:30%;}
.site-main{ width:65%;}
.cols-3 h5{ font-size:16px;}
.welcomewrap img{ width:50%;}
.fixed3{ width:27.5%;}
.topleft{width:auto;}
}
@media screen and (min-width:768px) and (max-width: 980px){
.logo{ width:100%; float:none; margin:0 auto; text-align:center;}
.header_right{ width:100%; float:none;}
.fixed3{ width:41%; margin-bottom:25px;}
#pagearea .threebox{ width:25%; margin-right:25px;}
.topleft{width:auto;}
}
@media screen and (max-width: 980px){
.toggleMenu{display: block;}
.sitenav{float:none; margin:0; position:relative; overflow-x:hidden; background-color:#fff; border-radius:0; top:0; border-bottom:none; }
.sitenav ul{color:#000; width:100% !important; float:none !important; margin:0; padding:0;}
.sitenav ul li{border-top:1px #cccccc solid; display:block; float:none; text-align:left; border-bottom:none !important; padding:5px 0;}
.sitenav ul li a{padding:5px 10px !important; display:block; color:#000; border:none;}
.sitenav ul li a:hover, .sitenav ul li.current_page_item a{color:#1874c1;  border:none;}
.sitenav ul li ul, .sitenav ul li ul ul{ display:block !important;}
.sitenav ul li ul li a:before{content:"\00BB \00a0";}
.sitenav ul li ul li a{padding-left:20px !important; }
.sitenav ul li ul li a{ border:none;}
.sitenav ul li ul li ul li a{padding-left:30px !important;}
.sitenav ul li ul li ul li ul li a{padding-left:40px !important;}
.sitenav ul li:hover > ul{ background:none !important; box-shadow:none;}
.sitenav ul li:hover > ul{ background: transparent !important; width:auto !important; display:block; position: relative !important; left:0; right:0; top:0; padding:0;}
.sitenav ul li:hover ul li ul, .sitenav ul li:hover ul li:hover > ul, .sitenav ul li:hover ul li:hover > ul li ul{  background: transparent !important; display:block; position:relative !important;  right:0; left:0; top:0;}
.sitenav ul li:hover ul li:hover ul, .sitenav ul li:hover ul li:hover ul li:hover ul{ left:0 !important;}
}body#tinymce.wp-editor { 
font-family: 'Roboto',Arial; 
margin: 10px; 
}
body#tinymce.wp-editor a {
color: #5E5340;
}
  img{max-width:100%;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.grad-btn-small, .grad-btn-medium, .grad-btn-large, .grad-btn-x-large, .simple-btn-small, .simple-btn-medium, .simple-btn-large, .simple-btn-x-large{text-decoration:none; margin:10px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;-khtml-border-radius:5px; display:inline-block;}
.grad-btn-small, .grad-btn-medium, .grad-btn-large, .grad-btn-x-large{ }
.grad-btn-small, .simple-btn-small{padding:0 10px; line-height:25px; height:25px; font-size:12px;}
.grad-btn-medium, .simple-btn-medium{padding:0 15px; line-height:35px; height:35px; font-size:15px;}
.grad-btn-large, .simple-btn-large{padding:0 20px; line-height:45px; height:45px; font-size:18px;}
.grad-btn-x-large, .simple-btn-x-large{padding:0 25px; line-height:55px; height:55px; font-size:20px;}
.grad-btn-small{background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-gradient.png) repeat-x 0 0; }
.grad-btn-medium{background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-gradient.png) repeat-x 0 -25px; }
.grad-btn-large{background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-gradient.png) repeat-x 0 -60px; }
.grad-btn-x-large{background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-gradient.png) repeat-x 0 -105px; }
.grad-btn-small:hover, .grad-btn-medium:hover, .grad-btn-large:hover, .grad-btn-x-large:hover{background-image:none;}
.simple-btn-small:hover, .simple-btn-medium:hover, .simple-btn-large:hover, .simple-btn-x-large:hover{opacity:0.85;}
.btn-align-right{float:right; }
.btn-align-left{float:left;}
.btn-align-center{float:none; margin:0 auto;}
.round-btn-dark{background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-dark-round-left.png); color:#fff; }
.round-btn-dark span{background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-dark-round-right.png);}
.round-btn-light{background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-light-round-left.png); color:#555; text-shadow:0 1px #fff; }
.round-btn-light span{background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/button-light-round-right.png);}
.round-btn{ background-repeat:no-repeat; background-position:left top; padding:0 0 0 26px; line-height:60px; height:60px; font-size:20px; margin:10px 0;}
.round-btn span{ background-repeat:no-repeat; background-position:right top; padding:0 36px 0 10px; display:inline-block;}
.round-btn-light:hover{background-position:left bottom; color:#000;}
.round-btn-dark:hover{background-position:left bottom; color:#ddd;}
.round-btn:hover span{background-position:right bottom;} .msg-box-icon{display: block; padding:18px 10px 18px 50px; margin-left: 15px; background-color:transparent;}
.msg-info, .msg-success, .msg-warning, .msg-error, .msg-about, .msg-simple, .msg-custom, pre  {margin:15px 0 !important;}
.msg-info { background-color:#BDE5F8; background: -moz-linear-gradient(center top , #FFFFFF, #BDE5F8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#BDE5F8)); background: -webkit-linear-gradient(top, #FFFFFF, #BDE5F8); background: -ms-linear-gradient(top, #FFFFFF, #BDE5F8); background: -o-linear-gradient(top, #FFFFFF, #BDE5F8); border:1px #38AEE5 solid; color: #00529B; }
.msg-info .msg-box-icon { background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/icon_info.png) no-repeat 4px 50% transparent; }
.msg-success { background-color:#DFF2BF; background: -moz-linear-gradient(center top , #FFFFFF, #DFF2BF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFF2BF)); background:-webkit-linear-gradient(top, #FFFFFF, #DFF2BF); background: -ms-linear-gradient(top, #FFFFFF, #DFF2BF); background: -o-linear-gradient(top, #FFFFFF, #DFF2BF); border:1px #A0CF4C solid; color: #4F8A10;}
.msg-success .msg-box-icon {background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/icon_success.png) no-repeat 4px 50% transparent;}
.msg-warning { background-color:#FEEFB3; background: -moz-linear-gradient(center top , #FFFFFF, #FEEFB3); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FEEFB3)); background: -webkit-linear-gradient(top, #FFFFFF, #FEEFB3); background: -ms-linear-gradient(top, #FFFFFF, #FEEFB3); background: -o-linear-gradient(top, #FFFFFF, #FEEFB3); border:1px #E5BC3B solid; color: #9F6000;}
.msg-warning .msg-box-icon {background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/icon_warning.png) no-repeat 4px 50% transparent;}
.msg-error{ background-color:#FFBABA; background: -moz-linear-gradient(center top , #FFFFFF, #FFBABA); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFBABA)); background: -webkit-linear-gradient(top, #FFFFFF, #FFBABA); background: -ms-linear-gradient(top, #FFFFFF, #FFBABA); background: -o-linear-gradient(top, #FFFFFF, #FFBABA); border:1px #FF7878 solid; color: #c00;}
.msg-error .msg-box-icon {background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/icon_error.png) no-repeat 4px 50% transparent;}
.msg-about{ background-color:#ECF1FF; background: -moz-linear-gradient(center top , #FFFFFF, #ECF1FF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ECF1FF)); background: -webkit-linear-gradient(top, #FFFFFF, #ECF1FF); background: -ms-linear-gradient(top, #FFFFFF, #ECF1FF); background: -o-linear-gradient(top, #FFFFFF, #ECF1FF); border:1px #c9d7ff solid; color: #4e6bbe;}
.msg-about .msg-box-icon {background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/icon_about.png) no-repeat 4px 50% transparent;}
.msg-simple, .msg-custom { display: block; padding:10px 15px;}
pre { color: #333;  padding:10px 15px !important; background-color:#efefef; background: -moz-linear-gradient(center top , #FFFFFF, #efefef); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#efefef)); background: -webkit-linear-gradient(top, #FFFFFF, #efefef); background: -ms-linear-gradient(top, #FFFFFF, #efefef); background: -o-linear-gradient(top, #FFFFFF, #efefef); border:1px #999 solid !Important; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.msg-align-center{margin:0 auto;}
.msg-align-left{float:left;}
.msg-align-right{float:right; }
.fvch-codeblock, .syntaxhighlighter{clear:both;}
.syntaxhighlighter .toolbar{display:none;}
.fvch-codeblock{clear:both;} .toggle_holder{padding-bottom:15px;}
.topmargin15{margin-top:15px;}
.slide_toggle{ color: #333; margin:0 !important; padding:5px 10px !important; background-color:#efefef; background: -moz-linear-gradient(center top , #FFFFFF, #efefef); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#efefef)); background: -webkit-linear-gradient(top, #FFFFFF, #efefef); background: -ms-linear-gradient(top, #FFFFFF, #efefef); background: -o-linear-gradient(top, #FFFFFF, #efefef); border:1px #ccc solid !Important; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px;}
.slide_toggle a{text-decoration:none !important; display:block; color:#7BB303;}
h3.slide_toggle a:before { background-color: #353535; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; -khtml-border-radius:25px; color: #CCCCCC; content: "+"; display: inline-block; font-size: 11px; height: 15px; line-height: 13px; margin-right: 10px; position: relative; text-align: center; top: -2px; width: 15px;}
h3.clicked{border-radius:10px 10px 0 0 !important; -moz-border-radius:10px 10px 0 0 !important;; -webkit-border-radius:10px 10px 0 0 !important;; -khtml-border-radius:10px 10px 0 0 !important; margin-bottom:0 !important;}
h3.clicked a:before{content: "-";}
.slide_toggle_content{padding:10px; background:#f6f6f6;  border:1px #ccc solid; border-top-width:0 !important; border-radius:0 0 10px 10px !important; -moz-border-radius:0 0 10px 10px !important;; -webkit-border-radius:0 0 10px 10px !important;; -khtml-border-radius:0 0 10px 10px !important; } .tabs-wrapper ul.tabs { width:100%; margin:3px 0 -1px; padding:0; float:left; list-style:none;}
.tabs-wrapper ul.tabs li { display:block; float:left; margin:0 2px 0 0; padding:0; background-color:#efefef; background-image:none; border:1px #ccc solid; border-bottom-width:0;}
.tabs-wrapper ul.tabs li a {color:#000; display:block; float:left; text-decoration:none; padding:5px 20px; border-bottom:1px #ccc solid; cursor:pointer; overflow:hidden; outline:none}
.tabs-wrapper ul.tabs li a.selected{color:#7ab040;  background-color:#fff; border-bottom-color:#fff;}
.tabs-wrapper .tab-content { clear:both; background:#fff; border:1px solid #ccc; padding:10px;}
.tabs-wrapper .tab-content img{ float:left; margin-right:15px;}
.js_on .tabs-wrapper .tab-content { display:none; margin-bottom:15px;}
.tabs-wrapper .tab-content .tabs-inner-padding { padding:10px;} .accordion-wrapper{padding-bottom:15px;}
h3.accordion-toggle { padding:0; margin:0 0 1px 0; background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/accordian-title.png) no-repeat scroll 0 0 transparent !important; height:46px; line-height:46px; width:100%; font-weight:normal; float:left; cursor:pointer; border-top:1px #eee solid;}
h3.accordion-toggle a { text-decoration:none; display:block; padding:12px 0 12px 50px; outline:medium none; border:0 none; line-height:1.3; font-size:18px !important; }
h3.accordion-toggle.active { background-position:left bottom; }
.accordion-container { margin:0 0 1px; padding:0; overflow:hidden; width:100%; clear:both; background:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/accordian-content-bg.png) repeat scroll 0 0 transparent;}
.accordion-container .content-block { padding:20px; } ul.list-1, ul.list-2, ul.list-3, ul.list-4, ul.list-5, ul.list-6, ul.list-7, ul.list-8, ul.list-9, ul.list-10 { margin:5px 0 5px -5px; position:relative; overflow:hidden; }
ul.list-1 ul, ul.list-2 ul, ul.list-3 ul, ul.list-4 ul, ul.list-5 ul, ul.list-6 ul, ul.list-7 ul, ul.list-8 ul, ul.list-9 ul, ul.list-10 ul { margin-left:0; }
ul.list-1 li, ul.list-2 li, ul.list-3 li, ul.list-4 li, ul.list-5 li, ul.list-6 li, ul.list-7 li, ul.list-8 li, ul.list-9 li, ul.list-10 li { list-style-image:none; list-style-position:outside; list-style-type:none; margin-bottom:2px !important; padding-bottom:2px !important; padding-left:30px !important; margin-left:0; background-repeat:no-repeat; background-color:transparent;}
ul.list-1 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-1.png); background-position:4px 11px;}
ul.list-2 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-2.png); background-position:3px 10px;}
ul.list-3 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-3.png); background-position:4px 12px;}
ul.list-4 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-4.png); background-position:3px 7px;}
ul.list-5 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-5.png); background-position:3px 7px;}
ul.list-6 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-6.png); background-position:4px 6px;}
ul.list-7 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-7.png); background-position:3px 5px;}
ul.list-8 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-8.png); background-position:4px 6px;}
ul.list-9 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-9.png); background-position:3px 6px;}
ul.list-10 li {background-image:url(//bc-villas.com/wp-content/themes/movers-packers/images/base/bullet-10.png); background-position:4px 7px;}
.dropcap { display: block; float: left; font-size:42px; line-height: 36px; margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 5px;} .linktotop{color:#666; font-size:11px; text-align:right; margin-bottom:5px;}
.linktotop a{text-decoration:none;} .postmeta{padding:5px 0; color:#999;}
.postmeta a{color:#999;}
.postmeta a:hover{color:#e74c3c;}
.breadcrumbs{padding:10px 0; margin-bottom:0;}
ol.commentlist{list-style:none;}
#commentform p{margin:5px 0;}
#commentform label{display:block;}
#commentform input#email, #commentform input#url, #commentform input#author, #commentform textarea, #commentform input#eazycfc_captcha{max-width:96%; border:1px #ccc solid; padding:5px 2%;}
#commentform input#submit{ background-color:#32373a; border:none; padding:8px 15px; color:#fff; display:inline-block; cursor:pointer;}
#commentform input#submit:hover{background:#34c6f6; border-bottom-color:#ccc; color:#fff;}
.form-allowed-tags{display:none;}
ul.errormsg{background:#ffe4e4;}
ul.errormsg li{padding:5px;}
.entry-content table, .comment-body table{ border-collapse:collapse; margin:10px 0;}
.entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th{padding:10px 5px; text-align:left;}
.entry-content table th, .comment-body table th{color:#676767; font:normal 18px Oswald; border-bottom:1px #888 solid;}
.entry-content table td, .comment-body table td{border-bottom:1px #ccc solid;}
.fvch-codeblock:hover .comment-form-url{display:block !important;} .commentlist, ol.commentlist {list-style:none; box-shadow:0 0 5px #666; -moz-box-shadow:0 0 5px #666; -webkit-box-shadow:0 0 5px #666; -khtml-box-shadow:0 0 5px #666; margin:10px 0; background-color:#fff; padding:10px 0;}
.commentlist li, ol.commentlist li { list-style:none; background-image:none !important; padding:0px 15px;}
.commentlist li ol li.depth-2, .commentlist li ol li.depth-3, .commentlist li ol li.depth-4, ol.commentlist li ol li.depth-2, ol.commentlist li ol li.depth-3, ol.commentlist li ol li.depth-4 { border-bottom:none;}
.commentlist li.bypostauthor article, ol.commentlist li.bypostauthor article { background:#f9ffe1;}
.commentlist article, .commentlist li.bypostauthor li article, ol.commentlist li.bypostauthor li article { border:none !important; padding:10px; position:relative; background-color:#fff;}
.commentlist li .fn { font-weight:normal; font-size:15px; font-style:normal;}
.commentlist li.bypostauthor .fn, ol.commentlist li.bypostauthor .fn { color:#000;}
img.avatar { vertical-align:middle; position:static; display:inline-block;}
.commentlist article a time { display:block; clear:both; padding:5px 0 10px; font-size:11px; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; }
.commentlist, ol.commentlist p { font-size:14px;}
.commentlist .reply span, ol.commentlist .reply span { display:none;}
.commentlist .reply a, ol.commentlist .reply a { display:block;	padding:10px; text-align:center; background:#f6f6f6; margin:5px 0; border:1px #ddd solid;}
.comment-author.vcard{display:inline-block; margin-right:15px; float:left;}
.comment-list ul.children li.comment{background-image:none; padding-left:5px;}