﻿@font-face {
    font-family: titleFont;
    src: url(../fonts/Metropolis-Black.otf);
}

@font-face {
    font-family: mainFont;
    src: url(../fonts/Poppins-Regular.ttf);
}

html {
    font-family: mainFont !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #F6F6F6 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    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"] {
    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;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn > .caret,
    .page-section .section-header.header-column .slide-control .slide-left > .caret,
    #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left > .caret,
    #landing-page #demo-pages .section-header.header-column .slide-control .slide-left > .caret,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left > .caret,
    .page-section .section-header.header-column .slide-control .slide-right > .caret,
    #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right > .caret,
    #landing-page #demo-pages .section-header.header-column .slide-control .slide-right > .caret,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right > .caret,
    #comments #respond .comment-form p .submit > .caret,
    .dropup > .btn > .caret,
    .page-section .section-header.header-column .slide-control .dropup > .slide-left > .caret,
    #landing-page #homepage-featured .section-header.header-column .slide-control .dropup > .slide-left > .caret,
    #landing-page #demo-pages .section-header.header-column .slide-control .dropup > .slide-left > .caret,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .dropup > .slide-left > .caret,
    .page-section .section-header.header-column .slide-control .dropup > .slide-right > .caret,
    #landing-page #homepage-featured .section-header.header-column .slide-control .dropup > .slide-right > .caret,
    #landing-page #demo-pages .section-header.header-column .slide-control .dropup > .slide-right > .caret,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .dropup > .slide-right > .caret,
    #comments #respond .comment-form p .dropup > .submit > .caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "mainFont", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #333;
    background-color: #F6F6F6
}

input,
button,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}

a {
    color: #43D3B1;
    text-decoration: none
}

a:hover,
a:focus {
    color: #26a386;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.7142857143;
    background-color: #F6F6F6;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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 {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 23px;
    margin-bottom: 11.5px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 29px
}

h3,
.h3 {
    font-size: 25px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 11.5px
}

.lead {
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #43D3B1
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2bb897
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #43D3B1
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #2bb897
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11.5px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 23px
}

dt,
dd {
    line-height: 1.7142857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 991px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 29px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.7142857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 23px;
    font-style: normal;
    line-height: 1.7142857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 13px;
    line-height: 1.7142857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.7142857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #F6F6F6
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tmainFont > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tmainFont > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 17.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

.container,
.property-simple-search .content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container:before,
.property-simple-search .content-wrapper:before,
.container:after,
.property-simple-search .content-wrapper:after {
    content: " ";
    display: table
}

.container:after,
.property-simple-search .content-wrapper:after {
    clear: both
}

@media (min-width: 768px) {
    .container,
    .property-simple-search .content-wrapper {
        width: 744px
    }
}

@media (min-width: 992px) {
    .container,
    .property-simple-search .content-wrapper {
        width: 964px
    }
}

@media (min-width: 1200px) {
    .container,
    .property-simple-search .content-wrapper {
        width: 1164px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #555
}

.form-control,
#comments #respond .comment-form p textarea,
#comments #respond .comment-form p input:not(.submit) {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    outline: none
}

.form-control:focus,
#comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p input:focus:not(.submit) {
    border-color: #adadad
}

.form-control::-moz-placeholder,
#comments #respond .comment-form p textarea::-moz-placeholder,
#comments #respond .comment-form p input:not(.submit)::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
#comments #respond .comment-form p textarea:-ms-input-placeholder,
#comments #respond .comment-form p input:-ms-input-placeholder:not(.submit) {
    color: #999
}

.form-control::-webkit-input-placeholder,
#comments #respond .comment-form p textarea::-webkit-input-placeholder,
#comments #respond .comment-form p input:not(.submit)::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,
#comments #respond .comment-form p textarea::-ms-expand,
#comments #respond .comment-form p input:not(.submit)::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
#comments #respond .comment-form p textarea[disabled],
#comments #respond .comment-form p input[disabled]:not(.submit),
.form-control[readonly],
#comments #respond .comment-form p textarea[readonly],
#comments #respond .comment-form p input[readonly]:not(.submit),
fieldset[disabled] .form-control,
fieldset[disabled] #comments #respond .comment-form p textarea,
#comments #respond .comment-form p fieldset[disabled] textarea,
fieldset[disabled] #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p fieldset[disabled] input:not(.submit) {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
#comments #respond .comment-form p textarea[disabled],
#comments #respond .comment-form p input[disabled]:not(.submit),
fieldset[disabled] .form-control,
fieldset[disabled] #comments #respond .comment-form p textarea,
#comments #respond .comment-form p fieldset[disabled] textarea,
fieldset[disabled] #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p fieldset[disabled] input:not(.submit) {
    cursor: not-allowed
}

textarea.form-control,
#comments #respond .comment-form p textarea {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    #comments #respond .comment-form p input[type="date"]:not(.submit),
    input[type="time"].form-control,
    #comments #respond .comment-form p input[type="time"]:not(.submit),
    input[type="datetime-local"].form-control,
    #comments #respond .comment-form p input[type="datetime-local"]:not(.submit),
    input[type="month"].form-control,
    #comments #respond .comment-form p input[type="month"]:not(.submit) {
        line-height: 48px
    }
    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    #comments #respond .comment-form p .input-group-sm > input[type="date"]:not(.submit),
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="date"].slide-right,
    #comments #respond .comment-form p .input-group-sm > .input-group-btn > input[type="date"].submit,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    #comments #respond .comment-form p .input-group-sm > input[type="time"]:not(.submit),
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="time"].slide-right,
    #comments #respond .comment-form p .input-group-sm > .input-group-btn > input[type="time"].submit,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    #comments #respond .comment-form p .input-group-sm > input[type="datetime-local"]:not(.submit),
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="datetime-local"].slide-right,
    #comments #respond .comment-form p .input-group-sm > .input-group-btn > input[type="datetime-local"].submit,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    #comments #respond .comment-form p .input-group-sm > input[type="month"]:not(.submit),
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > input[type="month"].slide-right,
    #comments #respond .comment-form p .input-group-sm > .input-group-btn > input[type="month"].submit,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    #comments #respond .comment-form p .input-group-lg > input[type="date"]:not(.submit),
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="date"].slide-right,
    #comments #respond .comment-form p .input-group-lg > .input-group-btn > input[type="date"].submit,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    #comments #respond .comment-form p .input-group-lg > input[type="time"]:not(.submit),
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="time"].slide-right,
    #comments #respond .comment-form p .input-group-lg > .input-group-btn > input[type="time"].submit,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    #comments #respond .comment-form p .input-group-lg > input[type="datetime-local"]:not(.submit),
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="datetime-local"].slide-right,
    #comments #respond .comment-form p .input-group-lg > .input-group-btn > input[type="datetime-local"].submit,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    #comments #respond .comment-form p .input-group-lg > input[type="month"]:not(.submit),
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-left,
    .page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > input[type="month"].slide-right,
    #comments #respond .comment-form p .input-group-lg > .input-group-btn > input[type="month"].submit,
    .input-group-lg input[type="month"] {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 37px
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
#comments #respond .comment-form p .input-group-lg > textarea.form-control-static,
#comments #respond .comment-form p .input-group-lg > input.form-control-static:not(.submit),
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .form-control-static.slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > .form-control-static.submit,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
#comments #respond .comment-form p .input-group-sm > textarea.form-control-static,
#comments #respond .comment-form p .input-group-sm > input.form-control-static:not(.submit),
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .form-control-static.slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > .form-control-static.submit {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm > .form-control,
#comments #respond .comment-form p .input-group-sm > textarea,
#comments #respond .comment-form p .input-group-sm > input:not(.submit),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > .submit {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select.slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > select.submit {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
#comments #respond .comment-form p .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > textarea.slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > textarea.submit,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > select[multiple].slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > select[multiple].submit {
    height: auto
}

.form-group-sm .form-control,
.form-group-sm #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .form-group-sm textarea,
.form-group-sm #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .form-group-sm input:not(.submit) {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .form-group-sm textarea,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg > .form-control,
#comments #respond .comment-form p .input-group-lg > textarea,
#comments #respond .comment-form p .input-group-lg > input:not(.submit),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > .submit {
    height: 48px;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select.slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > select.submit {
    height: 48px;
    line-height: 48px
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
#comments #respond .comment-form p .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > textarea.slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > textarea.submit,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > select[multiple].slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > select[multiple].submit {
    height: auto
}

.form-group-lg .form-control,
.form-group-lg #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .form-group-lg textarea,
.form-group-lg #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .form-group-lg input:not(.submit) {
    height: 48px;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg textarea.form-control,
.form-group-lg #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .form-group-lg textarea,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 41px;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .has-feedback textarea,
.has-feedback #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .has-feedback input:not(.submit) {
    padding-right: 60px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
#comments #respond .comment-form p .input-group-lg > textarea + .form-control-feedback,
#comments #respond .comment-form p .input-group-lg > input:not(.submit) + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-left + .form-control-feedback,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .slide-right + .form-control-feedback,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > .submit + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg #comments #respond .comment-form p textarea + .form-control-feedback,
#comments #respond .comment-form p .form-group-lg textarea + .form-control-feedback,
.form-group-lg #comments #respond .comment-form p input:not(.submit) + .form-control-feedback,
#comments #respond .comment-form p .form-group-lg input:not(.submit) + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
#comments #respond .comment-form p .input-group-sm > textarea + .form-control-feedback,
#comments #respond .comment-form p .input-group-sm > input:not(.submit) + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left + .form-control-feedback,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-left + .form-control-feedback,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right + .form-control-feedback,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .slide-right + .form-control-feedback,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > .submit + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm #comments #respond .comment-form p textarea + .form-control-feedback,
#comments #respond .comment-form p .form-group-sm textarea + .form-control-feedback,
.form-group-sm #comments #respond .comment-form p input:not(.submit) + .form-control-feedback,
#comments #respond .comment-form p .form-group-sm input:not(.submit) + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control,
.has-success #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .has-success textarea,
.has-success #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .has-success input:not(.submit) {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus,
.has-success #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p .has-success textarea:focus,
.has-success #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p .has-success input:focus:not(.submit) {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .has-warning textarea,
.has-warning #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .has-warning input:not(.submit) {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus,
.has-warning #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p .has-warning textarea:focus,
.has-warning #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p .has-warning input:focus:not(.submit) {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control,
.has-error #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .has-error textarea,
.has-error #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .has-error input:not(.submit) {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p .has-error textarea:focus,
.has-error #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p .has-error input:focus:not(.submit) {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 28px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .form-inline #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .form-inline textarea,
    .form-inline #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .form-inline input:not(.submit) {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .form-inline .input-group textarea,
    .form-inline .input-group #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .form-inline .input-group input:not(.submit) {
        width: auto
    }
    .form-inline .input-group > .form-control,
    .form-inline #comments #respond .comment-form p .input-group > textarea,
    #comments #respond .comment-form p .form-inline .input-group > textarea,
    .form-inline #comments #respond .comment-form p .input-group > input:not(.submit),
    #comments #respond .comment-form p .form-inline .input-group > input:not(.submit) {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 30px
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 12px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn,
.page-section .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#comments #respond .comment-form p .submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.7142857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.page-section .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#comments #respond .comment-form p .submit:focus,
.btn.focus,
.page-section .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#comments #respond .comment-form p .focus.submit,
.btn:active:focus,
.page-section .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active:focus,
.page-section .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active:focus,
#comments #respond .comment-form p .submit:active:focus,
.btn:active.focus,
.page-section .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active.focus,
.page-section .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active.focus,
#comments #respond .comment-form p .submit:active.focus,
.btn.active:focus,
.page-section .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left:focus,
.page-section .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right:focus,
#comments #respond .comment-form p .active.submit:focus,
.btn.active.focus,
.page-section .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.focus.slide-left,
.page-section .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.focus.slide-right,
#comments #respond .comment-form p .active.focus.submit {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-color: transparent
}

.btn:hover,
.page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#comments #respond .comment-form p .submit:hover,
.btn:focus,
.page-section .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#comments #respond .comment-form p .submit:focus,
.btn.focus,
.page-section .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#comments #respond .comment-form p .focus.submit {
    color: #333;
    text-decoration: none;
    outline-color: transparent
}

.btn:active,
.page-section .section-header.header-column .slide-control .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active,
.page-section .section-header.header-column .slide-control .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active,
#comments #respond .comment-form p .submit:active,
.btn.active,
.page-section .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#comments #respond .comment-form p .active.submit {
    outline: 0;
    background-image: none;
    outline-color: transparent
}

.btn.disabled,
.page-section .section-header.header-column .slide-control .disabled.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-left,
.page-section .section-header.header-column .slide-control .disabled.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-right,
#comments #respond .comment-form p .disabled.submit,
.btn[disabled],
.page-section .section-header.header-column .slide-control [disabled].slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-left,
.page-section .section-header.header-column .slide-control [disabled].slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-right,
#comments #respond .comment-form p [disabled].submit,
fieldset[disabled] .btn,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-left,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-left,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-left,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-left,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-right,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-right,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-right,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-right,
fieldset[disabled] #comments #respond .comment-form p .submit,
#comments #respond .comment-form p fieldset[disabled] .submit {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65)
}

a.btn.disabled,
.page-section .section-header.header-column .slide-control a.disabled.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control a.disabled.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control a.disabled.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control a.disabled.slide-left,
.page-section .section-header.header-column .slide-control a.disabled.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control a.disabled.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control a.disabled.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control a.disabled.slide-right,
#comments #respond .comment-form p a.disabled.submit,
fieldset[disabled] a.btn,
fieldset[disabled] .page-section .section-header.header-column .slide-control a.slide-left,
.page-section .section-header.header-column .slide-control fieldset[disabled] a.slide-left,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control a.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] a.slide-left,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control a.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] a.slide-left,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control a.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] a.slide-left,
fieldset[disabled] .page-section .section-header.header-column .slide-control a.slide-right,
.page-section .section-header.header-column .slide-control fieldset[disabled] a.slide-right,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control a.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] a.slide-right,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control a.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] a.slide-right,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control a.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] a.slide-right,
fieldset[disabled] #comments #respond .comment-form p a.submit,
#comments #respond .comment-form p fieldset[disabled] a.submit {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary,
.page-section .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#comments #respond .comment-form p .submit {
    color: #fff;
    background-color: #293848;
    border-color: #293848
}

.btn-primary:focus,
.page-section .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#comments #respond .comment-form p .submit:focus,
.btn-primary.focus,
.page-section .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#comments #respond .comment-form p .focus.submit {
    color: #fff;
    background-color: #161f28;
    border-color: #161f28
}

.btn-primary:hover,
.page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#comments #respond .comment-form p .submit:hover {
    color: #fff;
    background-color: #161f28;
    border-color: #161f28
}

.btn-primary:active,
.page-section .section-header.header-column .slide-control .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active,
.page-section .section-header.header-column .slide-control .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active,
#comments #respond .comment-form p .submit:active,
.btn-primary.active,
.page-section .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#comments #respond .comment-form p .active.submit,
.open > .btn-primary.dropdown-toggle,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#comments #respond .comment-form p .open > .dropdown-toggle.submit {
    color: #fff;
    background-color: #161f28;
    border-color: #161f28
}

.btn-primary:active:hover,
.page-section .section-header.header-column .slide-control .slide-left:active:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active:hover,
.page-section .section-header.header-column .slide-control .slide-right:active:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active:hover,
#comments #respond .comment-form p .submit:active:hover,
.btn-primary:active:focus,
.page-section .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active:focus,
.page-section .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active:focus,
#comments #respond .comment-form p .submit:active:focus,
.btn-primary:active.focus,
.page-section .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active.focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active.focus,
.page-section .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active.focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active.focus,
#comments #respond .comment-form p .submit:active.focus,
.btn-primary.active:hover,
.page-section .section-header.header-column .slide-control .active.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left:hover,
.page-section .section-header.header-column .slide-control .active.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right:hover,
#comments #respond .comment-form p .active.submit:hover,
.btn-primary.active:focus,
.page-section .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left:focus,
.page-section .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right:focus,
#comments #respond .comment-form p .active.submit:focus,
.btn-primary.active.focus,
.page-section .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .active.focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.focus.slide-left,
.page-section .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .active.focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.focus.slide-right,
#comments #respond .comment-form p .active.focus.submit,
.open > .btn-primary.dropdown-toggle:hover,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:hover,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:hover,
#comments #respond .comment-form p .open > .dropdown-toggle.submit:hover,
.open > .btn-primary.dropdown-toggle:focus,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left:focus,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right:focus,
#comments #respond .comment-form p .open > .dropdown-toggle.submit:focus,
.open > .btn-primary.dropdown-toggle.focus,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-left,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.focus.slide-right,
#comments #respond .comment-form p .open > .dropdown-toggle.focus.submit {
    color: #fff;
    background-color: #161f28;
    border-color: #161f28
}

.btn-primary:active,
.page-section .section-header.header-column .slide-control .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:active,
.page-section .section-header.header-column .slide-control .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:active,
#comments #respond .comment-form p .submit:active,
.btn-primary.active,
.page-section .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#comments #respond .comment-form p .active.submit,
.open > .btn-primary.dropdown-toggle,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-left,
.page-section .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .open > .dropdown-toggle.slide-right,
#comments #respond .comment-form p .open > .dropdown-toggle.submit {
    background-image: none
}

.btn-primary.disabled:hover,
.page-section .section-header.header-column .slide-control .disabled.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-left:hover,
.page-section .section-header.header-column .slide-control .disabled.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-right:hover,
#comments #respond .comment-form p .disabled.submit:hover,
.btn-primary.disabled:focus,
.page-section .section-header.header-column .slide-control .disabled.slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-left:focus,
.page-section .section-header.header-column .slide-control .disabled.slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.slide-right:focus,
#comments #respond .comment-form p .disabled.submit:focus,
.btn-primary.disabled.focus,
.page-section .section-header.header-column .slide-control .disabled.focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.focus.slide-left,
.page-section .section-header.header-column .slide-control .disabled.focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .disabled.focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .disabled.focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .disabled.focus.slide-right,
#comments #respond .comment-form p .disabled.focus.submit,
.btn-primary[disabled]:hover,
.page-section .section-header.header-column .slide-control [disabled].slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-left:hover,
.page-section .section-header.header-column .slide-control [disabled].slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-right:hover,
#comments #respond .comment-form p [disabled].submit:hover,
.btn-primary[disabled]:focus,
.page-section .section-header.header-column .slide-control [disabled].slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-left:focus,
.page-section .section-header.header-column .slide-control [disabled].slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].slide-right:focus,
#comments #respond .comment-form p [disabled].submit:focus,
.btn-primary[disabled].focus,
.page-section .section-header.header-column .slide-control [disabled].focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].focus.slide-left,
.page-section .section-header.header-column .slide-control [disabled].focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control [disabled].focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control [disabled].focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control [disabled].focus.slide-right,
#comments #respond .comment-form p [disabled].focus.submit,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-left:hover,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-left:hover,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-left:hover,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-left:hover,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-right:hover,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-right:hover,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-right:hover,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-right:hover,
fieldset[disabled] #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p fieldset[disabled] .submit:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-left:focus,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-left:focus,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-left:focus,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-left:focus,
fieldset[disabled] .page-section .section-header.header-column .slide-control .slide-right:focus,
.page-section .section-header.header-column .slide-control fieldset[disabled] .slide-right:focus,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .slide-right:focus,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .slide-right:focus,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .slide-right:focus,
fieldset[disabled] #comments #respond .comment-form p .submit:focus,
#comments #respond .comment-form p fieldset[disabled] .submit:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .page-section .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control fieldset[disabled] .focus.slide-left,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .focus.slide-left,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .focus.slide-left,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .focus.slide-left,
fieldset[disabled] .page-section .section-header.header-column .slide-control .focus.slide-right,
.page-section .section-header.header-column .slide-control fieldset[disabled] .focus.slide-right,
fieldset[disabled] #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control fieldset[disabled] .focus.slide-right,
fieldset[disabled] #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control fieldset[disabled] .focus.slide-right,
fieldset[disabled] #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control fieldset[disabled] .focus.slide-right,
fieldset[disabled] #comments #respond .comment-form p .focus.submit,
#comments #respond .comment-form p fieldset[disabled] .focus.submit {
    background-color: #293848
}

.btn-primary .badge,
.page-section .section-header.header-column .slide-control .slide-left .badge,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left .badge,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left .badge,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left .badge,
.page-section .section-header.header-column .slide-control .slide-right .badge,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right .badge,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right .badge,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right .badge,
#comments #respond .comment-form p .submit .badge {
    color: #293848;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #43D3B1;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:hover,
.btn-link:focus {
    color: #26a386;
    text-decoration: underline;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg,
.btn-group-lg > .btn,
.page-section .section-header.header-column .slide-control .btn-group-lg > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-lg > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-right,
#comments #respond .comment-form p .btn-group-lg > .submit {
    padding: 11px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-sm,
.btn-group-sm > .btn,
.page-section .section-header.header-column .slide-control .btn-group-sm > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-sm > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-sm > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-sm > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-sm > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-sm > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-sm > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-sm > .slide-right,
#comments #respond .comment-form p .btn-group-sm > .submit {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs,
.btn-group-xs > .btn,
.page-section .section-header.header-column .slide-control .btn-group-xs > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-xs > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-xs > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-xs > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-xs > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-xs > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-xs > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-xs > .slide-right,
#comments #respond .comment-form p .btn-group-xs > .submit {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.7142857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #43D3B1;
    background-color: transparent
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #43D3B1
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.7142857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right,
#comments #respond .comment-form p .btn-group > .submit,
.btn-group-vertical > .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .submit {
    position: relative;
    float: left
}

.btn-group > .btn:hover,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:hover,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:hover,
#comments #respond .comment-form p .btn-group > .submit:hover,
.btn-group > .btn:focus,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:focus,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:focus,
#comments #respond .comment-form p .btn-group > .submit:focus,
.btn-group > .btn:active,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:active,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:active,
#comments #respond .comment-form p .btn-group > .submit:active,
.btn-group > .btn.active,
.page-section .section-header.header-column .slide-control .btn-group > .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .active.slide-left,
.page-section .section-header.header-column .slide-control .btn-group > .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .active.slide-right,
#comments #respond .comment-form p .btn-group > .active.submit,
.btn-group-vertical > .btn:hover,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:hover,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:hover,
#comments #respond .comment-form p .btn-group-vertical > .submit:hover,
.btn-group-vertical > .btn:focus,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:focus,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:focus,
#comments #respond .comment-form p .btn-group-vertical > .submit:focus,
.btn-group-vertical > .btn:active,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:active,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:active,
#comments #respond .comment-form p .btn-group-vertical > .submit:active,
.btn-group-vertical > .btn.active,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .active.slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .active.slide-right,
#comments #respond .comment-form p .btn-group-vertical > .active.submit {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .page-section .section-header.header-column .slide-control .slide-left + .btn,
.page-section .section-header.header-column .slide-control .btn-group .slide-left + .btn,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-left + .btn,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-left + .btn,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-left + .btn,
.btn-group .page-section .section-header.header-column .slide-control .slide-right + .btn,
.page-section .section-header.header-column .slide-control .btn-group .slide-right + .btn,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-right + .btn,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-right + .btn,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-right + .btn,
.btn-group #comments #respond .comment-form p .submit + .btn,
#comments #respond .comment-form p .btn-group .submit + .btn,
.btn-group .page-section .section-header.header-column .slide-control .btn + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group .btn + .slide-left,
.btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group .slide-left + .slide-left,
.btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group .slide-right + .slide-left,
.btn-group #comments #respond .comment-form p .page-section .section-header.header-column .slide-control .submit + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-left,
#comments #respond .comment-form p .btn-group .page-section .section-header.header-column .slide-control .submit + .slide-left,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-left,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .btn + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .btn + .slide-left,
#landing-page #homepage-featured .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-left,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-left + .slide-left,
#landing-page #homepage-featured .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-left,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-right + .slide-left,
.btn-group #comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-left,
#comments #respond .comment-form p .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-left,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .btn + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .btn + .slide-left,
#landing-page #demo-pages .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-left,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-left + .slide-left,
#landing-page #demo-pages .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-left,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-right + .slide-left,
.btn-group #comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-left,
#comments #respond .comment-form p .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-left,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .btn + .slide-left,
#landing-page #footer .purchase-now .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-left,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-left + .slide-left,
#landing-page #footer .purchase-now .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-left,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-right + .slide-left,
.btn-group #comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-left,
#comments #respond .comment-form p .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-left,
.btn-group .page-section .section-header.header-column .slide-control .btn + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group .btn + .slide-right,
.btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group .slide-left + .slide-right,
.btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group .slide-right + .slide-right,
.btn-group #comments #respond .comment-form p .page-section .section-header.header-column .slide-control .submit + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-right,
#comments #respond .comment-form p .btn-group .page-section .section-header.header-column .slide-control .submit + .slide-right,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-right,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .btn + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .btn + .slide-right,
#landing-page #homepage-featured .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-right,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-left + .slide-right,
#landing-page #homepage-featured .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-right,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-right + .slide-right,
.btn-group #comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-right,
#comments #respond .comment-form p .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-right,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .btn + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .btn + .slide-right,
#landing-page #demo-pages .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-right,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-left + .slide-right,
#landing-page #demo-pages .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-right,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-right + .slide-right,
.btn-group #comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-right,
#comments #respond .comment-form p .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-right,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .btn + .slide-right,
#landing-page #footer .purchase-now .btn-group .page-section .section-header.header-column .slide-control .slide-left + .slide-right,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-left + .slide-right,
#landing-page #footer .purchase-now .btn-group .page-section .section-header.header-column .slide-control .slide-right + .slide-right,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-right + .slide-right,
.btn-group #comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .submit + .slide-right,
#comments #respond .comment-form p .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group .submit + .slide-right,
.btn-group #comments #respond .comment-form p .btn + .submit,
#comments #respond .comment-form p .btn-group .btn + .submit,
.btn-group .page-section .section-header.header-column .slide-control #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p .btn-group .page-section .section-header.header-column .slide-control .slide-left + .submit,
.page-section .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group .slide-left + .submit,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-left + .submit,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-left + .submit,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-left + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-left + .submit,
.btn-group .page-section .section-header.header-column .slide-control #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p .btn-group .page-section .section-header.header-column .slide-control .slide-right + .submit,
.page-section .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group .slide-right + .submit,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-right + .submit,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-right + .submit,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group #comments #respond .comment-form p .slide-right + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-right + .submit,
.btn-group #comments #respond .comment-form p .submit + .submit,
#comments #respond .comment-form p .btn-group .submit + .submit,
.btn-group .btn + .btn-group,
.btn-group .page-section .section-header.header-column .slide-control .slide-left + .btn-group,
.page-section .section-header.header-column .slide-control .btn-group .slide-left + .btn-group,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left + .btn-group,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-left + .btn-group,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left + .btn-group,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-left + .btn-group,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left + .btn-group,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-left + .btn-group,
.btn-group .page-section .section-header.header-column .slide-control .slide-right + .btn-group,
.page-section .section-header.header-column .slide-control .btn-group .slide-right + .btn-group,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right + .btn-group,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .slide-right + .btn-group,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right + .btn-group,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .slide-right + .btn-group,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right + .btn-group,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .slide-right + .btn-group,
.btn-group #comments #respond .comment-form p .submit + .btn-group,
#comments #respond .comment-form p .btn-group .submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .page-section .section-header.header-column .slide-control .btn-group + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group .btn-group + .slide-left,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .btn-group + .slide-left,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .btn-group + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .btn-group + .slide-left,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .btn-group + .slide-left,
.btn-group .page-section .section-header.header-column .slide-control .btn-group + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group .btn-group + .slide-right,
.btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group .btn-group + .slide-right,
.btn-group #landing-page #demo-pages .section-header.header-column .slide-control .btn-group + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group .btn-group + .slide-right,
.btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group .btn-group + .slide-right,
.btn-group #comments #respond .comment-form p .btn-group + .submit,
#comments #respond .comment-form p .btn-group .btn-group + .submit,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .btn-toolbar .slide-left,
.btn-toolbar #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-toolbar .slide-left,
.btn-toolbar #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-toolbar .slide-left,
.btn-toolbar #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-toolbar .slide-left,
.btn-toolbar .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .btn-toolbar .slide-right,
.btn-toolbar #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-toolbar .slide-right,
.btn-toolbar #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-toolbar .slide-right,
.btn-toolbar #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-toolbar .slide-right,
.btn-toolbar #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .btn-toolbar .submit,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.page-section .section-header.header-column .slide-control .btn-toolbar > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-toolbar > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-toolbar > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-toolbar > .slide-left,
.page-section .section-header.header-column .slide-control .btn-toolbar > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-toolbar > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-toolbar > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-toolbar > .slide-right,
#comments #respond .comment-form p .btn-toolbar > .submit,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:not(:first-child):not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:not(:first-child):not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:not(:first-child):not(:last-child):not(.dropdown-toggle),
#comments #respond .comment-form p .btn-group > .submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:first-child,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:first-child,
#comments #respond .comment-form p .btn-group > .submit:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:first-child:not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:first-child:not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:first-child:not(:last-child):not(.dropdown-toggle),
#comments #respond .comment-form p .btn-group > .submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.page-section .section-header.header-column .slide-control .btn-group > .slide-left:last-child:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left:last-child:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left:last-child:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left:last-child:not(:first-child),
.page-section .section-header.header-column .slide-control .btn-group > .slide-right:last-child:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right:last-child:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right:last-child:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right:last-child:not(:first-child),
#comments #respond .comment-form p .btn-group > .submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#comments #respond .comment-form p .btn-group > .btn-group:not(:first-child):not(:last-child) > .submit {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#comments #respond .comment-form p .btn-group > .btn-group:first-child:not(:last-child) > .submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
.page-section .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#comments #respond .comment-form p .btn-group > .btn-group:last-child:not(:first-child) > .submit:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle,
.page-section .section-header.header-column .slide-control .btn-group > .slide-left + .dropdown-toggle,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-left + .dropdown-toggle,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-left + .dropdown-toggle,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-left + .dropdown-toggle,
.page-section .section-header.header-column .slide-control .btn-group > .slide-right + .dropdown-toggle,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group > .slide-right + .dropdown-toggle,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group > .slide-right + .dropdown-toggle,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group > .slide-right + .dropdown-toggle,
#comments #respond .comment-form p .btn-group > .submit + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.page-section .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-left + .dropdown-toggle,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-left + .dropdown-toggle,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-left + .dropdown-toggle,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-left + .dropdown-toggle,
.page-section .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-right + .dropdown-toggle,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-right + .dropdown-toggle,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-right + .dropdown-toggle,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg.btn-group > .slide-right + .dropdown-toggle,
#comments #respond .comment-form p .btn-group-lg.btn-group > .submit + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.page-section .section-header.header-column .slide-control .slide-left .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left .caret,
.page-section .section-header.header-column .slide-control .slide-right .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right .caret,
#comments #respond .comment-form p .submit .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.page-section .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
.page-section .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#comments #respond .comment-form p .btn-group-lg > .submit .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .page-section .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
.page-section .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-left .caret,
.dropup #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-left .caret,
.dropup #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-left .caret,
.dropup #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-left .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-left .caret,
.dropup .page-section .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
.page-section .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-right .caret,
.dropup #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #homepage-featured .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-right .caret,
.dropup #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #demo-pages .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-right .caret,
.dropup #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-lg > .slide-right .caret,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .dropup .btn-group-lg > .slide-right .caret,
.dropup #comments #respond .comment-form p .btn-group-lg > .submit .caret,
#comments #respond .comment-form p .dropup .btn-group-lg > .submit .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .submit,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .btn-group > .submit {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group > .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .btn-group > .submit {
    float: none
}

.btn-group-vertical > .btn + .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn,
#comments #respond .comment-form p .btn-group-vertical > .submit + .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-left,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-left,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-right,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-right,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-right,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .submit + .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .btn + .submit,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-left + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .submit,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-right + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .btn-group-vertical > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .submit,
#comments #respond .comment-form p .btn-group-vertical > .submit + .submit,
.btn-group-vertical > .btn + .btn-group,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn-group,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn-group,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn-group,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left + .btn-group,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn-group,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn-group,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn-group,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right + .btn-group,
#comments #respond .comment-form p .btn-group-vertical > .submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group + .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .btn-group + .submit,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:not(:first-child):not(:last-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:not(:first-child):not(:last-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:not(:first-child):not(:last-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:not(:first-child):not(:last-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:not(:first-child):not(:last-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:not(:first-child):not(:last-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:not(:first-child):not(:last-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:not(:first-child):not(:last-child),
#comments #respond .comment-form p .btn-group-vertical > .submit:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:first-child:not(:last-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:first-child:not(:last-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:first-child:not(:last-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:first-child:not(:last-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:first-child:not(:last-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:first-child:not(:last-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:first-child:not(:last-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:first-child:not(:last-child),
#comments #respond .comment-form p .btn-group-vertical > .submit:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-left:last-child:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-left:last-child:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-left:last-child:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-left:last-child:not(:first-child),
.page-section .section-header.header-column .slide-control .btn-group-vertical > .slide-right:last-child:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .slide-right:last-child:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .slide-right:last-child:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .slide-right:last-child:not(:first-child),
#comments #respond .comment-form p .btn-group-vertical > .submit:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .slide-right,
#comments #respond .comment-form p .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .submit {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-left:last-child,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > .slide-right:last-child,
#comments #respond .comment-form p .btn-group-vertical > .btn-group:first-child:not(:last-child) > .submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-left:first-child,
.page-section .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > .slide-right:first-child,
#comments #respond .comment-form p .btn-group-vertical > .btn-group:last-child:not(:first-child) > .submit:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,
.page-section .section-header.header-column .slide-control .btn-group-justified > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-justified > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-justified > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-justified > .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-justified > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-justified > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-justified > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-justified > .slide-right,
#comments #respond .comment-form p .btn-group-justified > .submit,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-left,
.btn-group-justified > .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-left,
.btn-group-justified > .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-left,
.btn-group-justified > .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-left,
.btn-group-justified > .btn-group .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-right,
.btn-group-justified > .btn-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-right,
.btn-group-justified > .btn-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-right,
.btn-group-justified > .btn-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-justified > .btn-group .slide-right,
.btn-group-justified > .btn-group #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .btn-group-justified > .btn-group .submit {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="radio"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="radio"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="radio"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="radio"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="radio"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="radio"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="radio"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="radio"],
#comments #respond .comment-form p [data-toggle="buttons"] > .submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="checkbox"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="checkbox"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="checkbox"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-left input[type="checkbox"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="checkbox"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="checkbox"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="checkbox"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .slide-right input[type="checkbox"],
#comments #respond .comment-form p [data-toggle="buttons"] > .submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="radio"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="radio"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="radio"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="radio"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="radio"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="radio"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="radio"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="radio"],
#comments #respond .comment-form p [data-toggle="buttons"] > .btn-group > .submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="checkbox"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="checkbox"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="checkbox"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-left input[type="checkbox"],
.page-section .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="checkbox"],
#landing-page #homepage-featured .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="checkbox"],
#landing-page #demo-pages .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="checkbox"],
#landing-page #footer .purchase-now .section-header.header-column .slide-control [data-toggle="buttons"] > .btn-group > .slide-right input[type="checkbox"],
#comments #respond .comment-form p [data-toggle="buttons"] > .btn-group > .submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,
.input-group #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .input-group textarea,
.input-group #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .input-group input:not(.submit) {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p .input-group textarea:focus,
.input-group #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p .input-group input:focus:not(.submit) {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .input-group textarea,
.input-group #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .input-group input:not(.submit) {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group #comments #respond .comment-form p textarea:not(:first-child):not(:last-child),
#comments #respond .comment-form p .input-group textarea:not(:first-child):not(:last-child),
.input-group #comments #respond .comment-form p input:not(:first-child):not(:last-child):not(.submit),
#comments #respond .comment-form p .input-group input:not(:first-child):not(:last-child):not(.submit) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
#comments #respond .comment-form p .input-group-sm > textarea.input-group-addon,
#comments #respond .comment-form p .input-group-sm > input.input-group-addon:not(.submit),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-left,
.page-section .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-sm > .input-group-btn > .input-group-addon.slide-right,
#comments #respond .comment-form p .input-group-sm > .input-group-btn > .input-group-addon.submit {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px
}

.input-group-addon.input-lg,
#comments #respond .comment-form p .input-group-lg > textarea.input-group-addon,
#comments #respond .comment-form p .input-group-lg > input.input-group-addon:not(.submit),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-left,
.page-section .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-lg > .input-group-btn > .input-group-addon.slide-right,
#comments #respond .comment-form p .input-group-lg > .input-group-btn > .input-group-addon.submit {
    padding: 11px 15px;
    font-size: 18px;
    border-radius: 4px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group #comments #respond .comment-form p textarea:first-child,
#comments #respond .comment-form p .input-group textarea:first-child,
.input-group #comments #respond .comment-form p input:first-child:not(.submit),
#comments #respond .comment-form p .input-group input:first-child:not(.submit),
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#comments #respond .comment-form p .input-group-btn:first-child > .submit,
.input-group-btn:first-child > .btn-group > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group > .slide-right,
#comments #respond .comment-form p .input-group-btn:first-child > .btn-group > .submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left:not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left:not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left:not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left:not(:last-child):not(.dropdown-toggle),
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right:not(:last-child):not(.dropdown-toggle),
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right:not(:last-child):not(.dropdown-toggle),
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right:not(:last-child):not(.dropdown-toggle),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right:not(:last-child):not(.dropdown-toggle),
#comments #respond .comment-form p .input-group-btn:last-child > .submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group:not(:last-child) > .slide-right,
#comments #respond .comment-form p .input-group-btn:last-child > .btn-group:not(:last-child) > .submit {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group #comments #respond .comment-form p textarea:last-child,
#comments #respond .comment-form p .input-group textarea:last-child,
.input-group #comments #respond .comment-form p input:last-child:not(.submit),
#comments #respond .comment-form p .input-group input:last-child:not(.submit),
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#comments #respond .comment-form p .input-group-btn:last-child > .submit,
.input-group-btn:last-child > .btn-group > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .btn-group > .slide-right,
#comments #respond .comment-form p .input-group-btn:last-child > .btn-group > .submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left:not(:first-child),
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right:not(:first-child),
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right:not(:first-child),
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right:not(:first-child),
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right:not(:first-child),
#comments #respond .comment-form p .input-group-btn:first-child > .submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .btn-group:not(:first-child) > .slide-right,
#comments #respond .comment-form p .input-group-btn:first-child > .btn-group:not(:first-child) > .submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right,
#comments #respond .comment-form p .input-group-btn > .submit {
    position: relative
}

.input-group-btn > .btn + .btn,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left + .btn,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right + .btn,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right + .btn,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right + .btn,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right + .btn,
#comments #respond .comment-form p .input-group-btn > .submit + .btn,
.page-section .section-header.header-column .slide-control .input-group-btn > .btn + .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-left,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .input-group-btn > .submit + .slide-left,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .btn + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .submit + .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .btn + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .submit + .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .btn + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-left,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .submit + .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn > .btn + .slide-right,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-right,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-right,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .input-group-btn > .submit + .slide-right,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .btn + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .submit + .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .btn + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .submit + .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .btn + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right + .slide-right,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .submit + .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .submit + .slide-right,
#comments #respond .comment-form p .input-group-btn > .btn + .submit,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-left + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .input-group-btn > .slide-left + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-left + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left + .submit,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-right + .submit,
#comments #respond .comment-form p .page-section .section-header.header-column .slide-control .input-group-btn > .slide-right + .submit,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right + .submit,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right + .submit,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form p .input-group-btn > .slide-right + .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right + .submit,
#comments #respond .comment-form p .input-group-btn > .submit + .submit {
    margin-left: -1px
}

.input-group-btn > .btn:hover,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left:hover,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right:hover,
#comments #respond .comment-form p .input-group-btn > .submit:hover,
.input-group-btn > .btn:focus,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left:focus,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right:focus,
#comments #respond .comment-form p .input-group-btn > .submit:focus,
.input-group-btn > .btn:active,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-left:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-left:active,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-left:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-left:active,
.page-section .section-header.header-column .slide-control .input-group-btn > .slide-right:active,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn > .slide-right:active,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn > .slide-right:active,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn > .slide-right:active,
#comments #respond .comment-form p .input-group-btn > .submit:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:first-child > .slide-right,
#comments #respond .comment-form p .input-group-btn:first-child > .submit,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-left,
.page-section .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .input-group-btn:last-child > .slide-right,
#comments #respond .comment-form p .input-group-btn:last-child > .submit,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 24px
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #43D3B1
}

.nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.7142857143;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #43D3B1;
    border: 1px solid #43D3B1;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 3px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #43D3B1
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #F6F6F6
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 96px;
    border: none
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 991px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 991px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 991px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header,
.property-simple-search .content-wrapper > .navbar-header,
.container > .navbar-collapse,
.property-simple-search .content-wrapper > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -12px;
    margin-left: -12px
}

@media (min-width: 991px) {
    .container > .navbar-header,
    .property-simple-search .content-wrapper > .navbar-header,
    .container > .navbar-collapse,
    .property-simple-search .content-wrapper > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 991px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 991px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 36.5px 12px;
    font-size: 18px;
    line-height: 23px;
    height: 96px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 991px) {
    .navbar > .container .navbar-brand,
    .property-simple-search .navbar > .content-wrapper .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -12px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 31px;
    margin-bottom: 31px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 18.25px -12px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 23px
}

@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 991px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav > li {
        float: left
    }
    .navbar-nav > li > a {
        padding-top: 36.5px;
        padding-bottom: 36.5px
    }
}

.navbar-form {
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control,
    .navbar-form #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .navbar-form textarea,
    .navbar-form #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .navbar-form input:not(.submit) {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .navbar-form .input-group textarea,
    .navbar-form .input-group #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .navbar-form .input-group input:not(.submit) {
        width: auto
    }
    .navbar-form .input-group > .form-control,
    .navbar-form #comments #respond .comment-form p .input-group > textarea,
    #comments #respond .comment-form p .navbar-form .input-group > textarea,
    .navbar-form #comments #respond .comment-form p .input-group > input:not(.submit),
    #comments #respond .comment-form p .navbar-form .input-group > input:not(.submit) {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 990px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 24px;
    margin-bottom: 24px
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.page-section .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-left,
.page-section .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-sm > .navbar-btn.slide-right,
#comments #respond .comment-form p .btn-group-sm > .navbar-btn.submit {
    margin-top: 33px;
    margin-bottom: 33px
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.page-section .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-left,
.page-section .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-group-xs > .navbar-btn.slide-right,
#comments #respond .comment-form p .btn-group-xs > .navbar-btn.submit {
    margin-top: 37px;
    margin-bottom: 37px
}

.navbar-text {
    margin-top: 36.5px;
    margin-bottom: 36.5px
}

@media (min-width: 991px) {
    .navbar-text {
        float: left;
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (min-width: 991px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -12px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    padding-top: 5px;
    padding-bottom: 5px;
    /*
    background: rgb(157, 53, 247);
    background: -moz-linear-gradient(90deg, rgba(157, 53, 247, 0) 0%, rgba(192, 250, 22, 0) 12%, rgba(138, 0, 112, 1) 12%);
    background: -webkit-linear-gradient(90deg, rgba(157, 53, 247, 0) 0%, rgba(192, 250, 22, 0) 12%, rgba(138, 0, 112, 1) 12%);
    background: linear-gradient(90deg, rgba(157, 53, 247, 0) 0%, rgba(192, 250, 22, 0) 12%, rgba(138, 0, 112, 1) 12%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#9d35f7", endColorstr="#8a0070", GradientType=1);
    */
}

.navbar-default .navbar-brand {
    color: #333
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #1a1919;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #333
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #43D3B1;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #43D3B1;
    background-color: transparent
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #43D3B1
}

@media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #43D3B1;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #43D3B1;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #333
}

.navbar-default .navbar-link:hover {
    color: #43D3B1
}

.navbar-default .btn-link {
    color: #333
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #43D3B1
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff
}

@media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 23px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.alert {
    padding: 15px;
    margin-bottom: 23px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px, border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 23px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #43D3B1
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #43D3B1;
    border-color: #43D3B1
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #43D3B1
}

.panel-primary > .panel-heading .badge {
    color: #43D3B1;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #43D3B1
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
    .row-eq-height .col-sm-1,
    .row-eq-height .col-md-1,
    .row-eq-height .col-lg-1,
    .row-eq-height .col-sm-2,
    .row-eq-height .col-md-2,
    .row-eq-height .col-lg-2,
    .row-eq-height .col-sm-3,
    .row-eq-height .col-md-3,
    .row-eq-height .col-lg-3,
    .row-eq-height .col-sm-4,
    .row-eq-height .col-md-4,
    .row-eq-height .col-lg-4,
    .row-eq-height .col-sm-5,
    .row-eq-height .col-md-5,
    .row-eq-height .col-lg-5,
    .row-eq-height .col-sm-6,
    .row-eq-height .col-md-6,
    .row-eq-height .col-lg-6,
    .row-eq-height .col-sm-7,
    .row-eq-height .col-md-7,
    .row-eq-height .col-lg-7,
    .row-eq-height .col-sm-8,
    .row-eq-height .col-md-8,
    .row-eq-height .col-lg-8,
    .row-eq-height .col-sm-9,
    .row-eq-height .col-md-9,
    .row-eq-height .col-lg-9,
    .row-eq-height .col-sm-10,
    .row-eq-height .col-md-10,
    .row-eq-height .col-lg-10,
    .row-eq-height .col-sm-11,
    .row-eq-height .col-md-11,
    .row-eq-height .col-lg-11,
    .row-eq-height .col-sm-12,
    .row-eq-height .col-md-12,
    .row-eq-height .col-lg-12 {
        display: flex
    }
}

.socials-box .btn-facebook {
    background-color: #35528C
}

.socials-box .btn-facebook:hover {
    background-color: #273c67
}

.socials-box .btn-twitter {
    background-color: #3A93FB
}

.socials-box .btn-twitter:hover {
    background-color: #0878fa
}

.socials-box .btn-google {
    background-color: #C93C32
}

.socials-box .btn-google:hover {
    background-color: #a03028
}

.socials-box .btn-instagram {
    background-color: #8a3ab9
}

.socials-box .btn-instagram:hover {
    background-color: #6d2e92
}

.socials-box .btn-pinterest {
    background-color: #cd2029
}

.socials-box .btn-pinterest:hover {
    background-color: #a11920
}

body.page-header-1 .page-header,
#countdown,
#landing-page #page-heading,
#landing-page #footer,
#main-search,
#howto-buy,
#our-agent,
#partner,
#main-contact,
#number {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

body.page-header-1 .page-header:before,
#countdown:before,
#landing-page #page-heading:before,
#landing-page #footer:before,
#main-search:before,
#howto-buy:before,
#our-agent:before,
#partner:before,
#main-contact:before,
#number:before {
    content: '';
    background: url(../images/stripe_pattern.png) repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

body.page-header-1 .no-pattern.page-header:before,
.no-pattern#countdown:before,
#landing-page .no-pattern#page-heading:before,
#landing-page .no-pattern#footer:before,
.no-pattern#main-search:before,
.no-pattern#howto-buy:before,
.no-pattern#our-agent:before,
.no-pattern#partner:before,
.no-pattern#main-contact:before,
.no-pattern#number:before {
    background: none
}

#header #navbar .dropdown .dropdown-menu {
    transform-origin: center top 0px;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    -moz-transition: -webkit-transform 0.5s ease, opacity 0.2s ease
}

@media (max-width: 991px) {
    #header #navbar .dropdown .dropdown-menu {
        display: none !important
    }
}

.property-item .property-heading .item-detail,
.property-item .property-heading .item-price,
.howto-item .howto-content .howto-title,
.socials-box a {
    color: #fff !important
}

.title-panel .panel-title,
.page-section .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
.compare-table .property-compare-item .property-price,
.panel-box .panel-header .panel-title,
.profile-box .profile-contact li i,
.number-box .number-value > span,
#comments #respond .comment-reply-title,
#comments .entry-comments .comment-header .widget-title,
#comments.comments-area:not(.compact) .comments-title,
#new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price,
#sidebar-compare .heading-bar .heading-title,
#sidebar-compare .compare-body li .property-price,
body.brand-green #comments .entry-comments .comment-header .widget-title,
body.brand-red #comments .entry-comments .comment-header .widget-title,
body.brand-yellow #comments .entry-comments .comment-header .widget-title,
body.brand-orange #comments .entry-comments .comment-header .widget-title,
#footer .footer-column .footer-title {
    color: #43D3B1
}

.button-box .btn-primary,
.button-box .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
.button-box .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
.button-box #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .button-box .submit,
.property-item .property-heading .item-detail,
.property-item .property-header .item-category,
.howto-item .howto-content .howto-number,
.profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
.number-box .number-category .number-icon,
.secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#sidebar-compare .compare-toggle,
#sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#landing-page .demo-item .btn,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page .demo-item .submit,
#landing-page #header #navbar .navbar-btn,
#landing-page #footer .btn-primary,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page #footer .submit,
.property-simple-search .property-search-form .btn-submit,
#about-us .about-content > .btn,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #comments #respond .comment-form p .about-content > .submit,
#comments #respond .comment-form p #about-us .about-content > .submit {
    background-color: #43D3B1
}

body.header-2 .topbar-varian-2,
body.page-header-4 .page-header,
.property-item .property-heading .item-price,
.howto-item > a,
.howto-item .howto-content .howto-title,
.socials-box,
#about-us,
#footer {
    background-color: #293848
}

.number-box .number-category .namber-title,
#about-us .about-brand {
    background-color: #161f28
}

.property-item .property-content .property-title:hover,
.profile-box .profile-contact li a:hover,
#footer .copyright a:hover {
    color: #43D3B1;
    text-decoration: none
}

#about-us .about-content > .btn,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #comments #respond .comment-form p .about-content > .submit,
#comments #respond .comment-form p #about-us .about-content > .submit {
    border-color: #43D3B1
}

#about-us .about-content > .btn:hover,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #comments #respond .comment-form p .about-content > .submit:hover,
#comments #respond .comment-form p #about-us .about-content > .submit:hover {
    background-color: #2bb897
}

.howto-item > a img,
#featured-property .property-item:before {
    transition: opacity ease-in-out 0.2s;
    -webkit-transition: opacity ease-in-out 0.2s;
    -moz-transition: opacity ease-in-out 0.2s
}

.button-box .btn-primary,
.button-box .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
.button-box .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
.button-box #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .button-box .submit,
.property-item .property-heading .item-detail,
.property-item .property-header .item-category,
.howto-item .howto-content .howto-number,
.profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
.number-box .number-category .number-icon,
.secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#sidebar-compare .compare-toggle,
#sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#landing-page .demo-item .btn,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page .demo-item .submit,
#landing-page #header #navbar .navbar-btn,
#landing-page #footer .btn-primary,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page #footer .submit,
.property-simple-search .property-search-form .btn-submit,
#about-us .about-content > .btn,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #comments #respond .comment-form p .about-content > .submit,
#comments #respond .comment-form p #about-us .about-content > .submit {
    color: #fff;
    border-color: #43D3B1;
    background-color: #43D3B1
}

.button-box .btn-primary:hover,
.button-box .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control .button-box .slide-left:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left:hover,
.button-box .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control .button-box .slide-right:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right:hover,
.button-box #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p .button-box .submit:hover,
.property-item .property-heading .item-detail:hover,
.property-item .property-header .item-category:hover,
.howto-item .howto-content .howto-number:hover,
.profile-box.single-agent .leave-message .form-group .btn-primary:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit:hover,
.number-box .number-category .number-icon:hover,
.secondary-slider .slider-item .slider-content .btn-primary:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit:hover,
#sidebar-compare .compare-toggle:hover,
#sidebar-compare .footer-bar .btn.btn-reset:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit:hover,
#comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit:hover,
#landing-page .demo-item .btn:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page .demo-item #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p #landing-page .demo-item .submit:hover,
#landing-page #header #navbar .navbar-btn:hover,
#landing-page #footer .btn-primary:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-left:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer .slide-right:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p #landing-page #footer .submit:hover,
.property-simple-search .property-search-form .btn-submit:hover,
#about-us .about-content > .btn:hover,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#about-us #comments #respond .comment-form p .about-content > .submit:hover,
#comments #respond .comment-form p #about-us .about-content > .submit:hover {
    background-color: #2bb897;
    border-color: #2bb897
}

body.header-2 .topbar-varian-2,
body.page-header-4 .page-header,
.property-item .property-heading .item-price,
.howto-item > a,
.howto-item .howto-content .howto-title,
.socials-box,
#about-us,
#footer {
    color: #fff;
    background-color: #293848
}

.property-item .property-heading,
.profile-box .profile-header,
.number-box .number-category {
    display: table;
    width: 100%
}

.property-item .property-heading > *,
.profile-box .profile-header > *,
.number-box .number-category > * {
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-bathroom:before {
    content: "\f100"
}

.flaticon-detail:before {
    content: "\f101"
}

.flaticon-room:before {
    content: "\f102"
}

.flaticon-garage:before {
    content: "\f103"
}

.flaticon-wide:before {
    content: "\f104"
}

.flaticon-more:before {
    content: "\f105"
}

.flaticon-project:before {
    content: "\f106"
}

.flaticon-play:before {
    content: "\f107"
}

.flaticon-support:before {
    content: "\f108"
}

.flaticon-sale:before {
    content: "\f109"
}

.flaticon-happy:before {
    content: "\f10a"
}

.flaticon-clock:before {
    content: "\f10b"
}

.flaticon-address:before {
    content: "\f10c"
}

.flaticon-cross:before {
    content: "\f10d"
}

.flaticon-plus:before {
    content: "\f10e"
}

.flaticon-phone:before {
    content: "\f10f"
}

.flaticon-rent:before {
    content: "\f110"
}

.flaticon-min:before {
    content: "\f111"
}

.flaticon-coffee:before {
    content: "\f112"
}

.flaticon-cash:before {
    content: "\f316"
}

.flaticon-guest:before {
    content: "\f212"
}

.flaticon-map:before {
    content: "\f393"
}

.flaticon-home:before {
    content: "\f144"
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.irs-disabled {
    opacity: 0.4
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40)
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar-edge,
.irs-slider {
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px
}

.irs {
    height: 40px
}

.irs-with-grid {
    height: 60px
}

.irs-line {
    height: 3px;
    top: 10px
}

.irs-line-left {
    height: 3px
}

.irs-line-mid {
    height: 3px
}

.irs-line-right {
    height: 3px
}

.irs-bar {
    height: 3px;
    top: 10px
}

.irs-bar-edge {
    top: 10px;
    height: 3px;
    width: 11px;
    background-position: 0 -90px
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: 0.15
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15)
}

.irs-slider {
    width: 12px;
    height: 12px;
    top: 5px;
    -webkit-transition: 0.05s;
    -o-transition: 0.05s;
    transition: 0.05s
}

.irs-slider.state_hover,
.irs-slider:hover,
.irs-slider:focus,
.irs-slider:active {
    transform: scale(1.5, 1.5)
}

.irs-min,
.irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    border-radius: 3px
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc
}

.irs-from,
.irs-to,
.irs-single {
    color: #333;
    font-size: 14px;
    line-height: 1
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999
}

.irs-grid-pol {
    background: #99a4ac
}

.irs-grid-text {
    color: #99a4ac
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider * {
    outline: none
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide:focus {
    outline: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    background-color: #30cda8
}

.slick-prev:hover:before,
.slick-next:hover:before {
    background-color: #30cda8
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent !important
}

.slick-prev {
    left: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: 0
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-dots {
    position: absolute;
    bottom: 48px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0 !important;
    margin: 0;
    left: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: #fff;
    display: block;
    height: 12px;
    width: 12px;
    padding: 3px;
    margin: auto;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    border-radius: 9999px
}

.slick-dots li.slick-active button,
.slick-dots li:hover button,
.slick-dots li button:focus {
    padding: 5px;
    outline: none;
    background-color: #43D3B1
}

@media (max-width: 767px) {
    .slick-dots {
        bottom: 24px
    }
    .slick-dots li {
        width: 10px
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 1px
    }
}

.day-before,
.date-picker-wrapper .month-wrapper table .day.checked:before,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering:before,
.date-picker-wrapper .month-wrapper table .day.invalid.booked:before,
#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked:before,
#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid:before,
#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected.first-date-unavailable:before,
#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-unavailable:before,
#booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:before,
#booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    content: ' ';
    width: 24px;
    height: 24px;
    background-color: #FFF;
    z-index: -1;
    border-radius: 50%
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    padding: 18px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: initial
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 0
}

.date-picker-wrapper.no-topbar {
    padding-top: 0
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding: 4px 0;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: -8px
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline
}

.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: -1px;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 0.01
}

.date-picker-wrapper .month-wrapper {
    cursor: default;
    position: relative;
    _overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
    width: 252px;
    float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 252px;
    float: left
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    width: calc(100% / 7);
    width: 36px
}

.date-picker-wrapper .month-wrapper table .day {
    line-height: 36px;
    height: 36px;
    width: 100%;
    background-color: #fff;
    color: #aaa;
    cursor: not-allowed
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help
}

.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #43D3B1;
    color: #333;
    position: relative;
    z-index: 9
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(67, 211, 177, 0.8);
    color: #333;
    position: relative;
    z-index: 9
}

.date-picker-wrapper .month-wrapper table .day.invalid.booked {
    background-color: #293848;
    position: relative;
    z-index: 9
}

.date-picker-wrapper .month-wrapper table .day.invalid.booked:hover {
    cursor: not-allowed
}

.date-picker-wrapper .month-wrapper table .day.invalid {
    color: #aaa;
    background-color: #f2f6f9
}

.date-picker-wrapper .month-wrapper table .day.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #293848 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #293848 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #293848 50%);
    background: linear-gradient(to right bottom, #fff 50%, #293848 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.invalid {
    color: #aaa;
    background: #f2f6f9;
    background: -webkit-linear-gradient(to right bottom, #f2f6f9 50%, #293848 50%);
    background: -o-linear-gradient(to right bottom, #f2f6f9 50%, #293848 50%);
    background: -moz-linear-gradient(to right bottom, #f2f6f9 50%, #293848 50%);
    background: linear-gradient(to right bottom, #f2f6f9 50%, #293848 50%)
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.valid:hover {
    cursor: pointer
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked {
    background: #293848;
    background: -webkit-linear-gradient(to right bottom, #293848 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #293848 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #293848 50%, #fff 50%);
    background: linear-gradient(to right bottom, #293848 50%, #fff 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.invalid {
    color: #aaa;
    background: #293848;
    background: -webkit-linear-gradient(to right bottom, #293848 50%, #f2f6f9 50%);
    background: -o-linear-gradient(to right bottom, #293848 50%, #f2f6f9 50%);
    background: -moz-linear-gradient(to right bottom, #293848 50%, #f2f6f9 50%);
    background: linear-gradient(to right bottom, #293848 50%, #f2f6f9 50%)
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.valid:hover {
    cursor: pointer
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected {
    background: #293848;
    background: -webkit-linear-gradient(to right bottom, #293848 50%, #43D3B1 50%);
    background: -o-linear-gradient(to right bottom, #293848 50%, #43D3B1 50%);
    background: -moz-linear-gradient(to right bottom, #293848 50%, #43D3B1 50%);
    background: linear-gradient(to right bottom, #293848 50%, #43D3B1 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected.invalid {
    color: #aaa
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #43D3B1 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #43D3B1 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #43D3B1 50%);
    background: linear-gradient(to right bottom, #fff 50%, #43D3B1 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected.last-date-unavailable {
    background: #f2f6f9;
    background: -webkit-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: -o-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: -moz-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%)
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected.invalid {
    color: #aaa
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected.invalid {
    color: #aaa
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    color: #333
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected.first-date-unavailable {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #f2f6f9 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #f2f6f9 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #f2f6f9 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #f2f6f9 50%);
    color: #333;
    position: relative;
    z-index: 9
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected.first-date-unavailable.invalid {
    color: #aaa
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected.first-date-unavailable.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-unavailable {
    background: #f2f6f9;
    background: -webkit-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: -o-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: -moz-linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    background: linear-gradient(to right bottom, #f2f6f9 50%, #43D3B1 50%);
    color: #333;
    position: relative;
    z-index: 9
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-unavailable.invalid {
    color: #aaa
}

#booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-unavailable.invalid:hover {
    cursor: not-allowed
}

#booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:hover {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #fff 50%);
    color: #333;
    cursor: pointer
}

#booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:hover {
    background: #43D3B1;
    background: -webkit-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: -o-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: -moz-linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    background: linear-gradient(to right bottom, #43D3B1 50%, #293848 50%);
    color: #333
}

.date-picker-wrapper table .caption {
    height: 36px;
    background-color: #43D3B1;
    color: #fff
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 36px;
    position: relative
}

.date-picker-wrapper table .caption .next:before,
.date-picker-wrapper table .caption .prev:before {
    font-family: "FontAwesome";
    text-indent: 0;
    width: 100%;
    float: left
}

.date-picker-wrapper table .caption .next {
    float: right
}

.date-picker-wrapper table .caption .prev {
    float: left
}

.date-picker-wrapper table .caption .next:before {
    content: ""
}

.date-picker-wrapper table .caption .prev:before {
    content: ""
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    opacity: 0.6
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: 0;
    margin: 0 0 -12px 0;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid white;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid white
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 24px;
    position: relative;
    padding: 4px 60px 4px 0;
    margin-bottom: 8px;
    margin-top: -8px
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    display: inline-block;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .time1,
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected {
    background-color: #43D3B1;
    color: white
}

.date-picker-wrapper .last-date-selected {
    background-color: #43D3B1;
    color: white
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
    background-color: #43D3B1;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    z-index: 3
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #43D3B1;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #4499EE;
    font-weight: bold
}

.widget .date-picker-wrapper {
    padding: 0
}

.widget .date-picker-wrapper .month-wrapper {
    padding: 0 18px 18px 18px;
    position: relative;
    background-color: #EAEDF4;
    width: 316px !important
}

.widget .date-picker-wrapper .month-wrapper:before {
    position: absolute;
    content: "";
    height: 36px;
    left: 0;
    right: 0;
    background-color: #43D3B1
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget .date-picker-wrapper .month-wrapper {
        width: 248px !important
    }
}

.widget .date-picker-wrapper .month-wrapper table {
    position: relative;
    z-index: 1
}

.widget .date-picker-wrapper .month-wrapper table,
.widget .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%
}

.widget .date-picker-wrapper .month-wrapper table th,
.widget .date-picker-wrapper .month-wrapper table td,
.widget .date-picker-wrapper .month-wrapper table.month2 th,
.widget .date-picker-wrapper .month-wrapper table.month2 td {
    width: 40px !important
}

@media (max-width: 480px) {
    .widget .date-picker-wrapper .month-wrapper {
        width: 246px !important
    }
    .widget .date-picker-wrapper .month-wrapper table th,
    .widget .date-picker-wrapper .month-wrapper table td,
    .widget .date-picker-wrapper .month-wrapper table.month2 th,
    .widget .date-picker-wrapper .month-wrapper table.month2 td {
        width: 30px !important
    }
}

a {
    display: inline-block
}

label input[type="radio"],
label input[type="checkbox"] {
    position: relative;
    top: 2px
}

.background-theme {
    background-color: #43D3B1
}

.screen-reader-text {
    display: none;
    visibility: hidden
}

@media (max-width: 767px) {
    blockquote {
        font-size: 18px;
        margin-bottom: 16px;
        padding: 0 24px
    }
}

.filter-panel .panel-body {
    padding-left: 36px;
    padding-right: 24px
}

.filter-panel .filter-title {
    margin: 6px 0;
    line-height: 24px
}

.filter-panel label {
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 8px
}

.filter-panel .form-control,
.filter-panel #comments #respond .comment-form p textarea,
#comments #respond .comment-form p .filter-panel textarea,
.filter-panel #comments #respond .comment-form p input:not(.submit),
#comments #respond .comment-form p .filter-panel input:not(.submit) {
    height: 36px;
    line-height: 18px;
    padding: 4px 12px
}

.title-panel .panel-body {
    padding: 24px
}

.title-panel .panel-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.form-group--date {
    position: relative
}

.form-group--date:after {
    content: '\f073';
    font-family: Fontawesome;
    position: absolute;
    right: 12px;
    bottom: 12px
}

.form-group--title:after {
    right: 24px
}

#header .topbar .row {
    margin-left: 0;
    margin-right: 0
}

#header .topbar .topbar-item p {
    font-size: 14px
}

#header .topbar .topbar-item {
    padding: 13px 15px;
}

#header .topbar .topbar-item:last-child {
    border-bottom: none
}

#header .topbar .topbar-item .item-icon,
#header .topbar .topbar-item .item-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

#header .topbar .topbar-item .item-icon a,
#header .topbar .topbar-item .item-text a {
    color: #fff
}

#header .topbar .topbar-item .item-icon {
    width: 48px;
    font-size: 24px;
    text-align: center
}

#header .topbar .topbar-item .item-text {
    line-height: 1.285
}

@media (min-width: 991px) {
    #header .topbar .container,
    #header .topbar .property-simple-search .content-wrapper,
    .property-simple-search #header .topbar .content-wrapper {
        display: table
    }
    #header .topbar .container .topbar-item,
    #header .topbar .property-simple-search .content-wrapper .topbar-item,
    .property-simple-search #header .topbar .content-wrapper .topbar-item {
        display: table-cell;
        vertical-align: middle;
    }
    #header .topbar .container .topbar-item:first-child,
    #header .topbar .property-simple-search .content-wrapper .topbar-item:first-child,
    .property-simple-search #header .topbar .content-wrapper .topbar-item:first-child {}
}

@media (max-width: 991px) {
    #header .topbar .container,
    #header .topbar .property-simple-search .content-wrapper,
    .property-simple-search #header .topbar .content-wrapper {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        font-size: 0
    }
    #header .topbar .container .topbar-item,
    #header .topbar .property-simple-search .content-wrapper .topbar-item,
    .property-simple-search #header .topbar .content-wrapper .topbar-item {
        display: inline-block;
        vertical-align: middle;
        max-width: 400px;
        min-width: 300px;
        margin-bottom: 0;
        border-bottom: none;
        white-space: normal;
    }
    #header .topbar .container .topbar-item:last-child,
    #header .topbar .property-simple-search .content-wrapper .topbar-item:last-child,
    .property-simple-search #header .topbar .content-wrapper .topbar-item:last-child {
        border-right: none
    }
}

#header .navbar-brand {
    padding: 5px 12px
}

#header .navbar-brand img {
    height: 120px;
    width: auto;
}


#header .navbar,
#header #navbar,
#header .navbar-nav > li a,
#header .navbar-brand,
#header .navbar-brand img {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

@media (min-width: 1199px) {
    #header {
        
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
    }
    #header.scrolled {
        top: -24px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 19px 38px rgba(255, 255, 255, 255.30), 0 15px 12px rgba(255, 255, 255, 0.22);
        background: url(../images/header-bg.jpg) no-repeat left center;
        background-size: cover;
        padding-bottom: 0px;
    }
    #header.scrolled .navbar,
    #header.scrolled #navbar {
        min-height: 72px
    }
    #header.scrolled #navbar .navbar-nav > li > a {
        padding-top: 24px;
        padding-bottom: 24px
    }
    #header.scrolled .navbar-brand {
        height: 72px
    }
    #header.scrolled .navbar-brand img {
        height: 90px;
        margin-top: 20px;
    }
    #header.hide-topbar.scrolled {
        top: 0
    }
    #header .navbar-brand img {
        height: 150px;
        width: auto;
    
    }
}

#header #navbar {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

#header #navbar .navbar-nav > li a {
    color: #fff
}

#header #navbar .navbar-nav > li:hover > a,
#header #navbar .navbar-nav > li.active > a,
#header #navbar .dropdown-menu > li:hover > a,
#header #navbar .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #43D3B1
}

#header #navbar .dropdown-menu > li a {
    color: #fff
}

#header #navbar .dropdown-menu > li:hover > a,
#header #navbar .dropdown-menu > li.active > a {
    background-color: #1c2631
}

#header #navbar .dropdown > a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin-left: 7px;
    position: relative;
    top: -1px
}

@media (min-width: 992px) {
    #header #navbar .dropdown:hover > .dropdown-menu {
        display: block !important;
        opacity: 1;
        z-index: 1000;
        visibility: visible;
        transform: scale(1, 1);
        transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        -moz-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        height: auto
    }
}

@media (max-width: 991px) {
    #header #navbar .dropdown.expand-menu > .dropdown-menu {
        display: block !important;
        opacity: 1;
        z-index: 1000;
        visibility: visible;
        transform: scale(1, 1);
        transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        -moz-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        height: auto
    }
}

#header #navbar .dropdown .dropdown-menu {
    border: none !important;
    margin: 0;
    right: 0;
    min-width: 230px;
    background-color: #161f28
}

#header #navbar .multi-column > .dropdown-menu > li {
    border-top: none;
    padding: 0 !important
}

#header #navbar .multi-column > .dropdown-menu > li a {
    padding: 10px 24px !important
}

#header #navbar .multi-column > .dropdown-menu > li > a {
    pointer-events: none;
    cursor: default;
    background-color: transparent !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px
}

#header #navbar .multi-column > .dropdown-menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    border-bottom: 1px solid #202b38
}

#header #navbar .multi-column > .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#header #navbar .multi-column > .dropdown-menu ul > li > a {
    display: block;
    padding: 8px 20px;
    text-decoration: none
}

#header #navbar .multi-column > .dropdown-menu ul > li > a:hover {
    color: #43D3B1
}

@media (min-width: 992px) {
    #header #navbar .multi-column {
        position: static
    }
    #header #navbar .multi-column > .dropdown-menu {
        left: 0;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        border-top: 1px solid #eee !important;
        padding: 20px -webkit-calc((100% - 1140px) / 2);
        padding: 20px -moz-calc((100% - 1140px) / 2);
        padding: 20px calc((100% - 1140px) / 2)
    }
}

@media (min-width: 1199px) {
    #header #navbar {
        position: static
    }
    #header #navbar .dropdown-menu > li {}
    #header #navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown > a:after {
        content: ""
    }
    #header #navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
        top: -1px !important;
        border-right: none;
        left: 100%;
        width: 100%;
        right: auto
    }
}

@media (max-width: 991px) {
    #header #navbar .dropdown > a {
        pointer-events: none
    }
    #header #navbar .dropdown-menu > li a {
        padding: 10px 24px !important
    }
    #header #navbar .dropdown-menu {
        position: static;
        height: 0;
        float: none
    }
    #header #navbar .navbar-nav li:hover > .dropdown-menu {
        height: 100%
    }
}

@media (max-width: 991px) {
    #header #navbar {
        height: 100%
    }
}

@media (min-width: 1199px) {
    #header + section {
        margin-top: 60px;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s
    }
    #header.scrolled + section {
        margin-top: 72px
    }
    body.admin-bar #header {
        top: 32px
    }
    body.admin-bar #header.scrolled {
        top: -36px
    }
    #header.hide-topbar + section {
        margin-top: 96px
    }
}

body.header-2 .topbar-varian-2 {
    padding-top: 12px;
    padding-bottom: 12px
}

body.header-2 .topbar-varian-2 ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

body.header-2 .topbar-varian-2 ul:before,
body.header-2 .topbar-varian-2 ul:after {
    content: " ";
    display: table
}

body.header-2 .topbar-varian-2 ul:after {
    clear: both
}

body.header-2 .topbar-varian-2 ul > li {
    display: inline-block;
    float: left;
    line-height: 12px;
    margin-right: 24px
}

body.header-2 .topbar-varian-2 ul > li a {
    color: #FFF;
    text-decoration: none
}

@media (max-width: 991px) {
    body.header-2 .topbar-varian-2 {
        padding: 6px 24px;
        margin-right: -12px;
        margin-left: -12px
    }
    body.header-2 .topbar-varian-2 ul {
        text-align: center
    }
    body.header-2 .topbar-varian-2 ul > li {
        line-height: 24px;
        float: none
    }
}

@media (min-width: 1199px) {
    body.header-2 #header + section {
        margin-top: 132px
    }
    body.header-2 #header.scrolled {
        top: -36px
    }
}

body.header-3 #header .topbar-varian-3 {
    background-color: #FFF
}

body.header-3 #header .topbar-varian-3 .container,
body.header-3 #header .topbar-varian-3 .property-simple-search .content-wrapper,
.property-simple-search body.header-3 #header .topbar-varian-3 .content-wrapper {
    border-bottom: 1px solid #e3e3e3
}

body.header-3 #header .topbar-varian-3 .container .topbar-item .item-text,
body.header-3 #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-text,
.property-simple-search body.header-3 #header .topbar-varian-3 .content-wrapper .topbar-item .item-text {
    color: #A1A1A1
}

body.header-3 #header .topbar-varian-3 .container .topbar-item .item-icon,
body.header-3 #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-icon,
.property-simple-search body.header-3 #header .topbar-varian-3 .content-wrapper .topbar-item .item-icon {
    color: #43D3B1
}

@media (min-width: 992px) {
    body #header .desktop-topbar {
        display: block
    }
    body #header .desktop-topbar.topbar-varian-3 .topbar-item {
        width: 28%;
        padding: 12px 6px
    }
    body #header .desktop-topbar.topbar-varian-3 .topbar-item:nth-of-type(3) {
        width: 25%
    }
    body #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child {
        width: 19%;
        text-align: center
    }
    body #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a {
        color: #43D3B1;
        margin-left: 15px;
        font-size: 18px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }
    body #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a:hover {
        color: #2dc09d
    }
    body #header .mobile-topbar {
        display: none
    }
}

@media (max-width: 991px) {
    body #header .desktop-topbar {
        display: none
    }
    body #header .mobile-topbar {
        display: block
    }
    body #header .mobile-topbar .topbar-item {
        padding: 6px 12px
    }
    body #header .mobile-topbar .topbar-item .item-text {
        font-size: 13px
    }
    body #header .mobile-topbar.topbar-varian-3 {
        background-color: #FFF;
        border-bottom: 1px solid #e3e3e3
    }
    body #header .mobile-topbar.topbar-varian-3 .topbar-item .item-text {
        color: #A1A1A1
    }
    body #header .mobile-topbar.topbar-varian-3 .topbar-item .item-icon {
        color: #43D3B1
    }
}

iframe {
    max-width: 100%
}

.search-tabmenu {
    position: relative;
    z-index: 1
}

.search-tabmenu .nav-tabs {
    border-bottom-color: transparent
}

.search-tabmenu .nav-tabs:before,
.search-tabmenu .nav-tabs:after {
    content: " ";
    display: table
}

.search-tabmenu .nav-tabs:after {
    clear: both
}

.search-tabmenu .nav-tabs > li > a {
    text-align: center;
    background-color: #293848;
    color: #fff !important;
    border-color: #293848;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 1.7142857143;
    border-radius: 0
}

@media (min-width: 992px) {
    .search-tabmenu .nav-tabs > li > a {
        min-width: 180px
    }
}

.search-tabmenu .nav-tabs > li i {
    font-size: 24px;
    line-height: 1;
    margin-right: 6px;
    position: relative;
    top: 2px
}

.search-tabmenu .nav-tabs > li:hover > a {
    background-color: #2bb897;
    border-color: #2bb897
}

.search-tabmenu .nav-tabs > .active > a {
    background-color: #43D3B1 !important;
    border-color: #43D3B1 !important
}

@media (max-width: 992px) {
    .search-tabmenu .nav-tabs > li {
        width: 50%
    }
    .search-tabmenu .nav-tabs > li a {
        text-align: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    .search-tabmenu .nav-tabs > li a {
        display: block
    }
}

@media (max-width: 380px) {
    .search-tabmenu .nav-tabs > li a {
        display: block
    }
    .search-tabmenu .nav-tabs > li a i {
        display: block;
        margin-right: 0;
        margin-bottom: 5px
    }
}

@media (max-width: 319px) {
    .search-tabmenu .nav-tabs > li {
        width: 100%
    }
}

.search-tabmenu .tab-pane .form-body {
    background-color: #fff;
    padding: 24px
}

.search-tabmenu .tab-pane .form-body .form-group .btn-submit {
    width: 100%;
    margin-top: 29px
}

.search-tabmenu .tab-pane .form-body .form-group.col-md-3.form-group--date:after {
    right: 24px
}

.search-tabmenu .tab-pane .form-body .row {
    margin-bottom: 24px
}

.search-tabmenu .tab-pane .form-body .row:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .search-tabmenu .tab-pane .form-body .row {
        margin-bottom: 0
    }
    .search-tabmenu .tab-pane .form-body .row:last-child .form-group:last-child {
        margin-bottom: 0
    }
}

.search-tabmenu .tab-pane .btn-submit {
    padding: 9px 15px;
    font-size: 16px;
    line-height: 1.7142857143;
    border-radius: 0
}

.search-tabmenu .tab-pane .btn-submit > form:before,
.search-tabmenu .tab-pane .btn-submit > form:after {
    content: " ";
    display: table
}

.search-tabmenu .tab-pane .btn-submit > form:after {
    clear: both
}

.search-tabmenu .tab-pane .btn-submit i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 6px;
    position: relative;
    top: 1px
}

@media (max-width: 992px) {
    .search-tabmenu .tab-pane .btn-submit {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .search-tabmenu .tab-pane .btn-submit {
        float: none !important
    }
}

.search-tabmenu .tab-pane label {
    text-transform: uppercase;
    font-weight: 500
}

.search-tabmenu .tabmenu-header {
    background-color: #161f28;
    font-size: 0
}

.search-tabmenu .tabmenu-header .nav-tabs {
    border-bottom-width: 1px
}

.search-tabmenu .tabmenu-header .nav-tabs li a {
    margin-right: 0
}

.search-tabmenu .tabmenu-body {
    background-color: #fff
}

.page-header {
    padding: 64px 0;
    margin: 0;
    border-bottom: none
}

.page-header .container,
.page-header .property-simple-search .content-wrapper,
.property-simple-search .page-header .content-wrapper {
    position: relative;
    text-align: center
}

.page-header .page-header-title {
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 0 8px;
    font-size: 36px
}

.page-header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0
}

.page-header .breadcrumb li {
    text-transform: uppercase
}

.page-header .breadcrumb li a {
    color: #fff;
    text-decoration: none
}

.page-header .breadcrumb li a:hover {
    color: #43D3B1
}

.page-header .breadcrumb li.active {
    color: #43D3B1
}

.page-header.bg-solid:before {
    display: none
}

.page-header.bg-solid .page-header-title {
    color: #333
}

.page-header.bg-solid .breadcrumb li a {
    color: #333
}

.page-header.bg-solid .breadcrumb li a.active,
.page-header.bg-solid .breadcrumb li a:hover {
    color: #43D3B1
}

body.page-header-1 .page-header {}

body.page-header-1 .page-header .page-header-title {
    color: #fff
}

body.page-header-1 .page-header .breadcrumb li a {
    color: #fff
}

body.page-header-2 .page-header {
    background-image: url("../images/bg_page_header_2.jpg")
}

body.page-header-2 .page-header:before {
    background: none
}

body.page-header-2 .page-header .page-header-title {
    color: #333
}

body.page-header-2 .page-header .breadcrumb li a {
    color: #333
}

body.page-header-3 .page-header {
    background-image: url("../images/bg_page_header_3.jpg")
}

body.page-header-3 .page-header:before {
    background: none
}

body.page-header-3 .page-header .page-header-title {
    color: #333
}

body.page-header-3 .page-header .breadcrumb li a {
    color: #333
}

body.page-header-4 .page-header {
    background-image: none
}

body.page-header-4 .page-header:before {
    background: none
}

body.page-header-4 .page-header .page-header-title {
    color: #FFF
}

body.page-header-4 .page-header .breadcrumb li a {
    color: #FFF
}

.page-section,
#landing-page #homepage-featured,
#landing-page #demo-pages,
#landing-page #footer .purchase-now {
    padding: 20px 0
}

.page-section .section-header,
#landing-page #homepage-featured .section-header,
#landing-page #demo-pages .section-header,
#landing-page #footer .purchase-now .section-header {
    position: relative;
    padding: 0px 24px;
    margin-bottom: 24px
}

.page-section .section-header:before,
#landing-page #homepage-featured .section-header:before,
#landing-page #demo-pages .section-header:before,
#landing-page #footer .purchase-now .section-header:before {
    content: '';
    width: 100px;
    height: 4px;
    position: absolute;
    left: 24px;
    bottom: 0;
    background-color: #43D3B1
}

.page-section .section-header .section-title,
#landing-page #homepage-featured .section-header .section-title,
#landing-page #demo-pages .section-header .section-title,
#landing-page #footer .purchase-now .section-header .section-title {
    font-weight: 300;
    line-height: 1;
    margin: 0;
    text-transform: uppercase
}

.page-section .section-header.header-center,
#landing-page #homepage-featured .section-header.header-center,
#landing-page #demo-pages .section-header.header-center,
#landing-page #footer .purchase-now .section-header.header-center {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.page-section .section-header.header-center:before,
#landing-page #homepage-featured .section-header.header-center:before,
#landing-page #demo-pages .section-header.header-center:before,
#landing-page #footer .purchase-now .section-header.header-center:before {
    display: none
}

.page-section .section-header.header-center .section-title,
#landing-page #homepage-featured .section-header.header-center .section-title,
#landing-page #demo-pages .section-header.header-center .section-title,
#landing-page #footer .purchase-now .section-header.header-center .section-title {
    font-size: 36px
}

.page-section .section-header.header-column:before,
#landing-page #homepage-featured .section-header.header-column:before,
#landing-page #demo-pages .section-header.header-column:before,
#landing-page #footer .purchase-now .section-header.header-column:before,
.page-section .section-header.header-column:after,
#landing-page #homepage-featured .section-header.header-column:after,
#landing-page #demo-pages .section-header.header-column:after,
#landing-page #footer .purchase-now .section-header.header-column:after {
    content: " ";
    display: table
}

.page-section .section-header.header-column:after,
#landing-page #homepage-featured .section-header.header-column:after,
#landing-page #demo-pages .section-header.header-column:after,
#landing-page #footer .purchase-now .section-header.header-column:after {
    clear: both
}

.page-section .section-header.header-column .section-title,
#landing-page #homepage-featured .section-header.header-column .section-title,
#landing-page #demo-pages .section-header.header-column .section-title,
#landing-page #footer .purchase-now .section-header.header-column .section-title {
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    font-family: titleFont;
    color: white;
    text-shadow: #7A7A7A 4px 3px 0;
    font-size : 21px;
}

.page-section .section-header.header-column .slide-control,
#landing-page #homepage-featured .section-header.header-column .slide-control,
#landing-page #demo-pages .section-header.header-column .slide-control,
#landing-page #footer .purchase-now .section-header.header-column .slide-control {
    text-align: right;
    margin-right: -10px;
    float: right;
    margin-top: 15px;
}

.page-section .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right {
    width: 25px;
    text-align: center;
    margin-left: 6px
}

.page-section .section-header.header-column .header-content,
#landing-page #homepage-featured .section-header.header-column .header-content,
#landing-page #demo-pages .section-header.header-column .header-content,
#landing-page #footer .purchase-now .section-header.header-column .header-content {
    float: right
}

.page-section .section-header.header-column .header-content:before,
#landing-page #homepage-featured .section-header.header-column .header-content:before,
#landing-page #demo-pages .section-header.header-column .header-content:before,
#landing-page #footer .purchase-now .section-header.header-column .header-content:before,
.page-section .section-header.header-column .header-content:after,
#landing-page #homepage-featured .section-header.header-column .header-content:after,
#landing-page #demo-pages .section-header.header-column .header-content:after,
#landing-page #footer .purchase-now .section-header.header-column .header-content:after {
    content: " ";
    display: table
}

.page-section .section-header.header-column .header-content:after,
#landing-page #homepage-featured .section-header.header-column .header-content:after,
#landing-page #demo-pages .section-header.header-column .header-content:after,
#landing-page #footer .purchase-now .section-header.header-column .header-content:after {
    clear: both
}

.page-section .section-header.header-column .contact-item,
#landing-page #homepage-featured .section-header.header-column .contact-item,
#landing-page #demo-pages .section-header.header-column .contact-item,
#landing-page #footer .purchase-now .section-header.header-column .contact-item {
    display: table;
    float: left
}

.page-section .section-header.header-column .contact-item:first-child,
#landing-page #homepage-featured .section-header.header-column .contact-item:first-child,
#landing-page #demo-pages .section-header.header-column .contact-item:first-child,
#landing-page #footer .purchase-now .section-header.header-column .contact-item:first-child {
    margin-right: 30px
}

.page-section .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
.page-section .section-header.header-column .contact-item .item-text,
#landing-page #homepage-featured .section-header.header-column .contact-item .item-text,
#landing-page #demo-pages .section-header.header-column .contact-item .item-text,
#landing-page #footer .purchase-now .section-header.header-column .contact-item .item-text {
    display: table-cell;
    vertical-align: top
}

.page-section .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon {
    width: 26px;
    font-size: 24px;
    position: relative;
    top: 2px;
    padding: 2px 0
}

.page-section .section-header.header-column .contact-item .item-text,
#landing-page #homepage-featured .section-header.header-column .contact-item .item-text,
#landing-page #demo-pages .section-header.header-column .contact-item .item-text,
#landing-page #footer .purchase-now .section-header.header-column .contact-item .item-text {
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-weight: 500
}

@media (max-width: 991px) {
    .page-section .section-header .slide-control,
    #landing-page #homepage-featured .section-header .slide-control,
    #landing-page #demo-pages .section-header .slide-control,
    #landing-page #footer .purchase-now .section-header .slide-control {
        padding-left: 0
    }
    .page-section .section-header .slide-control .slide-left,
    #landing-page #homepage-featured .section-header .slide-control .slide-left,
    #landing-page #demo-pages .section-header .slide-control .slide-left,
    #landing-page #footer .purchase-now .section-header .slide-control .slide-left {
        margin-left: 0 !important
    }
}

@media (max-width: 768px) {
    .page-section .section-header .section-title,
    #landing-page #homepage-featured .section-header .section-title,
    #landing-page #demo-pages .section-header .section-title,
    #landing-page #footer .purchase-now .section-header .section-title,
    .page-section .section-header .slide-control,
    #landing-page #homepage-featured .section-header .slide-control,
    #landing-page #demo-pages .section-header .slide-control,
    #landing-page #footer .purchase-now .section-header .slide-control,
    .page-section .section-header .header-content,
    #landing-page #homepage-featured .section-header .header-content,
    #landing-page #demo-pages .section-header .header-content,
    #landing-page #footer .purchase-now .section-header .header-content {
        float: none !important
    }
    .page-section .section-header .slide-control,
    #landing-page #homepage-featured .section-header .slide-control,
    #landing-page #demo-pages .section-header .slide-control,
    #landing-page #footer .purchase-now .section-header .slide-control,
    .page-section .section-header .section-title,
    #landing-page #homepage-featured .section-header .section-title,
    #landing-page #demo-pages .section-header .section-title,
    #landing-page #footer .purchase-now .section-header .section-title {
        text-align: center !important
    }
    .page-section .section-header .header-content,
    #landing-page #homepage-featured .section-header .header-content,
    #landing-page #demo-pages .section-header .header-content,
    #landing-page #footer .purchase-now .section-header .header-content {
        margin: 10px 0 15px
    }
    .page-section .section-header .header-content .contact-item,
    #landing-page #homepage-featured .section-header .header-content .contact-item,
    #landing-page #demo-pages .section-header .header-content .contact-item,
    #landing-page #footer .purchase-now .section-header .header-content .contact-item {
        width: 100%
    }
    .page-section .section-header .header-content .contact-item:first-child,
    #landing-page #homepage-featured .section-header .header-content .contact-item:first-child,
    #landing-page #demo-pages .section-header .header-content .contact-item:first-child,
    #landing-page #footer .purchase-now .section-header .header-content .contact-item:first-child {
        margin-right: 0
    }
    .page-section .section-header .slide-control,
    #landing-page #homepage-featured .section-header .slide-control,
    #landing-page #demo-pages .section-header .slide-control,
    #landing-page #footer .purchase-now .section-header .slide-control {
        margin-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .page-section .section-header .slide-control button,
    #landing-page #homepage-featured .section-header .slide-control button,
    #landing-page #demo-pages .section-header .slide-control button,
    #landing-page #footer .purchase-now .section-header .slide-control button {
        margin: 0 5px !important
    }
    .page-section .section-header:before,
    #landing-page #homepage-featured .section-header:before,
    #landing-page #demo-pages .section-header:before,
    #landing-page #footer .purchase-now .section-header:before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }
}

@media (max-width: 767px) {
    .page-section,
    #landing-page #homepage-featured,
    #landing-page #demo-pages,
    #landing-page #footer .purchase-now {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .page-section .panel-title,
    #landing-page #homepage-featured .panel-title,
    #landing-page #demo-pages .panel-title,
    #landing-page #footer .purchase-now .panel-title {
        text-align: center
    }
}

@media (max-width: 480px) {
    .page-section,
    #landing-page #homepage-featured,
    #landing-page #demo-pages,
    #landing-page #footer .purchase-now {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .page-section .section-header .slide-control,
    #landing-page #homepage-featured .section-header .slide-control,
    #landing-page #demo-pages .section-header .slide-control,
    #landing-page #footer .purchase-now .section-header .slide-control {
        margin-top: 12px;
        margin-right: 0 !important
    }
}

.compare-table {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    position: relative
}

.compare-table .compare-column {
    border-bottom: 2px solid #eee
}

.compare-table .compare-column.basic-info {
    min-width: 160px;
    max-width: 200px
}

@media (max-width: 991px) {
    .compare-table .compare-column.basic-info {
        max-width: 160px
    }
}

@media (min-width: 992px) {
    .compare-table .compare-column.property-compare-wrapper {
        display: flex;
        border-bottom: none
    }
}

.compare-table .column-heading {
    height: 240px;
    padding-bottom: 24px
}

@media (min-width: 992px) {
    .compare-table .column-heading {
        padding: 0 18px
    }
}

@media (max-width: 991px) {
    .compare-table .column-heading {
        height: 360px
    }
}

.compare-table .property-list-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-right: 1px solid #eee;
    padding-bottom: 48px;
    background-color: #fff
}

.compare-table .property-list-info li {
    line-height: 48px;
    background-color: #fff;
    padding: 0 18px;
    color: #8D8D8D;
    max-height: 48px;
    overflow: hidden
}

.compare-table .property-list-info li:nth-child(even) {
    background-color: #F7F8FA
}

.compare-table .property-list-info li i.fa.fa-times:before {
    color: #AC2925
}

.compare-table .property-list-info li i.fa.fa-check:before {
    color: #449d44
}

@media (max-width: 991px) {
    .compare-table .basic-info {
        position: absolute;
        left: 0;
        z-index: 2
    }
    .compare-table .basic-info .column-heading {
        visibility: hidden
    }
}

.compare-table .basic-info .column-heading .heading-title {
    margin: 0;
    position: relative;
    top: 132px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8D8D8D;
    font-size: 18px;
    line-height: 24px
}

.compare-table .basic-info .property-list-info {
    border-left: 1px solid #eee
}

.compare-table .basic-info .property-list-info li {
    color: #333;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .compare-table .property-compare-wrapper {
        display: block;
        width: 100%
    }
    .compare-table .property-compare-wrapper.slick-slider .property-compare-item {
        display: block !important
    }
    .compare-table .property-compare-wrapper .slick-dots {
        bottom: -32px
    }
    .compare-table .property-compare-wrapper .slick-dots li button {
        background-color: #293848
    }
    .compare-table .property-compare-wrapper .slick-dots li.slick-active button {
        background-color: #43D3B1
    }
}

.compare-table .property-compare-item {
    flex: 1;
    max-width: 280px;
    border-bottom: 2px solid #eee
}

@media (max-width: 991px) {
    .compare-table .property-compare-item {
        max-width: none;
        display: none
    }
    .compare-table .property-compare-item:first-child {
        display: block
    }
    .compare-table .property-compare-item .property-list-info li {
        padding-left: 178px
    }
}

.compare-table .property-compare-item .property-image-title {
    display: block
}

.compare-table .property-compare-item .property-image-title .property-img {
    margin-bottom: 12px
}

@media (min-width: 992px) {
    .compare-table .property-compare-item .property-image-title .property-img {
        margin-left: -8px;
        margin-right: -8px
    }
}

.compare-table .property-compare-item .property-image-title .property-img img {
    width: 100%;
    height: 120px;
    object-fit: cover
}

@media (max-width: 991px) {
    .compare-table .property-compare-item .property-image-title .property-img img {
        height: 240px
    }
}

.compare-table .property-compare-item .property-image-title .property-title {
    margin: 0 0 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    max-height: 48px;
    overflow: hidden;
    color: #333
}

.compare-table .property-compare-item .property-image-title:hover,
.compare-table .property-compare-item .property-image-title:focus {
    text-decoration: none;
    outline: none
}

.compare-table .property-compare-item .property-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.compare-table .property-compare-item .property-price small {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-left: 3px
}

.property-item {
    position: relative;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(20,20,20,.15);
    -moz-box-shadow: 0 0 5px rgba(20,20,20,.15);
    box-shadow: 0 0 5px rgba(20,20,20,.15);
}

.property-item .property-heading .item-detail {
    width: 30%;
    border-radius: 0;
    text-transform: lowercase
}

.property-item .property-heading .item-price {
    border-radius: 10px 0 0 0;
    display : block;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    padding: 5px 15px;
    color: #F09819 !important;
}

.property-item .property-header .item-category {
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    padding: 0 12px
}

.property-item .property-header .item-title {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase
}

.property-item .property-header .item-rate {
    position: relative;
    display: inline-block
}

.property-item .property-header .item-rate:before {
    display: inline-block;
    content: "\f006\f006\f006\f006\f006";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #43D3B1;
    letter-spacing: 3px
}

.property-item .property-header .item-rate span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.property-item .property-header .item-rate span:before {
    display: inline-block;
    content: "\f005\f005\f005\f005\f005";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #43D3B1;
    letter-spacing: 3px
}

.property-item {
    padding: 0px;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.property-item .property-content .property-title {
    padding-top: 10px;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    display: block
}

.property-item .property-address {
    margin-bottom: 18px;
    color: #949494;
    position: relative;
    padding-left: 18px;
    max-height: 48px;
    overflow: hidden
}

.property-item .property-address:before {
    content: "";
    font-family: "FontAwesome";
    color: #43D3B1;
    font-size: 18px;
    position: absolute;
    left: 0;
    line-height: 24px
}

.property-item .property-label {
    display: inline-block
}

.property-item .property-label a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
    min-width: 60px;
    text-align: center;
    display: inline-block
}

.property-item .property-label__type {
    background-color: #43D3B1;
    margin-right: 6px
}

.property-item .property-label__type.active,
.property-item .property-label__type:hover {
    background-color: #2dc09d
}

.property-item .property-label__status {
    background-color: rgba(41, 56, 72, 0.9)
}

.property-item .property-label__status.active,
.property-item .property-label__status:hover {
    background-color: #293848
}

.property-item .property-footer {
    border-top: 3px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    overflow: hidden
}

.property-item .property-footer [class*="item-"] {
    color: #333;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #ddd;
    padding: 11px 0
}

.property-item .property-footer [class*="item-"]:last-child {
    border-right: none
}

.property-item .property-footer [class*="item-"] span {
    color: #43D3B1;
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.property-item .property-footer.columns-4 [class*="item-"] {
    width: 25%
}

.property-item .img-box {
    position: relative
}

.property-item .img-box__image {
    display: block;
    height: 100%
}

.property-item .img-box .property-label {
    position: absolute;
    bottom: 8px;
    left: 8px
}

.property-item .img-box .btn-compare {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: rgba(41, 56, 72, 0.8);
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 9
}

.property-item .img-box .btn-compare.active,
.property-item .img-box .btn-compare:hover {
    background-color: #43D3B1
}

.property-item .img-box img {
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.property-item .img-box {}

.property-item .item-img {
    height: 520px;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.property-item .item-img img {
    visibility: hidden
}

.property-item .item-img a {
    display: block;
    height: 100%;
    position: relative
}

@media (max-width: 991px) {
    .property-item {
        margin-bottom: 24px
    }
    .property-item .item-img {
        height: 400px
    }
}

@media (max-width: 767px) {
    .property-item {
        margin-bottom: 15px
    }
    .property-item .img-box img {
        width: 100%;
        height: auto
    }
    .property-item .item-img {
        height: 320px
    }
}

.post {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.post > img,
.post p > img {
    max-width: 100%;
    margin: 12px 0
}

.post .post-property-header {
    margin-bottom: 24px
}

.post .post-property-header .post-title {
    margin-bottom: 12px
}

.post .post-property-header .text-right .property-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 6px
}

@media (max-width: 767px) {
    .post .post-property-header .text-right {
        text-align: left;
        margin-bottom: 12px
    }
    .post .post-property-header .text-right .property-price {
        font-size: 20px;
        padding-top: 0px
    }
}

.post .post-property-header .property-address {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 18px;
    max-height: 72px
}

.post .post-title {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 100;
    line-height: 1.4
}

@media (max-width: 767px) {
    .post .post-title {
        font-size: 24px
    }
}

.post .post-title a {
    color: #333;
    text-decoration: none
}

.post .post-title a:hover {
    color: #43D3B1
}

.post .post-image {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 24px
}

.post .post-image a {
    overflow: hidden;
    display: block;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: auto
}

.post .post-image a img {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.post .post-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.post .post-image a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    content: "";
    font-family: "Flaticon";
    font-size: 48px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    opacity: 0;
    z-index: 2
}

.post .post-image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.post .post-image a:hover:after {
    background-color: rgba(0, 0, 0, 0.5)
}

.post .post-image a:hover:before {
    opacity: 1;
    font-size: 36px
}

@media (max-width: 480px) {
    .post .post-image a:hover img:hover img {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none
    }
    .post .post-image a img {
        height: 380px;
        width: auto
    }
}

.post .post-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 12px
}

.post .post-meta li {
    display: inline-block;
    margin-right: 24px
}

@media (max-width: 480px) {
    .post .post-meta li {
        margin-right: 0;
        margin-bottom: 5px;
        display: block
    }
}

.post .post-meta li a {
    color: #777;
    text-decoration: none
}

.post .post-meta li a:before {
    font-family: "FontAwesome";
    color: #43D3B1;
    display: inline-block;
    margin-right: 8px
}

.post .post-meta li a:hover {
    color: #333
}

.post .post-meta li:before {
    display: none;
    font-family: "FontAwesome";
    color: #43D3B1;
    margin-right: 8px
}

.post .post-meta li:last-child {
    margin-right: 0
}

.post .post-meta li.post-author a:before {
    content: ""
}

.post .post-meta li.post-date a:before {
    content: ""
}

.post .post-meta li.post-comment a:before {
    content: ""
}

.post .post-meta li.post-category a:before {
    content: ""
}

.post .post-entries {
    margin-bottom: 0
}

.post .post-entries *:last-child {
    margin-bottom: 0
}

.post .post-entries .widget {
    margin-top: 24px
}

.services-content > p {
    margin-bottom: 24px
}

.services-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.services-item li {
    display: table;
    margin-bottom: 24px
}

.services-item li .services-icon,
.services-item li .services-description {
    display: table-cell;
    vertical-align: top
}

.services-item li .services-icon i {
    width: 72px;
    height: 72px;
    line-height: 72px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #43D3B1;
    font-size: 36px
}

.services-item li .services-description {
    padding-left: 15px;
    color: #555
}

.services-item li .services-description h4 {
    font-weight: bold;
    margin: 0 0 7px;
    font-size: 18px
}

.services-image img {
    display: block;
    width: 100%
}

.howto-item > a {
    min-height: 150px;
    display: block;
    position: relative;
    text-decoration: none
}

.howto-item > a img {
    width: 100%
}

.howto-item > a:before {
    content: "";
    font-family: "Flaticon";
    font-size: 72px;
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.howto-item > a:hover img {
    opacity: 0.3
}

.howto-item .howto-content {
    position: relative
}

.howto-item .howto-content p {
    margin-bottom: 0
}

.howto-item .howto-content .howto-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 44px
}

.howto-item .howto-content .howto-title {
    padding: 12px 15px;
    line-height: 1.2;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

@media (max-width: 991px) {
    .howto-item {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .howto-item {
        margin-bottom: 12px
    }
}

.accordion .panel {
    border: none;
    margin-bottom: 24px;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none
}

@media (max-width: 767px) {
    .accordion .panel {
        margin-bottom: 12px
    }
}

.accordion .panel-heading {
    padding: 0
}

.accordion .panel-heading .panel-title {
    font-weight: bold;
    font-size: 16px
}

.accordion .panel-heading .panel-title a {
    color: #333;
    padding: 15px 30px;
    padding-left: 72px;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: left
}

.accordion .panel-heading .panel-title a:before {
    content: "";
    position: absolute;
    font-family: "Flaticon";
    font-size: 18px;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: #43D3B1;
    color: #fff;
    line-height: 47px
}

.accordion .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: ""
}

.accordion .panel-body {
    border-top-color: #43D3B1 !important;
    padding: 24px
}

.panel-box {
    background: #FFF;
}

.contact-home {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: -50px;
}

.contact-home .panel-body {
    box-shadow: none;
}

.panel-box .panel-header {
    padding: 15px 24px;
    border-bottom: 1px solid #e1e1e1
}

.panel-box .panel-header .panel-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.panel-body {
    padding: 24px;
    background: #FFF;
}

@media (min-width: 1199px) {
    .panel-box .panel-body form > .row [class*="col-"]:first-child {
        padding-right: 12px
    }
    .panel-box .panel-body form > .row [class*="col-"]:last-child {
        padding-left: 12px
    }
}

.panel-box .panel-body .form-group {
    margin-bottom: 24px
}

.panel-box .panel-body form > .form-group:last-child {
    margin-bottom: 0
}

.panel-box .panel-body .btn-primary,
.panel-box .panel-body .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .panel-box .panel-body .slide-left,
.panel-box .panel-body #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .panel-box .panel-body .slide-left,
.panel-box .panel-body #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .panel-box .panel-body .slide-left,
.panel-box .panel-body #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .panel-box .panel-body .slide-left,
.panel-box .panel-body .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .panel-box .panel-body .slide-right,
.panel-box .panel-body #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .panel-box .panel-body .slide-right,
.panel-box .panel-body #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .panel-box .panel-body .slide-right,
.panel-box .panel-body #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .panel-box .panel-body .slide-right,
.panel-box .panel-body #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .panel-box .panel-body .submit,
.panel-box .panel-body .btn-submit {
    width: 100%
}

.panel-box.icon-box {
    text-align: center;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .panel-box.icon-box {
        margin-top: 60px
    }
}

.panel-box.icon-box .icon-item {
    background-color: #43D3B1;
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    margin: -60px auto 24px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px
}

.panel-box.icon-box .icon-item i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.panel-box.icon-box .icon-title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase
}

.panel-box.icon-box .icon-description {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .panel-box.icon-box .icon-description {
        max-height: 48px;
        overflow: hidden
    }
}

.panel-wrapper {
    margin-bottom: -24px
}

.panel-wrapper .panel-box {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .panel-wrapper {
        margin-bottom: -12px
    }
    .panel-wrapper .panel-box {
        margin-bottom: 12px
    }
}

.profile-box {
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.profile-box > img {
    width: 100%;
    height: auto;
    margin-bottom: 139px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

@media (max-width: 991px) {
    .profile-box > img {
        margin-bottom: 115px
    }
}

.profile-box .profile-header {
    margin-bottom: 24px
}

.profile-box .profile-header .profile-img {
    width: 96px
}

.profile-box .profile-header .profile-img img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 9999px;
    overflow: hidden
}

.profile-box .profile-header .profile-title {
    text-align: left;
    padding-left: 24px;
    font-weight: 700;
    font-size: 18px
}

.profile-box .profile-description {
    margin-bottom: 24px
}

.profile-box .profile-contact {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.profile-box .profile-contact:before,
.profile-box .profile-contact:after {
    content: " ";
    display: table
}

.profile-box .profile-contact:after {
    clear: both
}

.profile-box .profile-contact li {
    padding: 12px 12px;
    margin-bottom: 0;
    border-top: 1px solid #eee
}

@media (min-width: 480px) {
    .profile-box .profile-contact li {
        width: 50%;
        float: left;
        border-right: 1px solid #eee
    }
}

.profile-box .profile-contact li:last-child {
    border-right: none
}

.profile-box .profile-contact li i {
    display: inline-block;
    width: 20px;
    text-align: center
}

.profile-box .profile-contact li a {
    color: #333;
    font-weight: 700
}

.profile-box:not(.agent-item) .profile-content {
    padding: 0 24px 24px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff
}

.profile-box:not(.agent-item) .profile-content .profile-name {
    padding: 12px 24px;
    line-height: 1;
    margin: 0 -24px 24px -24px;
    border-bottom: 1px solid #eee
}

@media (min-width: 767px) {
    .profile-box:not(.agent-item) .profile-content .profile-description {
        margin-bottom: -72px;
        max-height: 72px;
        min-height: 72px;
        overflow: hidden;
        opacity: 0;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s
    }
}

@media (max-width: 480px) {
    .profile-box:not(.agent-item) .profile-content {
        position: relative
    }
}

.profile-box .profile-name {
    font-weight: 700;
    font-size: 18px
}

.profile-box .profile-name a {
    color: #333
}

.profile-box .profile-name a:hover {
    color: #43D3B1;
    text-decoration: none
}

.profile-box .profile-name small {
    display: block;
    font-size: 14px;
    color: #A1A1A1;
    margin-top: 8px
}

.profile-box .profile-contact {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: static
}

.profile-box .profile-contact li {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    border: none
}

.profile-box:hover > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

@media (min-width: 767px) {
    .profile-box:hover:not(.agent-item) .profile-content .profile-description {
        opacity: 1;
        margin-bottom: 24px
    }
}

.profile-box.agent-item {
    margin-bottom: 12px
}

.profile-box.agent-item .content-wrapper {
    padding: 24px
}

.profile-box.agent-item .profile-img {
    object-fit: cover;
    width: 100%;
    height: 240px
}

.profile-box.agent-item .profile-contact {
    margin-bottom: 24px
}

.profile-box.agent-item .profile-contact > li {
    text-align: left
}

.profile-box.agent-item .profile-name {
    margin: 0 0 24px 0
}

.profile-box.agent-item .profile-description {
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 24px
}

.profile-box.agent-item .property-link {
    text-decoration: none;
    display: block;
    border-top: 1px solid #eee;
    margin: 0 -24px -24px -24px;
    padding: 12px 24px
}

.profile-box.agent-item .property-link i.fi {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.profile-box.agent-item .property-link:hover i.fi {
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
    margin-left: 10px
}

@media (min-width: 768px) {
    .profile-box.agent-item {
        margin-bottom: 24px
    }
    .profile-box.agent-item .content-wrapper {
        padding: 24px 24px 24px 264px
    }
    .profile-box.agent-item .profile-content {
        border-right: 1px solid #eee
    }
    .profile-box.agent-item .profile-img {
        width: 240px;
        height: 282px;
        position: absolute;
        top: 0;
        left: 0
    }
    .profile-box.agent-item .profile-contact > li {
        float: left;
        width: 50%;
        display: inline-block
    }
}

@media (max-width: 480px) {
    .profile-box > img {
        margin-bottom: 0
    }
    .profile-box .profile-header {
        display: block;
        text-align: center
    }
    .profile-box .profile-header .profile-img,
    .profile-box .profile-header .profile-title {
        display: block;
        text-align: center;
        padding: 0;
        margin: auto
    }
    .profile-box .profile-header .profile-title {
        font-size: 20px;
        margin-top: 20px
    }
    .profile-box .profile-description {
        margin-bottom: 24px;
        text-align: center
    }
    .profile-box .profile-contact {
        text-align: center
    }
    .profile-box .profile-contact li {
        font-size: 16px
    }
    .profile-box .profile-content {
        position: relative
    }
    .profile-box .profile-content .profile-name,
    .profile-box .profile-content .profile-description {
        text-align: left
    }
    .profile-box.agent-item .profile-contact,
    .profile-box.agent-item .profile-description,
    .profile-box.agent-item .profile-name {
        margin-bottom: 12px
    }
}

.profile-box.single-agent {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    padding: 24px
}

.profile-box.single-agent .profile-content {
    position: static;
    padding: 0;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .profile-box.single-agent .profile-content {
        display: flex
    }
    .profile-box.single-agent .profile-content .profile-img,
    .profile-box.single-agent .profile-content .content-wrapper {
        flex: 1
    }
}

.profile-box.single-agent .profile-content .profile-name {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    border-bottom: 0
}

.profile-box.single-agent .profile-content .profile-img {
    max-width: 270px
}

@media (max-width: 767px) {
    .profile-box.single-agent .profile-content .profile-img {
        width: 100%;
        max-width: none;
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    .profile-box.single-agent .profile-content .content-wrapper {
        padding-left: 24px
    }
}

@media (max-width: 767px) {
    .profile-box.single-agent .profile-content {
        margin-bottom: 12px
    }
    .profile-box.single-agent .profile-contact,
    .profile-box.single-agent .profile-description {
        text-align: left
    }
    .profile-box.single-agent .profile-contact li {
        margin-bottom: 12px;
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .profile-box.single-agent .profile-contact li {
        width: 50%;
        float: left;
        margin-bottom: 24px
    }
}

.profile-box.single-agent .leave-message .message-title {
    font-size: 18px;
    font-weight: bold;
    color: #43D3B1;
    text-transform: uppercase;
    margin-bottom: 24px
}

.profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit {
    width: 100%
}

.profile-box.single-agent .leave-message form > .form-group:last-child {
    margin-bottom: 0
}

.testimony-item {
    margin-top: 24px
}

.testimony-item:first-child {
    margin-top: 0
}

.testimony-item .testimony-profile {
    text-align: right
}

.testimony-item .testimony-profile img {
    width: 72px;
    height: 72px;
    display: inline-block !important
}

.testimony-item .testimony-profile h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 0
}

.testimony-item .testimony-text {
    padding: 24px;
    position: relative;
    background-color: #fff;
    min-height: 120px;
    border: none;
    border-left: 6px solid #43D3B1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width: 767px) {
    .testimony-item .testimony-text {
        padding: 12px 24px
    }
}

.testimony-item .testimony-text p {
    margin-bottom: 0
}

.testimony-item .testimony-text:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    left: -18px;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #43D3B1 transparent transparent
}

.testimony-item.item-left {
    margin-left: 12px;
    margin-right: 12px
}

.testimony-item.item-left .testimony-profile {
    text-align: right
}

.testimony-item.item-right {
    margin-left: 12px;
    margin-right: 12px
}

.testimony-item.item-right .testimony-profile {
    text-align: left
}

.testimony-item.item-right .testimony-text {
    border: none;
    border-right: 6px solid #43D3B1
}

.testimony-item.item-right .testimony-text:before {
    left: auto;
    right: -18px;
    border-width: 15px 15px 0 0;
    border-color: #43D3B1 transparent transparent transparent
}

@media (max-width: 991px) {
    .testimony-item .testimony-profile {
        margin-bottom: 12px
    }
    .testimony-item .testimony-profile:before,
    .testimony-item .testimony-profile:after {
        content: " ";
        display: table
    }
    .testimony-item .testimony-profile:after {
        clear: both
    }
    .testimony-item.item-left {
        padding-right: 0
    }
    .testimony-item.item-left .testimony-profile {
        text-align: left
    }
    .testimony-item.item-left .testimony-profile img {
        float: left;
        margin-right: 12px
    }
    .testimony-item.item-right {
        padding-left: 0
    }
    .testimony-item.item-right .testimony-profile {
        text-align: right
    }
    .testimony-item.item-right .testimony-profile img {
        float: right;
        margin-left: 12px
    }
}

.icon-box {
    text-align: center;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.icon-box .icon-item {
    font-size: 36px;
    color: #43D3B1
}

.icon-box .icon-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 12px 0
}

.icon-box .icon-description {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .icon-box {
        margin-bottom: 12px
    }
}

.number-box .number-value {
    background-color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    height: 200px;
    vertical-align: middle
}

.number-box .number-value > span {
    font-size: 46px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.number-box .number-category .number-icon {
    font-size: 24px;
    color: #fff;
    width: 48px
}

.number-box .number-category .namber-title {
    color: #fff;
    font-size: 18px;
    text-align: center
}

.pagination {
    margin: 0 !important;
    text-align: center !important;
    display: block !important;
    background-color: #fff !important;
    padding: 10px !important
}

.pagination:before,
.pagination:after {
    content: " ";
    display: table
}

.pagination:after {
    clear: both
}

.pagination.text-center {
    text-align: center
}

.pagination > a,
.pagination > span {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333
}

.pagination > a:last-child,
.pagination > span:last-child {
    margin-right: 0
}

.pagination > a.current,
.pagination > a:hover,
.pagination > span.current,
.pagination > span:hover {
    color: #43D3B1
}

.pagination .prev {
    float: left
}

.pagination .next {
    float: right
}

.pagination .prev:before,
.pagination .next:before {
    font-family: "FontAwesome";
    display: inline-block
}

.pagination .prev:before {
    content: ""
}

.pagination .next:before {
    content: ""
}

@media (max-width: 991px) {
    .pagination {
        text-align: center
    }
}

@media (min-width: 991px) {
    #comments #respond .comment-form p textarea {
        height: 96px
    }
}

#comments #respond .comment-form .form-group {
    margin-bottom: 24px
}

#comments #respond .comment-form > .form-group:last-child {
    margin-bottom: 0
}

#comments #respond .comment-form .btn,
#comments #respond .comment-form .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form .slide-left,
#comments #respond .comment-form #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form .slide-left,
#comments #respond .comment-form #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form .slide-left,
#comments #respond .comment-form #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form .slide-left,
#comments #respond .comment-form .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #comments #respond .comment-form .slide-right,
#comments #respond .comment-form #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #comments #respond .comment-form .slide-right,
#comments #respond .comment-form #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #comments #respond .comment-form .slide-right,
#comments #respond .comment-form #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #comments #respond .comment-form .slide-right,
#comments #respond .comment-form p .submit {
    width: 100%
}

#comments #respond .comment-form .logged-in-as {
    display: none;
    font-size: 0
}

#comments #respond .comment-form .logged-in-as a {
    font-size: 14px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #eee
}

#comments #respond .comment-form .logged-in-as a:last-child {
    border-right: none
}

#comments .entry-comments {
    background-color: #fff;
    padding: 24px;
    padding-top: 0;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

#comments .entry-comments .comment-header {
    padding: 15px 24px;
    margin: 0 -24px 24px;
    border-bottom: 1px solid #e1e1e1
}

#comments .entry-comments .comment-header .widget-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

#comments .entry-comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#comments .entry-comments .comment-list > .comment {
    padding-top: 24px;
    border-top: 1px solid #eee
}

#comments .entry-comments .comment-list > .comment:first-child {
    border-top: none;
    padding-top: 0
}

@media (max-width: 480px) {
    #comments .entry-comments .comment-list > .comment:last-child .comment-body {
        margin-bottom: 0
    }
}

#comments .entry-comments .comment-list .comment-body {
    display: table;
    width: 100%;
    margin-bottom: 24px
}

#comments .entry-comments .comment-list .comment-body > * {
    display: table-cell;
    vertical-align: top
}

#comments .entry-comments .comment-list .comment-body .comment-avatar img {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#comments .entry-comments .comment-list .comment-body .comment-content {
    padding-left: 24px;
    position: relative
}

#comments .entry-comments .comment-list .comment-body .comment-content > p {
    margin-bottom: 0
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-edit-link {
    text-decoration: none;
    display: none
}

#comments .entry-comments .comment-list .comment-body .comment-content .reply {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 26px
}

#comments .entry-comments .comment-list .comment-body .comment-content .reply a {
    text-decoration: none
}

#comments .entry-comments .comment-list .comment-body .comment-content .reply a:before {
    position: relative;
    right: -15px;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    content: "";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .1s;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s
}

#comments .entry-comments .comment-list .comment-body .comment-content .reply a:hover {
    color: #333
}

#comments .entry-comments .comment-list .comment-body .comment-content .reply a:hover:before {
    right: 0;
    opacity: 1;
    visibility: visible
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author {
    margin-bottom: 10px
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #eee;
    text-decoration: none
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a:hover {
    color: #43D3B1
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author .comment-date {
    font-size: 12px;
    font-weight: 500
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author .comment-date i {
    font-style: normal
}

#comments .entry-comments .comment-list .comment-body .comment-content .comment-author .comment-date i:before {
    content: "-";
    display: inline-block;
    margin: 0 5px
}

#comments .entry-comments .comment-list .children {
    list-style: none;
    padding-left: 96px
}

#comments .entry-comments .comment-list .children .comment-body {
    padding-top: 24px;
    border-top: 1px solid #eee
}

#comments .entry-comments .comment-list .children .children .children .comment-author > a {
    display: block;
    border-right: none
}

#comments .entry-comments .comment-list .children .children .children .children {
    padding-left: 24px
}

@media (max-width: 991px) {
    #comments .entry-comments .comment-list .comment-body .comment-content {
        padding-left: 15px
    }
    #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
        display: block;
        border-right: none;
        margin: 0;
        padding: 0
    }
    #comments .entry-comments .comment-list .comment-body .comment-content .reply {
        position: static;
        display: block;
        text-align: right;
        margin-top: 24px
    }
    #comments .entry-comments .comment-list .children {
        padding-left: 0 !important
    }
}

@media (max-width: 480px) {
    #comments .entry-comments .comment-list .comment-body .comment-avatar img {
        width: 48px;
        height: 48px
    }
    #comments .entry-comments .comment-list .comment-body .comment-content > p {
        margin-left: -63px
    }
    #comments .entry-comments .comment-list .children .comment-body {
        position: relative
    }
    #comments .entry-comments .comment-list .children .comment-body:before {
        content: "";
        width: 0;
        height: 0;
        top: -16px !important;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #eee transparent;
        position: absolute;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }
}

#comments.comments-area:not(.compact) .comment-list-wrapper,
#comments.comments-area:not(.compact) .comment-navigation .nav-links a {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 24px;
    padding-top: 0;
    margin-bottom: 24px
}

#comments.comments-area:not(.compact) .comment-navigation {
    margin-bottom: 24px
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links a {
    padding: 12px 24px;
    color: #333;
    text-decoration: none;
    margin-bottom: 0
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links a:before,
#comments.comments-area:not(.compact) .comment-navigation .nav-links a:after {
    content: " ";
    display: table
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links a:after {
    clear: both
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links a:before,
#comments.comments-area:not(.compact) .comment-navigation .nav-links a:after {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links a:hover:before,
#comments.comments-area:not(.compact) .comment-navigation .nav-links a:hover:after {
    color: #43D3B1
}

@media (max-width: 480px) {
    #comments.comments-area:not(.compact) .comment-navigation .nav-links a {
        width: 190px
    }
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links {
    text-align: center
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next,
#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next:last-child,
#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous:last-child {
    margin-right: 0
}

@media (max-width: 480px) {
    #comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next,
    #comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous {
        margin-right: 0;
        margin-bottom: 8px
    }
    #comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next:last-child,
    #comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous:last-child {
        margin-bottom: 0
    }
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous a:before {
    content: "";
    margin-right: 8px;
    float: left;
    left: 0
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next a:after {
    right: 0;
    float: right;
    margin-left: 8px;
    content: ""
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-previous a:hover:before {
    left: -4px
}

#comments.comments-area:not(.compact) .comment-navigation .nav-links .nav-next a:hover:after {
    right: -4px
}

#comments.comments-area:not(.compact) .comments-title {
    margin: 0;
    padding: 15px 24px;
    margin: 0 -24px 24px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

#comments.comments-area:not(.compact) .comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#comments.comments-area:not(.compact) .comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 96px
}

@media (max-width: 767px) {
    #comments.comments-area:not(.compact) .comment-list .children {
        padding-left: 0
    }
}

#comments.comments-area:not(.compact) .comment-list .comment {
    padding-top: 24px;
    border-top: 1px solid #eee;
    margin-bottom: 24px
}

#comments.comments-area:not(.compact) .comment-list .comment:first-child {
    padding-top: 0;
    border-top: none
}

#comments.comments-area:not(.compact) .comment-list .comment:last-child {
    margin-bottom: 0
}

#comments.comments-area:not(.compact) .comment-list .comment .comment {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #eee
}

#comments.comments-area:not(.compact) .comment-list .comment-body {
    position: relative
}

#comments.comments-area:not(.compact) .comment-list .comment-body .avatar {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 12px;
    float: left
}

#comments.comments-area:not(.compact) .comment-list .comment-body .reply {
    line-height: 26px
}

#comments.comments-area:not(.compact) .comment-list .comment-body .reply a {
    text-decoration: none
}

#comments.comments-area:not(.compact) .comment-list .comment-body .reply a:before {
    position: relative;
    right: -15px;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    content: "";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .1s;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s
}

#comments.comments-area:not(.compact) .comment-list .comment-body .reply a:hover {
    color: #333
}

#comments.comments-area:not(.compact) .comment-list .comment-body .reply a:hover:before {
    right: 0;
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    #comments.comments-area:not(.compact) .comment-list .comment-body .reply a:before {
        right: 0;
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 768px) {
    #comments.comments-area:not(.compact) .comment-list .comment-body {
        padding-left: 96px;
        min-height: 72px
    }
    #comments.comments-area:not(.compact) .comment-list .comment-body .avatar {
        width: 72px;
        height: 72px;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 0
    }
    #comments.comments-area:not(.compact) .comment-list .comment-body .reply {
        position: absolute;
        right: 0;
        top: 0
    }
}

#comments.comments-area:not(.compact) .comment-list .comment-meta {
    margin-bottom: 8px
}

#comments.comments-area:not(.compact) .comment-list .comment-meta:before,
#comments.comments-area:not(.compact) .comment-list .comment-meta:after {
    content: " ";
    display: table
}

#comments.comments-area:not(.compact) .comment-list .comment-meta:after {
    clear: both
}

#comments.comments-area:not(.compact) .comment-list .comment-author .says {
    display: none
}

#comments.comments-area:not(.compact) .comment-list .comment-author .fn,
#comments.comments-area:not(.compact) .comment-list .comment-author a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    text-decoration: none
}

#comments.comments-area:not(.compact) .comment-list .comment-author a:hover {
    color: #43D3B1
}

@media (max-width: 767px) {
    #comments.comments-area:not(.compact) .comment-list .comment-author .fn,
    #comments.comments-area:not(.compact) .comment-list .comment-author a {
        display: block
    }
}

@media (min-width: 768px) {
    #comments.comments-area:not(.compact) .comment-list .comment-author {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #eee
    }
    #comments.comments-area:not(.compact) .comment-list .comment-author,
    #comments.comments-area:not(.compact) .comment-list .comment-metadata {
        float: left
    }
}

#comments.comments-area:not(.compact) .comment-list .comment-metadata a {
    font-size: 12px;
    font-weight: 500;
    color: #333
}

#comments.comments-area:not(.compact) .comment-list .comment-content p:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    #comments.comments-area:not(.compact) .comment-list .comment-content {
        margin-bottom: 12px
    }
}

.secondary-slider .slider-item {
    display: none
}

.secondary-slider .slider-item:first-child {
    display: block
}

.secondary-slider .slider-item > img {
    width: 100%;
    height: auto
}

.secondary-slider .slider-item .slider-content {
    position: absolute;
    bottom: 15%;
    padding: 0 72px;
    z-index: 1;
    max-width: 700px
}

.secondary-slider .slider-item .slider-content .slider-caption {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 24px;
    margin-bottom: 12px
}

.secondary-slider .slider-item .slider-content .item-category,
.secondary-slider .slider-item .slider-content .item-description {
    font-size: 14px;
    color: #fff
}

.secondary-slider .slider-item .slider-content .item-category {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4
}

.secondary-slider .slider-item .slider-content .item-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold
}

.secondary-slider .slider-item .slider-content .item-title a {
    text-decoration: none;
    color: #FFF
}

.secondary-slider .slider-item .slider-content .item-title a:hover,
.secondary-slider .slider-item .slider-content .item-title a:focus {
    outline: none
}

.secondary-slider .slider-item .slider-content .item-description {
    margin: 0;
    line-height: 24px
}

.secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit {
    min-width: 160px
}

.secondary-slider.slick-slider .slider-item {
    display: block
}

@media (max-width: 991px) {
    .secondary-slider .slider-item .slider-content .item-title {
        font-size: 36px;
        margin-bottom: 15px
    }
    .secondary-slider .slider-item .slider-content .item-description {
        margin-bottom: 0
    }
    .secondary-slider .slider-item .slider-content .btn-primary,
    .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
    .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
    .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
    #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit {
        display: none
    }
}

@media (max-width: 767px) {
    .secondary-slider .slick-dots {
        bottom: -10px
    }
    .secondary-slider .slick-dots li {
        width: 4px;
        margin: 0 3px
    }
    .secondary-slider .slick-dots li button {
        width: 3px;
        height: 3px;
        padding: 1px
    }
    .secondary-slider .slick-dots li:focus button,
    .secondary-slider .slick-dots li.slick-active button {
        padding: 3px
    }
    .secondary-slider .slick-prev,
    .secondary-slider .slick-next {
        display: none !important
    }
    .secondary-slider .slider-item .slider-content {
        padding: 0 12px;
        max-width: 300px;
        bottom: 0
    }
    .secondary-slider .slider-item .slider-content .slider-caption {
        padding: 12px
    }
    .secondary-slider .slider-item .slider-content .item-category {
        font-size: 13px
    }
    .secondary-slider .slider-item .slider-content .item-title {
        font-size: 16px;
        margin-bottom: 0
    }
    .secondary-slider .slider-item .slider-content .item-description,
    .secondary-slider .slider-item .slider-content .btn-primary,
    .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
    .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
    #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
    #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
    .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
    .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
    #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
    #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
    #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
    .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
    #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit {
        display: none !important
    }
}

.secondary-slider-nav {
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.secondary-slider-nav:before,
.secondary-slider-nav:after {
    content: " ";
    display: table
}

.secondary-slider-nav:after {
    clear: both
}

.secondary-slider-nav .slider-item {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    position: relative
}

.secondary-slider-nav .slider-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.secondary-slider-nav .slider-item:after {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.secondary-slider-nav .slider-item:hover {
    cursor: pointer
}

.secondary-slider-nav .slider-item:hover:after {
    background-color: rgba(0, 0, 0, 0.2) !important
}

.secondary-slider-nav .slider-item.slick-current:after {
    display: none
}

.explore-item {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden
}

.explore-item > a {
    display: block;
    height: 360px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.explore-item > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.explore-item .item-title {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0
}

.explore-item .item-title > a {
    left: 0 !important;
    width: 100%;
    font-size: 30px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.explore-item .item-title > a i {
    font-weight: normal;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.explore-item .item-title:hover > a i {
    margin-left: 15px
}

.explore-item img {
    width: 100%;
    height: auto
}

.explore-item:hover > a {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.explore-item:hover > a:after {
    background-color: rgba(0, 0, 0, 0.5)
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar-edge,
.irs-slider {
    background-color: rgba(67, 211, 177, 0.5)
}

.irs-line-mid,
.irs-line-left,
.irs-line-right {
    background-color: #bff0e4
}

.irs-slider,
.irs-bar {
    background-color: #43D3B1
}

.irs-slider.state_hover,
.irs-slider:hover,
.irs-slider:focus,
.irs-slider:active {
    background-color: #2bb897
}

#countdown {
    text-align: center;
    padding: 150px 0
}

#countdown .container,
#countdown .property-simple-search .content-wrapper,
.property-simple-search #countdown .content-wrapper {
    max-width: 860px;
    position: relative;
    z-index: 1
}

#countdown .countdown-title {
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

#countdown .countdown-title,
#countdown #time li:after,
#countdown #time li h3 {
    font-size: 72px
}

#countdown #time {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 auto
}

#countdown #time:before,
#countdown #time:after {
    content: " ";
    display: table
}

#countdown #time:after {
    clear: both
}

#countdown #time li {
    display: inline-block;
    vertical-align: top
}

#countdown #time li:after {
    content: ":";
    display: inline-block;
    width: 48px;
    text-align: center;
    position: relative;
    top: -5px;
    color: #43D3B1
}

#countdown #time li:last-child:after {
    display: none
}

#countdown #time li h3 {
    float: left;
    color: #43D3B1
}

#countdown #time li h3 span {
    text-align: center;
    display: block
}

#countdown #time li .smalltext {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

#countdown #time li:last-child h3:after {
    display: none
}

@media (max-width: 991px) {
    #countdown .countdown-title,
    #countdown #time li:after,
    #countdown #time li h3 {
        font-size: 60px
    }
    #countdown #time li:after {
        top: 0
    }
}

@media (max-width: 767px) {
    #countdown {
        padding: 72px 0
    }
    #countdown .countdown-title,
    #countdown #time li:after,
    #countdown #time li h3 {
        font-size: 36px
    }
    #countdown #time li:after {
        top: 9px;
        width: 24px
    }
    #countdown #time h3 .smalltext {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #countdown #time li:after {
        width: auto
    }
    #countdown #time h3 {
        width: 50px;
        text-align: center
    }
    #countdown #time h3 .smalltext {
        font-size: 12px
    }
}

#error-page {
    text-align: center
}

#error-page .panel-box {
    padding: 72px 30px
}

#error-page .error-title {
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    color: #43D3B1;
    margin: 0 0 24px
}

#error-page .error-description {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 36px;
    line-height: 1.4
}

#error-page .error-description strong {
    color: #43D3B1
}

#error-page p {
    font-size: 18px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    #error-page .panel-box {
        padding-top: 48px;
        padding-bottom: 48px
    }
    #error-page .error-title {
        font-size: 96px
    }
    #error-page .error-description {
        margin-bottom: 24px;
        font-size: 18px
    }
}

#new-booking-page .nb-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px
}

#new-booking-page .nb-box .nb-property-detail {
    position: relative;
    font-size: 16px
}

#new-booking-page .nb-box .nb-property-detail .nb-property-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 78px
}

#new-booking-page .nb-box .nb-property-detail .nb-property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#new-booking-page .nb-box .nb-property-detail .nb-property-info {
    padding-left: 102px
}

#new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-name {
    margin: 5px 0;
    font-weight: 700
}

#new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

#new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price small {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-left: 3px
}

#new-booking-page .nb-box .nb-form {
    padding-top: 24px
}

#new-booking-page .nb-box .nb-form form .form-body .row:first-child {
    margin-bottom: 24px
}

#new-booking-page .nb-box .nb-form form .form-body .row h4 {
    font-weight: 700;
    font-size: 16px
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box {
    padding: 24px;
    background-color: #F6F6F6
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group .form-control-static {
    overflow: hidden
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group .form-control-static .value {
    float: right;
    font-weight: 700;
    font-size: 16px
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group .form-control-static.nb-total-calculate {
    border-top: 1px solid #e9e9e9;
    margin-top: 18px;
    padding-top: 24px
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group .form-control-static.nb-total-calculate .value {
    font-size: 24px
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group.nb-checkout {
    text-align: center
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group.nb-checkout button {
    color: #333;
    text-transform: capitalize;
    background-color: #ffc43a;
    border-color: #ffc43a;
    font-size: 12px;
    font-weight: 700
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group.nb-checkout button:hover {
    background-color: #ffb811;
    border-color: #ffb811
}

#new-booking-page .nb-box .nb-form form .form-body .row .nb-total-box .form-group.nb-checkout button img {
    margin-left: 3px;
    width: 60px
}

@media (max-width: 480px) {
    #new-booking-page .nb-box .nb-property-detail .nb-property-image {
        position: relative;
        width: 100%;
        height: 180px;
        margin-bottom: 12px
    }
    #new-booking-page .nb-box .nb-property-detail .nb-property-info {
        padding-left: 0
    }
}

@media (max-width: 480px) {
    .date-picker-wrapper {
        transform: scale(.85);
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        transform-origin: 0 0
    }
    #sidebar .date-picker-wrapper {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

#page-builder {
    padding-top: 24px;
    background: url(../../assets/images/bg-slider.jpg) repeat-y #6D3B92;
    padding-bottom: 0;
}

@media (max-width: 480px) {
    #page-builder {
        padding-top: 12px
    }
}

#page-builder.page-section,
#landing-page #footer #page-builder.purchase-now {
    padding-top: 0
}

@media (max-width: 480px) {
    #page-builder.page-section,
    #landing-page #footer #page-builder.purchase-now {
        padding-top: 0
    }
}

.tpb-numbers .row {
    text-align: center
}

.tpb-numbers .row .col-md-2 {
    float: none;
    display: inline-block
}

.widget {
    margin-bottom: 24px
}

.widget img {
    max-width: 100%
}

.widget .form-group .btn-submit {
    width: 100%
}

.widget .form-group:last-child {
    margin-bottom: 0
}

.widget .panel-box .profile-description {
    margin-bottom: 24px
}

.widget .panel-box .profile-box {
    overflow: visible
}

.widget .panel-box .profile-box .profile-header {
    display: block
}

.widget .panel-box .profile-box .profile-header .profile-img,
.widget .panel-box .profile-box .profile-header .profile-title {
    display: block;
    margin: 0 auto
}

.widget .panel-box .profile-box .profile-header .profile-img {
    margin-bottom: 24px
}

.widget .panel-box .profile-box .profile-header .profile-title {
    text-align: center;
    padding: 0
}

.widget .panel-box .profile-box .profile-contact {
    position: relative;
    text-align: center
}

@media (min-width: 992px) and (max-width: 1200px) {
    .widget .panel-box .profile-box .profile-contact li {
        float: none;
        width: 100%;
        border-right: none
    }
}

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

.widget.widget-booking #booking-calendar {
    margin-bottom: 12px
}

.widget.widget-booking .form-control-static {
    overflow: hidden
}

.widget.widget-booking .form-control-static .value {
    float: right;
    font-weight: bold
}

.widget.widget_search .panel-box {
    padding: 12px 24px
}

.widget.widget_search .search-form {
    position: relative
}

.widget.widget_search label {
    margin-bottom: 0;
    width: 100%
}

.widget.widget_search label input {
    width: 100%;
    border: none;
    outline: none;
    line-height: 40px;
    padding: 0;
    padding-right: 24px
}

.widget.widget_search .search-submit {
    position: absolute;
    right: -12px;
    width: 40px;
    height: 40px;
    top: 0;
    border: none;
    background: transparent;
    color: transparent;
    z-index: 1
}

.widget.widget_search .search-form:before {
    position: absolute;
    right: -12px;
    top: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: "FontAwesome";
    content: "";
    color: #43D3B1;
    outline: none;
    z-index: 0
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.widget.widget_pages ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget.widget_pages ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_archive ul li:before {
    content: "";
    font-family: "FontAwesome";
    color: #43D3B1;
    position: absolute;
    top: 0;
    left: 0
}

.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.1;
    border-bottom: 1px solid #eee
}

.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover {
    border-bottom-color: #43D3B1
}

.widget.widget_pages ul li abbr[title],
.widget.widget_nav_menu ul li abbr[title],
.widget.widget_pages ul li abbr[title],
.widget.widget_meta ul li abbr[title],
.widget.widget_categories ul li abbr[title],
.widget.widget_archive ul li abbr[title] {
    border-bottom: none
}

.widget.widget_pages ul li ul,
.widget.widget_nav_menu ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_meta ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_archive ul li ul {
    margin-top: 15px
}

.widget.widget_popular_post ul,
.widget .post-list {
    padding: 15px 0
}

.widget.widget_popular_post ul li,
.widget .post-list li {
    display: table;
    width: 100%;
    margin-bottom: 24px
}

.widget.widget_popular_post ul li > *,
.widget .post-list li > * {
    display: table-cell;
    vertical-align: middle
}

.widget.widget_popular_post ul li:last-child,
.widget .post-list li:last-child {
    margin-bottom: 0
}

.widget.widget_popular_post ul li .post-image,
.widget .post-list li .post-image {
    width: 72px
}

.widget.widget_popular_post ul li .post-image img,
.widget .post-list li .post-image img {
    overflow: hidden;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    width: 72px;
    height: 72px;
    display: block;
    object-fit: cover
}

.widget.widget_popular_post ul li .post-content,
.widget .post-list li .post-content {
    padding-left: 20px
}

.widget.widget_popular_post ul li .post-content .post-date,
.widget .post-list li .post-content .post-date {
    display: block;
    margin-bottom: 5px;
    color: #bbb
}

.widget.widget_popular_post ul li .post-content .post-title,
.widget .post-list li .post-content .post-title {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.4
}

.widget.widget_popular_post ul li .post-content .post-title:hover,
.widget .post-list li .post-content .post-title:hover {
    color: #43D3B1
}

.widget.widget_recent_entries ul,
.widget.widget_recent_comments ul {
    padding-top: 0;
    padding-bottom: 0
}

.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li {
    margin-bottom: 24px
}

.widget.widget_recent_entries ul li:last-child,
.widget.widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget.widget_recent_entries ul li .post-date,
.widget.widget_recent_comments ul li .post-date {
    color: #bbb
}

.widget.widget_recent_entries ul li .comment-author-link,
.widget.widget_recent_comments ul li .comment-author-link {
    display: block;
    color: #bbb
}

.widget.widget_recent_entries ul li .comment-author-link a,
.widget.widget_recent_comments ul li .comment-author-link a {
    color: #bbb;
    text-decoration: none
}

.widget.widget_recent_entries ul li .comment-author-link a:hover,
.widget.widget_recent_comments ul li .comment-author-link a:hover {
    color: #a7a7a7
}

.widget.widget_recent_entries ul li > a,
.widget.widget_recent_comments ul li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.4
}

.widget.widget_recent_entries ul li > a:hover,
.widget.widget_recent_comments ul li > a:hover {
    color: #43D3B1
}

.widget.widget_recent_entries ul li .post-date,
.widget.widget_recent_comments ul li .post-date {
    display: block
}

.widget.widget_rss .panel-title a.rsswidget {
    text-decoration: none
}

.widget.widget_rss .panel-title a.rsswidget .rss-widget-icon {
    display: none
}

.widget.widget_rss .panel-title a.rsswidget:first-child:before {
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    vertical-center: middle;
    margin-right: 8px;
    content: ""
}

.widget.widget_rss ul li {
    margin-bottom: 24px
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

.widget.widget_rss ul li a.rsswidget {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    display: block
}

.widget.widget_rss ul li a.rsswidget:hover {
    color: #43D3B1
}

.widget.widget_rss ul li .rss-date,
.widget.widget_rss ul li cite {
    font-size: 14px;
    color: #bbb;
    font-style: normal
}

.widget.widget_rss ul li cite:before {
    content: 'by';
    display: inline-block;
    margin-right: 3px
}

.widget.widget_rss ul li .rss-date {
    margin-right: 8px
}

.widget.widget_rss ul li .rssSummary {
    font-style: italic;
    line-height: 1.4;
    display: block;
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 8px
}

.widget .recent-property > li {
    display: table;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee
}

.widget .recent-property > li > * {
    display: table-cell;
    vertical-align: top
}

.widget .recent-property > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget .recent-property > li .property-image {
    width: 105px
}

.widget .recent-property > li .property-image img {
    width: 105px;
    height: 105px;
    object-fit: cover
}

.widget .recent-property > li .property-content {
    padding-left: 24px
}

.widget .recent-property > li .property-content a {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    display: block;
    text-decoration: none
}

.widget .recent-property > li .property-content a:hover {
    color: #43D3B1
}

.widget .recent-property > li .property-content .property-price {
    color: #43D3B1;
    display: block;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600
}

.widget .recent-property > li .property-content .property-footer li {
    display: inline-block;
    text-align: left;
    width: auto;
    margin-right: 24px
}

.widget .recent-property > li .property-content .property-footer li span {
    display: inline-block;
    margin-right: 5px;
    color: #43D3B1;
    font-size: 16px;
    vertical-align: middle
}

@media (max-width: 480px) {
    .widget .recent-property > li {
        display: block
    }
    .widget .recent-property > li > * {
        display: block
    }
    .widget .recent-property > li .property-image {
        width: 100%;
        margin-bottom: 24px
    }
    .widget .recent-property > li .property-image img {
        width: 100%;
        height: auto
    }
    .widget .recent-property > li .property-content {
        padding-left: 0
    }
}

.widget .tagcloud {
    font-size: 0
}

.widget .tagcloud a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    background-color: #43D3B1;
    line-height: 1;
    padding: 10px 15px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.widget .tagcloud a:hover {
    background-color: #2bb897
}

.widget #wp-calendar {
    width: 100%;
    position: relative;
    margin-bottom: -35px
}

.widget #wp-calendar caption,
.widget #wp-calendar th,
.widget #wp-calendar td {
    text-align: center;
    padding: 5px !important;
    border: none !important;
    background-color: transparent !important
}

.widget #wp-calendar caption {
    color: #333;
    padding: 0 0 10px !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.widget #wp-calendar a {
    text-decoration: none;
    text-transform: uppercase
}

.widget #wp-calendar tbody td a {
    position: relative;
    display: block;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #43D3B1;
    z-index: 1
}

.widget #wp-calendar tbody td a:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #43D3B1;
    z-index: -1;
    border-radius: 50%
}

.widget #wp-calendar th {
    font-size: 12px;
    color: #777
}

.widget #wp-calendar #prev a,
.widget #wp-calendar #next a {
    position: absolute;
    line-height: 30px;
    height: 30px;
    top: 0;
    font-size: 12px;
    font-size: 0;
    color: #333
}

.widget #wp-calendar #prev a:before,
.widget #wp-calendar #next a:before {
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.widget #wp-calendar #prev a:hover,
.widget #wp-calendar #next a:hover {
    color: #43D3B1
}

.widget #wp-calendar #prev a {
    left: 0
}

.widget #wp-calendar #prev a:before {
    content: ""
}

.widget #wp-calendar #next a {
    right: 0
}

.widget #wp-calendar #next a:before {
    content: ""
}

.widget .share-box {
    margin: 24px -24px -24px !important;
    padding: 12px 24px;
    border-top: 1px solid #eee
}

.widget .share-box:before,
.widget .share-box:after {
    content: " ";
    display: table
}

.widget .share-box:after {
    clear: both
}

.widget .share-box h4,
.widget .share-box ul {
    float: left
}

.widget .share-box h4 {
    font-size: 14px;
    margin: 0 15px 0 0;
    line-height: 30px;
    color: #bbb;
    text-transform: uppercase
}

.widget .share-box .share-box-list {
    text-align: left
}

.widget .share-box .share-box-list li {
    display: inline-block;
    margin-right: 7px
}

.widget .share-box .share-box-list li:last-child {
    margin-right: 0
}

.widget .share-box .share-box-list li a {
    font-size: 18px;
    color: #bbb;
    text-decoration: none;
    width: 36px;
    height: 36px;
    text-align: center
}

@media (max-width: 480px) {
    .widget .share-box .share-box-list li a {
        font-size: 20px;
        width: 32px;
        height: 32px
    }
}

.widget .share-box .share-box-list li a i:last-child {
    display: none
}

.widget .share-box .share-box-list li a:hover {
    color: #43D3B1
}

@media (max-width: 480px) {
    .widget .share-box {
        text-align: center
    }
    .widget .share-box h4,
    .widget .share-box .share-box-list {
        float: none;
        display: inline-block;
        vertical-align: middle
    }
    .widget .share-box .share-box-list li a {
        font-size: 24px
    }
}

.property-info {
    display: flex
}

.property-info .property-image {
    max-width: 138px;
    padding-right: 18px
}

.property-info .property-image img {
    width: 100%;
    height: 96px;
    object-fit: cover
}

.property-info .property-image,
.property-info .property-content {
    flex: 1
}

.property-info .property-content {
    position: relative;
    max-width: 184px;
    min-height: 72px
}

.property-info .property-content .property-title {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
    overflow: hidden;
    text-transform: uppercase
}

.property-info .property-content .property-title a {
    color: #333
}

.property-info .property-content .property-title a:hover {
    text-decoration: none
}

.property-info .property-content .property-link {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    font-size: 15px
}

.property-info .property-content .property-link i {
    margin-left: 6px
}

.search-form .form-group {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    position: relative
}

.search-form .form-group:before,
.search-form .form-group:after {
    content: " ";
    display: table
}

.search-form .form-group:after {
    clear: both
}

.search-form .form-group input,
.search-form .form-group button {
    float: left
}

.search-form .form-group input {
    padding-right: 60px
}

.search-form .form-group button {
    position: absolute;
    right: 0;
    top: 0
}

.col-merge .row {
    margin-left: 0;
    margin-right: 0
}

.col-merge .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.socials-box {
    position: relative;
    z-index: 1;
    margin-top: 72px
}

.socials-box .row {
    margin-left: 0;
    margin-right: 0;
    display: flex
}

.socials-box a {
    font-size: 24px;
    border-radius: 0;
    width: 100%
}

@media (max-width: 767px) {
    .socials-box {
        margin-top: 48px
    }
    .socials-box .container,
    .socials-box .property-simple-search .content-wrapper,
    .property-simple-search .socials-box .content-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 480px) {
    .socials-box {
        margin-top: 30px
    }
}

.video-box > a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative
}

.video-box > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.video-box > a:before {
    content: "";
    font-family: "Flaticon";
    font-size: 72px;
    z-index: 2;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.video-box > a:after {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.video-box > a img {
    width: 100%;
    height: auto;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.video-box > a:hover:after {
    background-color: rgba(0, 0, 0, 0.2)
}

.video-box > a:hover img {
    transform: scale(1.1)
}

.hero-image-with-text {
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-image-with-text.hero-center-text .hero-image__wrapper {
    text-align: center;
    max-width: 70%;
    margin: 0 auto
}

.hero-image-with-text.hero-center-text .hero-image__wrapper .hero-image__text {
    font-size: 36px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9)
}

.hero-image-with-text.hero-left-text .hero-image__wrapper {
    text-align: left;
    max-width: 70%
}

.hero-image-with-text.hero-left-text .hero-image__wrapper .hero-image__text {
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF
}

.hero-image-with-text .hero-image__text {
    padding: 20px;
    margin-bottom: 30px
}

.hero-image-with-text .hero-image__button {
    font-size: 16px;
    background-color: #43D3B1;
    border-color: #43D3B1;
    font-weight: 400
}

.hero-image-with-text .hero-image__button:hover {
    background-color: #2dc09d;
    border-color: #2dc09d
}

@media (max-width: 991px) {
    .hero-image-with-text .hero-image__wrapper {
        min-width: 95%
    }
}

@media (max-width: 767px) {
    .hero-image-with-text.hero-left-text .hero-image__wrapper .hero-image__text,
    .hero-image-with-text.hero-center-text .hero-image__wrapper .hero-image__text {
        font-size: 22px;
        line-height: 30px;
        max-width: 100%;
        padding: 10px;
        margin-bottom: 15px
    }
    .hero-image-with-text.hero-left-text .hero-image__wrapper .hero-image__button,
    .hero-image-with-text.hero-center-text .hero-image__wrapper .hero-image__button {
        font-size: 14px;
        padding: 4px 12px
    }
}

#sidebar-compare {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    position: fixed;
    top: 0;
    right: -342px;
    bottom: 0;
    z-index: 9999;
    width: 342px;
    background-color: #fff
}

#sidebar-compare.active {
    right: 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3)
}

#sidebar-compare.active .compare-toggle i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sidebar-compare .sidebar-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

#sidebar-compare .compare-toggle {
    position: absolute;
    top: calc(50vh - 50px);
    left: -24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

#sidebar-compare .compare-toggle i {
    display: block;
    height: 48px;
    line-height: 48px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#sidebar-compare .compare-toggle.active i:before {
    content: ""
}

#sidebar-compare .heading-bar {
    padding: 24px;
    border-bottom: 1px solid #e2e2e2
}

#sidebar-compare .heading-bar .heading-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

#sidebar-compare .compare-body {
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#sidebar-compare .compare-body li {
    padding: 24px;
    padding-right: 48px;
    position: relative
}

#sidebar-compare .compare-body li:before,
#sidebar-compare .compare-body li:after {
    content: " ";
    display: table
}

#sidebar-compare .compare-body li:after {
    clear: both
}

#sidebar-compare .compare-body li:nth-child(odd) {
    background-color: #F7F7F7
}

#sidebar-compare .compare-body li img {
    float: left;
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 24px
}

#sidebar-compare .compare-body li .property-title {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase
}

#sidebar-compare .compare-body li .property-price {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold
}

#sidebar-compare .compare-body li .remove {
    color: #777;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px
}

#sidebar-compare .compare-body li .remove:hover {
    color: #333
}

#sidebar-compare .compare-msg {
    color: red;
    margin-top: 20px;
    display: none
}

#sidebar-compare .footer-bar {
    padding: 24px;
    border-top: 1px solid #e2e2e2
}

#sidebar-compare .footer-bar .btn,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .slide-right,
#sidebar-compare .footer-bar #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar .submit {
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 8px 24px;
    margin-right: 15px
}

@media (max-width: 767px) {
    #sidebar-compare {
        width: 280px;
        right: -280px
    }
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 150px !important
}

.search-map,
#search-map,
.tpb-property_search_map {
    padding-top: 0;
    padding-bottom: 0
}

.search-map #map,
#search-map #map,
.tpb-property_search_map #map {
    width: 100%;
    height: 550px
}

.search-map .container,
.search-map .property-simple-search .content-wrapper,
.property-simple-search .search-map .content-wrapper,
#search-map .container,
#search-map .property-simple-search .content-wrapper,
.property-simple-search #search-map .content-wrapper,
.tpb-property_search_map .container,
.tpb-property_search_map .property-simple-search .content-wrapper,
.property-simple-search .tpb-property_search_map .content-wrapper {
    position: relative
}

.search-map .panel-box,
#search-map .panel-box,
.tpb-property_search_map .panel-box {
    position: absolute;
    top: 48px;
    left: 15px;
    z-index: 2;
    width: 370px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.search-map .panel-box .panel-header,
#search-map .panel-box .panel-header,
.tpb-property_search_map .panel-box .panel-header {
    background-color: #43D3B1;
    border-bottom: 0
}

.search-map .panel-box .panel-header .panel-title,
#search-map .panel-box .panel-header .panel-title,
.tpb-property_search_map .panel-box .panel-header .panel-title {
    color: #fff;
    font-weight: normal;
    font-size: 16px
}

.search-map .panel-box .panel-header .panel-title i,
#search-map .panel-box .panel-header .panel-title i,
.tpb-property_search_map .panel-box .panel-header .panel-title i {
    margin-right: 12px;
    font-size: 24px
}

.search-map .panel-box .form-group label,
#search-map .panel-box .form-group label,
.tpb-property_search_map .panel-box .form-group label {
    font-weight: normal;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .search-map,
    #search-map,
    .tpb-property_search_map {
        padding-top: 24px
    }
    .search-map #map,
    #search-map #map,
    .tpb-property_search_map #map {
        height: 340px
    }
    .search-map .panel-box,
    #search-map .panel-box,
    .tpb-property_search_map .panel-box {
        position: static;
        width: 100%;
        margin-bottom: 24px
    }
}

#page-content .content-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (min-width: 992px) {
    #page-content .content-image img {
        min-height: 330px
    }
}

#page-content .content-description {
    padding: 24px 24px 24px 0
}

#page-content .content-description h2 {
    font-weight: 700;
    margin: 0 0 24px;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    #page-content .content-description {
        padding-left: 24px
    }
}

#content .panel-box {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

#content .panel-box.author-bio {
    padding: 24px
}

#content .panel-box.author-bio .author-title {
    margin: 0 0 15px;
    font-weight: bold
}

#content .panel-box.author-bio .author-image img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px
}

#content .panel-box.author-bio .author-socials {
    list-style: none;
    margin: 0;
    padding: 0
}

#content .panel-box.author-bio .author-socials li {
    display: inline-block;
    margin-right: 7px
}

#content .panel-box.author-bio .author-socials li a {
    color: #bbb;
    text-decoration: none;
    font-size: 18px
}

#content .panel-box.author-bio .author-socials li a:hover {
    color: #43D3B1
}

@media (max-width: 480px) {
    #content .panel-box.author-bio {
        text-align: center
    }
    #content .panel-box.author-bio [class*="col-"] {
        float: none;
        width: 100%
    }
    #content .panel-box.author-bio .author-image img {
        max-width: 120px;
        margin: 0 auto 24px
    }
    #content .panel-box.author-bio .author-socials li a {
        font-size: 24px
    }
}

#content .panel-box.navigation-post {
    padding: 24px
}

#content .panel-box.navigation-post a {
    position: relative;
    text-decoration: none;
    color: #333;
    display: block;
    line-height: 1.6
}

#content .panel-box.navigation-post a:before,
#content .panel-box.navigation-post a:after {
    font-family: "FontAwesome";
    font-size: 18px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-top: 5px
}

#content .panel-box.navigation-post a .nav-post-title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #333;
    margin-bottom: 7px
}

#content .panel-box.navigation-post a .nav-post-name {
    color: #777;
    max-height: 38px;
    overflow: hidden
}

#content .panel-box.navigation-post a:hover {
    color: #43D3B1
}

#content .panel-box.navigation-post a:hover .nav-post-name {
    color: #333
}

#content .panel-box.navigation-post .nav-post-prev {
    text-align: left
}

#content .panel-box.navigation-post .nav-post-prev a {
    padding-left: 36px
}

#content .panel-box.navigation-post .nav-post-prev a:before {
    content: "";
    left: 8px
}

#content .panel-box.navigation-post .nav-post-prev a:hover:before {
    left: 0
}

@media (max-width: 768px) {
    #content .panel-box.navigation-post .nav-post-prev {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eee
    }
}

#content .panel-box.navigation-post .nav-post-next {
    text-align: right
}

#content .panel-box.navigation-post .nav-post-next a {
    padding-right: 36px
}

#content .panel-box.navigation-post .nav-post-next a:after {
    content: "";
    right: 8px
}

#content .panel-box.navigation-post .nav-post-next a:hover:after {
    right: 0
}

#content .panel-box.related-post .post-list {
    padding: 0;
    margin-left: -12px;
    margin-right: -12px
}

#content .panel-box.related-post .post-list:before,
#content .panel-box.related-post .post-list:after {
    content: " ";
    display: table
}

#content .panel-box.related-post .post-list:after {
    clear: both
}

#content .panel-box.related-post li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0
}

#content .panel-box.related-post .post-image,
#content .panel-box.related-post .post-content {
    width: 100%;
    display: block;
    padding: 0
}

#content .panel-box.related-post .post-image {
    margin-bottom: 12px;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

#content .panel-box.related-post .post-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

#content .panel-box.related-post .post-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    content: "";
    font-family: "Flaticon";
    font-size: 48px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    opacity: 0;
    z-index: 2
}

#content .panel-box.related-post .post-image img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    height: auto;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    object-fit: cover
}

@media (max-width: 767px) {
    #content .panel-box.related-post .post-image img {
        height: 240px
    }
}

#content .panel-box.related-post .post-image:hover:after {
    background-color: rgba(0, 0, 0, 0.3)
}

#content .panel-box.related-post .post-image:hover:before {
    opacity: 1;
    font-size: 36px
}

#content .panel-box.related-post .post-image:hover img {
    transform: scale(1.1)
}

@media (max-width: 480px) {
    #content .panel-box.related-post li {
        float: none;
        width: 100%;
        margin-bottom: 24px
    }
    #content .panel-box.related-post li:last-child {
        margin-bottom: 0
    }
    #content .panel-box.related-post .post-title {
        font-size: 14px;
        line-height: 1.4
    }
}

#content .panel-box.property-location #map {
    height: 350px;
    margin: -24px
}

#content .panel-box.property-floor .property-floor-plan {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px
}

#content .panel-box.property-floor .property-floor-plan:before,
#content .panel-box.property-floor .property-floor-plan:after {
    content: " ";
    display: table
}

#content .panel-box.property-floor .property-floor-plan:after {
    clear: both
}

#content .panel-box.property-floor .property-floor-plan a {
    max-width: 25%;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px
}

#content .panel-box.property-floor .property-floor-plan a img {
    width: 100%;
    height: auto;
    object-fit: cover
}

#content .panel-box.property-floor .property-floor-plan a:hover,
#content .panel-box.property-floor .property-floor-plan a:focus {
    outline: none;
    text-decoration: none
}

@media (max-width: 991px) {
    #content .panel-box.property-floor .property-floor-plan {
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: -8px
    }
    #content .panel-box.property-floor .property-floor-plan a {
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
        width: 33.333333333%;
        max-width: none
    }
}

@media (max-width: 767px) {
    #content .panel-box.property-floor .property-floor-plan {
        margin-left: -2px;
        margin-right: -2px;
        margin-bottom: -4px
    }
    #content .panel-box.property-floor .property-floor-plan a {
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 4px;
        width: 50%
    }
}

#content .panel-box.property-file .property-attachment {
    margin-bottom: -12px
}

#content .panel-box.property-file .property-attachment:before,
#content .panel-box.property-file .property-attachment:after {
    content: " ";
    display: table
}

#content .panel-box.property-file .property-attachment:after {
    clear: both
}

#content .panel-box.property-file .property-attachment li {
    float: left;
    width: 50%;
    display: flex;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    #content .panel-box.property-file .property-attachment li {
        width: 100%;
        float: none
    }
}

#content .panel-box.property-file .property-attachment li .attachment-icon,
#content .panel-box.property-file .property-attachment li .attachment-text {
    flex: 1
}

#content .panel-box.property-file .property-attachment li .attachment-icon {
    max-width: 40px;
    font-size: 32px;
    line-height: 40px
}

#content .panel-box.property-file .property-attachment li .attachment-text:before,
#content .panel-box.property-file .property-attachment li .attachment-text:after {
    content: " ";
    display: table
}

#content .panel-box.property-file .property-attachment li .attachment-text:after {
    clear: both
}

#content .panel-box.property-file .property-attachment li .attachment-text .text-title,
#content .panel-box.property-file .property-attachment li .attachment-text .text-link {
    line-height: 18px
}

#content .panel-box.property-file .property-attachment li .attachment-text .text-title {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none
}

#content .panel-box.property-file .property-attachment li .attachment-text .download-link {
    text-decoration: underline
}

#content .post-navigation {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (min-width: 991px) {
    #content .post-navigation .nav-links {
        margin-left: -12px;
        margin-right: -12px
    }
    #content .post-navigation .nav-links:before,
    #content .post-navigation .nav-links:after {
        content: " ";
        display: table
    }
    #content .post-navigation .nav-links:after {
        clear: both
    }
    #content .post-navigation .nav-links .nav-previous,
    #content .post-navigation .nav-links .nav-next {
        float: left;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }
}

#content .post-navigation a {
    position: relative;
    text-decoration: none;
    color: #333;
    display: block;
    line-height: 1.6
}

#content .post-navigation a:before,
#content .post-navigation a:after {
    font-family: "FontAwesome";
    font-size: 18px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-top: 5px
}

#content .post-navigation a .nav-post-title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #333;
    margin-bottom: 7px
}

#content .post-navigation a .nav-post-name {
    color: #777;
    max-height: 38px;
    overflow: hidden
}

#content .post-navigation a:hover {
    color: #43D3B1
}

#content .post-navigation a:hover .nav-post-name {
    color: #333
}

#content .post-navigation .nav-previous {
    text-align: left
}

#content .post-navigation .nav-previous a {
    padding-left: 36px
}

#content .post-navigation .nav-previous a:before {
    content: "";
    left: 8px
}

#content .post-navigation .nav-previous a:hover:before {
    left: 0
}

@media (max-width: 768px) {
    #content .post-navigation .nav-previous {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eee
    }
}

#content .post-navigation .nav-next {
    text-align: right
}

#content .post-navigation .nav-next a {
    padding-right: 36px
}

#content .post-navigation .nav-next a:after {
    content: "";
    right: 8px
}

#content .post-navigation .nav-next a:hover:after {
    right: 0
}

#content .section-row {
    margin-bottom: 24px
}

#content .section-row:last-child {
    margin-bottom: 0
}

#content .section-row #map {
    height: 400px
}

@media (max-width: 480px) {
    #content .section-row #map {
        margin: -24px
    }
}

#content .post.property-item {
    background-color: #fff
}

#content .post.property-item .heading-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit
}

@media (max-width: 767px) {
    #content .post.property-item .heading-title {
        margin-bottom: 12px
    }
}

#content .post.property-item .property-status {
    font-weight: 600;
    color: #43D3B1;
    margin: 0;
    font-size: 14px;
    line-height: inherit
}

#content .post.property-item .feature-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#content .post.property-item .feature-list:before,
#content .post.property-item .feature-list:after {
    content: " ";
    display: table
}

#content .post.property-item .feature-list:after {
    clear: both
}

#content .post.property-item .feature-list li {
    width: 50%;
    float: left
}

#content .post.property-item .feature-list li i {
    width: 30px;
    text-align: center;
    color: #43D3B1
}

@media (max-width: 767px) {
    #content .post.property-item .feature-list li {
        float: none;
        width: 100%
    }
}

#content .post.property-item .property-footer {
    margin-bottom: 24px
}

#content .post.property-item .property-image {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 48px;
    position: relative;
    min-height: 48px
}

#content .post.property-item .property-image img {
    max-width: 100%
}

#content .post.property-item .property-image:before,
#content .post.property-item .property-image:after {
    display: none
}

#content .post.property-item .property-image .property-price {
    top: 24px;
    bottom: auto
}

#content .post.property-item .property-image .property-slider img {
    display: none;
    position: relative;
    z-index: 1
}

#content .post.property-item .property-image .property-slider img:first-child {
    display: block
}

#content .post.property-item .property-image .property-slider.slick-slider img {
    display: block;
    object-fit: cover
}

@media (max-width: 767px) {
    #content .post.property-item .property-image .property-slider.slick-slider img {
        height: 200px
    }
}

#content .post.property-item .property-image:hover .property-slider img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

#content .post.property-item .property-slider-nav {}

#content .post.property-item .property-slider-nav:before,
#content .post.property-item .property-slider-nav:after {
    content: " ";
    display: table
}

#content .post.property-item .property-slider-nav:after {
    clear: both
}

#content .post.property-item .property-slider-nav img {
    float: left;
    width: 20%;
    opacity: 0.5;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

#content .post.property-item .property-slider-nav img:hover {
    cursor: pointer;
    opacity: 0.8
}

#content .post.property-item .property-slider-nav img.slick-current {
    opacity: 1
}

#content .post.property-item .property-slider-nav .slick-arrow {
    width: 24px;
    background-color: #43D3B1;
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

#content .post.property-item .property-slider-nav .slick-arrow:before {
    font-size: 29px
}

#content .post.property-item .property-slider-nav .slick-arrow:hover {
    background-color: #2bb897
}

#content .post.property-item .property-slider-nav.two-image .slick-track {
    transform: none !important;
    margin: 0 auto
}

@media (min-width: 768px) {
    #content .post.property-item .property-slider-nav.not-full .slick-track {
        transform: none !important;
        margin: 0 auto
    }
}

#content .post.property-item .property-footer [class*="item-"] {
    display: inline-block;
    float: none;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    border-right: 1px solid #eee
}

#content .post.property-item .property-footer [class*="item-"]:last-child {
    border-right: none
}

@media (max-width: 480px) {
    #content .post.property-item .property-footer [class*="item-"] {
        display: block;
        text-align: left;
        border-right: 0;
        padding-left: 0;
        border-bottom: 1px solid #eee
    }
    #content .post.property-item .property-footer [class*="item-"]:last-child {
        border-bottom: none
    }
}

@media (max-width: 991px) {
    #content {
        margin-bottom: 24px
    }
}

.post.property-item .property-price,
.property-item.property-archive .property-price {
    font-weight: 700;
    font-size: 18px;
    color: #43D3B1;
    margin-right: 12px;
    display: inline-block
}

.property-item.property-archive {
    background-color: transparent;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.property-item.property-archive .property-image {
    display: block;
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%
}

.property-item.property-archive .property-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

.property-item.property-archive .property-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    content: "";
    font-family: "Flaticon";
    font-size: 48px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    opacity: 0;
    z-index: 2
}

@media (min-width: 1200px) {
    .property-item.property-archive .property-image {
        height: 324px
    }
}

.property-item.property-archive .property-image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    object-fit: cover
}

.property-item.property-archive .property-image:hover:after {
    background-color: rgba(0, 0, 0, 0.3)
}

.property-item.property-archive .property-image:hover:before {
    opacity: 1;
    font-size: 36px
}

.property-item.property-archive .property-image:hover img {
    transform: scale(1.1)
}

@media (min-width: 1200px) {
    .property-item.property-archive.no-detail .property-image {
        height: 240px
    }
}

.property-item.property-archive .btn-compare {
    position: absolute;
    right: 20px;
    bottom: 8px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: rgba(41, 56, 72, 0.8);
    z-index: 9
}

.property-item.property-archive .property-title {
    background-color: #fff;
    margin: 0;
    padding: 15px 30px;
    height: 78px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: block
}

.property-item.property-archive .property-title a {
    color: #333;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    max-height: 48px
}

.property-item.property-archive .property-title a:hover {
    color: #43D3B1
}

.property-item.property-archive.property-archive {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.property-item.property-archive.property-archive .property-content {
    background-color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.property-item.property-archive.property-archive .property-content .property-title {
    background-color: transparent;
    padding: 0;
    height: auto;
    margin-bottom: 12px
}

.property-item.property-archive.property-archive .property-content .property-description {
    margin-bottom: 24px;
    /*max-height: 48px;*/
    overflow: hidden
}

@media (min-width: 1200px) {
    .property-item.property-archive.property-archive .property-content {
        padding: 24px;
        height: 324px;
        margin-left: -24px;
        width: calc(100% + 24px)
    }
    .property-item.property-archive.property-archive .property-content .property-title {
        max-height: 48px;
        overflow: hidden
    }
    .property-item.property-archive.property-archive .property-content .property-footer {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 24px
    }
}

@media (min-width: 1200px) {
    .property-item.property-archive.property-archive.no-detail .property-content {
        height: 240px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .property-item.property-archive.property-archive.booking-archive-list .property-image img {
        height: 264px;
        height: 264px
    }
}

@media (min-width: 1200px) {
    .property-item.property-archive.property-archive.booking-archive-list .property-content {
        height: 264px
    }
}

.property-item.property-archive .row-eq-height.row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 992px) {
    .property-item.property-archive .row-eq-height.row-reverse .property-content {
        margin-left: 0;
        margin-right: -24px
    }
}

@media (min-width: 1200px) {
    .property-list .col-lg-4:nth-of-type(3n+1) {
        clear: both
    }
    .property-list .col-lg-6:nth-of-type(2n+1) {
        clear: both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .property-list .col-md-4:nth-of-type(3n+1) {
        clear: both
    }
    .property-list .col-md-6:nth-of-type(2n+1) {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .property-list .col-sm-4:nth-of-type(3n+1) {
        clear: both
    }
    .property-list .col-sm-6:nth-of-type(2n+1) {
        clear: both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .property-archive.col-md-6:nth-of-type(2n+1) {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .property-archive.col-sm-6:nth-of-type(2n+1) {
        clear: both
    }
}

#sidebar .search-tabmenu .nav-tabs > li {
    width: 50%;
    float: left
}

#sidebar .search-tabmenu .nav-tabs > li a {
    width: 100%;
    min-width: inherit
}

@media (min-width: 991px) and (max-width: 1199px) {
    #sidebar .search-tabmenu .nav-tabs > li a {
        min-width: inherit !important
    }
    #sidebar .search-tabmenu .nav-tabs > li a i {
        display: block;
        margin-right: 0;
        margin-bottom: 5px
    }
}

@media (min-width: 1199px) {
    #sidebar .profile-box .profile-contact li {
        width: 100%;
        float: none
    }
}

#sidebar .widget {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff
}

#landing-page .page-section,
#landing-page #homepage-featured,
#landing-page #demo-pages,
#landing-page #footer .purchase-now {
    padding: 70px 0
}

#landing-page .section-header .section-title {
    text-transform: capitalize !important;
    font-size: 48px !important
}

@media (max-width: 480px) {
    #landing-page .section-header .section-title {
        font-size: 36px !important
    }
}

#landing-page .demo-item {
    position: relative;
    display: block;
    background-color: #fff;
    overflow: hidden;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

#landing-page .demo-item:before {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 71%, #fff 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 71%, #fff 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 71%, #fff 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

#landing-page .demo-item img {
    display: block;
    width: 100%;
    height: auto
}

#landing-page .demo-item .btn,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page .demo-item #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page .demo-item .submit {
    bottom: 0;
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

#landing-page .demo-item:hover {
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.2);
    top: -5px
}

#landing-page .demo-item:hover .btn,
#landing-page .demo-item:hover .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item:hover .slide-left,
#landing-page .demo-item:hover #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item:hover .slide-left,
#landing-page .demo-item:hover #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item:hover .slide-left,
#landing-page .demo-item:hover #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item:hover .slide-left,
#landing-page .demo-item:hover .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item:hover .slide-right,
#landing-page .demo-item:hover #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item:hover .slide-right,
#landing-page .demo-item:hover #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item:hover .slide-right,
#landing-page .demo-item:hover #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item:hover .slide-right,
#landing-page .demo-item:hover #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page .demo-item:hover .submit {
    opacity: 1;
    visibility: visible;
    bottom: 48px
}

#landing-page .demo-item:hover:before {
    height: 80%
}

#landing-page #header #navbar .navbar-btn {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

@media (min-width: 992px) {
    #landing-page #header #navbar .navbar-btn {
        margin-left: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 30.5px;
        margin-bottom: 30.5px
    }
}

@media (max-width: 480px) {
    #landing-page #header #navbar .navbar-btn {
        margin-top: 0
    }
}

@media (min-width: 1199px) {
    #landing-page #header.scrolled {
        top: 0
    }
    #landing-page #header.scrolled #navbar .navbar-btn {
        margin-top: 18px;
        margin-bottom: 18px
    }
}

#landing-page #page-heading {
    padding: 120px 0 160px
}

#landing-page #page-heading:before {
    display: none
}

#landing-page #page-heading .heading-title {
    color: #fff
}

#landing-page #page-heading .heading-title span {
    font-weight: 100;
    font-size: 30px;
    margin-top: 12px;
    display: block;
    line-height: 1.4
}

#landing-page #page-heading .heading-title span strong {
    font-weight: 500;
    color: #43D3B1
}

#landing-page #page-heading .heading-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media (min-width: 1199px) {
    #landing-page #page-heading {
        margin-top: 70px
    }
}

@media (max-width: 480px) {
    #landing-page #page-heading {
        padding: 50px 0 110px
    }
    #landing-page #page-heading .heading-title {
        font-size: 24px
    }
    #landing-page #page-heading .heading-title span {
        font-size: 20px
    }
    #landing-page #page-heading .heading-content img {
        max-width: 70%
    }
}

#landing-page #homepage-featured {
    background-color: #ECF0F1;
    padding-top: 0
}

#landing-page #homepage-featured .container,
#landing-page #homepage-featured .property-simple-search .content-wrapper,
.property-simple-search #landing-page #homepage-featured .content-wrapper {
    margin-top: -75px
}

#landing-page #homepage-featured .homepage-featured__title {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
    font-weight: 500
}

#landing-page #awesome-features {
    background-color: #ECF0F1
}

#landing-page #awesome-features #feature-slider {
    white-space: nowrap;
    overflow: hidden
}

#landing-page #awesome-features #feature-slider .feature-item {
    display: inline-block;
    margin: 0 12px;
    text-align: center
}

#landing-page #awesome-features #feature-slider .feature-item img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

#landing-page #awesome-features #feature-slider .feature-item h3,
#landing-page #awesome-features #feature-slider .feature-item h4 {
    margin: 0;
    font-size: 14px
}

#landing-page #awesome-features #feature-slider .slick-dots {
    position: static;
    margin-top: 48px
}

#landing-page #awesome-features #feature-slider .slick-dots li button {
    background-color: #cccacb;
    padding: 2px;
    height: 8px;
    width: 8px
}

#landing-page #awesome-features #feature-slider .slick-dots li.slick-active button {
    background-color: #43D3B1;
    padding: 6px
}

@media (max-width: 768px) {
    #landing-page #awesome-features #feature-slider {
        white-space: normal
    }
    #landing-page #awesome-features #feature-slider:before,
    #landing-page #awesome-features #feature-slider:after {
        content: " ";
        display: table
    }
    #landing-page #awesome-features #feature-slider:after {
        clear: both
    }
    #landing-page #awesome-features #feature-slider .feature-item {
        width: 50%;
        float: left;
        margin: 0 0 12px 0
    }
    #landing-page #awesome-features #feature-slider .feature-item h4 {
        font-size: 16px
    }
}

#landing-page #demo-pages {
    background-color: #FFF
}

#landing-page #demo-pages .section-description {
    max-width: 768px;
    margin: 24px auto;
    font-size: 16px
}

#landing-page #demo-pages .demo-item {
    margin-bottom: 12px
}

#landing-page #demo-pages .demo-item.comingsoon {
    cursor-event: none
}

#landing-page #demo-pages .demo-item.comingsoon:before {
    display: none
}

#landing-page #demo-pages .demo-pages__title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 12px;
    font-weight: 500
}

@media (max-width: 480px) {
    #landing-page #demo-pages [class*="col-xs-"] {
        width: 100%;
        float: none
    }
}

#landing-page #layered-psd {
    background-color: #ECF0F1;
    text-align: center
}

#landing-page #layered-psd img {
    max-width: 100%
}

@media (max-width: 768px) {
    #landing-page #layered-psd {
        padding-top: 0
    }
}

#landing-page #footer {
    text-align: center
}

#landing-page #footer:before {
    display: none
}

#landing-page #footer .purchase-now h2 {
    font-weight: 100;
    font-size: 36px;
    margin: 0 0 24px 0;
    line-height: 1.3
}

@media (max-width: 480px) {
    #landing-page #footer .purchase-now h2 {
        font-size: 24px
    }
}

#landing-page #footer .purchase-now .btn-primary,
.page-section .section-header.header-column .slide-control #landing-page #footer .purchase-now .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .purchase-now .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .purchase-now .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer .purchase-now .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer .purchase-now .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer .purchase-now .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now #comments #respond .comment-form p .submit,
#comments #respond .comment-form p #landing-page #footer .purchase-now .submit {
    padding-left: 24px;
    padding-right: 24px
}

#landing-page #footer .copyright {
    border-top: none
}

#landing-page #footer .copyright a {
    float: none
}

#landing-page #footer .copyright p,
#landing-page #footer .copyright a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5)
}

body.brand-green .property-item .property-content .property-title:hover,
.property-item .property-content body.brand-green .property-title:hover,
body.brand-green .profile-box .profile-contact li a:hover,
.profile-box .profile-contact li body.brand-green a:hover,
body.brand-green #footer .copyright a:hover,
#footer .copyright body.brand-green a:hover {
    color: #8a0092;
    text-decoration: none
}

body.brand-green #about-us .about-content > .btn,
#about-us body.brand-green .about-content > .btn,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-green .about-content > .submit,
body.brand-green #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-green .about-content > .submit {
    border-color: #92CA40
}

body.brand-green #about-us .about-content > .btn:hover,
#about-us body.brand-green .about-content > .btn:hover,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-green .about-content > .submit:hover,
body.brand-green #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-green .about-content > .submit:hover {
    background-color: #77a82f
}

body.brand-green .title-panel .panel-title,
.title-panel body.brand-green .panel-title,
body.brand-green .page-section .section-header.header-column .contact-item .item-icon,
.page-section .section-header.header-column .contact-item body.brand-green .item-icon,
body.brand-green #landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item body.brand-green .item-icon,
body.brand-green #landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item body.brand-green .item-icon,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item body.brand-green .item-icon,
body.brand-green .compare-table .property-compare-item .property-price,
.compare-table .property-compare-item body.brand-green .property-price,
body.brand-green .panel-box .panel-header .panel-title,
.panel-box .panel-header body.brand-green .panel-title,
body.brand-green .profile-box .profile-contact li i,
.profile-box .profile-contact li body.brand-green i,
body.brand-green .number-box .number-value > span,
.number-box body.brand-green .number-value > span,
body.brand-green #comments #respond .comment-reply-title,
#comments #respond body.brand-green .comment-reply-title,
#comments .entry-comments .comment-header body.brand-green .widget-title,
body.brand-green #comments.comments-area:not(.compact) .comments-title,
#comments.comments-area:not(.compact) body.brand-green .comments-title,
body.brand-green #new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price,
#new-booking-page .nb-box .nb-property-detail .nb-property-info body.brand-green .nb-property-price,
body.brand-green #sidebar-compare .heading-bar .heading-title,
#sidebar-compare .heading-bar body.brand-green .heading-title,
body.brand-green #sidebar-compare .compare-body li .property-price,
#sidebar-compare .compare-body li body.brand-green .property-price,
body.brand-green #comments .entry-comments .comment-header .widget-title,
body.brand-green #footer .footer-column .footer-title,
#footer .footer-column body.brand-green .footer-title {
    color: #662B8F
}

body.brand-green .button-box .btn-primary,
.button-box body.brand-green .btn-primary,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-green .submit,
body.brand-green .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-green .item-detail,
body.brand-green .property-item .property-header .item-category,
.property-item .property-header body.brand-green .item-category,
body.brand-green .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-green .howto-number,
body.brand-green .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-green .btn-primary,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-green .submit,
body.brand-green .number-box .number-category .number-icon,
.number-box .number-category body.brand-green .number-icon,
body.brand-green .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-green .btn-primary,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-green .submit,
body.brand-green #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-green .compare-toggle,
body.brand-green #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-green .btn.btn-reset,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-green .btn-reset.submit,
body.brand-green #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-green .btn-reset.submit,
body.brand-green #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-green .btn,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-green .submit,
body.brand-green #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-green .navbar-btn,
body.brand-green #landing-page #footer .btn-primary,
#landing-page #footer body.brand-green .btn-primary,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-green .submit,
body.brand-green .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-green .btn-submit,
body.brand-green #about-us .about-content > .btn,
#about-us body.brand-green .about-content > .btn,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-green .about-content > .submit,
body.brand-green #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-green .about-content > .submit {
    background-color: #92CA40
}

body.brand-green body.header-2 .topbar-varian-2,
body.header-2 body.brand-green .topbar-varian-2,
body.brand-green body.page-header-4 .page-header,
body.page-header-4 body.brand-green .page-header,
body.brand-green .property-item .property-heading .item-price,
.property-item .property-heading body.brand-green .item-price,
body.brand-green .howto-item > a,
body.brand-green .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-green .howto-title,
body.brand-green .socials-box,
body.brand-green #about-us,
body.brand-green #footer {
    background: none;
}

body.brand-green .number-box .number-category .namber-title,
.number-box .number-category body.brand-green .namber-title,
body.brand-green #about-us .about-brand,
#about-us body.brand-green .about-brand {
    background-color: #0B293E
}

body.brand-green .button-box .btn-primary,
.button-box body.brand-green .btn-primary,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-left,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-right,
body.brand-green .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-green .submit,
body.brand-green .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-green .item-detail,
body.brand-green .property-item .property-header .item-category,
.property-item .property-header body.brand-green .item-category,
body.brand-green .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-green .howto-number,
body.brand-green .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-green .btn-primary,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right,
body.brand-green .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-green .submit,
body.brand-green .number-box .number-category .number-icon,
.number-box .number-category body.brand-green .number-icon,
body.brand-green .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-green .btn-primary,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right,
body.brand-green .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-green .submit,
body.brand-green #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-green .compare-toggle,
body.brand-green #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-green .btn.btn-reset,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right,
body.brand-green #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-green .btn-reset.submit,
body.brand-green #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-green .btn-reset.submit,
body.brand-green #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-green .btn,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-left,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-right,
body.brand-green #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-green .submit,
body.brand-green #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-green .navbar-btn,
body.brand-green #landing-page #footer .btn-primary,
#landing-page #footer body.brand-green .btn-primary,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-green .submit,
body.brand-green #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-green .submit,
body.brand-green .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-green .btn-submit,
body.brand-green #about-us .about-content > .btn,
#about-us body.brand-green .about-content > .btn,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right,
body.brand-green #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-green .about-content > .submit,
body.brand-green #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-green .about-content > .submit {
    color: #fff;
    border-color: #662B8F;
    background-color: #662B8F
}

body.brand-green .button-box .btn-primary:hover,
.button-box body.brand-green .btn-primary:hover,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-left:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-left:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-left:hover,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-left:hover,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-left:hover,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-left:hover,
body.brand-green .button-box .page-section .section-header.header-column .slide-control .slide-right:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control .button-box .slide-right:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-green .slide-right:hover,
body.brand-green .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-green .slide-right:hover,
body.brand-green .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-green .slide-right:hover,
body.brand-green .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-green .slide-right:hover,
body.brand-green .button-box #comments #respond .comment-form p .submit:hover,
.button-box #comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green #comments #respond .comment-form p .button-box .submit:hover,
#comments #respond .comment-form p .button-box body.brand-green .submit:hover,
body.brand-green .property-item .property-heading .item-detail:hover,
.property-item .property-heading body.brand-green .item-detail:hover,
body.brand-green .property-item .property-header .item-category:hover,
.property-item .property-header body.brand-green .item-category:hover,
body.brand-green .howto-item .howto-content .howto-number:hover,
.howto-item .howto-content body.brand-green .howto-number:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group .btn-primary:hover,
.profile-box.single-agent .leave-message .form-group body.brand-green .btn-primary:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-left:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-green .slide-right:hover,
body.brand-green .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit:hover,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit:hover,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-green .submit:hover,
body.brand-green .number-box .number-category .number-icon:hover,
.number-box .number-category body.brand-green .number-icon:hover,
body.brand-green .secondary-slider .slider-item .slider-content .btn-primary:hover,
.secondary-slider .slider-item .slider-content body.brand-green .btn-primary:hover,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-left:hover,
body.brand-green .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right:hover,
body.brand-green .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-green .slide-right:hover,
body.brand-green .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit:hover,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit:hover,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-green .submit:hover,
body.brand-green #sidebar-compare .compare-toggle:hover,
#sidebar-compare body.brand-green .compare-toggle:hover,
body.brand-green #sidebar-compare .footer-bar .btn.btn-reset:hover,
#sidebar-compare .footer-bar body.brand-green .btn.btn-reset:hover,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-left:hover,
body.brand-green #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right:hover,
body.brand-green #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .btn-reset.slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-green .btn-reset.slide-right:hover,
body.brand-green #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit:hover,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-green .btn-reset.submit:hover,
body.brand-green #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit:hover,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-green .btn-reset.submit:hover,
body.brand-green #landing-page .demo-item .btn:hover,
#landing-page .demo-item body.brand-green .btn:hover,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-left:hover,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-left:hover,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-left:hover,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-left:hover,
body.brand-green #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-green .slide-right:hover,
body.brand-green #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-green .slide-right:hover,
body.brand-green #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-green .slide-right:hover,
body.brand-green #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-green .slide-right:hover,
body.brand-green #landing-page .demo-item #comments #respond .comment-form p .submit:hover,
#landing-page .demo-item #comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green #comments #respond .comment-form p #landing-page .demo-item .submit:hover,
#comments #respond .comment-form p #landing-page .demo-item body.brand-green .submit:hover,
body.brand-green #landing-page #header #navbar .navbar-btn:hover,
#landing-page #header #navbar body.brand-green .navbar-btn:hover,
body.brand-green #landing-page #footer .btn-primary:hover,
#landing-page #footer body.brand-green .btn-primary:hover,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer #comments #respond .comment-form p .submit:hover,
#landing-page #footer #comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green #comments #respond .comment-form p #landing-page #footer .submit:hover,
#comments #respond .comment-form p #landing-page #footer body.brand-green .submit:hover,
body.brand-green .property-simple-search .property-search-form .btn-submit:hover,
.property-simple-search .property-search-form body.brand-green .btn-submit:hover,
body.brand-green #about-us .about-content > .btn:hover,
#about-us body.brand-green .about-content > .btn:hover,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-left:hover,
body.brand-green #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .about-content > .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-green .about-content > .slide-right:hover,
body.brand-green #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-green .about-content > .submit:hover,
body.brand-green #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-green .about-content > .submit:hover {
    background-color: #8a0092
}

body.brand-green body.header-2 .topbar-varian-2,
body.header-2 body.brand-green .topbar-varian-2,
body.brand-green body.page-header-4 .page-header,
body.page-header-4 body.brand-green .page-header,
body.brand-green .property-item .property-heading .item-price,
.property-item .property-heading body.brand-green .item-price,
body.brand-green .howto-item > a,
body.brand-green .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-green .howto-title,
body.brand-green .socials-box,
body.brand-green #about-us,
body.brand-green #footer {
    background: none;
}

body.brand-green .background-theme {
    background-color: #92CA40
}

body.brand-green #header #navbar .navbar-nav > li a {
    color: #fff
}

body.brand-green #header #navbar .navbar-nav > li:hover > a,
body.brand-green #header #navbar .navbar-nav > li.current-menu-ancestor > a,
body.brand-green #header #navbar .navbar-nav > li.active > a,
body.brand-green #header #navbar .dropdown-menu > li:hover > a,
body.brand-green #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-green #header #navbar .dropdown-menu > li.active > a {
    color: #ed9bf2
}

body.brand-green #header #navbar .dropdown-menu > li a {
    color: rgb(138, 0, 112)
}

body.brand-green #header #navbar .dropdown-menu > li:hover > a,
body.brand-green #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-green #header #navbar .dropdown-menu > li.active > a {
    background-color: #0a2f4a
}

body.brand-green #header #navbar .dropdown-menu > li.current-menu-ancestor > a:after {
    border-color: transparent transparent transparent #92CA40
}

@media (min-width: 1199px) {
    body.brand-green #header #navbar .dropdown-menu > li {}
}

body.brand-green #header #navbar .dropdown-menu {
    background-color: #FFF
}

body.brand-green #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
    border-color: transparent transparent transparent #92CA40
}

@media (max-width: 1199px) {
    body.brand-green #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
        border-color: #92CA40 transparent transparent transparent
    }
}

body.brand-green #header #navbar .dropdown:hover > a {
    color: #92CA40
}

body.brand-green #header #navbar .menu-item-has-children:hover > a {
    color: #92CA40
}

body.brand-green #header #navbar .menu-item-has-children:hover a {
    background-color: transparent !important
}

body.brand-green #header #navbar .multi-column > .dropdown-menu > li {
    border-top: none
}

body.brand-green #header #navbar .multi-column > .dropdown-menu > li > a:after {
    border-bottom: 1px solid #0d3d60
}

body.brand-green #header #navbar .multi-column > .dropdown-menu > li ul > li > a:hover {
    color: #92CA40
}

body.brand-green #header .navbar-nav > li > a:hover,
body.brand-green #header .navbar-nav > li > a:focus {
    color: #92CA40
}

body.brand-green #header .navbar-nav > .active > a {
    color: #92CA40
}

body.brand-green #header .topbar-varian-3 {
    background-color: #FFF
}

body.brand-green #header .topbar-varian-3 .container,
body.brand-green #header .topbar-varian-3 .property-simple-search .content-wrapper,
.property-simple-search body.brand-green #header .topbar-varian-3 .content-wrapper {
    border-bottom: 1px solid #e3e3e3
}

body.brand-green #header .topbar-varian-3 .container .topbar-item .item-text,
body.brand-green #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-text,
.property-simple-search body.brand-green #header .topbar-varian-3 .content-wrapper .topbar-item .item-text {
    color: #A1A1A1
}

body.brand-green #header .topbar-varian-3 .container .topbar-item .item-icon,
body.brand-green #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-icon,
.property-simple-search body.brand-green #header .topbar-varian-3 .content-wrapper .topbar-item .item-icon {
    color: #92CA40
}

@media (min-width: 992px) {
    body.brand-green #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a {
        color: #92CA40
    }
    body.brand-green #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a:hover {
        color: #7db031
    }
}

@media (max-width: 991px) {
    body.brand-green #header .mobile-topbar.topbar-varian-3 {
        background-color: #FFF;
        border-bottom: 1px solid #e3e3e3
    }
    body.brand-green #header .mobile-topbar.topbar-varian-3 .topbar-item .item-text {
        color: #A1A1A1
    }
    body.brand-green #header .mobile-topbar.topbar-varian-3 .topbar-item .item-icon {
        color: #92CA40
    }
}

body.brand-green .page-header {
    background-color: #662B8F
}

body.brand-green .topbar-varian-2 {
    background-color: #0E4369
}

body.brand-green a {
    color: #662B8F
}

body.brand-green a:hover {
    color: #8a0092
}

body.brand-green .dropdown-menu > li > a:hover,
body.brand-green .dropdown-menu > li > a:focus {
    color: #8a0092
}

body.brand-green .btn-primary,
body.brand-green .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right,
body.brand-green #comments #respond .comment-form p .submit,
#comments #respond .comment-form p body.brand-green .submit {
    color: #fff;
    background-color: #662B8F;
    border-color: #662B8F
}

body.brand-green .btn-primary:focus,
body.brand-green .page-section .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control body.brand-green .slide-left:focus,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:focus,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:focus,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:focus,
body.brand-green .page-section .section-header.header-column .slide-control .slide-right:focus,
.page-section .section-header.header-column .slide-control body.brand-green .slide-right:focus,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:focus,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:focus,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:focus,
body.brand-green #comments #respond .comment-form p .submit:focus,
#comments #respond .comment-form p body.brand-green .submit:focus,
body.brand-green .btn-primary:hover,
body.brand-green .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-left:hover,
body.brand-green .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .slide-right:hover,
body.brand-green #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p body.brand-green .submit:hover,
body.brand-green .btn-primary.focus,
body.brand-green .page-section .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control body.brand-green .focus.slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .focus.slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .focus.slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .focus.slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .focus.slide-right,
.page-section .section-header.header-column .slide-control body.brand-green .focus.slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .focus.slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .focus.slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .focus.slide-right,
body.brand-green #comments #respond .comment-form p .focus.submit,
#comments #respond .comment-form p body.brand-green .focus.submit,
body.brand-green .btn-primary.active,
body.brand-green .page-section .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control body.brand-green .active.slide-left,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .active.slide-left,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .active.slide-left,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .active.slide-left,
body.brand-green .page-section .section-header.header-column .slide-control .active.slide-right,
.page-section .section-header.header-column .slide-control body.brand-green .active.slide-right,
body.brand-green #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-green .active.slide-right,
body.brand-green #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-green .active.slide-right,
body.brand-green #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-green .active.slide-right,
body.brand-green #comments #respond .comment-form p .active.submit,
#comments #respond .comment-form p body.brand-green .active.submit {
    color: #fff;
    background-color: #8a0092;
    border-color: #8a0092
}

body.brand-green .form-control:focus,
body.brand-green #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p body.brand-green textarea:focus,
body.brand-green #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p body.brand-green input:focus:not(.submit) {
    border-color: #92CA40
}

body.brand-green .search-tabmenu .nav-tabs > li > a {
    background-color: #0E4369;
    border-color: #0E4369
}

body.brand-green .search-tabmenu .nav-tabs > li:hover > a {
    background-color: #77a82f;
    border-color: #77a82f
}

body.brand-green .search-tabmenu .nav-tabs > .active > a {
    background-color: #92CA40 !important;
    border-color: #92CA40 !important
}

body.brand-green .search-tabmenu .tabmenu-header {
    background-color: #08263c
}

body.brand-green section .section-header:before {
    background-color: #662B8F
}

body.brand-green body.page-header-1 .page-header,
body.page-header-1 body.brand-green .page-header,
body.brand-green #countdown,
body.brand-green #landing-page #page-heading,
#landing-page body.brand-green #page-heading,
body.brand-green #landing-page #footer,
#landing-page body.brand-green #footer,
body.brand-green #main-search,
body.brand-green #howto-buy,
body.brand-green #our-agent,
body.brand-green #partner,
body.brand-green #main-contact,
body.brand-green #number {
    background-color: #FFF
}

body.brand-green .page-header .container .breadcrumb li a:hover,
body.brand-green .page-header .property-simple-search .content-wrapper .breadcrumb li a:hover,
.property-simple-search body.brand-green .page-header .content-wrapper .breadcrumb li a:hover {
    color: #92CA40
}

body.brand-green .page-header .container .breadcrumb li.active,
body.brand-green .page-header .property-simple-search .content-wrapper .breadcrumb li.active,
.property-simple-search body.brand-green .page-header .content-wrapper .breadcrumb li.active {
    color: #cc68d2
}

body.brand-green .pagination > a,
body.brand-green .pagination > span {
    color: #333
}

body.brand-green .pagination > a.current,
body.brand-green .pagination > a:hover,
body.brand-green .pagination > span.current,
body.brand-green .pagination > span:hover {
    color: #cc68d2
}

body.brand-green .accordion .panel-heading .panel-title a {
    color: #333
}

body.brand-green .accordion .panel-heading .panel-title a:before {
    background-color: #92CA40
}

body.brand-green .accordion .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: ""
}

body.brand-green .accordion .panel-body {
    border-top-color: #92CA40 !important
}

body.brand-green .property-item .item-category {
    background-color: #92CA40
}

body.brand-green .property-item .item-rate:before {
    color: #92CA40
}

body.brand-green .property-item .item-rate span:before {
    color: #92CA40
}

body.brand-green .property-item .property-label .property-label__type {
    background-color: #662B8F
}

body.brand-green .property-item .property-label .property-label__type.active,
body.brand-green .property-item .property-label .property-label__type:hover {
    background-color: ##662B8F;
    color: #fff
}

body.brand-green .property-item .property-label .property-label__status.active,
body.brand-green .property-item .property-label .property-label__status:hover {
    color: #fff
}

body.brand-green .property-item .img-box .btn-compare:hover,
body.brand-green .property-item .img-box .btn-compare.active {
    background-color: #92CA40
}

body.brand-green .property-item .property-address:before {
    color: #8a0092
}

body.brand-green .property-item .property-footer [class*="item-"] span,
body.brand-green .property-item .property-footer [class*="item-"] .fi {
    color: #8a0092
}

body.brand-green .property-item .property-price,
body.brand-green .property-item.property-archive .property-price {
    color: #92CA40
}

body.brand-green .property-item.property-archive .property-title a:hover {
    color: #92CA40
}

body.brand-green .services-item li .services-icon i {
    color: #92CA40
}

body.brand-green .testimony-item .testimony-text {
    border-left: 6px solid #92CA40
}

body.brand-green .testimony-item .testimony-text:before {
    border-color: transparent #92CA40 transparent transparent
}

body.brand-green .testimony-item.item-right .testimony-text {
    border: none;
    border-right: 6px solid #92CA40
}

body.brand-green .testimony-item.item-right .testimony-text:before {
    border-color: #92CA40 transparent transparent transparent
}

body.brand-green .panel-box.icon-box .icon-item {
    background-color: #92CA40
}

body.brand-green .icon-box .icon-item {
    color: #92CA40
}

body.brand-green .slick-prev:hover,
body.brand-green .slick-next:hover {
    background-color: #85bc34
}

body.brand-green .slick-prev:hover:before,
body.brand-green .slick-next:hover:before {
    background-color: #85bc34
}

body.brand-green .slick-dots li.slick-active button,
body.brand-green .slick-dots li:hover button,
body.brand-green .slick-dots li button:focus {
    padding: 5px;
    outline: none;
    background-color: #92CA40
}

body.brand-green .irs-line-mid,
body.brand-green .irs-line-left,
body.brand-green .irs-line-right,
body.brand-green .irs-bar-edge,
body.brand-green .irs-slider {
    background-color: rgba(146, 202, 64, 0.5)
}

body.brand-green .irs-line-mid,
body.brand-green .irs-line-left,
body.brand-green .irs-line-right {
    background-color: #d6ebb8
}

body.brand-green .irs-slider,
body.brand-green .irs-bar {
    background-color: #92CA40
}

body.brand-green .irs-slider.state_hover,
body.brand-green .irs-slider:hover,
body.brand-green .irs-slider:focus,
body.brand-green .irs-slider:active {
    background-color: #77a82f
}

body.brand-green .secondary-slider .slider-item .slider-content .item-title a {
    color: #FFF
}

body.brand-green .secondary-slider .slider-item .slider-content .item-title a:hover {
    color: #fff
}

body.brand-green .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #92CA40
}

body.brand-green .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(146, 202, 64, 0.8)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected {
    background: #d2d2d2;
    background: -webkit-linear-gradient(to right bottom, #d2d2d2 50%, #92CA40 50%);
    background: -o-linear-gradient(to right bottom, #d2d2d2 50%, #92CA40 50%);
    background: -moz-linear-gradient(to right bottom, #d2d2d2 50%, #92CA40 50%);
    background: linear-gradient(to right bottom, #d2d2d2 50%, #92CA40 50%)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #92CA40 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #92CA40 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #92CA40 50%);
    background: linear-gradient(to right bottom, #fff 50%, #92CA40 50%)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #fff 50%)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #fff 50%)
}

body.brand-green #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:hover {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #fff 50%)
}

body.brand-green #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.invalid.checked.last-date-selected.first-date-unavailable {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #fff 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #fff 50%)
}

body.brand-green #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:hover {
    background: #92CA40;
    background: -webkit-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #92CA40 50%, #d2d2d2 50%)
}

body.brand-green .date-picker-wrapper table .caption {
    background-color: #92CA40
}

body.brand-green .date-picker-wrapper .first-date-selected {
    background-color: #92CA40
}

body.brand-green .date-picker-wrapper .last-date-selected {
    background-color: #92CA40
}

body.brand-green .date-picker-wrapper .date-range-length-tip {
    background-color: #92CA40
}

body.brand-green .date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #92CA40
}

body.brand-green .widget .date-picker-wrapper .month-wrapper:before {
    background-color: #92CA40
}

body.brand-green #customizer .customizer-body .option-box.option-header #header-style a {
    color: #92CA40
}

body.brand-green #customizer .customizer-body .option-box.option-header #header-style a:hover,
body.brand-green #customizer .customizer-body .option-box.option-header #header-style a:focus {
    color: #7db031
}

body.brand-green #content .panel-box.author-bio .author-socials li a {
    color: #bbb
}

body.brand-green #content .panel-box.author-bio .author-socials li a:hover {
    color: #92CA40
}

body.brand-green #content .post-navigation {
    padding: 24px
}

body.brand-green #content .post-navigation a {
    color: #333
}

body.brand-green #content .post-navigation a:hover {
    color: #92CA40
}

body.brand-green #content .property-item .property-price {
    color: #662B8F
}

body.brand-green #content .property-item .property-title a:hover {
    color: #8a0092
}

body.brand-green #content .post.property-item .property-status {
    color: #92CA40
}

body.brand-green #content .post.property-item .feature-list li .fa {
    color: #92CA40
}

body.brand-green #content .post.property-item .property-slider-nav .slick-arrow {
    background-color: #92CA40
}

body.brand-green #content .post.property-item .property-slider-nav .slick-arrow:hover {
    background-color: #77a82f
}

body.brand-green #content .single-agent.profile-box .leave-message .message-title {
    color: #92CA40
}

body.brand-green .hero-image-with-text .hero-image__button {
    background-color: #92CA40;
    border-color: #92CA40
}

body.brand-green .hero-image-with-text .hero-image__button:hover {
    background-color: #7db031;
    border-color: #7db031
}

body.brand-green .post .post-title a {
    color: #333
}

body.brand-green .post .post-title a:hover {
    color: #92CA40
}

body.brand-green .post .post-meta li a {
    color: #777;
    text-decoration: none
}

body.brand-green .post .post-meta li a:before {
    color: #662B8F
}

body.brand-green .post .post-meta li a:hover {
    color: #333
}

body.brand-green .widget ul li:before {
    color: #92CA40
}

body.brand-green .widget ul li a:hover {
    border-bottom-color: #92CA40
}

body.brand-green .widget #wp-calendar tbody td a,
body.brand-green .widget.widget_search .search-form:before {
    color: #92CA40
}

body.brand-green .widget #wp-calendar tbody td a:before {
    border-color: #92CA40
}

body.brand-green .widget.widget_rss ul li a.rsswidget:hover,
body.brand-green .widget.widget_popular_post ul li .post-content .post-title:hover,
body.brand-green .widget.widget.widget_recent_entries ul li > a:hover,
body.brand-green .widget.widget.widget_recent_comments ul li > a:hover {
    color: #92CA40
}

body.brand-green .widget .post-list li .post-content .post-title:hover {
    color: #92CA40
}

body.brand-green .widget .recent-property > li .property-content a {
    color: #333
}

body.brand-green .widget .recent-property > li .property-content a:hover {
    color: #92CA40
}

body.brand-green .widget .recent-property > li .property-content .property-price {
    color: #92CA40
}

body.brand-green .widget .recent-property > li .property-content .property-footer li span {
    color: #92CA40
}

body.brand-green .widget .tagcloud a {
    background-color: #92CA40;
    color: #fff
}

body.brand-green .widget .tagcloud a:hover {
    background-color: #77a82f
}

body.brand-green .widget .share-box ul li a:hover {
    color: #92CA40
}

body.brand-green .search-map .panel-box .panel-header,
body.brand-green #search-map .panel-box .panel-header,
body.brand-green .tpb-property_search_map .panel-box .panel-header {
    background-color: #92CA40
}

body.brand-green .search-map .panel-box .panel-header .panel-title,
body.brand-green #search-map .panel-box .panel-header .panel-title,
body.brand-green .tpb-property_search_map .panel-box .panel-header .panel-title {
    color: #FFF
}

body.brand-green #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
    color: #333
}

body.brand-green #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a:hover {
    color: #92CA40
}

body.brand-green #countdown #time li:after {
    color: #92CA40
}

body.brand-green #countdown #time li h3 {
    color: #92CA40
}

body.brand-green #error-page .error-title {
    color: #92CA40
}

body.brand-green #error-page .error-description strong {
    color: #92CA40
}

body.brand-green .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li:hover button {
    background-color: #92CA40
}

body.brand-green .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li.slick-active button {
    background-color: #92CA40
}

body.brand-green .tpb.tpb-property_search .form-group:nth-child(4n+1) {
    clear: both
}

body.brand-green .tpb.tpb-property_search_map .panel-box .panel-header {
    background-color: #92CA40
}

body.brand-red .property-item .property-content .property-title:hover,
.property-item .property-content body.brand-red .property-title:hover,
body.brand-red .profile-box .profile-contact li a:hover,
.profile-box .profile-contact li body.brand-red a:hover,
body.brand-red #footer .copyright a:hover,
#footer .copyright body.brand-red a:hover {
    color: #D32C31;
    text-decoration: none
}

body.brand-red #about-us .about-content > .btn,
#about-us body.brand-red .about-content > .btn,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-red .about-content > .submit,
body.brand-red #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-red .about-content > .submit {
    border-color: #D32C31
}

body.brand-red #about-us .about-content > .btn:hover,
#about-us body.brand-red .about-content > .btn:hover,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-red .about-content > .submit:hover,
body.brand-red #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-red .about-content > .submit:hover {
    background-color: #a92327
}

body.brand-red .title-panel .panel-title,
.title-panel body.brand-red .panel-title,
body.brand-red .page-section .section-header.header-column .contact-item .item-icon,
.page-section .section-header.header-column .contact-item body.brand-red .item-icon,
body.brand-red #landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item body.brand-red .item-icon,
body.brand-red #landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item body.brand-red .item-icon,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item body.brand-red .item-icon,
body.brand-red .compare-table .property-compare-item .property-price,
.compare-table .property-compare-item body.brand-red .property-price,
body.brand-red .panel-box .panel-header .panel-title,
.panel-box .panel-header body.brand-red .panel-title,
body.brand-red .profile-box .profile-contact li i,
.profile-box .profile-contact li body.brand-red i,
body.brand-red .number-box .number-value > span,
.number-box body.brand-red .number-value > span,
body.brand-red #comments #respond .comment-reply-title,
#comments #respond body.brand-red .comment-reply-title,
#comments .entry-comments .comment-header body.brand-red .widget-title,
body.brand-red #comments.comments-area:not(.compact) .comments-title,
#comments.comments-area:not(.compact) body.brand-red .comments-title,
body.brand-red #new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price,
#new-booking-page .nb-box .nb-property-detail .nb-property-info body.brand-red .nb-property-price,
body.brand-red #sidebar-compare .heading-bar .heading-title,
#sidebar-compare .heading-bar body.brand-red .heading-title,
body.brand-red #sidebar-compare .compare-body li .property-price,
#sidebar-compare .compare-body li body.brand-red .property-price,
body.brand-red #comments .entry-comments .comment-header .widget-title,
body.brand-red #footer .footer-column .footer-title,
#footer .footer-column body.brand-red .footer-title {
    color: #D32C31
}

body.brand-red .button-box .btn-primary,
.button-box body.brand-red .btn-primary,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-red .submit,
body.brand-red .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-red .item-detail,
body.brand-red .property-item .property-header .item-category,
.property-item .property-header body.brand-red .item-category,
body.brand-red .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-red .howto-number,
body.brand-red .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-red .btn-primary,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-red .submit,
body.brand-red .number-box .number-category .number-icon,
.number-box .number-category body.brand-red .number-icon,
body.brand-red .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-red .btn-primary,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-red .submit,
body.brand-red #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-red .compare-toggle,
body.brand-red #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-red .btn.btn-reset,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-red .btn-reset.submit,
body.brand-red #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-red .btn-reset.submit,
body.brand-red #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-red .btn,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-red .submit,
body.brand-red #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-red .navbar-btn,
body.brand-red #landing-page #footer .btn-primary,
#landing-page #footer body.brand-red .btn-primary,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-red .submit,
body.brand-red .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-red .btn-submit,
body.brand-red #about-us .about-content > .btn,
#about-us body.brand-red .about-content > .btn,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-red .about-content > .submit,
body.brand-red #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-red .about-content > .submit {
    background-color: #D32C31
}

body.brand-red body.header-2 .topbar-varian-2,
body.header-2 body.brand-red .topbar-varian-2,
body.brand-red body.page-header-4 .page-header,
body.page-header-4 body.brand-red .page-header,
body.brand-red .property-item .property-heading .item-price,
.property-item .property-heading body.brand-red .item-price,
body.brand-red .howto-item > a,
body.brand-red .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-red .howto-title,
body.brand-red .socials-box,
body.brand-red #about-us,
body.brand-red #footer {
    background-color: #FFF
}

body.brand-red .number-box .number-category .namber-title,
.number-box .number-category body.brand-red .namber-title,
body.brand-red #about-us .about-brand,
#about-us body.brand-red .about-brand {
    background-color: #181818
}

body.brand-red .button-box .btn-primary,
.button-box body.brand-red .btn-primary,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-left,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-right,
body.brand-red .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-red .submit,
body.brand-red .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-red .item-detail,
body.brand-red .property-item .property-header .item-category,
.property-item .property-header body.brand-red .item-category,
body.brand-red .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-red .howto-number,
body.brand-red .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-red .btn-primary,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right,
body.brand-red .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-red .submit,
body.brand-red .number-box .number-category .number-icon,
.number-box .number-category body.brand-red .number-icon,
body.brand-red .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-red .btn-primary,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right,
body.brand-red .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-red .submit,
body.brand-red #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-red .compare-toggle,
body.brand-red #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-red .btn.btn-reset,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right,
body.brand-red #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-red .btn-reset.submit,
body.brand-red #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-red .btn-reset.submit,
body.brand-red #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-red .btn,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-left,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-right,
body.brand-red #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-red .submit,
body.brand-red #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-red .navbar-btn,
body.brand-red #landing-page #footer .btn-primary,
#landing-page #footer body.brand-red .btn-primary,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-red .submit,
body.brand-red #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-red .submit,
body.brand-red .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-red .btn-submit,
body.brand-red #about-us .about-content > .btn,
#about-us body.brand-red .about-content > .btn,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right,
body.brand-red #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-red .about-content > .submit,
body.brand-red #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-red .about-content > .submit {
    color: #fff;
    border-color: #D32C31;
    background-color: #D32C31
}

body.brand-red .button-box .btn-primary:hover,
.button-box body.brand-red .btn-primary:hover,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-left:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-left:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-left:hover,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-left:hover,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-left:hover,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-left:hover,
body.brand-red .button-box .page-section .section-header.header-column .slide-control .slide-right:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control .button-box .slide-right:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-red .slide-right:hover,
body.brand-red .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-red .slide-right:hover,
body.brand-red .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-red .slide-right:hover,
body.brand-red .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-red .slide-right:hover,
body.brand-red .button-box #comments #respond .comment-form p .submit:hover,
.button-box #comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red #comments #respond .comment-form p .button-box .submit:hover,
#comments #respond .comment-form p .button-box body.brand-red .submit:hover,
body.brand-red .property-item .property-heading .item-detail:hover,
.property-item .property-heading body.brand-red .item-detail:hover,
body.brand-red .property-item .property-header .item-category:hover,
.property-item .property-header body.brand-red .item-category:hover,
body.brand-red .howto-item .howto-content .howto-number:hover,
.howto-item .howto-content body.brand-red .howto-number:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group .btn-primary:hover,
.profile-box.single-agent .leave-message .form-group body.brand-red .btn-primary:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-left:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-red .slide-right:hover,
body.brand-red .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit:hover,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit:hover,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-red .submit:hover,
body.brand-red .number-box .number-category .number-icon:hover,
.number-box .number-category body.brand-red .number-icon:hover,
body.brand-red .secondary-slider .slider-item .slider-content .btn-primary:hover,
.secondary-slider .slider-item .slider-content body.brand-red .btn-primary:hover,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-left:hover,
body.brand-red .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right:hover,
body.brand-red .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-red .slide-right:hover,
body.brand-red .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit:hover,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit:hover,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-red .submit:hover,
body.brand-red #sidebar-compare .compare-toggle:hover,
#sidebar-compare body.brand-red .compare-toggle:hover,
body.brand-red #sidebar-compare .footer-bar .btn.btn-reset:hover,
#sidebar-compare .footer-bar body.brand-red .btn.btn-reset:hover,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-left:hover,
body.brand-red #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right:hover,
body.brand-red #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .btn-reset.slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-red .btn-reset.slide-right:hover,
body.brand-red #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit:hover,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-red .btn-reset.submit:hover,
body.brand-red #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit:hover,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-red .btn-reset.submit:hover,
body.brand-red #landing-page .demo-item .btn:hover,
#landing-page .demo-item body.brand-red .btn:hover,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-left:hover,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-left:hover,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-left:hover,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-left:hover,
body.brand-red #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-red .slide-right:hover,
body.brand-red #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-red .slide-right:hover,
body.brand-red #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-red .slide-right:hover,
body.brand-red #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-red .slide-right:hover,
body.brand-red #landing-page .demo-item #comments #respond .comment-form p .submit:hover,
#landing-page .demo-item #comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red #comments #respond .comment-form p #landing-page .demo-item .submit:hover,
#comments #respond .comment-form p #landing-page .demo-item body.brand-red .submit:hover,
body.brand-red #landing-page #header #navbar .navbar-btn:hover,
#landing-page #header #navbar body.brand-red .navbar-btn:hover,
body.brand-red #landing-page #footer .btn-primary:hover,
#landing-page #footer body.brand-red .btn-primary:hover,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer #comments #respond .comment-form p .submit:hover,
#landing-page #footer #comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red #comments #respond .comment-form p #landing-page #footer .submit:hover,
#comments #respond .comment-form p #landing-page #footer body.brand-red .submit:hover,
body.brand-red .property-simple-search .property-search-form .btn-submit:hover,
.property-simple-search .property-search-form body.brand-red .btn-submit:hover,
body.brand-red #about-us .about-content > .btn:hover,
#about-us body.brand-red .about-content > .btn:hover,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-left:hover,
body.brand-red #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .about-content > .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-red .about-content > .slide-right:hover,
body.brand-red #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-red .about-content > .submit:hover,
body.brand-red #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-red .about-content > .submit:hover {
    background-color: #a92327
}

body.brand-red body.header-2 .topbar-varian-2,
body.header-2 body.brand-red .topbar-varian-2,
body.brand-red body.page-header-4 .page-header,
body.page-header-4 body.brand-red .page-header,
body.brand-red .property-item .property-heading .item-price,
.property-item .property-heading body.brand-red .item-price,
body.brand-red .howto-item > a,
body.brand-red .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-red .howto-title,
body.brand-red .socials-box,
body.brand-red #about-us,
body.brand-red #footer {
    color: #fff;
    background-color: #242424
}

body.brand-red .background-theme {
    background-color: #D32C31
}

body.brand-red #header .topbar {
    background-color: #D32C31
}

body.brand-red #header #navbar .navbar-nav > li a {
    color: #333
}

body.brand-red #header #navbar .navbar-nav > li:hover > a,
body.brand-red #header #navbar .navbar-nav > li.current-menu-ancestor > a,
body.brand-red #header #navbar .navbar-nav > li.active > a,
body.brand-red #header #navbar .dropdown-menu > li:hover > a,
body.brand-red #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-red #header #navbar .dropdown-menu > li.active > a {
    color: #D32C31
}

body.brand-red #header #navbar .dropdown-menu > li a {
    color: #fff
}

body.brand-red #header #navbar .dropdown-menu > li:hover > a,
body.brand-red #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-red #header #navbar .dropdown-menu > li.active > a {
    background-color: #121212
}

body.brand-red #header #navbar .dropdown-menu > li.current-menu-ancestor > a:after {
    border-color: transparent transparent transparent #D32C31
}

@media (min-width: 1199px) {
    body.brand-red #header #navbar .dropdown-menu > li {
        border-top: 1px solid #080808
    }
}

body.brand-red #header #navbar .dropdown-menu {
    background-color: #0b0a0a
}

body.brand-red #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
    border-color: transparent transparent transparent #D32C31
}

@media (max-width: 1199px) {
    body.brand-red #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
        border-color: #D32C31 transparent transparent transparent
    }
}

body.brand-red #header #navbar .dropdown:hover > a {
    color: #D32C31
}

body.brand-red #header #navbar .menu-item-has-children:hover > a {
    color: #D32C31
}

body.brand-red #header #navbar .menu-item-has-children:hover a {
    background-color: transparent !important
}

body.brand-red #header #navbar .multi-column > .dropdown-menu > li {
    border-top: none
}

body.brand-red #header #navbar .multi-column > .dropdown-menu > li > a:after {
    border-bottom: 1px solid #1f1f1f
}

body.brand-red #header #navbar .multi-column > .dropdown-menu > li ul > li > a:hover {
    color: #D32C31
}

body.brand-red #header .navbar-nav > li > a:hover,
body.brand-red #header .navbar-nav > li > a:focus {
    color: #D32C31
}

body.brand-red #header .navbar-nav > .active > a {
    color: #D32C31
}

body.brand-red #header .topbar-varian-3 {
    background-color: #FFF
}

body.brand-red #header .topbar-varian-3 .container,
body.brand-red #header .topbar-varian-3 .property-simple-search .content-wrapper,
.property-simple-search body.brand-red #header .topbar-varian-3 .content-wrapper {
    border-bottom: 1px solid #e3e3e3
}

body.brand-red #header .topbar-varian-3 .container .topbar-item .item-text,
body.brand-red #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-text,
.property-simple-search body.brand-red #header .topbar-varian-3 .content-wrapper .topbar-item .item-text {
    color: #A1A1A1
}

body.brand-red #header .topbar-varian-3 .container .topbar-item .item-icon,
body.brand-red #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-icon,
.property-simple-search body.brand-red #header .topbar-varian-3 .content-wrapper .topbar-item .item-icon {
    color: #D32C31
}

@media (min-width: 992px) {
    body.brand-red #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a {
        color: #D32C31
    }
    body.brand-red #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a:hover {
        color: #b12529
    }
}

@media (max-width: 991px) {
    body.brand-red #header .mobile-topbar.topbar-varian-3 {
        background-color: #FFF;
        border-bottom: 1px solid #e3e3e3
    }
    body.brand-red #header .mobile-topbar.topbar-varian-3 .topbar-item .item-text {
        color: #A1A1A1
    }
    body.brand-red #header .mobile-topbar.topbar-varian-3 .topbar-item .item-icon {
        color: #D32C31
    }
}

body.brand-red .page-header {
    background-color: #242424
}

body.brand-red .topbar-varian-2 {
    background-color: #242424
}

body.brand-red a {
    color: #D32C31
}

body.brand-red a:hover {
    color: #941f22
}

body.brand-red .dropdown-menu > li > a:hover,
body.brand-red .dropdown-menu > li > a:focus {
    color: #941f22
}

body.brand-red .btn-primary,
body.brand-red .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right,
body.brand-red #comments #respond .comment-form p .submit,
#comments #respond .comment-form p body.brand-red .submit {
    color: #fff;
    background-color: #242424;
    border-color: #242424
}

body.brand-red .btn-primary:focus,
body.brand-red .page-section .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control body.brand-red .slide-left:focus,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:focus,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:focus,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:focus,
body.brand-red .page-section .section-header.header-column .slide-control .slide-right:focus,
.page-section .section-header.header-column .slide-control body.brand-red .slide-right:focus,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:focus,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:focus,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:focus,
body.brand-red #comments #respond .comment-form p .submit:focus,
#comments #respond .comment-form p body.brand-red .submit:focus,
body.brand-red .btn-primary:hover,
body.brand-red .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-left:hover,
body.brand-red .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .slide-right:hover,
body.brand-red #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p body.brand-red .submit:hover,
body.brand-red .btn-primary.focus,
body.brand-red .page-section .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control body.brand-red .focus.slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .focus.slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .focus.slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .focus.slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .focus.slide-right,
.page-section .section-header.header-column .slide-control body.brand-red .focus.slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .focus.slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .focus.slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .focus.slide-right,
body.brand-red #comments #respond .comment-form p .focus.submit,
#comments #respond .comment-form p body.brand-red .focus.submit,
body.brand-red .btn-primary.active,
body.brand-red .page-section .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control body.brand-red .active.slide-left,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .active.slide-left,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .active.slide-left,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .active.slide-left,
body.brand-red .page-section .section-header.header-column .slide-control .active.slide-right,
.page-section .section-header.header-column .slide-control body.brand-red .active.slide-right,
body.brand-red #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-red .active.slide-right,
body.brand-red #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-red .active.slide-right,
body.brand-red #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-red .active.slide-right,
body.brand-red #comments #respond .comment-form p .active.submit,
#comments #respond .comment-form p body.brand-red .active.submit {
    color: #fff;
    background-color: #101010;
    border-color: #101010
}

body.brand-red .form-control:focus,
body.brand-red #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p body.brand-red textarea:focus,
body.brand-red #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p body.brand-red input:focus:not(.submit) {
    border-color: #D32C31
}

body.brand-red .search-tabmenu .nav-tabs > li > a {
    background-color: #242424;
    border-color: #242424
}

body.brand-red .search-tabmenu .nav-tabs > li:hover > a {
    background-color: #a92327;
    border-color: #a92327
}

body.brand-red .search-tabmenu .nav-tabs > .active > a {
    background-color: #D32C31 !important;
    border-color: #D32C31 !important
}

body.brand-red .search-tabmenu .tabmenu-header {
    background-color: #0b0a0a
}

body.brand-red section .section-header:before {
    background-color: #D32C31
}

body.brand-red body.page-header-1 .page-header,
body.page-header-1 body.brand-red .page-header,
body.brand-red #countdown,
body.brand-red #landing-page #page-heading,
#landing-page body.brand-red #page-heading,
body.brand-red #landing-page #footer,
#landing-page body.brand-red #footer,
body.brand-red #main-search,
body.brand-red #howto-buy,
body.brand-red #our-agent,
body.brand-red #partner,
body.brand-red #main-contact,
body.brand-red #number {
    background-color: #FFF
}

body.brand-red .page-header .container .breadcrumb li a:hover,
body.brand-red .page-header .property-simple-search .content-wrapper .breadcrumb li a:hover,
.property-simple-search body.brand-red .page-header .content-wrapper .breadcrumb li a:hover {
    color: #D32C31
}

body.brand-red .page-header .container .breadcrumb li.active,
body.brand-red .page-header .property-simple-search .content-wrapper .breadcrumb li.active,
.property-simple-search body.brand-red .page-header .content-wrapper .breadcrumb li.active {
    color: #D32C31
}

body.brand-red .pagination > a,
body.brand-red .pagination > span {
    color: #333
}

body.brand-red .pagination > a.current,
body.brand-red .pagination > a:hover,
body.brand-red .pagination > span.current,
body.brand-red .pagination > span:hover {
    color: #D32C31
}

body.brand-red .accordion .panel-heading .panel-title a {
    color: #333
}

body.brand-red .accordion .panel-heading .panel-title a:before {
    background-color: #D32C31
}

body.brand-red .accordion .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: ""
}

body.brand-red .accordion .panel-body {
    border-top-color: #D32C31 !important
}

body.brand-red .property-item .item-category {
    background-color: #D32C31
}

body.brand-red .property-item .item-rate:before {
    color: #D32C31
}

body.brand-red .property-item .item-rate span:before {
    color: #D32C31
}

body.brand-red .property-item .property-label .property-label__type {
    background-color: #D32C31
}

body.brand-red .property-item .property-label .property-label__type.active,
body.brand-red .property-item .property-label .property-label__type:hover {
    background-color: #b12529;
    color: #fff
}

body.brand-red .property-item .property-label .property-label__status.active,
body.brand-red .property-item .property-label .property-label__status:hover {
    color: #fff
}

body.brand-red .property-item .img-box .btn-compare:hover,
body.brand-red .property-item .img-box .btn-compare.active {
    background-color: #D32C31
}

body.brand-red .property-item .property-address:before {
    color: #D32C31
}

body.brand-red .property-item .property-footer [class*="item-"] span,
body.brand-red .property-item .property-footer [class*="item-"] .fi {
    color: #D32C31
}

body.brand-red .property-item .property-price,
body.brand-red .property-item.property-archive .property-price {
    color: #D32C31
}

body.brand-red .property-item.property-archive .property-title a:hover {
    color: #D32C31
}

body.brand-red .services-item li .services-icon i {
    color: #D32C31
}

body.brand-red .testimony-item .testimony-text {
    border-left: 6px solid #D32C31
}

body.brand-red .testimony-item .testimony-text:before {
    border-color: transparent #D32C31 transparent transparent
}

body.brand-red .testimony-item.item-right .testimony-text {
    border: none;
    border-right: 6px solid #D32C31
}

body.brand-red .testimony-item.item-right .testimony-text:before {
    border-color: #D32C31 transparent transparent transparent
}

body.brand-red .panel-box.icon-box .icon-item {
    background-color: #D32C31
}

body.brand-red .icon-box .icon-item {
    color: #D32C31
}

body.brand-red .slick-prev:hover,
body.brand-red .slick-next:hover {
    background-color: #be282c
}

body.brand-red .slick-prev:hover:before,
body.brand-red .slick-next:hover:before {
    background-color: #be282c
}

body.brand-red .slick-dots li.slick-active button,
body.brand-red .slick-dots li:hover button,
body.brand-red .slick-dots li button:focus {
    padding: 5px;
    outline: none;
    background-color: #D32C31
}

body.brand-red .irs-line-mid,
body.brand-red .irs-line-left,
body.brand-red .irs-line-right,
body.brand-red .irs-bar-edge,
body.brand-red .irs-slider {
    background-color: rgba(211, 44, 49, 0.5)
}

body.brand-red .irs-line-mid,
body.brand-red .irs-line-left,
body.brand-red .irs-line-right {
    background-color: #edabad
}

body.brand-red .irs-slider,
body.brand-red .irs-bar {
    background-color: #D32C31
}

body.brand-red .irs-slider.state_hover,
body.brand-red .irs-slider:hover,
body.brand-red .irs-slider:focus,
body.brand-red .irs-slider:active {
    background-color: #a92327
}

body.brand-red .secondary-slider .slider-item .slider-content .item-title a {
    color: #FFF
}

body.brand-red .secondary-slider .slider-item .slider-content .item-title a:hover {
    color: #fff
}

body.brand-red .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #D32C31
}

body.brand-red .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(211, 44, 49, 0.8)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected {
    background: #d2d2d2;
    background: -webkit-linear-gradient(to right bottom, #d2d2d2 50%, #D32C31 50%);
    background: -o-linear-gradient(to right bottom, #d2d2d2 50%, #D32C31 50%);
    background: -moz-linear-gradient(to right bottom, #d2d2d2 50%, #D32C31 50%);
    background: linear-gradient(to right bottom, #d2d2d2 50%, #D32C31 50%)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #D32C31 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #D32C31 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #D32C31 50%);
    background: linear-gradient(to right bottom, #fff 50%, #D32C31 50%)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #fff 50%)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #fff 50%)
}

body.brand-red #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:hover {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #fff 50%)
}

body.brand-red #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.invalid.checked.last-date-selected.first-date-unavailable {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #fff 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #fff 50%)
}

body.brand-red #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:hover {
    background: #D32C31;
    background: -webkit-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #D32C31 50%, #d2d2d2 50%)
}

body.brand-red .date-picker-wrapper table .caption {
    background-color: #D32C31
}

body.brand-red .date-picker-wrapper .first-date-selected {
    background-color: #D32C31
}

body.brand-red .date-picker-wrapper .last-date-selected {
    background-color: #D32C31
}

body.brand-red .date-picker-wrapper .date-range-length-tip {
    background-color: #D32C31
}

body.brand-red .date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #D32C31
}

body.brand-red .widget .date-picker-wrapper .month-wrapper:before {
    background-color: #D32C31
}

body.brand-red #customizer .customizer-body .option-box.option-header #header-style a {
    color: #D32C31
}

body.brand-red #customizer .customizer-body .option-box.option-header #header-style a:hover,
body.brand-red #customizer .customizer-body .option-box.option-header #header-style a:focus {
    color: #b12529
}

body.brand-red #content .panel-box.author-bio .author-socials li a {
    color: #bbb
}

body.brand-red #content .panel-box.author-bio .author-socials li a:hover {
    color: #D32C31
}

body.brand-red #content .post-navigation {
    padding: 24px
}

body.brand-red #content .post-navigation a {
    color: #333
}

body.brand-red #content .post-navigation a:hover {
    color: #D32C31
}

body.brand-red #content .property-item .property-price {
    color: #D32C31
}

body.brand-red #content .property-item .property-title a:hover {
    color: #D32C31
}

body.brand-red #content .post.property-item .property-status {
    color: #D32C31
}

body.brand-red #content .post.property-item .feature-list li .fa {
    color: #D32C31
}

body.brand-red #content .post.property-item .property-slider-nav .slick-arrow {
    background-color: #D32C31
}

body.brand-red #content .post.property-item .property-slider-nav .slick-arrow:hover {
    background-color: #a92327
}

body.brand-red #content .single-agent.profile-box .leave-message .message-title {
    color: #D32C31
}

body.brand-red .hero-image-with-text .hero-image__button {
    background-color: #D32C31;
    border-color: #D32C31
}

body.brand-red .hero-image-with-text .hero-image__button:hover {
    background-color: #b12529;
    border-color: #b12529
}

body.brand-red .post .post-title a {
    color: #333
}

body.brand-red .post .post-title a:hover {
    color: #D32C31
}

body.brand-red .post .post-meta li a {
    color: #777;
    text-decoration: none
}

body.brand-red .post .post-meta li a:before {
    color: #D32C31
}

body.brand-red .post .post-meta li a:hover {
    color: #333
}

body.brand-red .widget ul li:before {
    color: #D32C31
}

body.brand-red .widget ul li a:hover {
    border-bottom-color: #D32C31
}

body.brand-red .widget #wp-calendar tbody td a,
body.brand-red .widget.widget_search .search-form:before {
    color: #D32C31
}

body.brand-red .widget #wp-calendar tbody td a:before {
    border-color: #D32C31
}

body.brand-red .widget.widget_rss ul li a.rsswidget:hover,
body.brand-red .widget.widget_popular_post ul li .post-content .post-title:hover,
body.brand-red .widget.widget.widget_recent_entries ul li > a:hover,
body.brand-red .widget.widget.widget_recent_comments ul li > a:hover {
    color: #D32C31
}

body.brand-red .widget .post-list li .post-content .post-title:hover {
    color: #D32C31
}

body.brand-red .widget .recent-property > li .property-content a {
    color: #333
}

body.brand-red .widget .recent-property > li .property-content a:hover {
    color: #D32C31
}

body.brand-red .widget .recent-property > li .property-content .property-price {
    color: #D32C31
}

body.brand-red .widget .recent-property > li .property-content .property-footer li span {
    color: #D32C31
}

body.brand-red .widget .tagcloud a {
    background-color: #D32C31;
    color: #fff
}

body.brand-red .widget .tagcloud a:hover {
    background-color: #a92327
}

body.brand-red .widget .share-box ul li a:hover {
    color: #D32C31
}

body.brand-red .search-map .panel-box .panel-header,
body.brand-red #search-map .panel-box .panel-header,
body.brand-red .tpb-property_search_map .panel-box .panel-header {
    background-color: #D32C31
}

body.brand-red .search-map .panel-box .panel-header .panel-title,
body.brand-red #search-map .panel-box .panel-header .panel-title,
body.brand-red .tpb-property_search_map .panel-box .panel-header .panel-title {
    color: #FFF
}

body.brand-red #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
    color: #333
}

body.brand-red #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a:hover {
    color: #D32C31
}

body.brand-red #countdown #time li:after {
    color: #D32C31
}

body.brand-red #countdown #time li h3 {
    color: #D32C31
}

body.brand-red #error-page .error-title {
    color: #D32C31
}

body.brand-red #error-page .error-description strong {
    color: #D32C31
}

body.brand-red .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li:hover button {
    background-color: #D32C31
}

body.brand-red .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li.slick-active button {
    background-color: #D32C31
}

body.brand-red .tpb.tpb-property_search .form-group:nth-child(4n+1) {
    clear: both
}

body.brand-red .tpb.tpb-property_search_map .panel-box .panel-header {
    background-color: #D32C31
}

body.brand-yellow .property-item .property-content .property-title:hover,
.property-item .property-content body.brand-yellow .property-title:hover,
body.brand-yellow .profile-box .profile-contact li a:hover,
.profile-box .profile-contact li body.brand-yellow a:hover,
body.brand-yellow #footer .copyright a:hover,
#footer .copyright body.brand-yellow a:hover {
    color: #FCDE00;
    text-decoration: none
}

body.brand-yellow #about-us .about-content > .btn,
#about-us body.brand-yellow .about-content > .btn,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-yellow .about-content > .submit,
body.brand-yellow #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-yellow .about-content > .submit {
    border-color: #FCDE00
}

body.brand-yellow #about-us .about-content > .btn:hover,
#about-us body.brand-yellow .about-content > .btn:hover,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-yellow .about-content > .submit:hover,
body.brand-yellow #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-yellow .about-content > .submit:hover {
    background-color: #ee9402
}

body.brand-yellow .title-panel .panel-title,
.title-panel body.brand-yellow .panel-title,
body.brand-yellow .page-section .section-header.header-column .contact-item .item-icon,
.page-section .section-header.header-column .contact-item body.brand-yellow .item-icon,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item body.brand-yellow .item-icon,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item body.brand-yellow .item-icon,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item body.brand-yellow .item-icon,
body.brand-yellow .compare-table .property-compare-item .property-price,
.compare-table .property-compare-item body.brand-yellow .property-price,
body.brand-yellow .panel-box .panel-header .panel-title,
.panel-box .panel-header body.brand-yellow .panel-title,
body.brand-yellow .profile-box .profile-contact li i,
.profile-box .profile-contact li body.brand-yellow i,
body.brand-yellow .number-box .number-value > span,
.number-box body.brand-yellow .number-value > span,
body.brand-yellow #comments #respond .comment-reply-title,
#comments #respond body.brand-yellow .comment-reply-title,
#comments .entry-comments .comment-header body.brand-yellow .widget-title,
body.brand-yellow #comments.comments-area:not(.compact) .comments-title,
#comments.comments-area:not(.compact) body.brand-yellow .comments-title,
body.brand-yellow #new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price,
#new-booking-page .nb-box .nb-property-detail .nb-property-info body.brand-yellow .nb-property-price,
body.brand-yellow #sidebar-compare .heading-bar .heading-title,
#sidebar-compare .heading-bar body.brand-yellow .heading-title,
body.brand-yellow #sidebar-compare .compare-body li .property-price,
#sidebar-compare .compare-body li body.brand-yellow .property-price,
body.brand-yellow #comments .entry-comments .comment-header .widget-title,
body.brand-yellow #footer .footer-column .footer-title,
#footer .footer-column body.brand-yellow .footer-title {
    color: #FCDE00
}

body.brand-yellow .button-box .btn-primary,
.button-box body.brand-yellow .btn-primary,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-yellow .submit,
body.brand-yellow .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-yellow .item-detail,
body.brand-yellow .property-item .property-header .item-category,
.property-item .property-header body.brand-yellow .item-category,
body.brand-yellow .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-yellow .howto-number,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-yellow .btn-primary,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-yellow .submit,
body.brand-yellow .number-box .number-category .number-icon,
.number-box .number-category body.brand-yellow .number-icon,
body.brand-yellow .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-yellow .btn-primary,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-yellow .submit,
body.brand-yellow #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-yellow .compare-toggle,
body.brand-yellow #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-yellow .btn.btn-reset,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-yellow .btn-reset.submit,
body.brand-yellow #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-yellow .btn-reset.submit,
body.brand-yellow #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-yellow .btn,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-yellow .submit,
body.brand-yellow #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-yellow .navbar-btn,
body.brand-yellow #landing-page #footer .btn-primary,
#landing-page #footer body.brand-yellow .btn-primary,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-yellow .submit,
body.brand-yellow .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-yellow .btn-submit,
body.brand-yellow #about-us .about-content > .btn,
#about-us body.brand-yellow .about-content > .btn,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-yellow .about-content > .submit,
body.brand-yellow #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-yellow .about-content > .submit {
    background-color: #FCDE00
}

body.brand-yellow body.header-2 .topbar-varian-2,
body.header-2 body.brand-yellow .topbar-varian-2,
body.brand-yellow body.page-header-4 .page-header,
body.page-header-4 body.brand-yellow .page-header,
body.brand-yellow .property-item .property-heading .item-price,
.property-item .property-heading body.brand-yellow .item-price,
body.brand-yellow .howto-item > a,
body.brand-yellow .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-yellow .howto-title,
body.brand-yellow .socials-box,
body.brand-yellow #about-us,
body.brand-yellow #footer {
    background-color: #FFF
}

body.brand-yellow .number-box .number-category .namber-title,
.number-box .number-category body.brand-yellow .namber-title,
body.brand-yellow #about-us .about-brand,
#about-us body.brand-yellow .about-brand {
    background-color: #041525
}

body.brand-yellow .button-box .btn-primary,
.button-box body.brand-yellow .btn-primary,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right,
body.brand-yellow .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-yellow .submit,
body.brand-yellow .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-yellow .item-detail,
body.brand-yellow .property-item .property-header .item-category,
.property-item .property-header body.brand-yellow .item-category,
body.brand-yellow .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-yellow .howto-number,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-yellow .btn-primary,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-yellow .submit,
body.brand-yellow .number-box .number-category .number-icon,
.number-box .number-category body.brand-yellow .number-icon,
body.brand-yellow .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-yellow .btn-primary,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right,
body.brand-yellow .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-yellow .submit,
body.brand-yellow #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-yellow .compare-toggle,
body.brand-yellow #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-yellow .btn.btn-reset,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right,
body.brand-yellow #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-yellow .btn-reset.submit,
body.brand-yellow #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-yellow .btn-reset.submit,
body.brand-yellow #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-yellow .btn,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right,
body.brand-yellow #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-yellow .submit,
body.brand-yellow #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-yellow .navbar-btn,
body.brand-yellow #landing-page #footer .btn-primary,
#landing-page #footer body.brand-yellow .btn-primary,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-yellow .submit,
body.brand-yellow #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-yellow .submit,
body.brand-yellow .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-yellow .btn-submit,
body.brand-yellow #about-us .about-content > .btn,
#about-us body.brand-yellow .about-content > .btn,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right,
body.brand-yellow #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-yellow .about-content > .submit,
body.brand-yellow #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-yellow .about-content > .submit {
    color: #fff;
    border-color: #FCDE00;
    background-color: #FCDE00
}

body.brand-yellow .button-box .btn-primary:hover,
.button-box body.brand-yellow .btn-primary:hover,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-left:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-left:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left:hover,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left:hover,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left:hover,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-left:hover,
body.brand-yellow .button-box .page-section .section-header.header-column .slide-control .slide-right:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .button-box .slide-right:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right:hover,
body.brand-yellow .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right:hover,
body.brand-yellow .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right:hover,
body.brand-yellow .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-yellow .slide-right:hover,
body.brand-yellow .button-box #comments #respond .comment-form p .submit:hover,
.button-box #comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow #comments #respond .comment-form p .button-box .submit:hover,
#comments #respond .comment-form p .button-box body.brand-yellow .submit:hover,
body.brand-yellow .property-item .property-heading .item-detail:hover,
.property-item .property-heading body.brand-yellow .item-detail:hover,
body.brand-yellow .property-item .property-header .item-category:hover,
.property-item .property-header body.brand-yellow .item-category:hover,
body.brand-yellow .howto-item .howto-content .howto-number:hover,
.howto-item .howto-content body.brand-yellow .howto-number:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .btn-primary:hover,
.profile-box.single-agent .leave-message .form-group body.brand-yellow .btn-primary:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-left:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-yellow .slide-right:hover,
body.brand-yellow .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit:hover,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit:hover,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-yellow .submit:hover,
body.brand-yellow .number-box .number-category .number-icon:hover,
.number-box .number-category body.brand-yellow .number-icon:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content .btn-primary:hover,
.secondary-slider .slider-item .slider-content body.brand-yellow .btn-primary:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-left:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-yellow .slide-right:hover,
body.brand-yellow .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit:hover,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit:hover,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-yellow .submit:hover,
body.brand-yellow #sidebar-compare .compare-toggle:hover,
#sidebar-compare body.brand-yellow .compare-toggle:hover,
body.brand-yellow #sidebar-compare .footer-bar .btn.btn-reset:hover,
#sidebar-compare .footer-bar body.brand-yellow .btn.btn-reset:hover,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-left:hover,
body.brand-yellow #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-yellow .btn-reset.slide-right:hover,
body.brand-yellow #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit:hover,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-yellow .btn-reset.submit:hover,
body.brand-yellow #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit:hover,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-yellow .btn-reset.submit:hover,
body.brand-yellow #landing-page .demo-item .btn:hover,
#landing-page .demo-item body.brand-yellow .btn:hover,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page .demo-item #comments #respond .comment-form p .submit:hover,
#landing-page .demo-item #comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow #comments #respond .comment-form p #landing-page .demo-item .submit:hover,
#comments #respond .comment-form p #landing-page .demo-item body.brand-yellow .submit:hover,
body.brand-yellow #landing-page #header #navbar .navbar-btn:hover,
#landing-page #header #navbar body.brand-yellow .navbar-btn:hover,
body.brand-yellow #landing-page #footer .btn-primary:hover,
#landing-page #footer body.brand-yellow .btn-primary:hover,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer #comments #respond .comment-form p .submit:hover,
#landing-page #footer #comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow #comments #respond .comment-form p #landing-page #footer .submit:hover,
#comments #respond .comment-form p #landing-page #footer body.brand-yellow .submit:hover,
body.brand-yellow .property-simple-search .property-search-form .btn-submit:hover,
.property-simple-search .property-search-form body.brand-yellow .btn-submit:hover,
body.brand-yellow #about-us .about-content > .btn:hover,
#about-us body.brand-yellow .about-content > .btn:hover,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-left:hover,
body.brand-yellow #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-yellow .about-content > .slide-right:hover,
body.brand-yellow #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-yellow .about-content > .submit:hover,
body.brand-yellow #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-yellow .about-content > .submit:hover {
    background-color: #ee9402
}

body.brand-yellow body.header-2 .topbar-varian-2,
body.header-2 body.brand-yellow .topbar-varian-2,
body.brand-yellow body.page-header-4 .page-header,
body.page-header-4 body.brand-yellow .page-header,
body.brand-yellow .property-item .property-heading .item-price,
.property-item .property-heading body.brand-yellow .item-price,
body.brand-yellow .howto-item > a,
body.brand-yellow .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-yellow .howto-title,
body.brand-yellow .socials-box,
body.brand-yellow #about-us,
body.brand-yellow #footer {
    color: #04203D
}

body.brand-yellow .background-theme {
    background-color: #FCDE00
}

body.brand-yellow #header .topbar {
    background-color: #FCDE00
}

body.brand-yellow #header #navbar .navbar-nav > li a {
    color: #333
}

body.brand-yellow #header #navbar .navbar-nav > li:hover > a,
body.brand-yellow #header #navbar .navbar-nav > li.current-menu-ancestor > a,
body.brand-yellow #header #navbar .navbar-nav > li.active > a,
body.brand-yellow #header #navbar .dropdown-menu > li:hover > a,
body.brand-yellow #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-yellow #header #navbar .dropdown-menu > li.active > a {
    color: #FCDE00
}

body.brand-yellow #header #navbar .dropdown-menu > li a {
    color: #fff
}

body.brand-yellow #header #navbar .dropdown-menu > li:hover > a,
body.brand-yellow #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-yellow #header #navbar .dropdown-menu > li.active > a {
    background-color: #020e1b
}

body.brand-yellow #header #navbar .dropdown-menu > li.current-menu-ancestor > a:after {
    border-color: transparent transparent transparent #FCDE00
}

@media (min-width: 1199px) {
    body.brand-yellow #header #navbar .dropdown-menu > li {
        border-top: 1px solid #010408
    }
}

body.brand-yellow #header #navbar .dropdown-menu {
    background-color: #01070d
}

body.brand-yellow #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
    border-color: transparent transparent transparent #FCDE00
}

@media (max-width: 1199px) {
    body.brand-yellow #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
        border-color: #FCDE00 transparent transparent transparent
    }
}

body.brand-yellow #header #navbar .dropdown:hover > a {
    color: #FCDE00
}

body.brand-yellow #header #navbar .menu-item-has-children:hover > a {
    color: #FCDE00
}

body.brand-yellow #header #navbar .menu-item-has-children:hover a {
    background-color: transparent !important
}

body.brand-yellow #header #navbar .multi-column > .dropdown-menu > li {
    border-top: none
}

body.brand-yellow #header #navbar .multi-column > .dropdown-menu > li > a:after {
    border-bottom: 1px solid #031b33
}

body.brand-yellow #header #navbar .multi-column > .dropdown-menu > li ul > li > a:hover {
    color: #FCDE00
}

body.brand-yellow #header .navbar-nav > li > a:hover,
body.brand-yellow #header .navbar-nav > li > a:focus {
    color: #FCDE00
}

body.brand-yellow #header .navbar-nav > .active > a {
    color: #FCDE00
}

body.brand-yellow #header .topbar-varian-3 {
    background-color: #FFF
}

body.brand-yellow #header .topbar-varian-3 .container,
body.brand-yellow #header .topbar-varian-3 .property-simple-search .content-wrapper,
.property-simple-search body.brand-yellow #header .topbar-varian-3 .content-wrapper {
    border-bottom: 1px solid #e3e3e3
}

body.brand-yellow #header .topbar-varian-3 .container .topbar-item .item-text,
body.brand-yellow #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-text,
.property-simple-search body.brand-yellow #header .topbar-varian-3 .content-wrapper .topbar-item .item-text {
    color: #A1A1A1
}

body.brand-yellow #header .topbar-varian-3 .container .topbar-item .item-icon,
body.brand-yellow #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-icon,
.property-simple-search body.brand-yellow #header .topbar-varian-3 .content-wrapper .topbar-item .item-icon {
    color: #FCDE00
}

@media (min-width: 992px) {
    body.brand-yellow #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a {
        color: #FCDE00
    }
    body.brand-yellow #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a:hover {
        color: #f89a02
    }
}

@media (max-width: 991px) {
    body.brand-yellow #header .mobile-topbar.topbar-varian-3 {
        background-color: #FFF;
        border-bottom: 1px solid #e3e3e3
    }
    body.brand-yellow #header .mobile-topbar.topbar-varian-3 .topbar-item .item-text {
        color: #A1A1A1
    }
    body.brand-yellow #header .mobile-topbar.topbar-varian-3 .topbar-item .item-icon {
        color: #FCDE00
    }
}

body.brand-yellow .page-header {
    background-color: #04203D
}

body.brand-yellow .topbar-varian-2 {
    background-color: #04203D
}

body.brand-yellow a {
    color: #FCDE00
}

body.brand-yellow a:hover {
    color: #d58402
}

body.brand-yellow .dropdown-menu > li > a:hover,
body.brand-yellow .dropdown-menu > li > a:focus {
    color: #d58402
}

body.brand-yellow .btn-primary,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right,
body.brand-yellow #comments #respond .comment-form p .submit,
#comments #respond .comment-form p body.brand-yellow .submit {
    color: #fff;
    background-color: #FCDE00;
    border-color: #FCDE00
}

body.brand-yellow .btn-primary:focus,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:focus,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:focus,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:focus,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:focus,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-right:focus,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:focus,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:focus,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:focus,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:focus,
body.brand-yellow #comments #respond .comment-form p .submit:focus,
#comments #respond .comment-form p body.brand-yellow .submit:focus,
body.brand-yellow .btn-primary:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-left:hover,
body.brand-yellow .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .slide-right:hover,
body.brand-yellow #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p body.brand-yellow .submit:hover,
body.brand-yellow .btn-primary.focus,
body.brand-yellow .page-section .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control body.brand-yellow .focus.slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .focus.slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .focus.slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .focus.slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .focus.slide-right,
.page-section .section-header.header-column .slide-control body.brand-yellow .focus.slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .focus.slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .focus.slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .focus.slide-right,
body.brand-yellow #comments #respond .comment-form p .focus.submit,
#comments #respond .comment-form p body.brand-yellow .focus.submit,
body.brand-yellow .btn-primary.active,
body.brand-yellow .page-section .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control body.brand-yellow .active.slide-left,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .active.slide-left,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .active.slide-left,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .active.slide-left,
body.brand-yellow .page-section .section-header.header-column .slide-control .active.slide-right,
.page-section .section-header.header-column .slide-control body.brand-yellow .active.slide-right,
body.brand-yellow #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-yellow .active.slide-right,
body.brand-yellow #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-yellow .active.slide-right,
body.brand-yellow #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-yellow .active.slide-right,
body.brand-yellow #comments #respond .comment-form p .active.submit,
#comments #respond .comment-form p body.brand-yellow .active.submit {
    color: #fff;
    background-color: #010c17;
    border-color: #010c17
}

body.brand-yellow .form-control:focus,
body.brand-yellow #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p body.brand-yellow textarea:focus,
body.brand-yellow #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p body.brand-yellow input:focus:not(.submit) {
    border-color: #FCDE00
}

body.brand-yellow .search-tabmenu .nav-tabs > li > a {
    background-color: #04203D;
    border-color: #04203D
}

body.brand-yellow .search-tabmenu .nav-tabs > li:hover > a {
    background-color: #ee9402;
    border-color: #ee9402
}

body.brand-yellow .search-tabmenu .nav-tabs > .active > a {
    background-color: #FCDE00 !important;
    border-color: #FCDE00 !important
}

body.brand-yellow .search-tabmenu .tabmenu-header {
    background-color: #01070d
}

body.brand-yellow section .section-header:before {
    background-color: #FCDE00
}

body.brand-yellow body.page-header-1 .page-header,
body.page-header-1 body.brand-yellow .page-header,
body.brand-yellow #countdown,
body.brand-yellow #landing-page #page-heading,
#landing-page body.brand-yellow #page-heading,
body.brand-yellow #landing-page #footer,
#landing-page body.brand-yellow #footer,
body.brand-yellow #main-search,
body.brand-yellow #howto-buy,
body.brand-yellow #our-agent,
body.brand-yellow #partner,
body.brand-yellow #main-contact,
body.brand-yellow #number {
    background-color: #FFF
}

body.brand-yellow .page-header .container .breadcrumb li a:hover,
body.brand-yellow .page-header .property-simple-search .content-wrapper .breadcrumb li a:hover,
.property-simple-search body.brand-yellow .page-header .content-wrapper .breadcrumb li a:hover {
    color: #FCDE00
}

body.brand-yellow .page-header .container .breadcrumb li.active,
body.brand-yellow .page-header .property-simple-search .content-wrapper .breadcrumb li.active,
.property-simple-search body.brand-yellow .page-header .content-wrapper .breadcrumb li.active {
    color: #FCDE00
}

body.brand-yellow .pagination > a,
body.brand-yellow .pagination > span {
    color: #333
}

body.brand-yellow .pagination > a.current,
body.brand-yellow .pagination > a:hover,
body.brand-yellow .pagination > span.current,
body.brand-yellow .pagination > span:hover {
    color: #FCDE00
}

body.brand-yellow .accordion .panel-heading .panel-title a {
    color: #333
}

body.brand-yellow .accordion .panel-heading .panel-title a:before {
    background-color: #FCDE00
}

body.brand-yellow .accordion .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: ""
}

body.brand-yellow .accordion .panel-body {
    border-top-color: #FCDE00 !important
}

body.brand-yellow .property-item .item-category {
    background-color: #FCDE00
}

body.brand-yellow .property-item .item-rate:before {
    color: #FCDE00
}

body.brand-yellow .property-item .item-rate span:before {
    color: #FCDE00
}

body.brand-yellow .property-item .property-label .property-label__type {
    background-color: #FCDE00
}

body.brand-yellow .property-item .property-label .property-label__type.active,
body.brand-yellow .property-item .property-label .property-label__type:hover {
    background-color: #f89a02;
    color: #fff
}

body.brand-yellow .property-item .property-label .property-label__status.active,
body.brand-yellow .property-item .property-label .property-label__status:hover {
    color: #fff
}

body.brand-yellow .property-item .img-box .btn-compare:hover,
body.brand-yellow .property-item .img-box .btn-compare.active {
    background-color: #FCDE00
}

body.brand-yellow .property-item .property-address:before {
    color: #FCDE00
}

body.brand-yellow .property-item .property-footer [class*="item-"] span,
body.brand-yellow .property-item .property-footer [class*="item-"] .fi {
    color: #FCDE00
}

body.brand-yellow .property-item .property-price,
body.brand-yellow .property-item.property-archive .property-price {
    color: #FCDE00
}

body.brand-yellow .property-item.property-archive .property-title a:hover {
    color: #FCDE00
}

body.brand-yellow .services-item li .services-icon i {
    color: #FCDE00
}

body.brand-yellow .testimony-item .testimony-text {
    border-left: 6px solid #FCDE00
}

body.brand-yellow .testimony-item .testimony-text:before {
    border-color: transparent #FCDE00 transparent transparent
}

body.brand-yellow .testimony-item.item-right .testimony-text {
    border: none;
    border-right: 6px solid #FCDE00
}

body.brand-yellow .testimony-item.item-right .testimony-text:before {
    border-color: #FCDE00 transparent transparent transparent
}

body.brand-yellow .panel-box.icon-box .icon-item {
    background-color: #FCDE00
}

body.brand-yellow .icon-box .icon-item {
    color: #FCDE00
}

body.brand-yellow .slick-prev:hover,
body.brand-yellow .slick-next:hover {
    background-color: #fda10d
}

body.brand-yellow .slick-prev:hover:before,
body.brand-yellow .slick-next:hover:before {
    background-color: #fda10d
}

body.brand-yellow .slick-dots li.slick-active button,
body.brand-yellow .slick-dots li:hover button,
body.brand-yellow .slick-dots li button:focus {
    padding: 5px;
    outline: none;
    background-color: #FCDE00
}

body.brand-yellow .irs-line-mid,
body.brand-yellow .irs-line-left,
body.brand-yellow .irs-line-right,
body.brand-yellow .irs-bar-edge,
body.brand-yellow .irs-slider {
    background-color: rgba(253, 171, 38, 0.5)
}

body.brand-yellow .irs-line-mid,
body.brand-yellow .irs-line-left,
body.brand-yellow .irs-line-right {
    background-color: #fee6be
}

body.brand-yellow .irs-slider,
body.brand-yellow .irs-bar {
    background-color: #FCDE00
}

body.brand-yellow .irs-slider.state_hover,
body.brand-yellow .irs-slider:hover,
body.brand-yellow .irs-slider:focus,
body.brand-yellow .irs-slider:active {
    background-color: #ee9402
}

body.brand-yellow .secondary-slider .slider-item .slider-content .item-title a {
    color: #FFF
}

body.brand-yellow .secondary-slider .slider-item .slider-content .item-title a:hover {
    color: #fff
}

body.brand-yellow .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #FCDE00
}

body.brand-yellow .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(253, 171, 38, 0.8)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected {
    background: #d2d2d2;
    background: -webkit-linear-gradient(to right bottom, #d2d2d2 50%, #FCDE00 50%);
    background: -o-linear-gradient(to right bottom, #d2d2d2 50%, #FCDE00 50%);
    background: -moz-linear-gradient(to right bottom, #d2d2d2 50%, #FCDE00 50%);
    background: linear-gradient(to right bottom, #d2d2d2 50%, #FCDE00 50%)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #FCDE00 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #FCDE00 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #FCDE00 50%);
    background: linear-gradient(to right bottom, #fff 50%, #FCDE00 50%)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #fff 50%)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #fff 50%)
}

body.brand-yellow #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:hover {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #fff 50%)
}

body.brand-yellow #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.invalid.checked.last-date-selected.first-date-unavailable {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #fff 50%)
}

body.brand-yellow #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:hover {
    background: #FCDE00;
    background: -webkit-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #FCDE00 50%, #d2d2d2 50%)
}

body.brand-yellow .date-picker-wrapper table .caption {
    background-color: #FCDE00
}

body.brand-yellow .date-picker-wrapper .first-date-selected {
    background-color: #FCDE00
}

body.brand-yellow .date-picker-wrapper .last-date-selected {
    background-color: #FCDE00
}

body.brand-yellow .date-picker-wrapper .date-range-length-tip {
    background-color: #FCDE00
}

body.brand-yellow .date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #FCDE00
}

body.brand-yellow .widget .date-picker-wrapper .month-wrapper:before {
    background-color: #FCDE00
}

body.brand-yellow #customizer .customizer-body .option-box.option-header #header-style a {
    color: #FCDE00
}

body.brand-yellow #customizer .customizer-body .option-box.option-header #header-style a:hover,
body.brand-yellow #customizer .customizer-body .option-box.option-header #header-style a:focus {
    color: #f89a02
}

body.brand-yellow #content .panel-box.author-bio .author-socials li a {
    color: #bbb
}

body.brand-yellow #content .panel-box.author-bio .author-socials li a:hover {
    color: #FCDE00
}

body.brand-yellow #content .post-navigation {
    padding: 24px
}

body.brand-yellow #content .post-navigation a {
    color: #333
}

body.brand-yellow #content .post-navigation a:hover {
    color: #FCDE00
}

body.brand-yellow #content .property-item .property-price {
    color: #FCDE00
}

body.brand-yellow #content .property-item .property-title a:hover {
    color: #FCDE00
}

body.brand-yellow #content .post.property-item .property-status {
    color: #FCDE00
}

body.brand-yellow #content .post.property-item .feature-list li .fa {
    color: #FCDE00
}

body.brand-yellow #content .post.property-item .property-slider-nav .slick-arrow {
    background-color: #FCDE00
}

body.brand-yellow #content .post.property-item .property-slider-nav .slick-arrow:hover {
    background-color: #ee9402
}

body.brand-yellow #content .single-agent.profile-box .leave-message .message-title {
    color: #FCDE00
}

body.brand-yellow .hero-image-with-text .hero-image__button {
    background-color: #FCDE00;
    border-color: #FCDE00
}

body.brand-yellow .hero-image-with-text .hero-image__button:hover {
    background-color: #f89a02;
    border-color: #f89a02
}

body.brand-yellow .post .post-title a {
    color: #333
}

body.brand-yellow .post .post-title a:hover {
    color: #FCDE00
}

body.brand-yellow .post .post-meta li a {
    color: #777;
    text-decoration: none
}

body.brand-yellow .post .post-meta li a:before {
    color: #FCDE00
}

body.brand-yellow .post .post-meta li a:hover {
    color: #333
}

body.brand-yellow .widget ul li:before {
    color: #FCDE00
}

body.brand-yellow .widget ul li a:hover {
    border-bottom-color: #FCDE00
}

body.brand-yellow .widget #wp-calendar tbody td a,
body.brand-yellow .widget.widget_search .search-form:before {
    color: #FCDE00
}

body.brand-yellow .widget #wp-calendar tbody td a:before {
    border-color: #FCDE00
}

body.brand-yellow .widget.widget_rss ul li a.rsswidget:hover,
body.brand-yellow .widget.widget_popular_post ul li .post-content .post-title:hover,
body.brand-yellow .widget.widget.widget_recent_entries ul li > a:hover,
body.brand-yellow .widget.widget.widget_recent_comments ul li > a:hover {
    color: #FCDE00
}

body.brand-yellow .widget .post-list li .post-content .post-title:hover {
    color: #FCDE00
}

body.brand-yellow .widget .recent-property > li .property-content a {
    color: #333
}

body.brand-yellow .widget .recent-property > li .property-content a:hover {
    color: #FCDE00
}

body.brand-yellow .widget .recent-property > li .property-content .property-price {
    color: #FCDE00
}

body.brand-yellow .widget .recent-property > li .property-content .property-footer li span {
    color: #FCDE00
}

body.brand-yellow .widget .tagcloud a {
    background-color: #FCDE00;
    color: #fff
}

body.brand-yellow .widget .tagcloud a:hover {
    background-color: #ee9402
}

body.brand-yellow .widget .share-box ul li a:hover {
    color: #FCDE00
}

body.brand-yellow .search-map .panel-box .panel-header,
body.brand-yellow #search-map .panel-box .panel-header,
body.brand-yellow .tpb-property_search_map .panel-box .panel-header {
    background-color: #FCDE00
}

body.brand-yellow .search-map .panel-box .panel-header .panel-title,
body.brand-yellow #search-map .panel-box .panel-header .panel-title,
body.brand-yellow .tpb-property_search_map .panel-box .panel-header .panel-title {
    color: #FFF
}

body.brand-yellow #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
    color: #333
}

body.brand-yellow #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a:hover {
    color: #FCDE00
}

body.brand-yellow #countdown #time li:after {
    color: #FCDE00
}

body.brand-yellow #countdown #time li h3 {
    color: #FCDE00
}

body.brand-yellow #error-page .error-title {
    color: #FCDE00
}

body.brand-yellow #error-page .error-description strong {
    color: #FCDE00
}

body.brand-yellow .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li:hover button {
    background-color: #FCDE00
}

body.brand-yellow .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li.slick-active button {
    background-color: #FCDE00
}

body.brand-yellow .tpb.tpb-property_search .form-group:nth-child(4n+1) {
    clear: both
}

body.brand-yellow .tpb.tpb-property_search_map .panel-box .panel-header {
    background-color: #FCDE00
}

body.brand-orange .property-item .property-content .property-title:hover,
.property-item .property-content body.brand-orange .property-title:hover,
body.brand-orange .profile-box .profile-contact li a:hover,
.profile-box .profile-contact li body.brand-orange a:hover,
body.brand-orange #footer .copyright a:hover,
#footer .copyright body.brand-orange a:hover {
    color: #FA5436;
    text-decoration: none
}

body.brand-orange #about-us .about-content > .btn,
#about-us body.brand-orange .about-content > .btn,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-orange .about-content > .submit,
body.brand-orange #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-orange .about-content > .submit {
    border-color: #FA5436
}

body.brand-orange #about-us .about-content > .btn:hover,
#about-us body.brand-orange .about-content > .btn:hover,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-orange .about-content > .submit:hover,
body.brand-orange #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-orange .about-content > .submit:hover {
    background-color: #f72b06
}

body.brand-orange .title-panel .panel-title,
.title-panel body.brand-orange .panel-title,
body.brand-orange .page-section .section-header.header-column .contact-item .item-icon,
.page-section .section-header.header-column .contact-item body.brand-orange .item-icon,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .contact-item .item-icon,
#landing-page #homepage-featured .section-header.header-column .contact-item body.brand-orange .item-icon,
body.brand-orange #landing-page #demo-pages .section-header.header-column .contact-item .item-icon,
#landing-page #demo-pages .section-header.header-column .contact-item body.brand-orange .item-icon,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .contact-item .item-icon,
#landing-page #footer .purchase-now .section-header.header-column .contact-item body.brand-orange .item-icon,
body.brand-orange .compare-table .property-compare-item .property-price,
.compare-table .property-compare-item body.brand-orange .property-price,
body.brand-orange .panel-box .panel-header .panel-title,
.panel-box .panel-header body.brand-orange .panel-title,
body.brand-orange .profile-box .profile-contact li i,
.profile-box .profile-contact li body.brand-orange i,
body.brand-orange .number-box .number-value > span,
.number-box body.brand-orange .number-value > span,
body.brand-orange #comments #respond .comment-reply-title,
#comments #respond body.brand-orange .comment-reply-title,
#comments .entry-comments .comment-header body.brand-orange .widget-title,
body.brand-orange #comments.comments-area:not(.compact) .comments-title,
#comments.comments-area:not(.compact) body.brand-orange .comments-title,
body.brand-orange #new-booking-page .nb-box .nb-property-detail .nb-property-info .nb-property-price,
#new-booking-page .nb-box .nb-property-detail .nb-property-info body.brand-orange .nb-property-price,
body.brand-orange #sidebar-compare .heading-bar .heading-title,
#sidebar-compare .heading-bar body.brand-orange .heading-title,
body.brand-orange #sidebar-compare .compare-body li .property-price,
#sidebar-compare .compare-body li body.brand-orange .property-price,
body.brand-orange #comments .entry-comments .comment-header .widget-title,
body.brand-orange #footer .footer-column .footer-title,
#footer .footer-column body.brand-orange .footer-title {
    color: #FA5436
}

body.brand-orange .button-box .btn-primary,
.button-box body.brand-orange .btn-primary,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-orange .submit,
body.brand-orange .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-orange .item-detail,
body.brand-orange .property-item .property-header .item-category,
.property-item .property-header body.brand-orange .item-category,
body.brand-orange .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-orange .howto-number,
body.brand-orange .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-orange .btn-primary,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-orange .submit,
body.brand-orange .number-box .number-category .number-icon,
.number-box .number-category body.brand-orange .number-icon,
body.brand-orange .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-orange .btn-primary,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-orange .submit,
body.brand-orange #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-orange .compare-toggle,
body.brand-orange #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-orange .btn.btn-reset,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-orange .btn-reset.submit,
body.brand-orange #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-orange .btn-reset.submit,
body.brand-orange #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-orange .btn,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-orange .submit,
body.brand-orange #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-orange .navbar-btn,
body.brand-orange #landing-page #footer .btn-primary,
#landing-page #footer body.brand-orange .btn-primary,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-orange .submit,
body.brand-orange .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-orange .btn-submit,
body.brand-orange #about-us .about-content > .btn,
#about-us body.brand-orange .about-content > .btn,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-orange .about-content > .submit,
body.brand-orange #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-orange .about-content > .submit {
    background-color: #FA5436
}

body.brand-orange body.header-2 .topbar-varian-2,
body.header-2 body.brand-orange .topbar-varian-2,
body.brand-orange body.page-header-4 .page-header,
body.page-header-4 body.brand-orange .page-header,
body.brand-orange .property-item .property-heading .item-price,
.property-item .property-heading body.brand-orange .item-price,
body.brand-orange .howto-item > a,
body.brand-orange .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-orange .howto-title,
body.brand-orange .socials-box,
body.brand-orange #about-us,
body.brand-orange #footer {
    background-color: #FFF
}

body.brand-orange .number-box .number-category .namber-title,
.number-box .number-category body.brand-orange .namber-title,
body.brand-orange #about-us .about-brand,
#about-us body.brand-orange .about-brand {
    background-color: #131313
}

body.brand-orange .button-box .btn-primary,
.button-box body.brand-orange .btn-primary,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-left,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-left,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-left,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-right,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-right,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-right,
body.brand-orange .button-box #comments #respond .comment-form p .submit,
.button-box #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .button-box .submit,
#comments #respond .comment-form p .button-box body.brand-orange .submit,
body.brand-orange .property-item .property-heading .item-detail,
.property-item .property-heading body.brand-orange .item-detail,
body.brand-orange .property-item .property-header .item-category,
.property-item .property-header body.brand-orange .item-category,
body.brand-orange .howto-item .howto-content .howto-number,
.howto-item .howto-content body.brand-orange .howto-number,
body.brand-orange .profile-box.single-agent .leave-message .form-group .btn-primary,
.profile-box.single-agent .leave-message .form-group body.brand-orange .btn-primary,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right,
body.brand-orange .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-orange .submit,
body.brand-orange .number-box .number-category .number-icon,
.number-box .number-category body.brand-orange .number-icon,
body.brand-orange .secondary-slider .slider-item .slider-content .btn-primary,
.secondary-slider .slider-item .slider-content body.brand-orange .btn-primary,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right,
body.brand-orange .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-orange .submit,
body.brand-orange #sidebar-compare .compare-toggle,
#sidebar-compare body.brand-orange .compare-toggle,
body.brand-orange #sidebar-compare .footer-bar .btn.btn-reset,
#sidebar-compare .footer-bar body.brand-orange .btn.btn-reset,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right,
body.brand-orange #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-orange .btn-reset.submit,
body.brand-orange #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-orange .btn-reset.submit,
body.brand-orange #landing-page .demo-item .btn,
#landing-page .demo-item body.brand-orange .btn,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right,
body.brand-orange #landing-page .demo-item #comments #respond .comment-form p .submit,
#landing-page .demo-item #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p #landing-page .demo-item .submit,
#comments #respond .comment-form p #landing-page .demo-item body.brand-orange .submit,
body.brand-orange #landing-page #header #navbar .navbar-btn,
#landing-page #header #navbar body.brand-orange .navbar-btn,
body.brand-orange #landing-page #footer .btn-primary,
#landing-page #footer body.brand-orange .btn-primary,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer #comments #respond .comment-form p .submit,
#landing-page #footer #comments #respond .comment-form p body.brand-orange .submit,
body.brand-orange #comments #respond .comment-form p #landing-page #footer .submit,
#comments #respond .comment-form p #landing-page #footer body.brand-orange .submit,
body.brand-orange .property-simple-search .property-search-form .btn-submit,
.property-simple-search .property-search-form body.brand-orange .btn-submit,
body.brand-orange #about-us .about-content > .btn,
#about-us body.brand-orange .about-content > .btn,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right,
body.brand-orange #about-us #comments #respond .comment-form p .about-content > .submit,
#about-us #comments #respond .comment-form p body.brand-orange .about-content > .submit,
body.brand-orange #comments #respond .comment-form p #about-us .about-content > .submit,
#comments #respond .comment-form p #about-us body.brand-orange .about-content > .submit {
    color: #fff;
    border-color: #FA5436;
    background-color: #FA5436
}

body.brand-orange .button-box .btn-primary:hover,
.button-box body.brand-orange .btn-primary:hover,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-left:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-left:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-left:hover,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-left:hover,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-left:hover,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-left:hover,
body.brand-orange .button-box .page-section .section-header.header-column .slide-control .slide-right:hover,
.button-box .page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .button-box .slide-right:hover,
.page-section .section-header.header-column .slide-control .button-box body.brand-orange .slide-right:hover,
body.brand-orange .button-box #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .button-box body.brand-orange .slide-right:hover,
body.brand-orange .button-box #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .button-box body.brand-orange .slide-right:hover,
body.brand-orange .button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.button-box #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .button-box body.brand-orange .slide-right:hover,
body.brand-orange .button-box #comments #respond .comment-form p .submit:hover,
.button-box #comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange #comments #respond .comment-form p .button-box .submit:hover,
#comments #respond .comment-form p .button-box body.brand-orange .submit:hover,
body.brand-orange .property-item .property-heading .item-detail:hover,
.property-item .property-heading body.brand-orange .item-detail:hover,
body.brand-orange .property-item .property-header .item-category:hover,
.property-item .property-header body.brand-orange .item-category:hover,
body.brand-orange .howto-item .howto-content .howto-number:hover,
.howto-item .howto-content body.brand-orange .howto-number:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group .btn-primary:hover,
.profile-box.single-agent .leave-message .form-group body.brand-orange .btn-primary:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-left:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group .page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
.page-section .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.profile-box.single-agent .leave-message .form-group #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .profile-box.single-agent .leave-message .form-group body.brand-orange .slide-right:hover,
body.brand-orange .profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p .submit:hover,
.profile-box.single-agent .leave-message .form-group #comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange #comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group .submit:hover,
#comments #respond .comment-form p .profile-box.single-agent .leave-message .form-group body.brand-orange .submit:hover,
body.brand-orange .number-box .number-category .number-icon:hover,
.number-box .number-category body.brand-orange .number-icon:hover,
body.brand-orange .secondary-slider .slider-item .slider-content .btn-primary:hover,
.secondary-slider .slider-item .slider-content body.brand-orange .btn-primary:hover,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-left:hover,
body.brand-orange .secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content .page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
.page-section .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
.secondary-slider .slider-item .slider-content #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .secondary-slider .slider-item .slider-content body.brand-orange .slide-right:hover,
body.brand-orange .secondary-slider .slider-item .slider-content #comments #respond .comment-form p .submit:hover,
.secondary-slider .slider-item .slider-content #comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange #comments #respond .comment-form p .secondary-slider .slider-item .slider-content .submit:hover,
#comments #respond .comment-form p .secondary-slider .slider-item .slider-content body.brand-orange .submit:hover,
body.brand-orange #sidebar-compare .compare-toggle:hover,
#sidebar-compare body.brand-orange .compare-toggle:hover,
body.brand-orange #sidebar-compare .footer-bar .btn.btn-reset:hover,
#sidebar-compare .footer-bar body.brand-orange .btn.btn-reset:hover,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-left:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-left:hover,
body.brand-orange #sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar .page-section .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
.page-section .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control .btn-reset.slide-right:hover,
#sidebar-compare .footer-bar #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar .btn-reset.slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #sidebar-compare .footer-bar body.brand-orange .btn-reset.slide-right:hover,
body.brand-orange #sidebar-compare .footer-bar #comments #respond .comment-form p .btn-reset.submit:hover,
#sidebar-compare .footer-bar #comments #respond .comment-form p body.brand-orange .btn-reset.submit:hover,
body.brand-orange #comments #respond .comment-form p #sidebar-compare .footer-bar .btn-reset.submit:hover,
#comments #respond .comment-form p #sidebar-compare .footer-bar body.brand-orange .btn-reset.submit:hover,
body.brand-orange #landing-page .demo-item .btn:hover,
#landing-page .demo-item body.brand-orange .btn:hover,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-left:hover,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left:hover,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left:hover,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-left:hover,
body.brand-orange #landing-page .demo-item .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item .page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page .demo-item .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page .demo-item body.brand-orange .slide-right:hover,
body.brand-orange #landing-page .demo-item #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right:hover,
body.brand-orange #landing-page .demo-item #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right:hover,
body.brand-orange #landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page .demo-item #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control .demo-item body.brand-orange .slide-right:hover,
body.brand-orange #landing-page .demo-item #comments #respond .comment-form p .submit:hover,
#landing-page .demo-item #comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange #comments #respond .comment-form p #landing-page .demo-item .submit:hover,
#comments #respond .comment-form p #landing-page .demo-item body.brand-orange .submit:hover,
body.brand-orange #landing-page #header #navbar .navbar-btn:hover,
#landing-page #header #navbar body.brand-orange .navbar-btn:hover,
body.brand-orange #landing-page #footer .btn-primary:hover,
#landing-page #footer body.brand-orange .btn-primary:hover,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-left:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .page-section .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #landing-page #footer .slide-right:hover,
.page-section .section-header.header-column .slide-control #landing-page #footer body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #footer body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #footer .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #footer body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer #comments #respond .comment-form p .submit:hover,
#landing-page #footer #comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange #comments #respond .comment-form p #landing-page #footer .submit:hover,
#comments #respond .comment-form p #landing-page #footer body.brand-orange .submit:hover,
body.brand-orange .property-simple-search .property-search-form .btn-submit:hover,
.property-simple-search .property-search-form body.brand-orange .btn-submit:hover,
body.brand-orange #about-us .about-content > .btn:hover,
#about-us body.brand-orange .about-content > .btn:hover,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-left:hover,
body.brand-orange #about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us .page-section .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange .page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
.page-section .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right:hover,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us body.brand-orange .about-content > .slide-right:hover,
body.brand-orange #about-us #comments #respond .comment-form p .about-content > .submit:hover,
#about-us #comments #respond .comment-form p body.brand-orange .about-content > .submit:hover,
body.brand-orange #comments #respond .comment-form p #about-us .about-content > .submit:hover,
#comments #respond .comment-form p #about-us body.brand-orange .about-content > .submit:hover {
    background-color: #f72b06
}

body.brand-orange body.header-2 .topbar-varian-2,
body.header-2 body.brand-orange .topbar-varian-2,
body.brand-orange body.page-header-4 .page-header,
body.page-header-4 body.brand-orange .page-header,
body.brand-orange .property-item .property-heading .item-price,
.property-item .property-heading body.brand-orange .item-price,
body.brand-orange .howto-item > a,
body.brand-orange .howto-item .howto-content .howto-title,
.howto-item .howto-content body.brand-orange .howto-title,
body.brand-orange .socials-box,
body.brand-orange #about-us,
body.brand-orange #footer {
    color: #fff;
    background-color: #FFF
}

body.brand-orange .background-theme {
    background-color: #FA5436
}

body.brand-orange #header .topbar {
    background-color: #FA5436
}

body.brand-orange #header #navbar .navbar-nav > li a {
    color: #333
}

body.brand-orange #header #navbar .navbar-nav > li:hover > a,
body.brand-orange #header #navbar .navbar-nav > li.current-menu-ancestor > a,
body.brand-orange #header #navbar .navbar-nav > li.active > a,
body.brand-orange #header #navbar .dropdown-menu > li:hover > a,
body.brand-orange #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-orange #header #navbar .dropdown-menu > li.active > a {
    color: #FA5436
}

body.brand-orange #header #navbar .dropdown-menu > li a {
    color: #fff
}

body.brand-orange #header #navbar .dropdown-menu > li:hover > a,
body.brand-orange #header #navbar .dropdown-menu > li.current-menu-ancestor > a,
body.brand-orange #header #navbar .dropdown-menu > li.active > a {
    background-color: #0a0a0a
}

body.brand-orange #header #navbar .dropdown-menu > li.current-menu-ancestor > a:after {
    border-color: transparent transparent transparent #FA5436
}

@media (min-width: 1199px) {
    body.brand-orange #header #navbar .dropdown-menu > li {
        border-top: 1px solid #000
    }
}

body.brand-orange #header #navbar .dropdown-menu {
    background-color: #030202
}

body.brand-orange #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
    border-color: transparent transparent transparent #FA5436
}

@media (max-width: 1199px) {
    body.brand-orange #header #navbar .dropdown-menu .menu-item-has-children:hover > a:after {
        border-color: #FA5436 transparent transparent transparent
    }
}

body.brand-orange #header #navbar .dropdown:hover > a {
    color: #FA5436
}

body.brand-orange #header #navbar .menu-item-has-children:hover > a {
    color: #FA5436
}

body.brand-orange #header #navbar .menu-item-has-children:hover a {
    background-color: transparent !important
}

body.brand-orange #header #navbar .multi-column > .dropdown-menu > li {
    border-top: none
}

body.brand-orange #header #navbar .multi-column > .dropdown-menu > li > a:after {
    border-bottom: 1px solid #171717
}

body.brand-orange #header #navbar .multi-column > .dropdown-menu > li ul > li > a:hover {
    color: #FA5436
}

body.brand-orange #header .navbar-nav > li > a:hover,
body.brand-orange #header .navbar-nav > li > a:focus {
    color: #FA5436
}

body.brand-orange #header .navbar-nav > .active > a {
    color: #FA5436
}

body.brand-orange #header .topbar-varian-3 {
    background-color: #FFF
}

body.brand-orange #header .topbar-varian-3 .container,
body.brand-orange #header .topbar-varian-3 .property-simple-search .content-wrapper,
.property-simple-search body.brand-orange #header .topbar-varian-3 .content-wrapper {
    border-bottom: 1px solid #e3e3e3
}

body.brand-orange #header .topbar-varian-3 .container .topbar-item .item-text,
body.brand-orange #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-text,
.property-simple-search body.brand-orange #header .topbar-varian-3 .content-wrapper .topbar-item .item-text {
    color: #A1A1A1
}

body.brand-orange #header .topbar-varian-3 .container .topbar-item .item-icon,
body.brand-orange #header .topbar-varian-3 .property-simple-search .content-wrapper .topbar-item .item-icon,
.property-simple-search body.brand-orange #header .topbar-varian-3 .content-wrapper .topbar-item .item-icon {
    color: #FA5436
}

@media (min-width: 992px) {
    body.brand-orange #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a {
        color: #FA5436
    }
    body.brand-orange #header .desktop-topbar.topbar-varian-3 .topbar-item:last-child a:hover {
        color: #f9320e
    }
}

@media (max-width: 991px) {
    body.brand-orange #header .mobile-topbar.topbar-varian-3 {
        background-color: #FFF;
        border-bottom: 1px solid #e3e3e3
    }
    body.brand-orange #header .mobile-topbar.topbar-varian-3 .topbar-item .item-text {
        color: #A1A1A1
    }
    body.brand-orange #header .mobile-topbar.topbar-varian-3 .topbar-item .item-icon {
        color: #FA5436
    }
}

body.brand-orange .page-header {
    background-color: #1C1C1C
}

body.brand-orange .topbar-varian-2 {
    background-color: #1C1C1C
}

body.brand-orange a {
    color: #FA5436
}

body.brand-orange a:hover {
    color: #de2706
}

body.brand-orange .dropdown-menu > li > a:hover,
body.brand-orange .dropdown-menu > li > a:focus {
    color: #de2706
}

body.brand-orange .btn-primary,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-left,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-right,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right,
body.brand-orange #comments #respond .comment-form p .submit,
#comments #respond .comment-form p body.brand-orange .submit {
    color: #fff;
    background-color: #1C1C1C;
    border-color: #1C1C1C
}

body.brand-orange .btn-primary:focus,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-left:focus,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-left:focus,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:focus,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:focus,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:focus,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-right:focus,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-right:focus,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:focus,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:focus,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:focus,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:focus,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:focus,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:focus,
body.brand-orange #comments #respond .comment-form p .submit:focus,
#comments #respond .comment-form p body.brand-orange .submit:focus,
body.brand-orange .btn-primary:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-left:hover,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-left:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-left:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-left:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-left:hover,
body.brand-orange .page-section .section-header.header-column .slide-control .slide-right:hover,
.page-section .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .slide-right:hover,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .slide-right:hover,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .slide-right:hover,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .slide-right:hover,
body.brand-orange #comments #respond .comment-form p .submit:hover,
#comments #respond .comment-form p body.brand-orange .submit:hover,
body.brand-orange .btn-primary.focus,
body.brand-orange .page-section .section-header.header-column .slide-control .focus.slide-left,
.page-section .section-header.header-column .slide-control body.brand-orange .focus.slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .focus.slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .focus.slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .focus.slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .focus.slide-right,
.page-section .section-header.header-column .slide-control body.brand-orange .focus.slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .focus.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .focus.slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .focus.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .focus.slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .focus.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .focus.slide-right,
body.brand-orange #comments #respond .comment-form p .focus.submit,
#comments #respond .comment-form p body.brand-orange .focus.submit,
body.brand-orange .btn-primary.active,
body.brand-orange .page-section .section-header.header-column .slide-control .active.slide-left,
.page-section .section-header.header-column .slide-control body.brand-orange .active.slide-left,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .active.slide-left,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .active.slide-left,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .active.slide-left,
body.brand-orange .page-section .section-header.header-column .slide-control .active.slide-right,
.page-section .section-header.header-column .slide-control body.brand-orange .active.slide-right,
body.brand-orange #landing-page #homepage-featured .section-header.header-column .slide-control .active.slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control body.brand-orange .active.slide-right,
body.brand-orange #landing-page #demo-pages .section-header.header-column .slide-control .active.slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control body.brand-orange .active.slide-right,
body.brand-orange #landing-page #footer .purchase-now .section-header.header-column .slide-control .active.slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control body.brand-orange .active.slide-right,
body.brand-orange #comments #respond .comment-form p .active.submit,
#comments #respond .comment-form p body.brand-orange .active.submit {
    color: #fff;
    background-color: #080808;
    border-color: #080808
}

body.brand-orange .form-control:focus,
body.brand-orange #comments #respond .comment-form p textarea:focus,
#comments #respond .comment-form p body.brand-orange textarea:focus,
body.brand-orange #comments #respond .comment-form p input:focus:not(.submit),
#comments #respond .comment-form p body.brand-orange input:focus:not(.submit) {
    border-color: #FA5436
}

body.brand-orange .search-tabmenu .nav-tabs > li > a {
    background-color: #1C1C1C;
    border-color: #1C1C1C
}

body.brand-orange .search-tabmenu .nav-tabs > li:hover > a {
    background-color: #f72b06;
    border-color: #f72b06
}

body.brand-orange .search-tabmenu .nav-tabs > .active > a {
    background-color: #FA5436 !important;
    border-color: #FA5436 !important
}

body.brand-orange .search-tabmenu .tabmenu-header {
    background-color: #030202
}

body.brand-orange section .section-header:before {
    background-color: #FA5436
}

body.brand-orange body.page-header-1 .page-header,
body.page-header-1 body.brand-orange .page-header,
body.brand-orange #countdown,
body.brand-orange #landing-page #page-heading,
#landing-page body.brand-orange #page-heading,
body.brand-orange #landing-page #footer,
#landing-page body.brand-orange #footer,
body.brand-orange #main-search,
body.brand-orange #howto-buy,
body.brand-orange #our-agent,
body.brand-orange #partner,
body.brand-orange #main-contact,
body.brand-orange #number {
    background-color: #FFF
}

body.brand-orange .page-header .container .breadcrumb li a:hover,
body.brand-orange .page-header .property-simple-search .content-wrapper .breadcrumb li a:hover,
.property-simple-search body.brand-orange .page-header .content-wrapper .breadcrumb li a:hover {
    color: #FA5436
}

body.brand-orange .page-header .container .breadcrumb li.active,
body.brand-orange .page-header .property-simple-search .content-wrapper .breadcrumb li.active,
.property-simple-search body.brand-orange .page-header .content-wrapper .breadcrumb li.active {
    color: #FA5436
}

body.brand-orange .pagination > a,
body.brand-orange .pagination > span {
    color: #333
}

body.brand-orange .pagination > a.current,
body.brand-orange .pagination > a:hover,
body.brand-orange .pagination > span.current,
body.brand-orange .pagination > span:hover {
    color: #FA5436
}

body.brand-orange .accordion .panel-heading .panel-title a {
    color: #333
}

body.brand-orange .accordion .panel-heading .panel-title a:before {
    background-color: #FA5436
}

body.brand-orange .accordion .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: ""
}

body.brand-orange .accordion .panel-body {
    border-top-color: #FA5436 !important
}

body.brand-orange .property-item .item-category {
    background-color: #FA5436
}

body.brand-orange .property-item .item-rate:before {
    color: #FA5436
}

body.brand-orange .property-item .item-rate span:before {
    color: #FA5436
}

body.brand-orange .property-item .property-label .property-label__type {
    background-color: #FA5436
}

body.brand-orange .property-item .property-label .property-label__type.active,
body.brand-orange .property-item .property-label .property-label__type:hover {
    background-color: #f9320e;
    color: #fff
}

body.brand-orange .property-item .property-label .property-label__status.active,
body.brand-orange .property-item .property-label .property-label__status:hover {
    color: #fff
}

body.brand-orange .property-item .img-box .btn-compare:hover,
body.brand-orange .property-item .img-box .btn-compare.active {
    background-color: #FA5436
}

body.brand-orange .property-item .property-address:before {
    color: #FA5436
}

body.brand-orange .property-item .property-footer [class*="item-"] span,
body.brand-orange .property-item .property-footer [class*="item-"] .fi {
    color: #FA5436
}

body.brand-orange .property-item .property-price,
body.brand-orange .property-item.property-archive .property-price {
    color: #FA5436
}

body.brand-orange .property-item.property-archive .property-title a:hover {
    color: #FA5436
}

body.brand-orange .services-item li .services-icon i {
    color: #FA5436
}

body.brand-orange .testimony-item .testimony-text {
    border-left: 6px solid #FA5436
}

body.brand-orange .testimony-item .testimony-text:before {
    border-color: transparent #FA5436 transparent transparent
}

body.brand-orange .testimony-item.item-right .testimony-text {
    border: none;
    border-right: 6px solid #FA5436
}

body.brand-orange .testimony-item.item-right .testimony-text:before {
    border-color: #FA5436 transparent transparent transparent
}

body.brand-orange .panel-box.icon-box .icon-item {
    background-color: #FA5436
}

body.brand-orange .icon-box .icon-item {
    color: #FA5436
}

body.brand-orange .slick-prev:hover,
body.brand-orange .slick-next:hover {
    background-color: #f93f1d
}

body.brand-orange .slick-prev:hover:before,
body.brand-orange .slick-next:hover:before {
    background-color: #f93f1d
}

body.brand-orange .slick-dots li.slick-active button,
body.brand-orange .slick-dots li:hover button,
body.brand-orange .slick-dots li button:focus {
    padding: 5px;
    outline: none;
    background-color: #FA5436
}

body.brand-orange .irs-line-mid,
body.brand-orange .irs-line-left,
body.brand-orange .irs-line-right,
body.brand-orange .irs-bar-edge,
body.brand-orange .irs-slider {
    background-color: rgba(250, 84, 54, 0.5)
}

body.brand-orange .irs-line-mid,
body.brand-orange .irs-line-left,
body.brand-orange .irs-line-right {
    background-color: #fed3cb
}

body.brand-orange .irs-slider,
body.brand-orange .irs-bar {
    background-color: #FA5436
}

body.brand-orange .irs-slider.state_hover,
body.brand-orange .irs-slider:hover,
body.brand-orange .irs-slider:focus,
body.brand-orange .irs-slider:active {
    background-color: #f72b06
}

body.brand-orange .secondary-slider .slider-item .slider-content .item-title a {
    color: #FFF
}

body.brand-orange .secondary-slider .slider-item .slider-content .item-title a:hover {
    color: #fff
}

body.brand-orange .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #FA5436
}

body.brand-orange .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(250, 84, 54, 0.8)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.first-date-booked.checked.last-date-selected {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.booked.last-date-booked.checked.first-date-selected {
    background: #d2d2d2;
    background: -webkit-linear-gradient(to right bottom, #d2d2d2 50%, #FA5436 50%);
    background: -o-linear-gradient(to right bottom, #d2d2d2 50%, #FA5436 50%);
    background: -moz-linear-gradient(to right bottom, #d2d2d2 50%, #FA5436 50%);
    background: linear-gradient(to right bottom, #d2d2d2 50%, #FA5436 50%)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.first-date-selected {
    background: #fff;
    background: -webkit-linear-gradient(to right bottom, #fff 50%, #FA5436 50%);
    background: -o-linear-gradient(to right bottom, #fff 50%, #FA5436 50%);
    background: -moz-linear-gradient(to right bottom, #fff 50%, #FA5436 50%);
    background: linear-gradient(to right bottom, #fff 50%, #FA5436 50%)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.valid.checked.last-date-selected {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #fff 50%)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #fff 50%)
}

body.brand-orange #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-unavailable:hover {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #fff 50%)
}

body.brand-orange #booking-calendar.midday .date-picker-wrapper .month-wrapper table .day.invalid.checked.last-date-selected.first-date-unavailable {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #fff 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #fff 50%)
}

body.brand-orange #booking-calendar.midday:not(.select-first) .date-picker-wrapper .month-wrapper table .day.valid.first-date-booked:hover {
    background: #FA5436;
    background: -webkit-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: -o-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: -moz-linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%);
    background: linear-gradient(to right bottom, #FA5436 50%, #d2d2d2 50%)
}

body.brand-orange .date-picker-wrapper table .caption {
    background-color: #FA5436
}

body.brand-orange .date-picker-wrapper .first-date-selected {
    background-color: #FA5436
}

body.brand-orange .date-picker-wrapper .last-date-selected {
    background-color: #FA5436
}

body.brand-orange .date-picker-wrapper .date-range-length-tip {
    background-color: #FA5436
}

body.brand-orange .date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #FA5436
}

body.brand-orange .widget .date-picker-wrapper .month-wrapper:before {
    background-color: #FA5436
}

body.brand-orange #customizer .customizer-body .option-box.option-header #header-style a {
    color: #FA5436
}

body.brand-orange #customizer .customizer-body .option-box.option-header #header-style a:hover,
body.brand-orange #customizer .customizer-body .option-box.option-header #header-style a:focus {
    color: #f9320e
}

body.brand-orange #content .panel-box.author-bio .author-socials li a {
    color: #bbb
}

body.brand-orange #content .panel-box.author-bio .author-socials li a:hover {
    color: #FA5436
}

body.brand-orange #content .post-navigation {
    padding: 24px
}

body.brand-orange #content .post-navigation a {
    color: #333
}

body.brand-orange #content .post-navigation a:hover {
    color: #FA5436
}

body.brand-orange #content .property-item .property-price {
    color: #FA5436
}

body.brand-orange #content .property-item .property-title a:hover {
    color: #FA5436
}

body.brand-orange #content .post.property-item .property-status {
    color: #FA5436
}

body.brand-orange #content .post.property-item .feature-list li .fa {
    color: #FA5436
}

body.brand-orange #content .post.property-item .property-slider-nav .slick-arrow {
    background-color: #FA5436
}

body.brand-orange #content .post.property-item .property-slider-nav .slick-arrow:hover {
    background-color: #f72b06
}

body.brand-orange #content .single-agent.profile-box .leave-message .message-title {
    color: #FA5436
}

body.brand-orange .hero-image-with-text .hero-image__button {
    background-color: #FA5436;
    border-color: #FA5436
}

body.brand-orange .hero-image-with-text .hero-image__button:hover {
    background-color: #f9320e;
    border-color: #f9320e
}

body.brand-orange .post .post-title a {
    color: #333
}

body.brand-orange .post .post-title a:hover {
    color: #FA5436
}

body.brand-orange .post .post-meta li a {
    color: #777;
    text-decoration: none
}

body.brand-orange .post .post-meta li a:before {
    color: #FA5436
}

body.brand-orange .post .post-meta li a:hover {
    color: #333
}

body.brand-orange .widget ul li:before {
    color: #FA5436
}

body.brand-orange .widget ul li a:hover {
    border-bottom-color: #FA5436
}

body.brand-orange .widget #wp-calendar tbody td a,
body.brand-orange .widget.widget_search .search-form:before {
    color: #FA5436
}

body.brand-orange .widget #wp-calendar tbody td a:before {
    border-color: #FA5436
}

body.brand-orange .widget.widget_rss ul li a.rsswidget:hover,
body.brand-orange .widget.widget_popular_post ul li .post-content .post-title:hover,
body.brand-orange .widget.widget.widget_recent_entries ul li > a:hover,
body.brand-orange .widget.widget.widget_recent_comments ul li > a:hover {
    color: #FA5436
}

body.brand-orange .widget .post-list li .post-content .post-title:hover {
    color: #FA5436
}

body.brand-orange .widget .recent-property > li .property-content a {
    color: #333
}

body.brand-orange .widget .recent-property > li .property-content a:hover {
    color: #FA5436
}

body.brand-orange .widget .recent-property > li .property-content .property-price {
    color: #FA5436
}

body.brand-orange .widget .recent-property > li .property-content .property-footer li span {
    color: #FA5436
}

body.brand-orange .widget .tagcloud a {
    background-color: #FA5436;
    color: #fff
}

body.brand-orange .widget .tagcloud a:hover {
    background-color: #f72b06
}

body.brand-orange .widget .share-box ul li a:hover {
    color: #FA5436
}

body.brand-orange .search-map .panel-box .panel-header,
body.brand-orange #search-map .panel-box .panel-header,
body.brand-orange .tpb-property_search_map .panel-box .panel-header {
    background-color: #FA5436
}

body.brand-orange .search-map .panel-box .panel-header .panel-title,
body.brand-orange #search-map .panel-box .panel-header .panel-title,
body.brand-orange .tpb-property_search_map .panel-box .panel-header .panel-title {
    color: #FFF
}

body.brand-orange #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a {
    color: #333
}

body.brand-orange #comments .entry-comments .comment-list .comment-body .comment-content .comment-author > a:hover {
    color: #FA5436
}

body.brand-orange #countdown #time li:after {
    color: #FA5436
}

body.brand-orange #countdown #time li h3 {
    color: #FA5436
}

body.brand-orange #error-page .error-title {
    color: #FA5436
}

body.brand-orange #error-page .error-description strong {
    color: #FA5436
}

body.brand-orange .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li:hover button {
    background-color: #FA5436
}

body.brand-orange .tpb.tpb-featured-property .featured-property-slider:not(.has-background) .slick-dots li.slick-active button {
    background-color: #FA5436
}

body.brand-orange .tpb.tpb-property_search .form-group:nth-child(4n+1) {
    clear: both
}

body.brand-orange .tpb.tpb-property_search_map .panel-box .panel-header {
    background-color: #FA5436
}

.featured-property-slider,
#main-slider {
    padding: 0;
    overflow: hidden
}

.featured-property-slider:before,
#main-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.featured-property-slider .slider-item,
#main-slider .slider-item {
    position: relative;
    overflow: hidden
}

.featured-property-slider .slider-item > img,
#main-slider .slider-item > img {
    height: auto;
    width: 100%;
    z-index: 0;
    display: block;
    max-height: 560px;
    object-fit: cover
}

@media (max-width: 991px) {
    .featured-property-slider .slider-item > img,
    #main-slider .slider-item > img {
        height: 520px;
        width: auto;
        position: relative;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }
}

.featured-property-slider .slider-item .property-item,
#main-slider .slider-item .property-item {
    background-color: #fff;
    margin-bottom: 0;
    width: 360px;
    z-index: 1;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.featured-property-slider .slider-item .property-item .property-title,
#main-slider .slider-item .property-item .property-title {
    height: auto;
    font-size: 36px;
    line-height: 40px;
    max-height: 120px;
    overflow: hidden;
    margin: 0 0 24px;
    font-weight: bold;
    padding: 0
}

.featured-property-slider .slider-item .property-item .property-title a,
#main-slider .slider-item .property-item .property-title a {
    text-decoration: none;
    max-height: none
}

.featured-property-slider .slider-item .property-item .property-description,
#main-slider .slider-item .property-item .property-description {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden
}

.featured-property-slider .slider-item .property-item .property-content,
.featured-property-slider .slider-item .property-item .property-heading,
#main-slider .slider-item .property-item .property-content,
#main-slider .slider-item .property-item .property-heading {
    border: none
}

.featured-property-slider .slider-item .property-item .property-content,
#main-slider .slider-item .property-item .property-content {
    padding: 24px
}

@media (min-width: 1200px) {
    .featured-property-slider .slick-prev,
    .featured-property-slider .slick-next,
    #main-slider .slick-prev,
    #main-slider .slick-next {
        opacity: 0;
        visibility: hidden
    }
    .featured-property-slider .slick-prev,
    #main-slider .slick-prev {
        left: 48px
    }
    .featured-property-slider .slick-next,
    #main-slider .slick-next {
        right: 48px
    }
    .featured-property-slider:hover .slick-prev,
    .featured-property-slider:hover .slick-next,
    #main-slider:hover .slick-prev,
    #main-slider:hover .slick-next {
        opacity: 1;
        visibility: visible
    }
    .featured-property-slider:hover .slick-prev,
    #main-slider:hover .slick-prev {
        left: 0
    }
    .featured-property-slider:hover .slick-next,
    #main-slider:hover .slick-next {
        right: 0
    }
}

@media (max-width: 991px) {
    .featured-property-slider .slick-prev,
    .featured-property-slider .slick-next,
    #main-slider .slick-prev,
    #main-slider .slick-next {
        display: none !important
    }
    .featured-property-slider .slider-item .property-item .property-title,
    #main-slider .slider-item .property-item .property-title {
        font-size: 29px;
        height: auto;
        margin-bottom: 15px;
        line-height: 1;
        font-weight: bold
    }
    .featured-property-slider .slider-item .property-item .property-title a,
    #main-slider .slider-item .property-item .property-title a {
        text-decoration: none
    }
    .featured-property-slider .slider-item .property-item .property-description,
    #main-slider .slider-item .property-item .property-description {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
        max-height: 54px
    }
}

@media (max-width: 767px) {
    .featured-property-slider .slider-item,
    #main-slider .slider-item {
        height: 520px
    }
    .featured-property-slider .slider-item .property-item,
    #main-slider .slider-item .property-item {
        width: 290px;
        left: 50%;
        margin-left: -145px
    }
    .featured-property-slider .slider-item .property-item .property-title,
    .featured-property-slider .slider-item .property-item .property-description,
    #main-slider .slider-item .property-item .property-title,
    #main-slider .slider-item .property-item .property-description {
        text-align: center
    }
    .featured-property-slider .slider-item .property-item .property-title,
    #main-slider .slider-item .property-item .property-title {
        font-size: 29px;
        height: auto;
        margin-bottom: 15px;
        line-height: 1;
        font-weight: bold
    }
    .featured-property-slider .slider-item .property-item .property-title a,
    #main-slider .slider-item .property-item .property-title a {
        text-decoration: none
    }
}

.property-simple-search .content-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

@media (max-width: 991px) {
    .property-simple-search .content-wrapper {
        padding: 48px 0 48px
    }
}

.property-simple-search .title,
.property-simple-search .description {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.property-simple-search .title {
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff
}

@media (max-width: 480px) {
    .property-simple-search .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px
    }
}

.property-simple-search .description {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.property-simple-search .property-search-form {
    padding: 18px;
    background-color: rgba(41, 56, 72, 0.8)
}

.property-simple-search .property-search-form .btn-submit {
    font-size: 16px;
    line-height: 24px
}

.property-simple-search .property-search-form .btn-submit i {
    font-size: 24px;
    line-height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px
}

@media (min-width: 992px) {
    .property-simple-search .property-search-form .form-inline {
        display: flex
    }
    .property-simple-search .property-search-form .form-inline .form-control,
    .property-simple-search .property-search-form .form-inline #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline textarea,
    .property-simple-search .property-search-form .form-inline #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline input:not(.submit) {
        border: none
    }
    .property-simple-search .property-search-form .form-inline .form-control,
    .property-simple-search .property-search-form .form-inline #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline textarea,
    .property-simple-search .property-search-form .form-inline #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline input:not(.submit),
    .property-simple-search .property-search-form .form-inline button[type=submit] {
        width: 100%
    }
    .property-simple-search .property-search-form .form-inline .form-group {
        flex: 1
    }
    .property-simple-search .property-search-form .form-inline .form-group .form-control,
    .property-simple-search .property-search-form .form-inline .form-group #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline .form-group textarea,
    .property-simple-search .property-search-form .form-inline .form-group #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline .form-group input:not(.submit) {
        border-right: 2px solid #eee
    }
    .property-simple-search .property-search-form .form-inline .form-group:nth-last-child(2) .form-control,
    .property-simple-search .property-search-form .form-inline .form-group:nth-last-child(2) #comments #respond .comment-form p textarea,
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline .form-group:nth-last-child(2) textarea,
    .property-simple-search .property-search-form .form-inline .form-group:nth-last-child(2) #comments #respond .comment-form p input:not(.submit),
    #comments #respond .comment-form p .property-simple-search .property-search-form .form-inline .form-group:nth-last-child(2) input:not(.submit) {
        border-right: none
    }
    .property-simple-search .property-search-form .form-inline .text-column {
        flex: 2
    }
    .property-simple-search .property-search-form .form-inline .submit-column {
        padding-left: 18px;
        max-width: 170px
    }
}

@media (max-width: 767px) {
    .property-simple-search .property-search-form .form-group:last-child {
        margin-bottom: 0
    }
    .property-simple-search .property-search-form .btn-submit {
        width: 100%
    }
}

.simple-slider {
    padding-bottom: 0
}

.simple-slider .slider-item > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 540px;
    object-fit: cover
}

#property-search-result #map {
    height: 460px
}

@media (max-width: 767px) {
    #property-search-result #map {
        height: 300px
    }
}

#property-search-result .map-wrapper {
    position: relative
}

#property-search-result .map-wrapper .loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

#property-search-result .map-wrapper .loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1
}

#property-search-result.archive-property .search-tabmenu {
    margin-top: -49px
}

#property-search-result .search-tabmenu .form-body {
    padding: 24px 0
}

#property-search-result .search-tabmenu .form-body:before,
#property-search-result .search-tabmenu .form-body:after {
    content: " ";
    display: table
}

#property-search-result .search-tabmenu .form-body:after {
    clear: both
}

#property-search-result .search-tabmenu .form-body > .row {
    margin-bottom: 0
}

#property-search-result .search-tabmenu .tabmenu-header {
    background-color: transparent
}

#property-search-result .advanced-search {
    display: none
}

#property-search-result .advanced-search > label {
    margin-bottom: 12px;
    display: block
}

#property-search-result .advanced-search .checklist-box {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px
}

#property-search-result .advanced-search .checklist-box:before,
#property-search-result .advanced-search .checklist-box:after {
    content: " ";
    display: table
}

#property-search-result .advanced-search .checklist-box:after {
    clear: both
}

#property-search-result .advanced-search .checklist-box li {
    width: calc(100% / 6);
    float: left;
    margin-bottom: 18px
}

@media (max-width: 991px) {
    #property-search-result .advanced-search .checklist-box li {
        width: calc(100% / 3)
    }
}

@media (max-width: 767px) {
    #property-search-result .advanced-search .checklist-box li {
        width: 100%;
        float: none
    }
}

#property-search-result .advanced-search .checklist-box li label {
    margin-bottom: 0;
    text-transform: none
}

#property-search-result .btn-toggle-search {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0;
    text-decoration: none
}

#property-search-result .btn-toggle-search:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 8px
}

#property-search-result .btn-toggle-search.active:before {
    content: ""
}

#property-search-result .submit-box:before,
#property-search-result .submit-box:after {
    content: " ";
    display: table
}

#property-search-result .submit-box:after {
    clear: both
}

@media (max-width: 480px) {
    #property-search-result .filter-panel {
        text-align: center
    }
    #property-search-result .filter-panel .pull-left {
        float: none !important
    }
    #property-search-result .filter-panel .pull-right {
        float: none !important
    }
}

#property-search-result .property-list .property-item {
    margin-bottom: 24px
}

#property-search-result.sidebar-map .search-tabmenu {
    margin-top: 24px
}

#property-search-result.sidebar-map .search-tabmenu .form-body {
    padding-left: 24px;
    padding-right: 24px
}

#property-search-result.sidebar-map .page-section,
#property-search-result.sidebar-map #landing-page #homepage-featured,
#landing-page #property-search-result.sidebar-map #homepage-featured,
#property-search-result.sidebar-map #landing-page #demo-pages,
#landing-page #property-search-result.sidebar-map #demo-pages,
#property-search-result.sidebar-map #landing-page #footer .purchase-now,
#landing-page #footer #property-search-result.sidebar-map .purchase-now {
    padding-top: 24px
}

#property-search-result.sidebar-map .advanced-search .checklist-box li {
    width: calc(100% / 4)
}

@media (max-width: 767px) {
    #property-search-result.sidebar-map .advanced-search .checklist-box li {
        width: 100%
    }
}

@media (min-width: 1367px) {
    #property-search-result.sidebar-map .col-lg-6.col-md-6.col-sm-6 {
        width: 33.3333333333%
    }
    #property-search-result.sidebar-map .col-lg-6.col-md-6.col-sm-6:nth-of-type(2n+1) {
        clear: none
    }
    #property-search-result.sidebar-map .col-lg-6.col-md-6.col-sm-6:nth-of-type(3n+1) {
        clear: both
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #property-search-result.sidebar-map .property-item .img-box .label-property-status a.lps-type {
        display: block;
        margin-bottom: 8px
    }
}

@media (min-width: 992px) {
    #property-search-result.sidebar-map {
        display: flex
    }
    #property-search-result.sidebar-map .sidebar-map-content,
    #property-search-result.sidebar-map .search-result-content {
        position: relative
    }
    #property-search-result.sidebar-map .sidebar-map-content {
        width: 34%;
        left: 66%
    }
    #property-search-result.sidebar-map .sidebar-map-content .container,
    #property-search-result.sidebar-map .sidebar-map-content .property-simple-search .content-wrapper,
    .property-simple-search #property-search-result.sidebar-map .sidebar-map-content .content-wrapper {
        max-width: 100%
    }
    #property-search-result.sidebar-map .search-result-content {
        right: 34%;
        width: 66%;
        padding-left: 24px;
        padding-right: 24px
    }
    #property-search-result.sidebar-map .search-result-content .container,
    #property-search-result.sidebar-map .search-result-content .property-simple-search .content-wrapper,
    .property-simple-search #property-search-result.sidebar-map .search-result-content .content-wrapper {
        max-width: 100%
    }
    #property-search-result.sidebar-map .map-wrapper {
        position: fixed;
        top: 175px;
        left: auto;
        right: 0;
        width: 34%
    }
    #property-search-result.sidebar-map .map-wrapper #map {
        height: 100vh;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s
    }
    #property-search-result.sidebar-map .map-wrapper.sticky-off {
        position: absolute;
        width: 100%;
        bottom: 0
    }
}

#main-search {
    top: -2px
}

@media (min-width: 992px) {
    #main-search {
        padding-top: 156px
    }
    #main-search .nav-tabs a {
        text-align: center
    }
    #main-search .btn-submit {
        min-width: 180px
    }
}

#secondary-search {
    padding: 0 0
}

@media (max-width: 767px) {
    #secondary-search .tabmenu-header .container,
    #secondary-search .tabmenu-header .property-simple-search .content-wrapper,
    .property-simple-search #secondary-search .tabmenu-header .content-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

#popular-property .property-item {
    margin-bottom: 24px
}

#featured-room .property-item {
    margin-bottom: 24px
}

#featured-property .property-item .property-header,
#featured-property .property-item .property-footer {
    position: absolute
}

#featured-property .property-item .property-header {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 24px 6px;
    z-index: 2
}

#featured-property .property-item .property-header .item-title {
    margin: 6px 0 0;
    text-decoration: none;
    display: block;
    color: #fff
}

#featured-property .property-item .property-header .item-price {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px
}

#featured-property .property-item .property-footer {
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: block;
    border-color: #fff
}

#featured-property .property-item .property-footer [class*="item-"] {
    color: #fff;
    border-color: #fff
}

#featured-property .property-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 90%);
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 90%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    height: 100%;
    z-index: 0
}

#featured-property .property-item:hover:before {
    opacity: 1
}

@media (min-width: 992px) {
    #featured-property .multiple-item {
        margin-bottom: -30px
    }
    #featured-property .multiple-item .property-item {
        margin-bottom: 24px
    }
    #featured-property .multiple-item .property-item .item-img {
        height: 248px;
        margin-bottom: 24px
    }
}

@media (max-width: 991px) {
    #featured-property {
        margin-bottom: -30px
    }
}

@media (max-width: 767px) {
    #featured-property {
        margin-bottom: -15px
    }
}

@media (max-width: 991px) {
    #best-offer {
        margin-bottom: -30px
    }
}

@media (max-width: 767px) {
    #best-offer {
        margin-bottom: -15px
    }
}

#our-agent {
    padding-bottom: 0
}

#our-agent .profile-box {
    overflow: hidden
}

@media (max-width: 991px) {
    #our-agent .profile-box {
        margin-bottom: 24px
    }
}

@media (max-width: 480px) {
    #our-agent .profile-box {
        margin-bottom: 15px
    }
}

#explore {
    padding-bottom: 48px
}

#advantages {
    border-top: 1px solid #eee;
    padding-bottom: 48px
}

#partner .partner-item {
    text-align: center
}

#partner .partner-item a {
    display: block
}

#partner .partner-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s
}

#partner .partner-item a:hover {
    border-color: #fff
}

#partner .partner-item a:hover img {
    opacity: 0.6
}

#main-contact {
    padding-bottom: 0
}

#main-contact .panel-box {
    width: 100%;
    position: relative
}

#main-contact .panel-box .panel-body > .profile-box {
    position: static
}

#main-contact .panel-box .panel-body > .profile-box > .profile-contact {
    position: relative;
    text-align: left
}

#main-contact .panel-box .panel-body > .profile-box > .profile-contact:before,
#main-contact .panel-box .panel-body > .profile-box > .profile-contact:after {
    content: " ";
    display: table
}

#main-contact .panel-box .panel-body > .profile-box > .profile-contact:after {
    clear: both
}

@media (max-width: 767px) {
    #main-contact .panel-box .panel-body > .profile-box > .profile-contact {
        text-align: center
    }
}

#main-contact .panel-box .panel-body > .profile-box > .profile-contact li {
    display: inline-block;
    width: auto;
    margin-right: 12px
}

@media (min-width: 992px) {
    #main-contact .panel-box .panel-body > .profile-box .profile-contact {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 18px 24px
    }
}

#testimony.bg-image .testimony-profile {
    color: #FFF
}

@media (max-width: 991px) {
    #number .number-box {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    #number .number-box {
        margin-bottom: 15px
    }
}

#about-us {
    padding: 0
}

#about-us .about-brand {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 200px;
    display: block;
    position: relative;
    text-align: center
}

#about-us .about-brand a {
    display: inline-block;
    position: relative;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#about-us .about-brand a img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#about-us .about-content {
    height: 200px;
    vertical-align: middle;
    display: table-cell
}

#about-us .about-content > p {
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding-right: 24px
}

@media (min-width: 1200px) {
    #about-us .about-content > p {
        margin-bottom: 0
    }
}

#about-us .about-content > .btn,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-left,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-left,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-left,
#about-us .page-section .section-header.header-column .slide-control .about-content > .slide-right,
.page-section .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #homepage-featured .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #homepage-featured .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #demo-pages .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #demo-pages .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #landing-page #footer .purchase-now .section-header.header-column .slide-control .about-content > .slide-right,
#landing-page #footer .purchase-now .section-header.header-column .slide-control #about-us .about-content > .slide-right,
#about-us #comments #respond .comment-form p .about-content > .submit,
#comments #respond .comment-form p #about-us .about-content > .submit {
    display: inline-block;
    min-width: 150px
}

@media (max-width: 991px) {
    #about-us .about-brand {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 48px 30px
    }
    #about-us .about-content {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 48px;
        display: block;
        height: auto
    }
    #about-us .about-content > p {
        display: block;
        text-align: center;
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    #about-us .about-brand {
        border-left: none;
        border-right: none;
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width: 768px) {
    .archive-flex.archive-with-footer .property-item .property-content {
        padding-bottom: 68px
    }
    .archive-flex.archive-with-footer .property-item .property-content .property-footer {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 15px
    }
    .archive-flex .row {
        display: flex;
        flex-wrap: wrap
    }
    .archive-flex .row .property-item {
        border-bottom: 1px solid #EFEFEF;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        height: calc(100% - 24px)
    }
    .archive-flex .row .property-item .property-content {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-bottom: 0
    }
}

#footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

#footer .footer-body {
    padding: 72px 0
}

#footer .footer-column .footer-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 24px
}

#footer .footer-column .footer-brand {
    margin-bottom: 24px;
    display: block
}

#footer .footer-column.col-md-2 ul {
    list-style: none;
    padding: 0
}

#footer .footer-column.col-md-2 ul > li {
    margin-bottom: 12px
}

#footer .footer-column.col-md-2 ul > li > a {
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#footer .footer-column.col-md-2 ul > li > a:hover {
    text-decoration: none;
    border-bottom-color: rgba(255, 255, 255, 0.8)
}

#footer .footer-column .gallery-photo {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

#footer .footer-column .gallery-photo:before,
#footer .footer-column .gallery-photo:after {
    content: " ";
    display: table
}

#footer .footer-column .gallery-photo:after {
    clear: both
}

#footer .footer-column .gallery-photo li {
    display: inline-block;
    width: 33%;
    float: left
}

#footer .footer-column .gallery-photo li a {
    display: block;
    border: 2px solid transparent
}

#footer .footer-column .gallery-photo li a img {
    display: block;
    width: 100%;
    height: auto
}

#footer .footer-column .gallery-photo li a:hover img {
    opacity: 0.5
}

#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0
}

#footer .copyright p,
#footer .copyright a {
    text-transform: uppercase;
    display: inline-block
}

#footer .copyright a {
    color: #fff;
    float: right
}

@media (max-width: 767px) {
    #footer .copyright {
        text-align: center
    }
    #footer .copyright a {
        float: none
    }
    #footer .copyright p {
        display: block;
        width: 100%
    }
}

@media (max-width: 991px) {
    #footer .footer-column {
        margin-bottom: 24px
    }
    #footer .footer-column .footer-title {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    #footer .footer-body {
        padding: 48px 0
    }
}

@media (max-width: 480px) {
    #footer .footer-body {
        padding: 48px 0 30px
    }
    #footer .footer-body .footer-column {
        text-align: center
    }
}

@media (min-width: 992px) {
    .position-md-absolute {
        position: absolute;
        width: 100%
    }
    .position-md-absolute#footer {
        margin-top: 200px
    }
}

body.header-1 .topbar-1 {
    display: block;
    background: rgba(255, 250, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 250, 255, 1) 0%, rgba(247, 232, 233, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 250, 255, 1)), color-stop(100%, rgba(247, 232, 233, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 250, 255, 1) 0%, rgba(247, 232, 233, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 250, 255, 1) 0%, rgba(247, 232, 233, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 250, 255, 1) 0%, rgba(247, 232, 233, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 250, 255, 1) 0%, rgba(247, 232, 233, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffaff', endColorstr='#f7e8e9', GradientType=1);
}

body.header-1 .topbar-2,
body.header-1 .topbar-3 {
    display: none
}

body.header-2 .topbar-2 {
    display: block
}

body.header-2 .topbar-1,
body.header-2 .topbar-3 {
    display: none
}

body.header-3 .topbar-3 {
    display: block
}

body.header-3 .topbar-1,
body.header-3 .topbar-2 {
    display: none
}

.spinner {
    margin: 0 auto;
    width: 70px;
    height: 14px;
    text-align: center
}

.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.navbar {
    margin-bottom: 0 !important;
    padding: 5px 0;
}

.span-category {
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    background-color: #662B8F;
}

.span-sold {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    background-color: rgba(41, 56, 72, 0.9);
}

#services {
    background: url(../images/bg-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #FFF;
}

#video-section {
    background: #FFF;
}

#slide-platinum {
    background: url(../images/bg-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#slide-platinum .section-header.header-column .section-title {
    color:#662b8f;
    text-shadow: #CCC 4px 3px 0;
}

#best-offer {
    background-position: center;
    background-size: cover;
    background: url(../images/top-overlay.png) no-repeat center top #f8f9fb;
}

#carousel-example-generic {
    padding: 20px 50px 50px 50px;
    background: url('../images/bg_beranda.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
/*
.navbar-brand img {
    background: #FFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    padding: 3px 5px;
    border-radius: 4px;
}
*/

.carousel-control {
    opacity: .0 !important;
}

.carousel-inner {
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.35) !important;
}

.dropdown-menu > li > a:hover {
    background: #662B8F !important;
    color: #FFF !important;
}
/*
.property-item .img-box:before,
.property-item .img-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(138, 0, 112, 1);
    -webkit-box-shadow: 0 15px 10px rgba(138, 0, 112, 1);
    -moz-box-shadow: 0 15px 10px rgba(138, 0, 112, 1);
    box-shadow: 0 15px 10px rgba(138, 0, 112, 1);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.property-item .img-box:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}
*/

#header {
    background: url(../images/header-bg.jpg) no-repeat left center;
    background-size: cover;
    box-shadow: 0 1px 4px rgba(0,0,0,.22);
}

#footer {
    background: url(../images/bottom-overlay.png) no-repeat center bottom #FFF !important;
    min-height: 250px;
}

.property-detail {
    color: #FFF !important;
    padding: 2px 15px;
    display: block;
    font-size:12px;
}

.property-content-slider {
    background: linear-gradient(to right, #2F0743, #41295a);
    padding: 5px 20px;
    text-align: right;
}

.property-item .property-heading {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #41295a;
    background: -webkit-linear-gradient(to right, #2F0743, #41295a);
    background: linear-gradient(to right, #2F0743, #41295a);
}

.logo-wa {
    z-index: 9;
    right: 20px;
    width: 65px;
    height: 65px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    box-shadow: #00000029 0 10px 36px, #0000000f 0 0 0 1px;
}