header {
  margin: 20px 0;
}

.entryBox {
  width: 300px;
  height: 290px;
  overflow: hidden;
  display: inline-block;
  margin: 0 3px 20px;
  border: 1px solid #d5d5d5;
}
.entryBox a {
  color: #212529;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.entryBox a:hover {
  color: #616161;
  text-decoration: none;
}
.entryBox.premium {
  border: 1px solid green;
  border-radius: 2px;
  -webkit-box-shadow: 9px 9px 9px -7px #97a197;
  -moz-box-shadow: 9px 9px 9px -7px #979797;
  box-shadow: 9px 9px 9px -7px #979797;
}

.listingOwnerInfoItem {
  display: inline;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
}
.listingOwnerInfoItem .showit {
  width: 130px;
  margin-left: -30px;
  text-align: right;
  padding: 0 10px 0 30px;
  color: #fc531d;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 80%, white);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(85%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30%, white 100%);
}
.listingOwnerInfoItem .showit:hover {
  color: #fc1d04;
}

.big-content-container {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
.big-content-container article {
  margin-bottom: 20px;
}
.big-content-container article .intro {
  font-style: italic;
  font-family: "San Francisco Semi Bold", "Helvetica", "Arial", sans-serif;
}
.big-content-container article .articleText {
  line-height: 1.5;
}

.modalPolicyText ul {
  padding: 0;
  margin: 15px 0 20px;
}
.modalPolicyText ul li {
  list-style: none;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modalPolicyText ul li i {
  margin-right: 5px;
  color: #77a809;
}
.modalPolicyText .topText {
  color: #ff350c;
}

@media (max-width: 649px) {
  .page .article-info.breadcrumb {
    margin: 0;
  }
  .page .article-info.breadcrumb .fa-home {
    margin-left: 0;
  }
  .page .article-info.breadcrumb > span:last-child, .page .article-info.breadcrumb > span:nth-child(4) {
    display: none;
  }
}
@media (max-width: 649px) {
  .page article h1 {
    font-size: 24px;
  }
}
.page article h2 {
  font-size: 20px;
  font-family: "San Francisco Medium", "Helvetica", "Arial", sans-serif;
}

.article-top-info {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  padding: 2px 0 2px 25px;
  background: #E9ECD4;
  border-top: 1px solid #d1d1d1;
  font-size: 14px;
}
@media (max-width: 649px) {
  .article-top-info {
    padding: 2px 0 2px 15px;
  }
}
.article-top-info em {
  font-family: "San Francisco Semi Bold", "Helvetica", "Arial", sans-serif;
  margin-left: 20px;
  border-left: 1px solid #333;
  padding-left: 20px;
}
@media (max-width: 649px) {
  .article-top-info em {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    display: block;
  }
}

#articleGallery a {
  width: 150px;
  padding: 10px;
  max-height: 120px;
  border: solid 1px #CCC;
  position: relative;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  overflow: hidden;
  display: inline-block;
  height: 120px;
  margin: 5px;
}
#articleGallery a:hover {
  border: solid 1px #CCC;
  -moz-box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  box-shadow: 5px 5px 0px #999;
}
#articleGallery a img {
  width: 100%;
  height: auto;
}

.photoGalleryTitle {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  left: 0;
  padding: 2px;
}
.photoGalleryTitle span {
  color: #fff;
  opacity: 1;
}

.videoContainer video {
  width: 48%;
  padding: 10px;
  max-height: 120px;
  border: solid 1px #CCC;
  position: relative;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  overflow: hidden;
  display: inline-block;
  height: auto;
  margin: 5px;
  min-height: 255px;
}

