/* General Styles

color:#0240aa;

color:#005efe;

color:#427ad8;

*/





body {

  position: relative;

	font-family: PMingLiU, PMingLiU-ExtB;

	font-family:"新宋体";

	/*

	font-family:"幼圆";

	*/

}

#site-logo span {

	color:#0240aa;

	font-size:16px;

	vertical-align:middle;

	padding-left:10px;

  }

/*Page Loader*/

#page-loader {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  text-align: center;

  background: #fff;

  z-index: 99999;

}

#page-loader .loaders {

  position: relative;

  left: 50%;

  top: 50%;

  width: 300px;

  height: 300px;

  margin: -150px 0 0 -150px;

}

#page-loader img {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  display: none;

}

select {

  position: relative;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: url("../images/arrow.png") 96% 50% no-repeat;

  padding-right: 25px;

}

.contact-template {

  background: #fff;

}

.listing-template #site-banner {

  margin-bottom: 0;

}

.btn {

  border: none;

  box-shadow: none;

  text-transform: uppercase;

  transition-duration: 0.3s;

}

a {

  transition-duration: 0.3s;

}

h1,

h2,

h3 {

  text-transform: uppercase;

}

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

  font: inherit;

  color: inherit;

}

h6 {
  font-weight: 600;

}

.section-header {

  margin-bottom: 40px;

}

.section-header h2 {

  margin: 0 0 30px 0;

}

.home-section-header h2 {

  position: relative;

}

.home-section-header h2::before,

.home-section-header h2::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  height: 1px;

  border: 1px solid #222;

}

.home-section-header h2::before {

  bottom: -8px;

  width: 60px;

}

.home-section-header h2::after {

  bottom: -12px;

  width: 35px;

}

img {

  max-width: 100%;

  height: auto;

}

#scroll-top {

  position: fixed;

  bottom: 32px;

  right: 4px;

  z-index: 999;

  color: #fff;

  background: #005efe;

}

#scroll-top:hover {

  background: #0240aa;

}

#scroll-top .fa {

  font-size: 30px;

  line-height: 20px;

  padding: 3px 5px;

}

/*Image Zoom*/

img[data-action="zoom"] {

  cursor: zoom-in;

  cursor: -moz-zoom-in;

}

.zoom-img,

.zoom-img-wrap {

  position: relative;

  z-index: 999;

  transition: all 300ms;

}

img.zoom-img {

  cursor: zoom-out;

  cursor: -moz-zoom-out;

}

.zoom-overlay {

  z-index: 420;

  background: #fff;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  pointer-events: none;

  filter: "alpha(opacity=0)";

  opacity: 0;

  transition: opacity 300ms;

}

.zoom-overlay-open .zoom-overlay {

  filter: "alpha(opacity=100)";

  opacity: 1;

}

.zoom-overlay-open,

.zoom-overlay-transitioning {

  cursor: default;

}

/*Social Nav Styles*/

.social-icons {

  margin: 0 0 0 -11px;

  padding: 0;

}

.social-icons li {

  list-style: none;

  float: left;

  margin-left: 11px;

}

.social-icons .fa {

  color: #323232;

  background: #686868;

  padding: 8px 9px;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  text-align: center;

}

.social-icons .fa:hover {

  background: #323232;

  color: #686868;

}

/*Slick Slider Common Styles*/

.slick-slider .slick-arrow {

  position: absolute;

  top: 50%;

  margin-top: -35px;

  z-index: 9;

  background: #3a3a3a;

  background: rgba(58, 58, 58, 0.5);

  border-radius: 50%;

  padding: 25px;

  width: 70px;

  height: 70px;

  color: #fff;

  font-size: 20px;

  cursor: pointer;

  text-align: center;

}

.slick-slider .slick-arrow:hover {

  background: #3a3a3a;

}

.slick-slider .fa-angle-left {

  left: 45px;

}

.slick-slider .fa-angle-right {

  right: 45px;

}

/*Tabs Styles*/

#tabs,

#widget-tabs {

  z-index: 1;

  position: relative;

  margin-bottom: 50px;

}

.tab-list li {

  float: left;

  outline: none;

  margin: 0 !important;

}

.tab-list li:before {

  content: "";

}

.tab-list li.ui-tabs-active a {

  color: #333;

  background: #fff;

}

.tab-list a {

  font-size: 16px;

  font-weight: 600;

  padding: 16.5px 30px;

  border-radius: 0;

  outline: none;

}

.tab-list a:focus {

  outline: none;

  outline-offset: 0;

  box-shadow: none;

}

.tab-list a:active:focus {

  outline: none;

  outline-offset: 0;

  box-shadow: none;

}

.tab-list a:before {

  content: "" !important;

}

.tab-content {

  display: none;

  margin-top: 30px;

}

.tab-content.current {

  display: block;

}

/*Site Banner*/

#site-banner {

  background: url("../images/footer-bg.png") center no-repeat;

  padding: 50px 0px 50px 0px;

  position: relative;

  max-height: 200px;

  margin-top: 100px;

  margin-bottom: 0px;

}

#site-banner:after {

  content: " ";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  display: inline-block;

  background: rgba(0, 0, 0, 0.5);

}

#site-banner h1 {

  color: #fff;

  margin: 0;

}

#site-banner .breadcrumb {

  background: none;

  color: #fff;

}

#site-banner .container {

  position: relative;

  z-index: 1;

}

#site-banner a {

  color: #fff;

}

#site-banner a:hover {

  color: #333;

}

#site-banner li {

  color: #fff;

}

#site-banner ol {

  margin-bottom: 0;

}

/*Pagination Styles*/

#pagination {

  margin: 40px 0 10px -10px;

  padding: 0;

}

#pagination li {

  list-style: none;

  display: inline-block;

  margin-left: 10px;

}

#pagination a {

  text-transform: uppercase;

  color: #333;

  background: #fff;

  padding: 10px 18px;

  display: inline-block;

}

#pagination a:hover {

  background: #0240aa;

  color: #fff;

}

#pagination .disabled a {

  color: #b5b5b5;

  cursor: default;

  pointer-events: none;

}

/*breadcrumb Styles*/

