/* theme style */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 100px; */ /*removed */
  color: #555;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}


a {
    color: #1a0dab;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #00a;

}

.pagination > li > a,
.pagination > li > span {
    color: #1a0dab;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #00a;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #1a0dab;
    background-color: #1a0dab;
}



/* end theme style */





/* Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #d51818;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #d51818;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #d51818;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-addon {
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

.full-height {
    height: 100%
}

.relative {
    position: relative
}

.text-yellow {
    color: #ffea00
}

.text-white {
    color: #fff
}

.text-green {
    color: #008000
}

.padding-right-0 {
    padding-right: 0
}

.padding-left-0 {
    padding-left: 0
}

.margin-top-10 {
    margin-top: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.pointer {
    cursor: help
}

.advanced-search .panel {
    margin-top: 5px
}

.entry-content {
    margin-bottom: 20px
}

.entry-content h2 {
    color: #036
}

@media (max-width:767px) {
    .visible-xs.inline {
        display: inline-block !important;
        *zoom: 1;
        *display: inline !important
    }
}

sup.required {
    font-weight: 600;
    color: #c00
}

.btn-secondary {
    color: #eee;
    background: #0a0;
    border-color: #000
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff
}

.main-head {
    background-color: #f6f6f7;
    border-bottom: 1px solid #e1e0e0;
    padding: 10px 0
}

.secondary-head {
    background: #fff;
    padding: 0px;
    padding-top: 15px;
}

.home-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 300px
}

.home-search-form {
    background-color: #333;
    background: rgba(120, 120, 120, 0.9);
    border: 1px solid #222;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 20px 20px
}

.inner-container {
    position: absolute;
    z-index: 1000;
    border-radius: 3px;
    padding: 0 20px 20px;
    width: 300px
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -150px
}

.home-search-form .advanced-search {
    position: static;
    display: block;
    text-align: right;
    margin-bottom: 10px
}

.home-search-form h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    font-size: 28px
}

.home-search-form a {
    color: #fff
}

.home-search-form a:hover {
    color: #ffea00
}

@media (min-width:768px) {
    .home-background {
        height: 500px
    }
    .home-search-form h1 {
        text-align: left;
        letter-spacing: 0;
        font-size: 36px
    }
    .home-search-form .advanced-search {
        position: absolute;
        top: 40px;
        right: 20px;
        margin-bottom: 0
    }
    .inner-container {
        width: 640px
    }
    .centered {
        margin-top: -140px;
        margin-left: -320px
    }
}

@media (min-width:992px) {
    .inner-container {
        width: 800px
    }
    .centered {
        margin-top: -140px;
        margin-left: -400px
    }
}

.disclaimer-text {
    color: #333;
    font-size: .9em
}

.item {
    background: #fff;
    margin-top: 25px;
    border-color: #eee;
    border-style: solid;
    border-width: 1px;

}

.vehicle-price {
    margin: 20px 0 10px;
    background-color: #d51818;
    font-family: 'Anton';
    text-transform: uppercase;
    padding: 10px 0 20px
}

.vehicle-price .price {
    font-size: 5em;
    display: block;
    line-height: 1em
}

.vehicle-price .price a {
    color: #ffea00
}

.vehicle-price .price sup {
    font-size: .4em;
    top: -1.2em;
    text-transform: none
}

.vehicle-price .easyfinance {
    font-size: 2.5em;
    color: #fff;
    display: block;
    line-height: 1em
}

.item .promo-tag {
    background-color: #ff0;
    background-color: rgba(255, 255, 0, 0.9);
    position: absolute;
    left: 0;
    font-size: 32px;
    padding: 5px 10px;
    color: #f00;
    font-family: 'Anton';
    text-transform: uppercase
}

.item .price-tag {
    background-color: #d51818;
    background-color: rgba(213, 24, 24, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 42px;
    padding: 5px 10px;
    color: #fff;
    font-family: 'Anton';
    text-transform: uppercase
}

.item .image {
    padding: 0;
    background-color: #ccc;
}

.img-responsive.fluid {
    max-width: none;
    width: 100%;
    
}

.item .item-bookmark {
    position: absolute;
    top: -4px;
    right: 20px;
    color: #999
}

.item-bookmark:focus {
    color: #999
}

.item-bookmark.active {
    color: #d51818
}

.item-description {
    padding-top: 10px
}

.item-description h2 {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: -1px
}

.item-description h2 a {
    text-decoration: none;
    font-weight: bold;
    color: #036;
}

.item-description h2 small {
    color: #047;
    line-height: 1.2em;
    letter-spacing: 0;
    display: block
}

.item-summary {
    margin-top: 10px
}

.item .btn-calculator {
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    border: 1px solid;
    padding: 14px 10px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    text-decoration: none
}

.item .btn-history {
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    border: 1px solid;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    text-decoration: none
}

.calculator-panel {
    position: absolute;
    top: 0;
    left: 0
}

.calculator {
    background-color: #0d3d6e;
    background-color: rgba(13, 61, 110, 0.9);
    width: 100%;
    color: #fff
}

.calculator form {
    padding: 15px
}

.calculator form .form-group {
    margin-bottom: 10px
}

.calculator form label {
    padding: 10px 0;
    font-weight: normal;
    float: left;
    font-size: 12px;
    display: block;
    line-height: 1em;
    margin: 0
}

.calculator h2 {
    margin-top: 0;
    font-size: 26px;
    color: #ffea00;
    font-family: Anton;
    text-align: center
}

.calculator h2 sup {
    font-size: .6em
}

.calculator .button-row {
    margin-top: 5px
}

.item .calculator .button-row .btn {
    font-size: 11px
}

.calculator .form-control {
    width: 40%;
    float: right
}

.calculator .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .9
}

.finance-badge {
    width: 130px;
    margin: 0 auto
}

.finance-badge .weekly-rate {
    position: absolute;
    text-align: center;
    font-family: Anton;
    color: #d51818;
    width: 100%;
    margin-top: 20px
}

.finance-badge sup {
    font-size: 3em
}

.finance-badge .dollar-amount {
    font-size: 5em;
    line-height: 1em;
    letter-spacing: -3px
}

.finance-badge small {
    font-size: 1.2em;
    line-height: 1em
}

.item-background {
    background-position: 50% 50%;
    padding: 10px 0 20px;
    position: relative
}

.item-background::after {
    content: "";
    background: #000;
    opacity: 0.0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.item-gallery {
    position: relative;
    z-index: 2
}

.vdp-title {
    line-height: 1em;
    margin: 0;
    font-weight: bold;
}

.vdp-sub-title {
    display: block;
    font-size: .7em
}

.vdp .finance-badge {
    width: 230px;
    margin: 0 auto 20px
}

.vdp .finance-badge sup {
    font-size: 5em
}

.vdp .finance-badge .weekly-rate {
    margin-top: 40px
}

.vdp .finance-badge .dollar-amount {
    font-size: 8em
}

.vdp .finance-badge small {
    font-size: 2.2em
}

@media (min-width:768px) {
    .vdp-sub-title {
        display: inline;
        font-size: 1em
    }
}

.spec-name {
    font-weight: bold;
    text-align: right
}

.vehicle-options {
    margin-bottom: 20px
}

.vehicle-options .list-unstyled {
    margin-bottom: 0
}

.vehicle-options .list-unstyled li {
    line-height: 2em
}

@media (min-width:768px) {
    .item .calculator .button-row {
        margin-top: 12px
    }
    .item .finance-badge .weekly-rate {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .item .calculator .button-row {
        margin-top: 5px
    }
}

@media (min-width:1200px) {
    .item .calculator .finance-form {
        margin-top: 20px
    }
    .item .calculator h2 {
        font-size: 36px
    }
    .item .calculator .button-row {
        margin-top: 24px
    }
    .item .finance-badge {
        width: 150px
    }
    .item .finance-badge .weekly-rate {
        margin-top: 30px
    }
}

.calculator-shell {
    display: none
}

.logo img {
    width: 220px;
    height: auto
}

.pagination-container {
    text-align: center;
    margin: 20px 0
}

.pagination-container .dropdown-menu {
    background-color: #fff;
}

.pagination-container .nav {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.pagination-container .page-icon {
    float: left;
    margin-right: 5px
}

.pagination-container .nav-pills li a.pill {
    background: #fff;
    color: #333;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143
}

.pagination-container .nav-pills li a.pill:hover {
    background: #eee;
    color: #333
}

.pagination-container .nav-pills li.disabled span.pill {
    position: relative;
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143
}

.pagination-container .nav-pills li.disabled span.pill,
.pagination-container .nav-pills li.disabled span.pill:hover {
    background: rgba(238, 238, 238, 0.7);
    color: rgba(51, 51, 51, 0.7)
}

.pagination-container .nav-pills>li+li {
    margin: 0
}

.pagination-container .nav-pills>li a.pill {
    border-radius: 0
}

.pagination-container .nav-pills>li.open a {
    border-color: #ccc
}

.pagination-container .nav-pills>li:first-child a {
    border-radius: 3px 0 0 3px
}

.pagination-container .nav-pills>li:last-child a {
    border-radius: 0 3px 3px 0
}

.pagination-container .page-prev {
    border-right: 1px solid #ccc
}

.pagination-container .page-next {
    border-left: 1px solid #ccc
}

.pagination-container .dropdown-menu {
    max-height: 350px;
    overflow: auto
}

.dropdown-menu li.disabled a,
.dropdown-menu li.disabled a:hover {
    background: #666;
    color: rgba(51, 51, 51, 0.1)
}

.navbar {
    margin-bottom: 0
}

.navbar-toggle {
    border: 1px solid #333;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-collapse {
    border-top: 0;
    box-shadow: none
}

.navbar-nav li a {
    color: #333;
    text-align: right
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    background: none
}

.navbar-nav li a:hover {
    color: #000;
}

@media (min-width:992px) {
    .navbar-nav li a {
        text-align: left
    }
}

.footer {
    color: #333;
    background: #eee;
    padding: 20px 0
}

.navbar-footer .navbar-nav li a {
    padding: 0 15px;
    border-right: 1px solid #ccc
}

.navbar-footer .navbar-nav li:last-child a {
    border: 0
}

.copyright,
.footer_menu {
    text-align: center
}

.footer_menu {
    margin-top: 20px
}

.footer_menu li a {
    color: #333;
}

.footer_menu li a:hover,
.footer_menu li a:active {
    color: #333;
    text-decoration: underline
}

@media (min-width:768px) {
    .footer_menu {
        text-align: right;
        margin: 0
    }
    .copyright {
        text-align: left
    }
}

.panel-group .panel {
    background: none;
    border: 0;
    box-shadow: none
}

.panel-group .panel-default {
    border: 0
}

.panel-group .panel-heading {
    background: #e1e1e1;
    border: 0;
    border-radius: 0;
    font-weight: 600
}

.search-filter h2 {
    font-size: 28px
}

.scombobox {
    margin: 0
}

.scombobox-display {
    padding: 6px 19px 6px 8px
}

.range-input {
    display: none;
    margin-top: 10px;
    font-weight: 600
}

.noUi-extend .noUi-connect {
    background: #2a2335
}

.carousel {
    margin-top: 10px
}

.carousel .active {
    margin: 0
}

.item .thumb {
    width: 19.2%;
    cursor: pointer;
    float: left;
    margin-left: 1%
}

.item .thumb.first {
    margin-left: 0
}

.item .thumb img {
    width: 100%
}

.item img {
    width: 100%
}

.carousel-control {
    width: 10%
}

.panel-grey {
    padding: 10px 20px 5px;
    background: #ddd;
    margin-top: 10px;
    border: 1px solid #c0c0c0
}

.panel-grey h2 {
    margin-top: 10px;
}

.panel-grey .telnum {
    font-weight: bolder;
    white-space: nowrap;
}

.panel-blue {
    color: #fff;
    padding: 10px 20px 5px;
    background: #036;
    margin-top: 10px
}

.panel-blue h2 {
    margin-top: 10px
}

.share-btn {
    background-color: #28893d;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 100;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 1em;
    font-size: 1.4em;
    padding: 8px 10px;
    opacity: .7
}

.share-btn:focus,
.share-btn:hover,
.share-btn:active {
    color: #fff
}

.share-btn:hover,
.share-btn.active {
    opacity: 1
}

.social-links {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 10px 0;
    width: 220px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99
}

.social-links a {
    color: #000;
    line-height: 2em;
    text-decoration: none
}

.social-links a .fa {
    width: 50px;
    font-size: 2.5em;
    text-align: center
}

@media (min-width:768px) {
    .share-btn {
        bottom: auto;
        top: 50%;
        left: 50%;
        margin-left: -380px
    }
    .social-links {
        bottom: auto;
        width: 220px;
        top: 50%;
        left: 50%;
        margin-left: -360px
    }
    .social-links a {
        line-height: 1em
    }
    .social-links a .fa {
        width: 20px;
        font-size: 1em;
        text-align: center
    }
}

@media (min-width:992px) {
    .share-btn {
        margin-left: -490px
    }
    .social-links {
        margin-left: -470px
    }
}

@media (min-width:1200px) {
    .share-btn {
        margin-left: -590px
    }
    .social-links {
        margin-left: -570px
    }
}

.social-links .fa-facebook-square {
    color: #0e4781
}

.social-links .fa-twitter-square {
    color: #3b8eb7
}

.social-links .fa-google-plus-square {
    color: #d02e2e
}

.social-links .fa-instagram {
    color: #2d5783
}

.social-links .fa-pinterest {
    color: #d02e2e
}

.social-links .fa-print {
    color: #212121
}

.social-links .fa-bookmark {
    color: #c11717
}

.social-links .fa-users {
    color: #548928
}

.social-links .fa-list {
    color: #212121
}

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: .4em 1.6em 1.6em 0
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: .4em 0 1.6em 1.6em
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 1.6em
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em
}

.street-view {
    padding-bottom: 40%
}

.radio-badge {
    position: absolute;
    top: -70px;
    right: -50px;
    width: 100px;
    z-index: 1000;
    transform: rotate(14deg)
}

.badge-slogan {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    font-size: .7em;
    margin-left: -15px
}

@media (min-width:768px) {
    .radio-badge {
        top: -50px
    }
}

@media (min-width:992px) {
    .badge-slogan {
        position: absolute;
        bottom: 3px;
        width: 100%;
        text-align: center;
        font-size: .7em;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .badge-slogan {
        font-size: .9em;
        bottom: 6px
    }
}

@media (max-width:991px) {
    .back-to-search {
        position: fixed;
        width: auto;
        bottom: 40px;
        right: 10px;
        z-index: 1000
    }
}

.toggle-search {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 1000
}

@media (max-width:1199px) {
    #ggChatStick {
        display: none !important
    }
    .search-panel {
        background-color: #f2f2f2;
        height: 100%;
        overflow-y: scroll
    }
    .offcanvas-sm.in {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .col-xs-6 .fileinput-preview.thumbnail {
        width: 130px;
        height: 90px
    }
}

@media (min-width:768px) {
    .col-sm-4 .fileinput-preview.thumbnail {
        width: 207px;
        height: 140px
    }
}

@media (min-width:992px) {
    .col-sm-4 .fileinput-preview.thumbnail {
        width: 199px;
        height: 140px
    }
}

@media (min-width:1200px) {
    .col-sm-4 .fileinput-preview.thumbnail {
        width: 249px;
        height: 160px
    }
}

.finance-enquiry {
    background-color: #036;
    margin-top: 20px;
    color: #fff
}

.finance-enquiry h3 {
    color: #ffea00
}

.has-error .form-control {
    background: #f1e0e0
}

.slider-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.background-grey {
    background-color: #f2f2f2;
}

.background-white {
    background-color: #fff;
}

.search-title {
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    margin-left: 15px
}

.bg-promo {
background-color: #fff;
padding: 10px;
margin: 10px;
color: #333;
} 

.bg-promo a{
text-decoration: none;
color: #333;
}

#loading-img {
    background: url(https://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #999999;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}