@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600";
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('type/proximanova-light-webfont.eot');
    src: url('type/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-light-webfont.woff') format('woff'),
         url('type/proximanova-light-webfont.ttf') format('truetype'),
         url('type/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Reg';
    src: url('type/proximanova-regular-webfont.eot');
    src: url('type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-regular-webfont.woff') format('woff'),
         url('type/proximanova-regular-webfont.ttf') format('truetype'),
         url('type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi-bold';
    src: url('type/proximanova-semibold-webfont.eot');
    src: url('type/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/proximanova-semibold-webfont.woff') format('woff'),
         url('type/proximanova-semibold-webfont.ttf') format('truetype'),
         url('type/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Theme Name:SweetHome - HTML Theme URI:Author:PremiumLayers Author URI:Description:Clean and responsive Real Estate Template. Version:1.0*/
/*--------------Table of SASS- Imports- Variables- Mixins- MDefault-Styles- Typography- Header-Section- Slider-Section- Search-Section- Recent-Listings-Section- Agents-Section- Services-Section- Footer-Section- page-title-section- Content-Section- Blog-page- Contact-page- Single-page- property-details-page- Responsive nav bar customization- Media-queries*--------------/
/**** Imports ****/
/**** Variables ****/
/**** Mixins ****/
/**** MDefault-Styles ****/

.post-content p a{
  color:#000000;
}



html {
  height:100%;
}
body {
  background-color:#EBEBEC;
  font:16px "Proxima Nova Light",Helvetica,Arial,sans-serif;
  padding:0 !important;
  height:100%;
}
*,*:after,*:before {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
a {
  color:#fefefe;
  text-decoration:none;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
a:hover,a:focus, a.hovered {
  text-decoration:none;
  color:#fefefe;
}
a:visited {
  color:#fefefe;
}
ul {
  margin:0;
  list-style-type:none;
}
input[type="text"]::-webkit-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-moz-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-ms-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-o-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]:focus {
  outline:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-color:#333;
}
textarea::-webkit-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-moz-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-ms-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-o-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea:focus {
  outline:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-color:#333;
}
.yellow-btn {
  background-color:#000000;
  color:white!important;
  font-weight:700;
  font-size:16px;
  padding:10px 15px;
  margin:0 3px;
  border-radius:5px;
  z-index:1;
}

.yellow-btn:visited, .yellow-btn:hover {
  color:#fff!important;
}

.gray-btn {
  margin:0 3px;
  padding:10px 15px;
  background-color:#E1E1E1;
  color:#000;
  font-size:16px;
  font-weight:300;
  border-radius:5px;
}
.listing-single-item .yellow-btn, .listing-single-item .gray-btn {
    white-space: nowrap;
  display: inline-block;
}
.gray-btn span {
  color:#666;
  padding-right:7px;
  font-size:20px;
}
.gray-btn:visited {
  color:#000;
}
.select-big .select-target {
  width:180px;
}
.select-medium .select-target {
  width:110px;
}
.select-small .select-target {
  width:70px;
  padding:0.5rem 2em 0.5rem 1em;
}
.title-box {
  float:left;
  width:100%;
  position:relative;
  display:inline-block;
  padding-bottom:50px;
}
.title-box h3 {
  font-size:23px;
  font-weight:500;
  color:#000;
  /* border:1px solid #CDCDCD; */
  position:absolute;
  padding:20px;
  left:0;
  top:-54px;
  /* background-color:#EBEBEC; */
  text-transform:capitalize;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
.title-box .bordered {
  border-bottom:1px solid #CDCDCD;
}
.buttons-wrapper {
  margin:10px 0;
  float:left;
}
.yellow-btn:hover {
  background:#000000;
  color:#fff;
}
.gray-btn:hover {
  background:#f5f5f5;
}
.inner-wrapper {
  float:left;
  width:100%;
  background-color:#FFF;
}
.first-paragraph {
  margin-bottom:20px;
}
.nfloat {
  float:none !important;
}
.clearfix:before,.container:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear: both;
}
/* IE 6/7 */
.clearfix {
  zoom: 1;
}
/**** Typography ****/
h1 {
  font-size:2.25rem;
  font-weight:600;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
h2 {
  font-size:2rem;
  font-weight:400;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
h3 {
  font-size:16px;
  font-weight:400;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
h4 {
  font-size:1.2rem;
  font-weight:400;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
h5 {
  font-size:1rem;
  font-weight:300;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
p {
  color: #232323/*#89949b*/;
  font-weight:200;
  font-size: 16px;
}
/**** Header-Section ****/
header #top-strip {
  width:100%;
  background-color:#000000;
  padding:10px 0;
  min-height:50px;
}
header #login-box {
  margin-top:6px;
}
header #login-box a {
  font-size:16px;
  margin:0 10px;
}
header #login-box a span {
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-weight:400;
  margin-left:6px;
  font-size:14px;
}
.social-icons {
  padding:0;
}
.social-icons li {
  float:left;
  margin-right:5px;
  border:1px solid rgba(255,255,255,0.3);
  border-radius:100px;
  padding:5px;
  width:32px;
  height:32px;
  line-height:26px;
  text-align:center;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
  font-size:15px!important;
  text-align:center;
}
.social-icons li:hover {
  background-color:#fefefe;
}
.social-icons li:hover a {
  color: #000000;
}
/**** Slider-Section ****/
.slider-section {
  float:left;
  width:100%;
  position:relative;
  background-image: url("../img/10_page-title-header.png");
}
#premium-bar {
  position:relative;
  width:100%;
  left:0;
  top:0;
  z-index:10;
  /*background-color:rgba(191,15,53,0.7);*/
  padding:16px 0;
  background-color: #000000;
 z-index: 999;
 /*border-top: 5px solid #000000;*/
}
#premium-bar nav {
  list-style-type:none;
}
#premium-bar nav li a {
  font-size:15px;
  font-weight:300;
  text-transform:uppercase;
  padding:10px 15px;
  color:#fefefe;
  text-shadow:none;
}
#premium-bar nav .active a {
  background-color:#fefefe;
  border-radius:5px;
  color:#333!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #000000!important;
  color: white!important;
  background-image: none!important;
}
#premium-bar nav .active ul .active a {
  color: white!important;
}