.myAccountPage h1 {
  text-transform: capitalize;
}
.myAccountPage .main hr.scotch-rule {
  border-top: 4px solid #428bca;
  border-bottom: 1px solid #428bca;
  margin: 0 0 20px;
}
.myAccountPage label .flag-opacity {
  opacity: 0.4 !important;
}
.myAccountPage .flag-opacity {
  max-width: 22px;
  margin: 0 5px 2px 0;
  opacity: 0.5;
}
.myAccountPage .active .flag-opacity {
  opacity: 1;
}
.myAccountPage .nav-sidebar .fa {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  opacity: 0.9;
}
.myAccountPage .mng-headline > h1 {
  color: #036;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media (max-width: 649px) {
  .myAccountPage .mng-headline .fa-stack {
    height: 30px;
    width: 30px;
    line-height: 2;
  }
  .myAccountPage .mng-headline .text-primary {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .myAccountPage .mng-headline .fa-plus {
    font-size: 20px !important;
    line-height: 1.8 !important;
  }
  .myAccountPage .mng-headline > h1 {
    font-size: 25px !important;
  }
}
.myAccountPage table td .fa-edit {
  color: #0a6ebd;
  font-size: 16px;
}
.myAccountPage table td .fa-trash-alt {
  color: #b81517;
  font-size: 16px;
}
.myAccountPage table td .fa-trash-alt {
  padding-left: 12px;
}
.myAccountPage table td .changeArticleState {
  color: #b81517;
  font-size: 16px;
}
.myAccountPage table td .fa-check {
  color: #090;
  font-size: 16px;
}
.myAccountPage table td .fa-times {
  color: #b81517;
  font-size: 16px;
}
.myAccountPage #fileupload table td .fa-trash-alt {
  color: #fff;
}

.sectionTopInfo {
  margin: 10px 5px 15px 5px;
  border-top: 3px solid #000;
  display: block;
  clear: both;
}
.sectionTopInfo i.fa {
  margin: 0 5px;
  font-weight: bold;
  font-size: 18px;
}

.boxesContainer .entryBox {
  float: left;
}

.listingPage > .internal-content-area {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 649px) {
  .listingPage > .internal-content-area > .row {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .listingPage > .internal-content-area > .row > div {
    padding-right: 0;
    padding-left: 0;
  }
}
.listingPage .article-info.breadcrumb {
  margin-bottom: 15px;
}
.listingPage .thumbs {
  margin: 20px 0;
  width: 100%;
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #c1c1c1;
}
.listingPage .thumbs a {
  width: 75px;
  display: inline-block;
  max-height: 50px;
  margin: 0 2px 5px;
  overflow: hidden;
}
.listingPage .thumbs a:hover {
  opacity: 0.8;
}
.listingPage .thumbs img {
  margin-bottom: 0 !important;
}

.contactListingHeadline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  font-weight: normal;
  width: 100%;
}

.addListingPage .btn {
  font-size: 14px;
}
.addListingPage .upload-featured-image {
  margin-top: 40px;
  border-top: 1px dashed #aaa;
}
.addListingPage .alert-warning strong {
  display: inline-block;
  margin-bottom: 10px;
}
.addListingPage .alert-warning strong i {
  font-size: 30px;
}

/*Bootstrap edits */
body {
  line-height: normal;
}

.modal-header, .modal-footer {
  display: block;
  padding: 5px 15px;
}

a {
  color: #333;
}

.card {
  margin-bottom: 20px;
}

.hide {
  display: none !important;
}

#login-form > .form-group {
  margin: 15px 0 0 !important;
}

#login-form > .checkbox {
  margin-top: 10px;
}

@media (max-width: 649px) {
  .container, footer {
    max-width: 95%;
    margin: auto;
  }
}
@media (min-width: 650px) {
  .container, footer {
    max-width: 620px;
  }
}
@media (min-width: 990px) {
  .container, footer {
    max-width: 960px;
  }
}
@media (min-width: 1270px) {
  .container, footer {
    max-width: 1240px;
  }
}
/*
@media (min-width: 1441px) {
    .container {
        max-width: 1240px;
    }
}
*/
.firstThreeNewsContainer {
  display: none;
}

.remove-container-padding {
  padding-right: 0;
  padding-left: 0;
}