.breadcrumb > li + li:before {

  content: "\f105";

  display: inline-block;

  margin-right: 2px;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/*Contact Form*/

.contact-form {

  margin-bottom: 20px;

}

.contact-form h4 {

  font-size: 20px;

  text-transform: uppercase;

  margin: 0 0 20px 0;

}

.contact-form input[type="text"],

.contact-form textarea {

  border: 1px solid #FFF;

  padding: 13px 10px 13px 35px;

  width: 100%;

  outline: none;

  background-color:#005efe;

  color:#FFFFFF;

}

.contact-form .common {

  float: left;

  width: calc(50% - 10px);

  margin-right: 20px;

}

.contact-form .common:nth-of-type(even) {

  margin-right: -20px;

}

.contact-form .form-author:before {

  content: "\f007";

}

.contact-form .form-email:before {

  content: "\f0e0";

}

.contact-form .form-comment:before {

  content: "\f075";

}

.contact-form .form-submit:before {

  content: "";

}

.contact-form .form-phone:before {

  content: "\f095";

}

.contact-form .form-subject:before {

  content: "\f02d";

}

.contact-form p {

  display: inline-block;

  margin-bottom: 20px;

  position: relative;

  width: 100%;

}

.contact-form p:before {

  content: "\f105";

  margin-right: 5px;

  position: absolute;

  left: 15px;

  top: 17px;

  color: #FFF;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.contact-form label.error {

  display: none !important;

}

.contact-form input.error {

  border-color: red;

}



/* Message */

#message-form {

}

#message-form textarea,

#message-form input {

  width: 50%;

  margin-right: 2%;

  float: left;

  margin-bottom: 20px;

  color:#FFFFFF;

  font-size:12px;

  letter-spacing:0px;

  border: 1px solid #FFF;

  background-color:#005efe;

  padding: 6px 9px;

  outline: none;

}

#message-form select option {
	background-color:#005efe;
	color: #FFF;
}

#message-form input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: inherit;

  opacity: 1;

}

#message-form input::-moz-placeholder {

  /* Firefox 19+ */

  color: inherit;

  opacity: 1;

}

#message-form input:-ms-input-placeholder {

  /* IE 10+ */

  color: inherit;

  opacity: 1;

}

#message-form input:-moz-placeholder {

  /* Firefox 18- */

  color: inherit;

  opacity: 1;

}

#message-form textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: inherit;

  opacity: 1;

}

#message-form textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: inherit;

  opacity: 1;

}

#message-form textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: inherit;

  opacity: 1;

}

#message-form textarea:-moz-placeholder {

  /* Firefox 18- */

  color: inherit;

  opacity: 1;

}

#message-form .btn[type="submit"] {

	background-color:#000000;

  float: left;

  padding: 10px 20px;

  font-weight: 600;

}



/*3d Btn Styles */

.btn-3d {

  position: relative;

  perspective: 800px;

  transition: background 0.6s;

  transform-origin: 50% 0;

  transform-style: preserve-3d;

}

.btn-3d::before {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #427ad8;

  border-radius: inherit;

  color: inherit;

  content: attr(data-hover);

  transform: rotateX(270deg);

  transition: transform 0.6s;

  transform-origin: 0 0;

  pointer-events: none;

  padding: inherit;

  font: inherit;

}

.btn-3d:hover::before,

.btn-3d:focus::before {

  transform: rotateX(10deg);

}

#ajax-loader {

  display: none;

  margin-top: 8px;

  float: right;

}

#message-container,

#error-container {

  display: none;

  color: red;

}

.blog-single-page {

  background: #fff;

}

/*Filter Styles*/

#filter-container {

  position: relative;

}

#filter-container .mix {

  position: relative;

  transition-duration: 0s;

}

.controls {

  margin-left: -20px;

}

.controls span {

  display: inline-block;

  margin-left: 20px;

  cursor: pointer;

  text-transform: uppercase;

  line-height: 30px;

}

.controls span:hover {

  color: #0240aa;

}

.controls .mixitup-control-active {

  color: #0240aa;

}

.layout-item-wrap,

.layout-item {

  transition-duration: 0.4s;

}

/* Header Styles */

#site-header {

  padding-bottom: 15px;

  background: #FFF;

}

#site-header-top {

  background: #0240aa;

  font-size: 12px;

  color: #FFF;

  margin-bottom: 24px;

}

#site-header-top p {

  font-size: inherit;

  color: inherit;

  line-height: 30px;

  margin: 9px 0 6px 0;

}

#site-header-top .fa {

  margin-right: 4px;

  font-size: 15px;

  vertical-align: middle;

}

#site-header-top select {

  outline: none;

}

.currency-in-header,

.language-in-header,

.header-btn {

  float: right;

}

.currency-in-header,

.language-in-header {

  margin: 14px 0 6px 20px;

}

.currency-in-header select,

.language-in-header select {

  border: none;

  outline: none;

  background-image: url("../images/header-arrow.png");

}

.header-btn {

  font: 600 12px 'Montserrat', sans-serif;

  margin-left: 20px;

  border-radius: 0;

}

#site-nav {

  text-transform: uppercase;

  background: none;

  border: none;

  margin-top: 18px;

  margin-left: 0px;

}

#site-nav li {

  list-style: none;

}

#site-nav li:hover > a {

  color: #0240aa;

}

#site-nav a {

  color: inherit;

  display: block;

}

#site-nav a:hover {

  color: #0240aa;

}

#site-nav .nav > li {

  margin-left: 30px;

}

#site-nav .nav > li > a {

  padding: 10px 0;

}

#site-nav li {

  position: relative;

}

#site-nav li ul {

  position: absolute;

  left: 170px;

  top: -6px;

  display: none;

  min-width: 200px;

  background: #fff;

  padding: 10px 15px;

  z-index: 99;

}

#site-nav li ul li {

  border-bottom: 1px solid #e5e5e5;

  padding-bottom: 7px;

  margin-bottom: 7px;

}

#site-nav li ul li:last-child {

  border-bottom: 0;

  padding: 0;

  margin: 0;

}

#site-nav > ul > li > ul {

  left: 0;

  top: 40px;

  padding-top: 30px;

}