#premium-bar .navbar-default {
  background-image:none;
  background-color:transparent;
  border:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.container {
  padding-right:0!important;
  padding-left:0!important;
}
#premium-bar nav li a {
  border-radius:5px;
}
#premium-bar nav li a:hover, #premium-bar nav li a.hovered {
  background:#fff!important;
  color:#333!important;
  border-radius:5px;
}
#premium-bar nav li ul a:hover, #premium-bar nav li ul a.hovered {
  background:#000000!important;
  color:white!important;
  border-radius:5px;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
  color:#000 !important;
  border-radius:5px;
}
.dropdown-menu li a {
  color:#000 !important;
}
.navbar-nav.navbar-right:last-child {
  margin-top:15px;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.main-flexslider {
  float:left;
  position:relative;
  width:100%;
  overflow:hidden;
  margin-top: 100px;
}
.main-flexslider .slides .slides {
  background-size:cover;
  background-repeat:no-repeat;
  /*min-height:640px;*/
}
.main-flexslider .slides .slides .container {
  position:absolute;
  min-height:640px;
  top:0px;
}
.main-flexslider .slides .slides .slide-box {
  left: 60%;
  position: absolute;
  bottom: 10%;
  padding: 20px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  font-size: 25px;
  z-index: 100;
  line-height: 25px;
  text-align: center;
}
.main-flexslider .slides .slides .slide-box h2 {
  margin-top:0;
  font-size:20px;
  font-weight:700;
  color:#191919;
}
.main-flexslider .slides .slides .slide-box p {
  font-size:15px;
  font-weight:300;
  color:#000;
}
.main-flexslider .slides .slides .slide-box .slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  border-radius:4px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.main-flexslider .slides .slides .slide-box .slider-buttons-wrapper {
  margin:25px 0;
  float:left;
}
.main-flexslider .slides .slides .slide-box:before {
  position:absolute;
  z-index:-1;
}
.slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  border-radius:4px;
}
.slide-item-features li span {
  color:#B1B1B1;
  font-size:16px;
  padding:5px;
  padding-right:10;
}
.flex-direction-nav a {
  background-color:none;
  color:#D4BF75!important;
  text-align:center;
  width:61px;
  height:61px;
  line-height:62px;
  z-index:5;
}
.footer-about a:hover {
  color: #D4BF75;
}
.flex-direction-nav a:before {
  font-family:"FontAwesome";
  font-size:24px;
  display:inline-block;
  content:'\f190';
}
.flex-direction-nav a.flex-next:before {
  content:'\f18e';
}
.main-flexslider .flex-direction-nav .flex-prev, #details-slider .flex-direction-nav .flex-prev {
  top: 50% !important;
  left:inherit !important;
}
.main-flexslider .flex-direction-nav .flex-next, #details-slider .flex-direction-nav .flex-next {
  right:0 !important;
  top: 50% !important;
}
/**** Search-Section ****/
.search-section {
  border-bottom:1px solid #CDCDCD;
  float:left;
  width:100%;
  background-color:#FFF;
}
.search-section .select-wrapper {
  float:left;
  margin:20px 7px;
}
.search-section .select-wrapper p {
  font-weight:300;
  font-size:15px;
  color:#232323;
  margin-bottom:5px;
}
.search-section .select-target {
  height:38px;
  text-align:left;
  font-size:13px;
  font-weight:300;
  color:#232323;
  border-width:1px;
  line-height:23px;
}
.search-section .select-target.select-theme-default b:before {
  top:-2px;
}
.search-section .select-target.select-theme-default b:after {
  bottom:-2px;
}
.search-section input[type='submit'], .slide-box input[type='submit']{
  border:none;
  font-weight:300;
  text-transform:capitalize;
  padding:8px 41px;
  margin-top:45px;
  margin-left:10px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.select-element {
  z-index: 100;
}
/**** Testimonials-Section ****/
.testimonials-section {
  float:left;
  width:100%;
  margin:90px 0;
  clear: both;
}
.testimonials-section p {
  font-size: 2em;
}
.testimonials-wrapper {
  clear: both;
}
.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**** Recent-Listings-Section ****/
.recent-listings {
  float:left;
  width:100%;
  margin:30px 0;
}
.recent-listings .container .listings-items-wrapper {
  float:left;
  margin-top:10px;
}
.listing-single-item {
  margin:15px 0;
  float:left;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.listing-single-item:hover {
  opacity:0.8;
  background-color: #;
}
.listing-single-item .item-inner .image-wrapper {
  position:relative;
  cursor: pointer;
}
.listing-single-item .item-inner .image-wrapper img {
  width:100%;
}

.item-inner .image-wrapper:after, .item-inner .image-wrapper:before {
    position:absolute;
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.item-inner .image-wrapper:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.55);
}
.item-inner .image-wrapper:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    top: -20px;
    left: 0px;
    font-size: 24px;
    padding:4px 10px;
    text-align:left;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.item-inner .image-wrapper:hover:before {
  top: 0px;
}
.item-inner .image-wrapper:hover:after, .item-inner .image-wrapper:hover:before {
    opacity:1;
}

.listing-single-item .item-inner .desc-box {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px;
  min-height: 205px;
}
.listing-single-item .item-inner .desc-box h4 a {
  font-size:18px;
  font-weight:500;
  color:#000;
  margin:2px 0;
}
.listing-single-item .item-inner .desc-box .item-features {
  margin:5px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:15px;
  width:100%;
}
.listing-single-item .item-inner .desc-box .item-features li {
  border:none;
  margin-right:10px;
  padding:3px 0px;
  font-size:12px;
}
.featured {
  background-color:#000000;
  position:absolute;
  bottom:25px;
  left:25px;
  font-size:16px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-weight:300;
  padding:8px 18px;
  border-radius:10px;
}
.featured i {
  margin-right:10px;
  font-size:16px;
}
.property-type-icon {
  position:absolute;
  top:25px;
  left:25px;
  font-size:32px;
  background-color:rgba(0,0,0,0.5);
  padding:15px 17px;
  border-radius:100px;
  z-index: 1;
}
/**** Agents-Section ****/
.agents-section {
  margin-bottom:100px;
  float:left;
  width:100%;
}
.agents-section .container .agents-slider {
  float:left;
  margin-top:20px;
  width:100%;
}
.single-agent {
  float:left;
  padding:15px;
}
.single-agent .image-box {
  float:left;
  width:50%;
  height:300px;
  position:relative;
  overflow:hidden;
}
.single-agent .image-box img {
  width:100%;
  height:auto;
  overflow:hidden;
}
.single-agent .image-box .social-icons {
  background-color:rgba(35, 31, 32, 0.9);
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:10px 23px;
}
.agent-carousel .single-agent .desc-box,
.agent-carousel .single-agent .image-box {
  width: 100%;
}
.single-agent .desc-box {
  float:left;
  width:50%;
  height:300px;
  background-color:#FFF;
  padding:20px;
}
.single-agent .desc-box h4 {
  font-size:20px;
  font-weight:300;
  color:#000;
  margin-top:2px;
  padding-bottom:15px;
  margin-bottom:12px;
  border-bottom:1px solid #CDCDCD;
}
.single-agent .desc-box p {
  font-size:16px;
  font-weight:300;
  margin:15px 0;
  color:#000;
}
.single-agent .desc-box p i {
  margin-right:5px;
  color:#B7B7B7;
  font-size:18px;
}
.single-agent .desc-box .gray-btn {
  margin-top:10px;
  float:left;
  background-color: #000000;
  color: #fff;
}
.single-agent .desc-box .gray-btn:hover {
 /* background:#000000;
  color:#fff;*/
}
.gray-btn:hover {
  background:#F5F5F5;
  color:black;
}
.owl-theme .owl-controls .owl-buttons div {
  background-color:transparent;
  opacity:1;
  border-radius:0;
  font-size:42px;
  padding:0px 23px;
  margin:.5px;
  color: #000000;
}
.owl-buttons {
  position:absolute;
  right:-5px;
  top: -108px;
}
/**** Services-Section ****/
.services-section {
  float:left;
  width:100%;
  margin-bottom:60px;
  background: #000000;
}
.services-section .container .services-wrapper {
  margin:20px 0 30px 0;
  float:left;
  width:100%;
  background-color: #000000;
  overflow: hidden;
}
.services-section .container .services-wrapper .single-service {
  text-align:center;
  padding:0 20px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  background-color: #000000;
}
.services-section .container .services-wrapper .single-service h4 {
  font-size:20px;
  font-weight:500;
  margin-top:30px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  color: #D4BF75;
    font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
.services-section .container .services-wrapper .single-service p {
  font-size: 15px;
  font-weight: light;
  color: white;
}
.services-section .container .services-wrapper .single-service .icon-service {
  font-size:45px;
  border:1px solid #D4BF75;
  border-radius:100px;
  padding:36px;
  margin:13px 0;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  color: #D4BF75;
  width: 120px;
  height: 120px;
}
.services-section .container .services-wrapper .single-service .bordered {
  border:2px solid white;
  width:25%;
  margin:13px auto -4px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service .readmore {
  text-transform:uppercase;
  color:white;
  font-weight:100;
  font-size:18px;
  text-align:center;
  padding:10px;
  padding-top:15px;
  width:100%;
  float:left;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service .top-bordered {
  margin:0 auto;
  opacity:0;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service:hover h4 {
  /*color:#000000;*/
}
.services-section .container .services-wrapper .single-service:hover .icon-service {
  /*color:#000000;
  border-color:#000000;*/
}
.services-section .container .services-wrapper .single-service:hover .readmore {
  background-color:#000000;
  color:#fff;
}
.services-section .container .services-wrapper .single-service:hover .top-bordered {
  opacity: 1;
}
/**** Footer-Section ****/
footer {
  background-color:#000000;
  float:left;
  width:100%;
  padding:40px 0;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
footer .container .footer-title {
  font-size:20px;
  font-weight:300;
  color:#fff;
  text-transform:capitalize;
  margin-top:5px;
  margin-bottom:20px;
}
footer .container .footer-about .logo {
  width:100%;
  float:left;
  margin-bottom:18px;
}
footer .container .footer-about p {
  font-size:15px;
  font-weight:100;
  color:#fff;
  text-align:left;
  line-height:25px;
}
footer .container .footer-recent-posts ul {
  padding-left:0;
}
footer .container .footer-recent-posts ul li a {
  font-size:13px;
  font-weight:100;
}
footer .container .footer-recent-posts ul li a i {
  margin-right:5px;
}
footer .container .footer-contact-info p {
  background-color:rgba(212, 191, 117,0.4);
  font-size:13px;
  font-weight:300;
  color:#fff;
  display:inline-block;
  padding-right:10px;
  border-radius:4px;
}
footer .container .footer-contact-info p i {
  margin-right:5px;
  background-color:#D4BF75;
  font-size: 13px;
  padding:10px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
footer .container .footer-newsletter p {
  font-size:13px;
  color:#fff;
  line-height:25px;
  margin-bottom:15px;
}
footer .container .footer-newsletter .footer-search {
  float:left;
  width:100%;
}
footer .container .footer-newsletter input[type='text'] {
  width:100%;
  background-color:rgba(53,61,66,0.4);
  border:1px solid #27292C;
  color:#fff;
  height:34px;
  font-weight:300;
  font-size:13px;
  text-indent:8px;
  border-radius:4px;
}
footer .container .footer-newsletter input[type='submit'] {
  background-color:#27292C;
  border:none;
  border-radius:4px;
  color:#fff;
  font-size:13px;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:1px;
  float:right;
  margin-top:-33px;
  position:relative;
  z-index:2;
  padding:7px 13px;
}
.bottom-strip {
  float:left;
  width:100%;
  background-color:#000000;
  padding:18px;
}
.bottom-strip .container p {
  font-size:15px;
  font-weight:100;
  color:#fff;
  margin-bottom:0;
  margin-top: 15px;
}
.bottom-strip .container #backtop-btn {
  font-size:42px;
  position:relative;
  text-align:center;
  display:table;
  margin:0 auto;
}
.bottom-strip .container #backtop-btn:before {
  width:60px;
  height:60px;
  line-height:62px;
  text-align:center;
  float:left;
  background-color:rgba(36,36,36,0.23);
  border-radius:100px;
}
.bottom-strip .container .bottom-strip-middle {
  position:relative;
}
.bottom-strip .container .social-icons {
  float:right;
  margin-top:12px!important;
}
.bottom-strip .container .social-icons li {
  padding:7px;
  width:36px;
  height: 36px;
}
/**** page-title-section ****/
.page-title-section {
  float:left;
  width:100%;
  /*background-image:url("../img/10_page-title-header.jpg");
  background-size:cover;
  background-repeat:no-repeat;*/
}
.page-title-section .container {
  margin-top: 30px;
  margin-bottom:30px;
}
.page-title-section .page-title {
  text-transform:capitalize;
  background-color:rgba(255,255,255,0.9);
  border-radius:4px;
}
.page-title-section .page-title h2 {
  color:#000;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-size:18px;
  font-weight:100;
  padding:12px;
  margin:0;
}
.page-title-section .breadcrumb {
  margin-bottom:0;
  background-color:rgba(58,186,255,0.9);
}
.page-title-section .breadcrumb a {
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-size:15px;
  font-weight:300;
}
.page-title-section .breadcrumb .sep {
  padding:0 5px;
  color:#fff;
  font-size: 16px;
}
/**** Content-Section ****/
.content-section {
  float:left;
  width:100%;
}
.content-section .container {
  margin-top:30px;
  margin-bottom:30px;
}
.pagination-wrapper {
  float:left;
  width:100%;
  margin-top:10px;
}
.pagination-wrapper .pagination {
  float:left;
  margin:35px 0 10px;
}
.pagination-wrapper .pagination li a {
  margin:0 2px;
  border:none;
  font-size:18px;
  font-weight:100;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  color:#000;
  border-radius:4px;
  padding:6px 13px;
}
.pagination-wrapper .pagination li a:hover {
  background-color:#000000;
  color: #fff;
}
/**** Blog-page ****/
.blog-page .page-title-section {
  /*background-image:url("../img/blog/20_blog-header.png");*/
}
.blog-page .blog-content {
  border-bottom:1px solid #CDCDCD;
  padding-bottom:50px;
}
.blog-page .blog-content .blog-post {
  background-color:#FFF;
  float:left;
  width:100%;
}
.blog-page .blog-content .blog-post .meta-data {
  float:left;
  padding:20px 25px;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item {
  padding:10px 0;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item i {
  color:#B4B4B4;
  font-size:24px;
  text-align:center;
  display:block;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item a {
  display:block;
  width:100%;
  font-size:12px;
  color:#000;
  font-weight:300;
  text-align:center;
  padding-top:6px;
  padding-bottom:15px;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item .meta-divider {
  width:60%;
  margin:0 auto;
  display:block;
  border-bottom:1px solid #E5E5E5;
}
.blog-page .blog-content .blog-post .post-content {
  float:right;
  width:80%;
  border-left:1px solid #E5E5E5;
  padding-left:30px;
}
.blog-page .blog-content .blog-post .post-content h2 {
  margin-bottom:15px;
  margin-right:30px;
}
.blog-page .blog-content .blog-post .post-content h2 a {
  color:#000;
  font-size:26px;
  font-weight:300;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content .featured-image {
  position:relative;
}
.blog-page .blog-content .blog-post .post-content .featured-image img {
  width:100%;
}
.blog-page .blog-content .blog-post .post-content .featured-image:after {
  position:absolute;
  content:'';
  z-index:100;
  right:-1px;
  bottom:-1px;
  width:0;
  height:0;
  border-left:120px solid rgba(0,0,0,0);
  border-right:0px solid rgba(0,0,0,0);
  border-bottom:120px solid #EBEBEC;
}
.blog-page .blog-content .blog-post .post-content .readmore-btn {
  position:absolute;
  right:1px;
  bottom:1px;
  padding:15px;
  background-color:#EBEBEC;
  color:#000;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:300;
  z-index:101;
  border-right:2px solid #DBDBDB;
  border-bottom:2px solid #DBDBDB;
}
.post-divider {
  border-bottom:1px solid #CDCDCD;
  margin:30px 0;
  width:100%;
  float:left;
}
.sidebar-widget {
  background-color:#FFF;
  padding:25px;
  float:left;
  width:100%;
  margin-bottom:30px;
}
.sidebar-widget .widget-title {
  text-transform:capitalize;
  font-size:20px;
  font-weight:300;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  margin-top:0;
}
.search-widget .search-box {
  float:left;
  width:100%;
  position:relative;
  margin:12px 0;
}
.search-widget .search-box input[type='text'] {
  float:left;
  width:100%;
  border:1px solid #CDCDCD;
  font-size:13px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-weight:300;
  padding:15px;
}
.search-widget .search-box button {
  background:transparent;
  border:none;
  position:absolute;
  right:10px;
  top:11px;
}
.search-widget .search-box button i {
  font-size:22px;
  color:#CFCFCF;
}
.tabbed-content #myTab {
  border-bottom:none;
  margin-bottom:10px;
  border:1px solid #CDCDCD;
}
.tabbed-content #myTab li {
  font-size:13px;
  font-weight:300;
  margin:0 !important;
  padding:0;
  width:33.33%;
  border-right:1px solid #CDCDCD;
}
.tabbed-content #myTab li a {
  color:#000;
  text-transform:capitalize;
  text-align:center;
  margin:0 !important;
  padding:14px 20px;
}
.tabbed-content #myTab li:last-child {
  border-right:none;
}
.tabbed-content #myTab li.active {
  background-color:#000000;
}
.tabbed-content #myTab li.active a {
  background-color:#000000;
  color:#fefefe;
  border-radius:0;
}
.tab-content-wrapper,.similar-listings {
  padding-left:0;
}
.tab-content-wrapper .tab-content-item,.similar-listings .tab-content-item {
  padding:15px 2px 15px;
  border-bottom:1px solid #EFEFEF;
}
.tab-content-wrapper .tab-content-item .thumb,.similar-listings .tab-content-item .thumb {
  margin-right:15px;
}
.tab-content-wrapper .tab-content-item h5,.similar-listings .tab-content-item h5 {
  margin-top:5px;
  font-size:16px;
}
.tab-content-wrapper .tab-content-item h5 a,.similar-listings .tab-content-item h5 a {
  color:#4F4F4F;
  font-size:16px;
  font-weight:300;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  line-height:19px;
}
.tab-content-wrapper .tab-content-item.active h5 a {
  color:#000000;
  font-weight: bold;
}
.tab-content-wrapper .tab-content-item h5 a:hover {
  color:#000000;
}
.tab-content-wrapper li:last-child,.similar-listings li:last-child {
  border-bottom:none;
}
.similar-listings-widget .widget-title {
  margin-bottom:0;
}
.tags .tags-wrapper {
  margin-top:10px;
  padding-left:0;
}
.single-tag {
  float:left;
  margin:7px;
}
.single-tag a {
  color:#B4B4B4;
  font-size:13px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  border:1px solid #E8E8E8;
  padding:6px 8px;
  line-height:30px;
  position:relative;
  background-color:#FFF;
  z-index:0;
}
.single-tag a:hover {
  background-color:#000000;
  color:#fff;
}
.single-tag a:after {
  position:absolute;
  right:-5px;
  bottom:-5px;
  width:100%;
  height:100%;
  content:'';
  border:1px solid #E8E8E8;
  z-index:-1;
}
.text-widget p {
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-size:16px;
  font-weight:300;
  color:#AEAEAE;
}
.author-profile {
  float:left;
}
.author-profile h4 {
  margin-bottom:20px;
}
.author-profile .image-box {
  float:left;
  width:100%;
  position:relative;
}
.author-profile .image-box img {
  width:100%;
}
.author-profile .image-box .social-icons {
  background-color:rgba(35, 31, 32, 0.9);
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:10px 23px;
}
.author-profile .desc-box {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px 0 10px;
}
.author-profile .desc-box h4 {
  font-size:20px;
  font-weight:300;
  color:#000;
  margin-top:2px;
  padding-bottom:15px;
  margin-bottom:12px;
  border-bottom:1px solid #CDCDCD;
  text-transform:capitalize;
}
.author-profile .desc-box p {
  font-size:16px;
  font-weight:300;
  margin:15px 0;
  color:#000;
}
.author-profile .desc-box p i {
  margin-right:5px;
  color:#B7B7B7;
  font-size:18px;
}
.author-profile .desc-box .gray-btn {
  margin-top:10px;
  float: left;
}
/**** Contact-Page ****/
.contact-page .page-title-section {
  /*background-image:url("../img/29_contact_page-title-header.png");*/
}
.map-wrapper {
  margin-bottom:30px;
  float:left;
  width:100%;
}
.map-wrapper .inner-wrapper {
  background-color:#FFF;
  padding:15px;
}
.map-wrapper #map {
  float:left;
  width:100%;
  height:400px;
}
.box-title {
  font-size:24px;
  color:#000;
  font-weight:100;
}
.contact-info {
  float:left;
}
.contact-info .inner-wrapper {
  background-color:#FFF;
  padding:20px;
}
.contact-info p {
  font-size:16px;
  font-weight:100;
  color:#696969;
  padding-bottom:10px;
}
.contact-info .info-wrapper {
  float:left;
  width:100%;
  border-top:1px solid #EFEFEF;
  padding-top:15px;
}
.contact-info .info-wrapper span {
  font-size:14px;
  font-weight:100;
  color:#696969;
  margin-right:14px;
}
.contact-info .info-wrapper span i {
  color:#848484;
  margin-right:8px;
}
.contact-form-wrapper {
  float:left;
}
.contact-form-wrapper .inner-wrapper {
  background-color:#FFF;
  padding:20px;
}
.contact-form-wrapper .contact-form .contact-form-left {
  float:left;
  width:50%;
}
.contact-form-wrapper .contact-form .contact-form-right {
  float:left;
  width:50%;
}

.contact-form-wrapper .contact-form input[type='text'], .contact-form-wrapper .contact-form select {
  border:1px solid #D5D5D5;
  text-indent:10px;
  line-height:100%;
  font-size:16px;
  height:45px;
  margin-bottom:12px;
}
.contact-form-wrapper .contact-form input[type="text"]::-webkit-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form input[type="text"]::-moz-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form input[type="text"]::-ms-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form input[type="text"]::-o-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form textarea::-webkit-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form textarea::-moz-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form textarea::-ms-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form textarea::-o-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
}
.contact-form-wrapper .contact-form span {
  float:left;
  height:65px;
  width:65px;
  border:1px solid #EEEEEE;
  border-right:0;
  margin-bottom:12px;
}
.contact-form-wrapper .contact-form span i {
  color:#B4B4B4;
  font-size:16px;
  padding:10px;
  width:38px;
  height:38px;
  border-radius:100px;
  border:1px solid #B6B6B6;
  text-align:center;
  line-height:18px;
  margin:12px auto 0 auto;
  display:block;
}
.contact-form-wrapper .contact-form textarea {
  min-height:142px;
  border:1px solid #D5D5D5;
  padding:10px;
  width:100%;
  margin-bottom:9px;
  font-size:14px;
}
.contact-form-wrapper .contact-form input[type='submit'] {
  width:100%;
  text-transform:uppercase;
  background-color:#000000;
  color:#fff;
  font-size:14px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-weight:300;
  border:none;
  padding:21px 0;
  text-align:center;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.contact-form-wrapper .contact-form input[type='submit']:hover {
  background-color: rgba(212, 188, 117,0.8);
}
/**** Single-Page ****/
.single-page .blog-content .blog-post .post-content .featured-image:after {
  display:none;
}
.single-page .page-title-section {
  /*background-image:url("../img/single/30_page-title-header.png");*/
}
.single-page .blog-post {
  border-bottom:1px solid #E5E5E5;
}
.single-page .blog-content {
  border-bottom:none;
}
.single-page .post-content {
  border-bottom:none;
}
.single-page .post-content p {
  font-size:16px;
  font-weight:100;
  color:#696969;
  padding-bottom:16px;
}
.comments-section {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px 25px;
}
.comments-section .media-list {
  margin-top:20px;
}
.comments-section .media-list h4 {
  font-size:14px;
  font-weight:100;
  color:#3c3c3c;
  border-bottom:1px solid #E5E5E5;
  padding-bottom:10px;
  display:inline-block;
}
.comments-section .media-list h4 span {
  color:#A7A7A7;
}
.comments-section .media-list p {
  font-size:18px;
  font-weight:100;
  color:#A7A7A7;
}
.comments-section .media-list .media a.pull-left {
  margin-left:10px;
}
.comments-section .media-list .connectors {
  float:left;
  width:40px;
  height:40px;
  background-color:transparent;
  border-bottom:1px solid #E5E5E5;
  border-left:1px solid #E5E5E5;
}
.comments-section .media-list .media-object {
  width:64px;
  height:64px;
}
.comment-form-wrapper {
  float:left;
}
.comment-form-wrapper .box-title {
  margin-bottom:20px;
}
.comment-form-wrapper input[type='text'] {
  width:280px;
  float: left;
}
/**** property-details-page ****/
.property-details-page .page-content .inner-wrapper {
  float:left;
  width:100%;
  background-color:#FFF;
}
.property-details-page .page-content .flexslider {
  border-radius:0px;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:none;
}
.page-content a, .page-content a:visited {
  color: #000000;
}
.page-content a:hover {
  color: #000000;
}
.property-details-page .page-content #details-slider {
  margin:0 0 30px;
  position:relative;
}
.property-details-page .page-content #details-slider .yellow-btn {
  position:absolute;
  bottom:25px;
  left:25px;
}
.property-details-page .page-content #details-carousel {
  margin-bottom:30px;
}
.property-details-page .page-content #details-carousel .slides>li {
  padding:0 9px;
}
.property-details-page .page-content #details-carousel .flex-direction-nav a {
  background-color:rgba(35, 31, 32, 0.8);
  width:41px;
  height:51px;
  line-height:51px;
  color: white!important;
}
.property-details-page .page-content #details-carousel .flex-direction-nav a:before {
  content:'\f104';
  font-size:50px;
}
.property-details-page .page-content #details-carousel .flex-direction-nav a.flex-next:before {
  content:'\f105';
}
.property-details-page .page-content #details-carousel .flex-prev {
  left:15px;
  top:28px;
}
.property-details-page .page-content #details-carousel .flex-next {
  right:15px;
  top:28px;
}
.property-desc {
  float:left;
  width:100%;
  padding:0 25px;
}
.property-desc h3 {
  font-weight:500;
  font-size:18px;
  margin-top: 20px!important;
}
.property-desc .slide-item-features {
  margin:0;
  padding-bottom:10px;
  float:left;
  width:100%;
  margin-bottom:20px;
}
.property-desc .item-features li {
  border:none;
  margin-right:15px;
  padding:3px 0px;
  font-size:16px;
}
.property-desc p {
  font-size:16px;
  font-weight:100;
  color:#696969;
}
.property-desc h3 {
  font-size:20px;
  color:#000;
  font-weight:100;
}
.property-desc .additional-features {
  margin-top:25px;
  float:left;
  width:100%;
}
.property-desc .additional-features .features {
  padding-left:0;
  margin-top:5px;
  float:left;
  width:100%;
}
.property-desc .additional-features .features .single-feature {
  float:left;
  margin:4px;
}
.property-desc .additional-features .features .single-feature a {
  border:1px solid #E8E8E8;
  color:#616161;
  padding:10px 15px;
  line-height:40px;
  font-size:15px;
  font-weight:300;
}
.property-desc .additional-features .features .single-feature a i {
  color:#000000;
  margin-right:5px;
  font-size:20px;
}
.property-desc .property-location {
  float:left;
  width:100%;
  margin-top:30px;
  margin-bottom:30px;
}
.property-desc .property-location #property-location-map {
  float:left;
  width:100%;
  height:345px;
  margin-top:15px;
}
.status {
  background-color:#000000;
  position:absolute;
  bottom:25px;
  right:25px;
  font-size:16px;
  font-family:"Proxima Nova Light",Helvetica,Arial,sans-serif;
  font-weight:300;
  padding:8px 18px;
  border-radius:10px;
  z-index:1;
}
.status, .status:hover, .status:visited {
  color: white!important;
}
.image-wrapper {
  position:relative;
}
.image-wrapper img {
  width: 100%;
}

