body { 
  background-color: #2E363F;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  font-weight: 300;
}
p, ol li, ul li {
  color: #333;
}
ol, ul {
  padding-left: 20px;
  list-style: none;
}
ol li, ul li {
  padding: 5px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.small-text {
  font-size:11px;
}
.sub-txt {
  font-style: italic;
  font-size: 13px;
}
span.bold {
  font-weight: bold;
}
.logo img {
  height: 67px;
}
.breadcrumb>li {
  color: #fff;
}
.flash-message {
  padding: 10px;
  text-align: center;
}
.error {
  color: #cc0000;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
i.big-icon {
  font-size: 2.8em;
  color: #aaa;
  margin: 4px 5px 0 10px;
}
i.big-icon.active:hover {
  color: #777;
}
i.big-icon.active, i.big-icon2.active  {
  color: #666;
  cursor: pointer;
}
i.big-icon2 {
  font-size: 2.8em;
  color: #aaa;
  margin: 15px 5px 0 10px;
}
span.gray {
  color: #919191;
}
span.gray-light {
  color: #cdcdcd;
}
div.gray-light {
  padding: 10px;
  background-color: #cdcdcd;;
}
#map {width: 310px; height:320px;}
.quote-container {
  width: 800px;
}
.top-nav {
  list-style: none;
}
.top-nav li {
  float:left;
}
#slider .btn {
  color: #fff;
}
footer address .footer-sprite {
  margin-bottom: 0;
}
footer .footer-bar .fa {
  font-size: 24px;
}

footer .footer-content {
  text-transform: none;
  background-color: #222;
}

footer .footer-content .column {
  margin-bottom: 15px;
}

footer .footer-content .column img {
  margin-right: 15px;
}

footer .footer-bar .copyright {
  text-transform: none;
  color: #fff;
  padding: 0;
}

footer .footer-bar .toTop {
  width: auto;
  border-left: none;
  padding-right: 15px;
}

footer .footer-content h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}

footer .footer-content ul li {
  color: #ffffff;
}
header#page-title  {
  color: #fff;
  background-color: #333;
  padding-top: 23px;
  margin-bottom: 17px;
  background-position: 50% 75%;

}
header#page-title h1 {
  color: #fff;
}
header#topHead, header#topHead a {
  color: #fff;
  background-color: #333;
}
header#topHead a:hover {
  color: #ddd;
  text-decoration: none;
}
.navbar {
  border: none;
  font-size: 13px;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0;
}
#wizard .navbar {
  margin-bottom: 20px;
}

#wizard_bar .nav-pills {
  text-align: left;
  /*margin-left: 15px;*/
}
#wizard_bar .nav-pills li {

  background-color: #eee;

}
#wizard_bar .nav-pills li a {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
  /*margin-right: 8px;*/
  background-color: #666;
  color: #fff;
}
#wizard_bar .nav-pills li.active a {
  background-color: #A00000;
}

#wizard_bar .nav-pills li.disabled a {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}

#wizard_bar .nav-pills li.disabled a {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}

#wizard_bar .step {
  text-align: left;
  /*margin-left: 15px;*/
}
#wizard_bar .step li {

  background-color: #eee;

}
#wizard_bar .step li a {
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
  /*margin-right: 8px;*/
  background-color: #666;
  color: #fff;
}
#wizard_bar .step li.active a {
  background-color: #A00000;
}

#wizard_bar .step li.disabled a {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}

