/*
Theme Name: iseek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iseek
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

iseek is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
  
@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri.woff') format('woff'), url('fonts/Calibri.ttf')  format('truetype'), url('fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri-Bold';
  src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri-Bold.woff') format('woff'), url('fonts/Calibri-Bold.ttf')  format('truetype'), url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Light';
  src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri-Light.woff') format('woff'), url('fonts/Calibri-Light.ttf')  format('truetype'), url('fonts/Calibri-Light.svg#Calibri-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Calibri';
  font-smooth: always;
  font-size: 17px;
  color: #3b3b3b;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background: #ffffff;
}
img{
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #625d8a;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #8dc63f;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-block > p a{
  color: #8dc63f;
}
.content-block > p a:hover{
  text-decoration: underline;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  /*border-color: transparent;*/
  box-shadow: none;
  outline: 0 none;
  border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h2{
  font-size: 26px;color: #2d2463;/*font-family: 'Calibri-Bold';font-weight: 600;*/margin-bottom: 15px;
}
h3{
 font-size: 22px;color: #2d2463;/*font-family: 'Calibri-Bold';font-weight: 600;*/margin-bottom: 15px; 
}
h4{
  font-size: 20px;color: #2d2463;/*font-family: 'Calibri-Bold';font-weight: 600;*/margin-bottom: 15px;  
}
h5{
  font-size: 18px;color: #2d2463;/*font-family: 'Calibri-Bold';font-weight: 600;*/margin-bottom: 15px;
}
p{
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 20px;
  line-height: 23px;
}
ul {
    margin-bottom: 20px;
}
ul > li{
  color: #3d3d3d;
  font-size: 17px;
  line-height: 18px;
  font-family: 'Calibri';
  /*font-weight: 600;*/
  margin-bottom: 10px;
  position: relative;
}
ul > li:before {
    color: #8dc63f;
    content: "\2022";
    font-size: 17px;
    left: 0;
    position: absolute;
}
.highlighted-text p{
  margin-bottom: 18px;
}
.container{
  width: 1120px;
}
.button{
  color: #2b2562;
  /*font-family: 'Calibri-Light';*/
  font-family: 'Calibri';
  /*font-weight: bold;*/
  font-size: 15px;
  background: rgba(0,0,0,0);
  border-radius: 0;
  border: 1px solid #2b2562;
  /*box-shadow: 0 3px 0 rgba(0,0,0,0.15);*/
  padding: 10px 19px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1px;

}
/*.button:focus{
  color: #ffffff; 
}*/
.button:hover{
  color: #ffffff;
  background: #2b2562;
}
/* header */
.topbar-menu li {
    display: inline-block;
    float: left;
    margin-right: 17px;
}
.topbar-menu li:last-child{
  margin-right: 0;
}
.topbar-menu {
    float: right;
    padding: 18px 0 11px;
}
.topbar-menu a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Calibri';
    /*font-weight: 600;*/
    text-transform: capitalize;
}
.topbar-menu a:hover,
.topbar-menu .login a:hover{
  color: #8dc63f;
}
.topbar-menu .login a{
  color: #2b2562;
}
body > header {
    background: #2c2563 none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
body.home > header {
  top: 0;
  background: #2C2563;
}
.logo-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin: 21px 0;
}
.mainmenu {
    border-top: 1px solid #cdcccc;
    clear: both;
    display: inline-block;
    float: right;
    padding: 0;
}
.mainmenu .nav.navbar-nav {
    display: inline-block;
    float: left;
}
.mainmenu .navbar{
  margin-bottom: 0;
  min-height: 0;
}
.mainmenu .navbar-collapse{
  padding-left: 0;
  padding-right: 0;
}
.mainmenu .navbar-nav > li span.glyphicon {
  display: none;
}
.mainmenu .navbar-nav > li > a{
  font-family: 'Calibri';
  /*font-weight: 600;*/
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 16px;
  padding: 12px 20px 22px;
}
.mainmenu .navbar-nav > li:last-child > a{
  padding-right: 0;
}
.mainmenu .navbar-nav > li:first-child > a{
  padding-left: 0;
}
.mainmenu .navbar-nav > li.current-menu-item > a:after,
.mainmenu .navbar-nav > li > a:hover:before,
.mainmenu .navbar-nav > li > a:focus:before{
  content: "";
  position: absolute;
  top: -2px;
  left: 0;right: 0;
  height: 1px;
  width: 100%;
  background: #8dc63f;
}
.mainmenu .navbar-nav > li.current-menu-item > a,
.mainmenu .navbar-nav > li > a:hover,
.mainmenu .navbar-nav > li > a:focus{
  background: rgba(0,0,0,0);
  color: #8dc63f;
}
.mainmenu ul li,
body > header ul li{
  list-style: none;
  margin-bottom: 0;
}
body > footer ul li,
.bottom-footer ul li{
  list-style: none;
}
body > header ul,
body > footer ul,
.bottom-footer ul{
  margin-bottom: 0;
}
body > header li:before,
body > footer ul li:before,
.bottom-footer ul li:before {
    display: none;
    font-size: 0;
}
.mainmenu .navbar-nav > li{
  position: relative;
}
.mainmenu .navbar-nav > li ul {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: none;
    left: 0;
    min-width: 230px;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.mainmenu .navbar-nav > li:hover ul{
  display: block;
}
.mainmenu .navbar-nav > li ul > li > a{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
    font-size: 18px;
    font-family: 'Calibri';
    /*font-weight: 600;*/
    line-height: 20px;
}
.mainmenu .navbar-nav > li ul > li.current-menu-item > a,
.mainmenu .navbar-nav > li ul > li > a:hover,
.mainmenu .navbar-nav > li ul > li > a:focus{
  color: #8dc63f;
}
.search-box {
    display: inline-block;
    float: left;
    position: relative;
}
.header-search{
   display: none;
    min-width: 200px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
}
.header-search form{
  background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);padding: 10px;position: relative;
}
.header-search form:before{
  border-bottom: 10px solid #ffffff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0;
}
.header-search .form-group{
  margin-bottom: 0;
}
.header-search .form-group input[type="text"]{
  padding-right: 42px;
}
.header-search [type="submit"]{
  display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    border: none;
     position: absolute;
    right: 11px;
    top: 11px;
    padding: 4px 12px;
}
.header-search [type="submit"]:hover{background: #ffffff;}
.header-search [type="submit"]:after:hover{
    color: #2d2463
}
.header-search [type="submit"]:after{
      content: "\f002";
      font-size: 17px;
      color: #8dc63f
}
.header-search.form-active{
  display: block;
}
.search-icon{
  cursor: pointer;

}
.search-icon > i{
  font-size: 20px;
  color: #8dc63f;
}

/* banner */
/*#homeslider .item {
  height: 725px;
  overflow: hidden;
}*/
#homeslider .carousel-indicators li {
  border: 1px solid #a8a9ad;
  height: 20px;
  width: 20px;
}
#homeslider .carousel-indicators .active {
  background-color: #fff;
  height: 20px;
  margin: 0;
  width: 20px;
}
.carousel-inner .item img{
  height: auto;
  width: 100%;
  max-width: 100%;

}
.homeslider .carousel-control{
  color: #ffffff;
  opacity: 1;
  top: 50%;
  width: 27px;
  height: 46px;
  left: 56px; font-size: 77px; text-shadow: none;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
}
.homeslider .carousel-control:hover{
  color: #8dc63f;
}
.homeslider .carousel-control.right{
  right: 56px;
  left: auto;
}
.homeslider .carousel-control.left,
.homeslider .carousel-control.right {
    background-image: none;
}
.homeslider .carousel-caption h2{
  color: #ffffff;
  font-size: 58px;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.homeslider .carousel-caption{
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
  left: 0;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
}
.slider-texts p{
	text-shadow: none;
	color: #ffffff;
}
.slider-texts .button{
  border:1px solid #ffffff;
  color: #ffffff;text-shadow: none;
}
.slider-texts .button:hover{
  background-color: #ffffff;
  color: #2b2562
}
.banner-box h2 {
    color: #2d2463;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: 'Calibri';
}

.banner-box p {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
}
.banner-box-icon {
    display: inline-block;
    margin-top: 0;
}
.banner-icon-block img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.banner-icon-block img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
}
.banner-box {
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 0 3.5%;
}
.banner-bx-highlight{
    padding: 17px;
    /*display: table;*/
    width: 100%;
    /*text-align: left;*/
    min-height: 181px;
    position: relative;
}
.banner-bx-highlight > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-bx-highlight:hover {
    background: #e9e9e9;
}
.banner-bottom-boxes {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f9f9fa;
}
.banner-boxes-wrapper {
    
    display: inline-block;
    padding: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;

    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

    width: 100%;
}
/*.banner-box-icon {
    display: table-cell;
    margin-bottom: 0px;
    vertical-align: middle;
    width: 59px;
}*/
.banner-icon-block {
    border-radius: 50%;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    /*height: 55px;
    width: 59px;*/
    height: 46px;
    width: 45px;
}
/*.banner-cnt-box {
    display: table-cell;
    margin-bottom: 0px;
    vertical-align: middle;
    padding-left: 18px;
}
.banner-box .banner-cnt-box h2{
  margin-bottom: 0;
}
*/
/* home welcome note */
.welcome-note{
  padding-top: 53px;
  padding-bottom: 20px;
}
.welcome-img > img {
    width: 100%;
}
.highlighted-text,
.highlighted-text p{
  color: #2d2463;
  font-size: 21px;
  line-height: 24px;
}
.welcome-content ul {
    margin-bottom: 35px;
}
.welcome-content ul > li,
.innerpage-content ul > li{
  padding-left: 12px;
}
.welcome-content  .table {
  border: 1px solid #ddd;
}
.welcome-content .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  vertical-align: bottom;
}
.welcome-content .table td:nth-child(2n+1) {
  width: 15%;
}
.welcome-content .rem_padding {
  padding: 0px;
}
.rem_padding > p {
  text-align: center;
}
.content-block p,
.cnt-full-width p{
  line-height: 20px;
}
.content-block .highlighted-text, 
.content-block .highlighted-text p{
  line-height: 24px;
}
/* property search */
.property-search-form{
  display: inline-block;
  width: 100%;
  padding: 44px 43px 27px;
}