.contact-in-header {

  border-left: 1px solid #dfdfdf;

  margin-left: 30px;

  padding-left: 27px;

}

.contact-in-header .fa {

  font-size: 61px;

  color: #0240aa;

  float: left;

  margin-right: 15px;

  line-height: 51px;

}

.contact-in-header span {

  color: #000;

}

.contact-in-header strong {

  font-size: 21px;

  color: #0240aa;

}

/* Main Slider Styles */

.main-slider-wrapper {

  position: relative;

  margin-top:100px;

}

.main-slider-wrapper #slider-contents {

  position: absolute;

	width: 120px;

	height: 50px;

  left: 0px;

  bottom: 0;

  z-index: 1;

}

.main-slider-wrapper .jumbotron {

  position: absolute;

  bottom: 15px;

  left: 15px;

  padding: 5px 8px;

  margin: auto;
	
	background-color: #427ad8;

}

.main-slider-wrapper h3 {

  color: #FFF;

  font-size: 18px;

  margin: 0 0 0px 0;

}

.main-slider-wrapper p {

  font-size: 16px;

  color: #fff;

}

.main-slider-wrapper .contents {

  margin-bottom: 45px;

}

.main-slider-wrapper .btn {

  margin-right: 10px;

  font-size: 14px;

}

.main-slider-wrapper .btn-border {

  background: none;

  border: 2px solid #fff;

  padding: 13px 18px;

}

.main-slider-wrapper .btn-border:hover {

  background: #fff;

  color: #333;

}

.main-slider-wrapper .btn-warning.btn-3d::before {

  background: #ec8b1b;

}

#advance-search {

  position: relative;

  padding-top: 30px;

  padding-bottom: 30px;

  z-index: 99;

  background-color:#427ad8

}

#advance-search fieldset {

  width: 85%;

  float: left;

}

#advance-search .top-btn {

  font-size: 16px;

  font-weight: 600;

  padding: 16.5px 30px;

  border-radius: 0;

  margin-top: -85px;

  color: #333;

  background: #fff;

}

#adv-search-form {

  margin-top: 0px;

}

#adv-search-form select,

#adv-search-form input {

  width: 23%;

  margin-right: 2%;

  float: left;

  margin-bottom: 20px;

  color:#FFFFFF;

  letter-spacing:0px;

  border: 1px solid #FFF;

  background-color:#0240aa;

  padding: 6px 9px;

  outline: none;

}

#adv-search-form input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: inherit;

  opacity: 1;

}

#adv-search-form input::-moz-placeholder {

  /* Firefox 19+ */

  color: inherit;

  opacity: 1;

}

#adv-search-form input:-ms-input-placeholder {

  /* IE 10+ */

  color: inherit;

  opacity: 1;

}

#adv-search-form input:-moz-placeholder {

  /* Firefox 18- */

  color: inherit;

  opacity: 1;

}

#adv-search-form .btn[type="submit"] {

  width: 15%;

  float: left;

  padding: 32px 15px;

  font-weight: 600;

}

#home-property-listing {

  padding: 20px 0 20px 0;

  background: #0240aa;

}

#home-property-for-rent-listing {

  padding: 30px 0 30px 0;

  background: #0240aa;

  margin-top:30px;

}

#home-property-for-rent-listing .section-header {

  color: #fff;

}

#home-property-for-rent-listing .section-header h2 {

  color: inherit;

}

#home-property-for-rent-listing .section-header h2::before,

#home-property-for-rent-listing .section-header h2::after {

  border-color: inherit;

}

#home-property-for-rent-listing .section-header p {

  color: #8d8d8d;

}

#property-for-rent-slider .slick-arrow {

  background: none;

  border: 1px solid #8d8d8d;

  color: #8d8d8d;

  width: 40px;

  height: 40px;

  padding: 0;

  line-height: 38px;

}

#property-for-rent-slider .slick-arrow:hover {

  background: #8d8d8d;

  color: #333;

}

#property-for-rent-slider .fa-angle-left {

  left: -60px;

}

#property-for-rent-slider .fa-angle-right {

  right: -60px;

}

/*Property Styles*/

.property {

  background: #427ad8;

  margin-bottom: 30px;

}

.property .feature-image {

  background: #427ad8;

  padding:10px;

  position: relative;

}

.property .feature-image img {

  width: 100%;
	
	height: 100%;
	max-height: 270px;

}

.property .RBrief {
	min-height: 80px;
}

.property .btn-sale {

  font-size: 12px;
	
	letter-spacing: 1px;

  position: absolute;

  bottom: 15px;

  right: 15px;

  padding: 3px 7px 2px 7px;

  z-index: 1;

}

.property .btn-sale:hover {

  background: #333;

}

.property .property-contents {

  margin: 0 10px;

}

.property .property-contents2 {

  margin: 0 10px;

  padding-bottom:20px;

}

.property .property-header {

  border-bottom: 0px dashed #999;

  margin-bottom: 0px;

  font-weight:bold;

}

.property .property-header p {

  color:#FFFFFF;

  line-height:12px;

  font-size:12px;

}

.property .entry-title {

  text-transform: capitalize;

  margin: 0 0 8px 0;

}

.property .property-location {

  font-size: 12px;

  color: #999;

  display: block;

}

.property .property-location .fa {

  margin-right: 5px;

  font-size: 14px;

}

.property .btn-price {

  font-size: 15px;

  font-weight: 600;

}

.property .property-meta {
	
	margin-bottom: 10px;
	
	text-align: center;

  color: #FFF;

}

.property .property-meta span {

  margin-left: 19px;

  margin-bottom: 2px;

}

.property .property-meta .fa {

  font-size: 14px;

  margin-right: 3px;

}

.property .author-box {

  display: none;

  font-size: 12px;

}

.property .author-box .author-img {

  float: left;

  margin-right: 10px;

}

.property .author-box .author-img img {

  border-radius: 50%;

}

.property .author-box .author-name {

  font-size: inherit;

  margin: 5px 0 0 0;

  color: inherit;

  display: block;

  font-style: normal;

}

.property .author-box .phone {

  font-weight: 600;

  font-size: inherit;

}