#wizard_bar .step li.disabled a {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}
.nav>li.disabled>a {
  color: #777;  
}
.breadcrumb li a {
  color: #ddd;
}
#city_postcode_search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
fieldset.search-group {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 20px;
  margin: 0 10px 30px 10px;
  background: #a00000;
}
#location_search {
  position: relative;
}
#psearch {
  margin-left: 10px;
}
fieldset.light-border {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  float: left;
  text-align: left;
  width:100%;
}
fieldset.search-group {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 20px;
  margin: 0 0 30px 0;
  background: #a00000;
}
a.update-address-btn, fieldset.search-group label {
  color: #ffffff;
}
.form-control {
  /*height: 36px;*/
}
.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}
.form-actions {
  background: none !important; 
}
.text-md-right {
  text-align: right !important;
}
.pager {
  width: 100%;
}
.pager li>a, .pager li>span {
  display: inline-block;
  padding: 9px 18px;
  background-color: #a00000;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.pager li>a,
.pager li>a:hover,
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #a00000;
  border: 1px solid #ddd;
  padding: 9px 18px;
}
.btn-main,
.btn-main:hover {
  color: #fff;
  background-color: #5d8fc2;
  border: 1px solid #5d8fc2;
  padding: 9px 18px;
}
.original-price {
  color: red;
  text-decoration: line-through;
}
div.popup-container {
  position: relative;
}
div.sb-popup {
  position: absolute;
  z-index: 2000;
}
ul.search-results {
  position: relative;
  overflow: auto;
  max-height: 207px;
  list-style: none;
  z-index: 5;
  background: #fff;
  margin: 32px 0 0 -2px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
ul.search-results li {
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
.loader-wrap {
    z-index: 10000;
    opacity: 0.8 !important;
    margin-left: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #eee;
    transition: transform 0.3s ease-in-out,left 0.3s ease-in-out,opacity 0.2s ease-out,background-color 0.2s ease-out;
}
/*.public-page .loader-wrap {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 0 !important;
}*/
.loader-wrap .help-block {
    position: absolute;
    top: 40%;
    left: 50%;
    line-height: 30px;
    margin-top: 30px;
    margin-left: -180px;
    color: #333;
    font-size: 32px;
    line-height: 1.2em;
    vertical-align: middle;
}
.loader-wrap img.fa {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -74px !important;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -10px;
    font-size: 20px;
    vertical-align: middle;
}
/* FORM */
input.error, button.error, select.error, ul.error {
  border-color: #cc0000 !important;
  background-color: #f3d8d8 !important;
}

label.error {
  color: #cc0000;
  font-size: 11px;
}
input.ajax-response {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.bootstrap-datetimepicker-widget {
  width: 300px;
  overflow: hidden;
}
.bootstrap-datetimepicker-widget td.day {
  line-height: 10px;
  font-size: 10px;
  padding: 0;
  margin:0;
}
input.has-info {
  margin-right: 10px;
}
.input-info {
  display: block;
  padding: 5px 10px;
}
.desktop-only {
  display: inline;
}
.mobile-only {
  display: none;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}
.img-thumbnail:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFW…KYgngNYQjiB8QZiF8Q/0AChL/RO/uL+hUUcQNxExA/AgwAQCThORpp8DAAAAAASUVORK5CYII=) no-repeat;*/
}
/* QUOTE */
#quoteBtn {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
}
.re-filterbox.no-top {
  border: rgba(255, 255, 255, .5) 5px solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.re-filterbox {
  overflow: hidden;
    background-color: #ffffff;
    padding: 30px 20px;
    display: block;
    margin-bottom: 60px;
/*    color: #31708f;*/
    background-color: #f1f1f1;
    border-color: #bce8f1;
/*    background: rgb(225, 255, 255);
    background: rgba(225, 204, 102, .8);*/
}
/*.re-filterbox .form-control {
  border-color: #bce8f1;
}
.re-filterbox legend {
  border-bottom: 1px solid #bce8f1;
}*/
div.popup-container {
  position: relative;
}
div.sb-popup {
  position: absolute;
  z-index: 2000;
}
ul.search-results {
  position: relative;
  overflow: auto;
  max-height: 207px;
  list-style: none;
  z-index: 5;
  background: #fff;
  margin: 32px 0 0 -2px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
ul.search-results li {
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
.postcode-search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.original-price {
  color: red;
  text-decoration: line-through;
}
div.price-table ul li.highlight {
  background: #eee;
  font-size: 34px;
}
div.price-table .btn {
  margin-top: 20px;
}
@media only screen and (max-width:767px){ /* mobile */
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: inline;
  }
  #wrapper {
    padding-top: 5px !important;
}
}