/* Fonts */
/** Ultra Light */
@font-face {
  font-family: "San Francisco Light";
  font-weight: 100;
  src: url("../fonts/SFPro/sanfranciscodisplay-ultralight-webfont.woff");
}
/** Thin */
@font-face {
  font-family: "San Francisco Thin";
  font-weight: 200;
  src: url("../fonts/SFPro/sanfranciscodisplay-thin-webfont.woff");
}
/** Regular */
@font-face {
  font-family: "San Francisco Regular";
  font-weight: 400;
  src: url("../fonts/SFPro/sanfranciscodisplay-regular-webfont.woff");
}
/** Medium */
@font-face {
  font-family: "San Francisco Medium";
  font-weight: 500;
  src: url("../fonts/SFPro/sanfranciscodisplay-medium-webfont.woff");
}
/** Semi Bold */
@font-face {
  font-family: "San Francisco Semi Bold";
  font-weight: 600;
  src: url("../fonts/SFPro/sanfranciscodisplay-semibold-webfont.woff");
}
/** Bold */
@font-face {
  font-family: "San Francisco Bold";
  font-weight: 700;
  src: url("../fonts/SFPro/sanfranciscodisplay-bold-webfont.woff");
}
body {
  background: #f4f4f2;
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 35px;
  font-family: "San Francisco Light", "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
}

h2 {
  font-size: 16px;
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
}

h3 {
  font-size: 16px;
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
}

label {
  font-family: "San Francisco Semi Bold", "Helvetica", "Arial", sans-serif;
}

.sf-bold {
  font-family: "San Francisco Medium", "Helvetica", "Arial", sans-serif;
}