.fa {
line-height: 1em;
margin-right: 10px;
}
.property, .listings-page .page-content {
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
background-color: white;
}
.listings-page .page-content {
  padding-left: 40px;
  padding-right: 40px;
}
.property_details h3 {
  font-weight: normal;
  margin-top: 0px;
  font-size: 16px;
}
.property_details h2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 6px;
  line-height: 30px;
  font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
.page-content h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
.page-content h3 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  font-family: "Proxima Nova Semi-bold",Helvetica,Arial,sans-serif;
}
.page-content p {
  font-size: 16px;
  line-height:1.5em;
}
.listings-page .page-content ul {
  margin-bottom: 10px;
}
.page-content li {
color: #232323/*#89949b*/;
font-weight: 200;
font-size: 16px;
}
.listings-page .page-content li {
  list-style-type:disc;
}
.item-features .fa-automobile {
  margin-right: 4px;
}
.properties_page .property_details .property_description {
margin-top: 0px;
}
.property_summary {
float: right;
}
.property_price {
font-weight: bold;
font-size: 20px;
line-height: 40px;
height: 40px;
}
.beds_baths_cars div {
margin-bottom: 15px;
position: relative;
font-weight: bold;
font-size: 20px;
}
.beds_baths_cars div img {
position: relative;
top: -2px;
}
.contact {
float: right;
text-align: right;
margin-left: 5px;
font-weight: bold;
font-size: 16px;
margin-top: 45px;
}