.property-search-form form {
    margin-bottom: 0;
}
.property-search-form .form-group {
    margin-bottom: 30px;
}
.property-search-form .button[type="submit"] {
    width: 100%;
    font-size: 16px;
    height: 46px;
    line-height: 17px;padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #2b2562;
}
.property-search-form .button[type="submit"]:hover{
    color: #ffffff;
    background: #2b2562;
}
.property-location .region{
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1px;
}
.property-location .region i.fa{
  font-size: 18px;margin-right: 8px;
}
.property-info i.fa,
.property-counter i.fa{
  color: #949494;
}
.property-location .prop-address{
  color: #4c4b4b;font-size: 17px;line-height: 22px;/*padding-left: 20px;*/padding-left: 0;
}
.property-counter li:before{
  font-size: 0;display: none;
}
.property-location {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 17px;margin-bottom: 11px;
}
.property-counter li,
.innerpage-content .property-counter li {
    display: inline-block;margin-bottom: 4px;
    font-size: 21px;color: #383838;line-height: 26px;
    font-family: 'Calibri-Light';
    /*font-weight: 600;*/margin-right: 28px;padding-left: 0;
}
.property-counter li:last-child{
  margin-right: 0;
}
.property-counter {
    text-align: center;
}
#properties-slider .property-counter {
    text-align: left;
    
}
.property-counter ul {
    margin-bottom: 0;
}
.property-counter li i.fa{
  margin-right: 9px;float: left;
  font-size: 25px;
}
.property-counter li i.fa-bed{
  font-size: 0;
  background: url('img/fa_bad.png') no-repeat center center;
  width: 35px;
  height: 26px;
  background-size: 100% auto;
}
.property-counter li i.fa-bath{
  font-size: 0;
  background: url('img/fa_bath.png') no-repeat center center;
  width: 35px;
  height: 26px;
  background-size: 100% auto;
}
.property-counter li i.fa-car{
  font-size: 0;
  background: url('img/fa_car.png') no-repeat center center;
  width: 35px;
  height: 26px;
  background-size: 100% auto;
}
.property-img{
  position: relative;
  /* margin-bottom: 17px; */
}
.item .property-block .property-img > a{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.prop-caption {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    width: 100%;
    padding: 20px 15px 20px 28px;
}
.prop-caption h3{
  font-size: 19px;
  margin: 0;
  color: #2b2562;
  line-height: 25px;font-weight: normal;
}
.onhover-caption{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform:    translate(-50%,-50%);
  -ms-transform:     translate(-50%,-50%);
  -o-transform:      translate(-50%,-50%);
  transform:         translate(-50%,-50%);
}
.onhover-caption,
.onhover-caption a{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
  line-height: 25px;
  text-align: center;
}
.onhover-caption a:hover{
  color: #8dc63f
}
.property-img:hover .prop-caption h3,
.onhover-caption {
    display: none;
}
.property-img:hover .onhover-caption{
  display: block;
}
.property-img:hover .prop-caption{
  top: 0;
  background: rgba(0,0,0,0.49);
  height: 100%;
}
.owl-controls .owl-nav > div {
    left: 0;
    position: absolute;
    top: -92px;
}
.owl-controls .owl-nav > div:last-child{
  right: 0;left: auto;
}
.owl-controls .owl-nav i {
    color: #8dc63f;
    font-size: 75px;
}
.owl-controls .owl-nav i:hover{
  color: #2d2463;
}
.our-ptoperties {
    padding: 42px 0 35px;
    background-color: #EBEBE7;
}
.property-search-wrapper
{
background: #EBEBE7 no-repeat center right;
}
.light-grey-bg{
  background: #ecebe8;
}
.two-block-section {
    padding: 55px 0;
}
.two-box-content img{
  width: 100%;
}
/* our properties */
.section-heading{
    color: #2d2463;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 37px;
    text-align: center;
    text-transform: capitalize;
}
/* testimonial */
.testimonial-wrapper {
    text-align: center;
font-style: italic;
}
.owl-dot span {
    float: left;
    height: 20px;
    width: 20px;
    border: 1px solid #a8a9ad;
    margin: 1px;
    border-radius: 50%;

}
.testimonial-wrapper .owl-carousel .owl-item img{
  height: auto;
    padding: 2px;
    width: 255px;
}
#testimonial .media-left{
  padding-right: 0;
}
#testimonial .testimonial-img {
    position: relative;padding-right: 45px;margin: 40px 0;
    width: 100%;
    height: 239px;
}
#testimonial .testimonial-img:before {
    content: "";
    background: url(img/bubble-talk-bg.png) no-repeat left center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#testimonial .testimonial-img:after{
  background: rgba(0, 0, 0, 0) url("img/bubble-talk-shadow.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 23%;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    margin-top: 8px
}
#testimonial .media-body p{
  font-size: 18px;
  line-height: 22px;
  color: #4c4b4b;
  margin-bottom: 20px;
}
.customer-info {
    color: #565656;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Calibri-Bold';
}
.customer-nm {
    color: #565656;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 22px;
    font-family: 'Calibri-Bold';
}
#testimonial .media-heading {
    font-size: 21px;
    line-height: 24px;
    color: #2d2463;
    text-transform: uppercase;
    margin-bottom: 28px;font-weight: normal;
}
#testimonial .media-heading .heading-green{
  color: #8dc63f;
  display: block;
  clear: both;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
}
#testimonial .media-body {
    padding-bottom: 20px;
    padding-top: 51px;
    width: 70%;font-style: normal;
    padding-left: 28px;
    padding-right: 28px;
}
.owl-dot span {
    float: left;
    height: 20px;
    width: 20px;
    border: 1px solid #2D2463;
    margin: 1px;
    border-radius: 50%;
}
.owl-dots {
    text-align: center;
    margin: 30px 0px;
}
.owl-dot {
    float: none;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active span {
    background: #2D2463;
}
#testimonial .owl-dots {
    margin: 10px 0px 30px;
}
/* bottom footer */
.bottom-footer{
  background: #2d2463 url(img/house-background.png) no-repeat right -21px;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}
.bottom-footer:before{
  content: "";
  background: rgba(38,29,92,0.6);
  width: 100%;
  height: 66px;
  position: absolute;top: 0;
  left: 0;right: 0;
}
.footer-blocks h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;padding: 23px 0 21px;
    margin-bottom: 20px;
}
.footer-blocks .ftr-get-touch h2{
  margin-bottom: 0;
  padding-bottom: 12px;
}
.ftr-abt-us {
    padding-right: 20px;
}
.footer-blocks p{
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 23px;
}
.ftr-get-touch {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 20px;
}
.ftr-get-touch a{
  color: #ffffff
}
.ftr-get-touch a:hover{
  text-decoration: underline;
}
.footer-blocks li a{
  color: #ffffff;
  font-weight: normal;
}
.footer-blocks li a:hover{
  color: #8dc63f;
}
.footer-quick-search .form-group .fields{
  width: 50%;display: inline-block;float: left;
}
.footer-quick-search .form-group .fields{
  padding: 0 6px;
}
.footer-quick-search .form-group .fields:first-child{
  padding-left: 0;
}
.footer-quick-search .form-group .fields:last-child{
  padding-right: 0;
}
.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group input[type="password"], 
.form-group input[type="tel"], 
.form-group select, 
.form-group textarea {
    border: 1px solid rgba(0,0,0,0.20);
    border-radius: 0;
    box-shadow: none;
    height: 47px;
    font-size: 16px;
    /*font-weight: 600;*/
    color: #2b2562;
    padding: 6px 16px;
    width: 100%;
    background: #ffffff;
}
.header-search .form-group input[type="text"] {
    height: 35px;
}
.form-group textarea{
  height: 150px;resize:none;
}
.form-group select {
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background: #ffffff url("img/select-arrow.png") no-repeat scroll right center;
    text-transform: capitalize;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #2b2562;
   opacity: 1;text-transform: capitalize;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: #2b2562; opacity: 1;text-transform: capitalize;
}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #2b2562;opacity: 1;text-transform: capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
   color: #2b2562;opacity: 1;text-transform: capitalize;
}
.footer-quick-search .button {
    font-size: 16px;
    height: 47px;
    line-height: 17px;
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #2b2562;
}
.footer-quick-search .button:hover{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #2b2562
}
.footer-quick-search .form-group {
    margin-bottom: 12px;
}
/* footer */
footer {
  background-color: #4c457a;
  padding: 23px 0;
}
.copyrights{
  color: #4c4c4c;
  font-size: 17px;font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
  display: inline-block;float: left;line-height: 16px;
}
.footer-menu ul li {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 10px;
}
.footer-menu ul li:last-child {
  border-right: medium none;
  padding-right: 0;
}
.footer-menu ul li a{
  color: #fff;
  font-size: 17px;
  font-family: 'Calibri';/*font-weight: 600;*/
  text-transform: capitalize;
  line-height: 16px;
}
.footer-menu {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.domani-link{
  float: right;
}
.domani-link a{
  color: #fff; 
  font-size: 14px;font-family: 'Calibri-Bold';/*font-weight: 600;*/
  text-transform: capitalize;line-height: 15px;
}
.footer-menu ul li a:hover,
.domani-link a:hover{
  color: #8dc63f;
}
/* inner page */
.innerpage-wrapper {
    margin-top: 100px;
}
.inner-banner {
    position: relative;
}
.inner-banner img{
  width: 100%;
}
.inner-banner-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}
.inner-banner-caption h2{
    color: #58585a;
    font-size: 43px;
    margin-bottom: 0;
}
.inner-bnr-box{
  top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.breadcrumbs span{
  font-size: 15px;
  color: #3b3b3b;
  text-transform: none;
  line-height: 15px;
}
.breadcrumbs > span {
    margin-top: -16px;
    margin-left: 3px;
    margin-right: 3px;
}
.breadcrumbs > span:first-child{
  margin-left: 0;
}
.breadcrumbs a:hover span{
  color: #8dc63f;
}
.breadcrumb-wrapper{padding: 15px 0 16px;}
.sidebar.right-sidebar {
    margin-left: -40px;
}
.innerpage-content > .container > .row > div:not(.col-md-12) .content-block{
  padding-right: 40px;
}
.sidebar .widget-title {
    font-size: 18px;
    color: #2d2463;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 20px;
}
.sidebar .widget_nav_menu .widget-title{
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 15px;
  padding-bottom: 10px;margin-bottom: 0;
}
.sidebar .widget_nav_menu ul li{
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  padding-left: 0;
  margin-bottom: 0;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.sidebar .widget_nav_menu ul li a{
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  padding: 15px 10px 15px 15px;
  width: 100%;
  display: inline-block;
}
.sidebar .widget_nav_menu ul li a:hover{
  color: #8dc63f;
}
.sidebar .widget_nav_menu ul li:before{
  content: "";
  font-size: 0;
}
.sidebar .prop-caption{
  bottom: 15px;
  padding-left: 15px;
}
.sidebar .property-location .prop-address{
  font-size: 13px;
}
.sidebar .property-location .region{
  font-size: 17px;
}
.sidebar .property-location .region i.fa{
  font-size: 18px;
}
.sidebar .property-counter li{
  font-size: 12px;
  padding-left: 0;
}
.testimonial-blck .media-heading {
    font-size: 21px;
    line-height: 24px;
    color: #2d2463;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: normal;
}
.testimonial-blck .media-heading .heading-green {
    color: #8dc63f;
    display: block;
    clear: both;
    font-family: 'Calibri-Bold';
    /*font-weight: 600;*/
}
.sidebar .testimonial-blck .media-heading{
  font-size: 16px;line-height: 20px;margin-bottom: 15px;
}
.sidebar .testimonial-blck{
  background-color: #ededee;padding: 15px 10px;
}
.sidebar .testimonial-blck p{
  font-size: 13px;
  color: #2d2463;line-height: 16px;margin-bottom: 15px;
}
.sidebar .customer-nm,
.sidebar .customer-info{
  font-size: 12px;line-height: 16px;
}
q:lang(no){
  quotes: '"' '"';
}
.sidebar > div.widget {
    margin-bottom: 35px;
}
.innerpage-wrapper.top-margin {
    margin-top: 214px;
}
.innerpage-title h2 {
    color: #2b2562;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 26px;
    margin-bottom: 0;
}
.innerpage-title {
    border-bottom: 1px solid #ccc;margin-bottom: 30px;
}
.content-block h5{
  font-size: 17px;
  color: #2d2463;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
  margin-bottom: 20px;
}
.innerpage-wrapper .property-search-form{
  background: #f9f9fa;
}
/* contact us */
.adress-block {
    font-size: 16px;
    color: #363537;margin-bottom: 22px;
}
.adress-block strong{
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
}
.gmap{
  margin-bottom: 30px;
}
.gmap img,.gmap iframe{
  width: 100%;
}
.contact-content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.contactus-form h2 {
    color: #2b2562;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 26px;
    text-transform: capitalize;
}
.contactus-form .form-group{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.contactus-form p{margin:0;line-height: 22px;}
/* property listing page */
.property-search-form.header-property-search {
    padding: 31px 0 1px;
    width: 100%;
    z-index: 2;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-property-search.stickysearch{
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-property-search.stickysearch .form-group input[type="text"], 
.header-property-search.stickysearch .form-group input[type="email"], 
.header-property-search.stickysearch .form-group input[type="password"], 
.header-property-search.stickysearch .form-group input[type="tel"], 
.header-property-search.stickysearch .form-group select, 
.header-property-search.stickysearch .form-group textarea{
  font-size: 17px;height: 38px;
}
.property-search-form.header-property-search.stickysearch .button[type="submit"]{
    height: 39px;font-size: 17px;
}
.property-search-form.header-property-search.stickysearch .form-group{
  margin-bottom: 20px;
}
.property-search-form.header-property-search.stickysearch{
  padding-top: 21px;
}
.form-row {
    margin-left: -12px;
    margin-right: -12px;
}
.form-col {
    float: left;
    width: 25%;
    padding: 0 12px;
}
.sort-by-wrapper {
    background: #e5e5e5;
    padding: 20px 20px 2px;display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.sort-by-wrapper p {
    font-size: 18px;
    color: #2d2463;
    line-height: 22px;
    margin-bottom: 14px;
}
.sortby-form {
    width: 27%;float: left;
}
.pagination-block {
    float: right;
    padding-right: 15px;
}
.sortby-block .pagination-block {
  padding-right: 0;
}
.sortby-form .form-group{
  margin-bottom: 3px;
}
.sortby-form .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: 600;*/
    font-size: 17px;
    color: #3b3b3b;
    margin-right: 12px;
}
.sortby-form .form-control {
    display: inline-block;
    width: 74.5%;padding-left: 10px;
    vertical-align: middle;
}
.pagination > b{
  display: none;
}
.pagination .page-numbers{
  font-size: 16px;color: #8dc63f;text-decoration: underline;line-height: 24px;float: left;margin: 0 10px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  color: #000000;text-decoration: none;
}
.pagination .page-numbers.dots,
.pagination .page-numbers.dots:hover{
  text-decoration: none;
  color: #8dc63f;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers{
  font-size: 0;position: relative;
}
.pagination .prev.page-numbers::before,
.pagination .next.page-numbers::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #727272;vertical-align: middle;
}
.pagination .prev.page-numbers::before{
  content: "\f104";
}
.pagination .next.page-numbers::before{
  content: "\f105";
}
.pagination-block .pagination{
  margin: 12px 0;
}
.property-listing-block {
    margin-top: 15px;
}
.property-listing-block .property-img,
#properties-slider .item .property-block .property-img{
    max-width: 100%;
    min-width: 100%;
    max-height: 257px;
    overflow: hidden;
	 z-index: -1;
}
.property-listing-block .property-info {
    overflow: hidden;
	padding: 0 15px 10px;
}
.property-listing-block .property-img > img{
  width: 100%;
}
.prop-housing-caption {
    position: absolute;
    bottom: 12px;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    left: 0;
}
.housing h3 {
    font-size: 13px;
    margin: 0;
    font-family: 'Calibri-Bold';
    /*font-weight: 600;*/
    color: #2b2562;line-height: 22px;
  vertical-align: middle;
  padding: 7px 12px;
}
.housing h3 >img{
  margin-right: 10px;vertical-align: top;
}
/* .property-info .price-block {
    padding-top: 10px;
    padding-left: 0;
    font-size: 19px;
    color: #2b2562;
    line-height: 22px;
} */
.property-listing-block .property-info .price-block, #properties-slider .property-info .price-block {
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.property-listing-block .property-counter{
  display: inline-block;
  width: 100%;
  text-align: left;
  /*padding-left: 20px;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  padding-bottom: 10px;
}
.property-listing-block .property-info .property-location h3{
  font-size: 19px;
  text-transform: capitalize;
  color: #2b2562;
  line-height: 22px;
  margin-bottom: 14px;
}
.property-listing-block .property-info .property-location h3 a{
  color: #2b2562;
}
.property-listing-block .property-info .property-location h3 a:hover{
  color: #8dc63f;
}
.property-listing-block .property-block a, 
#properties-slider .item .property-block a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.property-listing-block .property-block, #properties-slider .item .property-block {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
	box-shadow: 0 1px 3px 0 #c3c8ce;
    border-top: 1px solid #e6e6e6;
        position: relative;
}
.property-listing-block .property-block:hover:before, 
#properties-slider .property-block:hover:before{
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #2b2562;
    width: 100%;
}
.property-listing-block .row > div:nth-child(3n+1){
  clear: left;
}
.bottom-pagination {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
}
.full-grey-bg{
  background: #f9f9fa;
}
.grey-bg{
  background: #ededee;
}
.grey-title {
  background: #e5e5e5;
}
.grey-title h2 {
    color: #2d2463;
    font-size: 17px;
    font-family: 'Calibri-Bold';
    /*font-weight: 600;*/
    line-height: 20px;
    padding: 7px 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.general-feature-content {
    padding: 16px 20px 5px;
}
.general-features-block {
    border: 1px solid #2d2463;
    margin-bottom: 30px;
}
.general-feature-box {
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
}
.features-row {
    margin-bottom: 5px; width: 100%;
}
.feature-name,
.extra-feature,
.floor-feature{
    color: #363537;
    font-size: 17px;
    font-family: 'Calibri-Bold';
    /*font-weight: 600;*/
    line-height: 20px;
    text-transform: capitalize;
}
.floor-feature img{
  margin-right: 10px;
}
.feature-content{
  color: #363537;
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
}
.features-row .features-col {
    display: table-cell;
    width: 1000px;padding-right: 10px;
}
.features-row .features-col:first-child {
    width: 47%;
}
.extra-content p,
.extra-content,
.retirement-living-content p,
.retirement-living-content{
  font-size: 17px;
  line-height: 18px;color: #363537;line-height: 24px;
}
.extra-content {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.retirement-inspection-block {
    margin-top: 20px;
}
.retirement-living-content ul > li,
.extra-content ul > li{
  font-weight: normal;margin-bottom: 5px;
}
.retirement-living-content ul,
.extra-content ul {
    margin-bottom: 23px;
}
.retirement-living-content{
  padding-top: 26px;
}
.table-title{
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/
  color: #2d2463;font-size: 16px;background: #dfdfdf;padding: 7px 20px;
}
.inspection-times-table {
    margin-bottom: 30px;
    border: 1px solid #2d2463;
}
.inspection-times-table .table{
  /*background: #ebebeb;*/
  display: inline-block;
  padding: 3px 0 15px;
  margin-bottom: 0;
}
.inspection-times-table .table td{
  font-size: 17px;color: #363537;font-weight: normal;
  line-height: 20px;
    padding: 8px 20px; border-top: none;
}
.property-thumbnail-slider{
  border-bottom: 1px solid #cccccc;
}
.property-thumbnail-slider ul{
  margin-bottom: 0;
}
.property-thumbnail-slider ul li{
  padding-left: 0;margin-bottom: 0;
}
.property-thumbnail-slider ul > li::before{
  content: "";
    font-size: 0;
}
.property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery li.active, 
.property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery img{
  width: 100%;
}
.property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery li{
  padding: 0 25px;
  /*width: 193px;height: 130px;*/

}
.property-thumbnail-slider ul li > img{
  width: 100%;
}
.property-thumbnail-slider .lSSlideWrapper{
  margin-bottom: 30px;
  position: static;
}
.property-thumbnail-slider .lSAction .fa{
  color: #8dc63f;
  font-size: 50px;
  line-height: 31px;
    vertical-align: middle;
}
.property-thumbnail-slider .lSAction > a{
   bottom: 80px;
    height: 33px;
    line-height: 30px;
    margin-top: 0;
    opacity: 1;
    top: auto;
    width: 18px;
    z-index: 1;
}
.property-thumbnail-slider .lSAction > .lSPrev{
  left: 0;
}
.property-thumbnail-slider .lSAction > .lSNext{right: 0;}
.property-thumbnail-slider .lSSlideOuter{
  position: relative;
}
.property-thumbnail-slider .property-thumbnail ul.lSGallery{
  height: 130px;margin-bottom: 32px;
}
.thumbs-wrapper {
    margin: 0 53px;
    overflow: hidden;
    width: 90.6%;
}
.prop-address-price h2{
  font-size: 23px;
  line-height: 26px;
  color: #2b2562;font-weight: normal;margin-bottom: 6px;
}
.prop-address-price .price-block{
  font-size: 25px;line-height: 26px;color: #363636;font-weight: normal
}
.prop-detail-footerbox .property-counter ul{ text-align: left;}
.owner-img{
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    width: 80px;
}
.owner-img img {
    border-radius: 50%;height: 100%;
}
.owner-nm {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;font-size: 14px;color: #363636;line-height: 19px;text-transform: capitalize;
}
.owner-nm .owner-contact{
  font-size: 17px;color: #2d2463;line-height: 19px;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/display: block;clear: both;
}
.prop-detail-headerbox {
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.prop-detail-footerbox {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.make-enquiry-btn .button{
display: table-cell;
    float: none;
    font-size: 17px;
    font-weight: bold;
    height: 47px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 1000px;
}
.prop-dtl-left,
.prop-dtl-right {
    /*float: left;*/
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0 12px;
}
.prop-dtl-right {
    width: 20%;
    vertical-align: top;
}
.prop-dtl-left{/*width: 80%;*/    width: 1000px;}
.prop-detail-info {
    display: inline-block;
    width: 100%;
}
.prop-dtl-row {
    margin-left: -12px;
    margin-right: -12px;
}
.prop-detail-info .property-counter {
    margin-top: 10px;
}
.radio-group input[type="radio"] {
    left: -9999px;
    position: absolute;
}
.radio-group input[type="radio"] + label{
  position: relative; padding-left: 32px;
  color: #2b2562;
  font-size: 16px;font-weight: normal;
}
.radio-group input[type="radio"] + label:before{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #8dc63f;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;border-radius: 50%;
}

.radio-group input[type=radio]:checked + label:after{
    background: #8dc63f none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px;
}
#make_enquire_popup .radio-group {
    float: left;
    width: 90%; padding-right: 10px;
}
#make_enquire_popup .radio-group span.wpcf7-list-item{
  margin: 0;
  width: 35%;
}
#make_enquire_popup label{
  padding-left:0;
}

#make_enquire_popup .modal-title{
  color: #2d2463;font-size: 18px;
  font-family: 'Calibri-Bold';
  /*font-weight: 600;*/line-height: 24px;
}
#make_enquire_popup .modal-content {
    padding: 30px; border-radius: 0;
}
#make_enquire_popup .modal-body{
  padding: 30px 0 0;
}
#make_enquire_popup .modal-header{
  padding: 0 0 30px;
  border-bottom: 1px solid #cccccc;
}
#make_enquire_popup .close{opacity: 1}
#make_enquire_popup .close:hover{opacity: 0.7;}
#make_enquire_popup .modal-dialog{
  width: 750px;
  max-width: 75%;
}
.make-enquire-popup-form .button {
display: table-cell;
    float: none;
    font-size: 17px;
    font-weight: bold;
    height: 47px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 199px;
    margin-top: 47px;

}
.table-responsive{
  border: none;
}
.make-enquire-popup-form .form-group {
    display: inline-block;
    width: 100%;
}
.make-enquire-popup-form .owner-info{
  margin-bottom: 20px;
}
.visible-desktop{
  display: block;
}
.hidden-small-device{
  display: none;
}
.helpyou_contents table tr > td{
  vertical-align: middle;
}
.helpyou_contents table td,
.helpyou_contents ul li img{
  height: auto;
  width: auto;
  max-width: 45px;
}
.helpyou_contents ul li img {
    display: inline-block;
    margin-right: 12px;
}
.helpyou_contents ul li {
    clear: left;
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding: 0;
    margin-bottom: 0;
}
.helpyou_contents ul li a {
    display: table-cell;
    width: 1000px;
    color: #3e3e3e;
    vertical-align: middle;
    height: 78px;
    float: none;
    padding: 10px;
}
.helpyou_contents ul li a:hover {
  background: #eee;
}
.helpyou_contents ul li:before{
  display: none;content: "";width: 0;height: 0;
}
.helpyou_contents ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.helpyou_contents {
    border: 1px solid #ddd;
    margin-bottom: 35px;
}
.helpyou_contents h2{
    background: #EBEBE7;
    margin-bottom: 0;
    padding: 23px 15px;
    font-weight: normal;
    color: #2d2463;
    font-size: 21px;
    line-height: 24px;
    text-transform: capitalize;
}
.welcome-content > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.welcome-content {
    display: table;
    width: 100%;
}