.property .author-box .phone .fa {

  color: #0240aa;

  margin-right: 5px;

}

.property .contents {

  display: none;

  margin-bottom: 10px;

}

.list-style .feature-image {

  margin: 0 20px 0 0;

  float: left;

  width: calc(43% - 20px);

}

.list-style .property-contents {

  margin: 20px 20px 0 0;

  float: left;

  width: calc(57% - 20px);

}

.list-style .property-meta {

  margin-bottom: 18px;

}

.list-style .author-box,

.list-style .contents {

  display: block;

}

#home-features-section {

  padding: 80px 0 0 0;

  min-height: 550px;

}

#home-features-section .feature {

  margin-bottom: 30px;

}

#home-features-section .feature .icon {

  margin-bottom: 33px;

  display: block;

  min-height: 80px;

  vertical-align: middle;

}

#home-features-section .feature h6.entry-title {

  margin: 0 0 15px 0;

  text-transform: uppercase;

}

#home-features-section .feature p {

  line-height: 24px;

  color: #707070;

}

#footer {

  background: #323232;

  color: #919191;

}

#footer a {

  color: inherit;

}

#footer a:hover {

  color: #fff;

}

#footer .social-icons .fa:hover {

  color: #333;

  background: #fff;

}

.site-footer {

  background: url("../images/footer-bg.png") bottom center no-repeat;

  padding: 100px 0 0 0;

}

.site-footer .widget {

  margin-bottom: 50px;

}

.site-footer h4 {

  margin: 0 0 30px 0;

  color: #fff;

  text-transform: uppercase;

  font-weight: 400;

}

.site-footer .about-widget .footer-logo {

  margin-top: -20px;

}

.site-footer-bottom {

  background: #0240aa;

  padding: 10px 0 0 0;

}

.site-footer-bottom p {

  margin: 0;

  color: #FFF;

  font-size:12px;

}

.site-footer-bottom .footer-nav ul {

  margin: 0 0 0 -25px;

  padding: 0;

}

.site-footer-bottom .footer-nav li {

  list-style: none;

  float: left;

  margin-left: 25px;

  color: inherit;

}

#twitter-feeds ul {

  margin: 0;

  padding: 0;

}

#twitter-feeds ul li {

  list-style: none;

  clear: both;

}

#twitter-feeds .avatar {

  width: 50px;

  float: left;

  margin-right: 10px;

}

#twitter-feeds .avatar img {

  max-width: 100%;

}

#twitter-feeds .tweet {

  overflow: hidden;

}

/*About Widget Styles*/

.about-widget .footer-logo {

  margin: 0 0 30px 0;

  display: block;

}

.about-widget p {

  margin-bottom: 35px;

  line-height: 26px;

  color: inherit;

}

/*Quick Links Widget Styles*/

.quick-links ul {

  margin: 0;

  padding: 0;

}

.quick-links ul li {

  list-style: none;

  color: inherit;

  float: left;

  width: 50%;

  margin-bottom: 20px;

}

.quick-links ul li:last-child {

  margin-bottom: 0;

}

.quick-links ul li:before {

  content: "\f105";

  margin-right: 5px;

  color: inherit;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.quick-links ul a {

  color: inherit;

}

/*Address Widget Styles*/

.address-widget ul {

  margin: 0;

  padding: 0;

}

.address-widget ul li {

  list-style: none;

  margin-bottom: 20px;

  color: inherit;

}

.address-widget ul .fa {

  margin-right: 5px;

}

.property-taxonomies li span {

  color: #999;

}

/*Tag Widget Styles*/

.widget_tag_cloud a {

  margin-right: 5px;

  margin-bottom: 5px;

  display: inline-block;

  color: #333;

  font-size: 14px !important;

}

.widget_tag_cloud a:hover {

  color: #0240aa;

}

.widget_tag_cloud a:last-child {

  margin-right: 0;

}

/*Recent Posts Style*/

.widget-post {

  margin-bottom: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #e5e5e5;

}

.widget-post:last-of-type {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: 0;

}

.widget-post p.entry-title {

  margin: 0;

}

.widget-post p.entry-title a {

  color: #333;

}

.widget-post p.entry-title a:hover {

  color: #0240aa;

}

/*Categories Widget Styles*/

.widget_categories li {

  margin-bottom: 10px;

  padding-bottom: 10px;

  border-bottom: 1px solid #e5e5e5;

  color: #999;

  font-size: 13px;

}

.widget_categories li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: 0;

}

.widget_categories li::before {

  content: "\f0da" !important;

  color: #333;

}

.widget_categories a {

  color: #333;

  font-size: inherit;

}

.widget_categories a:hover {

  color: #0240aa;

}

/*Recent Properties*/

.recent-properties .property {

  padding: 0 0 13px 0;

  border-bottom: 1px solid #e5e5e5;

  margin-bottom: 20px;

}

.recent-properties .property:last-of-type {

  margin-bottom: 0;

  border-bottom: 0;

  padding-bottom: 0;

}

.recent-properties .feature-image {

  width: 40%;

  margin: 0 5% 0 0;

  float: left;

}

.recent-properties .entry-title {

  margin: 0 0 5px 0;

}

.recent-properties .btn-price {

  color: #0240aa;

  display: block;

  margin-bottom: 7px;

  padding: 0;

}

.recent-properties .property-contents {

  float: left;

  width: 55%;

  margin: 0;

}

.recent-properties .property-meta {

  margin: 0 0 0 -5%;

}

.recent-properties .property-meta span {

  width: 45%;

  margin: 0 0 2px 5%;

  font-size: 12px;

  color: #999;

}

/*Advance Search Widget Styles*/

#advance-search-widget fieldset {

  width: 100%;

}

#advance-search-widget fieldset > div {

  width: calc(50% - 7.5px);

  float: left;

  margin-bottom: 15px;

  margin-left: 15px;

}

#advance-search-widget fieldset > div:first-of-type {

  width: 100%;

  margin: 0 0 15px 0;

}

#advance-search-widget fieldset > div:nth-child(2) {

  width: 100%;

  margin: 0 0 15px 0;

}