.sf-bold b {
  font-family: "San Francisco Light", "Helvetica", "Arial", sans-serif;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.mainSection {
  margin-bottom: 20px;
}

.article-info.breadcrumb .fas {
  margin: 0 7px;
  line-height: 1.2;
}

.articleImgContainer {
  background: #e1e1e1;
  text-align: center;
  margin-bottom: 20px;
}

.articleMainImage {
  width: 100%;
  max-width: 750px;
}

.articleText {
  max-width: 750px;
  margin: auto;
}

.articleBody time {
  margin: 15px 0;
  display: block;
  font-weight: bold;
}

.entryBoxInsideContainer {
  background: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.listingContainer .entryBox {
  border: solid #dfdfdd;
  padding: 0;
  border-width: 0 1px 1px 0;
  margin-right: 15px;
  width: 289px;
  position: relative;
}

.listingContainer .entryBoxInsideContainer {
  padding: 0 !important;
  margin: 0;
}

.listingContainer .entryImgContainer {
  height: 180px;
}

.listingContainer .classifiedPhotoListing > a {
  max-height: 133px;
  display: inline-block;
  overflow: hidden;
}

.trending-tag-title {
  margin: 20px 0;
}

.tagInCloud {
  margin: 10px 5px;
}

.btn-light {
  border: 1px solid #d1d1d1;
}

.trandingTags {
  max-width: 750px;
  margin: auto;
}

.trandingTags > p {
  font-weight: 100;
  font-size: 20px;
  margin-top: 30px;
}

.trandingTags ul {
  margin: 0;
  padding: 0;
}

.biz-dir-page-list .entryBoxInsideContainer {
  padding: 0 !important;
  margin: 0;
}

.biz-dir-page-list .entryBox {
  border: solid #dfdfdd;
  padding: 0;
  border-width: 0 1px 1px 0;
  margin-right: 15px;
  width: 289px;
}

.real-estate-page-list .entryBox, .biz-dir-page-list .entryBox {
  overflow: inherit !important;
}

.premium .biz-headline h2 {
  margin-left: 50px;
}

.sale-box {
  left: -5px;
  position: absolute;
  top: -4px;
  overflow: hidden;
  height: 85px;
  width: 85px;
  text-align: center;
  z-index: 1;
}

.sale-label {
  font: 700 12px/12px Arial, Helvetica, sans-serif;
  color: #fff;
  background: #f13340;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -11px;
  top: 17px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sale-label:before {
  position: absolute;
  bottom: -3px;
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ad2b34 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sale-label:after {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ad2b34 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sale-label.oferta {
  background: #90B71C;
}

.sale-label.oferta:before, .sale-label.oferta:after {
  border-color: #81A010 transparent transparent transparent;
}

.sale-box:hover {
  z-index: 1;
}

.biz-dir-page-list .entryImgContainer {
  height: 200px;
}

.entryImgContainer {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.entryImg {
  width: 100%;
  height: auto;
}

.entryTitle {
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
  margin: 5px 10px 20px;
  font-size: 18px;
}
.entryTitle p {
  font-size: 14px;
  line-height: 1.4;
}

.real-estate-price {
  font-family: "San Francisco Semi Bold", "Helvetica", "Arial", sans-serif;
  display: block;
}

.real-estate-location {
  font-size: 14px;
}

.entryDetails {
  margin: 10px 10px 20px;
}

.firstText {
  font-family: "San Francisco Medium", "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
}

.topSectionText {
  margin: 0 10px;
}

.sectionTopInfo a {
  margin: 0 10px;
  display: inline-block;
  padding: 0;
  width: auto;
}
@media (max-width: 649px) {
  .sectionTopInfo a {
    display: none;
  }
}

.threeNewsContainer {
  height: 90px;
  padding: 10px 15px;
  background: #fff;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.threeRowInsideBox {
  display: block;
  float: left;
  height: 70px;
  overflow: hidden;
}

.mobileMenuContainer {
  display: none;
}

.imgThree {
  height: auto;
  width: 90px;
  float: left;
  margin-right: 15px;
}

.newsEntryThreeImg {
  width: 100%;
}

.titleThree {
  font-size: 14px;
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
  line-height: 1.3;
  display: inline;
}

.titleThree a {
  display: inline !important;
}

.top-logo {
  max-width: 220px;
}

nav#top-menu {
  z-index: 2;
  position: relative;
  top: 0;
  margin: auto;
  /* background: #fc531d; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc531d+0,d31c19+100 */
  background: #fc531d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc531d 0%, #d31c19 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc531d 0%, #d31c19 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc531d 0%, #d31c19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc531d", endColorstr="#d31c19",GradientType=0 );
  /* IE6-9 */
}

nav#mobile-top-menu {
  background: #fc531d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc531d 0%, #d31c19 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc531d 0%, #d31c19 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc531d 0%, #d31c19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc531d", endColorstr="#d31c19",GradientType=0 );
  /* IE6-9 */
  padding: 5px 10px;
  height: 35px;
  margin-bottom: 10px;
}

nav#mobile-top-menu i.fa-bars {
  font-size: 24px;
  color: #fff;
  float: left;
}

nav#mobile-top-menu i.fa-search {
  font-size: 24px;
  color: #fff;
  float: right;
}

a.text-menu {
  color: #fff;
  text-shadow: 1px 1px #333;
}

#topDropdownMenu {
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px #333;
}

.firstThreeNewsContainer {
  display: none;
}

.lastThreeNewsContainer {
  display: inline-block;
}

.article-info.breadcrumb {
  text-transform: capitalize;
  margin-bottom: 0;
}

.main_listing_photo img {
  width: 100%;
}

.sectionTitle h1 {
  width: 100%;
  border-bottom: 3px solid #333;
}

.real-estate-page .entryDetails {
  margin-top: 5px;
}

.adDemo {
  width: 300px;
  height: auto;
  min-height: 250px;
  position: relative;
  z-index: 1;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 0;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sideBox {
  margin-bottom: 15px;
  background-color: #d1d1d1;
  position: relative;
}

.listingDetails {
  margin-bottom: 20px;
}

.listingDetails > div {
  padding: 0 !important;
}

.listingDetails > div > div {
  background: #fff;
  padding: 10px 15px;
  margin: 1px;
}

.listingDetailsOwnerInfo {
  margin-bottom: 20px;
  margin-top: 20px;
}

.listingDetailsOwnerInfo > div {
  padding: 0 !important;
}

.listingDetailsOwnerInfo > div > div {
  background: #fff;
  padding: 10px 0 0 15px;
}

.listingDetailsOwnerInfo > div:last-child > div {
  padding-bottom: 15px !important;
}

.re-second {
  font-size: 16px;
}

.re-location-in-list {
  margin-bottom: 5px;
}

.contactPublisherBox {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f2f2f2;
}

.contactPublisherBox > div {
  padding: 0 15px 15px;
  margin-bottom: 0;
}

.contactPublisherBox > div:first-child {
  padding-top: 15px;
}

.contactPublisherBox > .form-group:first-child {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 15px;
}

.mPublisherS {
  display: none;
}

.mPublisher label {
  margin: 0;
  color: #444;
}

.mPublisher input {
  padding: 5px 10px;
  height: 35px;
}

.mPublisher textarea {
  height: 90px;
}

.mPublisher label {
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
}

.mPublisher input {
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
}

.custom_attributes_Rent_Sale {
  position: absolute;
  top: 0;
  font-size: 14px;
  z-index: 1;
  font-weight: bold;
  right: 0;
}

.custom_attributes_Rent_Sale .for_rent {
  background: rgba(255, 239, 48, 0.8);
  padding: 2px 5px;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  margin-right: 5px;
  display: inline-block;
}

.custom_attributes_Rent_Sale .for_sale {
  background: rgba(255, 165, 0, 0.7);
  padding: 2px 5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  margin-right: 5px;
  display: inline-block;
}

.rent_price {
  font-family: "San Francisco Regular", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}

.emEncoded {
  padding: 2px;
}

.custom_fields_thumbs {
  position: absolute;
  bottom: 0;
  margin: 0;
  color: #222;
  font-size: 13px;
  right: 0;
  width: 100%;
  background: #e1e1e1;
  padding: 0;
  text-align: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  max-height: 30px;
  overflow: hidden;
}

.custom_fields_thumbs .meta {
  float: right;
  margin: 0 5px 0;
  border-right: 1px solid #dedede;
  padding: 5px 6px;
}

#articles-grid-my-news tr > td:first-child, #articles-grid-my-news thead tr th:first-child {
  display: none !important;
}

.simulateDisabledStyle {
  width: 100%;
  height: 300px;
  border: 1px #ccc solid;
  padding: 10px;
  background-color: #eee;
  overflow: scroll;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.customSelectContainer {
  position: relative;
  display: block;
  border: 1px solid #d5d9dd;
  border-radius: 3px;
  height: 40px;
  background: #fff;
}

.customSelectContainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #444;
  display: inline-block;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 8px 12px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.customInput {
  outline: none;
  color: #444;
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #d5d9dd;
  border-radius: 3px;
  height: 40px;
}

.customSelectContainer select:hover,
.customSelectContainer select:focus {
  cursor: pointer;
}

.customSelectContainer span.customSelectInner {
  font-size: 30px;
  color: #555;
  padding: 5px 10px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e1e1e1;
  line-height: 0;
}

.customSelectContainer select option[value*="-"] {
  display: none;
}

.customSelectContainer span.customSelectLabel {
  padding: 5px 10px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}

.addListingForm .form-group {
  margin-bottom: 30px;
}

.listingStateContainer {
  padding: 10px;
  margin: 0 0 20px;
}

.listingStateContainer .customSelectContainer {
  background: #fff;
}

.classifiedRow {
  background: #fff;
  margin: 0 10px 20px 0;
  padding: 10px;
  position: relative;
}

.classifiedPhotoListing {
  padding-left: 0;
}

.classifiedDetailListing h2 {
  font-size: 24px;
  text-transform: capitalize;
  padding-right: 70px;
}

.classifiedDetailListing {
  position: relative;
}

.classified-price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.classified-page .listing_description, .business-page .listing_description {
  margin-top: 20px;
}

.biz-headline {
  position: absolute;
  padding: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.biz-headline h2 {
  margin: 0;
  padding: 0;
}

.biz-headline h2 a {
  color: #fff !important;
  font-size: 18px;
}

.uploadMorePhotoListing {
  border-top: 1px dashed #aaa;
  margin: 30px 0 0;
  padding: 20px 0 0;
}

.uploadMorePhotoListing h4 {
  margin: 15px 0;
  font-size: 25px;
  text-transform: capitalize;
}

.uploadMorePhotoListing .table-striped {
  margin-top: 20px;
}

.setListingImage {
  display: inline;
}

.setImageIcons {
  text-align: right;
}

.mainListingPhotoIcon {
  display: none;
  margin: 0 20px 0 0;
}

input[disabled] {
  background-color: #eee;
  opacity: 1;
}

.sidebarContainer {
  background-color: #f5f5f5;
  padding: 15px;
  margin: -10px -15px 0 -15px;
}

.sidebarBox {
  margin: 0 0 30px;
}

.sidebarTitle {
  font-size: 18px;
  margin-bottom: 3px;
  display: block;
}

.sidebarItemContainer {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 0px #aaa;
  box-shadow: 1px 1px 1px 0px #aaa;
}

.sidebarItemContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebarItemContainer ul li a {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 5px;
  display: block;
}

.sidebarItemContainer ul li:last-of-type a {
  border-bottom: 0;
}

.sidebarItemContainer ul li a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.sidebarItemContainer ul li.active a {
  background: #eee;
}

.nav > li.pendingApprovalMsg {
  padding: 10px 15px;
  display: none;
  color: #ff6b09;
  text-shadow: 1px 1px 1px white;
}

.pendingApprovalMsg .badge {
  background-color: red !important;
  text-shadow: none;
}

.blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.is-basic-user #listings-grid thead tr th:first-child, .is-basic-user #listings-grid tr > td:first-child {
  display: none !important;
}

#add-news-policies-container {
  padding-left: 20px;
}

.policy-entry-box {
  padding: 10px 20px;
  background-color: #f1f1f1;
  margin: 20px 20px 20px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.policy-entry-box h4 {
  font-weight: bold;
  font-size: 16px;
}

#add-news-policies-container h1 {
  margin-left: 0;
}

.changeArticleState {
  padding-right: 12px;
}

table#employee-grid td .fa-trash-alt {
  padding-right: 12px;
}