.half-two-box {
    display: table;
    width: 100%;
    background: #ecebe8;
}
.left-half-box, .right-half-box {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    height: 410px;
}
.halfimg-block {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}
.halfimg-block img {
    display: none;
}
.halfcontent-block {
    max-width: 560px;
    padding-left: 60px;
}
.halfcontent-block p {
    line-height: 22px;
}
.cnt-full-width {
    padding: 70px 0;
}
.full-width-content p:empty{
  display: none;margin:0;
}
/* property detail slick slider */
.slick-slide img {
    width: 100%;
}
.property-thumbnail-slider {
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
}
.property-thumbnail-slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.property-thumbnail-slider .frame {
    background-color: black;
    height: auto;
}
.property-thumbnail-slider .frame img {
    width: 750px;
    height: 530px;
    opacity: 0.5;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
}
.property-thumbnail-slider .frame.slick-center img {
    opacity: 1;
}
.property-thumbnail-slider .slick-dots {
    position: relative;
    top: -40px;
    margin: 0 auto;
    max-width: 750px;
    padding: 0px 20px;
    height: 0;
    text-align: right;
}
.property-thumbnail-slider .slick-dots li {
	display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: transparent;
    background-size: contain;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
}
.property-thumbnail-slider .slick-dots li.slick-active {
    background: #fff;
}
.property-thumbnail-slider .slick-dots li button {
    opacity: 0;
    width: 15px;
    height: 15px;
}
.two-block-section .two-box-content {
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.39,.575,.565,1);
    -moz-transition: -moz-box-shadow .3s cubic-bezier(.39,.575,.565,1);
    -ms-transition: -ms-box-shadow .3s cubic-bezier(.39,.575,.565,1);
    -o-transition: -o-box-shadow .3s cubic-bezier(.39,.575,.565,1);
    transition: box-shadow .3s cubic-bezier(.39,.575,.565,1);
}
.two-block-section .two-box-content:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.two-block-section .two-box-content:hover:before {
    border: 1px solid #bdbdbd;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.two-box-info{
  padding: 20px;background: #fff;
}
.two-box-info h3{
    margin-bottom: 4px;
}
.two-box-info .find-link{
      color: #8dc63f;
      text-transform: capitalize;
}
.linkhover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.popup-box button.close {
    background: #8dc63f;
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.popup-box span {
    line-height: 0.5;
    position: absolute;
    right: 4px;
    top: 4px;
}
.popup-btn{
  margin-bottom: 30px;
}
.contact-us-wrapper .inner-banner {
    margin-bottom: 30px;
}
.search-result {
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  clear: both;
  margin-bottom: 30px;
  padding: 20px 20px 20px;
  display: inline-block;
  width: 100%;
}
.imgblog {
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  float: left;
  padding-right: 10px;
  vertical-align: middle;
  width: 35%;
}
.blog_contents {
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
/* Blog Detail page */
.entry-content .entry-header > h3, .blogdetails .entry-header > h3 { font-size: 36px;}
.blogdetails .imgblog {
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  float: none;
  margin-right: 0;
  padding-bottom: 15px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
footer.comment-meta {
  background-color: transparent;
  padding: 0 0 23px;
}
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 20px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar{
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 15px;
  margin-bottom: 1em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form-comment label {
  vertical-align: top;
}
.blogdetails input[type="text"],
.blogdetails input[type="email"], 
.blogdetails input[type="password"], 
.blogdetails input[type="tel"],
.blogdetails input[type="url"],
.blogdetails textarea[name="comment"],  
.blogdetails select, 
.form-group textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  color: #2b2562;
  font-size: 16px;
  height: 47px;
  padding: 6px 16px;
  width: 100%;
}
.comment-list .comment-body, 
.children .comment-body{
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.blogdetails img.avatar{
  border: 1px solid #ccc;
  border-radius: 23%;
  padding: 10px;
}
.comments-area .children {
  box-sizing: border-box;
  padding-left: 48px !important;
}
/* End  */
.subscribe-nw-wrapper{
  background-color: #EBEBE7;
  padding: 25px 0 10px;
}
.subscribe-nw-wrapper .section-heading{
  float: left;
  width: 25%;
  padding-right: 15px;
  margin: 11px 0;
}
.subscribe-nw-wrapper form{
  float: left;width: 75%;margin-bottom: 0;
}
#properties-slider .item .property-block .property-info{
    background: #fff;
} 
#properties-slider .item .property-block .property-info {
    overflow: hidden;
    padding: 0 15px 10px;
}
.subscribe-nw-wrapper .button {
    padding: 15.5px 5px;
    width: 100%;
    text-align: center;
}
.form-submit #submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #2b2562;
  border-radius: 0;
  color: #2b2562;
  cursor: pointer;
  display: inline-block;
  font-family: "Calibri";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 10px 19px;
  text-transform: uppercase;
}
.form-submit input#submit:hover {
  background: #2b2562 none repeat scroll 0 0;
  color: #ffffff;
  transition: all 0.5s ease-in-out 0s;
}
.wpcf7-form-control-wrap.dynamictext-73{
  display: none;
}