#advance-search-widget fieldset > div:nth-child(2n+1) {

  margin-left: 0;

}

#advance-search-widget select,

#advance-search-widget input {

  width: 100%;

  margin: 0;

}

#advance-search-widget .btn[type="submit"] {

  width: 100%;

  padding: 18px 20px;

  margin-top: 10px;

}

#advance-search-widget .tab-list {

  margin-right: -30px;

  margin-left: -30px;

  margin-top: -30px;

  background: #f5f5f5;

}

#advance-search-widget .tab-list a {

  padding: 16.5px 23.1px;

  color: inherit;

}

#advance-search-widget .tab-list a:hover {

  color: #fff;

  background: #0240aa;

}

#advance-search-widget #adv-search-form {

  margin-top: 0;

}

/* Announcement Styles*/

#announcement-section {

  position: relative;

  background: url("../images/announcement-bg.jpg") center no-repeat;

  padding: 70px 0;

}

#announcement-section:after {

  content: " ";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  display: inline-block;

  background: rgba(240, 163, 74, 0.7);

}

#announcement-section h2.title {

  font-size: 45px;

  color: #fff;

  text-transform: capitalize;

  margin: 0 0 20px 0;

}

#announcement-section p {

  color: #fff;

  margin-bottom: 40px;

}

#announcement-section .container {

  position: relative;

  z-index: 1;

}

#property-listing {

  padding: 60px 0;

}

#property-listing .section-header {

  margin-bottom: 50px;

}

#property-listing .section-header h2 {

  margin-bottom: 10px;

}

.property-sorting {

  margin-right: 30px;

  margin-top: 15px;

}

.property-sorting label {

  font-weight: normal;

}

.property-sorting select {

  border: 0;

  background: none;

  outline: none;

  color: #0240aa;

  cursor: pointer;

}

.layout-view {

  margin-top: 15px;

}

.layout-view .fa {

  margin: 5px 0 0 10px;

  float: right;

  cursor: pointer;

}

.layout-view .fa:hover {

  color: #0240aa;

}

.layout-view .selected {

  color: #0240aa;

}

.property-map-wrapper {

  position: relative;

  margin-left: -15px;

}

.property-map-wrapper #advance-search {

  position: absolute;

  bottom: 0;

  z-index: 1;

  background: none;

  margin: 0 15px 0 15px;

  padding-bottom: 0;

}

.property-map-wrapper #advance-search .top-btn {

  margin-top: -40px;

}

.property-map-wrapper #advance-search .top-btn:hover {

  background: #0240aa;

  color: #fff;

}

.property-map-wrapper #advance-search .top-btn.active {

  background: #0240aa;

  color: #fff;

}

.property-map-wrapper #advance-search select {

  background: url("../images/arrow.png") 96% 50% no-repeat #fff;

}

.property-map-wrapper #adv-search-form {

  display: none;

}

#property-map {

  width: 100%;

  height: 800px;

  margin-top: -30px;

}

#property-map-view {

  padding-top: 30px;

}

#property-sidebar .widget {

  background: #fff;

  padding: 30px;

  margin-bottom: 30px;

}

#property-sidebar .widget h5.title {

  margin: 0 0 25px 0;

  font-weight: 400;

  text-transform: uppercase;

}

#property-sidebar ul {

  padding: 0;

  margin: 0;

}

#property-sidebar ul li {

  color: inherit;

  margin-bottom: 10px;

  list-style: none;

}

#property-sidebar ul li:last-child {

  margin-bottom: 0;

}

#property-sidebar ul a:before {

  content: "\f105";

  margin-right: 5px;

  color: inherit;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

#sidebar {

  margin-right: 30px;

}

#sidebar .widget {

  margin-bottom: 60px;

}

#sidebar h4.title {

  font-weight: 400;

  text-transform: uppercase;

  margin-top: 0;

  margin-bottom: 30px;

}

#sidebar ul {

  margin: 0;

  padding: 0;

}

#sidebar li {

  list-style: none;

}

#sidebar li:before {

  content: "\f105";

  margin-right: 5px;

  color: inherit;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

#property-single {

  margin-bottom: 60px;

}

#property-single #main-slider {

  margin-bottom: 90px;

}

#property-single .common {

  padding: 30px;

  background: #fff;

  margin-bottom: 50px;

}

#property-single .common h4 {

  margin: 0;

}

#property-single .common .print-btn {

  font-size: 12px;

}

#property-single .common .entry-title {

  margin-bottom: 30px;

  padding-bottom: 30px;

  margin-top: 0;

  border-bottom: 1px solid #e5e5e5;

  text-transform: none;

}

#property-single .common h3.entry-title {

  line-height: 20px;

}

#property-single .agent-box .agent-image {

  margin-right: -15px;

  margin-bottom: 30px;

  display: block;

}

#property-single .agent-box .agent-name {

  font-size: 15px;

  font-weight: 600;

  color: #333;

  font-style: normal;

  margin-bottom: 5px;

  display: block;

}

#property-single .agent-box .designation {

  margin-bottom: 20px;

  display: block;

}

#property-single .agent-box .agent-social-handlers {

  margin: 0 0 20px -5%;

  padding: 0;

}

#property-single .agent-box .agent-social-handlers li {

  list-style: none;

  float: left;

  margin: 0 0 5px 5%;

  width: 45%;

}

#property-single .agent-box .agent-social-handlers a {

  color: #333;

}

#property-single .agent-box .agent-social-handlers .fa {

  margin-right: 3px;

}

#property-single .agent-box p {

  margin-bottom: 25px;

}

.property-single-meta {

  background: url("../images/floor-plan-map.jpg") center right no-repeat;

}

.property-single-meta ul {

  margin: 0;

  padding: 0;

}

.property-single-meta ul li {

  list-style: none;

  color: #0240aa;

  margin-bottom: 12px;

}

.property-single-meta ul li:last-child {

  margin-bottom: 0;

}

.property-single-meta ul li span {

  width: 120px;

  display: inline-block;

  color: #707070;

}

/*Property Features Styles*/

.property-single-features-list {

  padding: 0;

  margin: 0 0 0 -3.333333%;

}