.changeArticleState {
  font-size: 16px !important;
}

.changeArticleState:hover {
  cursor: pointer;
}

.note-toolbar {
  z-index: 1 !important;
}

.glowerActive {
  border: 1px solid #3c763d !important;
  -webkit-box-shadow: 0 0 7px #3c763d;
  -moz-box-shadow: 0 0 7px #3c763d;
  box-shadow: 0 0 7px #3c763d;
}

.alert.editArtMsg {
  display: none;
}

#featuredImageControls .progress {
  margin: 5px 0 0;
  width: 100%;
  float: left;
  height: 15px;
}

#featuredImageControls .fileinput-button {
  float: right;
  margin-bottom: 16px;
}

#featuredImageUploadedPreview {
  max-width: 80px;
  display: inline-block;
  margin: 0 10px 0 0;
  max-height: 50px;
  overflow: hidden;
  float: left;
}

.featuredImageUploadedPreviewDefault {
  background: url(../images/defaultImage_106x80.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 70px;
  height: 50px;
}

.featuredArticleImgLabel {
  height: 18px;
  overflow: hidden;
}

#generalImageUploader #featuredImageControls .progress {
  margin-bottom: 20px;
}

#generalImageUploader #featuredImageControls .fileinput-button {
  float: left;
  margin-bottom: 0;
}

