/*
Theme Name: MyHome
Theme URI: http://cyberchimps.com/store/myhome/
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description:  Real Estate Theme
Version: 1.2
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post
Text Domain: myhome
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/
/* rotate */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
.rotateIn {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
     transform-origin: center center;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

.rotateOut {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
     transform-origin: center center;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

/*  == tab heading */
.tabs {
  border: 1px solid #ccc;
  overflow: hidden; }

.tabs li {
  float: left; }

.tabs li a {
  border-left: 1px solid #ccc;
  color: #21759B;
  display: block;
  font-weight: bold;
  padding: 15px 20px; }

.tabs li:first-child a {
  border-left: none; }

.tabs li a:hover, .tabs li a:focus {
  color: #D54E21; }

.tabs .active a {
  color: #000; }

/* == accordion */
.accordion_tabs {
  display: none;
  border-top: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
  background: #eee; }

.tab_content_wrapper > .accordion_tabs:first-child {
  border-top: none; }

a.accordion_tabs:link, a.accordion_tabs:visited {
  color: #21759B; }

a.accordion_tabs:hover, a.accordion_tabs:focus {
  color: #D54E21; }

a.accordion_tabs.active {
  color: #000;
  border-bottom: 1px solid #ccc; }

/*  == tab content  */
.tab_content_wrapper {
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  -o-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s; }

.tab_content {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  padding: 15px;
  background: #f6f6f6; }

.toggle_display {
  display: block; }

.toggle_position {
  position: absolute; }

.toggle_border {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px; }

.invert_border {
  border-width: 1px 1px 0 1px; }

/* Media Queries
***********************/
@media screen and (max-width: 600px) {
  #container {
    width: 90%;
    padding: 40px 20px; }
  .accordion_tabs {
    display: block; }
  .tab_content_wrapper {
    height: auto !important; }
  .tab_content {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px; }
  .toggle_display {
    display: none; }
  .toggle_position {
    position: relative; }
  .toggle_border {
    border-width: 1px; } }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* MY properties */
/* MY properties */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.section_head {
  color: #333333;
  margin: 40px 0;
  text-align: center;
  width: 100%;
  font-size: 45px;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 auto;
  font-size: 16px;
  color: #989898;
  padding: 0 auto; }

blockquote, q {
  quotes: "" ""; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none; }

img {
  vertical-align: middle;
  border: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

.navbar-brand {
  padding-top: 8px; }

.active_link {
  background-color: #252525;
  color: #ff7f2a !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.banner {
  width: 100%;
  position: relative;
  z-index: -1; }

.banner img {
  width: 100%; }

/* jQueary Tabbed pannel css */
.search_tabs {
  bottom: -18%;
  -webkit-box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
     -moz-box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
          box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
  margin: -132px auto 0;
  overflow: hidden;
  position: relative;
  width: 760px;
  z-index: 100; }

.tabs {
  border: 0;
  margin-bottom: 0;
  margin-left: 0; }

.tabs li {
  background-color: #000;
  float: left;
  margin-right: 3px; }

.tabs .active {
  background-color: #ff7f2a; }

.tabs .active a {
  color: #fff; }

.tabs .active a:visited {
  color: #fff !important;
  text-decoration: none; }

.tabs li a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff; }

.tabs li a:hover {
  text-decoration: none;
  color: #fff; }

.tab_content_wrapper {
  background-color: #ff7f2a;
  height: 110px !important;
  padding: 35px;
  position: relative;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s; }

.tab_content {
  padding: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 693px;
  background: #ff7f2a none repeat scroll 0 0; }

.search_buy {
  width: 100%; }

.search_buy input {
  margin-top: 0;
  -webkit-box-shadow: 3px 2px 3px #808080;
     -moz-box-shadow: 3px 2px 3px #808080;
          box-shadow: 3px 2px 3px #808080;
  border: 0 none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  float: left;
  margin-right: 10px;
  outline: 0 none !important;
  padding: 1px 8px !important;
  width: 30.5%;
  font-size: 13px !important; }

.search_buy select {
  border: 0 none;
  float: left;
  font-size: 13px;
  margin-right: 10px;
  outline: 0 none;
  padding: 8px 2px;
  width: 16.5%; }

.search_buy button {
  background-color: #0072bc;
  border: 0 none;
  color: #fff;
  float: left;
  font-size: 15px;
  outline: 0 none;
  padding: 10px 0;
  text-align: center;
  width: 12%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.search_buy button:hover {
  background-color: #085486; }

.latest_projets_bg {
  overflow: hidden;
  padding: 20px 0; }
  .latest_projets_bg .short_info {
    border: medium none; }

.latest_project_main {
  width: 100%; }

.latest_project_1 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
          box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
  float: left;
  margin-right: 2.5%;
  margin-left: 2.5%;
  width: 28%;
  padding: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  margin-top: 1%; }

.latest_project_1 .proPic {
  width: 100%;
  position: relative; }

.latest_project_1 .proPic img {
  width: 100%;
  margin-bottom: 15px; }

.latest_project_1 .proPic span {
  position: absolute;
  display: inline-block;
  padding: 12px 10px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #ff7f2a;
  text-transform: uppercase; }

.latest_project_1 h2 {
  font-size: 18px;
  text-transform: capitalize;
  color: #525252;
  margin: 5px 0 10px;
  padding: 0;
  font-weight: 100;
  text-align: center; }

.latest_project_1 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ff7f2a;
  margin: 5px 0 13px;
  padding: 0;
  font-weight: bold;
  text-align: center; }

.latest_project_1 .price {
  font-size: 16px;
  float: left; }

.latest_project_1 .orange_btn {
  background-color: #ff7f2a;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.latest_project_1 .orange_btn:hover {
  text-decoration: none;
  background-color: #ec670f;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.short_info {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 7px 0;
  color: #787878;
  overflow: hidden;
  margin-bottom: 5px; }

.short_info .left img {
  margin-right: 4px;
  margin-top: -5px; }

.short_info .right {
  float: right; }

.short_info .right .bedrooms > img, .short_info .right .showers > img, .short_info .right .parking > img {
  margin-right: 4px;
  margin-top: -5px; }

.short_info .right span {
  display: inline-block;
  margin-right: 4px; }

.latest_project_1.con_project_set {
  margin-right: 0; }

.mob_show {
  display: none; }

.mob_hide {
  display: inline-block; }

.property_model_pic {
  width: 45%;
  float: left; }

.property_model_pic figure img {
  width: 100%; }

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  font-size: 160%;
  text-transform: uppercase;
  margin-top: 8%; }

/* Individual effects */
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  width: 100%; }

figure.effect-oscar img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: transparent;
  -webkit-transition: background-color 0.35s;
  -moz-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 65px;
  right: 65px;
  bottom: 65px;
  left: 65px;
  border: 4px solid #fff;
  content: ''; }

figure.effect-oscar h2 {
  font-size: 36px;
  margin: 26% 0 10px;
  opacity: 0;
  -webkit-transform: translate3d(0px, 100%, 0px);
     -moz-transform: translate3d(0px, 100%, 0px);
          transform: translate3d(0px, 100%, 0px);
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  transition: -webkit-transform 0.35s ease 0s;
  -moz-transition: transform 0.35s ease 0s, -moz-transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s, -o-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s, -moz-transform 0.35s ease 0s, -o-transform 0.35s ease 0s; }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  font-weight: 100;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0); }

figure.effect-oscar:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(0, 0, 0, 0.7); }

figure.effect-oscar:hover img {
  opacity: 1; }

/*---------------*/
/***** Oscar ends *****/
/*---------------*/
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center; }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

.property_model_dis {
  float: left;
  padding: 4% 9% 5% 5%;
  width: 55%;
  word-break: break-all; }

.property_model_dis h3 {
  color: #ff7f2a;
  font-size: 30px;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase; }

.property_model_dis h4 {
  color: #6d6868;
  font-size: 18px;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase; }

.property_model_dis p {
  width: 100%;
  line-height: 24px;
  color: #989898; }

.orange_btn {
  background-color: #ff7f2a;
  color: #fff !important;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.orange_btn:hover {
  text-decoration: none;
  background-color: #ec670f;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.grey_btn {
  background-color: #636363;
  color: #fff !important;
  padding: 8px 20px;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.grey_btn:hover {
  text-decoration: none;
  background-color: #4c4c4c;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.partners_bg {
  background-color: #ff7f2a;
  text-align: -moz-center;
  text-align: -webkit-center; }

.partners_bg .partner_logo {
  margin: 3.5% 2% 2.5%;
  display: inline-block; }

.container-fluid {
  padding: 5% 0 3%;
  font-weight: 100; }

.container-fluid .hometown {
  width: 29%;
  float: left; }

.container-fluid .hometown p {
  color: #fff;
  margin: 2px 0; }

.container-fluid .hometown p:hover {
  color: #ff7f2a; }

.container-fluid .hometown p i {
  width: 24px;
  color: #fff; }

.container-fluid .hometown p i:hover {
  color: #fff; }

.container-fluid .quick_link {
  width: 18%;
  float: left; }

.container-fluid .quick_link a {
  color: #fff;
  display: block;
  margin: 3px 0; }

.container-fluid .quick_link a:hover {
  color: #ff7f2a;
  text-decoration: none; }

.container-fluid .newsletter {
  width: 28.5%;
  float: left; }

.container-fluid .newsletter form {
  margin: 20px 0;
  width: 225px; }

.container-fluid .newsletter form input {
  background-color: #363636;
  border: 0 none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  float: left;
  padding: 7px 6px;
  width: 150px;
  color: #fff;
  font-size: 13px; }

.container-fluid .newsletter form input:focus {
  -webkit-box-shadow: 0 0 4px 1px #ff7f2a;
     -moz-box-shadow: 0 0 4px 1px #ff7f2a;
          box-shadow: 0 0 4px 1px #ff7f2a; }

.container-fluid .newsletter form button {
  background-color: #ff7f2a;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  padding: 6.3px 0;
  text-align: center;
  width: 70px;
  float: right; }

.container-fluid .newsletter form button:hover {
  background-color: #ec670f; }

.container-fluid .follow_us {
  width: 24%;
  float: left; }

.font_set {
  font-size: 22px; }

.hometown h5, .quick_link h5, .newsletter h5, .follow_us h5 {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px; }

.footer_info {
  color: #fff;
  line-height: 22px;
  margin: 2px 0; }

.footer_socials {
  width: 191px;
  margin-top: 20px; }

.footer_socials a {
  border: 1px solid #ff7f2a;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  color: #ff7f2a !important;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  margin-right: 2px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.footer_socials a:hover {
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #fff; }

.footer_socials .fa-facebook:hover {
  background-color: #3B5997;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.footer_socials .fa-google-plus:hover {
  background-color: #D24334;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.footer_socials .fa-twitter:hover {
  background-color: #53A6EA;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.footer_socials .fa-pinterest:hover {
  background-color: #CB2027;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.row.copyright_bg {
  background-color: #252525; }

.row.copyright_bg span {
  color: #6b6b6b;
  display: block;
  font-size: 12px;
  padding: 8px 0; }

/* Gallery Page classes starts */
#lbImage > div {
  max-width: 100%; }

.col-md-4 .gallery_item .gallery_hover h3 {
  padding-top: 0; }

.col-md-3 .gallery_item .gallery_hover span {
  width: 30px;
  height: 30px;
  padding: 5px 0; }

.col-md-3 .gallery_item .gallery_hover h3 {
  padding-top: 0; }

.gallery_dis {
  width: 100%;
  margin: -15px auto 20px;
  line-height: 22px;
  color: #959595;
  text-align: center;
  text-transform: uppercase; }

.gallery_pics {
  text-align: center; }

.gallery_item {
  background-color: #000;
  display: inline-block;
  margin: 0.8% 1%;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  cursor: pointer; }

.gallery_item img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.gallery_item .gallery_hover {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: rgba(255, 127, 42, 0.7);
  opacity: 0;
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center; }

.gallery_item .gallery_hover h3 {
  font-size: 22px;
  color: #fff;
  padding-top: 10%;
  text-transform: uppercase; }

.gallery_item .gallery_hover span {
  display: inline-block;
  margin-top: 2%;
  margin-bottom: 15%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.gallery_item:hover > img {
  opacity: 0.4;
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.gallery_item:hover > .gallery_hover {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.load_more_btn {
  color: #636363;
  border: 2px solid #636363;
  padding: 15px 0;
  width: 60%;
  clear: both;
  margin: 25px auto;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.load_more_btn:hover {
  background-color: #636363;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.gallery_banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 5.2% 0; }

.gallery_banner_text {
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 0;
  padding: 10px 15%;
  text-align: center;
  width: 100%; }

.gallery_banner_text span {
  font-size: 30px;
  font-weight: normal; }

/* listing-3 page classes starts */
.listing_set {
  margin: 6% 0;
  overflow: hidden; }

/* listing-4 page classes starts */
.grid_4_set .latest_project_1 {
  -webkit-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
          box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
  cursor: pointer;
  float: left;
  margin-bottom: 5px;
  margin-right: 1.2%;
  width: 22.5%;
  margin-left: 1.2%; }

.grid_4_last_div_set {
  margin-right: 0 !important; }

.grid_4_btn_set {
  margin: 6% auto 2%; }

/* blog page classes starts */
.blog_1 {
  width: 100%;
  padding: 0 15px 25px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px; }

.blog_1 h1 {
  text-align: center;
  display: block;
  font-size: 44px;
  color: #333;
  text-transform: uppercase;
  margin: 5% 0 2%;
  padding: 0;
  font-weight: 100; }

.blog_1 .blog_main_img {
  width: 100%;
  margin: 15px 0; }

.blog_1 .blog_main_img img {
  width: 100%; }

.blog_post_date {
  font-style: italic;
  margin-bottom: 12px; }

.blog_post_date .author {
  font-size: 18px;
  font-weight: bold;
  color: #ff7f2a;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px; }

.blog_post_date .post_date {
  font-size: 16px;
  font-weight: 100;
  margin-right: 10px;
  color: #333;
  display: inline-block; }

.blog_post_date .comment_count {
  color: #333;
  display: inline-block; }

.blog_post_date .comment_count i {
  color: #ff7f2a;
  font-size: 18px;
  margin-right: 3px; }

.post_dis {
  width: 100%; }

.post_dis p {
  line-height: 26px;
  color: #989898;
  margin: 5px 0; }

.post_dis p img {
  margin: 5px 10px 5px 0; }

.post_dis h5 {
  font-size: 28px;
  font-weight: bold;
  color: #6f6b6b;
  margin: 15 0 30px; }

.comments_section {
  width: 100%; }

.comments_section .comment_sec_head {
  font-size: 30px;
  color: #333333;
  padding: 3px 15px;
  display: block;
  background-color: #ebebeb; }

.comments_section .comment_1 {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding: 3% 0;
  width: 100%; }

.comments_section .comment_1 .commentor {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 3%; }

.comments_section .comment_1 .commentor img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2); }

.comments_section .comment_1 .comment_date {
  font-size: 14px;
  color: #333;
  font-style: italic;
  margin-bottom: 0.8%; }

.comments_section .comment_1 .comment_date .commentor_name {
  font-weight: bold;
  font-style: normal;
  margin-right: 15px;
  text-transform: uppercase; }

.comments_section .comment_1 p {
  color: #9f9f9f;
  margin-bottom: 2px; }

.com_reply_form {
  border: 1px solid #ebebeb;
  margin: 4% auto;
  padding: 1% 1% 0.4%;
  width: 75%; }

.com_reply_form h6 {
  font-size: 17px;
  font-weight: bold;
  color: #ff7f2a;
  margin: 10px 0;
  padding: 0; }

.com_reply_form .form_row {
  width: 85%;
  margin: 5px 2%;
  overflow: hidden;
  font-weight: normal; }

.com_reply_form .form_row label {
  width: 21%;
  font-size: 17px;
  font-weight: normal;
  margin: 1% 2% 1% 0;
  display: block;
  float: left; }

.com_reply_form .form_row input {
  width: 67%;
  margin: 1% 0;
  padding: 8px 6px;
  display: block;
  float: left;
  background-color: #ebebeb;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: 0; }

.com_reply_form .form_row textarea {
  width: 67%;
  background-color: #ebebeb;
  border: 0;
  padding: 8px 6px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: 0; }

.com_reply_form .form_row button {
  background-color: #ff7f2a;
  border: 0 none;
  color: #fff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin: 2% 10% 2% 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 90px; }

.com_reply_form .form_row button:hover {
  background-color: #ec670f;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

/* Listing with sidebar page starts */
.listings_right {
  float: right;
  width: 70%; }

.listing_sidebar {
  width: 25%;
  float: left;
  margin-top: 5%; }

.listing_sidebar .sidebar_head {
  font-size: 18px;
  color: #333;
  margin: 1% 0;
  text-transform: uppercase; }

.listing_sidebar .categories a {
  background-color: #dad9d9;
  color: #000;
  display: block;
  margin: 5px 0;
  padding: 8px 0 8px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.listing_sidebar .categories a:hover {
  background-color: #ff7f2a;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.listing_sidebar .categories .cat_link_active {
  background-color: #ff7f2a;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.left_sidebar_divider {
  background-color: #cfcfcf;
  margin: 12% 0;
  width: 100%;
  height: 1px;
  display: block; }

.partners {
  background-color: #ebebeb;
  width: 100%;
  padding: 13px 0; }

.partners .part_logo {
  text-align: center;
  border: 1px solid #989898;
  padding: 24px 0;
  width: 85%;
  margin: 0 auto;
  background-color: #fff; }

.recent_property {
  width: 100%; }

.recent_property .rec_pro_1_bg {
  background-color: #ebebeb;
  padding: 10px;
  margin: 12px 0; }

.recent_property .rec_pro_1_bg .rec_pro_1 {
  border: 1px solid #cbcbcb;
  background-color: #fff;
  overflow: hidden; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_pic {
  width: 37%;
  float: left; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_pic img {
  width: 100%; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis {
  float: right;
  width: 59%; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis h6 {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  margin: 6px 0; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis p {
  font-size: 12px;
  color: #818181;
  text-transform: uppercase; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis a {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 22px;
  margin-top: -5px;
  padding: 3px 8px; }

.recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis span {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-top: 5px; }

.tags_contents {
  width: 100%;
  overflow: hidden; }

.tags_contents a {
  display: block;
  border: 1px solid #838383;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 12px 18px;
  margin: 5px;
  color: #333 !important;
  text-decoration: none;
  float: left;
  text-transform: uppercase; }

.tags_contents a:hover {
  background-color: #ebebeb;
  border: 1px solid #ff7f2a; }

.recent_post {
  width: 100%; }

.recent_post .recent_post_1 img {
  width: 100%;
  margin-top: 10px; }

.recent_post .recent_post_1 h2 {
  margin: 8px 0;
  font-size: 14px;
  font-weight: bold;
  color: #ff7f2a;
  text-transform: uppercase; }

.recent_post .recent_post_1 span {
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  color: #3d3d3d;
  margin: 5px 0; }

/* Properyt listing page classes starts */
.property_list_banner {
  background-image: url("../images/property-listing_banner.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 5.2% 0; }

.property_list_pro_1 {
  margin-bottom: 1em;
  background-color: #f9f9f9;
  padding: 1% 4%;
  width: 100%;
  overflow: hidden; }

.property_list_pro_1 .property_list_pic {
  width: 30%;
  float: left;
  margin-right: 7%;
  padding: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.property_list_pro_1 .property_list_pic img {
  width: 100%; }

.property_list_pro_1 .property_list_pro_1_info {
  width: 30%;
  float: left; }

.property_list_pro_1 .property_list_pro_1_info .short_info {
  width: 100%;
  padding: 7px 0;
  color: #787878;
  overflow: hidden;
  margin-bottom: 5px; }

.property_list_pro_1 .property_list_pro_1_info .short_info h4 {
  font-size: 30px;
  font-weight: normal;
  color: #ff7f2a;
  text-transform: uppercase;
  margin: 25px 0 15px; }

.property_list_pro_1 .property_list_pro_1_info .short_info .left {
  float: left; }

.property_list_pro_1 .property_list_pro_1_info .short_info .left img {
  margin-right: 4px;
  margin-top: -5px; }

.property_list_pro_1 .property_list_pro_1_info .short_info .right {
  float: right;
  margin-right: 10px; }

.property_list_pro_1 .property_list_pro_1_info .short_info .right .bedrooms > img, .property_list_pro_1 .property_list_pro_1_info .short_info .right .showers > img, .property_list_pro_1 .property_list_pro_1_info .short_info .right .parking > img {
  margin-right: 4px;
  margin-top: -5px; }

.property_list_pro_1 .property_list_pro_1_info .short_info .right span {
  display: inline-block;
  margin-right: 4px; }

.property_list_pro_1 .property_list_pro_1_btn {
  float: right;
  margin-right: 6%;
  margin-top: 4%;
  width: 25%; }

.property_list_pro_1 .property_list_pro_1_btn .price {
  background-color: #ff7f2a;
  padding: 2px 10px;
  margin: 0 5px;
  color: #fff;
  font-size: 24px;
  display: inline-block; }

.property_list_pro_1 .property_list_pro_1_btn a {
  background-color: #000;
  padding: 2px 10px;
  margin: 0 5px;
  color: #fff !important;
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.property_list_pro_1 .property_list_pro_1_btn a:hover {
  text-decoration: none;
  background-color: #303030;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.property_list_pro_1 .property_list_pro_1_btn button {
  background-color: #000;
  padding: 2px 10px;
  margin: 0 5px;
  color: #fff !important;
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.realestate_grid {
  background-color: transparent; }

#realestate_section {
  width: 100%;
  max-width: 100%; }
  #realestate_section .container {
    max-width: 100%; }

/* contact page classes starts */
.contact_map_wrap {
  width: 85%;
  margin: 15px auto 25px;
  overflow: hidden; }

.con_map {
  height: 410px;
  width: 100%; }

.contact_map_adj {
  height: 410px !important; }

.contact_form_bg {
  width: 100%;
  background-color: #f4f4f3;
  overflow: hidden;
  padding: 2% 3% 3%;
  text-align: left; }

.contact_form_bg .con_form_wrap {
  width: 850px;
  margin: 20px auto; }

.contact_form_bg .con_form_wrap h5 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase; }

.contact_form_bg .con_form_wrap .con_form_row {
  width: 100%;
  margin: 12px 0;
  overflow: hidden; }

.contact_form_bg .con_form_wrap form label {
  width: 25%;
  float: left;
  display: block;
  font-weight: normal;
  text-transform: uppercase; }

.contact_form_bg .con_form_wrap form button {
  background-color: transparent;
  border: 2px solid #ff7f2a;
  color: #ff7f2a;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 15px;
  outline: 0 none;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.contact_form_bg .con_form_wrap form button:hover {
  background-color: #ff7f2a;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.contact_form_bg .con_form_wrap .contact_info {
  background-color: #fff;
  border: 1px solid #868686;
  float: right;
  margin-top: 20px;
  padding: 10px 15px; }

.contact_form_bg .con_form_wrap .contact_info h6 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #868686;
  text-transform: uppercase; }

.contact_form_bg .con_form_wrap .contact_info h6 span {
  color: #ff7f2a;
  font-size: 18px; }

.contact_form_bg .con_form_wrap .contact_info h5 {
  color: #4e4e4e;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 15px; }

.contact_form_bg .con_form_wrap .contact_info .contact_number {
  font-size: 18px; }

.contact_form_bg .con_form_wrap .contact_info p {
  color: #4e4e4e;
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.contact_form_bg .con_form_wrap .contact_info .contact_email {
  color: #ff7f2a;
  font-size: 17px;
  margin-top: 30px;
  font-weight: normal; }

.property_dis_info {
  width: 100%; }

/* .property_dis_info img {
    float: left;
    margin: 0 20px 20px 0;
    width: 47.3%; } */
.property_dis_info h2 {
  font-size: 28px;
  color: #171616;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 20px; }

.property_dis_info p {
  color: #989898;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 22px;
  margin: 10px 0;
  font-weight: 100; }

/* Testimonials page classes start */
.testi_banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 5.2% 0; }

.testimonials {
  width: 100%;
  text-align: center; }

.testi_dis {
  clear: both;
  display: block;
  margin: 10px 0 65px;
  text-align: center;
  text-transform: uppercase; }

.testi_1 {
  width: 47%;
  margin: 10px 1.2% 70px;
  padding: 7% 1.5% 1%;
  position: relative;
  display: inline-block;
  background-color: #f9f9f9;
  text-transform: uppercase; }

.testi_1 .testi_pic {
  width: 110px;
  height: 110px;
  border: 8px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 40%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: #fff; }

.testi_1 .testi_pic img {
  width: 100%;
  height: 100%; }

.testi_1 h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  width: 100%;
  padding: 0 0 4px;
  margin: 0;
  text-align: center; }

.testi_1 h3 span {
  width: 40px;
  display: block;
  height: 2px;
  background-color: #ff7f2a;
  margin: 5px auto; }

.testi_1 p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 23px;
  text-align: center;
  width: 100%;
  margin-bottom: 0; }

/* error page classes starts */
.error_dis {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  text-transform: uppercase; }

.error_info {
  width: 100%;
  text-align: center; }

.error_info h1 {
  font-size: 50px;
  color: #ff7f2a;
  margin: 60px auto 25px; }

.error_info p {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 10px auto; }

.error_info form {
  width: 60%;
  margin: 0 auto 40px; }

.error_info form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ff7f2a;
  background-color: #fff;
  outline: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* customize css for Bootstrap classes */
.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 10px 0;
  text-transform: uppercase; }

.send_btn_2 {
  display: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.send_btn_1 {
  border: 1px solid;
  border-color: #989898;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #989898;
  background: transparent;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
  font-size: 16px;
  padding: 16px 0;
  text-shadow: 0;
  width: 135px;
  display: block;
  /* border: 1px solid;
      border-color: $color__border-button;
      border-radius: 3px;
      background: $color__background-button;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, .8);
      @include font-size(0.75);
      line-height: 1;
      padding: .6em 1em .4em;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */ }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.send_btn_1:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  /* border-color: $color__border-button-hover;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */ }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.send_btn_1:active,
.send_btn_1:focus {
  /* border-color: $color__border-button-focus; */
  -webkit-box-shadow: 0 0 4px #fff;
     -moz-box-shadow: 0 0 4px #fff;
          box-shadow: 0 0 4px #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.google-maps-iframe * {
  width: 100%; }

.latest_project_main .short_info .left {
  float: left; }

.realestate_single_default .latest_project_1 {
  width: 100%;
  margin-right: 5%; }

.rs_search .short_info .left {
  float: left; }

.search-again {
  text-align: center; }
  .search-again input {
    display: inline;
    padding: 3px; }

.advanced_search_error {
  text-align: center; }

/* CSS Document */
@media only screen and (max-width: 1200px) {
  /* index page classe starts */
  .property_model_dis {
    float: left;
    padding: 2% 2% 0 3%;
    width: 55%;
    word-break: break-all; }
  .property_model_dis h3 {
    color: #ff7f2a;
    font-size: 23px;
    margin: -5px 0;
    padding: 0;
    text-transform: uppercase; }
  .property_model_dis h4 {
    color: #6d6868;
    font-size: 17px;
    margin: 8px 0 10px;
    padding: 0;
    text-transform: uppercase; }
  .property_model_dis p {
    color: #989898;
    font-weight: 100;
    line-height: 18px;
    width: 100%;
    margin-bottom: 10px; }
  .orange_btn, .grey_btn {
    padding: 6px 16px; }
  .model_set {
    margin-bottom: 35px; }
  /* testimonials page classes start */
  .testi_1 .testi_pic {
    left: 37%;
    top: -60px;
    width: 110px;
    height: 110px; } }

/* new media queary starts */
@media only screen and (max-width: 1100px) {
  .partner_logo > img {
    margin: 0 -40px;
    width: 100%; }
  /* gallery page classes queary starts */
  .gallery_banner_text {
    font-size: 20px;
    padding: 7px 10%; } }

@media only screen and (min-width: 767px) and (max-width: 992px) {
  /* Listing 4 page classes queary starts */
  .short_info {
    text-align: center; }
  .left, .right {
    display: inline-block;
    float: none !important;
    margin: 4px auto; }
  .latest_project_main .latest_project_1 .price {
    display: block;
    font-size: 24px;
    text-align: center; }
  .latest_project_main .latest_project_1 .orange_btn {
    display: block;
    float: none;
    margin: 0 auto !important;
    width: 90px; }
  /* Listing 3 wipage classes queary starts */
  .recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_pic {
    float: none;
    margin: 0 auto;
    width: 120px; }
  .recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis {
    float: none;
    margin: 0 auto;
    width: 120px; }
  .recent_property .rec_pro_1_bg .rec_pro_1 .rec_pro_1_dis a {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 18px;
    margin-top: -5px;
    padding: 3px 8px; }
  /* property listing page classes queary starts */
  .property_list_pro_1 {
    margin: 35px 0; }
  .property_list_pro_1 .property_list_pro_1_btn {
    float: right;
    margin-right: 6%;
    margin-top: 1%;
    width: 120px; }
  .property_list_pro_1 .property_list_pro_1_info .short_info h4 {
    font-size: 20px;
    margin: 25px 0 15px; }
  .property_list_pro_1 .property_list_pro_1_btn .price {
    display: block;
    font-size: 22px;
    margin: 10px auto;
    padding: 2px 10px;
    width: 90px; }
  .property_list_pro_1 .property_list_pro_1_btn a {
    display: block;
    font-size: 22px;
    margin: 10px auto;
    padding: 2px 10px;
    width: 100px; }
  /* contact us page classes starts */
  .contact_map_adj {
    height: 320px !important; }
  .contact_form_bg .con_form_wrap {
    width: 100%; }
  .contact_form_bg .con_form_wrap form {
    width: 65%; }
  .contact_form_bg .con_form_wrap .contact_info {
    width: 30%; }
  /* testimonials page classes starts */
  .testi_1 .testi_pic {
    height: 90px;
    left: 35%;
    top: -50px;
    width: 90px; } }

/* new media queary starts */
@media only screen and (max-width: 900px) {
  .footer_bg {
    background-color: #000;
    font-weight: 100;
    padding: 0; }
  .footer_bg .hometown, .footer_bg .newsletter, .footer_bg .follow_us, .footer_bg .quick_link {
    margin: 20px 0 40px;
    float: none; }
  /* gallery page classes queary starts */
  .gallery_banner_text {
    font-size: 18px;
    padding: 7px 10%; } }

/* new media queary starts */
/* new media queary starts */
@media only screen and (max-width: 767px) {
  /* index page classe starts */
  .navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    width: 156px; }
  .navbar-right {
    float: none;
    margin-right: 0;
    padding-top: 0;
    width: 100%; }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%; }
  .search_tabs {
    -webkit-box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
       -moz-box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
            box-shadow: 1px 6px 5px -2px rgba(0, 0, 0, 0.45);
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100; }
  .tab_content_wrapper {
    background-color: #ff7f2a;
    border: 0 none;
    height: 245px !important;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s; }
  .tab_content {
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 96.7%;
    background: #ff7f2a none repeat scroll 0 0; }
  .toggle_display {
    display: block; }
  .search_buy input {
    border: 0 none !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    float: left;
    font-size: 13px !important;
    margin: 5px auto;
    outline: 0 none !important;
    padding: 9px 8px !important;
    width: 100%; }
  .search_buy select {
    border: 0 none;
    float: left;
    font-size: 13px;
    margin: 5px auto;
    outline: 0 none;
    padding: 8px 2px;
    width: 100%; }
  .search_buy button {
    width: 100px; }
  .section_head {
    color: #333333;
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .latest_project_main .latest_project_1 {
    -webkit-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
       -moz-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
            box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
    float: none;
    margin-right: 0;
    padding: 8px;
    width: 60%;
    margin: 25px auto; }
  .mob_show {
    display: inline-block; }
  .mob_hide {
    display: none; }
  .property_model_pic, .property_model_dis {
    float: none;
    width: 100%; }
  .partner_logo > img {
    width: 50%;
    margin: 0 -10px; }
  .partners_bg .partner_logo {
    display: inline-block;
    margin: 25px -35px; }
  .footer_bg .hometown, .footer_bg .quick_link, .footer_bg .newsletter, .footer_bg .follow_us {
    width: 100%; }
  .footer_bg .newsletter form {
    overflow: hidden;
    width: 227px; }
  .footer_bg .newsletter form input {
    margin-left: 3px; }
  .footer_bg .newsletter form input:focus {
    -webkit-box-shadow: -2px 1px 8px 1px #ff7f2a;
       -moz-box-shadow: -2px 1px 8px 1px #ff7f2a;
            box-shadow: -2px 1px 8px 1px #ff7f2a; }
  /* gallery page classes starts */
  .gallery_item {
    width: 70%;
    margin: 14px auto;
    clear: both; }
  .gallery_banner_text {
    font-size: 14px;
    padding: 7px 10%; }
  /* listing-3 page classes starts */
  .listing_set {
    margin: 0; }
  .latest_project_1.con_project_set {
    margin-bottom: 3px; }
  /* blog page classes starts */
  .blog_1 h1 {
    font-size: 24px;
    font-weight: 400; }
  .com_reply_form {
    width: 100%; }
  .com_reply_form .form_row {
    margin: 5px 0;
    width: 100%; }
  .com_reply_form .form_row label {
    width: 26%; }
  .com_reply_form .form_row input {
    width: 72%; }
  .com_reply_form .form_row textarea {
    width: 72%;
    margin: 0.5% 0; }
  /* listing 3 with sidebar page classes starts */
  .listing_sidebar {
    float: none;
    margin: 3% auto 6%;
    width: 290px; }
  .listings_right {
    float: none;
    width: 100%;
    margin-top: -4%; }
  /* property listing page classes queary starts */
  .property_list_pro_1 {
    margin: 35px 0; }
  .property_list_pro_1 .property_list_pro_1_info {
    float: left;
    width: 280px; }
  .property_list_pro_1 .property_list_pro_1_info .short_info h4 {
    font-size: 26px;
    margin: -4% 0 2%; }
  .property_list_pro_1 .property_list_pro_1_btn {
    float: left;
    margin-right: 0;
    margin-top: 0;
    width: 260px; }
  .property_list_pro_1 .property_list_pro_1_btn .price {
    display: inline-block;
    font-size: 22px;
    margin: 0 auto;
    padding: 2px 10px;
    width: 90px; }
  .property_list_pro_1 .property_list_pro_1_btn a {
    display: inline-block;
    font-size: 22px;
    margin: 0 auto;
    padding: 2px 10px;
    width: 100px; }
  /* contact us page classes starts */
  .contact_map_adj {
    height: 250px !important; }
  .contact_form_bg .con_form_wrap {
    width: 100%; }
  .contact_form_bg .con_form_wrap form {
    width: 100%;
    float: none;
    margin: 25px 0;
    overflow: hidden; }
  .contact_form_bg .con_form_wrap .contact_info {
    width: 100%;
    /*float: none;*/
    margin: 0 0 25px; }
  /* testimonials page classes starts */
  .testi_1 {
    background-color: #f9f9f9;
    display: inline-block;
    margin: 15px 0;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
  .testi_dis {
    margin: 10px 0 15px; }
  .testi_1 .testi_pic {
    height: 90px;
    position: static;
    margin: 6px auto 15px;
    width: 90px; }
  .testi_1 h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 0 0 4px;
    text-align: center;
    width: 100%; }
  /* error page classes starts */
  .error_info h1 {
    color: #ff7f2a;
    font-size: 26px;
    margin: 40px auto 10px; }
  .error_info form {
    margin: 0 auto 40px;
    width: 100%; } }

/* new media queary starts */
@media only screen and (max-width: 600px) {
  .partners_bg .partner_logo {
    display: inline-block;
    margin: 25px -45px; }
  .partner_logo > img {
    display: inline-block;
    margin: 0 -5px;
    width: 48%; }
  #container {
    padding: 0 10px;
    width: 100%; }
  .tab_content {
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 96%;
    background: #ff7f2a none repeat scroll 0 0; }
  /* property listing page classe starts */
  .property_list_pro_1 .property_list_pic {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    float: none;
    margin: 10px auto 25px;
    padding: 6px;
    width: 90%; }
  .property_list_pro_1 .property_list_pro_1_info {
    float: none;
    margin: 10px auto;
    width: 280px; }
  .property_list_pro_1 .property_list_pro_1_btn {
    float: none;
    margin: 0 auto;
    width: 200px; }
  .realestate_single_default.property_list_pro_1 .property_list_pro_1_btn {
    width: 300px; }
  /* property discription page classes starts */
  .property_dis_info img {
    float: left;
    margin: 0 20px 20px 0;
    width: 100%; }
  .accordion-wrapper {
    float: left;
    margin: 0 20px 20px 0;
    width: 100%; } }

/* new media queary starts */
@media only screen and (max-width: 500px) {
  /* index page classe starts */
  .latest_project_main .latest_project_1 {
    -webkit-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
       -moz-box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
            box-shadow: 0 0 3px 1px rgba(105, 176, 197, 0.25);
    float: none;
    margin-right: 0;
    padding: 8px;
    width: 100%;
    margin: 25px auto; }
  .partner_logo > img {
    display: inline-block;
    margin: 0 -10px;
    width: 43%; }
  .tab_content {
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 95%;
    background: #ff7f2a none repeat scroll 0 0; }
  /* gallery page classes starts */
  .gallery_item {
    width: 100%;
    margin: 10px auto;
    clear: both; }
  /* blog page classes starts */
  .com_reply_form .form_row label {
    width: 100%; }
  .com_reply_form .form_row input {
    width: 100%; }
  .com_reply_form .form_row textarea {
    width: 100%;
    margin: 0.5% 0; }
  .com_reply_form .form_row button {
    margin: 2% 0 2%;
    width: 90px;
    font-size: 14px; } }

/* new media queary starts */
@media only screen and (max-width: 400px) {
  .partner_logo > img {
    display: inline-block;
    margin: 0 -22px;
    width: 40%; }
  /* contact us page classes starts */
  .contact_map_adj {
    height: 200px !important; } }

/* accordion style */
.accordion-wrapper {
  float: left;
  margin: 0 20px 20px 0;
  width: 48%; }

.ac-pane {
  background-color: #16a085;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  margin-bottom: 3px;
  overflow: hidden; }

.ac-pane:last-child {
  margin-bottom: 0; }

.ac-content {
  display: none;
  overflow: hidden; }

.ac-title {
  background-color: #111;
  color: #fff !important;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase; }

.ac-title:hover {
  color: #fff;
  text-decoration: none; }

.ac-title i {
  float: right;
  font-size: 20px;
  padding-top: 7px; }

.ac-title .fa-location-arrow {
  font-size: 20px;
  color: #fff;
  float: none;
  background-color: #ff7f2a;
  padding: 8px 10px;
  display: inline-block;
  margin-right: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.specs {
  color: #fff;
  float: left;
  font-weight: 100;
  margin-bottom: 2%;
  margin-right: 4%;
  width: 150px;
  font-size: 0.9em; }

.specs > i {
  font-size: 16px;
  color: #ff7f2a;
  line-height: 20px;
  margin-right: 3px; }

.ac-title i:before {
  content: "\f107"; }

.active .ac-title i:before {
  content: "\f106"; }

.ac-content {
  background-color: #252525;
  margin-top: -1px;
  padding: 15px 15px 10px; }

/* MY properties */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*==============================================================*/
body {
  word-wrap: break-word; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-width: 1px 0px 0px 1px;
  margin: 0px 0px 1.6em; }
  table td,
  table th {
    padding: 0.5em; }

pre {
  white-space: pre-wrap;
  word-break: normal; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
#portfolio_pro_section,
#product_element_section,
#magazine_section,
#callout_section_section,
#widgets_section_section,
#twitterbar_section_section,
#boxes_section,
#blog_post_page_section,
#page_contact_section,
#page_section_section,
#google_maps_section,
#page_slider_section,
#realestate_section {
  margin-top: 1em;
  margin-bottom: 2em; }

.es-carousel ul {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 0px; }

/*===========================Map/Contact element===============================*/
#map_contact_section {
  text-align: center;
  margin-bottom: 1em; }
  #map_contact_section .container {
    width: 100%;
    max-width: 100%; }
    #map_contact_section .container .main_page_contact {
      margin-top: 3em;
      margin-right: 0;
      margin-left: 0; }
      #map_contact_section .container .main_page_contact .myhome_left_map_content {
        border: 1px solid #999;
        padding: 15px;
        margin-right: 1em;
        width: 60%; }
      #map_contact_section .container .main_page_contact .contact_right_section {
        margin-bottom: 1em;
        padding-left: 2em;
        line-height: 2;
        text-align: left;
        border: 1px solid #999;
        margin-left: 1em;
        width: 30%; }
        #map_contact_section .container .main_page_contact .contact_right_section .row {
          margin-top: 1em;
          margin-bottom: 1em; }
          #map_contact_section .container .main_page_contact .contact_right_section .row span {
            margin-right: 0.5em; }
    #map_contact_section .container .contactus_element_text {
      text-align: left;
      margin-top: 2em;
      margin-left: 1em; }

/*======================Contact form========================================*/
.wpcf7-form input {
  /*border: 1px solid #b4b4b4;
		width: 100%;*/ }

.wpcf7-form textarea {
  border: 1px solid #b4b4b4;
  width: 100%; }

.wpcf7-form .wpcf7-submit {
  width: auto; }

.wpcf7-form .wpcf7-submit {
  background-color: transparent;
  border: 2px solid #ff7f2a;
  color: #ff7f2a;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 15px;
  outline: 0 none;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 130px; }

.wpcf7-form p {
  margin: 12px 0;
  overflow: hidden; }

.wpcf7-form-control-wrap {
  /*    background-color: transparent;
    border-radius: 0;
    display: block;
    //float: right;
    outline: 0 none;
    padding: 8px 6px;
    //width: 68%;*/ }

.map_contact-content.row {
  background-color: #f4f4f3; }

.wpcf7-form .wpcf7-submit button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.send_btn_1:hover {
  background-color: #ff7f2a;
  color: #ffffff;
  transitions: all 0.2s linear 0s; }

#map_contact_section {
  text-align: center;
  margin-bottom: 1em; }

#map_contact_section .container .main_page_contact {
  margin-top: 3em; }

#map_contact_section .container .main_page_contact .contact_right_section {
  text-align: left;
  margin-left: 1em;
  width: 30%;
  background-color: #fff;
  border: 1px solid #868686;
  float: right;
  margin-top: 20px;
  padding: 10px 15px; }

#map_contact_section .container .main_page_contact .contact_right_section .row {
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

/*========================================================================*/
.box-image {
  background-color: #fff;
  border: 8px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  height: 110px;
  left: 40%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  width: 110px; }

.box {
  background-color: #f9f9f9;
  display: inline-block;
  margin: 55px 1.2% 70px;
  padding: 7% 1.5% 1%;
  position: relative;
  text-transform: uppercase;
  width: 47%; }

#loademore-loader,
#loademore-loader-gallery,
#loademore-loader-rs,
#loademore-loader-rs-list {
  display: none; }

/*=======================Boxes element=====================================*/
#boxes_container {
  text-align: center;
  width: 100%; }
  #boxes_container .boxes .box.col-md-6 {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%; }
  #boxes_container .boxes .box.col-md-4 {
    width: 30%;
    margin-right: 2%; }
    #boxes_container .boxes .box.col-md-4 .box-image {
      left: 33%; }
  #boxes_container .boxes .box.col-md-3 {
    width: 21%;
    margin-right: 2%; }
    #boxes_container .boxes .box.col-md-3 .box-image {
      left: 27%; }
  #boxes_container .boxes .box-image-container {
    float: left;
    padding-right: 1em;
    max-width: 100%; }
  #boxes_container .boxes .box-widget-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    width: 100%;
    padding: 0px 0px 4px;
    margin: 0px;
    text-align: center; }
  #boxes_container .boxes .box-widget-title-dash {
    width: 40px;
    display: block;
    height: 2px;
    background-color: #ff7f2a;
    margin: 5px auto; }
  #boxes_container .boxes p {
    padding-top: 1em; }

#myhome-load-more,
#myhome-load-more-rs,
#myhome-load-more-rs-list,
#myhome-load-more-gallery {
  cursor: pointer;
  color: #636363;
  border: 2px solid #636363;
  padding: 15px 0;
  width: 60%;
  clear: both;
  margin: 25px auto;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

#myhome-load-more:hover,
#myhome-load-more-rs:hover,
#myhome-load-more-rs-list:hover,
#myhome-load-more-gallery:hover {
  background-color: #636363;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

/*============================================================*/
.es-nav span {
  left: 16px; }

.partners_bg .es-carousel {
  margin: 3.5% 2% 2.5%; }

.tab-content {
  line-height: 1.1; }

.google-maps-title {
  color: #333333;
  font-size: 45px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.contact_email {
  color: #ff7f2a;
  font-size: 17px;
  font-weight: normal;
  margin-top: 30px; }

.contact_info {
  background-color: #fff;
  border: 1px solid #868686;
  float: right;
  margin-top: 20px;
  padding: 10px 15px; }

.contact_info h5 {
  color: #4e4e4e;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 15px;
  text-transform: uppercase; }

.contact_info p {
  color: #4e4e4e;
  display: block;
  font-size: 14px;
  margin-bottom: 10px; }

.contact_info h6 span {
  color: #ff7f2a;
  font-size: 18px; }

.contact_info h6 {
  border-bottom: 1px solid #868686;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 8px;
  text-transform: uppercase; }

.prop_slide {
  float: left;
  margin: 0px 20px 20px 0px;
  width: 47.3%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea,
select,
option,
input {
  max-width: 100%; }

input,
textarea {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #b4b4b4;
  background-color: #FFF;
  line-height: 2.5;
  margin-top: 0.8em;
  margin-bottom: 1em; }

/*==================comment form=====================*/
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("images/arrow.png") no-repeat right 10px center;
  cursor: pointer;
  -webkit-box-shadow: 3px 2px 3px #808080;
     -moz-box-shadow: 3px 2px 3px #808080;
          box-shadow: 3px 2px 3px #808080; }

.form-submit .submit {
  padding: 1px 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*================================Pagination===============================*/
.pagination ul {
  padding-left: 0.5em; }
  .pagination ul li {
    display: inline-block;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 0.2em 0.5em;
    margin: 0.5em;
    font-size: 1em;
    margin-left: 0; }
    .pagination ul li a {
      color: #252525; }
  .pagination ul .active {
    background-color: #252525; }
    .pagination ul .active a {
      color: #fff; }
  .pagination ul li:hover {
    background-color: #252525; }
    .pagination ul li:hover a {
      color: #fff;
      text-decoration: none; }

/*=======================Menu==========================================*/
.navbar-nav {
  max-width: 100%; }

.navbar-nav > li {
  max-width: 100%; }

.navbar-default {
  background-color: #000;
  border: none;
  float: right; }

.navbar {
  margin-bottom: 0;
  max-width: 100%; }

.nav > li > a {
  padding-right: 8px;
  padding-left: 8px; }

#navbar .glyphicon-plus {
  display: none; }

.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu {
  background-color: #000; }

.dropdown-menu > li > a {
  color: #fff; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ff7f2a;
  background-color: #252525; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #ff7f2a;
  background-color: #252525; }

.grandchild a {
  color: #fff; }

.grandchild a:hover {
  color: #ff7f2a;
  text-decoration: none; }

.grandchild .active > a {
  color: #ff7f2a; }

li.grandchild ul {
  padding-left: 1.5em; }
  li.grandchild ul li {
    list-style-type: none;
    padding-right: 0.5em; }

/*
//Menu below header
.menu_below_header
{
	background-color:#000;
	.container
	{
		max-width: 100%;
		width: 100%;
		padding-right: 2em;
		padding-left: 2em;

		#cyberchimps_navbar
		{
			margin-right: 2em;
			margin-left: 2em;
		}
	}
}
*/
/* My Properties */
.header_bg {
  background-color: #000; }

.navbar {
  margin-bottom: 0px; }

.navbar-right {
  float: right !important;
  margin-right: -15px;
  padding-top: 0; }

.navbar-default {
  background-color: #000;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.navbar-default .navbar-toggle {
  border-color: #ddd;
  width: 43px; }

.navbar-default .navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 55px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ff7f2a;
  background-color: #252525; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ff7f2a;
  background-color: #252525; }

/*============================================ My Properties =========================================*/
.header_bg {
  background-color: #000; }

.navbar {
  margin-bottom: 0px; }

.navbar-right {
  float: right !important;
  margin-right: -15px;
  padding-top: 0; }

.navbar-default {
  background-color: #000;
  border: 0;
  /* height: 85px; */
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.navbar-default .navbar-toggle {
  border-color: #ddd;
  width: 43px; }

.navbar-default .navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 55px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ff7f2a;
  background-color: #252525; }

/*=====================Home page===========*/
.nav-tabs > li > a:hover {
  background-color: #000;
  border: 1px solid #000; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #ff7f2a;
  border: 1px solid #ff7f2a;
  outline: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*==================================================================================*/
.entry-title {
  color: #333333;
  font-size: 45px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.entry-summary {
  clear: both;
  display: block;
  margin: 10px 0 65px;
  text-align: center;
  text-transform: uppercase;
  color: #989898; }

.page .entry-summary {
  text-transform: none;
  text-align: left; }
  .page .entry-summary .author a {
    font-size: 18px;
    font-weight: bold;
    color: #ff7f2a;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px; }
  .page .entry-summary .entry-date {
    font-size: 16px;
    font-weight: 100;
    margin-right: 10px;
    color: #333;
    display: inline-block; }
  .page .entry-summary .main_posted_by {
    margin-top: 12px;
    margin-bottom: 12px;
    font-style: italic; }

.glyphicon-plus {
  display: none; }

.model_set .grid figure {
  width: auto; }

.menu_below_header {
  background-color: #000; }

.page-template-template-home-php .home_latest_projects {
  max-width: 100%;
  background-color: #f7f7f7; }

.error404 .entry-title {
  font-size: 50px;
  color: #ff7f2a;
  margin: 60px auto 25px;
  text-transform: none; }

.error404 .entry-content {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 10px auto; }

.error404 .search-query {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ff7f2a;
  background-color: #fff;
  outline: 0;
  margin-bottom: 1em; }

#googleMap {
  height: 365px;
  margin: 0px;
  padding: 0px; }

.latest_projets_bg .home_latest_projects .short_info,
.latest_projets_bg .grid_4_set .short_info,
.latest_projets_bg .grid_3_set .short_info {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

.home_latest_projects .latest_project_1 .price,
.grid_4_set .latest_project_1 .price,
.grid_3_set .latest_project_1 .price {
  color: #787878;
  font-size: 24px; }

.tabs-3 .tabs li a {
  padding-right: 20px;
  padding-left: 20px; }

.tabs-3 .nav-tabs > li.active > a {
  color: #fff; }

.grid_4_set .row {
  margin-left: 0; }

.post_header_container {
  padding-right: 0;
  padding-left: 0; }

.error404 {
  text-align: center; }

.myhome_contact_label {
  margin-top: 1.5em; }

.main_posted_by .fa {
  color: #ff7f2a; }

.myhome_comments_title {
  color: #000; }

.listing_set.grid_3_set,
.listing_set.myhome_search.grid_4_set {
  overflow: initial; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header_section {
  background-color: #000;
  color: #fff; }
  #header_section .container {
    max-width: 100%;
    width: 100%;
    padding-right: 2em;
    padding-left: 2em; }
    #header_section .container #cc-header {
      margin-right: 2em;
      margin-left: 2em; }
      #header_section .container #cc-header #logo {
        margin-top: 0.7em; }
      #header_section .container #cc-header .site-title {
        margin-top: 0.3em; }
        #header_section .container #cc-header .site-title a {
          color: #fff; }
        #header_section .container #cc-header .site-title a:hover {
          text-decoration: none; }
      #header_section .container #cc-header #social {
        margin-top: 0.5em; }
      #header_section .container #cc-header #description {
        margin-top: 1.5em; }
        #header_section .container #cc-header #description .blog-description {
          float: right; }
      #header_section .container #cc-header #register {
        margin-top: 1.5em;
        text-align: right; }
        #header_section .container #cc-header #register .register {
          float: right; }

#header_section.sticky-header #header_menu {
  font-size: 75%;
  height: 45px; }

#header_section.sticky-header .navbar {
  min-height: 0;
  height: 45px !important; }

#header_section.sticky-header .navbar-default .navbar-nav > li > a {
  padding-top: 10px; }

#header_section.sticky-header .container #cc-header #logo {
  width: 25%;
  margin-top: 0.2em;
  -webkit-transition: all top 600ms ease 0s, opacity 600ms ease 0s;
  -moz-transition: all top 600ms ease 0s, opacity 600ms ease 0s;
  -o-transition: all top 600ms ease 0s, opacity 600ms ease 0s;
  transition: all top 600ms ease 0s, opacity 600ms ease 0s; }

/*================Page header==========================*/
#page_header_section .container {
  max-width: 100%;
  width: 100%; }

#undefined_section {
  display: none; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#after_footer {
  background-color: #252525; }
  #after_footer .site-footer {
    color: #6B6B6B;
    display: block;
    font-size: 12px;
    padding: 8px 0px; }
  #after_footer #copyright {
    float: right;
    line-height: 2.3; }

#footer_section {
  background-color: #000; }

#footer-widgets {
  color: #fff; }
  #footer-widgets aside {
    padding-left: 2em; }
    #footer-widgets aside .widget-title {
      text-transform: uppercase;
      margin-bottom: 25px;
      color: #ffffff; }
    #footer-widgets aside caption {
      color: #fff; }
    #footer-widgets aside select {
      color: #000; }
    #footer-widgets aside a {
      color: #fff;
      line-height: 22px;
      margin: 2px 0; }
    #footer-widgets aside a:hover {
      color: #FF7F2A;
      text-decoration: none; }
    #footer-widgets aside .social_media_widget {
      margin-top: 20px; }
      #footer-widgets aside .social_media_widget a {
        border: 2px solid #FF7F2A;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        color: #FF7F2A;
        display: inline-block;
        font-size: 18px;
        height: 42px;
        padding: 10px 0px;
        text-align: center;
        width: 42px;
        margin-right: 2px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
      #footer-widgets aside .social_media_widget .fa-facebook:hover,
      #footer-widgets aside .social_media_widget .fa-twitter:hover,
      #footer-widgets aside .social_media_widget .fa-google-plus:hover,
      #footer-widgets aside .social_media_widget .fa-pinterest:hover {
        border: 2px solid #FFF;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        color: #fff; }
      #footer-widgets aside .social_media_widget .fa-facebook:hover,
      #footer-widgets aside .social_media_widget .fa-twitter:hover {
        background-color: #3B5997; }
      #footer-widgets aside .social_media_widget .fa-google-plus:hover,
      #footer-widgets aside .social_media_widget .fa-pinterest:hover {
        background-color: #D24334; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

.myhome_contact_widget .myhome_address,
.myhome_contact_widget .myhome_mailid,
.myhome_contact_widget .myhome_phoneno {
  margin-top: 1em;
  margin-bottom: 1em; }

.ngg-gallery-thumbnail img {
  width: 100%; }

.container-fluid .newsletter .newsletter-submit {
  border: 0 none;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 70px;
  float: right;
  background-color: #ec670f; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*==============================Media Queries==================================*/
@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0; }
  .navbar-default {
    float: none; }
  .navbar-default .nav > li {
    display: block; }
  .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none; }
  .navbar-default .navbar-nav > .active > a {
    border-bottom: none;
    color: #733aad; }
  li.grandchild ul {
    padding-left: 1.5em; }
    li.grandchild ul li {
      padding-right: 0; }
  .commentlist .children {
    padding-left: 0px; }
  #header_section .container #cc-header > div {
    width: 100%;
    text-align: center; }
  #header_section .container #cc-header {
    margin-right: 0;
    margin-left: 0; }
  #header_menu {
    margin-top: 1em; }
  #boxes_container .boxes {
    margin-bottom: 0;
    max-width: 100%;
    margin: 0; }
    #boxes_container .boxes .box.col-md-6,
    #boxes_container .boxes .box.col-md-4,
    #boxes_container .boxes .box.col-md-3 {
      margin-bottom: 1em;
      width: 100%; }
  .navbar-default .navbar-nav > li > a {
    padding-top: 1em; }
  .sticky-header .navbar-collapse {
    background-color: #000; }
  #page_header_section .container {
    padding-right: 0;
    padding-left: 0; }
    #page_header_section .container .col-lg-12 {
      padding-right: 0px;
      padding-left: 0px; }
  #page_header {
    padding-right: 0px;
    padding-left: 0px; }
  #map_contact_section .container {
    padding-left: 0;
    padding-right: 0; }
    #map_contact_section .container .col-lg-12 {
      padding-left: 0;
      padding-right: 0; }
  .navbar-default .navbar-collapse {
    text-align: left; } }

@media screen and (max-width: 360px) {
  #header_section .container #cc-header {
    margin-left: 0; }
  table td,
  table th {
    padding: 0; }
  #header_section #logo img {
    max-width: 60%; }
  .navbar-default .navbar-toggle {
    float: none;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #cc-header #register,
  #cc-header #description {
    float: right; } }

@media (min-width: 768px) {
  .realestate_single_default .property_list_pro_1_btn {
    margin-right: 0px;
    width: 30%; } }