.property-single-features-list li {

  width: 30%;

  margin-left: 3.333333%;

  list-style: none;

  float: left;

  margin-bottom: 10px;

  color: #333333;

}

.property-single-features-list li:last-child {

  margin-bottom: 0;

}

.property-single-features-list li:before {

  content: "\f058";

  margin-right: 5px;

  color: inherit;

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.property-single-features-list li.disabled {

  color: #b5b5b5;

}

.property-single-features-list li.disabled:before {

  content: "\f00d";

  color: #fff;

  background: #e5e5e5;

  padding: 2px 3px;

  border-radius: 50%;

  font-size: 8px;

}

/*Property Video Styles*/

.property-video .entry-title {

  border-bottom: 0 !important;

  margin-bottom: 0 !important;

}

.property-video iframe {

  width: 100%;

  height: 430px;

  border: 0;

  padding: 0;

  margin: 0;

}

.property-agent .address-widget li {

  color: #0240aa;

  margin-bottom: 5px;

}

/*Agent Form Styles*/

.agent-contact-form input[type="text"],

.agent-contact-form textarea {

  background: #f6f9fa;

  color: #707070;

  font-size: 12px;

  margin-bottom: 10px;

  width: 100%;

  padding: 14px;

  border: 1px solid #dae2e9;

}

.agent-contact-form .btn[type="submit"] {

  width: 100%;

}

.property-agent .address-widget li {

  margin-bottom: 9px;

}

.blog-post {

  margin-bottom: 50px;

}

.blog-post .feature-image {

  position: relative;

  float: left;

  width: 43%;

}

.blog-post .feature-image .updated {

  position: absolute;

  left: 0;

  top: 0;

  z-index: 1;

  border-radius: 0;

  line-height: 21px;

}

.blog-post .feature-image .updated strong {

  font-size: 23px;

  font-weight: 700;

  display: block;

}

.blog-post .post-contents {

  width: calc(57% - 40px);

  margin-left: 40px;

  float: left;

}

.blog-post .entry-title {

  margin: 10px 0 25px 0;

  text-transform: uppercase;

}

.blog-post .contents {

  margin-bottom: 25px;

}

.blog-post .post-meta {

  margin-left: -3.33333%;

  font-size: 12px;

}

.blog-post .post-meta span,

.blog-post .post-meta > a {

  float: left;

  width: 30%;

  margin-left: 3.33333%;

  font-size: inherit;

}

.blog-post .post-meta span {

  color: #999;

}

.blog-post.list-style .feature-image {

  margin: 0 30px 0 0;

  float: left;

  width: calc(40% - 30px);

}

.blog-post.list-style .post-contents {

  width: 60%;

  float: left;

  margin: 15px 0 0 0;

}

.gallery-item {

  position: relative;

}

.gallery-item .btn-sale {

  left: -10px;

  top: 15px;

  border-radius: 0;

  padding: 4px 8px;

  z-index: 9;

}

.gallery-item .btn-sale:before,

.gallery-item .btn-sale:after {

  content: ' ';

  position: absolute;

  width: 0;

  height: 0;

  z-index: -1;

  transition-duration: 0.3s;

}

.gallery-item .btn-sale:before {

  width: 30px;

  left: -10px;

  top: 10px;

  border-width: 13px 6px;

  border-style: solid;

  border-color: #f0a34a #f0a34a #f0a34a transparent;

}

.gallery-item .btn-sale:after {

  left: 0px;

  top: 100%;

  border-width: 5px 10px;

  border-style: solid;

  border-color: #ec8b1b #ec8b1b transparent transparent;

}

.gallery-item .btn-sale:hover:before {

  border-color: #333 #333 #333 transparent;

}

.gallery-item .btn-sale:hover:after {

  border-color: #000 #000 #000 transparent;

}

#blog-listing {

  margin-bottom: 70px;

}

#blog-listing .property-sorting,

#blog-listing .layout-view {

  margin-top: 0;

  margin-bottom: 0;

}

#blog-single {

  background: #fff;

}

.single-post {

  margin-bottom: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid #e5e5e5;

}

.single-post .feature-image {

  margin-bottom: 50px;

  float: none;

  width: 100%;

}

.single-post .post-meta {

  margin-bottom: 25px;

  margin-left: 0;

}

.single-post .post-meta .entry-title {

  margin-bottom: 10px;

  text-transform: capitalize;

}

.single-post .post-meta .updated {

  float: left;

  margin-right: 25px;

  border-radius: 0;

  padding: 14px 18px;

}

.single-post .post-meta .updated strong {

  font-size: 23px;

  font-weight: 700;

  display: block;

}

.single-post .post-meta span {

  width: auto;

  margin-right: 20px;

  margin-left: 0;

}

.single-post .post-footer-meta {

  line-height: 30px;

}

.single-post .social-share span,

.single-post .tags span {

  color: #333;

  font-weight: 700;

  float: left;

  margin-right: 5px;

}

.single-post .social-share {

  float: right;

}

.single-post .social-share .social-icons {

  float: left;

}

.single-post .social-share span {

  margin-right: 20px;

}

.single-post .social-share .fa {

  background: #e5e5e5;

  color: #333;

}

.single-post .social-share .fa:hover {

  background: #0240aa;

}

/*Comments Styles*/

#comments article {

  margin-bottom: 30px;

  padding-bottom: 30px;

  border-bottom: 1px solid #e5e5e5;

}

#comments h4 {

  font-size: 20px;

  text-transform: uppercase;

  margin: 0 0 25px 0;

  font-weight: 400;

}

#comments ol {

  margin: 0;

  padding: 0;

}

#comments ol li {

  list-style: none;

}

#comments h5.author {

  float: left;

  margin-right: 15px;

}

#comments cite.fn a {

  font-style: normal;

  font: 400 14px 'Montserrat', sans-serif;

  color: #333;

  text-transform: uppercase;

}

#comments .author-img {

  float: left;

  margin-right: 25px;

  width: 80px;

}

#comments .author-img img {

  border-radius: 50%;

}

#comments .comment-detail-wrap {

  display: table;

}

#comments .comment-body {

  clear: both;

}

#comments .comment-meta {

  margin-bottom: 10px;

}