#generalImageUploader .imageGeneralUploadedPreview {
  margin: 10px 0;
}

#generalImageUploader .imageGeneralUploadedPreview img {
  width: 20%;
  float: left;
  margin-right: 20px;
  max-height: 60px;
}

#generalImageUploader .imageGeneralUploadedPreview textarea {
  width: 70%;
  height: 60px;
}

#imageUploaderPage .fileupload-buttonbar {
  margin-bottom: 20px;
}

.template-download td .glyphicon-trash, .template-upload td .glyphicon-trash {
  color: inherit !important;
  padding-right: 0 !important;
  font-size: inherit !important;
}

.template-download .preview, .template-upload .preview {
  max-width: 100px;
  display: block;
}

.template-download .preview img, .template-upload .preview img {
  width: 100%;
}

.introCounterLabel {
  font-weight: normal !important;
  font-style: italic;
}

.upload-featured-image {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 30px;
}

.photoListingDisabledContainer, .photoListingDisabledLayer, .photoListingDisabledText {
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.photoListingDisabledContainer {
  display: none;
}

.photoListingDisabledLayer {
  background: #fff;
  opacity: 0.7;
}

.photoListingDisabledText {
  padding-top: 15%;
  font-size: 18px;
  font-style: italic;
}

.note-editor.note-frame .note-editing-area .note-editable {
  border-radius: 5px;
}

.salesFunnelProduct .input-group-text {
  border-radius: 0;
}

.salesFunnelproductTitle {
  margin-bottom: 0;
}

.salesFunnelproductdesc {
  display: none;
  font-size: 16px;
  font-family: "San Francisco Light", "Helvetica", "Arial", sans-serif;
}

.salesFunnelProduct {
  margin-bottom: -1px;
}

.salesFunnelFinalProductsSelected {
  margin: 0 10px 20px;
  display: none;
}

.salesFunnelFinalProductsSelected span {
  color: #a1a1a1;
}

#contactForm #email {
  display: none;
}