/*Hiding footer newsletter*/
.subscribe-nw-wrapper{
	display:none;
}

/* responsive */
@media only screen and (min-width: 1200px){
  .homeslider .carousel{
        /*height: 60%;*/
        height: 500px;
  }
}
.homeslider .fill {
      width: 100%;
      height: 100%;
      background-position: top center !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      background-size: cover !important;
      -o-background-size: cover !important;
  }
  .homeslider .item,
  .homeslider .active,
  .homeslider .carousel-inner {
      height: 100%;
  }
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .homeslider .carousel{
        height: 400px;
  }
}
@media only screen and (min-width: 992px){
  
  .homeslider .fill {
      width: 100%;
      height: 100%;
      background-position: top center !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      background-size: cover !important;
      -o-background-size: cover !important;
  }
  .homeslider .item,
  .homeslider .active,
  .homeslider .carousel-inner {
      height: 100%;
  }
}
@media only screen and (max-width: 1280px){
  .halfcontent-block{
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px){
  .container{
    width: 970px;
  }
  .homeslider .carousel-caption h2{
    font-size: 46px;line-height: 46px;
  }
  .homeslider .carousel-caption{
    top: 59%;
  }
  .homeslider .carousel-control{
    top: 37%;
  }
  .sortby-form {
    width: 32%;
  }
  .property-thumbnail-slider .property-thumbnail ul.lSGallery{height: 106px;}
  .thumbs-wrapper{width: 88.6%;}
  /*.prop-dtl-left {
    width: 78%;
  }*/
  .prop-dtl-right {
      width: 22%;
  }
  #make_enquire_popup .modal-dialog{
    width: 750px;
  }
  .make-enquire-popup-form .button{margin-top: 20px;}
  #make_enquire_popup .modal-content{
    padding: 30px 30px 20px;
  }
  #testimonial .media-body{
    width: 67%;
  }
  .halfcontent-block{
    max-width: 485px;
  }
  .cnt-full-width {
    padding: 50px 0;
  }
  .inner-banner-caption h2{
        font-size: 40px;
  }
  .property-thumbnail-slider .frame img{
  	    width: 600px;
    	height: 450px;
  }
  .property-thumbnail-slider .slick-dots{
  		max-width: 600px;
  }

}
@media only screen and (max-width: 991px){
  .container{
    width: 750px;
  }
  .mainmenu .navbar-nav > li > a{
    padding:12px 13px 22px;
  }
  .mainmenu .navbar-nav > li ul > li > a{
    padding: 10px 13px;
  }
  .logo-wrapper{
    margin: 14px 0 10px;
  }
  .mainmenu .navbar-nav > li > a{
    padding: 12px 13px 14px;
  }
  .topbar-menu{
    padding: 11px 0;
  }
  /*.banner-boxes-wrapper{
    padding: 20px 0;
  }*/
  .banner-bx-highlight{
        min-height: 203px;
  }
  .banner-box h2{
    font-size: 16px;line-height: 18px;
    margin-bottom: 8px;
  }
  .banner-box p{
    margin-bottom: 13px;
  }
  /*.banner-icon-block img {
    width: 35px;
  }
  .banner-icon-block{
    height: 75px;width: 75px;
  }*/
  .banner-box-icon{
    margin-bottom: 8px;
  }
  .welcome-content{
    margin-bottom: 22px;
  }
  .bottom-footer{
    padding-bottom: 30px;
  }
  .bottom-footer .row > div:last-child .footer-blocks h2{
    background: rgba(38,29,92,0.6);
    position: relative;
  }
  .bottom-footer .row > div:last-child .footer-blocks h2:before,
  .bottom-footer .row > div:last-child .footer-blocks h2:after{
    content: "";
    background: rgba(38,29,92,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .bottom-footer .row > div:last-child .footer-blocks h2:before{
    left: -100%;
  }
  .bottom-footer .row > div:last-child .footer-blocks h2:after{
    right: -100%;
  }
  .innerpage-wrapper {
    margin-top: 85px;
  }
  .innerpage-wrapper.top-margin {
      margin-top: 180px;
  }
  .form-col{
    width: 33.33%;
  }
  .sortby-form {
      width: 42%;
  }
  .property-listing-block .row > div:nth-child(3n+1) {
    clear: none;
  }
  .property-listing-block .row > div:nth-child(2n+1) {
    clear: left;
  }
  .property-listing-block .property-img {
      max-height: 250px;
  }
  .property-listing-block .property-block{
    margin-bottom: 25px;
  }
  .thumbs-wrapper{width: 85.6%;}
  .property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery li{
    padding: 0 20px;
  }
  .inspection-times-table .table td{
    padding: 8px 7px 8px 20px;
  }
  #make_enquire_popup .modal-dialog {
    width: 680px;
  }
  /*.prop-dtl-left {
    width: 70%;
  }*/
  .prop-dtl-right {
    width: 30%;
  }
  #testimonial .media-body{
    width: 57%;
  }
  /*.banner-cnt-box{
    padding-left: 12px;
  }*/
  .halfcontent-block{
    max-width: 375px;
    padding-left: 30px;
  }
  .inner-banner-caption h2{
    font-size: 30px;
  }
  .homeslider {
	margin-top: 85px;
  }
  .homeslider .carousel-caption {
	top: 50%;
  }
  .homeslider .carousel{
        height: 250px;
  }
  .property-thumbnail-slider .frame img{
  	    width: 400px;
    	height: 300px;
  }
  .property-thumbnail-slider .slick-dots{
  		max-width: 400px;
  }
  .subscribe-nw-wrapper .section-heading{
    margin: 0;
  }
}
@media only screen and (max-width: 767px){
  .container{
    width: 100%;
  }
  .mainmenu .navbar-toggle.collapsed{
    background: #8dc63f;
  }
  .mainmenu .navbar-toggle{
    background: #8dc63f;
    margin: 0;
    border:none;
  }
  .mainmenu .navbar-toggle .icon-bar{
    background: #ffffff
  }
  .mainmenu{
    width: 100%;
    padding: 8px 0 8px;
  }
  .mainmenu .navbar-nav{
    margin: 0;
    width: 100%;
  }
  .mainmenu .navbar{
    min-height: 0;
  }
  .mainmenu .navbar-collapse{
    margin-top: 9px;position: absolute;
    z-index: 1;    background: #fff;
    width: 100%;
    border-left: 1px solid #8dc63f;
    border-right: 1px solid #8dc63f;
    border-bottom: 1px solid #8dc63f;
  }
  .mainmenu .navbar-nav li a {
      border-bottom: 1px solid rgba(0,0,0,0.6);
  }
  .mainmenu .navbar-nav > li > a{
    color: #2a2a2a;
  }
  .mainmenu .navbar-nav > li:first-child > a {
      padding-left: 13px;
  }
  .mainmenu .navbar-nav > li:last-child > a {
      padding-right: 26px;
  }
  .mainmenu .navbar-nav > li ul{
    min-width: 100%;
    position: static;
    top: 100%;
    background: #fff;
  }
  .mainmenu .navbar-nav > li ul > li > a{
    border-bottom: 1px solid rgba(0,0,0,0.6);
    color: #2a2a2a;
    padding-left: 25px;
    padding-right: 26px;
  }
  .mainmenu .navbar-nav > li ul > li ul > li > a{
      padding-left: 40px;
      padding-right: 26px;
  }
  .mainmenu .navbar-nav > li:hover ul{
    display: none;
  }
  .mainmenu .navbar-nav > li > a{
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 26px;
  }
  .mainmenu .navbar-nav > li span.glyphicon {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 11px;
    display: inline-block;
  }
  .mainmenu .navbar-nav > li.current-menu-item > a:after, 
  .mainmenu .navbar-nav > li > a:hover:before, 
  .mainmenu .navbar-nav > li > a:focus:before{
      top: 0;height: 0;width: 0;display: none;background: rgba(0,0,0,0);
  }
  .mainmenu .navbar-nav > li.current-menu-item span.glyphicon{
    color: #8dc63f
  }
  .header-search form{
    /*box-shadow: none;
    padding: 0;*/
    margin-bottom: 0;
  }
  .mainmenu .search-icon{
    display: none;
  }
  .topbar-menu{
    padding: 10px 0;
  }
  .search-box{
    border-left: none;
    padding: 0;
    width: 100%;
  }
  .header-search [type="submit"]{
     top: 11px;right: 12px;
  }
  /*.header-search .form-group input[type="text"]{
    border: none;
  }*/
  .logo-wrapper {
      margin: 16px 0 10px;
  }
  .banner-bottom-boxes{
        position: static;    width: 100%;
  }
  .banner-box{
    width: 33.33%;padding: 0 10px;
  }
  /*.banner-boxes-wrapper {
    padding: 20px 0;
  }*/
  /*.banner-icon-block{
        border: 1px solid #8dc63f;
  }*/
  .homeslider .carousel-control {
    top: 30%;left: 14px;
  }
  .homeslider .carousel-control.right{
    right: 14px;
    left: auto;
  }
  .homeslider .carousel-caption h2 {
    font-size: 37px;
    line-height: 40px;
  }
  .homeslider .carousel-caption {
    top: 50%;
  }
 
  body > header{
    position: static;
    top: 6px;
  }
  .welcome-note{
    padding-top: 20px;
  }
  .property-search-form{
    padding: 25px 43px 7px;
  }
  .section-heading{
        margin-bottom: 25px;
  }
  .property-search-form .form-group {
    margin-bottom: 15px;
  }
  .our-ptoperties{
    padding: 25px 0 25px;
  }
  .owl-controls .owl-nav i{
    font-size: 67px;
  }
  .owl-controls .owl-nav > div{
    top: -71px;
  }
  .bottom-footer:before{
    background: rgba(0,0,0,0);
    display: none;height: 0;width: 0;
  }
  .bottom-footer .footer-blocks h2 {
    background: rgba(38,29,92,0.6);
    position: relative;
  }
  .bottom-footer .footer-blocks h2:before,
  .bottom-footer .footer-blocks h2:after{
        content: "";
    background: rgba(38,29,92,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .bottom-footer .footer-blocks h2:before{
    left: -100%;
  }
  .bottom-footer .footer-blocks h2:after{
    right: -100%;
  }
  .bottom-footer .footer-blocks .ftr-get-touch h2{
    background: rgba(0,0,0,0);
  }
  .bottom-footer .footer-blocks .ftr-get-touch h2:before,
  .bottom-footer .footer-blocks .ftr-get-touch h2:after{
    height: 0;width: 0;background: rgba(0,0,0,0);
  }
  .footer-blocks {
    margin-bottom: 19px;
  }
  .innerpage-content div:not(.col-md-12) .content-block {
    padding-right: 0;
  }
  .sidebar.right-sidebar {
    margin-left: 0;
  }
  .content-block{
    margin-bottom: 30px;
  }
  .content-block img.alignright{
    width: 100%;margin-left: 0;
  }
  .innerpage-wrapper {
    margin-top: 0;
  }
  .contact-content{
    margin-bottom: 20px;
  }
  .contactus-form .form-group{
    margin-bottom: 20px;
  }
  .sortby-form {
      width: 49%;
  }
  .bottom-pagination{
    padding: 10px 0;
  }
  .thumbs-wrapper {
    width: 88%;margin: 0 36px;
  }
  .property-thumbnail-slider .lSSlideOuter .lSPager.lSGallery li {
    padding: 0 10px;
  }
  .property-thumbnail-slider .lSSlideWrapper{margin-bottom: 15px;}
  .property-thumbnail-slider .lSAction > a{bottom: 73px;}
  /*.prop-dtl-left {
    width: 68%;
  }*/
  .prop-dtl-right {
    width: 32%;
  }
  .make-enquire-popup-form .row > .pull-right{float: left !important;display: inline-block;width: 100%;}
  #make_enquire_popup .modal-body {
    padding: 20px 0 0;
  }
  #make_enquire_popup .modal-header{padding: 0 0 20px;}
  #make_enquire_popup .modal-content{padding: 25px 30px 20px;}
  #make_enquire_popup .modal-dialog {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #testimonial .media-body {
    width: 51%;
  }
  .banner-box a:hover, a:focus {
    color: #625d8a;
  }
  .two-block-section .row > div:first-child .two-box-content,
  .two-block-section .row > div:last-child .two-box-content,
  .two-block-section .row > div:nth-child(2) .two-box-content{
    padding: 0;
  }
  .two-block-section .two-box-content{
    margin-bottom: 20px;
  }
  .two-block-section .row > div:last-child .two-box-content,
  .two-block-section .row > div:nth-child(2) .two-box-content{
    margin-bottom: 0;
  }
  .property-listing-block .property-img{
    float: left;
    max-width: 257px;
    min-width: 257px;
  }
  .property-listing-block .property-info{
    padding-left: 15px;
  }
  .property-search-form.header-property-search{
    padding-top: 16px;
  }
  .welcome-content > div{
    display: inline-block;
    float: left;    width: 100%;
  }
  .helpyou_contents{
    margin-bottom: 10px;
  }
  .halfimg-block img{display: block;width: 100%;}
  .halfimg-block{background:none !important;width: 100%;height: auto;}
  .left-half-box, .right-half-box{
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
  }
  .halfcontent-block {
    max-width: 100%;
    padding: 25px 15px 20px;
  }
  .cnt-full-width {
      padding: 25px 0;
  }
  .homeslider {
    margin-top: 0;
  }
  .subscribe-nw-wrapper .section-heading,
  .subscribe-nw-wrapper form{
        width: 100%;
  }
  .subscribe-nw-wrapper .section-heading{
    padding-right: 0;
    margin-bottom: 20px;
  }
  .subscribe-nw-wrapper .btn-set {
    text-align: center;
    margin-bottom: 15px;
  }
  .subscribe-nw-wrapper .button {
      padding: 15px 19px;
      width: auto;
      float: none;
  }
}
@media only screen and (max-width: 639px){
  .copyrights{
    text-align: center;
    width: 100%;    margin-bottom: 10px;
  }
  .footer-menu ul {
    display: inline-block;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
    display: inline-block;    margin-bottom: 10px;
  }
  .domani-link {
    width: 100%;
    text-align: center;
  }
  footer {
    padding: 15px 0;
  }
  .footer-menu ul li:first-child{margin-left: 0;}
  #testimonial .media-left{
    display: inline-block;
    margin: 0 auto;
  }
  #testimonial .media-body{
    display: inline-block;
    width: 100%;padding-top: 20px;
  }
  #testimonial .testimonial-img{
        margin: 25px 0 23px;
  }
  .banner-box{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .banner-bx-highlight{
    min-height: 0;
  }
  .banner-boxes-wrapper {
    padding: 10px 0;
  }
  .homeslider .carousel-caption {
    top: 50%;
  }
  .homeslider .carousel-caption h2 {
    font-size: 33px;
    line-height: 38px;
  }
  .homeslider .carousel-control{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
        top: 15%;
  }
  .property-search-form {
    padding: 25px 20px 7px;
  }
  .highlighted-text, .highlighted-text p{
    font-size: 19px;
    line-height: 21px;
  }
  .innerpage-wrapper.top-margin {
    margin-top: 151px;
  }
  .innerpage-title h2{
    padding-bottom: 15px;
  }
  .sortby-form {
    width: 100%;margin-bottom: 5px;
  }
  .sortby-block .pagination-block{
    float: none;text-align: center;
  }
  .sort-by-wrapper{
    padding-bottom: 6px;
  }
  .form-col {
      width: 50%;
  }
  .property-search-form.header-property-search {
    padding: 22px 0 6px;
  }
  .property-listing-block .property-img {
      min-width: 200px;
      max-width: 200px;
      max-height: 186px;
  }
  .property-listing-block .property-block {
    margin-bottom: 15px;
  }
  .bottom-pagination .pagination-block {
    padding-right: 0;
    float: none;
    text-align: center;
  }
  .thumbs-wrapper{ width: 84%;}
  .property-thumbnail-slider .property-thumbnail ul.lSGallery {
    height: 121px;
  }
  /*.prop-dtl-left {
    width: 57%;
  }*/
  .prop-dtl-right {
    width: 43%;
  }
  #make_enquire_popup .radio-group{width: 100%;}
  .make-enquire-popup-form .radio-group .radio{margin-bottom: 7px;}
  .logo img {
      height: 45px;
      width: auto;
      max-width: inherit;
  }
  .logo-wrapper {
      margin: 23px 0 10px;
  }
  /*.banner-bx-highlight{
    background: #e9e9e9;
  }*/
  .inner-bnr-box{
    width: 54%;
  }
  .inner-banner-caption h2{
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px){
  body > header {
    position: relative;
    top: 0;
  }
  body > header .row > div {
      width: 100%;
  }
  .header-search{
      min-width: 193px;
  }
  .logo-wrapper {
      margin: 10px 0 3px;
      text-align: center;
      display: block;
  }
  .topbar-menu {
    padding: 8px 0 16px;
    float: left;
    z-index: 1;
    position: relative;
  }
  .topbar-menu li {
    margin-right: 13px;
  }
  .mainmenu {
    padding: 0 15px 7px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    border-top: none;
  }
  .mainmenu .navbar-collapse{
        margin-top: 9px;
  }
  .homeslider .carousel-caption {
    top: 50%;
  }
  .homeslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .homeslider .carousel-control{
        top: 8.5%;font-size: 63px;height: 43px;
  }
  .innerpage-wrapper {
    margin-top: 0;
  }
  body.home > header{
    top: 0;
  }
  .innerpage-wrapper.top-margin {
    margin-top: 42px;
  }
  .form-col {
    width: 100%;
  }
  .sortby-form .form-control{width: 100%;}
  .property-listing-block .property-img {
    min-width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .property-listing-block .property-info{padding-left: 0;width: 100%;}
  .property-listing-block .property-block {
    margin-bottom: 15px;
  }
  .thumbs-wrapper {
    width: 75%;
  }
  .property-thumbnail-slider .property-thumbnail ul.lSGallery {
    height: 166px;
  }
  .general-feature-box{
     margin-bottom: 25px;
  }
  .prop-dtl-left ,.prop-dtl-right{
    width: 100%;
    float: left;
    display: inline-block;
  }
  .visible-desktop{
    display: none;
  }
  .hidden-small-device{
    display: block;
  }
  .prop-address-price h2{
    font-size: 21px;line-height: 24px;
  }
  .prop-address-price .price-block{
    font-size: 23px;line-height: 24px;
  }
  .prop-dtl-left .property-counter{
      border-bottom: 1px solid #cccccc;
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .prop-dtl-right .owner-info{
    padding: 12px 0;
  }
  .prop-detail-footerbox{margin-bottom: 20px;}
  #make_enquire_popup .modal-content {
    padding: 20px 20px 5px;
  }
  .make-enquire-popup-form .button {
    margin-top: 0;
  }
  .two-block-section {
      padding: 30px 0;
  }
  .inner-banner-caption h2{
      font-size: 22px;
      margin-bottom: 0;
  }
  .carousel-caption .row > div {
    width: 100%;
  }
}
@media only screen and (max-width: 359px){
  
  .topbar-menu li {
    margin-right: 12px;
  }
  body > header .row > div:last-child {
    padding-left: 11px;
  }
  .mainmenu .navbar-nav > li > a{
        font-size: 14px;line-height: 15px;
  }
  .mainmenu .navbar-nav > li ul > li > a{
    font-size: 14px;    line-height: 15px;
  }
  .mainmenu .navbar-nav > li ul > li ul > li > a {
    padding-left: 35px;
  }
  .homeslider .carousel-control{
    top: 7.8%;
    font-size: 56px;
  }
  .inner-banner-caption h2 {
    font-size: 20px;
  }
  .footer-menu ul li {
    border-right: 0px solid #fff;
    display: block;
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    padding-right: 0;
  }
}