#comments .comment-meta time {

  font-size: 12px;

  color: #999;

  margin-top: 11.5px;

  float: left;

}

#comments .comment-reply-link {

  font: 400 12px 'Montserrat', sans-serif;

  padding: 8px 14px;

  margin-top: 15px;

}

#comments .children {

  padding: 0;

  margin: 0 0 0 50px;

}

#comments p {

  font-size: 13px;

  color: #707070;

}

/*Blog Grid Styles*/

.grid-style .blog-post {

  background: #fff;

  padding: 10px;

  margin-bottom: 30px;

}

.grid-style .feature-image {

  width: auto;

  float: none;

  margin-bottom: 20px;

}

.grid-style .entry-title,

.grid-style .contents {

  margin: 0 0 20px 0;

  text-transform: none;

}

.grid-style .post-contents {

  width: auto;

  float: none;

  margin: 10px;

  margin-top: 0;

}

.grid-style .post-meta span,

.grid-style .post-meta > a {

  width: auto;

}

.grid-style .post-meta span {

  margin-right: 10px;

}

#contact-page .entry-title {

  margin-top: 0;

  margin-bottom: 20px;

}

#contact-page .contact-form-wrapper .contents {

  margin-bottom: 45px;

}

#contact-page .contact-form-wrapper .contents p {

  margin-bottom: 10px;

}

.contact-page-var-one {

  padding-bottom: 30px;

  padding-top:30px;

}

.contact-page-var-one #map-canvas {

  height: 350px;

}

.contact-page-var-two #map-canvas {

  height: 500px;

}

.contact-page-contents {

  color: #707070;

}

.contact-page-contents .fa {

  font-size: 20px;

  padding: 15px;

  width: 50px;

  height: 50px;

  text-align: center;

  color: #ea923a;

  border: 2px solid #ea923a;

  margin-right: 20px;

  float: left;

  border-radius: 50%;

}

.contact-page-contents .contents {

  display: table;

  margin-bottom: 38px;

}

.contact-page-contents .contents .title {

  font: 700 14px "Poppins", "sans-serif";

  text-transform: uppercase;

  margin-top: 5px;

  margin-bottom: 10px;

}

.contact-page-contents ul {

  margin: 0;

  padding: 0;

}

.contact-page-contents ul li {

  list-style: none;

  color: inherit;

}

#map-canvas {

  width: 100%;

}

@media (min-width: 1200px) {

  #site-nav {

    margin-right: -30px;

  }

}

@media (min-width: 1200px) and (max-width: 1600px) {

  #property-map-view .list-style .property-contents {

    width: 100%;

    padding: 0 10px;

    margin-right: 0;

  }

  #property-map-view .list-style .feature-image {

    width: 100%;

  }

}

/* Large devices (large desktops, 1200px and down) */

@media (max-width: 1200px) {

  .currency-in-header,

  .language-in-header,

  .header-btn {

    margin-left: 10px;

  }

  #site-nav .nav > li {

    margin-left: 20px;

  }

  .contact-in-header {

    margin-left: 10px;

    padding-left: 20px;

  }

  .contact-in-header strong {

    font-size: 18px;

  }

  .property-map-wrapper {

    margin-bottom: 30px;

  }

  #property-for-rent-slider .fa-angle-right {

    right: 0;

  }

  #property-for-rent-slider .fa-angle-left {

    left: 0;

  }

}

/* Medium devices (desktops, 992px and down) */

@media (max-width: 992px) {

#site-header {

  padding-bottom: 15px;

  background: #FFF;

}

  #site-header-top {

    text-align: center;

    position: relative;

  }

  .currency-in-header {

    margin-left: 0;

  }

  .currency-in-header,

  .language-in-header,

  .header-btn {

    float: none;

    display: inline-block;

  }

  #slider-contents h1 {

    font-size: 40px;

  }

  #slider-contents .contents {

    margin-bottom: 10px;

  }

  .main-page #adv-search-form input,

  .main-page #adv-search-form select {

    width: 32%;

  }

  .main-page #adv-search-form fieldset,

  .main-page #adv-search-form .btn[type="submit"] {

    width: auto;

    float: none;

  }

  .main-page #adv-search-form .btn[type="submit"] {

    width: 100%;

    padding: 15px;

  }

  #site-banner {

    margin-top: 90px;

  }

  #footer .col-sm-6:nth-child(2n+1) {

    clear: left;

  }

  /*

  #scroll-top {

    display: none !important;

  }

  */

  .layout-view {

    display: none;

  }

  .property-sorting {

    margin-top: 7px;

  }

  #property-listing .section-header h2 {

    font-size: 25px;

  }

  .property-agent .address-widget {

    margin-bottom: 20px;

  }

  #site-banner {

    margin-bottom: 0px;

  }

  #property-map {

    height: 500px;

  }

  #blog-listing .section-header .pull-left,

  #blog-listing .section-header .pull-right {

    float: none !important;

  }

  #site-banner {

    padding: 70px 0;

  }

  #site-banner h1 {

    font-size: 30px;

  }

}

@media (min-width: 600px) and (max-width: 992px) {

  .main-page #adv-search-form input:nth-child(3n),

  .main-page #adv-search-form select:nth-child(3n) {

    margin-right: 0;

  }

}

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and down) */

@media (max-width: 768px) {

  #site-header-top + .container > .row {

    position: relative;

  }

  .slicknav_menu {

    display: inline-block;

    float: right;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 999;

  }

  .slicknav_nav {

    background: #333;

    width: 100%;

  }

  #site-nav {

    display: none;

  }

  #site-header .col-md-3 {

	/*

	float: left;

	*/

  }

  .contact-in-header span {

    float: left;



  }

  #slider-contents h1 {

    font-size: 20px;

  }

  #slider-contents .contents {

    margin-bottom: 0;

  }

  #slider-contents p {

    font-size: 14px;

  }

  #slider-contents .btn-lg {

    padding: 10px;

  }

  #slider-contents .btn-border {

    padding: 8px;

  }

  #adv-search-form {

    margin-top: 0px;

  }

  #advance-search.main-page .top-btn {

    padding: 10px 15px;

    margin-top: -72px;

  }

  #home-property-listing,

  #home-property-for-rent-listing,

  #home-features-section,

  #property-listing {

    padding: 0px 0;

  }

  #home-property-listing {

	  margin-top:10px;

  }

  #home-property-for-rent-listing {

	  margin-top:20px;

  }