#contactFormLanguageSupport {
  width: 40%;
  display: inline-block;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 30px;
  float: right;
}

#contactFormPhone {
  width: 60%;
  display: inline-block;
  margin-right: 0;
}

.contactLangLabels label {
  font-family: "San Francisco Medium", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}

.contactLangLabels label:first-child {
  margin-right: 10px;
}

.salesFunnelOptions {
  margin-bottom: 20px;
}

.listingMainContainer {
  position: relative;
}

.listingMainContainer h1 {
  margin-bottom: 20px;
}

.addListingBtn, .addListingGuest {
  position: absolute;
  top: 5px;
  right: 5px;
}

.salesFunnelLineContent {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto !important;
}

footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.mdb-color {
  background-color: #a2a2a2 !important;
  border-top: 10px solid #333;
}

footer.page-footer {
  bottom: 0;
  color: #fff;
}

.privacy-policy, .terms-of-use {
  margin: 0 15px;
}

.privacy-policy h1 {
  margin-left: 0;
  font-size: 38px;
}

.privacy-policy h2 {
  margin: 30px 0 15px 0;
  font-size: 30px;
}

.privacy-policy h3 {
  font-size: 24px;
}

.privacy-policy h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}

.privacy-policy p, .terms-of-use p {
  color: #555;
}

.terms-of-use h1 {
  margin-left: 0;
  font-size: 30px;
}

.terms-of-use h2 {
  margin: 30px 0 15px 0;
  font-size: 22px;
}

.business-categories {
  margin-bottom: 20px;
  /* background-color: #fc531d; */
  padding: 5px;
}

.biz-dir-cat .categoryItem {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px 15px;
  margin: 0 0 15px;
  background: #fff;
  text-align: center;
  height: 100px;
}

@media (min-width: 992px) {
  .biz-dir-cat .categoryItem {
    padding: 5px 10px 15px;
  }
}
.biz-dir-cat .biz-dir-cat > div {
  text-align: center;
  padding-right: 0 !important;
}

.biz-dir-cat a {
  text-decoration: none;
}

.biz-dir-cat .categoryItem h2 {
  font-size: 15px;
}

.biz-dir-page-list > h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.biz-dir-cat .categoryItem i {
  font-size: 30px;
  margin-bottom: 5px;
}

.business-categories > div > i {
  font-size: 24px;
  line-height: 0.9;
  display: inline-flex;
  float: right;
}

.business-categories > div > span {
  display: inline-flex;
  vertical-align: top;
  margin-right: 7px;
}

.showMoreBizDirCat:hover, .showAdminMenu {
  opacity: 0.8;
  cursor: pointer;
}

.mm-slideout {
  z-index: inherit !important;
}

.header-container {
  padding: 0;
  position: relative;
}

.logged-in-top-box {
  text-align: right;
}

.topLogoContainer, .topBannerContainer, .topButtonGroup {
  display: inline-block;
  vertical-align: top;
}

.topLogoContainer {
  width: 230px;
}

.topBannerContainer {
  width: 676px;
}

.topButtonGroup {
  width: 332px;
}

.topBannerContainer {
  vertical-align: middle;
  text-align: center;
  background: transparent;
}

.dropdown-menu.show {
  margin-top: -1px;
}

#topSettingInfo {
  border: 1px solid #b1b1b1;
  background: #fff;
}

.logged-in-top-box .dropdown-menu a {
  padding-bottom: 10px;
}

