body,
html {
    width: 100%;
    overflow-x: hidden;
}
body {
    height: 100%;
    font-family: Comfortaa, cursive;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    background: #fff;
    position: relative;
}
.brand,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-weight: 400;
}
.h1,
h1 {
    font-size: 40px;
}
.h2,
h2 {
    font-size: 32px;
}
.h3,
h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
p {
    font-size: 15px;
    line-height: 1.4em;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #999;
    font-weight: 300;
    line-height: 1;
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 60%;
}
h1 .subtitle {
    display: block;
    line-height: 40px;
    margin: 15px 0 30px;
}
p {
    padding: 0 0 1em;
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.noPaddingLeft {
    padding-left: 0!important;
}
.noPaddingRight {
    padding-right: 0!important;
}
.lead {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 32px;
}
a {
    color: #999;
    outline: 0;
    font-weight: 700;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.HPHeading {
    color: #fff;
}

.lSSlideOuter.vertical .lSAction>.lSPrev, .lSSlideOuter.vertical .lSAction>.lSNext {
    top: 50%;
    left: 25px;
    background-position: initial;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    left: auto;
    right: 25px;
}

.whyChooseUs {
    margin: 50px 0;
}
.whyChooseUs li {
    font-size: 18px;
    line-height: 34px;
}
#enquirySent {
    margin-bottom: 40px;
}
#enquirySent p {
    font-size: 22px;
}
#featured .item {
    margin: 3px;
}
#featured .item img {
    display: block;
    width: 100%;
    height: auto;
}
.pageList {
    text-align: center;
    margin-top: 20px;
}
.pageList li {
    display: inline;
    margin-left: 4px;
}
.pageList li .current {
    background-color: #ffdb00;
    color: #333;
}
.pageList li a {
    color: #333;
    padding: 10px;
    background-color: #dcdcdc;
}
.pageList li a:hover {
    background-color: #ffdb00;
    color: #333;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
a:hover {
    text-decoration: none;
    color: #1f2222;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
a:focus {
    color: #999696;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0 none;
}
input {
    outline: 0;
    border: none;
    width: 100%;
    height: inherit;
    color: #333;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}
button {
    border-radius: 3px;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
    outline-offset: 0;
    border: none;
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
}
.btn {
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    padding: 8px 16px;
}
.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}
.btn-sm,
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
}
.btn-wd {
    min-width: 100px;
}
.btn-default {
    color: #777;
    border-color: #999;
}
.btn-info {
    color: #2ca8ff;
    border-color: #2ca8ff;
}
.btn-success {
    color: #05ae0e;
    border-color: #05ae0e;
}
.btn-warning {
    color: #fdc600;
    border-color: #fdc600;
}
.btn-danger {
    color: #ff3b30;
    border-color: #ff3b30;
}
.btn:hover {
    opacity: 1;
}
.input-lg {
    height: 56px;
    padding: 10px 16px;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #1d62f0;
    border-color: #1d62f0;
    background-color: rgba(0, 0, 0, 0);
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #109cff;
    border-color: #109cff;
    background-color: rgba(0, 0, 0, 0);
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #049f0c;
    border-color: #049f0c;
    background-color: rgba(0, 0, 0, 0);
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #ed8d00;
    border-color: #ed8d00;
    background-color: rgba(0, 0, 0, 0);
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #ee2d20;
    border-color: #ee2d20;
    background-color: rgba(0, 0, 0, 0);
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #666;
    border-color: #888;
    background-color: rgba(0, 0, 0, 0);
}
.btn.active,
.btn:active {
    background-image: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.45;
}
.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3472f7;
}
.btn-info.active[disabled],
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2ca8ff;
}
.btn-success.active[disabled],
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #05ae0e;
}
.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff3b30;
}
.btn-warning.active[disabled],
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fdc600;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.btn-primary {
    color: #333;
    background-color: #ffdb00;
    border-color: #ffdb00;
    border-radius: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
    font-weight: 700;
}
.btn-default {
    border-radius: 1px;
    padding: 10px 20px;
    border: 1px solid #fdc600;
    color: #000;
    background-color: #fdc600;
    border-color: #ffdb00;
    font-weight: 700;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #fdc600;
    border-color: #f0f0f0;
    font-weight: 700;
}
.search-form {
    border-radius: 5px;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.search-row {
    padding-top: 15px;
}
.form-inline .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    margin-right: 10px;

}
.col-sm-4 img {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-image: none;
    border: 1px solid #eae9e9;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0;
}
.form-inline input[type="submit"] {
    background: #fdc600;
    color: #fff;
    height: 40px;
    width: 110px;
    border-radius: 1px;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.form-inline input[type="submit"]:hover {
    background: #00a2de;
}
.form-inline p {
    font-size: 18px;
    padding: 0 !important;
}
.prop-search {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    height: 40px;
    color: #fff;
    width: 50%;
}
.prop-search p {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 50px;
    color: #fff;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #ff;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control:focus {
    border-color: #cbcbcb;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0);
}
.form-control,
.input-group-addon {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0;
}
.form-control:focus {
    border: 1px solid #9a9a9a;
    box-shadow: none;
    outline: 0 none;
}
.form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
    background-color: #fff;
    border-color: #9a9a9a;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-left: 0 none;
}
.search-btn,
.toggle-btn,
.buy-btn {
    background-color: #5c5a5b;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px !important;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    color: #fff;
    transition: all 0.3s ease;
    padding: 0;
}
#searchBar .search-btn {
    background-color: #222;
}
#searchBar .search-btn:hover {
    opacity: 0.7;
}
.search-btn:hover {
    background-color: #222;
    color: #fff;
}
#latestBlogs {
    margin-bottom: 50px;
}
#latestBlogs .blog {
    margin: 3px;
}
#latestBlogs h4 {
    padding: 10px;
    font-size: 20px;
}

#latestBlogs p {
    padding: 0 10px;
    margin-bottom: 20px;
}
.buy-btn {
    background-color: #ffdb00;
    border: 1px solid #ffdb00;
    color: #333;
    margin-left: 10px
}
.buy-btn:hover {
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
}
#featuredProperties {
    background-color: #eee;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ddd;
    color: #333;
    text-transform: uppercase;
    cursor: not-allowed;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none;
}
.form-control.valid:focus,
.has-success .form-control,
.has-success .form-control-feedback {
    border-color: #05ae0e;
    color: #05ae0e;
}
.form-control.error,
.has-error .form-control,
.has-error .form-control-feedback {
    color: #ff3b30;
    border-color: #ff3b30;
}
.label {
    padding: 0.2em 0.6em;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    background-color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}