.col-lg-3 {

  padding:0px;

}

	/*每個盤相隔*/

.property {

  background: #427ad8;

  margin-bottom: 8px;

}

.property .feature-image {

  background: #427ad8;

  padding:0px;

  position: relative;

  margin-bottom: 0px;

}

	
.property .feature-image img{

  max-height:none;

}
		
.property .RBrief {
	min-height: inherit;
}

.property .property-contents {

  position:absolute;

  bottom:0px;

  z-index:2; 

  margin:0px;

  padding:10px;

  /*

  background-color:#000000;

  background-color: rgba(0,0,0,0.4);

  */

}

.property .property-contents2 {

  margin: 0 10px;

  padding: 20px 0px;

}

.property .property-header {

  border-bottom: 0px dashed #999;

  margin-bottom: 0px;

}

.property .property-header p {

  color:#FFFFFF;

  line-height:12px;

  font-size:12px;

}

#message-form input {

  width: 100%;

}

  .section-header {

    margin-bottom: 20px;

  }

  .section-header h2 {

    font-size: 25px;

  }

  #announcement-section {

    padding: 30px 0;

  }

  #announcement-section h2.title {

    font-size: 25px;

  }

  #announcement-section p {

    margin-bottom: 20px;

  }

  .site-footer {

    padding-top: 30px;

  }

  .site-footer .about-widget .footer-logo {

    margin-top: 0;

  }

  .site-footer .widget {

    margin-bottom: 30px;

  }

  .site-footer-bottom {

    text-align: center;

  }

  .site-footer-bottom p {

    margin-bottom: 10px;

    float: none !important;

    display: block;

  }

  .site-footer-bottom .footer-nav {

    float: none !important;

    display: block;

  }

  .site-footer-bottom .footer-nav li {

    float: none;

    display: inline-block;

  }

  #property-listing .section-header {

    margin-bottom: 30px;

  }

  #pagination {

    margin-top: 10px;

  }

  #property-single #main-slider {

    margin-bottom: 30px;

  }

  #property-single .common {

    padding: 20px;

    margin-bottom: 30px;

  }

  #property-single .common .entry-title {

    margin-top: 0;

    margin-bottom: 20px;

    padding-bottom: 20px;

    font-size: 20px;

  }

  .property-video iframe {

    height: 250px;

  }

  #property-single .agent-box p {

    margin: 10px 0;

  }

  .list-style .property-contents {

    width: 100%;

    padding: 0 10px;

    margin-right: 0;

  }

  .list-style .feature-image {

    width: 100%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .timing-in-header {

    float: left;

  }

  .blog-post {

    margin-bottom: 20px;

  }

  .blog-post .feature-image,

  .blog-post .post-contents {

    width: 100%;

    margin-right: 0;

    margin-left: 0;

    float: none;

  }

  .blog-post .entry-title {

    margin: 10px 0;

  }

  .blog-post .contents {

    margin-bottom: 15px;

  }

}

@media (max-width: 600px) {

  #site-logo {

    text-align:center;

  }

  #site-logo img {

    width:60px;

	height:auto;

  }

  

  .header-btn.visible-sm {

    margin-left: 0;

    margin-bottom: 10px;

    width: 100%;

    display: block !important;

  }

  .header-btn.hidden-sm {

    display: none;

  }

  #site-header-top p {

    margin-bottom: 0;

  }

  .currency-in-header,

  .language-in-header {

    margin-top: 8px;

  }

  /* �ˆ� ��*/

  .slicknav_menu {

    width: 100%;

    float: none;

    position: relative;

    z-index: 999;

    background: #0240aa;

    margin-top: -31px;

    margin-bottom: 5px;

  }

  .slicknav_menu > a {

    margin-right: 0;

    width: 100%;

    background: none;

  }

  .slicknav_menu .slicknav_icon {

    float: right;

  }

  .slicknav_nav {

    background: none;

  }

	/**

  #slider-contents {

    display: none;

  }

	**/

  .main-page #adv-search-form input,

  .main-page #adv-search-form select {

    width: 49%;

  }

  .main-page #adv-search-form input:nth-child(even),

  .main-page #adv-search-form select:nth-child(even) {

    margin-right: 0;

  }

  #property-listing .section-header {

    text-align: center;

  }

  #property-listing .section-header .pull-left,

  #property-listing .section-header .pull-right {

    float: none !important;

  }

  .agent-box .col-xs-5,

  .agent-box .col-xs-7 {

    width: 100%;

  }

  .property-single-features-list li {

    width: 46.667%;

  }

  .recent-properties .feature-image {

    width: 100%;

    margin-right: 0;

    margin-bottom: 20px;

  }

  .recent-properties .property-contents {

    width: 100%;

    margin: 0;

  }

  .blog-post {

    margin-bottom: 20px;

  }

  .blog-post .feature-image,

  .blog-post .post-contents {

    width: 100%;

    margin-right: 0;

    margin-left: 0;

    float: none;

  }

  .blog-post .entry-title {

    margin: 10px 0;

  }

  .blog-post .contents {

    margin-bottom: 15px;

  }

  #comments .children {

    margin-left: 0;

  }

  .contact-form .common {

    float: none;

    width: 100%;

    margin-right: 0;

  }

}

@media print {

  .container {

    width: auto;

  }

}

.realestate-e-pic ul {
	padding-left: 0px;
}

.realestate-e-pic ul li {
	list-sytle:none;
	list-style-type:none;
	border-bottom: 1px solid #427ad8;
	padding: 5px 0px;
	clear: both;
}

.realestate-e-pic ul li span {
	float: left;
	width: 30%;
}

.contenttitle {
	background-color: #005efe;
	padding: 1px 8px;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 50%;
}


.forminput{
	background-color:#427ad8;
	border:1px solid #e5e5e5;
	padding:7px 0px 7px 7px;
	width:100%;"
}
