html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("img/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}











.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
font-size:14px;
line-height:24px;
font-weight:400;
font-family:Arial;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:rgba(0, 0, 0, 0.498039) 0px 2px 5px;
margin:0px;
white-space:nowrap;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.realhomes_large_white {
font-size:36px;
line-height:44px;
font-weight:700;
font-family:Arial;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:rgba(0, 0, 0, 0.498039) 0px 2px 5px;
margin:0px;
white-space:nowrap;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_white_bg_text {
font-size:24px;
line-height:30px;
font-weight:700;
font-family:Lato;
color:rgb(78, 83, 84);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 20px 10px 30px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.roundedtext {
font-size:30px;
line-height:30px;
font-weight:700;
font-family:Lato;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(77, 199, 236);
padding:50px 10px;
text-shadow:none;
border-radius:500px 500px 500px 500px;
border-width:5px;
border-color:rgb(255, 255, 255);
border-style:solid;
}

.tp-caption.large_bold_black_text {
font-size:36px;
line-height:42px;
font-weight:900;
font-family:Lato;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.normal_text_dark {
font-size:16px;
line-height:28px;
font-family:Lato;
color:#000000;
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
white-space:nowrap;
text-align:center;
border-width:0px;
border-color:rgb(85, 85, 85);
border-style:none;
}

.tp-caption.large_bold_white_heading {
font-size:54px;
line-height:60px;
font-weight:800;
font-family:Lato;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_price_text {
font-size:28px;
line-height:36px;
font-weight:700;
font-family:Lato;
color:rgb(226, 89, 24);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}


.tp-button.green.custom{
font-size: 16px;
text-transform: uppercase;
border-radius: 0;
box-shadow: none;
text-shadow: none;
padding: 10px 15px;  
letter-spacing: 1px;
background:#ec894d;
}






.header-wrapper{
background-color:#252A2B;
}

#logo h2 a{
color:#ffffff;
}

#logo h2 a:hover, #logo h2 a:focus, #logo h2 a:active{
color:#4dc7ec;
}

.tag-line span{
color:#8b9293;
}

.tag-line span{
background-color:#343a3b;
}

.page-head h1.page-title span{
color:#394041;
}

.page-head h1.page-title span{
background-color:#f5f4f3;
}

.page-head p{
color:#ffffff;
}

.page-head p{
background-color:#37B3D9;
}

.header-wrapper, #contact-email, #contact-email a, .user-nav a, .social_networks li a{
color:#929A9B;
}

#contact-email a:hover, .user-nav a:hover{
color:#b0b8b9;
}

#header-top, .social_networks li a, .user-nav a, .header-wrapper .social_networks{
border-color:#343A3B;
}

.main-menu ul li a{
color:#afb4b5;
}

.main-menu ul li.current-menu-ancestor > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current_page_item > a, .main-menu ul li:hover > a, .main-menu ul li ul, .main-menu ul li ul li ul{
background-color:#ec894d;
}

.main-menu ul li.current-menu-ancestor > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current_page_item > a, .main-menu ul li:hover > a, .main-menu ul li ul, .main-menu ul li ul li a, .main-menu ul li ul li ul, .main-menu ul li ul li ul li a{
color:#ffffff;
}

.main-menu ul li ul li:hover > a, .main-menu ul li ul li ul li:hover > a{
background-color:#dc7d44;
}

.slide-description h3, .slide-description h3 a{
color:#394041;
}

.slide-description h3 a:hover, .slide-description h3 a:focus, .slide-description h3 a:active{
color:#df5400;
}

.slide-description p{
color:#8b9293;
}

.slide-description span{
color:#df5400;
}

.slide-description .know-more{
color:#ffffff;
}

.slide-description .know-more{
background-color:#37b3d9;
}

.slide-description .know-more:hover{
background-color:#2aa6cc;
}

.property-item{
background-color:#ffffff;
}

.property-item, .property-item .property-meta, .property-item .property-meta span{
border-color:#dedede;
}

.property-item h4, .property-item h4 a, .es-carousel-wrapper ul li h4 a{
color:#394041;
}

.property-item h4 a:hover, .property-item h4 a:focus, .property-item h4 a:active, .es-carousel-wrapper ul li h4 a:hover, .es-carousel-wrapper ul li h4 a:focus, .es-carousel-wrapper ul li h4 a:active{
color:#df5400;
}

.property-item .price, .es-carousel-wrapper ul li .price, .property-item .price small{
color:#ffffff;
}

.property-item .price, .es-carousel-wrapper ul li .price{
background-color:#4dc7ec;
}

.property-item figure figcaption{
color:#ffffff;
}

.property-item figure figcaption{
background-color:#ec894d;
}

.property-item p, .es-carousel-wrapper ul li p{
color:#8b9293;
}

.more-details, .es-carousel-wrapper ul li p a{
color:#394041;
}

.more-details:hover, .more-details:focus, .more-details:active, .es-carousel-wrapper ul li p a:hover, .es-carousel-wrapper ul li p a:focus, .es-carousel-wrapper ul li p a:active{
color:#df5400;
}

.property-item .property-meta span{
color:#394041;
}

.property-item .property-meta{
background-color:#f5f5f5;
}

#footer .widget .title{
color:#394041;
}

#footer .widget .textwidget, #footer .widget, #footer-bottom p{
color:#8b9293;
}

#footer .widget ul li a, #footer .widget a, #footer-bottom a{
color:#75797A;
}

#footer .widget ul li a:hover, #footer .widget ul li a:focus, #footer.widget ul li a:active, #footer .widget a:hover, #footer .widget a:focus, #footer .widget a:active, #footer-bottom a:hover, #footer-bottom a:focus, #footer-bottom a:active{
color:#dc7d44;
}

#footer-bottom{
border-color:#dedede;
}

.real-btn{
color:#ffffff;
}

.real-btn{
background-color:#ec894d;
}

.real-btn:hover, .real-btn.current{
color:#ffffff;
}

.real-btn:hover, .real-btn.current{
background-color:#e3712c;
}

@media (min-width: 980px) {
.contact-number, .contact-number .outer-strip{
background-color:#4dc7ec;
}

.contact-number{
color:#e7eff7;
}

.contact-number .fa-phone{
background-color:#37b3d9;
}

}




.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}