.testimonial {
  border-bottom: 1px dashed #89949b;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.slidediv {
  width: 100%;
  height: 650px;
  background-size: cover!important;
    background-position: center center!important;
    margin: 0px auto;
    background-repeat: no-repeat;
}

.select.select-theme-default .select-options .select-option {
  font-size: 16px;
  padding: .5em;
}
/**** Responsive nav bar customization ****/
.navbar-toggle {
  margin-top:15px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #EEE;
}

.propertyCat_list { background-color:#e1e1e3; margin-bottom:12px;
  padding-left: 0px;}
.propertyCat_list li { display:inline-block; }

.propertyCat_list li a {
  color:#a2a2a2;
  padding:13px 25px 13px 25px;
  display:inline-block;
  font-weight: bold;
    font-size: 16px;
}

.propertyCat_list li a:hover { color:#000000; }

.propertyCat_list li .current {
  position:relative;
  color:white;
  background-color:#000000;
}

.propertyCat_list li .current:after {
  content:"";
  position:absolute;
  bottom:-7px; /* value = - border-top-width - border-bottom-width */
  left:40%; /* controls horizontal position */
  border-width:10px 10px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#000000 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  z-index:1;
}

.propertyCat_list li .current:hover { color:white; }

.propertySort_list { margin-top:-55px; margin-bottom:53px; }

.propertySort_list li {
  float:right;
  display:inline;
  padding: 0px 0px 0px 13px;
  margin-top: 13px;
}
.divider {
  margin-bottom: 15px;
  background-color: #d7d7d7;
  max-width: 100%;
  height: 2px;
  margin-top: -10px;
 }

#inspection a, #inspection a:visited {
  color:#000000;
}
#inspection a:hover {
  color: #3e4545;
}
#inspection p {
  font-size: 16px;
}
#inspection h3 {

  margin-top: 7px;
 }