.label-primary {
    border-color: #3472f7;
    color: #3472f7;
}
.label-info {
    border-color: #2ca8ff;
    color: #2ca8ff;
}
.label-success {
    border-color: #05ae0e;
    color: #05ae0e;
}
.label-warning {
    border-color: #fdc600;
    color: #fdc600;
}
.label-danger {
    border-color: #ff3b30;
    color: #ff3b30;
}
label.error {
    color: #ff3b30;
    margin-top: 5px;
    margin-bottom: 0;
}
label small {
    color: #999;
}
.label.label-fill {
    color: #fff;
}
.label-primary.label-fill,
.progress-bar,
.progress-bar-primary {
    background-color: #3472f7;
}
.label-info.label-fill,
.progress-bar-info {
    background-color: #2ca8ff;
}
.label-success.label-fill,
.progress-bar-success {
    background-color: #05ae0e;
}
.label-warning.label-fill,
.progress-bar-warning {
    background-color: #fdc600;
}
.label-danger.label-fill,
.progress-bar-danger {
    background-color: #ff3b30;
}
.label-default.label-fill {
    background-color: #999;
}
.bootstrap-select button.dropdown-toggle {
    background: rgba(252, 252, 252, 0.35) none repeat scroll 0 0;
    border-radius: 1px;
    color: #adadad;
    height: 40px;
    margin-right: 10px;
    width: 99%;
    display: block;
    font-size: 14px;
    color: #333;
    background-color: #ffdb00;
    background-image: none;
    text-transform: uppercase;
    border: 1px solid #ffdb00;
    box-shadow: 0 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0;
    font-weight: 700;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select .dropdown-menu {
    margin: 20px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.176);
    border-top: none;
}
.tab-content .bootstrap-select button.dropdown-toggle {
    width: 100%;
}
.tab-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.input-group-btn .btn {
    background-color: #ffc500;
    border-color: #ffc500;
    border-radius: 0;
    height: 44px;
    color: #fff;
}
.wizard-container .nav-pills > li + li {
    margin-left: 0;
}
.wizard-container .nav-pills > li > a {
    border: 1px solid #2ca8ff;
    border-radius: 0;
    color: #2ca8ff;
    margin-left: -1px;
}
.nav-pills.ct-blue > li.active > a,
.nav-pills.ct-blue > li.active > a:focus,
.nav-pills.ct-blue > li.active > a:hover,
.pagination.ct-blue > .active > a,
.pagination.ct-blue > .active > a:focus,
.pagination.ct-blue > .active > a:hover,
.pagination.ct-blue > .active > span,
.pagination.ct-blue > .active > span:focus,
.pagination.ct-blue > .active > span:hover {
    background-color: #3472f7;
}
.nav-pills.ct-azure > li.active > a,
.nav-pills.ct-azure > li.active > a:focus,
.nav-pills.ct-azure > li.active > a:hover,
.pagination.ct-azure > .active > a,
.pagination.ct-azure > .active > a:focus,
.pagination.ct-azure > .active > a:hover,
.pagination.ct-azure > .active > span,
.pagination.ct-azure > .active > span:focus,
.pagination.ct-azure > .active > span:hover {
    background-color: #2ca8ff;
}
.nav-pills.ct-green > li.active > a,
.nav-pills.ct-green > li.active > a:focus,
.nav-pills.ct-green > li.active > a:hover,
.pagination.ct-green > .active > a,
.pagination.ct-green > .active > a:focus,
.pagination.ct-green > .active > a:hover,
.pagination.ct-green > .active > span,
.pagination.ct-green > .active > span:focus,
.pagination.ct-green > .active > span:hover {
    background-color: #05ae0e;
}
.nav-pills.ct-orange > li.active > a,
.nav-pills.ct-orange > li.active > a:focus,
.nav-pills.ct-orange > li.active > a:hover,
.pagination.ct-orange > .active > a,
.pagination.ct-orange > .active > a:focus,
.pagination.ct-orange > .active > a:hover,
.pagination.ct-orange > .active > span,
.pagination.ct-orange > .active > span:focus,
.pagination.ct-orange > .active > span:hover {
    background-color: #fdc600;
}
.nav-pills.ct-red > li.active > a,
.nav-pills.ct-red > li.active > a:focus,
.nav-pills.ct-red > li.active > a:hover,
.pagination.ct-red > .active > a,
.pagination.ct-red > .active > a:focus,
.pagination.ct-red > .active > a:hover,
.pagination.ct-red > .active > span,
.pagination.ct-red > .active > span:focus,
.pagination.ct-red > .active > span:hover {
    background-color: #ff3b30;
}
.nav-pills.ct-blue > li > a {
    border: 1px solid #3472f7;
    color: #3472f7;
}
.nav-pills.ct-azure > li > a {
    border: 1px solid #2ca8ff;
    color: #2ca8ff;
}
.nav-pills.ct-green > li > a {
    border: 1px solid #05ae0e;
    color: #05ae0e;
}
.nav-pills.ct-orange > li > a {
    border: 1px solid #fdc600;
    color: #fdc600;
}
.nav-pills.ct-red > li > a {
    border: 1px solid #ff3b30;
    color: #ff3b30;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #2ca8ff;
    color: #fff;
}
.nav-pills > li:first-child > a {
    border-radius: 4px 0 0 4px;
    margin: 0;
}
.nav-pills > li:last-child > a {
    border-radius: 0 4px 4px 0;
}
.pagination.no-border > li > a,
.pagination.no-border > li > span {
    border: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li > a,
.pagination > li > span {
    border-radius: 50%;
    margin: 0 2px;
    color: #777;
}
.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
    background-color: #2ca8ff;
    border: 0;
    color: #fff;
    padding: 7px 13px;
}
.text-primary,
.text-primary:hover {
    color: #1d62f0;
}
.text-info,
.text-info:hover {
    color: #109cff;
}
.text-success,
.text-success:hover {
    color: #0c9c14;
}
.text-warning,
.text-warning:hover {
    color: #ed8d00;
}
.text-danger,
.text-danger:hover {
    color: #ee2d20;
}
.modal-header {
    border: 0 none;
}
.navbar-toggle {
    border-color: #fff;
    color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle span {
    color: #fff !important;
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #333;
    border: 1px solid #333;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}
.navbar-default .navbar-nav > li > .valuation {
    color: rgba(255, 219, 0, 1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffdb00;
}
.navbar-default .navbar-nav > li > .valuation:hover {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #929292;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-default .navbar-nav > li > a.active:after {
    background-color: #ffdb00;
    bottom: -10px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0;
    width: 100%;
}
.navbar-default .navbar-nav > li > a::after {
    background-color: #ffdb00;
    bottom: -10px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0;
    width: 0;
}
.navbar-default .navbar-nav > li > .valuation::after {
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-brand {
    position: initial;
    padding: 5px 15px; 
    height: auto;
}
.navbar>.container .navbar-brand {
    width: 140px;
}
.main-nav {
    padding-top: 25px;
}
.button.navbar-right {
    padding-top: 20px;
}
.nav-button {
    background-color: #c2c2c2;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nav-button.login {
    background-color: #ffdb00;
    margin-right: 5px;
    font-weight: 700;
    color: #333;
    font-size: 15px;
}
.nav-button:hover {
    background-color: #fdc600;
}
.nav-button.login:hover {
    background-color: #333;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}
.navbar {
    margin-bottom: 0;
    min-height: 100px;
}
.navbar-default {
    background-image: none;
    background-color: #fff;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: none;
}
.navbar .container {
    padding-top: 0;
}
.navbar-default {
    background-image: none;
    background-color: #5c5a5b;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.nav-tabs > li > a {
    color: #666;
    font-weight: 300;
    border-width: 4px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: transparent transparent #fdc600;
    border-style: solid;
    border-width: 4px;
    color: #666;
    cursor: default;
    font-weight: 700;
    outline: 0;
}
.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
@media (max-width: 767px) {
    .yamm .yamm-content {
        padding: 10px 20px;
    }
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm .dropdown-menu {
    background-color: #fff;
    border: 0.3px solid rgba(227, 227, 227, 0.22);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.176);
}
.ymm-sw .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: 0 0.5px 1px #cecece;
    background-clip: padding-box;
}
.ymm-sw .dropdown-menu li {
    clear: both;
    height: 50px;
}
.navbar-default .ymm-sw .navbar-nav a::after {
    bottom: 5px;
    background-color: #fff;
}
.yamm .ymm-sw .dropdown-menu {
    left: auto;
    right: auto;
}
.navbar .yamm-content h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555;
}
@media (max-width: 767px) {
    .navbar .yamm-content h5 {
        font-size: 14px;
    }
}
.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}
.navbar .yamm-content ul li {
    list-style-type: none;
    border-bottom: solid 1px #eee;
    text-transform: uppercase;
    padding: 4px 0;
}
.navbar .yamm-content ul li a {
    color: #777;
    font-size: 14px;
    display: block;
    font-weight: 300;
}
.navbar .yamm-content ul li a:hover {
    color: #fdc600;
    text-decoration: none;
}
.navbar .yamm-content .banner {
    margin-bottom: 10px;
}
.tooltip {
    font-size: 14px;
    font-weight: 700;
}
.tooltip-arrow {
    display: none;
    opacity: 0;
}
.tooltip-inner {
    background-color: #fae6a4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}
.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}
.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}
.tooltip.top {
    margin-top: -11px;
    padding: 0;
}
.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #fae6a4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -11px;
}
.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #fae6a4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
}
.tooltip.left {
    margin-left: -11px;
    padding: 0;
}
.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #fae6a4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -10px;
    left: auto;
    margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    left: auto;
    margin-left: 0;
}
.tooltip.right {
    margin-left: 11px;
    padding: 0;
}
.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #fae6a4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -10px;
    top: 0;
    margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -11px;
    top: 0;
    margin-left: 0;
}
.slider-area {
    position: relative;
    height: 300px;
}
#bg-slider .item img {
    width: 100%;
    height: 300px;
}
.slider-content {
    position: absolute;
    top: 30%;
    text-align: center;
    color: #fff;
    width: 100%;
}
.slider-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: rgba(255, 219, 0, 1);
    font-weight: 700;
    letter-spacing: 2px;
}
.slider-content p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
}
.slider .owl-theme .owl-controls {
    margin-top: 0;
    position: relative;
    text-align: center;
}
.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}
.slider .owl-theme .owl-controls .owl-page span {
    background: #ffc600;
}
.progress-thin {
    height: 2px;
}
.header-connect {
    padding-top: 15px;
    background: #ffdb00;
}
.header-call p {
    color: #666;
    text-transform: uppercase;
}
.header-call p span {
    margin-right: 15px;
    font-weight: 700;
}
.header-call p span a {
    color: #666;
}
.header-call p span a:hover {
    color: #333;
}
.header-call p span i {
    margin-right: 4px;
    font-size: 20px;
    position: relative;
    bottom: 0;
}
.header-social ul {
    padding-top: 0;
    text-align: right;
    margin-right: 5px;
}
.header-social ul li a {
    color: #666;
    font-size: 16px;
}
.header-social ul li a:hover {
    color: #333;
}
.page-head {
    background: #494c53 url(../../assets/img/slider-leeds_01.jpg) no-repeat scroll center center/cover;
    color: #fff;
    position: relative;
    min-height: 200px;
}
.page-head .header-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.page-head-content {
    padding-top: 120px;
    padding-bottom: 90px;
}
.page-head-content p {
    padding: 0 16px;
    text-transform: uppercase;
    color: #fff;
}
.page-head-content .page-title {
    margin: 0;
    padding: 10px 16px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#address .page-title {
    /*font-family: "open sans", sans-serif;*/
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
}
.content-area {
    background-color: #fcfcfc;
    padding: 50px 0;
    padding-top: 15px;
}
.layout-switcher a {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    margin-right: 5px;
    font-weight: 400;
}
.layout-switcher a:hover {
    color: #ffdb00;
}
.layout-switcher .active {
    color: #ffdb00;
}
.layout-switcher {
    padding: 0 10px;
    text-align: right;
    font-weight: 400;
}
.layout-switcher .fa {
    font-size: 20px;
}
.search-widget fieldset .largesearch-btn {
    background-color: #fdc600;
    font-size: 16px;
    border: 1px solid #eae9e9;
    width: 100%;
    height: 40px;
    color: #fff;
    transition: all 0.3s ease 0;
    margin-top: 15px;
}
.form-inline input[type="submit"]:hover {
    background: #7e7e7e none repeat scroll 0 0;
}
fieldset {
    padding-bottom: 10px;
}
.search-widget fieldset .bootstrap-select,
.search-widget fieldset .bootstrap-select button.dropdown-toggle {
    width: 100% !important;
}
.search-widget .form-inline .form-control {
    width: 100%;
    background: #fff;
}
.properties-page .box-two {
    box-shadow: 0 1px 1px rgba(236, 236, 236, 0.1);
}
.box-two {
    box-shadow: 0 1px 1px rgba(236, 236, 236, 0.1);
}
.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}
.panel.sidebar-menu {
    background: 0 0;
    margin: 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0;
    letter-spacing: 0.198em;
    border-bottom: none;
}
.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 3px #fdc600;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
    margin-top: 5px;
}
.panel.sidebar-menu .panel-body {
    padding: 0;
    margin-top: 25px;
}
.panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}
.panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}
.panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}
.panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}
.panel.sidebar-menu .panel-body span.colour.blue {
    background: #00f;
}
.panel.sidebar-menu .panel-body span.colour.yellow {
    background: #ff0;
}
.panel.sidebar-menu .panel-body label {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.panel.sidebar-menu .panel-body label:hover {
    color: #555;
}
.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.panel-default {
    border-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px transparent;
}
.panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}
.panel.sidebar-menu ul.nav ul li {
    display: block;
}
.panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: 400;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 13px;
    color: #999;
}
.panel.sidebar-menu ul.nav ul li a:focus,
.panel.sidebar-menu ul.nav ul li a:hover {
    text-decoration: none;
    background-color: #eee;
}
.panel.sidebar-menu ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}
.panel.sidebar-menu ul.tag-cloud li {
    display: inline-block;
}
.panel.sidebar-menu ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    border: solid 1px #eee;
    border-radius: 0;
    color: #fdc600;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 13px;
}
.panel.sidebar-menu ul.tag-cloud li a:hover {
    color: #fdc600;
    text-decoration: none;
    border-color: #fdc600;
}
.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
    list-style: none;
    padding: 20px 0;
}
.panel.sidebar-menu ul.popular li,
.panel.sidebar-menu ul.recent li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #eee;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:after,
.panel.sidebar-menu ul.recent li:before {
    content: " ";
    display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:after,
.panel.sidebar-menu ul.recent li:before {
    content: " ";
    display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}
.panel.sidebar-menu ul.popular li img,
.panel.sidebar-menu ul.recent li img {
    width: 50px;
    margin-right: 10px;
}
.panel.sidebar-menu ul.popular li h5,
.panel.sidebar-menu ul.recent li h5 {
    margin: 0 0 10px;
}
.panel.sidebar-menu ul.popular li h5 a,
.panel.sidebar-menu ul.recent li h5 a {
    font-weight: 400;
}
.panel.sidebar-menu ul.popular li p.date,
.panel.sidebar-menu ul.recent li p.date {
    float: right;
    font-size: 13px;
    color: #999;
}
.panel.sidebar-menu ul.popular li:last-child,
.panel.sidebar-menu ul.recent li:last-child {
    border-bottom: none;
}
.panel.sidebar-menu .text-widget {
    font-size: 13px;
}
.panel.sidebar-menu.with-icons ul.nav li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}
.page-title {
    padding-top: 55px;
}
.page-title h5 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-title h2 {
    margin: 10px 0;
    color: #5c5a5b;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-title h2 span {
    color: #00adef;
}
.page-title p {
    font-size: 18px;
    padding: 10px 20% 25px;
    line-height: 27px;
}
.pagination {
    height: 40px;
    margin: 20px 10px;
    margin-bottom: 80px;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination a,
.pagination span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    text-transform: uppercase;
}
.pagination .active a,
.pagination .active span,
.pagination a:hover {
    background-color: #eee;
}
.pagination .active a,
.pagination .active span {
    color: #999;
    cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.how-it-work {
    margin: 40px 0 20px;
    background-color: #fff;
}
.how-it-work i {
    color: #939191;
    border: 3px solid #939191;
    padding: 19px;
    border-radius: 50%;
    height: 110px;
    width: 110px;
}
.single-work {
    transition: all 0.2s ease-in-out 0;
    padding: 10px;
    overflow: hidden;
}
.single-work h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-work p {
    color: #666;
    font-weight: 300;
    line-height: 26px;
    margin-top: 25px;
    padding: 0 37px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-work {
    text-align: left;
}
.testimonial {
    position: relative;
    margin-top: 50px;
}
.testimonial .item {
    padding-bottom: 67px;
    position: relative;
}
.testimonial .item .client-face {
    position: absolute;
    top: 112px;
    right: 146px;
    text-align: center;
}
.client-face > img {
    border: 5px solid #fff;
    border-radius: 50%;
}
.testimonial .owl-theme .owl-controls .owl-page span {
    background: #fdc600;
}
.client-text {
    border-radius: 2px;
    padding: 20px 30px;
    margin: 15px;
    border: 1px solid #ece9e9;
    background-color: #f5f5f5;
}
.client-text p {
    line-height: 25px;
    padding: 0 0 0.5em;
}
.client-text h4 {
    font-size: 15px;
}
.client-text h4 i {
    font-size: 13px;
}
.p0 {
    padding: 0;
}
.overflow {
    overflow: hidden;
}
.mar-l-20 {
    margin-left: 20px;
}
.mar-r-20 {
    margin-right: 20px;
}
.box {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box-two {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.dot-hr {
    border-bottom: 1px dotted #cecbc7;
    margin-bottom: 10px;
}
.color {
    color: #9b9b9b;
}
.orange {
    color: orange;
}
.strong {
    font-weight: 700;
}
.padding-top-25 {
    padding-top: 25px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.pr0 {
    padding-right: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.pr-30 {
    padding-right: 30px !important;
}
.p-b-15 {
    padding-bottom: 15px;
}
.padding-5 {
    padding: 5px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.proerty-th {
    margin-left: -9px;
}
.proerty-th .proerty-item {
    background-color: #fff;
    margin: 10px;
}
.proerty-th .proerty-item .item-thumb {
    position: relative;
    
}
.similar-post-section .item-thumb {
    min-height: 205px;
}

.proerty-th .proerty-item:hover .item-thumb img {
    opacity: 1;
}
.proerty-th .proerty-item .item-thumb:hover .tm_mask {
    opacity: 1;
}
.proerty-th .proerty-item .item-thumb img {
    transition: all 0.2s linear 0;
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
    min-height: 200px;
    max-height: 200px;
}
#featured .item-thumb {
    height: 190px;
    overflow: hidden;
}
.item-thumb img {
    transition: all 0.2s linear 0;
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
}
.proerty-th .proerty-item .item-thumb a:hover {
    opacity: 1;
}
#featured .item-entry,
.proerty-th .proerty-item .item-entry {
    padding: 8px;
}
.properties-page .proerty-th .proerty-price {
    font-weight: 700 !important;
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #ffdb00;
    margin-bottom: 10px;
}
.proerty-price {
    font-weight: 700 !important;
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #ffdb00;
    margin-bottom: 10px;
}
.properties-page .proerty-th .proerty-price-tobuy {
    font-weight: 700 !important;
    color: #ffdb00;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #333;
    margin-bottom: 10px;
}
.proerty-price-tobuy {
    font-weight: 700 !important;
    color: #ffdb00;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #333;
    margin-bottom: 10px;
}
.proerty-th .proerty-item .item-entry h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
.tolet {
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    font-weight: 700;
    background: #ffdb00;
}
.tobuy {
    color: #ffdb00;
    text-transform: uppercase;
    padding: 2px 10px;
    font-weight: 700;
    background: #333;
}
.houseshare {
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 12px;
    background: #ffdb00;
    position: absolute;
    z-index: 9;
}
.flat {
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 12px;
    background: #ffdb00;
    position: absolute;
    z-index: 9;
}
.proerty-th .proerty-item .item-entry p {
    font-weight: 400;
}
.proerty-status {
    font-weight: 600;
}
.tm_mask {
    opacity: 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out 0;
    width: 100%;
    overflow: hidden;
    height: 45px;
    position: absolute;
    padding: 5px;
    bottom: 0;
    color: #fff;
}
.proerty-th-list {
    margin-left: -9px;
}
.proerty-th-list .col-md-4 {
    width: 100%;
    padding: 15px 10px;
}
.proerty-th-list .col-md-4 .item-thumb {
    width: 40%;
    float: left;
}
.proerty-th-list .col-md-4 .item-thumb img {
    opacity: 0.7;
    height: 230px;
    vertical-align: middle;
    border: 0 none;
    width: 100%;
    padding-right: 25px;
}
.properties-page .box-two:hover .item-thumb img {
    opacity: 1;
}
.proerty-th-list .col-md-4 .item-entry {
    width: 60%;
    float: left;
    padding-right: 15px;
}
.proerty-th-list .col-md-3 .item-entry {
    width: 70%;
    float: left;
    padding-right: 15px;
}
.proerty-th-list .col-md-3 {
    width: 100%;
    padding: 15px 10px;
}
.proerty-th-list .col-md-3 .item-thumb {
    width: 30%;
    float: left;
}
.proerty-th-list .col-md-3 .item-thumb img {
    opacity: 0.7;
    height: 230px;
    vertical-align: middle;
    border: 0 none;
    width: 100%;
    padding-right: 25px;
}
.proerty-th-list .proerty-item-ads {
    text-align: center;
    border: none;
}
.properties-page .box-two {
    overflow: hidden !important;
}
.proerty-th-list .proerty-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
.proerty-th-list .proerty-price {
    font-weight: 700 !important;
    color: #333;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #ffdb00;
}
.proerty-th-list .proerty-price-tobuy {
    font-weight: 700 !important;
    color: #ffdb00;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #333;
}
.property-icon {
    clear: both;
    padding: 5px 10px;
    background-color: #ededed;
}
.proerty-th-list .property-icon {
    clear: both;
    padding: 5px 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #ededed;
    color: #555;
}
.proerty-th-list p {
    clear: both;
    padding-top: 25px;
    font-size: 18px;
    padding-right: 20px;
    display: block !important;
}
.page-subheader .sort-by-list {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
}
.page-subheader .sort-by-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.page-subheader .sort-by-list li.active a {
    padding-right: 20px;
    border-color: #3f3f3f;
    background-color: #444343;
    color: #fff;
}
.page-subheader .sort-by-list li a {
    position: relative;
    display: block;
    padding: 2px 7px;
    background-color: #f4f4f4;
    border-width: 1px;
    border-style: solid;
    border-color: #dddcdc;
    color: #414040;
}
.page-subheader .sort-by-list li a.active,
.page-subheader .sort-by-list li a:hover {
    border-color: #3f3f3f;
    background-color: #666;
    color: #fff;
}
.page-subheader .items-per-page {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.page-subheader .items-per-page label {
    display: inline-block;
    margin-right: 10px;
}
.page-subheader .items-per-page b {
    font-weight: 400;
}
.page-subheader .items-per-page .sel {
    display: inline-block;
    width: 60px;
    position: relative;
}
.recent-property-widget ul {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}
.recent-property-widget ul li {
    clear: both;
    position: relative;
    padding: 5px;
}
.recent-property-widget ul li .property-seeker {
    position: absolute;
    top: 42px;
    width: 100%;
    right: 0;
    color: #fff;
}
.recent-property-widget ul li .property-seeker .b-1 {
    background-color: #d5f500;
    padding: 0 6px;
}
.recent-property-widget ul li .property-seeker .b-2 {
    background-color: #fdc600;
    padding: 0 6px;
}
.single-property-content {
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 0px;
}
.lSGallery {
    position: relative;
}
.lSSlideOuter {
    text-align: center;
}
.single-property-content:first-of-type {
    padding: 0;
}
.single-property-content:last-of-type {
    padding-right: 0;
}
.single-property-content:last-of-type img:first-of-type {
    margin-bottom: 20px;
}
.single-property-content .lSSlideOuter .lSPager {
    width: 24%!important;
    float: right;
}
.single-property-content .lSSlideOuter .lSPager li.active,
.single-property-content .lSSlideOuter .lSPager li:hover {
    border-radius: 0;
    border: 2px solid #ffdb00;
}
.single-property-content .light-slide-item {
    position: relative;
    overflow: hidden;
}
.single-property-content .light-slide-item img {
    width: 100%;
    height: auto;
    max-height: initial;
}
.lSSlideOuter.vertical {
    padding-right: 0;
}
.lSSlideWrapper {
    width: 75%;
    max-width: 75%;
    float: left;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.single-property-content .lSAction > .lSNext {
    background-image: url(/assets/img/arrow-right.svg);
    background-position: center center;
    opacity: 1;
}
.single-property-content .lSAction > .lSPrev {
    background-image: url(/assets/img/arrow-left.svg);
    background-position: center center;
    opacity: 1;
}
.lSAction>a {
    width: 30px;
    height: 52px;
    opacity: 1;
}
#amenities {
    margin-left: 50px;
    margin-top: 20px;
}
#amenities i {
    color: #000;
    font-size: 40px;
    margin-left: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
#amenities {
    font-size: 25px;
}
.favorite-and-print {
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 15px;
}
.favorite-and-print .add-to-fav {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 35px;
    margin-right: 10px;
    width: 35px;
    padding: 10px 3px 4px 6px;
}
.favorite-and-print .printer-icon {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px 7px 4px;
}
.favorite-and-print .add-to-fav:hover,
.favorite-and-print .printer-icon:hover {
    color: #fdc600;
    border-color: #fdc600;
}
.favorite-and-print .add-to-fav i,
.favorite-and-print .printer-icon i {
    font-size: 25px;
}
.prp-style-1 .single-property-wrapper {
    margin-top: -70px;
}
.single-property-header {
    padding-bottom: 10px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.single-property-header .property-title {
    margin: 20px 10px;
    margin-top: 0;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.property-price {
    text-align:center;
    color: #707070;
    /*font-family: "open sans", sans-serif;*/
    font-weight: bold;
    font-size: 30px;
    margin-top: 25px;
    
}
#accordion .col-md-6:first-of-type {
    padding-left: 0;
}
#accordion .col-md-6:last-of-type {
    padding-right: 0;
}
#accordion h3 {
    padding: 30px;
    position: relative;
    border: 1px solid #9c9c9c;
    margin: 0;
}
#accordion h3.ui-accordion-header-active {
    border-bottom: 0;
}
#accordion h3:hover, #accordion h3:focus {
    cursor: pointer;
    outline: none;
}
#accordion h3:after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
#accordion h3.ui-accordion-header-active:after {
    content: "\f077";
}
.ui-accordion-content {
    padding: 5px 30px 0 30px;
    border: 1px solid #9c9c9c;
    border-top: 0;
}
.clearfix {
    clear: both;
}
.s-property-title {
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
}
.s-property-title::after {
    background-color: #ccc;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px 0 0 2px;
}
.property-single-content p {
    margin-bottom: 20px;
}
.space1 {
    height: 20px;
}
.property-meta {
    padding: 20px 0;
}
.property-meta i {
    color: #ffdb00;
}
.property-meta a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.property-info-entry .property-info-label {
    font-size: 13px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
}
.property-info-entry .property-info-value {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}
.property-info-unit {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}
.additional-details-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.additional-details-list li {
    overflow: hidden;
    margin: 2px;
    border: 1px solid #f3f3f3;
}
.add-d-title {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #a5a5a5;
    margin: 0;
    color: #fff;
}
.add-d-title:hover {
    background-color: #727272;
}
.sidebar-property {
    background-color: #eee;
    padding: 15px 25px 25px;
    padding-bottom: 0;
}
.dealer-content {
    /*background-color: #5c5a5b;*/
    padding: 15px;
    padding-bottom: 20px;
    
}
.dealer-widget .houseshare {
    position: static !important;
    display: inline-block;
    margin: 0;
    margin-top: 4px;
    background: #333;
    color: #ffdb00;
}
.dealer-name {
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
}
.dealer-name a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.dealer-name span {
    font-size: 17px;
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
    clear: both;
}
.dealer-face img {
    opacity: 1;
}
.dealer-social-media a {
    color: #ccc;
    text-transform: uppercase;
    margin: 5px 0 5px 10px;
}
.dealer-social-media a:hover {
    color: #fff;
    margin: 5px 0;
}
.dealer-contacts {
    list-style: outside none none;
    padding: 30px 0 0 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    font-size: 16px;
}
.dealer-contacts a {
    color: #ccc;
}
.dealer-contacts a:hover {
    color: #fff;
}
.CTA-CALL {
    background: #ffdb00;
    padding: 10px 20px;
    margin-top: 0;
}
.CTA-CALL h5 {
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 25px;
    line-height: 36px;
}
.CTA-CALL h5 span {
    font-weight: 700;
    display: inline-block;
}
.CTA-CALL h5 span a {
    color: #333;
}
.sidebar-CALL {
    background: #ffdb00;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.sidebar-CALL h5 {
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.sidebar-CALL h5 span {
    font-weight: 700;
    display: inline-block;
}
.sidebar-CALL h5 span a {
    color: #333;
}
.dealer-contacts li i {
    color: #ffdb00;
    padding-right: 8px;
}
.dealer-contacts li {
    margin-bottom: 10px;
}
.clear {
    clear: both;
    overflow: hidden;
}
.dealer-content h4 {
    padding-left: 10px;
    text-transform: uppercase;
}
.dealer-content p {
    padding-left: 10px;
}
.section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.property-features ul {
    padding: 0;
    list-style: outside none none;
}
.property-features ul li {
    margin: 0 15px 15px 0;
    display: inline-table;
}
.property-features ul li a::after {
    content: "/";
    color: #fdc600;
    font-weight: 700;
    padding-left: 5px;
    font-size: 14px;
}
.property-features ul li a {
    text-transform: uppercase;
    color: #9c9c9c;
    font-weight: 500;
}
.property-features ul li a:hover {
    color: #000;
}
.roperty-social ul {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}
.roperty-social ul li {
    display: inline-block;
    margin: 5px;
}
.roperty-social ul li a:hover {
    opacity: 0.7;
}
.property-style2 .dealer-widget {
    background-color: #5c5a5b;
}
.dealer-section-space {
    margin: -5px -14px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
}
#prop-smlr-slide_0 .owl-item {
    padding: 5px;
}
#prop-smlr-slide_0 .owl-item .item-entry {
    padding: 10px;
}
#prop-smlr-slide_0 .owl-item .item-entry h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9b9b9b;
    letter-spacing: 2px;
    position: relative;
}
.full-width-sld .lSGallery {
    bottom: 36px;
}
.dealer-action a {
    color: #7e7e7e;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}
.dealer-action a:hover {
    color: #000;
}
.dealer-action a::after {
    content: "/";
    color: #fdc600;
    font-weight: 700;
    font-size: 20px;
    margin: 4px;
}
.register-area {
    padding: 40px;
}
.home-welcome {
    background: #fff;
    padding: 20px 0;
    color: #5c5a5b;
    text-align: center;
}
.home-welcome .search-btn {
   height: 40px;
   margin: 20px;
   display: inline-block;
}
.home-welcome h2 {
    line-height: 44px;
}
.home-welcome p {
    font-size: 18px;
}
.Welcome-area {
    background: #f3f3f3 url(../../assets/img/welcome-bg.png) no-repeat scroll left top;
    position: relative;
}
.Welcome-area .container .Welcome-entry {
    overflow: hidden;
    padding: 50px 10px 45px;
}
.welcome-icon {
    height: 90px;
    width: 90px;
    border: 2px solid #777;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
.welcome-estate:hover .welcome-icon {
    color: #fff;
    border: 2px solid transparent;
    background-color: #fdc600;
}
.welcome_text {
    color: #fff;
}
.welcome-estate {
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
    fill: #fff;
}
.welcome-estate h3 {
    font: 600 14px "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.welcome_text ul {
    padding-left: 0;
    list-style: outside none none;
    margin-top: 45px;
}
.welcome_text ul li {
    margin-bottom: 10px;
}
.welcome_text ul li span {
    font-size: 18px;
    margin-right: 15px;
}
.welcome-circle {
    background-color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: -18px 0;
    border: 10px solid #f3f3f3;
    position: relative;
    z-index: 1000;
}
.welcome_text .page-title h2 {
    color: #9b9b9b;
    text-transform: uppercase;
    background-color: #fff;
    position: absolute;
    top: 126px;
    right: 26px;
    font-weight: 500;
    font-size: 35px;
    border-radius: 50%;
    padding: 35px 10px;
    width: 170px;
    height: 160px;
}
.count-area {
    position: relative;
    background-color: #fcfcfc;
}
.count-area .count-item {
    text-align: center;
}
.count-area .count-item-circle {
    height: 100px;
    width: 100px;
    border: 1px solid #777;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.count-item-circle span {
    font-size: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
.count-area .chart {
    position: relative;
}
.percent-blocks {
    padding-top: 45px;
    padding-bottom: 70px;
}
.count-item h2 {
    font: 700 30px "Open Sans", sans-serif;
    text-align: center;
    margin: 30px 0 5px;
}
.chart canvas {
    position: absolute;
}
.count-item h5 {
    font: 500 15px "Open Sans", sans-serif;
    padding: 2px 15px;
    text-transform: uppercase;
    margin: 0;
    border-left: 2px solid #fdc600;
    border-right: 2px solid #fdc600;
    display: inline-block;
}
.boy-sale-area {
    position: relative;
    padding: 30px 0;
    background-color: #5c5a5b;
    color: #fff;
    letter-spacing: 1px;
}
.appraisal {
    position: relative;
    padding: 30px 0;
    background-color: #ffdb00;
    color: #fff;
    letter-spacing: 1px;
}
.asks-first {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 35px 0 35px 30px;
    position: relative;
    cursor: pointer;
}
.asks-first:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.asks-first-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}
.asks-first-info {
    color: #fff;
    margin: 0 65px 0 85px;
    margin-right: 70px !important;
}
.asks-first-info h2 {
    color: #ffdb00;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.asks-first-info p {
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    line-height: 1.3em;
}
.asks-first-arrow {
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    text-align: center;
}
.asks-first-arrow span {
    background: rgba(255, 255, 255, 0.19) none repeat scroll 0 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.asks-call {
    color: #ffdb00;
    text-align: left;
    margin-top: 20px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.differently {
    position: relative;
    padding: 30px 0;
    background-color: #ffdb00;
    color: #333;
    letter-spacing: 1px;
}
.differently .asks-first {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 35px 0;
    position: relative;
    cursor: pointer;
}
.differently .asks-first:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.differently .asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.differently .asks-first-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}
.differently .asks-first-info {
    color: #fff;
    margin: 0 85px 0 30px;
}
.differently .asks-first-info h2 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.differently .asks-first-info p {
    text-transform: uppercase;
    color: #333;
    margin: 0;
}
.differently .asks-first-arrow {
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    text-align: center;
}
.differently .asks-first-arrow span {
    background: rgba(255, 255, 255, 0.19) none repeat scroll 0 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.differently .asks-call {
    color: #333;
    text-align: left;
    margin-top: 20px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
.appraisal .asks-first {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 35px 0 35px 30px;
    position: relative;
    cursor: pointer;
}
.appraisal .asks-first:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.appraisal .asks-first-circle {
    float: left;
    width: 70px;
    height: 70px;
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.appraisal .asks-first-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
}
.appraisal .asks-first-info {
    color: #fff;
    margin: 0 65px 0 85px;
    margin-right: 70px !important;
}
.appraisal .asks-first-info h2 {
    color: #333;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.appraisal .asks-first-info p {
    text-transform: uppercase;
    color: #333;
    margin-top: 10px;
    line-height: 1.3em;
}
.appraisal .asks-first-arrow {
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    text-align: center;
}
.appraisal .asks-first-arrow span {
    background: rgba(255, 255, 255, 0.19) none repeat scroll 0 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.appraisal .asks-call {
    color: #ffdb00;
    text-align: left;
    margin-top: 20px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-tree .item-tree-icon i {
    font-size: 3em;
    cursor: pointer;
}
.box-tree .item-tree-icon {
    padding-top: 35%;
}
.box-tree .item-tree-icon i:hover {
    color: #d27e04;
}
.box-for {
    padding: 10px 0;
    border: 1px solid #eee;
    transition: all 0.2s ease 0;
    box-shadow: none;
    background-color: #fff;
}
.more-entry a {
    color: #000;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.tree-sub-ttl {
    font-size: 12px;
}
.border-btn {
    border: 1.5px solid;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    padding: 9px 25px;
    margin-top: 10px;
}
.item-entry a {
    color: #333;
}
.item-entry a:focus,
.item-entry a:hover {
    color: #666;
}
.search-form .search-toggle {
    margin-top: 20px;
    overflow: hidden;
    color: #777;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}
.search-form .form-inline .form-group {
    width: 235px;
    text-align: left;
    letter-spacing: 0.5px;
}
.slider-selection {
    background: #fdc600;
}
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.search-form .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: #fdc600;
    outline: 0 none;
}
.search-form .dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.search-form .dropdown-menu {
    padding: 5px 0 0;
}
.blog-asside-right {
    padding: 15px 15px 0;
}
#blog-listing-big {
    padding: 100px 0 70px;
}
.blog-lst img {
    width: 100%;
    padding-bottom: 15px;
}
.blog-lst .comment img {
    width: auto;
    padding-bottom: 0;
}
#blog-homepage .post,
.blog-page .post {
    margin-bottom: 40px;
    padding: 1px 15px;
}
#blog-homepage .post h2,
#blog-homepage .post h4,
.blog-page .post h2,
.blog-page .post h4 {
    text-transform: uppercase;
}
#blog-homepage .post .author-category,
.blog-page .post .author-category {
    color: #999;
    text-transform: uppercase;
    font-weight: 300;
}
#blog-homepage .post .author-category a,
.blog-page .post .author-category a {
    font-weight: 500;
}
#blog-homepage .post .image,
.blog-page .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}
#blog-homepage .post .intro,
.blog-page .post .intro {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}
#blog-homepage .post .read-more,
.blog-page .post .read-more {
    text-align: right;
}
#blog-homepage .post .date-comments a,
.blog-page .post .date-comments a {
    color: #999;
    margin-right: 20px;
    font-weight: 300;
}
.home-lager-shearch .large-search {
    padding: 25px 25px 10px;
}
.home-lager-shearch .large-search .btn-lg-sheach {
    bottom: -46px;
    border-radius: 50%;
    width: 60px;
    border: 2px solid #fff;
    background-image: url(../../assets/img/icon-shearch.png);
    position: relative;
    background-position: 2px -1px;
    height: 60px;
}
.home-lager-shearch .large-search .btn-lg-sheach:focus,
.home-lager-shearch .large-search .btn-lg-sheach:hover {
    background-image: url(../../assets/img/icon-shearch.png);
    background-position: 2px -1px;
    background-color: #655d5d;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #ffc500;
}
.nav-pills > li > a {
    border-radius: 0;
}
.large-search {
    padding: 25px 25px 40px;
}
.large-search .search-form {
    background-color: #fff;
    border-radius: 1px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    width: 100%;
}
.form-inline .form-control,
.large-search .search-form .bootstrap-select button.dropdown-toggle,
.large-search .search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.large-search .search-form .form-inline .form-control {
    width: 100%;
}
.large-search .search-row {
    overflow: hidden;
}
.login-blocks h2,
.register-blocks h2 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: transparent none repeat scroll 0 0;
    border-bottom: 2px solid #fdc600;
    font-size: 20px;
    line-height: 30px;
}
.login-social {
    display: inline-table;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #7a7878;
    color: #fff;
}
.login-social i {
    font-size: 23px;
}
.login-social:focus,
.login-social:hover {
    background-color: #fdc600;
}
.profiel-container {
    padding: 10px 0;
    border: 1px solid #eee;
    transition: all 0.2s ease 0;
}
.profiel-container .profiel-header h3 {
    font-weight: 200;
    text-align: center;
}
.profiel-container .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}
.profiel-container .picture {
    width: 220px;
    height: 230px;
    background-color: gray;
    border: 4px solid #ccc;
    color: #fff;
    border-radius: 4px;
    margin: 35px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.profiel-container .picture:hover {
    border-color: #2ca8ff;
}
.profiel-container .ct-wizard-azzure .picture:hover {
    border-color: #2ca8ff;
}
.profiel-container .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.profiel-container .btn-finish {
    width: auto;
}
.error-page .error-title {
    font-size: 11em;
    color: #fdc600;
}
.fqa-title::before {
    float: left;
    width: 24px;
    height: 24px;
    content: "";
    color: #fdc600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: FontAwesome;
    margin-right: 16px;
    cursor: pointer;
}
.property-posting {
    padding: 60px 0;
}
.overlay {
    background: -webkit-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(transparent 57%, rgba(0, 0, 0, 1) 100%);
    border-radius: 2px;
    height: 189px;
    left: 0;
    position: absolute;
    top: -82px;
    width: 98%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.overlay > h3 {
    bottom: -50px;
    margin: 0;
    position: absolute;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.property-posting .tab-content {
    margin-top: 30px;
}
.tab-content ul li {
    margin-right: 14px;
    overflow: hidden;
}
.tab-content ul li:last-child {
    margin-right: 0;
}
.tab-content ul li a {
    position: relative;
}
.tab-content ul li a:hover .overlay {
    opacity: 1;
}
.tab-content ul li a:hover .overlay h3 {
    bottom: 20px;
}
.tab-content ul.property-seeker li a .overlay h3 {
    bottom: -100px;
}
.tab-content ul.property-seeker li a:hover .overlay h3 {
    bottom: 35px;
}
.tab-content ul.property-seeker li a .overlay p {
    bottom: 3px;
    color: #fff;
    font-weight: 400;
    left: -100px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.tab-content ul.property-seeker li a:hover .overlay p {
    left: 18px;
}
.footer-area {
    background: #555;
    color: #535353;
}
.footer {
    padding: 0 0 30px;
    background: #222;
    color: #fff;
    font-size: 13px;
}
.footer ul li i {
    padding-right: 10px;
    color: #fff;
}
.footer-copy {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    padding-bottom: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}
.footer-copy .ina-4-link {
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    float: right;
}
.footer-copy .ina-4-link:hover {
    color: #f78f1e;
}
.single-footer {
    margin-top: 35px;
}
.footer .footer-adress a {
    text-transform: none;
}
.footer img {
    margin-bottom: 20px;
}
.footer p {
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 20px;
    color: #fff;
}
.footer h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    line-height: 35px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.footer h4 span {
    border-bottom: 3px solid #fdc600;
}
.footer-title-line {
    width: 100px;
    height: 2px;
    background: #ffdb00;
    margin: 0 0 33px;
    position: relative;
    top: -2px;
}
.footer h5 {
    color: #fff;
    margin-top: 20px;
    font-weight: 700;
}
.footer a {
    color: #fff;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ol,
.footer ul {
    list-style: outside none none;
}
.footer ul li {
    margin-bottom: 5px;
}
ul.footer-adress li {
    margin-bottom: -4px;
}
.footer ul li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.footer ul li a:hover {
    color: #ffdb00;
    text-decoration: none;
}
.footer-menu li {
    border-bottom: 1px solid rgba(255, 219, 0, 0.2);
}
.footer-copy span {
    margin-right: 20px;
    font-size: 13px;
}
.footer-copy span a {
    color: #000;
}
ul.footer-blog li {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.footer-blog img {
    width: 100%;
    margin-bottom: 15px;
}
.footer-blog .blg-entry h6 a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
}
.footer-blog .blg-entry h6 {
    padding: 2px 0;
    margin: 0;
}
.footer-blog .blg-date {
    color: #fff;
    background-color: #000;
    padding: 2px 3px;
    font-size: 11px;
    position: relative;
    top: -20px;
    width: 100%;
}
.footer-blog p {
    line-height: 17px;
    padding: 8px 2px;
}
.news-letter .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333 !important;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border: 1px solid rgba(231, 157, 45, 0.3);
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(179, 179, 179, 0.1) inset;
}
.news-letter .form-control:focus,
.news-letter .form-control:hover {
    background-color: rgba(255, 255, 255, 1);
}

.news-letter .form-control::-moz-placeholder, .form-group input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.news-letter .form-control:-moz-placeholder, .form-group input:-moz-placeholder {
    color: #666;
    opacity: 1;
}
.news-letter .form-control::placeholder, .form-group input::placeholder {
    color: #000;
    opacity: 1;
}
.news-letter .form-control::-webkit-input-placeholder, .form-group input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.news-letter .form-control:-ms-input-placeholder, .form-group input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
.halfwidth {
    width: 49%;
    float: left;
}
.halfwidth.right {
    float: right;
}
.footer .subscribe {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 22px;
    font-size: 14px;
    margin-left: -17px;
    z-index: 99;
    color: #333;
    background-color: #ffdb00;
    border-color: #ffdb00;
}
.footer .subscribe:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}
.social ul {
    padding: 0;
    list-style: outside none none;
}
.social li {
    display: inline-block;
    padding-right: 0.3em;
    padding-bottom: 0.3em;
}
.social ul li a:hover {
    color: #ffdb00;
    border-color: #ffdb00;
}
.social ul li a:hover i {
    color: #ffdb00;
}
.social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.8s ease 0;
    color: #929292;
}
.social ul li a i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    padding: 10px;
}
.bottom-menu a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.bottom-menu a:hover {
    color: #ffdb00;
}
.bottom-menu ul {
    list-style: outside none none;
}
.bottom-menu ul li {
    float: left;
    display: inline-block;
}
.bottom-menu ul li a {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}
.bottom-menu ul li a:hover {
    color: #ffc600;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../assets/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.prop-btm-sheaerch {
    display: none;
}
#map {
    height: 400px!important;
    width: 100%!important;
}
.navbar-collapse {
    border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
    margin-left: 0;
}
.prop-logos {
    padding: 20px 0;
}
.search-bar-holder {
    padding: 25px 0;
    background-color: #eee;
}
.mainbanner {
    background-image: url(../img/slider-leeds_01.jpg);
    background-repeat: no-repeat;
    height: 432px;
    padding: 120px 0;
    background-size: cover;
}
.mainbanner h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: rgba(255, 219, 0, 1);
    font-weight: 700;
    letter-spacing: 1px;
}
.mainbanner p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
}
.mainslider {
    background-image: url(/images/hp-banner.jpg);
    background-repeat: no-repeat;
    height: 432px;
    padding: 120px 0;
    background-size: cover;
}
.mainslider h2, #searchBar h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
}
.mainslider p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
}