@media screen and (max-width: 979px) and (min-width: 220px) {
  body {
    margin: 0;
    padding: 0;
  }

  #header-top {
    margin-bottom: 15px;
  }

  #logo {
    float: none;
    margin-bottom: 10px;
  }

  .menu-and-contact-wrap {
    position: static;
  }

  .contact-number {
    float: none;
    background: none;
    text-align: center;
    margin: 0 auto 15px;
    min-height: 20px;
    line-height: 18px;
  }
  .contact-number:hover .fa-phone {
    background: none;
  }
  .contact-number .fa-phone {
    background: none;
    margin-right: 10px;
    padding: 0;
  }
  .contact-number .outer-strip {
    display: none;
  }

  .main-menu {
    float: none;
    margin: 0 0 15px;
    padding: 10px;
    background-color: #343a3b;
  }
  .main-menu ul {
    display: none;
  }
  .main-menu .responsive-nav {
    display: block;
    border: 1px solid #343a3b;
    border-radius: 0;
  }
  .main-menu .responsive-nav:focus {
    outline: none;
  }

  .desc-wrap {
    width: 724px;
  }

  .slide-description {
    padding: 20px 16px;
    top: 165px;
    width: auto;
  }
  .slide-description h3 {
    margin: 0;
    line-height: 34px;
  }
  .slide-description .know-more,
  .slide-description p {
    display: none;
  }

  .advance-search .search-heading {
    position: static;
  }

  #footer-bottom p {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer-bottom .designed-by {
    text-align: center;
  }

  .sidebar .widget {
    background: white;
    margin-bottom: 35px;
  }
  .sidebar .widget.icl_languages_selector {
    background: transparent;
  }

  .lisitng-grid-layout .main {
    margin: 0 0 35px;
  }

  .lisitng-grid-layout .title-heading {
    position: static;
  }

  .listing-layout .property-by .title-heading {
    float: none;
  }

  .property-item .property-meta span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #logo {
    max-width: 100%;
  }

  .main-menu ul li a {
    padding: 14px 17px;
    font-size: 15px;
  }
  .main-menu ul li ul {
    width: 234px;
    top: 48px;
  }
  .main-menu ul li ul li a {
    padding: 10px 17px 12px;
    font-size: 14px;
  }
  .main-menu ul li ul li ul {
    left: 234px;
  }

  .contact-number {
    font-size: 21px;
    line-height: 46px;
  }

  .desc-wrap {
    width: 1170px;
  }

  .slide-description {
    top: 179px;
    left: 0;
  }

  .advance-search .as-form-wrap {
    padding: 25px 31px 0;
  }

  .small input[type="text"] {
    width: 134px;
  }
  .small .selectwrap input {
    width: 110px;
  }

  .large input[type="text"] {
    width: 247px;
  }
  .large .selectwrap input {
    width: 223px;
  }

  #home-flexslider .flexslider.loading {
    min-height: 400px;
  }

  .narrative {
    padding: 0 45px;
  }

  .property-items .span6 {
    width: 540px;
    margin-left: 29.3px;
  }
  .property-items .narrative {
    padding: 42px 72px;
  }

  .property-item {
    padding: 15px 19px 0;
  }
  .property-item figure {
    width: 244px;
  }
  .property-item .detail {
    width: 240px;
    padding-left: 16px;
  }
  .property-item .price {
    font-size: 18px;
    padding: 8px 10px 10px 13px;
    margin-left: -16px;
  }
 .more {
    background: none repeat scroll 0 0 #394041;
    margin: 0 -16px -11px 0;
    padding: 11px 10px 0 12px;
}
  .more detail
  {
  	 background: #292d2d;
  
  }
  
  .property-item p {
    font-size: 13px;
    line-height: 23px;
  }
  .property-item .conten {
    font-size: 13px;
    line-height: 23px;
  }
  .property-item .property-meta {
    margin: 0 -19px 0;
    padding: 0 16px;
  }
  .property-item .property-meta span {
    font-size: 13px;
    padding-right: 12px;
    margin-right: 12px;
  }

  .es-carousel-wrapper {
    padding: 0 49px;
  }

  .es-carousel-wrapper ul li {
    width: 245px !important;
    margin-right: 30px !important;
  }

  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 50px;
    padding-right: 50px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 178px;
  }

  #footer > .row > .span3 {
    width: 270px;
  }

  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }

  .sidebar .widget .title {
    padding-left: 19px;
  }

  .widget #searchform {
    width: 240px;
  }
  .widget #s {
    width: 202px;
  }

  .widget.social_network .social_networks li a {
    width: 49px;
  }

  .widget.advance-search .title {
    padding: 0 0 0 20px;
  }
  .widget.advance-search .title .icon-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget.advance-search .small input[type="text"] {
    width: 98px;
  }
  .widget.advance-search .small .selectwrap input {
    width: 74px;
  }
  .widget.advance-search .large input[type="text"] {
    width: 224px;
  }
  .widget.advance-search .large .selectwrap input {
    width: 200px;
  }
  .widget.advance-search .real-btn {
    padding: 8px 36px;
  }

  .widget.calculator .title {
    background-position: 231px 9px;
    padding-left: 19px;
  }
  .widget.calculator input[type="text"] {
    width: 221px;
    padding-left: 10px;
    margin-bottom: 18px;
  }
  .widget.calculator .selectwrap input {
    /*width: 197px;*/
  }
  .widget.calculator .mini input {
    width: 66px;
  }
  .widget.calculator #payment {
    width: 88px;
  }
  .widget.calculator #extra {
    width: 196px;
  }
  .widget.calculator .first {
    margin-right: 19px;
  }

  .widget.advance-search .selectbox-wrapper ul li,
  .widget.calculator .selectbox-wrapper ul li {
    padding: 6px 11px;
  }

  ul.featured-properties {
    padding: 0 15px;
  }
  ul.featured-properties li {
    background: none;
    border: none;
    padding: 0 0 40px 0;
  }
  ul.featured-properties li:last-child {
    padding-bottom: 25px;
  }

  .page-head h2 span {
    padding: 7px 58px 7px 28px;
  }
  .page-head p {
    padding: 17px 30px 17px 28px;
  }

  .list-container {
    padding: 28px 25px;
  }

  .listing-layout .about-agent .detail {
    width: 602px;
  }
  .listing-layout .property-item .price {
    margin-right: -20px;
  }
  .listing-layout .property-item .detail {
    width: 516px;
  }

  /*------------------------------------------------------*/
  /* Property Listing View
  /*------------------------------------------------------*/
  .view-type {
    position: absolute;
    right: -1px;
    top: -36px;
    border: 1px solid #dedede;
  }

  .property-grid .list-container {
    margin-left: -40px;
  }
  .property-grid .property-item {
    margin-left: 40px;
    width: 246px;
  }

  #comments .commentlist {
    padding: 2px 46px 5px 14px;
  }

  .comment-detail-wrap {
    width: 71.5%;
  }

  #comments .commentlist .children {
    padding: 0 0 0 61px;
  }

  #comments .commentlist .children .comment-detail-wrap {
    width: 85%;
  }

  #comments .commentlist .children .depth-2 .comment-detail-wrap {
    width: 69%;
  }

  #comments .commentlist .children .depth-3 .comment-detail-wrap {
    width: 66%;
  }

  #comments .commentlist .children .depth-4 .comment-detail-wrap {
    width: 62%;
  }

  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    width: 58%;
  }

  .services-list {
    margin: 0 0 0 -70px;
  }
  .services-list li {
    width: 374px;
    margin: 0 0 50px 70px;
  }

  .how-we-work ol li {
    width: 350px;
  }

  #property-detail-flexslider {
    height: 386px;
  }
  #property-detail-flexslider .flex-viewport {
    width: 768px;
    height: 386px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 7px;
    height: 60px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 82px;
    padding: 9px;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 335px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 5.2px 0 0;
    width: 40px;
  }

  #overview .left-box {
    width: 480px;
  }
  #overview .contacts-list {
    width: 240px;
  }
  #overview .contact-form {
    width: 320px;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 293px;
  }

  #filter-by {
    margin: 0;
    position: absolute;
    right: -1px;
    top: -36px;
  }
  #filter-by a {
    float: left;
    border: none;
    border-right: 1px solid #dedede;
    margin: 0;
  }
  #filter-by a:last-child {
    border-right: none;
  }

  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -40px;
  }

  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 40px;
  }

  .gallery-2-columns .gallery-item {
    width: 534px;
  }

  .gallery-3-columns .gallery-item {
    width: 342.33px;
  }

  .gallery-4-columns .gallery-item {
    width: 247px;
  }

  /* dsIDX Styles */
  #dsidx-listings .dsidx-primary-data {
    width: 70%;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 28%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .list-container {
    padding: 10px 24px 24px;
  }
  .detail .list-container h3 {
    margin: 0 0 7px 40px;
  }
  .detail .property-grid .property-item {
    margin-left: 40px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Submit Property Template
  /*-----------------------------------------------------------------------------------*/
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 534px;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 510px;
  }
  .submit-form .form-options-container .form-option {
    width: 260px;
    margin-right: 28px;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 246px;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 222px;
  }
  .submit-form .form-options-container .right {
    margin-right: 0;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 550px;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 434px;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 410px;
  }
  .submit-form .gallery-thumb {
    width: 130px;
    height: 130px;
  }
  .submit-form .gallery-thumb img {
    width: 130px;
    height: 130px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	My Properties
  /*-----------------------------------------------------------------------------------*/
  .my-property .cell {
    padding: 22px;
  }
  .my-property .cell h5 {
    font-size: 16px;
  }
  .my-property .property-thumb {
    width: 120px;
  }
  .my-property .property-title {
    width: 270px;
  }
  .my-property .property-date {
    width: 250px;
  }
  .my-property .property-publish-status {
    width: 80px;
  }
  .my-property .property-payment {
    width: 170px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	property detail slider variation 2
  /*-----------------------------------------------------------------------------------*/
  #property-carousel-two {
    padding: 0 51px;
  }

  /*-----------------------------------------------------------------------------------*/
  /* Properties sort controls
  /*-----------------------------------------------------------------------------------*/
  .search-header {
    padding: 42px 30px;
  }
}
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  #filter-by a {
    float: none;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-top #lang_sel {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_click {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_list {
    float: none;
    clear: both;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical ul, #header-top #lang_sel_list.lang_sel_list_horizontal ul {
    text-align: center;
    clear: both;
    height: auto;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical li, #header-top #lang_sel_list.lang_sel_list_horizontal li {
    float: none;
    display: inline-block;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical {
    height: auto;
  }

  #contact-email {
    padding: 15px 0 0;
    margin: 0 0 15px;
    float: none;
    clear: both;
    text-align: center;
  }

  .header-wrapper .social_networks {
    border-top: 1px solid #343a3b;
    float: none;
    text-align: center;
    clear: both;
  }
  .header-wrapper .social_networks li {
    float: none;
    display: inline-block;
  }
  .header-wrapper .social_networks li a {
    border: none;
  }

  .tag-line {
    text-align: center;
  }

  #listing-map {
    height: 450px;
  }

  /* User Nav
  --------------------------------------------------------------------------*/
  .user-nav {
    float: none;
    text-align: center;
  }

  .small input[type="text"],
  .large input[type="text"] {
    width: 136px;
  }
  .small .selectwrap input,
  .large .selectwrap input {
    width: 112px;
  }

  .selectbox-wrapper {
    width: 100%;
  }

  #home-flexslider .flexslider.loading {
    min-height: 250px;
  }

  .narrative {
    padding: 0 50px;
  }

  .property-items .span6 {
    width: 624px;
    margin-left: 49px;
  }
  .property-items .narrative {
    padding-left: 80px;
    padding-right: 80px;
  }

  .property-item {
    padding: 15px 20px 0;
  }
  .property-item figure {
    width: 244px;
  }
  .property-item .detail {
    width: 56.3%;
  }
  .property-item .price {
    padding: 10px 10px 10px 15px;
    margin: 0 0 10px -15px;
  }
  .property-item p {
    font-size: 13px;
    overflow: visible;
  }
  .property-item .property-meta {
    margin: 0 -20px 0;
    padding: 0 20px;
  }

  .es-carousel-wrapper ul li {
    width: 187px !important;
    margin-right: 30px !important;
  }

  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 41px;
    padding-right: 41px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 160px;
  }

  #footer > .row > .span3 {
    width: 342px;
  }

  .contents .main-wrap,
  .contents .sidebar-wrap {
    width: 724px;
  }

  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }

  .sidebar .widget {
    background: white;
  }
  .sidebar .widget.icl_languages_selector {
    background: transparent;
  }

  .widget.advance-search .as-form-wrap {
    padding: 25px 30px;
  }
  .widget.advance-search .advance-search-form {
    margin: 0 0 0 -20px;
  }
  .widget.advance-search .option-bar {
    float: left;
    margin-left: 20px;
    height: 76px;
  }
  .widget.advance-search .small input[type="text"],
  .widget.advance-search .large input[type="text"] {
    width: 136px;
  }
  .widget.advance-search .small .selectwrap input,
  .widget.advance-search .large .selectwrap input {
    width: 112px;
  }
  .widget.advance-search .real-btn {
    margin: 25px 0 0;
    padding: 7px 28px;
  }

  .widget #searchform {
    width: 682px;
  }
  .widget #s {
    width: 644px;
  }

  .widget.calculator .option-bar {
    margin: 0 20px;
  }
  .widget.calculator .title {
    background: white;
  }
  .widget.calculator .real-btn {
    float: right;
    margin: 0 24px 0 0;
  }

  ul.featured-properties {
    overflow: hidden;
    padding: 0 83px;
    margin-left: -82px;
  }
  ul.featured-properties li {
    float: left;
    width: 237px;
    margin-left: 82px;
  }
  ul.featured-properties li img {
    width: 100%;
    height: auto;
  }

  #footer .widget ul.featured-properties li {
    margin-left: 0;
  }

  /*------------------------------------------------------*/
  /* Agent Listing Detail Page
  /*------------------------------------------------------*/
  #property-detail-flexslider .flex-viewport {
    width: 631px;
  }

  .listing-layout .about-agent .detail {
    width: 72.5%;
  }
  .listing-layout .property-item .price {
    margin-right: -21px;
  }
  .listing-layout .property-item .detail {
    width: 374px;
  }

  .property-grid .list-container {
    margin-left: -20px;
  }
  .property-grid .property-item {
    margin-left: 20px;
    width: 212px;
  }
  .property-grid .property-item figure {
    width: 214px;
  }

  #map_canvas {
    height: 370px;
  }

  .services-list li {
    width: 316px;
  }

  .how-we-work ol li {
    width: 280px;
  }

  #overview .contacts-list {
    width: 61.5%;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 96.8%;
  }

  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -30px;
  }

  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 30px;
  }

  .gallery-2-columns .gallery-item {
    width: 316px;
  }

  .gallery-3-columns .gallery-item {
    width: 316px;
  }

  .gallery-4-columns .gallery-item {
    width: 316px;
  }

  /* dsIDX Styles */
  #dsidx-listings .dsidx-primary-data {
    width: 63%;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 42%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .listing-layout {
    margin-bottom: 35px;
  }
  .detail .list-container {
    padding: 10px 20px 22px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 214px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Submit Property Template
  /*-----------------------------------------------------------------------------------*/
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 316px;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form .form-option {
    margin-bottom: 10px;
  }
  .submit-form .features-checkboxes li {
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
  }
  .submit-form .form-options-container .form-option {
    float: none;
    width: 332px;
    margin-right: 0;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 316px;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form .form-options-container .right {
    margin-right: 0;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 332px;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 316px;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 292px;
  }
  .submit-form .gallery-thumb {
    width: 150px;
    height: 150px;
  }
  .submit-form .gallery-thumb img {
    width: 150px;
    height: 150px;
  }
  .submit-form .gallery-thumb a {
    font-size: 20px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Login & Register
  /*-----------------------------------------------------------------------------------*/
  .login-register .inner-wrapper {
    padding: 40px 50px 25px;
  }
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 85%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	My Properties
  /*-----------------------------------------------------------------------------------*/
  .my-property .cell {
    padding: 20px 10px;
  }
  .my-property .cell h5 {
    height: auto;
    line-height: 20px;
    overflow: auto;
  }
  .my-property .property-thumb {
    width: 120px;
  }
  .my-property .property-title {
    width: 150px;
  }
  .my-property .property-date {
    width: 150px;
  }
  .my-property .property-publish-status {
    width: 60px;
  }
  .my-property .property-payment {
    width: 96px;
  }
  .my-property .property-controls {
    width: 39px;
  }
  .my-property .property-controls a {
    width: 39px;
    height: 39px;
  }
  .my-property .property-controls i {
    line-height: 39px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	property detail slider variation 2
  /*-----------------------------------------------------------------------------------*/
  #property-carousel-two {
    padding: 0 38px;
  }

  /*-----------------------------------------------------------------------------------*/
  /* Properties sort controls
  /*-----------------------------------------------------------------------------------*/
  .search-header {
    padding: 42px 49px;
  }
}
@media (max-width: 767px) {
  #header-top #lang_sel {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_click {
    display: block;
    float: none;
    clear: both;
    width: 150px;
    margin: 10px auto;
  }
  #header-top #lang_sel_list {
    float: none;
    clear: both;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical ul, #header-top #lang_sel_list.lang_sel_list_horizontal ul {
    text-align: center;
    clear: both;
    height: auto;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical li, #header-top #lang_sel_list.lang_sel_list_horizontal li {
    float: none;
    display: inline-block;
  }
  #header-top #lang_sel_list.lang_sel_list_vertical {
    height: auto;
  }

  #contact-email {
    padding: 15px 0 0;
    margin: 0 0 15px;
    float: none;
    text-align: center;
    clear: both;
  }

  .social_networks {
    border-top: 1px solid #343a3b;
    float: none;
    text-align: center;
  }
  .social_networks li {
    float: none;
    display: inline-block;
  }
  .social_networks li a {
    border: none;
  }

  .tag-line {
    text-align: center;
  }

  /* User Nav
--------------------------------------------------------------------------*/
  .user-nav {
    float: none;
    text-align: center;
  }

  /*------------------------------------------------------*/
  /* Page Head
  /*------------------------------------------------------*/
  .page-head {
    padding-top: 20px;
  }

  #listing-map {
    height: 400px;
  }

  .slide-description {
    display: none;
  }

  #home-flexslider .flexslider.loading {
    min-height: 150px;
  }

  .columns {
    margin: 0;
  }

  .columns .one-third,
  .columns .two-third,
  .columns .one-fourth,
  .columns .three-fourth,
  .columns .one-half,
  .columns .single-col {
    width: auto;
  }

  .lt-ie8 .columns {
    margin: 0;
  }

  .lt-ie8 .columns .one-fourth {
    width: auto;
  }

  .format-video .play-btn {
    background-size: 50% auto;
  }

  .container {
    width: 500px;
  }

  .advance-search .as-form-wrap {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 438px;
  }
  .advance-search .option-bar {
    float: none;
  }

  .small input[type="text"],
  .large input[type="text"] {
    width: 97%;
  }
  .small .selectwrap input,
  .large .selectwrap input {
    width: 91.4%;
  }

  .narrative {
    padding: 0 30px;
  }

  .property-items .span6 {
    width: 460px;
    margin: 0 auto;
  }
  .property-items .narrative {
    padding-left: 40px;
    padding-right: 40px;
  }
  .property-items p {
    font-size: 13px;
  }
  .property-items .detail {
    width: 51.8%;
  }

  .property-item p {
    font-size: 13px;
    overflow: visible;
  }

  .es-carousel-wrapper ul li {
    width: 184px !important;
    margin-right: 30px !important;
  }

  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 69px;
    padding-right: 69px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 180px;
  }

  .widget.quick-links ul li {
    float: left;
    width: 46%;
  }

  .widget #searchform {
    width: 458px;
  }
  .widget #s {
    width: 420px;
  }

  .widget.social_network .social_networks {
    border-top: none;
    text-align: left;
  }

  .widget.calculator .option-bar,
  .widget.advance-search .option-bar {
    float: none;
  }
  .widget.calculator .small input[type="text"],
  .widget.calculator .large input[type="text"],
  .widget.advance-search .small input[type="text"],
  .widget.advance-search .large input[type="text"] {
    width: 97%;
  }
  .widget.calculator .small .selectwrap input,
  .widget.calculator .large .selectwrap input,
  .widget.advance-search .small .selectwrap input,
  .widget.advance-search .large .selectwrap input {
    width: 91.4%;
  }

  .widget.calculator .title {
    background: white;
  }
  .widget.calculator input[type="text"] {
    width: 424px;
  }
  .widget.calculator .mini .selectwrap input,
  .widget.calculator .mini input,
  .widget.calculator #extra {
    width: 398px;
  }
  .widget.calculator #payment {
    width: 420px;
  }
  .widget.calculator .real-btn {
    margin-top: 0;
  }

  ul.featured-properties {
    overflow: hidden;
    padding: 0;
  }
  ul.featured-properties li {
    float: left;
    width: 208.5px;
    margin-left: 27px;
    min-height: 300px;
  }
  ul.featured-properties li img {
    width: 100%;
    height: auto;
  }

  .listing-layout .about-agent figure {
    margin-right: 15px;
  }
  .listing-layout .about-agent .detail {
    width: 59.9%;
  }

  .about-agent .social_networks {
    border-top: none;
    float: right;
  }

  .listing-layout .property-item .detail {
    width: 215px;
  }
  .listing-layout .contact-types em {
    display: block;
  }

  .property-grid .list-container {
    margin-left: -20px;
  }
  .property-grid .property-item {
    margin-left: 20px;
    width: 217px;
  }

  #comments .comment .avatar {
    margin: 0 15px 15px 0;
    width: 60px;
    height: 60px;
  }

  .comment-detail-wrap {
    width: 63%;
  }

  #comments .commentlist .children .comment-detail-wrap,
  #comments .commentlist .children .depth-2 .comment-detail-wrap,
  #comments .commentlist .children .depth-3 .comment-detail-wrap,
  #comments .commentlist .children .depth-4 .comment-detail-wrap,
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    width: 63%;
  }

  #contact-form #commentform, #respond #commentform {
    padding: 30px 0;
  }

  #respond input[type="text"] {
    width: 60%;
  }

  #respond #comment {
    width: 80%;
  }

  #map_canvas {
    height: 300px;
  }

  .services-list {
    margin: 0;
  }
  .services-list li {
    width: auto;
    margin-left: 0;
  }

  .how-we-work ol {
    margin-left: 0;
  }
  .how-we-work ol li {
    width: auto;
    margin-left: 25px;
  }

  #property-detail-flexslider {
    height: 249px;
  }
  #property-detail-flexslider .flex-viewport {
    width: 424px;
    height: 249px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 5px;
    height: 37px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 60px;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 210px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 3px 0 0;
    width: 49%;
  }

  #overview .property-item .wrap {
    background-color: white;
  }
  #overview .property-item .title {
    float: none;
    padding: 0;
    margin: 0 18px;
  }
  #overview .property-item .price {
    background: #4DC7EC;
    float: none;
    margin: 0 17px;
    padding: 0;
  }
  #overview .property-item .price span {
    margin: 0;
  }
  #overview .property-item .price .status-label {
    background: #292D2D;
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
    margin: 0;
  }
  #overview .property-item .property-meta span {
    float: none;
    display: block;
    margin: 0;
    border: none;
    border-bottom: 1px solid #dedede;
    padding-left: 16px;
  }
  #overview .property-item .property-meta .printer-icon {
    float: none;
    border: none;
    padding-left: 41px;
  }
  #overview .property-item .features .title {
    margin: 0;
  }
  #overview .property-item .features .arrow-bullet-list li {
    float: none;
    width: auto;
  }
  #overview .map-wrap,
  #overview .property-video {
    padding: 16px 17px;
  }
  #overview .map-wrap .play-btn,
  #overview .property-video .play-btn {
    background-size: 70% auto;
  }
  #overview .video-label {
    left: 17px;
    top: 16px;
  }
  #overview .map-label {
    right: 17px;
    top: 16px;
  }
  #overview .share-networks {
    border-bottom: none;
    margin: 0;
  }
  #overview .share-networks span {
    display: block;
    float: none;
    padding: 11px 23px 11px 0;
    border: none;
    border-bottom: 1px solid #DEDEDE;
  }
  #overview .share-networks .share-label {
    margin: -1px -1px 0;
  }
  #overview .share-networks .agent-detail {
    padding: 16px 17px;
  }
  #overview .left-box figure {
    margin-right: 27px;
  }
  #overview .contacts-list {
    width: 48.2%;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 95.6%;
  }

  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: -30px;
  }

  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 30px;
  }

  .gallery-2-columns .gallery-item {
    width: 204px;
  }

  .gallery-3-columns .gallery-item {
    width: 204px;
  }

  .gallery-4-columns .gallery-item {
    width: 204px;
  }

  /* dsIDX Styles */
  #dsidx.dsidx-results .dsidx-paging-control {
    float: none;
    margin-bottom: 10px;
  }

  #dsidx.dsidx-results .dsidx-sorting-control {
    text-align: left;
  }

  #dsidx-listings .dsidx-media .dsidx-photo {
    position: static;
    left: auto;
    top: auto;
  }
  #dsidx-listings .dsidx-primary-data,
  #dsidx-listings .dsidx-secondary-data {
    float: none;
    clear: both;
    padding-left: 0;
  }
  #dsidx-listings .dsidx-primary-data {
    width: auto;
  }
  #dsidx-listings .dsidx-secondary-data div {
    width: 42%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .listing-layout {
    margin-bottom: 35px;
  }
  .detail .list-container {
    padding: 10px 20px 22px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 218px;
    min-height: 330px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Submit Property Template
  /*-----------------------------------------------------------------------------------*/
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 96%;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .form-option {
    margin-bottom: 10px;
  }
  .submit-form .features-checkboxes li {
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
  }
  .submit-form .form-options-container .form-option {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 96%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .form-options-container .right {
    margin-right: 0;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 96%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 91%;
  }
  .submit-form .gallery-thumb {
    width: 145px;
    height: 145px;
  }
  .submit-form .gallery-thumb img {
    width: 145px;
    height: 145px;
  }
  .submit-form .gallery-thumb a {
    font-size: 22px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Login & Register
  /*-----------------------------------------------------------------------------------*/
  .login-register .inner-wrapper {
    padding: 40px 50px 25px;
  }
  .login-register .real-btn {
    margin-bottom: 15px;
  }
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 85%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	My Properties
  /*-----------------------------------------------------------------------------------*/
  .my-property {
    padding: 20px 0;
  }
  .my-property .cell {
    float: none;
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .my-property .cell h5 {
    height: auto;
    line-height: 20px;
    overflow: auto;
    margin: 0;
  }
  .my-property .property-thumb {
    width: auto;
  }
  .my-property .property-title {
    width: auto;
    border-right: none;
  }
  .my-property .property-title h5 {
    text-align: center;
  }
  .my-property .property-date {
    width: auto;
  }
  .my-property .property-publish-status {
    border-right: none;
    border-left: none;
    width: auto;
  }
  .my-property .property-payment {
    border-right: none;
    width: auto;
  }
  .my-property .property-payment img {
    vertical-align: middle;
  }
  .my-property .property-controls {
    width: auto;
    float: none;
    text-align: center;
  }
  .my-property .property-controls a {
    border-bottom: none;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	property detail slider variation 2
  /*-----------------------------------------------------------------------------------*/
  #property-slider-two-wrapper {
    background-color: transparent;
  }

  #property-slider-two {
    min-height: 220px;
  }

  #property-carousel-two {
    padding: 0 50px;
  }
}
@media (max-width: 499px) {
  /*------------------------------------------------------*/
  /* Remove Slider Navigation for Smaller Screen.
  /*------------------------------------------------------*/
  .flex-direction-nav {
    display: none;
  }

  /*------------------------------------------------------*/
  /* Page Head
  /*------------------------------------------------------*/
  .page-head {
    padding-top: 15px;
  }

  .container {
    width: 440px;
  }

  #listing-map {
    height: 350px;
  }

  .advance-search .as-form-wrap {
    width: 378px;
  }

  .property-items .span6 {
    width: 396px;
  }
  .property-items .property-meta {
    margin: 0 -10px 0;
    padding: 0 10px;
  }
  .property-items .property-meta span {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }

  .property-item figure {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .property-item figure img {
    width: 100%;
  }
  .property-item .detail {
    float: none;
    width: auto;
    padding: 0;
    min-height: inherit;
  }
  .property-item .price {
    padding: 10px;
    margin: 0 0 10px;
  }

  .es-carousel-wrapper ul li {
    width: 154px !important;
    margin-right: 30px !important;
  }

  .brands-carousel .jcarousel-container-horizontal {
    padding-left: 41px;
    padding-right: 41px;
  }
  .brands-carousel ul.brands-carousel-list li {
    width: 180px;
  }

  .sidebar .widget {
    margin-left: auto;
    margin-right: auto;
    width: 440px;
  }

  .widget #searchform {
    width: 398px;
  }
  .widget #s {
    width: 360px;
  }

  .widget.calculator input[type="text"] {
    width: 386px;
  }
  .widget.calculator .mini .selectwrap input,
  .widget.calculator .mini input,
  .widget.calculator #extra {
    /*width: 360px;*/
  }
  .widget.calculator #payment {
    width: 382px;
  }

  ul.featured-properties li {
    width: 180px;
    margin-left: 27px;
  }

  .listing-layout .about-agent .detail {
    width: 52.9%;
  }
  .listing-layout .follow-agent {
    margin-top: 10px;
  }
  .listing-layout .property-item figure {
    margin: 0;
  }
  .listing-layout .property-item .detail {
    width: auto;
  }
  .listing-layout .property-item .price {
    margin: 0 0 10px;
  }
  .listing-layout .property-item .property-meta {
    margin: 0 -10px 0;
    padding: 0 10px;
  }
  .listing-layout .property-item .property-meta span {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .listing-layout .property-item .property-meta span:last-of-type {
    border-bottom: none;
  }

  .property-grid .property-item {
    width: 187px;
  }
  .property-grid .property-item figure {
    width: 187px;
  }

  .format-icon {
    display: none;
  }

  .listing-slider .flex-direction-nav a {
    height: 42px;
    width: 25px;
  }

  #comments .comment .avatar {
    margin: 10px 10px 10px 0;
    width: 80px;
    height: 80px;
    float: none;
  }

  .comment-detail-wrap,
  #comments .commentlist .children .comment-detail-wrap,
  #comments .commentlist .children .depth-2 .comment-detail-wrap,
  #comments .commentlist .children .depth-3 .comment-detail-wrap,
  #comments .commentlist .children .depth-4 .comment-detail-wrap,
  #comments .commentlist .children .depth-5 .comment-detail-wrap {
    border: none;
    padding: 0;
    width: 100%;
  }
  .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-2 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-3 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-4 .comment-detail-wrap .comment-detail-wrap-arrow,
  #comments .commentlist .children .depth-5 .comment-detail-wrap .comment-detail-wrap-arrow {
    display: none;
  }

  #contact-form input[type="text"], #contact-form #comment {
    width: 97%;
  }

  #map_canvas {
    height: 250px;
  }

  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns {
    margin-left: 0px;
  }

  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 0px;
  }

  .gallery-2-columns .gallery-item {
    width: 378px;
  }

  .gallery-3-columns .gallery-item {
    width: 378px;
  }

  .gallery-4-columns .gallery-item {
    width: 378px;
  }

  #property-detail-flexslider {
    height: 219px;
  }
  #property-detail-flexslider .flex-viewport {
    height: 219px;
    width: 374px;
  }
  #property-detail-flexslider .flex-control-thumbs li {
    margin-bottom: 5px;
    height: 31px;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 180px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 50px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    margin: 2px 0 1px;
  }

  #overview .contacts-list {
    width: 99.5%;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 94.4%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	dsIDX Styles
  /*-----------------------------------------------------------------------------------*/
  #dsidx-listings .dsidx-secondary-data div {
    width: auto;
    float: none;
  }
  #dsidx-listings .dsidx-address {
    display: block;
  }
  #dsidx-listings .dsidx-price {
    float: none;
    padding-left: 10px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Making reCAPTCHA Responsive
  /*-----------------------------------------------------------------------------------*/
  #recaptcha_area .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 230px !important;
  }
  #recaptcha_area .recaptchatable a {
    color: #8b9293;
  }
  #recaptcha_area .recaptchatable a:hover {
    color: #df5400;
  }
  #recaptcha_area .recaptchatable .recaptcha_r1_c1,
  #recaptcha_area .recaptchatable .recaptcha_r2_c2,
  #recaptcha_area .recaptchatable .recaptcha_r3_c1,
  #recaptcha_area .recaptchatable .recaptcha_r3_c2,
  #recaptcha_area .recaptchatable .recaptcha_r7_c1,
  #recaptcha_area .recaptchatable .recaptcha_r8_c1,
  #recaptcha_area .recaptchatable .recaptcha_r3_c3,
  #recaptcha_area .recaptchatable .recaptcha_r2_c1,
  #recaptcha_area .recaptchatable .recaptcha_r4_c1,
  #recaptcha_area .recaptchatable .recaptcha_r4_c2,
  #recaptcha_area .recaptchatable .recaptcha_r4_c4,
  #recaptcha_area .recaptchatable .recaptcha_image_cell {
    background: none !important;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .list-container {
    padding: 10px 20px;
  }
  .detail .list-container h3 {
    margin: 0 0 5px 20px;
  }
  .detail .property-grid .property-item {
    margin-left: 20px;
    width: 187px;
    min-height: 330px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Submit Property Template
  /*-----------------------------------------------------------------------------------*/
  .submit-form .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 90%;
  }
  .submit-form .gallery-thumb {
    width: 150px;
    height: 150px;
  }
  .submit-form .gallery-thumb img {
    width: 150px;
    height: 150px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Login & Register
  /*-----------------------------------------------------------------------------------*/
  .login-register input[type="text"],
  .login-register input[type="password"] {
    width: 95%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	property detail slider variation 2
  /*-----------------------------------------------------------------------------------*/
  #property-slider-two {
    min-height: 200px;
  }

  #property-carousel-two {
    padding: 0 20px;
  }
  #property-carousel-two .flex-direction-nav {
    display: block;
  }
}
@media (max-width: 439px) {
  /*------------------------------------------------------*/
  /* Page Head
  /*------------------------------------------------------*/
  .page-head {
    padding-top: 5px;
  }

  .container {
    width: 280px;
  }

  .sidebar .widget {
    width: 280px;
  }

  .advance-search .search-heading {
    padding-right: 15px;
  }
  .advance-search .as-form-wrap {
    width: 240px;
  }

  .small input[type="text"],
  .large input[type="text"] {
    width: 94%;
  }
  .small .selectwrap input,
  .large .selectwrap input {
    width: 84%;
  }

  .property-items {
    border-bottom: 1px solid #dedede;
  }
  .property-items .span6 {
    width: auto;
  }
  .property-items .narrative {
    padding-left: 10px;
    padding-right: 10px;
  }
  .property-items .property-meta {
    border-bottom: 1px solid #dedede;
  }

  .property-item {
    margin-bottom: 30px;
    border: none;
  }

  .property-items-container .property-item:first-child {
    border-top: 1px solid #dedede;
  }

  .featured-properties-carousel,
  .brands-carousel {
    display: none;
  }

  .widget.quick-links ul li {
    width: 100%;
  }

  .widget #searchform {
    width: 238px;
  }
  .widget #s {
    width: 200px;
  }

  .widget.calculator .small input[type="text"],
  .widget.calculator .large input[type="text"],
  .widget.advance-search .small input[type="text"],
  .widget.advance-search .large input[type="text"] {
    width: 94%;
  }
  .widget.calculator .small .selectwrap input,
  .widget.calculator .large .selectwrap input,
  .widget.advance-search .small .selectwrap input,
  .widget.advance-search .large .selectwrap input {
    width: 84%;
  }

  .widget.calculator input[type="text"] {
    width: 226px;
  }
  .widget.calculator .mini .selectwrap input,
  .widget.calculator .mini input,
  .widget.calculator #extra {
    /*width: 200px;*/
  }
  .widget.calculator #payment {
    width: 222px;
  }

  ul.featured-properties {
    width: 237px;
    margin: auto;
  }
  ul.featured-properties li {
    float: none;
    width: 237px;
    margin-left: 0px;
  }

  .listing-layout .about-agent {
    border: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
  }
  .listing-layout .about-agent figure {
    width: 100%;
    margin: 0 0 10px;
  }
  .listing-layout .about-agent figure img {
    width: 99.6%;
  }
  .listing-layout .about-agent .detail {
    width: 100%;
  }
  .listing-layout .about-agent .social_networks {
    float: left;
    margin-left: 4px;
  }
  .listing-layout .about-agent .social_networks li a {
    width: 46.8px;
  }
  .listing-layout .about-agent .real-btn {
    display: block;
    float: none;
  }
  .listing-layout .follow-agent {
    border-top: none;
    margin: 30px 0 0;
  }
  .listing-layout .property-by .title-heading {
    line-height: 40px;
  }
  .listing-layout .property-item {
    padding: 20px 0 0;
  }
  .listing-layout .property-item .property-meta {
    border: 1px solid #dedede;
    margin: 0;
  }
  .listing-layout .property-item .detail {
    width: auto;
  }
  .listing-layout .property-item figure {
    margin: 0;
    width: 100%;
  }
  .listing-layout .property-item .price {
    margin: 0 0 10px 0;
    padding: 8px 10px;
  }

  .property-grid .list-container {
    width: 236px;
    margin: 0 auto;
  }
  .property-grid .property-item {
    padding-top: 0;
    border: none;
    width: auto;
    margin-left: 0;
    min-height: 100%;
  }
  .property-grid .property-item figure {
    width: auto;
    margin: 0 auto 18px;
  }

  blockquote {
    margin: 0 0 30px;
  }

  .post-meta span {
    display: block;
  }
  .post-meta span.author-link {
    display: inline-block;
  }
  .post-meta .date {
    display: inline-block;
    border-right: 0;
  }

  .comment-detail-wrap {
    width: 100%;
  }

  #respond #comment,
  #respond input[type="text"] {
    width: 94%;
  }

  .contact-page .inner-wrapper {
    padding: 20px;
  }

  .contact-page .contact-form {
    padding: 0;
  }

  #contact-form input[type="text"], #contact-form #comment {
    width: 94%;
  }

  #map_canvas {
    height: 180px;
  }

  .contact-details {
    padding: 0 5px;
  }

  #gallery-container {
    padding: 15px;
  }

  .gallery-2-columns,
  .gallery-3-columns,
  .gallery-4-columns,
  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    margin-left: 0;
  }

  .gallery-2-columns .gallery-item,
  .gallery-3-columns .gallery-item,
  .gallery-4-columns .gallery-item {
    width: auto;
  }

  #gallery-container .gallery-item img {
    width: 100%;
  }

  #property-detail-flexslider {
    height: 136px;
  }
  #property-detail-flexslider .flex-viewport {
    height: 136px;
    width: 224px;
  }
  #property-detail-flexslider .jcarousel-container-vertical {
    width: 40px;
    padding-bottom: 0;
  }
  #property-detail-flexslider .jcarousel-clip-vertical {
    height: 108px;
  }
  #property-detail-flexslider .jcarousel-next,
  #property-detail-flexslider .jcarousel-prev {
    height: 23px;
    margin-top: -3px;
  }

  #overview #map_canvas {
    height: 200px;
  }
  #overview .property-item {
    width: auto;
  }
  #overview .property-item .title {
    margin: 10px 18px;
    line-height: 26px;
  }
  #overview .property-item .price .status-label,
  #overview .property-item .price span {
    display: block;
    margin: 0;
  }
  #overview .left-box figure {
    float: none;
    margin: 0 0 20px;
  }
  #overview .left-box figure img {
    width: 99%;
  }
  #overview .contacts-list {
    width: 99%;
    margin-bottom: 20px;
  }
  #overview .contact-form textarea,
  #overview .contact-form input[type="text"] {
    width: 91.9%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .list-container h3 {
    margin: 0 0 2px 0px;
  }
  .detail .property-grid .property-item {
    margin-left: 0;
    width: auto;
    min-height: 330px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Submit Property Template
  /*-----------------------------------------------------------------------------------*/
  .submit-form input[type="text"],
  .submit-form textarea {
    width: 93%;
  }
  .submit-form .selectwrap input[type="text"] {
    width: 83%;
  }
  .submit-form .features-checkboxes li {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container input[type="text"] {
    width: 93%;
  }
  .submit-form .form-options-container .selectwrap input[type="text"] {
    width: 83%;
  }
  .submit-form .form-options-container .full {
    float: none;
    width: 100%;
  }
  .submit-form .form-options-container .full input[type="text"] {
    width: 93%;
  }
  .submit-form .form-options-container .full .selectwrap input[type="text"] {
    width: 83%;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Login & Register
  /*-----------------------------------------------------------------------------------*/
  .login-register .inner-wrapper {
    padding: 20px 25px 20px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	property detail slider variation 2
  /*-----------------------------------------------------------------------------------*/
  #property-slider-two {
    min-height: 0;
  }

  #property-carousel-two {
    display: none;
  }
  #property-carousel-two .flex-direction-nav {
    display: none;
  }

  /*  Properties sort controls
  -------------------------------------------------------------------------*/
  .sort-controls {
    text-align: center;
  }
}
@media (max-width: 279px) {
  #overview .property-video,
  .advance-search .search-heading .icon-search,
  .advance-search .search-heading:hover .icon-search,
  .flexslider {
    display: none;
  }

  .advance-search .search-heading {
    padding: 0 11px;
    font-size: 15px;
  }

  #footer {
    padding: 0 10px;
  }

  .container {
    width: auto;
  }

  .main {
    border: none;
  }

  .sidebar .widget {
    width: auto;
  }

  .advance-search .as-form-wrap {
    width: 200px;
  }

  .widget {
    border-left: none;
    border-right: none;
  }
  .widget #searchform {
    width: 200px;
  }
  .widget #s {
    width: 162px;
  }

  .widget.calculator .as-form-wrap,
  .widget.advance-search .as-form-wrap {
    padding: 17px 12px;
    width: auto;
  }

  .widget.calculator input[type="text"] {
    width: 185px;
  }
  .widget.calculator .mini .selectwrap input,

  .widget.calculator .mini input,
  .widget.calculator #extra {
    /*width: 159px;*/
  }
  .widget.calculator #payment {
    width: 181px;
  }

  .featured-properties ul {
    width: 180px;
    margin: auto;
  }
  .featured-properties ul li {
    width: 180px;
    margin: 0 0 20px;
  }

  .view-type {
    position: static;
  }

  .list-container {
    padding: 25px 11px;
  }

  .property-grid .list-container {
    width: 200px;
    padding: 25px 11px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Contact Page Styles
  /*-----------------------------------------------------------------------------------*/
  .contact-page .contact-form {
    width: 180px;
    margin: auto;
  }

  .contact-page .inner-wrapper {
    padding: 0;
  }

  /*-----------------------------------------------------------------------------------*/
  /*	Similar Properties on Property Detail Page
  /*-----------------------------------------------------------------------------------*/
  .detail .list-container h3 {
    margin: 0 0 2px 0px;
  }
  .detail .property-grid .property-item {
    min-height: 310px;
  }
}