#inspection tr td {
  border-bottom: 1px solid #cccccc;
}

.navbar-brand img {
  max-width: 350px;
  margin-top: -19px;
}
/**** Media-queries ****/
@media screen and (max-width:1215px) {
  .single-agent .image-box {
    width:100%;
    height: 300px;
  background-position: 0 20%;
  }
  .single-agent .desc-box {
    width:100%;
    height:auto;
  }
  .slidediv {
    width: 100%!important;
  height: 500px;
  }
  .slide-box .gray-btn {
    display: none;
  }
.navbar-brand img {
 margin-top: -15px;
  width: 330px;
}

}
@media screen and (max-width:1200px) {
  .contact-info {
    width:100%;
  }
  .contact-form-wrapper {
    width:100%;
  }
  .contact-form-wrapper {
    margin:15px 0;
  }
  .page-title-section .container {
    /*margin-top:188px;*/
    margin-bottom:29px;
  }
  .contact-form-wrapper .contact-form input[type='text'] {
    width:75%;
  }
}
@media screen and (max-width:991px) {
  body {
    overflow-x:hidden;
  }
  .bottom-strip .container #backtop-btn {
    display:none;
  }
  .page-title-section .container {
    /*margin-top:188px;*/
    margin-bottom:29px;
  }
  #premium-bar nav li a {
    font-weight:300;
    padding:10px 10px;
    color:#fefefe;
    text-shadow:none;
    text-transform:capitalize;
  }
  .slidediv {
  height: 400px;
  }
  .slide-box {
    left:40%!important;
  }
  .navbar-brand img {
    margin-top: -6px;
    width: 230px;
 }
}
.services-section .container .services-wrapper .single-service {
  float:left;
}
#backtop-btn {
  display:none;
}
.blog-sidebar {
  float:left;
  margin-top:0px
}
@media screen and (max-width:415px){
  .blog-sidebar {
    max-width: 100%;
  }
}
@media screen and (max-width:700px) {
.media-body {
  overflow:visible;
}

.page-title-section .container {
  /*margin-top:188px;*/
  margin-bottom:30px;
}
.main-flexslider .slides .slides .slide-box {
  display:none!important;
}
.connectors {
  display:none;
}
.slidediv {
  height: 300px;
  }
  .slide-box {
  display:none!important;
}
}
@media screen and (max-width:635px) {
.blog-page .blog-content .blog-post .post-content {
  width:75%;
}

.page-title-section .container {
  /*margin-top:143px;*/
  margin-bottom:30px;
}
.blog-page .blog-content .blog-post .meta-data {
  width:25%;
}
.contact-form-wrapper .contact-form .contact-form-left {
  width:100%;
}
.contact-form-wrapper .contact-form .contact-form-right {
  width:90%;
}
}
@media screen and (max-width:450px) {
#top-strip .social-icons {
  display:none;
}
.main-flexslider .slides .slides .slide-box {
  display:none!important;
}
.page-title-section .breadcrumb {
  margin-top:30px;
  margin-right:23px;
}
.page-title-section .page-title {
  margin-left:23px;
}
.page-title-section .container {
  /*margin-top:143px;*/
  margin-bottom:27px;
}
.contact-form-wrapper .contact-form .contact-form-right {
  width: 98%;
}
.services-section .container .services-wrapper .single-service{
  /*width: 50%;
  height: 300px;*/
}
.slidediv {
  height: 450px;
  }

  .navbar-brand img {
    margin-top: -6px;
  width: 230px;
 }
}