.phone-link a {
    color: rgba(255, 219, 0, 1);
}
.phone-link a:hover {
    color: rgba(255, 255, 255, 1);
}
#searchBar {
    background-color: #5c5a5b;
    margin-bottom: 30px;
}
#enquireproperty .form-group {
    margin: 0;
}
.enquiry {
    padding: 30px 40px;
    border: 1px solid #9c9c9c;
    text-align: left;

}

.enquiry textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 75px;
}
.enquiry label {
    margin-left: 8px;
    font-weight: 400;
}
.enquiry .formDropdown,
input,
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.enquiry p {
    color: #fff;
}
.enquiry h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
}
.enquiry .btn {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.btn {
    font-size: 15px;
}
.showMobile {
    display: none;
}
@media (max-width: 600px) {
    h1 {
        font-size: 30px;
    }
    h1 strong {
        font-size: 30px;
        display: block;
    }
    .appraisal .asks-first-info h2 {
        font-size: 18px;
    }
    .appraisal .asks-first-circle {
        width: 40px;
        height: 40px;
    }
    .appraisal .asks-first-circle span {
        font-size: 21px;
        margin-top: 3px;
    }
    .appraisal .asks-first-info p {
        font-size: 18px;
    }
    .appraisal .asks-first-info {
        margin: 0 50px 0 54px;
    }
    .padding-top-25 {
        margin-bottom: 20px;
    }
    .page-subheader .sort-by-list li {
        font-size: 11px;
    }
    .col-xs-9.page-subheader.sorting {
        width: 100%;
    }
    .page-head-content {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .page-head {
        min-height: 1px;
    }
    .padding-top-40 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .properties-page .section:first-of-type {
        padding-top: 0;
        padding-bottom: 0;
    }
    #list-type .col-sm-6 {
        margin-bottom: 30px;
    }
    .page-head-content .page-title {
        font-size: 20px;
        padding-bottom: 35px;
    }
    .lead {
        font-size: 19px;
    }
    .single-property-header .property-title {
        font-size: 22px;
    }
    .single-property-header .property-price {
        font-size: 25px;
    }
    .CTA-CALL h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .CTA-CALL.thankyou h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .CTA-CALL h5 span {
        display: block;
        margin: 5px 0;
    }
    .enquiry h2 {
        font-size: 17px;
    }
    .fa.fa-search {
        font-size: 14px;
    }
    .showMobile {
        display: block;
    }
}
@media (max-width: 500px) {
    .appraisal .asks-first-info h2 {
        font-size: 16px;
    }
    .appraisal .asks-first-circle {
        width: 30px;
        height: 30px;
    }
    .appraisal .asks-first-circle span {
        font-size: 16px;
        margin-top: -8px;
    }
    .appraisal .asks-first-info p {
        font-size: 16px;
    }
    .appraisal .asks-first-info {
        margin: 0 40px 0 44px;
    }
    .bottom-menu a {
        font-size: 11px;
    }
    .prop-search {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .flex {
        display: flex;
    }
    .fullHeight {
        height: 100%;
        position: relative
    }
    .fullHeight img:last-of-type {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