.logged-in-top-box .dropdown-menu a i {
  margin-right: 5px;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.languageSwitcherContainer img {
  width: 20px;
  border-radius: 2px;
}

.topButtonGroup .languageSwitcherContainer {
  text-align: right;
  margin-top: 20px;
}

.headerA img {
  border: 1px solid #b3b3b3;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-t-3 {
  padding: 2rem 0 !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.sidebarContainer {
  display: none;
}

.showAdminMenu {
  display: block;
}

.showAdminMenu .fas {
  float: right;
}

footer > .container {
  margin-top: 20px;
}

/**
********************************************************************************
Below you get the breakdown styles
********************************************************************************
 */
@media (max-width: 649px) {
  #top-menu {
    display: none;
  }

  .topSearchIcon {
    display: none !important;
  }

  .container, footer {
    width: 300px;
  }

  .topButtonGroup {
    clear: both;
    display: block !important;
    max-width: 100%;
    width: 100%;
    flex: auto;
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }

  .topButtonGroup > .btn {
    margin-right: 4px !important;
    padding: 5px;
    font-size: 0.84rem;
  }

  .topLogoContainer {
    width: 100%;
    max-width: 100%;
    flex: auto;
    text-align: center;
  }

  .articleMainImage {
    max-width: 100%;
  }

  .addListingBtn, .listingMainContainer .showModalSubmitContent {
    max-width: 80px;
    white-space: normal;
    text-align: center;
  }

  .listingMainContainer h1 {
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 200px;
  }

  .classified-price {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }

  .header-container {
    margin: 0;
  }

  .header-container {
    margin-bottom: 90px;
  }

  .topBannerContainer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 170px;
  }

  .topBannerContainer img, .topBannerContainer .headerA > div {
    width: 100%;
    height: auto;
  }

  .logged-in-top-box {
    text-align: center;
  }

  .topButtonGroup .languageSwitcherContainer {
    position: absolute;
    right: 0;
    top: -40px;
  }

  .listingPage .internal-content-area .showModalSubmitContent.btn, .addListingBtn {
    display: none;
  }
}
@media (min-width: 650px) {
  #top-menu {
    display: none;
  }

  .topSearchIcon {
    display: none !important;
  }

  header > .row {
    flex-wrap: nowrap !important;
  }

  .internal-content-area {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .internal-sidebar-area {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
  }

  .sideBox {
    display: inline-block;
  }

  .sideBox:nth-child(odd) {
    margin-right: 15px;
  }

  .header-container {
    margin-bottom: 110px;
  }

  .topBannerContainer {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
  }

  .topButtonGroup {
    float: right;
  }

  .topBannerContainer img, .topBannerContainer .headerA > div {
    width: 100%;
    height: auto;
  }

  .logged-in-top-box {
    text-align: right;
  }
}
@media (min-width: 990px) {
  .sidebarContainer {
    display: block !important;
  }

  .showAdminMenu {
    display: none;
  }

  .secondentryBox {
    display: none;
  }

  .firstThreeNewsContainer {
    display: inline-block;
  }

  .lastThreeNewsContainer {
    display: none;
  }

  #top-menu {
    display: block;
  }

  #mobile-top-menu {
    display: none;
  }

  .topSearchIcon {
    display: block;
  }

  .internal-content-area {
    display: inline-block;
    max-width: 65%;
    float: left;
    margin-right: 3%;
    width: 100%;
  }

  .internal-sidebar-area {
    display: inline-block;
    max-width: 32%;
    float: left;
  }

  .sideBox:nth-child(odd) {
    margin-right: 0;
  }

  .topBannerContainer {
    background: #d1d1d1;
  }

  .topBannerContainer img, .topBannerContainer .headerA > div {
    height: 90px;
    width: 600px;
    margin: auto;
  }
}
@media (min-width: 1270px) {
  .secondentryBox {
    display: inline-block;
  }

  .firstThreeNewsContainer {
    display: none;
  }

  .lastThreeNewsContainer {
    display: inline-block;
  }

  .internal-content-area {
    max-width: 75%;
    margin-right: 0;
  }

  article.internal-content-area {
    max-width: 72%;
    margin-right: 3%;
  }

  .internal-sidebar-area {
    max-width: 25%;
  }

  .myAccountPage {
    font-size: 14px;
  }

  .header-container {
    margin-bottom: 0;
  }

  .topBannerContainer {
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 670px;
  }

  .footerCopyInfo {
    flex: none;
    max-width: none;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 649px) {
  #articleGallery a {
    width: 135px;
    padding: 2px;
  }
}

/*# sourceMappingURL=css_v1.8.css.map */