@media screen and (max-width:769px){
  .footer-about{
  padding-top:20px;
}
}

@media screen and (max-width: 1025px) {
  .main-flexslider {
    margin-top: 0px;
  }
}

@media screen and (min-width:1026px) {
  .page-title-section{
    padding-top:100px;
  }
  #menu_column{
    padding-right:0px;
  }
}

/*Menu - Modern Town Style */
.primary-nav {
  font-size: 16px;
}
/* BG Color */
.lt-button.primary, input.primary[type='submit'], input.primary[type='button'], .rangeSlider .noUi-connect, .map-wrap .marker .dot, .map-wrap .marker:after, .map-wrap .cluster:before, .map-wrap .cluster:after, .card .status:before, .hero .status:before, .property-hero .status:before, #nprogress .bar, .button:hover, input[type='submit']:hover, input[type='button']:hover, .lt-button:hover, .tooltip, .map-outer-wrap .overlay-link, .select2-container--default .select2-results__option--highlighted[aria-selected], .hero .badge .status:before {
  background-color: #000000;
}
.primary-nav > ul > li.bubble a{
  background-color: #000000;
}
/* Color */
.header-wrap .header-top .nav-language.type-text li.active a, .primary-nav li.current-menu-item > a, .primary-nav li.current-menu-ancestor > a, .login-form .tab-list li a, .box-icon .feature-icon {
  color: #000000;
}
/* Border */
.primary-nav > ul > li > ul.sub-menu, #nprogress .spinner-icon, .lt-button.primary, input.primary[type='submit'], input.primary[type='button'], .button:hover, input[type='submit']:hover, input[type='button']:hover, .lt-button:hover {
  border-color: #D4BF75 !important;
}
.tooltip:after {
  border-top-color: #000000 !important;
}

