body {
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
}
button, input, label, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
h2 {
    text-align: center;
    font-size: 2em;
    color: #3d7cc3;
}
.h3, h3 {
    color: #498bcf;
}
hr {
    border-top: 6px solid #fbff00;
}
p {
  font-size: 14px;
}
.small, small {
    font-size: 75%;
    line-height: 0px;
}
.dropdown-menu>li>a {
    line-height: inherit;
}
.nav-child .dropdown-menu {
    min-width: 100%;
}
nav li {
    line-height: 18px;
}
.page-header {
    border-bottom: 6px solid #fefc05;
}
nav.navigation {
    font-size: 16px;
    font-weight: bold;
}
.header--fixed {
    z-index: 100;
}
#brand img {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.navigation li {
    position: relative;
    display: inline-block;
}
body section {
    padding-top: 100px;
}
.modal {
    display: inline;
    position: unset;
}
#copy {
    font-size: 12px;
}
#copy .module {
    font-size: 12px;
}
#copy .moduletable {
    margin-bottom: 0;
    padding: 10px;
}
.umenub li {
    display: inline-block;
}
.umenu {
    border: 5px #fef900 solid;
    background: #3c8dce;
}
.umenu h3, .umenu a, .umenu a:visited {
    color: #ffffff;
}
.umenu a:hover {
    color: #3c8dce;
}
.moduletable {
    margin-bottom: 0;
    padding: 0 10px;
}
.alert {
    background: #3c8dce;
    border: 10px solid #feff04;
    color: #ffffff;
}
.alert .close {
  	color: #ffffff;
  	opacity: 1;
}
.alert:hover {
    color: #fffd01;
}
.pbuyerdetails {
    background: #174777;
    border: 10px #fffc04 solid;
    color: #ffffff;
    padding: 15px;
}
#footer {
    background-color: #498bcf;
}
.footer-menu .moduletable {
    padding-top: 0;
}
.footer-menu h3 {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.footer-menu li a {
    padding: 0;
    font-size: 12px;
    color: #ffffff;
}
.footer-menu li a:hover, .footer-menu li a:focus {
    color: #fdff00;
    background-color: transparent;
}
/*
ul {
    padding-left: 0;
}
ul {
    list-style: none;
}
*/


@media (max-width: 480px) {
  #brand, #brand img {
    width: 80% !important; } 
}
.btn-danger:hover, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    background-color: #1a487a;
    border-color: #545454;
}
.btn-danger {
    background-color: #1c4475;
    border-color: #000000;
}
.cats {
    background: #e4f1ff;
    padding-bottom: 10px;
}
.cats i {
    padding: 15px;
}
.tooltip-inner {background-color: #f00;}
.tooltip > .tooltip-arrow { border-bottom-color:#f00; }

/* Property Customisations */
#properties_comparing .col-md-12, #propertydetails .col-md-12, #propertydetails .col-md-8, #propertydetails .col-md-6 {
    padding-left: 15px !important;
}
.relateddetails a {
    padding-left: 15px;
}
.propertypricevalue {
    background: #508ecb none repeat scroll 0 0;
}
.toplisting .property_item {
    background: none;
    border: none;
    border-radius: 0;
}
.proprty_item_box {
    background: #f6f6ff;
}
#agentdetails #filter-bar {
    display: none;
}
.bid-now-box {
    padding: 0 15px 15px;
    border: 1px solid #DDD;
    background: #efefef;
    margin-top: 15px;
}


/* Subscriptions Customisations */

.osm-plan-price {
    display: none;
}
.osm-pricing-table-flat .osm-plan {
    background-color: #3c8dce !important;
    border-radius: 0 !important;
}

/* Auction Customisations */
td.auction_info {
    display: none;
}
.ui-widget-header {
    border: none;
    background: none;
}
.auction_bids_list {
    font-size: 10px;
}
.auction_bids_list .bids_price, .auction_bids_list .bids_currency {
    font-size: 12px;
}
.osm-plan-header {
    min-height: 80px;
}
.osm-plan-short-description {
    min-height: 50px;
}

/* Font Awesome */
.fa-shopping-bag {
    color: #134071;
}
.fa-money-bill-wave-alt {
    color: #498bcf;
}
.fa-building {
    color: #a52a2a;
}
/* Page Loader */
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
}
.spinner {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fbfe01;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.auction_title { margin-bottom: 20px; }
.ap-div { position: relative; display: inline-block; width: 100%; }
.ap-div a { display: inline-block; width: 100%; }
.ap-div a img { width: 100%; }
.top-apd {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37px;
    background: none repeat scroll 0 0 #ffff01c2;
    color: #337ab7;
    padding: 7px;
    margin: 5px;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.bottom-apd { position: absolute; bottom: 0; left: 0; width: 100%; background: #063d71; color: #fff; padding: 10px; text-align: left; }
.bid-pro-btn{ margin-top: 20px; }
.pro-massage { position: fixed; display: none; }

.ui-dialog{position: absolute;left: 0;right: 0;top:15%;bottom: 0;margin: 0 auto;    max-height: fit-content;background-color: #fff;    border: none;box-shadow: 0px 10px 32px #616161;padding-top: 20px;border-radius:0;}
 .ui-widget-content{background: none;background-color: #fff;}
 .ui-widget-content .ui-dialog-buttonpane button{background-color:#5eb054;border:none;padding:10px 35px;color: #fff;float: left;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float: left !important; }

.show-grid .auction_thumbnail_myauction img{width: 35% !important;}