@media only screen and (min-width: 64.063em) {
.primary-nav ul.sub-menu a{
  opacity: 1 !important;
  padding:0px;
  background:none;
}
}

.header-main{ background-color: #000000; }
.header-main .active{
  color:#ffffff;
  background-color:#0072b1;
  padding:0px 20px;
}
.header-top{ font-size:16px !important;}
.flaticon-zoom22.search-button{ font-size:16px !important;}
.primary-nav a{
    color: #000000;
}
.sub-menu .active {
  color: #0072b1 !important;
}


  .mobile-menu-active .main-content, .layout-wrap.mobile-menu-active .hero-wrap, .layout-wrap.mobile-menu-active footer.footer-main, .layout-wrap.mobile-menu-active .section-title {
    display: none; }
  .mobile-menu-active .mobile-menu {
    display: block; }
  .mobile-menu {
    display: none; }

/*---------------------*/
}





/* Plus Tab modification */

.sub-menus .active {
  color: #0072b1 !important;
}
@media only screen and (min-width:1025px) and (max-width:1232px) {
  .primary-nav>ul>li:last-child {
    display: none;
  }
  .header-main .active {
    padding: 0 15px;
  }
}


.slider-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 650px;
  z-index: 9;
  width:90%;
}
.slider-container h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  /*padding-bottom: 8%;*/

}
.slider-container form button {
  float: left;
  width: 39%;
  margin: 0 !important;
  padding: 16px 10px 16px;
  border: 0;
  box-shadow: unset !important;
  background: #000000 !important;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}
.slider-container form input {
  float: left;
  width: 60%;
  border-radius: 0;
  margin: 0;
  padding: 25px 10px 26px;
  border: 0;
  background: url(../img/search.svg) no-repeat scroll 11px 17px;
  background-size: 18px;
  background-color: #fff;
  padding-left: 40px;
}
@media only screen and (max-width:523px) {
  .slider-container form input, .slider-container form button {
      display:block;
      float:unset;
      width:100%;
  }
}

.rw-words{
  display: inline;
  text-indent: 10px;
  font-weight: 700;
}
.rw-words-1 span{
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #ffffff;
  -webkit-animation: rotateWord 9s linear infinite 0s;
  -ms-animation: rotateWord 9s linear infinite 0s;
  animation: rotateWord 9s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  color: #ffffff;
}
.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  color: #ffffff;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
  5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); }
  80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
  5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
  20% { opacity: 0; -ms-transform: translateY(30px); }
  80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
  80% { opacity: 0; }
    100% { opacity: 0; }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#000000b3, #00000000);
  z-index: 2;
}

.properties-carousel .owl-buttons {
  top: -55px;
}
.properties-carousel .listing-single-item .item-inner .desc-box .item-features {
  min-height: unset !important;
}

.appraisal-section {
  background: #000000;
  width: 100%;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
.appraisal-section h1 {
  font-size: 36px;
  margin: 0;
}
.appraisal-section p {
  color: #fff;
  margin: 30px 0;
  margin-bottom: 50px;
}
.appraisal-section a {
  background: #D4BF75;
  color: #000;
  padding: 15px;
}
.appraisal-section a:hover {
  background: rgba(212, 191, 117, 0.8);
}

.mortgage-display {
  background-color: #000000 !important;
}

.selling-process-section {
  background: #000000;
  padding: 30px 0;
  color: #fff;
}
.selling-process-section h3 {
  font-size: 23px;
}
.selling-process {
  text-align: center;
}
.selling-process i {
  font-size: 45px;
  height: 110px;
  width: 110px;
  color: #fff;
  margin: 30px 0;
  display: inline-block;
  background-color: #D4BF75;
  padding: 30px 25px;
  border-radius: 100%;
  border: 2px solid #D4BF75;
  text-align: center;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.selling-process:hover i {
  color: #D4BF75;
  background: #fff;
  border-color: #fff;
}
.selling-process h4 {
  font-size: 20px;
}
.selling-process p {
  color: #fff;
}