body {
    margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0px;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.3em 0px;
}

mark {
    background: rgb(255, 255, 0);
    color: rgb(0, 0, 0);
}

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: 0px;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0px;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0px 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0px;
    padding: 0px;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

td,
th {
    padding: 0px;
}

@media print {
    * {
        text-shadow: none !important;
        color: rgb(0, 0, 0) !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid rgb(153, 153, 153);
        break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    .block-content h3,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    .block-content h3,
    h3 {
        break-after: avoid;
    }
    select {
        background: rgb(255, 255, 255) !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: rgb(255, 255, 255) !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: rgb(0, 0, 0) !important;
    }
    .label {
        border: 1px solid rgb(0, 0, 0);
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid rgb(221, 221, 221) !important;
    }
}

* {
    box-sizing: border-box;
}

#header-inner {
    background: #ffffff;
}

.static-image-inner {}

.property-box-inner {
    padding: 20px 8px 8px 8px;
}

.widget {
    margin-bottom: 35px;
}

.fakeLabel {
    font-weight: 300;
}

.widget-title {
    background: rgb(232 16 0);
    padding: 1.5rem;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 660;
}

.widget-title h5 {
    font-size: 17px;
    font-weight: 800;
}

form.form-horizontal.form-search {
    margin: 0px;
    display: inline-flex;
    height: 100px;
    align-items: center;
    width: 100%;
}

::before,
::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: rgb(66, 139, 202);
    text-decoration: none;
}

a:hover,
a:focus {
    color: rgb(42, 100, 150);
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

figure {
    margin: 0px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(86 86 86 / 25%) !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

h1,
h2,
.block-content h3,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
.block-content h3 small,
h2 .small,
.block-content h3 .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: rgb(153, 153, 153);
}

h1,
.h1,
h2,
.block-content h3,
.h2,
h3,
.h3 {
    margin-top: 0px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
.block-content h3 small,
h2 .small,
.block-content h3 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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: 46px;
}

h2,
.block-content h3,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0px 0px 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: rgb(153, 153, 153);
}

.text-primary {
    color: rgb(66, 139, 202);
}

a.text-primary:hover {
    color: rgb(48, 113, 169);
}

.text-success {
    color: rgb(60, 118, 61);
}

a.text-success:hover {
    color: rgb(43, 84, 44);
}

.text-info {
    color: rgb(49, 112, 143);
}

a.text-info:hover {
    color: rgb(36, 82, 105);
}

.text-warning {
    color: rgb(138, 109, 59);
}

a.text-warning:hover {
    color: rgb(102, 81, 44);
}

.text-danger {
    color: rgb(169, 68, 66);
}

a.text-danger:hover {
    color: rgb(132, 53, 52);
}

.bg-primary {
    color: rgb(255, 255, 255);
}

.bg-primary {
    background-color: rgb(66, 139, 202);
}

a.bg-primary:hover {
    background-color: rgb(48, 113, 169);
}

.bg-success {
    background-color: rgb(223, 240, 216);
}

a.bg-success:hover {
    background-color: rgb(193, 226, 179);
}

.bg-info {
    background-color: rgb(217, 237, 247);
}

a.bg-info:hover {
    background-color: rgb(175, 217, 238);
}

.bg-warning {
    background-color: rgb(252, 248, 227);
}

a.bg-warning:hover {
    background-color: rgb(247, 236, 181);
}

.bg-danger {
    background-color: rgb(242, 222, 222);
}

a.bg-danger:hover {
    background-color: rgb(228, 185, 185);
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0px;
}

.list-unstyled,
.list-inline {
    padding-left: 0px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0px;
}

dl {
    margin-top: 0px;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

@media (min-width: 768px) {
    .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;
    }
    .dl-horizontal dd::before,
    .dl-horizontal dd::after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd::after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted rgb(153, 153, 153);
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(238, 238, 238);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0px;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: rgb(153, 153, 153);
}

blockquote footer::before,
blockquote small::before,
blockquote .small::before {
    content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0px;
    border-right: 5px solid rgb(238, 238, 238);
    border-left: 0px;
    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: " —";
}

blockquote::before,
blockquote::after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: rgb(199, 37, 78);
    background-color: rgb(249, 242, 244);
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px inset;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

pre code {
    padding: 0px;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0px;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::before,
.container::after {
    content: " ";
    display: table;
}

.container::after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

.block-content-small-padding {
    padding: 30px 0 30px 0 !important;
}
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 92%;
}

.container-fluid::before,
.container-fluid::after {
    content: " ";
    display: table;
}

.container-fluid::after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::before,
.row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.6667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333%;
}

.col-xs-5 {
    width: 41.6667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333%;
}

.col-xs-8 {
    width: 66.6667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333%;
}

.col-xs-11 {
    width: 91.6667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.6667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333%;
}

.col-xs-pull-5 {
    right: 41.6667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333%;
}

.col-xs-pull-8 {
    right: 66.6667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333%;
}

.col-xs-pull-11 {
    right: 91.6667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.6667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333%;
}

.col-xs-push-5 {
    left: 41.6667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333%;
}

.col-xs-push-8 {
    left: 66.6667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333%;
}

.col-xs-push-11 {
    left: 91.6667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.6667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333%;
}

.col-xs-offset-5 {
    margin-left: 41.6667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333%;
}

.col-xs-offset-8 {
    margin-left: 66.6667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333%;
}

.col-xs-offset-11 {
    margin-left: 91.6667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.6667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333%;
    }
    .col-sm-pull-5 {
        right: 41.6667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333%;
    }
    .col-sm-pull-8 {
        right: 66.6667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333%;
    }
    .col-sm-pull-11 {
        right: 91.6667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.6667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333%;
    }
    .col-sm-push-5 {
        left: 41.6667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333%;
    }
    .col-sm-push-8 {
        left: 66.6667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333%;
    }
    .col-sm-push-11 {
        left: 91.6667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.6667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.6667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333%;
    }
    .col-md-pull-5 {
        right: 41.6667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333%;
    }
    .col-md-pull-8 {
        right: 66.6667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333%;
    }
    .col-md-pull-11 {
        right: 91.6667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.6667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333%;
    }
    .col-md-push-5 {
        left: 41.6667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333%;
    }
    .col-md-push-8 {
        left: 66.6667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333%;
    }
    .col-md-push-11 {
        left: 91.6667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.6667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333%;
    }
    .col-lg-pull-5 {
        right: 41.6667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333%;
    }
    .col-lg-pull-8 {
        right: 66.6667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333%;
    }
    .col-lg-pull-11 {
        right: 91.6667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.6667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333%;
    }
    .col-lg-push-5 {
        left: 41.6667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333%;
    }
    .col-lg-push-8 {
        left: 66.6667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333%;
    }
    .col-lg-push-11 {
        left: 91.6667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.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.42857;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(221, 221, 221);
}

.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: 0px;
}

.table>tbody+tbody {
    border-top: 2px solid rgb(221, 221, 221);
}

.table .table {
    background-color: rgb(255, 255, 255);
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(249, 249, 249);
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: rgb(245, 245, 245);
}

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: rgb(245, 245, 245);
}

.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.active:hover>th {
    background-color: rgb(232, 232, 232);
}

.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: rgb(223, 240, 216);
}

.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.success:hover>th {
    background-color: rgb(208, 233, 198);
}

.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: rgb(217, 237, 247);
}

.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.info:hover>th {
    background-color: rgb(196, 227, 243);
}

.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: rgb(252, 248, 227);
}

.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.warning:hover>th {
    background-color: rgb(250, 242, 204);
}

.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: rgb(242, 222, 222);
}

.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.danger:hover>th {
    background-color: rgb(235, 204, 204);
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow: scroll hidden;
        border: 1px solid rgb(221, 221, 221);
    }
    .table-responsive>.table {
        margin-bottom: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
}

fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px;
    min-width: 0px;
}

legend {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: rgb(51, 51, 51);
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0px 0px;
    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: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .col-md-2:first-child select {
    /* border-radius: 5px 0px 0px 5px; */
}

.form-group .col-md-2:last-child button {
    /* border-radius: 0px 5px 5px 0px; */
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0px;
    margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 16px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
    border: 2px solid #bdbdbd;
    height: 45px;
    border-radius: 200px;
    padding-left: 20px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0px;
    display: block;
    width: 46px;
    height: 45px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: rgb(60, 118, 61);
}

.has-success .form-control {
    border-color: rgb(60, 118, 61);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-success .form-control:focus {
    border-color: rgb(43, 84, 44);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(103, 177, 104) 0px 0px 6px;
}

.has-success .input-group-addon {
    color: rgb(60, 118, 61);
    border-color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.has-success .form-control-feedback {
    color: rgb(60, 118, 61);
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: rgb(138, 109, 59);
}

.has-warning .form-control {
    border-color: rgb(138, 109, 59);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-warning .form-control:focus {
    border-color: rgb(102, 81, 44);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(192, 161, 107) 0px 0px 6px;
}

.has-warning .input-group-addon {
    color: rgb(138, 109, 59);
    border-color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.has-warning .form-control-feedback {
    color: rgb(138, 109, 59);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: rgb(169, 68, 66);
}

.has-error .form-control {
    border-color: rgb(169, 68, 66);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-error .form-control:focus {
    border-color: rgb(132, 53, 52);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(206, 132, 131) 0px 0px 6px;
}

.has-error .input-group-addon {
    color: rgb(169, 68, 66);
    border-color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.has-error .form-control-feedback {
    color: rgb(169, 68, 66);
}

.form-control-static {
    margin-bottom: 0px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(115, 115, 115);
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0px;
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0px;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
    content: " ";
    display: table;
}

.form-horizontal .form-group::after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border: 2px solid #bdbdbd;
    right: 0px !important;
    border-radius: 200px;
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    user-select: none;
}

.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0px;
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.btn-default {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: rgb(51, 51, 51);
    background-color: rgb(235, 235, 235);
    border-color: rgb(173, 173, 173);
}

.open .btn-default.dropdown-toggle {
    color: rgb(51, 51, 51);
    background-color: rgb(235, 235, 235);
    border-color: rgb(173, 173, 173);
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.btn-default .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
}

.btn-primary,
.btn-white {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    border-color: rgb(53, 126, 189);
}

.btn-primary:hover,
.btn-white:hover,
.btn-primary:focus,
.btn-white:focus,
.btn-primary:active,
.btn-white:active,
.btn-primary.active,
.active.btn-white {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-white {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.btn-primary:active,
.btn-white:active,
.btn-primary.active,
.active.btn-white {
    background-image: none;
}

.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-primary.disabled,
.disabled.btn-white,
.btn-primary.disabled:hover,
.disabled.btn-white:hover,
.btn-primary.disabled:focus,
.disabled.btn-white:focus,
.btn-primary.disabled:active,
.disabled.btn-white:active,
.btn-primary.disabled.active,
.disabled.active.btn-white,
.btn-primary[disabled],
[disabled].btn-white,
.btn-primary[disabled]:hover,
[disabled].btn-white:hover,
.btn-primary[disabled]:focus,
[disabled].btn-white:focus,
.btn-primary[disabled]:active,
[disabled].btn-white:active,
.btn-primary[disabled].active,
[disabled].active.btn-white,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.btn-white {
    background-color: rgb(66, 139, 202);
    border-color: rgb(53, 126, 189);
}

.btn-primary .badge,
.btn-white .badge {
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
}

.btn-success {
    color: rgb(255, 255, 255);
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 66, 95);
    border-color: rgb(60, 66, 95);
}

.open .btn-success.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(71, 164, 71);
    border-color: rgb(57, 132, 57);
}

.btn-success:active,
.btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.btn-success .badge {
    color: rgb(92, 184, 92);
    background-color: rgb(255, 255, 255);
}

.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
    border-color: rgb(70, 184, 218);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.open .btn-info.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.btn-info:active,
.btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: rgb(91, 192, 222);
    border-color: rgb(70, 184, 218);
}

.btn-info .badge {
    color: rgb(91, 192, 222);
    background-color: rgb(255, 255, 255);
}

.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 156, 40);
    border-color: rgb(213, 133, 18);
}

.open .btn-warning.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 156, 40);
    border-color: rgb(213, 133, 18);
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.btn-warning .badge {
    color: rgb(240, 173, 78);
    background-color: rgb(255, 255, 255);
}

.btn-danger {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(217, 83, 79);
    color: rgb(212, 63, 58);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s linear 0s;
    border-radius: 100px;
    outline: 0px !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: rgb(255, 255, 255);
    background-color: rgb(210, 50, 45);
    border-color: rgb(172, 41, 37);
}

.open .btn-danger.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(210, 50, 45);
    border-color: rgb(172, 41, 37);
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.btn-danger .badge {
    color: rgb(217, 83, 79);
    background-color: rgb(255, 255, 255);
}

.btn-link {
    color: rgb(66, 139, 202);
    font-weight: normal;
    cursor: pointer;
    border-radius: 0px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: rgb(42, 100, 150);
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: rgb(153, 153, 153);
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.btnPlus {
    padding: 1.3rem 2rem;
    background: rgb(255, 255, 255);
    margin-bottom: -2px;
    border: 1px solid rgb(221, 221, 221);
}

.btnPlus:hover {
    background: rgb(58, 58, 58);
    color: white;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.otherFeaturesCollapse .form-group {
    padding: 1rem;
    background: rgb(255, 255, 255);
    margin: 0px;
    border: 1px solid rgb(221, 221, 221);
}

.collapsing {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: height 0.35s ease 0s;
}

.nav {
    margin-bottom: 0px;
    padding-left: 0px;
    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: 9px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: rgb(247, 247, 247);
}

.nav>li.disabled>a {
    color: rgb(153, 153, 153);
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: rgb(153, 153, 153);
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: rgb(238, 238, 238);
    border-color: rgb(66, 139, 202);
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px;
}

.nav-tabs>li>a:hover {}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.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: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0px;
}

.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: 0px;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0px;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0px;
    border-radius: 4px;
}

.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 rgb(221, 221, 221);
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid rgb(221, 221, 221);
        border-radius: 4px 4px 0px 0px;
    }
    .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: rgb(255, 255, 255);
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.navbar::before,
.navbar::after {
    content: " ";
    display: table;
}

.navbar::after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header::before,
.navbar-header::after {
    content: " ";
    display: table;
}

.navbar-header::after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
}

.navbar-collapse::before,
.navbar-collapse::after {
    content: " ";
    display: table;
}

.navbar-collapse::after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0px;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        padding-bottom: 0px;
        display: block !important;
        height: auto !important;
        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: 0px;
        padding-right: 0px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0px 0px 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0px;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0px;
    }
}

.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0px 1px;
}

.navbar-fixed-bottom {
    bottom: 0px;
    margin-bottom: 0px;
    border-width: 1px 0px 0px;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    /* margin-right: 15px; */
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: none;
}

.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: 768px) {
    .navbar-toggle {
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px;
        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: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0px;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset, rgba(255, 255, 255, 0.1) 0px 1px 0px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0px;
    }
}

.navbar-default {
    background-color: rgb(248, 248, 248);
    border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-brand {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgb(94, 94, 94);
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>li>a {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgb(51, 51, 51);
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgb(85, 85, 85);
    background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: rgb(204, 204, 204);
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(136, 136, 136);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(119, 119, 119);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(51, 51, 51);
        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: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
    }
    .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: rgb(204, 204, 204);
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-link:hover {
    color: rgb(51, 51, 51);
}

.navbar-inverse {
    background-color: rgb(34, 34, 34);
    border-color: rgb(9, 9, 9);
}

.navbar-inverse .navbar-brand {
    color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(9, 9, 9);
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: rgb(68, 68, 68);
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgb(16, 16, 16);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: rgb(9, 9, 9);
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: rgb(9, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgb(9, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(153, 153, 153);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(255, 255, 255);
        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: rgb(255, 255, 255);
        background-color: rgb(9, 9, 9);
    }
    .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: rgb(68, 68, 68);
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-link:hover {
    color: rgb(255, 255, 255);
}

.panel {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}

.panel-body {
    padding: 15px;
}

.panel-body::before,
.panel-body::after {
    content: " ";
    display: table;
}

.panel-body::after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0px;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0px;
    border-radius: 0px;
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0px;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0px;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0px;
}

.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0px;
}

.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: 3px;
}

.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: 3px;
}

.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: 3px;
}

.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: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid rgb(221, 221, 221);
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0px;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0px;
}

.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: 0px;
}

.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: 0px;
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0px;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0px;
}

.panel>.table-responsive {
    border: 0px;
    margin-bottom: 0px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: rgb(245, 245, 245);
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid rgb(221, 221, 221);
}

.panel-group .panel-footer {
    border-top: 0px;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.panel-default {
    border-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(221, 221, 221);
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(221, 221, 221);
}

.panel-primary {
    border-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    border-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(66, 139, 202);
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(66, 139, 202);
}

.panel-success {
    border-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(214, 233, 198);
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(214, 233, 198);
}

.panel-info {
    border-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading {
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(188, 232, 241);
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(188, 232, 241);
}

.panel-warning {
    border-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(250, 235, 204);
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(250, 235, 204);
}

.panel-danger {
    border-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: rgb(235, 204, 209);
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgb(235, 204, 209);
}

.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: rgb(66, 139, 202);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: rgb(42, 100, 150);
    background-color: rgb(238, 238, 238);
    border-color: rgb(221, 221, 221);
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    border-color: rgb(66, 139, 202);
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.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.42857;
    vertical-align: top;
    border-top: 1px solid rgb(221, 221, 221);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(221, 221, 221);
}

.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: 0px;
}

.table>tbody+tbody {
    border-top: 2px solid rgb(221, 221, 221);
}

.table .table {
    background-color: rgb(255, 255, 255);
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(249, 249, 249);
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: rgb(245, 245, 245);
}

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: rgb(245, 245, 245);
}

.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.active:hover>th {
    background-color: rgb(232, 232, 232);
}

.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: rgb(223, 240, 216);
}

.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.success:hover>th {
    background-color: rgb(208, 233, 198);
}

.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: rgb(217, 237, 247);
}

.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.info:hover>th {
    background-color: rgb(196, 227, 243);
}

.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: rgb(252, 248, 227);
}

.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.warning:hover>th {
    background-color: rgb(250, 242, 204);
}

.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: rgb(242, 222, 222);
}

.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.danger:hover>th {
    background-color: rgb(235, 204, 204);
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow: scroll hidden;
        border: 1px solid rgb(221, 221, 221);
    }
    .table-responsive>.table {
        margin-bottom: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0px;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0px;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0px;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev::before {
    content: "‹";
}

.carousel-control .icon-next::before {
    content: "›";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0px;
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.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: 0px / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

body.pattern-none {
    background-color: rgb(242, 242, 242);
}

body.pattern-cloth-alike.layout-boxed {
    background-image: url("assets/img/patterns/large/cloth-alike.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike.layout-boxed {
        background-image: url("assets/img/patterns/large/cloth-alike@2x.png");
    }
}

body.pattern-cloth-alike.layout-wide #content {
    background-image: url("assets/img/patterns/large/cloth-alike.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike.layout-wide #content {
        background-image: url("assets/img/patterns/large/cloth-alike@2x.png");
    }
}

body.pattern-corrugation.layout-boxed {
    background-image: url("assets/img/patterns/large/corrugation.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation.layout-boxed {
        background-image: url("assets/img/patterns/large/corrugation@2x.png");
    }
}

body.pattern-corrugation.layout-wide #content {
    background-image: url("assets/img/patterns/large/corrugation.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation.layout-wide #content {
        background-image: url("assets/img/patterns/large/corrugation@2x.png");
    }
}

body.pattern-diagonal-noise.layout-boxed {
    background-image: url("assets/img/patterns/large/diagonal-noise.png");
    background-repeat: repeat;
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise.layout-boxed {
        background-image: url("assets/img/patterns/large/diagonal-noise@2x.png");
    }
}

body.pattern-diagonal-noise.layout-wide #content {
    background-image: url("assets/img/patterns/large/diagonal-noise.png");
    background-repeat: repeat;
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise.layout-wide #content {
        background-image: url("assets/img/patterns/large/diagonal-noise@2x.png");
    }
}

body.pattern-dust.layout-boxed {
    background-image: url("assets/img/patterns/large/dust.png");
    background-repeat: repeat;
    background-size: 400px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust.layout-boxed {
        background-image: url("assets/img/patterns/large/dust@2x.png");
    }
}

body.pattern-dust.layout-wide #content {
    background-image: url("assets/img/patterns/large/dust.png");
    background-repeat: repeat;
    background-size: 400px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust.layout-wide #content {
        background-image: url("assets/img/patterns/large/dust@2x.png");
    }
}

body.pattern-fabric-plaid.layout-boxed {
    background-image: url("assets/img/patterns/large/fabric-plaid.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid.layout-boxed {
        background-image: url("assets/img/patterns/large/fabric-plaid@2x.png");
    }
}

body.pattern-fabric-plaid.layout-wide #content {
    background-image: url("assets/img/patterns/large/fabric-plaid.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid.layout-wide #content {
        background-image: url("assets/img/patterns/large/fabric-plaid@2x.png");
    }
}

body.pattern-farmer.layout-boxed {
    background-image: url("assets/img/patterns/large/farmer.png");
    background-repeat: repeat;
    background-size: 200px 200px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer.layout-boxed {
        background-image: url("assets/img/patterns/large/farmer@2x.png");
    }
}

body.pattern-farmer.layout-wide #content {
    background-image: url("assets/img/patterns/large/farmer.png");
    background-repeat: repeat;
    background-size: 200px 200px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer.layout-wide #content {
        background-image: url("assets/img/patterns/large/farmer@2x.png");
    }
}

body.pattern-grid-noise.layout-boxed {
    background-image: url("assets/img/patterns/large/grid-noise.png");
    background-repeat: repeat;
    background-size: 98px 98px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise.layout-boxed {
        background-image: url("assets/img/patterns/large/grid-noise@2x.png");
    }
}

body.pattern-grid-noise.layout-wide #content {
    background-image: url("assets/img/patterns/large/grid-noise.png");
    background-repeat: repeat;
    background-size: 98px 98px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise.layout-wide #content {
        background-image: url("assets/img/patterns/large/grid-noise@2x.png");
    }
}

body.pattern-lightpaperfibers.layout-boxed {
    background-image: url("assets/img/patterns/large/lightpaperfibers.png");
    background-repeat: repeat;
    background-size: 500px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers.layout-boxed {
        background-image: url("assets/img/patterns/large/lightpaperfibers@2x.png");
    }
}

body.pattern-lightpaperfibers.layout-wide #content {
    background-image: url("assets/img/patterns/large/lightpaperfibers.png");
    background-repeat: repeat;
    background-size: 500px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers.layout-wide #content {
        background-image: url("assets/img/patterns/large/lightpaperfibers@2x.png");
    }
}

body.pattern-retina-wood.layout-boxed {
    background-image: url("assets/img/patterns/large/retina-wood.png");
    background-repeat: repeat;
    background-size: 512px 512px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood.layout-boxed {
        background-image: url("assets/img/patterns/large/retina-wood@2x.png");
    }
}

body.pattern-retina-wood.layout-wide #content {
    background-image: url("assets/img/patterns/large/retina-wood.png");
    background-repeat: repeat;
    background-size: 512px 512px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood.layout-wide #content {
        background-image: url("assets/img/patterns/large/retina-wood@2x.png");
    }
}

body.pattern-lghtmesh.layout-boxed {
    background-image: url("assets/img/patterns/large/lghtmesh.png");
    background-repeat: repeat;
    background-size: 256px 256px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh.layout-boxed {
        background-image: url("assets/img/patterns/large/lghtmesh@2x.png");
    }
}

body.pattern-lghtmesh.layout-wide #content {
    background-image: url("assets/img/patterns/large/lghtmesh.png");
    background-repeat: repeat;
    background-size: 256px 256px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh.layout-wide #content {
        background-image: url("assets/img/patterns/large/lghtmesh@2x.png");
    }
}

body.pattern-pw-maze-white.layout-boxed {
    background-image: url("assets/img/patterns/large/pw-maze-white.png");
    background-repeat: repeat;
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white.layout-boxed {
        background-image: url("assets/img/patterns/large/pw-maze-white@2x.png");
    }
}

body.pattern-pw-maze-white.layout-wide #content {
    background-image: url("assets/img/patterns/large/pw-maze-white.png");
    background-repeat: repeat;
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white.layout-wide #content {
        background-image: url("assets/img/patterns/large/pw-maze-white@2x.png");
    }
}

body.pattern-cloth-alike-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/cloth-alike-dark.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/cloth-alike-dark@2x.png");
    }
}

body.pattern-cloth-alike-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/cloth-alike-dark.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/cloth-alike-dark@2x.png");
    }
}

body.pattern-corrugation-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/corrugation-dark.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/corrugation-dark@2x.png");
    }
}

body.pattern-corrugation-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/corrugation-dark.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/corrugation-dark@2x.png");
    }
}

body.pattern-diagonal-noise-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/diagonal-noise-dark.png");
    background-repeat: repeat;
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/diagonal-noise-dark@2x.png");
    }
}

body.pattern-diagonal-noise-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/diagonal-noise-dark.png");
    background-repeat: repeat;
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/diagonal-noise-dark@2x.png");
    }
}

body.pattern-dust-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/dust-dark.png");
    background-repeat: repeat;
    background-size: 400px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/dust-dark@2x.png");
    }
}

body.pattern-dust-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/dust-dark.png");
    background-repeat: repeat;
    background-size: 400px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/dust-dark@2x.png");
    }
}

body.pattern-fabric-plaid-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/fabric-plaid-dark.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/fabric-plaid-dark@2x.png");
    }
}

body.pattern-fabric-plaid-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/fabric-plaid-dark.png");
    background-repeat: repeat;
    background-size: 102px 78px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/fabric-plaid-dark@2x.png");
    }
}

body.pattern-farmer-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/farmer-dark.png");
    background-repeat: repeat;
    background-size: 200px 200px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/farmer-dark@2x.png");
    }
}

body.pattern-farmer-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/farmer-dark.png");
    background-repeat: repeat;
    background-size: 200px 200px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/farmer-dark@2x.png");
    }
}

body.pattern-grid-noise-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/grid-noise-dark.png");
    background-repeat: repeat;
    background-size: 98px 98px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/grid-noise-dark@2x.png");
    }
}

body.pattern-grid-noise-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/grid-noise-dark.png");
    background-repeat: repeat;
    background-size: 98px 98px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/grid-noise-dark@2x.png");
    }
}

body.pattern-lightpaperfibers-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/lightpaperfibers-dark.png");
    background-repeat: repeat;
    background-size: 500px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/lightpaperfibers-dark@2x.png");
    }
}

body.pattern-lightpaperfibers-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/lightpaperfibers-dark.png");
    background-repeat: repeat;
    background-size: 500px 300px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/lightpaperfibers-dark@2x.png");
    }
}

body.pattern-retina-wood-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/retina-wood-dark.png");
    background-repeat: repeat;
    background-size: 512px 512px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/retina-wood-dark@2x.png");
    }
}

body.pattern-retina-wood-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/retina-wood-dark.png");
    background-repeat: repeat;
    background-size: 512px 512px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/retina-wood-dark@2x.png");
    }
}

body.pattern-lghtmesh-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/lghtmesh-dark.png");
    background-repeat: repeat;
    background-size: 256px 256px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/lghtmesh-dark@2x.png");
    }
}

body.pattern-lghtmesh-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/lghtmesh-dark.png");
    background-repeat: repeat;
    background-size: 256px 256px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/lghtmesh-dark@2x.png");
    }
}

body.pattern-pw-maze-white-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/pw-maze-white-dark.png");
    background-repeat: repeat;
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/pw-maze-white-dark@2x.png");
    }
}

body.pattern-pw-maze-white-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/pw-maze-white-dark.png");
    background-repeat: repeat;
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/pw-maze-white-dark@2x.png");
    }
}

#wrapper {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.layout-boxed #wrapper {
    margin: 0px auto;
    width: auto;
}

#header-wrapper,
#main-wrapper,
#footer-wrapper {}

#header-wrapper,
#footer-wrapper {
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 17%);
}

html {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: rgb(31, 31, 31);
    color: rgb(37, 37, 37);
    font-family: "Dosis", Arial, sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 22px;
    min-height: 100%;
    margin-top: -22px;
}

h2,
.block-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
}

address {
    line-height: 22px;
}

address a {
    text-decoration: underline;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover {
    color: rgb(66, 66, 66);
}

abbr,
abbr[title],
abbr[data-original-title] {
    text-decoration: none;
    border-bottom: 0px !important;
}

ol li {
    margin-bottom: 20px;
}

ol li:last-child {
    /* margin-bottom: 0px; */
}

.hero {
    text-align: center;
}

.hero strong,
.hero span {
    display: block;
}

.hero strong {
    color: rgb(57, 181, 74);
    font-size: 280px;
    font-weight: bold;
    line-height: 1.3;
}

.hero span {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.color-primary {
    color: rgb(57, 181, 74) !important;
}

.color-white {
    color: rgb(255, 255, 255) !important;
}

.align-right {
    text-align: right;
}

.box {
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    padding: 20px;
}

.separator {
    padding-left: 15px;
    padding-right: 15px;
}

.caps {
    text-transform: uppercase;
}

.vertical-align {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.center {
    text-align: center !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.form-search .form-control-feedback {
    color: rgb(60, 66, 95);
    font-size: 18px;
    right: 0px !important;
}

.fullwidth {
    margin-left: -800px !important;
    margin-right: -800px !important;
    padding-left: 800px !important;
    padding-right: 800px !important;
}

.fullwidth-container {
    margin-left: -800px;
    margin-right: -800px;
}

.background-primary {
    background-color: #8a8a8a;
}

.background-primary a {
    color: rgb(29 29 29);
}

.background-primary a:hover {
    text-decoration: none;
}

.background-secondary {
    background-color: rgb(219, 219, 219);
}

.background-map {
    background-image: url("assets/img/map.png");
    background-repeat: repeat;
    background-position: center center;
}

.background-dots {
    background-image: url("assets/img/pattern-dots.png");
    background-position: center center;
    background-repeat: repeat;
}

.block-content {
    padding: 100px 0px 150px;
}

.block-content h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
}

.block-content h3::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.block-content .center h3::after {
    left: 50%;
    margin-left: -15px;
}

.block-content p {
    margin-bottom: 0px;
    line-height: 150%;
    font-weight: 400;
}

.block-content.background-primary {
    color: rgb(255, 255, 255);
}

.block-content blockquote {
    border: 0px;
    font-size: 28px;
    line-height: 34px;
    margin: 0px;
}

.block-content blockquote .author {
    color: rgb(37, 37, 37);
    display: block;
    font-size: 14px;
    margin-top: 20px;
    opacity: 0.9;
}

.block-content-small-padding {
    padding: 100px 0px 130px;
}

p.block-slogan {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}

.hex {
    margin-bottom: 25px;
    position: relative;
}

.hex i {
    font-size: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.hex-content {
    display: block;
}

.hex-content a {
    color: rgb(255, 255, 255);
}

.hex-content a:hover {
    text-decoration: none;
}

.hex-image {
    width: 100%;
}

.block-stats {
    padding: 20px;
    text-align: center;
}

.block-stats span,
.block-stats strong {
    display: block;
}

.block-stats strong {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.block-stats span {
    font-size: 16px;
    font-weight: 500;
}

.helper-image-hover,
.property-box-picture-inner,
.property-row-picture-inner,
.property-small-picture-inner,
.agent-box-picture-inner,
.agent-row-picture-inner,
.agent-small-picture,
.agency-row-picture,
.infobox-picture,
.post-picture {
    background-color: rgb(255, 255, 255);
}

.helper-image-hover img,
.property-box-picture-inner img,
.property-row-picture-inner img,
.property-small-picture-inner img,
.agent-box-picture-inner img,
.agent-row-picture-inner img,
.agent-small-picture img,
.agency-row-picture img,
.infobox-picture img,
.post-picture img {
    position: relative;
    opacity: 1;
    transition: all 0.7s ease-out 0s;
}

.helper-image-hover a,
.property-box-picture-inner a,
.property-row-picture-inner a,
.property-small-picture-inner a,
.agent-box-picture-inner a,
.agent-row-picture-inner a,
.agent-small-picture a,
.agency-row-picture a,
.infobox-picture a,
.post-picture a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.helper-image-hover a::after,
.property-box-picture-inner a::after,
.property-row-picture-inner a::after,
.property-small-picture-inner a::after,
.agent-box-picture-inner a::after,
.agent-row-picture-inner a::after,
.agent-small-picture a::after,
.agency-row-picture a::after,
.infobox-picture a::after,
.post-picture a::after {
    color: rgb(255, 255, 255);
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: scale(3, 3);
    transition: all 0.7s ease-out 0s;
}

.helper-image-hover:hover img,
.property-box-picture-inner:hover img,
.property-row-picture-inner:hover img,
.property-small-picture-inner:hover img,
.agent-box-picture-inner:hover img,
.agent-row-picture-inner:hover img,
.agent-small-picture:hover img,
.agency-row-picture:hover img,
.infobox-picture:hover img,
.post-picture:hover img {
    opacity: 0.8;
    transform: scale(1.15, 1.15);
    transition: all 0.7s ease-in 0s;
}

.helper-image-hover:hover a,
.property-box-picture-inner:hover a,
.property-row-picture-inner:hover a,
.property-small-picture-inner:hover a,
.agent-box-picture-inner:hover a,
.agent-row-picture-inner:hover a,
.agent-small-picture:hover a,
.agency-row-picture:hover a,
.infobox-picture:hover a,
.post-picture:hover a {
    text-decoration: none;
}

.helper-image-hover:hover a::after,
.property-box-picture-inner:hover a::after,
.property-row-picture-inner:hover a::after,
.property-small-picture-inner:hover a::after,
.agent-box-picture-inner:hover a::after,
.agent-row-picture-inner:hover a::after,
.agent-small-picture:hover a::after,
.agency-row-picture:hover a::after,
.infobox-picture:hover a::after,
.post-picture:hover a::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.7s ease-in 0s;
}

.btn {
    appearance: none;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 17%);
}

.btn-primary,
.btn-white {background-color: #ffffff;border: 2px solid #1f1f1f;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;color: #ffbe00;font-size: 14px;font-weight: bold;padding: 14px 20px;outline: 0px !important;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;border-radius: 100px;text-shadow: none;}

.w-195 {
    /* width: 194px; */
}

.btn-primary:active,
.btn-white:active,
.btn-primary:focus,
.btn-white:focus {
    background-color: transparent;
    border-color: rgb(45, 142, 58);
    box-shadow: none;
    color: rgb(57, 181, 74);
}

.btn-primary:active.btn-inversed,
.btn-white:active.btn-inversed,
.btn-primary:focus.btn-inversed,
.btn-white:focus.btn-inversed {
    border-color: rgb(45, 142, 58);
    color: rgb(255, 255, 255);
}

.btn-primary:hover,
.btn-white:hover {background-color: #ffbe00;border-color: #ffbe00;color: #ffffff;}

.btn-primary:hover i,
.btn-white:hover i {
    background-color: #a92b22;
}

.btn-primary:hover.btn-inversed,
.btn-white:hover.btn-inversed {
    background-color: rgb(45, 142, 58);
}

#footer .btn-primary:hover,
#footer .btn-white:hover {
    color: rgb(45, 142, 58);
}

#footer .btn-primary,
#footer .btn-white {
    color: rgb(57, 181, 74);
}

.btn-primary.btn-inversed,
.btn-inversed.btn-white {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
}

.btn-primary.btn-inversed i,
.btn-inversed.btn-white i {
    color: rgb(255, 255, 255) !important;
}

.btn-primary i,
.btn-white i {
    background-color: rgb(232 16 0);
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 36px;
    line-height: 20px;
    margin: -8px 12px -8px -12px;
    padding: 8px 12px;
    transition: background-color 0.2s linear 0s;
    border-radius: 100px;
    position: relative;
    left: 0px;
}

.header-light .btn-primary i,
.header-light .btn-white i {
    color: rgb(255, 255, 255);
}

.btn-white {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn-white:active,
.btn-white:focus {
    border-color: rgb(230, 230, 230);
}

.btn-white:hover {
    border-color: rgb(230, 230, 230);
    color: rgb(230, 230, 230);
}

.btn-regular {
    border-bottom: 1px solid rgb(57, 181, 74);
    color: rgb(57, 181, 74);
    font-weight: bold;
    /* padding: 1px 0px 2px; */
    transition: all 0.2s linear 0s;
    border-radius: 5px;
    border: 1px solid #d4d4d4 !important;
}

.btn-regular:hover {
    border-bottom-color: rgb(57, 181, 74);
    color: rgb(57, 181, 74);
}

#footer .btn-regular,
#header .btn-regular {
    border-bottom-color: rgb(255, 255, 255);
}

#footer .btn-regular:hover,
#header .btn-regular:hover {
    border-bottom-color: rgb(57, 181, 74);
    color: rgb(57, 181, 74);
}

.btn-small {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 8px;
}

.btn-small i {
    height: 20px;
    margin: 0px 7px 0px 0px;
    padding: 0px;
}

label {
    cursor: pointer;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    color: rgb(37, 37, 37);
    font-size: 15px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

#main .form-control {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.form-control-static {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 6px 0px;
}

.select-wrapper {
    cursor: pointer;
    position: relative;
}

.select-wrapper::after {
    /* background-color: rgb(255, 255, 255); */
    color: rgb(37, 37, 37);
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 13px;
    text-align: right;
    top: 11px;
    width: 24px;
    z-index: 2;
}

.select-wrapper select.form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: none;
    cursor: pointer;
    text-indent: 0.01px;
    appearance: none;
    font-size: 15px;
}

.select-wrapper select.form-control[disabled] {
    cursor: not-allowed;
}

.widget form .form-group:last-child {
    margin-bottom: 0px;
}

.form-group.checkboxlist {
    max-height: 150px;
    overflow-x: auto;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    margin: 0px 0px -1px !important;
}

.widget-title {}

.sidebar .widget {
    margin-bottom: 45px;
}

.widget-content {
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 3rem;
    padding: 15px;
}

.widget .nav-stacked li {
    margin: 0px 0px 14px;
}

.widget .nav-stacked li:last-child {
    margin-bottom: 0px;
}

.widget .nav-stacked li a {
    padding: 0px;
}

#footer .widget .nav-stacked li a {
    color: rgb(255, 255, 255);
}

.widget .nav-stacked li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.widget .recent-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.widget .recent-posts h3,
.widget .recent-posts h3 a {
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}

.sidebar .widget .recent-posts h3,
.footer-light .widget .recent-posts h3,
.sidebar .widget .recent-posts h3 a,
.footer-light .widget .recent-posts h3 a {
    color: rgb(37, 37, 37) !important;
}

.widget .recent-posts li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.widget .recent-posts li:last-child {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.panel-group .panel {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    padding: 0px;
    position: relative;
    transition: background-color 0.2s linear 0s;
}

#main .panel-default>.panel-heading,
.footer-light .panel-default>.panel-heading {
    background-color: rgba(37, 37, 37, 0.9);
    color: rgb(255, 255, 255);
}

.panel-default>.panel-heading::after {
    content: "";
    color: rgb(255, 255, 255);
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 8px;
}

.panel-default>.panel-heading.active {
    background-color: rgb(57, 181, 74) !important;
}

.panel-default>.panel-heading.active::after {
    content: "";
}

.panel-default>.panel-heading.active a:hover {
    color: rgb(255, 255, 255);
}

.panel-title>a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 24px;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-left: 3px solid rgb(57, 181, 74);
    border-top: 0px;
    margin: 10px;
    padding-left: 20px;
}

.pagination {
    margin-top: 50px;
}

.pagination li a {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: rgb(37, 37, 37);
    font-size: 14px;
    margin: 0px 5px;
    transition: border-color 0.2s linear 0s;
    border-radius: 0px !important;
}

.pagination li a:hover {
    background-color: transparent;
    border-color: rgb(57, 181, 74);
    color: rgb(37, 37, 37);
}

.pagination li.active a,
.pagination li.active a:hover {
    background-color: transparent;
    border-color: rgb(37, 37, 37);
    color: rgb(37, 37, 37);
    font-weight: bold;
}

.table {
    font-size: 14px;
}

.table tbody tr td {
    vertical-align: middle;
}

.table tbody tr td.min-width {
    white-space: nowrap;
    width: 1px;
}

.header-bar {
    background-color: #ffbe00;
    border: 0px solid #3a3a3a;
    color: rgb(255, 255, 255);
    z-index: 1;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 17%);
    position: relative;
}

.header-classic {
    position: relative;
    z-index: 99999;
}

.header-classic .header-top {
    padding: 10px 0px;
}

.header-classic .header-identity {
    margin-top: 17px;
}

.header-standard {
    margin-bottom: 62px;
}

.header-bar-nav {
    float: right;
}

.header-bar-nav li {
    border-right: 1px solid rgb(255 255 255 / 36%);
    display: inline-block;
    line-height: 13px;
    padding: 0px;
}

.header-bar-nav li:last-child {
    border: 0px;
    padding-right: 0px;
}

.header-bar-nav li a {
    color: rgb(255 255 255);
    font-size: 12px;
    font-family: arial;
}

.header-bar-nav li a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.header-top {
    background-color: rgb(255 255 255);
    position: relative;
    box-shadow: 0 1px 0px 0px rgb(0 0 0 / 17%);
}

.header-light .header-top {
    color: rgb(37, 37, 37);
}

.header-light .header-top .btn-regular {
    border-bottom-color: rgb(37, 37, 37) !important;
    color: rgb(37, 37, 37) !important;
}

.header-light .header-top .btn-regular:hover {
    border-bottom: 1px solid rgb(57, 181, 74) !important;
    color: rgb(57, 181, 74) !important;
}

.header-top .social {
    float: right;
}

.header-top .separator {
    font-size: 14px;
}

.header-light .header-top {
    background-color: rgb(255, 255, 255);
}

.header-identity {
    display: inline-block;
}

.header-infobox {
    display: inline-block;
    line-height: 15px;
    margin: 8px 20px 0px 0px;
    font-family: arial;
}

.header-infobox a {
    color: rgb(255, 255, 255);
}

.header-infobox strong {
    font-weight: 400;
}

.header-identity-target {
    display: flex;
    height: 100px;
    align-items: center;
}

.header-identity-target:hover {
    color: rgb(37, 37, 37);
    text-decoration: none;
}

.header-light .header-identity-target {
    color: rgb(37, 37, 37);
}

.header-icon {
    color: rgb(57, 181, 74);
    font-size: 24px;
    padding-right: 15px;
    vertical-align: -4px;
}

.header-title {
    font-family: Raleway, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-slogan {
    border-left: 1px solid rgb(57, 181, 74);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px 0px 25px;
    padding: 0px 0px 0px 25px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-navigation {
    position: relative;
    z-index: 999;
    /* height: 100px; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.header-navigation ul li:first-child i {
    position: relative;
    top: 5px;
}

.header-light .header-navigation {
    background-color: rgba(255, 255, 255, 0.85);
}

.header-navigation .form-search-wrapper {
    float: right;
}

.header-navigation .form-search {
    margin-top: 13px;
}

.header-navigation .form-search .form-control {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.header-light .header-navigation .form-search .form-control {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: rgb(37, 37, 37);
}

.navbar-toggle {
    border-radius: 0px;
    margin-left: auto;
    padding: 0px;
    color: #445669;
}

.navbar-toggle .icon-bar {
    background-color: rgb(57, 181, 74);
    border-radius: 0px;
}

.header-nav {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    z-index: 99999;
}

.header-nav li a {
    background-color: transparent;
    border-top: 3px solid transparent;
    border-radius: 0px;
    font-size: 13px;
    padding: 20px 20px;
    text-align: left;
    transition: border-color 0.2s linear 0s;
    color: #ffffff;
    height: 70px;
}

.header-light .header-nav li a {
    color: rgb(37, 37, 37);
}

.header-light .header-nav li a:hover {
    color: rgb(37, 37, 37);
}

.header-nav li:hover a {
    background-color: #ffbe001c;
    border-top-color: #ffbe00;
}

.header-nav li.active a {
    background-color: transparent;
    border-top-color: rgb(57, 181, 74);
}

.header-nav li.active a:hover {
    background-color: transparent;
}

.header-nav li+li {
    margin-left: 0px;
}

.header-nav .menuparent {
    position: relative;
}

.header-nav .menuparent .menuparent:hover>a {
    background-color: #ffbe00 !important;
    color: rgb(255, 255, 255) !important;
}

.header-nav .menuparent .menuparent:hover>a::after,
.header-nav .menuparent .menuparent:hover>a::before {
    color: rgb(255, 255, 255) !important;
}

.header-nav .menuparent .menuparent:hover>a::before {
    display: block;
}

.header-nav .menuparent>a i {
    color: #ffbe00;
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    content: "";
    /* padding-right: 8px; */
    vertical-align: middle;
}

.header-nav .menuparent>a i.fa-chevron-down {
    font-size: 12px;
    top: -1px;
    position: relative;
    color: #39b54a;
    margin-left: 5px;
}

.header-nav .menuparent .menuparent>a::after {
    content: "";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
}

.header-nav .menuparent .menuparent>a:hover::after {
    color: rgb(57, 181, 74);
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    content: "";
    padding-left: 15px;
    vertical-align: middle;
}

.header-nav .menuparent:hover>.sub-menu {
    display: block;
    visibility: visible;
}

.header-nav .menuparent:hover>a {
}

.header-nav .sub-menu {
    background-color: rgb(255 255 255 / 90%);
    border-width: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    display: none;
    left: 0px;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
    z-index: 3;
}

.header-classic .header-nav .sub-menu {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.header-classic .header-nav .sub-menu::before {
    border-bottom-color: rgba(255, 255, 255, 0.85);
    top: -12px;
}

.header-light .header-nav .sub-menu {
    background-color: rgba(37, 37, 37, 0.9);
    border: 0px;
}

.header-nav .sub-menu::before {
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(6 6 6);
    border-image: initial;
    bottom: 0px;
    content: "";
    display: block;
    height: 0px;
    left: 20px;
    position: absolute;
    top: -16px;
    width: 0px;
}

.header-light .header-nav .sub-menu::before {
    border-bottom-color: rgba(37, 37, 37, 0.9);
}

.header-nav .sub-menu li {
    margin: 0px;
    padding: 0px;
}

.header-nav .sub-menu li a {
    border: 0px;
    display: block;
    font-size: 15px;
    margin: 0px;
    padding: 15px 45px;
    position: relative;
    transition: all 0.2s linear 0s;
    text-transform: inherit;
    font-weight: 500;
    color: rgb(37, 37, 37) !important;
    height: inherit;
}

.header-nav .sub-menu li a::before {
    content: "";
    color: rgb(255, 255, 255);
    display: none;
    font-family: FontAwesome;
    font-size: 12px;
    left: 20px;
    position: absolute;
}

.header-nav .sub-menu li a:hover {
    background-color: #ffbe00;
    border: 0px;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
}

.header-nav .sub-menu li a:hover::before {
    display: block;
}

.header-light .header-nav .sub-menu li a {
    color: rgb(255, 255, 255);
}

.header-nav .sub-menu .sub-menu {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    left: 220px;
    top: 0px;
}

.header-nav .sub-menu .sub-menu::before {
    border-bottom-color: transparent;
    border-right-color: rgba(0, 0, 0, 0.1);
    left: -10px;
    margin: 0px;
    top: 10px;
}

.header-nav .sub-menu .sub-menu::after {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0px;
    width: 12px;
    z-index: 999;
}

#footer {
    color: rgb(255, 255, 255);
}

.footer-light #footer {
    color: rgb(37, 37, 37);
}

#footer a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 300;
}

#footer hr {
    border-color: rgb(255 255 255 / 44%);
    margin: 25px 0px;
}

.footer-light #footer hr {
    border-color: rgba(0, 0, 0, 0.1);
}

#footer .form-search {
    margin-top: 5px;
}

.footer-light #footer .form-search .form-control {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.footer-top {
    background-color: rgb(232 16 0);
    padding: 50px 15px 25px 15px;
}

.footer-light .footer-top {
    background-color: rgb(255, 255, 255);
}

.footer-light .footer-top .nav li a {
    color: rgb(37, 37, 37) !important;
}

.footer-nav {
    font-size: 14px;
}

.footer-nav li a {
    border-radius: 0px;
    color: rgb(255, 255, 255);
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-light .footer-nav li a {
    color: rgb(37, 37, 37) !important;
}

.footer-nav li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.footer-bottom {
    background-color: rgb(24, 24, 24);
    border-top: 3px solid transparent;
    padding: 25px 0px;
}

.footer-light .footer-bottom {
    background-color: rgb(255, 255, 255);
    border-top: 3px solid rgb(57, 181, 74);
}

.footer-bottom .social {
    margin-top: 30px;
    position: relative;
}

.footer-light .footer-bottom .social a {
    color: rgba(37, 37, 37, 0.9) !important;
}

.footer-bottom .social::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -14px;
    width: 30px;
}

.footer-light .footer-bottom .social::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.property-box {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px 1px rgb(0 0 0 / 10%);
}

.property-box:hover {
    box-shadow: none;
    border: 2px solid rgb(0 0 0 / 4%);
}

.property-box.no-border {
    border: 0px;
}

.property-box.small {
    margin-bottom: 0px;
}

.property-box.small:hover {
    background: rgb(233, 255, 249);
}

h3.property-box-title,
h3.property-box-title a {
    color: rgb(37, 37, 37);
    font-size: 17px;
    font-weight: 900;
    margin: 0px;
    height: 50px;
    overflow: hidden;
    padding-top: 15px;
    text-align: left;
}

h3.property-box-title::after,
h3.property-box-title a::after {
    display: none;
}

.small h3.property-box-title,
.small h3.property-box-title a {
    font-size: 15px;
    text-align: left;
}

h4.property-box-subtitle,
h4.property-box-subtitle a {
    color: rgb(37, 37, 37);
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    text-align: left;
}

.small h4.property-box-subtitle,
.small h4.property-box-subtitle a {
    font-size: 12px;
    margin-bottom: 11px;
    text-align: left;
}

.property-box-price {
    background-color: rgb(0 0 0 / 63%);
    color: rgb(243, 243, 243);
    display: table;
    font-size: 20px;
    font-weight: 900;
    left: 35px;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    text-align: left;
    border-radius: 3px;
    padding: 4px 12px !important;
    box-shadow: inset 0 0 0 1px #ffffff54;
}

.property-box-kat {
    background-color: rgb(68 255 0 / 56%);
    color: rgb(243, 243, 243);
    display: table;
    font-size: 13px;
    font-weight: 600;
    left: 35px;
    /* position: absolute; */
    top: 15px;
    z-index: 999;
    font-family: "trebuchet ms";
    text-align: left;
    border-radius: 3px;
    padding: 4px 12px !important;
}

.property-box-emlakno {
    background-color: rgb(0 95 255 / 63%);
    color: rgb(243, 243, 243);
    display: table;
    font-size: 13px;
    font-weight: 600;
    right: 35px;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    font-family: "trebuchet ms";
    text-align: left;
    border-radius: 3px;
    padding: 4px 12px !important;
}

.small .property-box-price {
    /* height: 31px; */
    line-height: 23px;
    padding: 4px 0px;
}

.property-box-price-suffix {
    color: rgb(37, 37, 37);
    font-size: 10px;
    font-weight: bold;
}

.property-box-picture {
    margin-bottom: -25px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.property-box-picture-target {
    display: block;
    overflow: hidden;
    height: 200px;
    background: #f3f3f3;
}

a.property-box-picture-target.anasayfa-img {
    height: 200px;
}

.property-box-picture-target img {
    position: absolute;
    /* width: auto; */
    height: 100%;
    inset: 0px;
    margin: auto;
}

.property-box-picture-inner {
    margin-left: -2px;
    margin-right: -2px;
    position: relative;
    z-index: 1;
}

.no-border .property-box-picture-inner {
    bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.property-box-label {
    background-color: rgb(206, 206, 206);
    color: rgb(37, 37, 37);
    font-weight: bold;
    /* position: absolute; */
    /* transform: rotate(-45deg); */
    z-index: 2;
    padding: 8px 30px;
    /* bottom: 12px; */
    border-radius: 5px;
    font-size: 13px;
}

.small .property-box-label {
    left: 15px;
    /* padding: 3px 12px; */
    top: 15px;
    border-radius: 3px;
    font-size: 13px;
}

.property-box-label.property-box-label-primary {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
}

.property-box-meta {
    background-color: rgba(255, 255, 255, 0.85);
    border: 0px;
    bottom: -2px;
    left: -2px;
    position: absolute;
    right: -2px;
    z-index: 10;
}

.property-box-meta-item {
    font-size: 11px;
    padding: 0px;
    text-align: center;
}

.property-box-meta-item span {
    background-color: rgb(255, 255, 255);
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 6px 0px;
    line-height: 1;
}

.property-box-meta-item strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0px;
}

.properties-filter {
    line-height: 36px;
    margin-bottom: 70px;
    padding: 0px;
    text-align: center;
}

.properties-filter li {
    display: inline-block;
    /* margin: 0px 10px; */
}

.properties-filter a {
}

.properties-filter a:hover {
    border-color: #1ddba7 !important;
}

.properties-filter .selected a {
    border-color: rgb(23 218 164);
    background: rgb(23 218 164);
    color: #fff;
}

.property-rows {
    margin-bottom: -30px;
}

.property-row {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.property-row-picture {
    padding-right: 0px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.property-row-picture img {
    width: 100%;
}

.property-row-picture-inner {
    position: relative;
}

.property-row-content {
    padding-right: 25px;
}

h3.property-row-title,
h3.property-row-title a {
    color: rgb(37, 37, 37);
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

h4.property-row-subtitle,
h4.property-row-subtitle a {
    color: rgb(37, 37, 37);
    font-size: 12px;
    font-weight: 300;
}

.property-row-price {
    color: rgb(57, 181, 74);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.property-row-body {
    font-size: 12px;
}

.property-row-meta {
    background-color: rgba(255, 255, 255, 0.85);
    border: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
}

.property-row-meta-item {
    font-size: 11px;
    padding: 0px;
    text-align: center;
}

.property-row-meta-item span {
    background-color: rgb(255, 255, 255);
    display: block;
    padding: 6px 0px;
    line-height: 1;
}

.property-row-meta-item strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0px;
}

.property-small {
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 10px 0px;
}

.property-small:last-child {
    margin-bottom: 0px;
}

.property-small,
.footer-light .property-small {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.property-small:hover {
    background: rgb(247, 247, 247);
}

.property-small-picture {
    padding-left: 10px;
    padding-right: 10px;
}

.property-small-picture img {
    width: 100%;
}

.property-small-picture-target {
    display: block;
}

.property-small-content {
    padding-left: 0px;
}

h3.property-small-title,
h3.property-small-title a {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.sidebar h3.property-small-title,
.footer-light h3.property-small-title,
.sidebar h3.property-small-title a,
.footer-light h3.property-small-title a {
    color: rgb(37, 37, 37) !important;
}

.property-small-subtitle {
    font-size: 11px;
    opacity: 0.7;
}

.property-small-price {
    color: rgb(57, 181, 74);
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.property-small-price-suffix {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: normal;
}

.property-small-price-suffix,
.footer-light .property-small-price-suffix {
    color: rgb(37, 37, 37) !important;
}

.property-detail-amenities {
    margin: 0px;
    padding: 0px;
}

.property-detail-amenities li {
    list-style: none;
    margin-bottom: 10px;
}

.property-detail-amenities li i {
    font-size: 14px;
    margin-right: 7px;
    vertical-align: 0px;
}

.property-detail-amenities li .ok {
    color: rgb(57, 181, 74);
}

.property-detail-amenities li .no {
    color: rgb(206, 206, 206);
}

h2.property-detail-title,
.block-content h3.property-detail-title {
    margin-bottom: 20px;
}

h3.property-detail-subtitle {
    font-size: 16px;
}

h3.property-detail-subtitle strong {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px 0px 20px;
    padding: 6px 15px;
    vertical-align: middle;
}

.property-detail-overview {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.property-detail-overview-item {
    padding: 8px 0px;
    text-align: center;
}

.property-detail-overview-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.1);
}

.submit-property-list li:first-child {
    margin-top: -5px;
}

.agents-list {
    margin-bottom: -30px;
}

.agent-box {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.agent-box-picture {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebecec;
    height: 180px;
}

.agent-box-picture img {
    height: 100%;
    width: auto;
}

.agent-box-label {
    background-color: rgb(206, 206, 206);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    left: -55px;
    padding: 5px 80px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    z-index: 2;
}

.agent-box-label.agent-box-label-primary {
    background-color: rgb(57, 181, 74);
}

.agent-box-content {
    padding: 5px 8px 5px;
    text-align: center;
    background: white;
}

.agent-box-content .social li {
    margin: 0px 5px 0px 0px;
}

h3.agent-box-title,
h3.agent-box-title a {
    color: rgb(37, 37, 37);
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0px 0px;
}

h4.agent-box-subtitle,
h4.agent-box-subtitle a {
    color: rgb(37, 37, 37);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

.agent-box-contacts {
    font-size: 14px;
    margin-bottom: 15px;
}

.agent-box-contacts i {
    padding-right: 5px;
}

.agent-box-contacts li {
    margin: 0px 0px 5px;
}

.agents-list {
    margin-bottom: -30px;
}

.agent-row {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.agent-row-picture {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-right: 0px;
}

.agent-row-picture img {
    width: 100%;
}

.agent-row-label {
    background-color: rgb(206, 206, 206);
    color: rgb(37, 37, 37);
    font-size: 14px;
    font-weight: bold;
    left: -55px;
    padding: 5px 80px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    z-index: 2;
}

.agent-row-label.agent-row-label-primary {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
}

.agent-row-content .social li {
    margin: 0px 5px 10px 0px;
}

h3.agent-row-title,
h3.agent-row-title a {
    color: rgb(37, 37, 37);
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0px 0px;
}

h4.agent-row-subtitle,
h4.agent-row-subtitle a {
    color: rgb(37, 37, 37);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

.agent-row-contacts {
    font-size: 14px;
    margin-bottom: 15px;
}

.agent-row-contacts i {
    padding-right: 5px;
}

.agent-row-contacts li {
    margin: 0px 0px 5px;
}

.agent-small {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.agent-small-bottom {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    position: relative;
    border-top: 1px solid rgb(221, 221, 221);
}

.agent-small-bottom ul {
    margin: 0px;
    padding: 0px;
}

.agent-small-bottom ul li {
    margin-bottom: 5px;
}

.agent-small-bottom ul li i {
    font-size: 14px;
    margin-right: 5px;
}

.agent-small-bottom ul li:last-child {
    margin-bottom: 0px;
}

.agent-small-picture {
    padding: 0px;
}

.agent-small-picture img {
    height: 130px;
    margin: auto;
    text-align: center;
}

.agent-small-content {
    padding-bottom: 50px;
    padding-top: 10px;
}

.agent-small-content .btn {
    border: 0px;
    bottom: 0px;
    position: absolute;
    right: 15px;
}

h3.agent-small-title,
h3.agent-small-title a {
    color: rgb(37, 37, 37);
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px;
}

h4.agent-small-subtitle,
h4.agent-small-subtitle a {
    color: rgb(37, 37, 37);
    font-size: 12px;
    font-weight: 300;
    margin: 0px 0px 15px;
    padding: 0px;
}

.agent-detail {
    margin-bottom: 30px;
}

.agent-detail-picture {
    border: 1px solid rgb(206, 206, 206);
    padding: 1px;
}

.agent-detail-picture img {
    width: 100%;
}

.agent-detail .social li:first-child {
    margin-left: 0px;
}

.agency-row {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.agency-row:last-child {
    margin-bottom: 0px;
}

.agency-row-picture {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.agency-row-picture img {
    width: 100%;
}

.agency-row-picture-target {
    color: rgb(37, 37, 37);
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.agency-row-picture-target i {
    background-color: rgb(57, 181, 74);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    height: 36px;
    line-height: 34px;
    margin-right: 5px;
    text-align: center;
    width: 36px;
}

.agency-row-picture-target span {
    display: block;
    padding: 20px;
}

.agency-row-picture-target:hover {
    text-decoration: none;
}

.agency-row-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.agency-row-content ul {
    font-size: 14px;
    margin: 0px;
}

.agency-row-content ul li {
    margin-bottom: 6px;
}

.agency-row-content ul li:last-child {
    margin-bottom: 0px;
}

.agency-row-content ul i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

h3.agency-row-title,
h3.agency-row-title a {
    color: rgb(37, 37, 37);
    font-size: 24px;
    margin: 0px 0px 5px;
    padding: 0px;
}

h4.agency-row-subtitle,
h4.agency-row-subtitle a {
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0px 20px;
    padding: 0px;
}

.agency-detail {
    margin-bottom: 30px;
}

.agency-detail-picture {
    border: 1px solid rgb(206, 206, 206);
    padding: 1px;
}

.agency-detail-picture img {
    width: 100%;
}

.agency-detail .social li:first-child {
    margin-left: 0px;
}

.map-wrapper {
    margin-bottom: -1px;
}

#map {
    border-bottom: 3px solid rgb(57, 181, 74);
    height: 553px;
}

.map-wrapper {
    margin-top: -62px;
}

.map-navigation-positioning {
    min-height: 0px;
}

.map-navigation-wrapper {
    position: relative;
}

.map-navigation {
    background-color: rgba(37, 37, 37, 0.9);
    border-top: 3px solid rgb(57, 181, 74);
    padding: 15px 0px 0px;
    position: absolute;
    right: 0px;
    top: -471px;
    z-index: 9999;
}

.map-navigation label {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.map-navigation-light .map-navigation label {
    color: rgb(37, 37, 37);
}

.map-navigation-light .map-navigation {
    background-color: rgba(255, 255, 255, 0.85);
}

.map-navigation-light .map-navigation .form-control {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

#map-property {
    border-bottom: 3px solid rgb(57, 181, 74);
    height: 200px;
}

.marker {
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(57, 181, 74);
    border-radius: 50%;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    width: 48px;
}

.marker::after {
    bottom: -13px;
    border-width: 6px 4px 4px;
    border-style: solid;
    border-color: rgb(57, 181, 74) transparent transparent;
    border-image: initial;
    content: "";
    display: block;
    height: 0px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0px;
}

.marker-inner {
    border-radius: 50%;
    height: 42px;
    line-height: 40px;
    width: 42px;
}

.marker-inner img {
    width: 26px;
    opacity: 0.7;
}

.infobox {
    background-color: rgb(57, 181, 74);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
    height: 191px;
    padding: 0px;
    position: relative;
    width: 200px;
}

.infobox::after {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(57, 181, 74) transparent transparent;
    border-image: initial;
    bottom: -12px;
    content: "";
    display: block;
    height: 0px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0px;
}

.infobox-header {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
    padding: 8px 15px;
}

.infobox-picture {
    height: 140px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.infobox-picture a {
    height: 140px;
}

.infobox-picture img {
    width: 100%;
}

h3.infobox-title,
h3.infobox-title a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 5px !important;
}

h4.infobox-subtitle,
h4.infobox-subtitle a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
}

.infobox-price {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0px;
    color: rgb(57, 181, 74);
    font-size: 12px;
    font-weight: bold;
    left: 0px;
    line-height: 23px;
    padding: 4px 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    z-index: 2;
}

.clusterer {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(57, 181, 74);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    position: relative;
    text-align: center;
    width: 48px;
}

.clusterer-inner {
    background-color: rgb(57, 181, 74);
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    margin: 2px;
    width: 40px;
}

.palette-wrapper {
    background-color: rgb(255, 255, 255);
    border-width: 2px 2px 2px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(57, 181, 74);
    border-right-color: rgb(57, 181, 74);
    border-bottom-color: rgb(57, 181, 74);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    left: 0px;
    padding: 15px;
    position: fixed;
    top: 200px;
    transition: margin 0.2s linear 0s;
    width: 180px;
    z-index: 999999;
}

.palette-wrapper select {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.palette-closed {
    margin-left: -180px;
}

h2.palette-title,
.block-content h3.palette-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.palette-colors {
    margin: 0px;
    padding: 0px;
}

.palette-colors li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    list-style: none;
    margin-bottom: 11px;
    margin-right: 11px;
}

.palette-colors li:nth-child(4n) {
    margin-right: 0px;
}

.palette-colors a {
    background-color: red;
    display: block;
    height: 24px;
    margin: 1px;
    width: 24px;
}

.palette-toggle {
    background-color: rgb(57, 181, 74);
    border-width: 2px 2px 2px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(57, 181, 74);
    border-right-color: rgb(57, 181, 74);
    border-bottom-color: rgb(57, 181, 74);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: -42px;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 40px;
}

.palette-toggle .palette-toggle-inner {
    border: 1px solid rgb(255, 255, 255);
    height: 100px;
    padding: 66px 0px 0px;
}

.palette-toggle span {
    display: block;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.palette-toggle i {
    display: inline;
    margin-right: 8px;
}

.palette-color-green a {
    background-color: rgb(57, 181, 74);
}

.palette-color-blue a {
    background-color: rgb(25, 160, 216);
}

.palette-color-red a {
    background-color: rgb(205, 33, 34);
}

.palette-color-cyan a {
    background-color: rgb(10, 166, 153);
}

.palette-color-orange a {
    background-color: rgb(243, 196, 9);
}

.palette-color-brown a {
    background-color: rgb(132, 100, 71);
}

.palette-color-pink a {
    background-color: rgb(191, 34, 78);
}

.palette-color-purple a {
    background-color: rgb(142, 92, 144);
}

.palette-patterns {
    margin: 0px;
    padding: 0px;
}

.palette-patterns li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    list-style: none;
    margin-bottom: 11px;
    margin-right: 11px;
}

.palette-patterns li:nth-child(4n) {
    margin-right: 0px;
}

.palette-patterns a {
    background-color: red;
    display: block;
    height: 24px;
    margin: 1px;
    width: 24px;
}

.palette-patterns ul {
    list-style: none;
}

.palette-patterns a {
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
    height: 23px;
    text-indent: -9999px;
    width: 23px;
}

.palette-patterns a.pattern-cloth-alike {
    background-image: url("assets/img/patterns/small/cloth-alike.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-cloth-alike {
        background-image: url("assets/img/patterns/small/cloth-alike@2x.png");
    }
}

.palette-patterns a.pattern-corrugation {
    background-image: url("assets/img/patterns/small/corrugation.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-corrugation {
        background-image: url("assets/img/patterns/small/corrugation@2x.png");
    }
}

.palette-patterns a.pattern-diagonal-noise {
    background-image: url("assets/img/patterns/small/diagonal-noise.png");
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-diagonal-noise {
        background-image: url("assets/img/patterns/small/diagonal-noise@2x.png");
    }
}

.palette-patterns a.pattern-dust {
    background-image: url("assets/img/patterns/small/dust.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-dust {
        background-image: url("assets/img/patterns/small/dust@2x.png");
    }
}

.palette-patterns a.pattern-fabric-plaid {
    background-image: url("assets/img/patterns/small/fabric-plaid.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-fabric-plaid {
        background-image: url("assets/img/patterns/small/fabric-plaid@2x.png");
    }
}

.palette-patterns a.pattern-farmer {
    background-image: url("assets/img/patterns/small/farmer.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-farmer {
        background-image: url("assets/img/patterns/small/farmer@2x.png");
    }
}

.palette-patterns a.pattern-grid-noise {
    background-image: url("assets/img/patterns/small/grid-noise.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-grid-noise {
        background-image: url("assets/img/patterns/small/grid-noise@2x.png");
    }
}

.palette-patterns a.pattern-lghtmesh {
    background-image: url("assets/img/patterns/small/lghtmesh.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-lghtmesh {
        background-image: url("assets/img/patterns/small/lghtmesh@2x.png");
    }
}

.palette-patterns a.pattern-pw-maze-white {
    background-image: url("assets/img/patterns/small/pw-maze-white.png");
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-pw-maze-white {
        background-image: url("assets/img/patterns/small/pw-maze-white@2x.png");
    }
}

.palette-patterns a.pattern-none {
    background-image: url("assets/img/patterns/small/no-pattern.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-none {
        background-image: url("assets/img/patterns/small/no-pattern@2x.png");
    }
}

.palette-patterns a.pattern-cloth-alike-dark {
    background-image: url("assets/img/patterns/small/cloth-alike-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-cloth-alike-dark {
        background-image: url("assets/img/patterns/small/cloth-alike-dark@2x.png");
    }
}

.palette-patterns a.pattern-corrugation-dark {
    background-image: url("assets/img/patterns/small/corrugation-dark.png");
    background-repeat: repeat;
    background-size: 8px 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-corrugation-dark {
        background-image: url("assets/img/patterns/small/corrugation-dark@2x.png");
    }
}

.palette-patterns a.pattern-diagonal-noise-dark {
    background-image: url("assets/img/patterns/small/diagonal-noise-dark.png");
    background-size: 100px 100px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-diagonal-noise-dark {
        background-image: url("assets/img/patterns/small/diagonal-noise-dark@2x.png");
    }
}

.palette-patterns a.pattern-dust-dark {
    background-image: url("assets/img/patterns/small/dust-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-dust-dark {
        background-image: url("assets/img/patterns/small/dust-dark@2x.png");
    }
}

.palette-patterns a.pattern-fabric-plaid-dark {
    background-image: url("assets/img/patterns/small/fabric-plaid-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-fabric-plaid-dark {
        background-image: url("assets/img/patterns/small/fabric-plaid-dark@2x.png");
    }
}

.palette-patterns a.pattern-farmer-dark {
    background-image: url("assets/img/patterns/small/farmer-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-farmer-dark {
        background-image: url("assets/img/patterns/small/farmer-dark@2x.png");
    }
}

.palette-patterns a.pattern-grid-noise-dark {
    background-image: url("assets/img/patterns/small/grid-noise-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-grid-noise-dark {
        background-image: url("assets/img/patterns/small/grid-noise-dark@2x.png");
    }
}

.palette-patterns a.pattern-lghtmesh-dark {
    background-image: url("assets/img/patterns/small/lghtmesh-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-lghtmesh-dark {
        background-image: url("assets/img/patterns/small/lghtmesh-dark@2x.png");
    }
}

.palette-patterns a.pattern-pw-maze-white-dark {
    background-image: url("assets/img/patterns/small/pw-maze-white-dark.png");
    background-size: 46px 23px;
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-pw-maze-white-dark {
        background-image: url("assets/img/patterns/small/pw-maze-white-dark@2x.png");
    }
}

.palette-patterns a.pattern-none-dark {
    background-image: url("assets/img/patterns/small/no-pattern-dark.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-none-dark {
        background-image: url("assets/img/patterns/small/no-pattern-dark@2x.png");
    }
}

.post {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-date {
    text-align: right;
}

.post-date span,
.post-date strong {
    display: block;
}

.post-date span {
    color: rgb(57, 181, 74);
    font-size: 18px;
}

.post-date span i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: 1px;
}

.post-date strong {
    font-size: 26px;
    margin-top: 3px;
}

.invoice-wrapper {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.invoice-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.invoice-logo {
    float: left;
    font-size: 26px;
    text-transform: uppercase;
}

.invoice-logo i {
    color: rgb(57, 181, 74);
    margin: 0px 10px 0px 0px;
}

.invoice-description {
    float: right;
}

.invoice-description span,
.invoice-description strong {
    display: block;
}

.invoice-description strong {
    font-size: 20px;
}

.invoice-info {
    padding: 20px 0px;
}

.pricing-cols+.pricing-cols {
    margin-top: 30px;
}

.merged .pricing-col-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.merged .pricing-col-wrapper .pricing-col {
    border-left-width: 1px;
    border-right-width: 1px;
}

.merged .pricing-col-wrapper:first-child {
    padding-left: 15px;
}

.merged .pricing-col-wrapper:first-child .pricing-col {
    border-left-width: 2px;
}

.merged .pricing-col-wrapper:last-child {
    padding-right: 15px;
}

.merged .pricing-col-wrapper:last-child .pricing-col {
    border-right-width: 2px;
}

.pricing-col {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.pricing-col.featured {
    outline: rgb(57, 181, 74) solid 2px;
    outline-offset: -2px;
    border-color: rgb(57, 181, 74);
}

.pricing-header {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.featured .pricing-header {
    border-color: rgb(57, 181, 74);
}

h3.pricing-title {
    color: rgb(57, 181, 74);
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h4.pricing-subtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h5.pricing-subsubtitle {
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    text-align: center;
}

.pricing-content {
    padding: 10px 20px;
}

.pricing-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 8px 0px;
    text-align: center;
}

.pricing-content li:last-child {
    border: 0px;
}

.pricing-content li.inactive {
    text-decoration: line-through;
}

.pricing-action {
    padding-bottom: 30px;
}

.social {
    margin: 0px;
    padding: 0px;
}

#header .social {
    margin-top: 7px;
}

.social li {
    display: inline-block;
    margin-right: 20px;
}

.social a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    transition: color 0.2s linear 0s;
}

.social a:hover {
    color: rgb(255, 255, 255);
}

#header .social a {
    font-size: 20px;
}

.widget .social li {
    margin: 0px 8px 10px 0px;
}

.social-boxed li {
    text-align: center;
}

.social-boxed a {
    color: rgb(255, 255, 255);
    height: 32px;
    line-height: 32px;
    transition: all 0.2s linear 0s;
    width: 32px;
    display: flex;
    align-items: center;
    place-content: center;
    background-color: rgb(57, 181, 74) !important;
}

.social-boxed a:hover {
    border-radius: 50%;
}

.feature-icon {
    background-image: url("assets/img/hex.png");
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    padding: 0px;
    text-align: center;
}

.feature-icon i {
    color: rgb(255, 255, 255);
    font-size: 22px;
}

.footer .feature-icon i {
    color: rgb(57, 181, 74);
}

.feature-icon-inner {
    height: 0px;
    padding-bottom: 115%;
    width: 100%;
}

.feature-icon-inner i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

h3.feature-title {
    color: rgb(57, 181, 74);
    margin: 0px 0px 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

.background-primary h3.feature-title {
    color: rgb(255, 255, 255);
}

.feature-content {
    margin-bottom: 20px;
}

.static-image {
    border-bottom: 3px solid rgb(57, 181, 74);
    position: relative;
    height: 400px;
    background: url("assets/img/slider-bg.jpg") center center / cover;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-image img {
    max-width: 100%;
}

.static-image-description-wrapper {}

.static-image-title {
    background-color: rgb(255, 255, 255);
    clear: both;
    float: left;
    font-size: 60px;
    line-height: 78px;
    padding: 0px 20px;
}

.static-image-subtitle {
    background-color: rgb(255, 255, 255);
    clear: both;
    display: inline-block;
    float: left;
    font-size: 28px;
    line-height: 40px;
    padding: 0px 20px;
}

.static-image-price {
    background-color: rgb(57, 181, 74);
    color: rgb(255, 255, 255);
    clear: both;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
}

.bxslider {
    padding-left: 0px;
}

.bx-wrapper {
    margin-bottom: 0px;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    left: 0px;
    transform: translateZ(0px);
}

.bx-wrapper .bx-pager {
    bottom: -30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(0, 0, 0, 0.3);
    height: 8px;
    transition: background-color 0.2s linear 0s;
    width: 24px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgb(0, 0, 0);
}

.bx-slider-button,
.bx-wrapper .bx-controls-direction a.bx-prev::after,
.bx-wrapper .bx-controls-direction a.bx-next::after {
    color: rgb(255, 255, 255);
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    height: 28px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    text-indent: 0px;
    top: 0px;
    transition: color 0.2s linear 0s;
    width: 28px;
}

.layout-boxed .bx-wrapper .bx-controls-direction {
    margin-right: -47px;
    position: absolute;
    right: 50%;
    top: -30px;
    width: 94px;
}

.layout-boxed .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px;
}

.layout-boxed .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
}

.bx-wrapper .bx-controls-direction a {
    background-image: none;
    border: 2px solid rgb(255, 255, 255);
    margin-top: -31px;
    transition: border-color 0.2s linear 0s;
}

.bx-wrapper .bx-controls-direction a.bx-next::after {
    content: "";
}

.bx-wrapper .bx-controls-direction a:hover {
    border-color: rgb(57, 181, 74);
}

.bx-wrapper .bx-controls-direction a:hover::after {
    color: rgb(57, 181, 74);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -52px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: -52px;
}

.flexslider {
}

.flex-control-thumbs li {
}

.flex-control-thumbs img {
}

.flex-direction-nav a {
    color: rgb(57, 181, 74);
    text-shadow: none;
    top: 33%;
}

.flex-direction-nav a::before {
    height: 40px;
    line-height: 40px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-nav li a {
        padding: 17px 8px 20px;
    }
    h2,
    .block-content h3,
    .block-content h3,
    .widget .widget-title {
        /* font-size: 25px; */
    }
    .agent-small-content {
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-slogan {
        display: none;
    }
    .header-nav li a {
        padding: 15px 5px 17px;
        height: 55px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
    }

.container-fluid {
    margin: auto 15px;
    padding: 0;
    max-width: 100%;
}

.header-identity-target {
    height: 80px;
}

.header-nav li {
    /* width: 100%; */
    /* display: inline-block; */
}

.header-nav .menuparent:hover>.sub-menu li {
    display: inherit;
}

.header-nav .sub-menu .sub-menu {
}

.header-nav .sub-menu .sub-menu {
    /* position: inherit !important; */
}

.header-nav .menuparent:hover>.sub-menu li a {
    text-align: left;
    align-items: center;
    height: 50px;
    display: flex;
    font-size: 15px;
}

.header-nav li a i {
}

.header-nav li:first-child a i {
    display: inherit !important;
}

.header-nav {/* display: flex; */align-items: center;white-space: nowrap;width: 100%;margin: auto;padding: 0 15px;}
    #header .form-search {
    }

.arama-form-ust {
    background: #ffffff30;
    border-color: #dcdcdc;
    border-width: 1px 0px;
    border-style: solid;
}
    .property-small-content {
        padding: 15px 15px 0px;
    }
    h2,
    .block-content h3,
    .block-content h3,
    .widget .widget-title {
        font-size: 18px;
    }
    h3.property-box-title,
    h3.property-box-title a {
        font-size: 16px;
    }
    .hex i {
        font-size: 40px;
    }
    .block-stats strong {
        font-size: 20px;
    }
    .block-stats span {
        font-size: 11px;
    }
    .header-top .header-nav li a {
        font-size: 13px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .static-image-description-wrapper {
        top: 10%;
    }
    .static-image {
        margin-top: 0px;
    }
    .static-image-title {
        font-size: 24px;
        line-height: 30px;
    }
    .static-image-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .static-image-price {
        font-size: 14px;
        line-height: 20px;
    }
    #header .form-search-wrapper {
        display: none;
    }
    .header-bar {}
    .header-navigation {
        height: 0px;
        overflow: hidden;
        /* position: absolute; */
    }
    .header-slogan,
    .header-actions {
        display: none;
    }
    .map-navigation {
        margin-top: 30px;
        position: relative;
        top: auto;
    }
    .property-item.isotope-item {
        width: 100%;
    }
    .feature {
        margin-bottom: 15px;
    }
    .feature:last-child {
        margin-bottom: 0px;
    }
    .hex-wrapper {
        margin-bottom: 25px;
    }
    .header-navigation {
        width: 100%;
    }
    .header-nav {
        margin: 0px;
        width: 100%;
    }
    .header-nav li {
        display: block;
        float: none;
        margin: 0px !important;
    }
    .header-nav li a {
        padding: 20px 20px !important;
        border-bottom: 1px solid #ddd;
    }
    .header-nav .sub-menu {
        border: 0px;
        color: rgb(255, 255, 255);
        position: relative;
        width: 100% !important;
    }
    .header-nav .sub-menu a {
        color: rgb(255, 255, 255) !important;
    }
    .header-nav .sub-menu::after,
    .header-nav .sub-menu::before {
        display: none;
    }
    .header-nav .sub-menu .sub-menu {
        left: auto;
    }
}

.widget_property_slider {
    overflow-x: hidden;
    width: 100%;
}

.property-slider-append-top .widget_property_slider {
    margin-top: 0px;
}

.widget_property_slider .owl-carousel {
    width: 100%;
    overflow: hidden;
}

.widget_property_slider .owl-dots {
    bottom: 60px;
    left: 0px;
    text-align: center;
    position: absolute;
    right: 0px;
    white-space: nowrap;
    z-index: 9999;
}

.widget_property_slider .owl-prev,
.widget_property_slider .owl-next {
    display: block;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.widget_property_slider .owl-prev span,
.widget_property_slider .owl-next span {
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 300;
    display: block;
    text-align: center;
}

.widget_property_slider .owl-prev span::after,
.widget_property_slider .owl-next span::after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 65px;
    height: 57px;
    margin-top: 20px;
    opacity: 0.45;
    transition: opacity 0.15s linear 0s;
    width: 31px;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    .widget_property_slider .owl-prev span::after,
    .widget_property_slider .owl-next span::after {
        background-size: 20px 37px;
        height: 37px;
        width: 20px;
    }
}

.widget_property_slider .owl-prev span:hover::after,
.widget_property_slider .owl-next span:hover::after {
    opacity: 1;
}

.widget_property_slider .owl-prev {
    left: 45px;
}

@media (max-width: 767px) {
    .widget_property_slider .owl-prev {
        left: 20px;
    }
}

.widget_property_slider .owl-next {
    right: 45px;
}

@media (max-width: 767px) {
    .widget_property_slider .owl-next {
        right: 20px;
    }
}

.widget_property_slider .owl-next span::after {
    content: "";
}

.widget_property_slider .owl-dot {
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

.widget_property_slider .owl-dot::before {
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0px;
    display: block;
    content: "";
    position: absolute;
    transition: all 0.15s linear 0s;
}

.widget_property_slider .owl-dot::after {
    background-color: transparent;
    bottom: -8px;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    transition: all 0.15s linear 0s;
    right: 0px;
}

.widget_property_slider .owl-dot.active {
    border-bottom-color: rgb(37, 180, 91);
}

.widget_property_slider .owl-dot.active img {
    opacity: 1;
}

.widget_property_slider .owl-dot.active::after {
    background-color: rgb(37, 180, 91);
}

.widget_property_slider .owl-dot.active::before {
    opacity: 0;
}

.property-slider-item img {
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .property-slider-item {
        height: 450px !important;
    }
}

.property-slider-item-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}

.property-slider-item-image::after {
    background-color: rgba(37, 37, 37, 0.75);
    inset: 0px;
    content: "";
    position: absolute;
}

.property-slider-item-info {
    color: rgb(255, 255, 255);
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.property-slider-item-info-title h1 {
    color: rgb(255, 255, 255);
    font-size: 66px;
    font-weight: 300;
    margin: 0px;
}

.property-slider-item-info-title h1 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media (max-width: 767px) {
    .property-slider-item-info-title h1 {
        font-size: 24px;
    }
}

.property-slider-item-info-location {
    font-weight: 200;
    font-size: 30px;
    margin: 20px 0px 0px;
}

.property-slider-item-info-location a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media (max-width: 767px) {
    .slideraramaform {
        margin: 0px 60px;
        top: -100px !important;
        height: 260px !important;
    }
    .main-slider .slides>li {
        height: 500px !important;
    }
    .property-slider-item-info-location {
        font-size: 15px;
    }
}

.property-slider-item-info-price {
    color: rgb(37, 180, 91);
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    margin: 0px 0px 30px;
}

@media (max-width: 767px) {
    .property-slider-item-info-price {
        font-size: 24px;
    }
}

.property-slider-item-info-more {
    margin-top: 40px;
}

.property-slider-item-info-more a {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 15px 35px;
}

.property-slider-item-info-more a:hover {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .property-slider-item-info-more {
        display: none;
    }
}

#cboxOverlay {
    background-color: rgba(0, 0, 0, 0.85);
    background-image: none;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
}

#cboxCurrent {
    display: none !important;
}

#cboxPrevious,
#cboxNext {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    font-size: 0px;
    left: 0px;
    height: 52px;
    position: absolute;
    text-indent: 0px;
    top: 50%;
    transition: background-color 0.15s linear 0s;
    width: 52px;
}

#cboxPrevious::after,
#cboxNext::after {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-indent: 0px;
    transition: color 0.15s linear 0s;
    -webkit-font-smoothing: antialiased;
}

#cboxPrevious:hover,
#cboxNext:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
    color: rgb(255, 255, 255);
}

#cboxPrevious:focus,
#cboxNext:focus {
    outline: 0px !important;
}

#cboxPrevious {
    margin-top: -26px;
    position: absolute;
}

#cboxPrevious::after {
    content: "";
    margin: 7px 0px 0px -5px;
}

#cboxNext {
    margin-top: -26px;
    right: 0px;
    left: auto !important;
}

#cboxNext::after {
    content: "";
    margin: 7px 0px 0px 4px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
    overflow: visible !important;
}

#colorbox {
    z-index: 99999;
}

#cboxLoadedContent {
    margin: 0px;
}

#cboxClose {
    background-color: rgb(37, 37, 37);
    background-image: none;
    border-radius: 50%;
    font-size: 0px;
    height: 40px;
    position: absolute;
    right: -20px;
    text-indent: 0px;
    top: -20px;
    transition: background-color 0.15s linear 0s;
    width: 40px;
}

#cboxClose::after {
    color: rgb(255, 255, 255);
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 4px 0px 0px;
    text-indent: 0px;
    transition: color 0.15s linear 0s;
    -webkit-font-smoothing: antialiased;
}

.nopad {
    padding: 0px !important;
}

.bottom-40 {
    bottom: 40px !important;
}

.empty-40 {
    display: block;
    height: 25px;
}

.arama-btn {
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    margin-top: -1px;
    background: rgb(255, 255, 255);
}

.nav-detay-baslik {}

.nav-detay-baslik li {}

.nav-detay-baslik li.active a,
.nav-detay-baslik li.active a:hover {
    padding: 16px 20px 13px;
    margin-top: -11px;
    background: rgb(232 16 0);
    color: rgb(255, 255, 255);
    border-color: rgb(68 68 68) transparent transparent;
    border-top-width: 4px;
    border-top-style: solid;
}

.nav-detay-baslik li a {
    color: rgb(51, 51, 51);
    padding: 10px 15px 11px;
    transition: none 0s ease 0s;
    font-weight: 600;
    border: 1px solid rgb(221, 221, 221);
}

.nav-detay-baslik li a:hover,
.nav-detay-baslik li a:focus {
    background: transparent;
    color: rgb(7, 114, 191);
}

.ozet-items {
    padding: 8px 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

ozet-items {}

.buyukresim #lightgallery {}

.mbottom {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0px;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0px;
}

.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 {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
}

.alert-success hr {
    border-top-color: rgb(201, 226, 179);
}

.alert-success .alert-link {
    color: rgb(43, 84, 44);
}

.alert-info {
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241);
}

.alert-info hr {
    border-top-color: rgb(166, 225, 236);
}

.alert-info .alert-link {
    color: rgb(36, 82, 105);
}

.alert-warning {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
}

.alert-warning hr {
    border-top-color: rgb(247, 225, 181);
}

.alert-warning .alert-link {
    color: rgb(102, 81, 44);
}

.alert-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(235, 204, 209);
}

.alert-danger hr {
    border-top-color: rgb(228, 185, 192);
}

.alert-danger .alert-link {
    color: rgb(132, 53, 52);
}

.hesabimmenu {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px 0px;
    background: rgb(255, 255, 255) !important;
    z-index: 0 !important;
}

.hesabimmenu li {}

.hesabimmenu li a {
    border-bottom: 3px solid transparent;
    color: rgb(0, 0, 0);
    padding: 30px 0px;
    border-right: 1px solid rgba(58, 58, 58, 0.06);
}

.hesabimmenu li:first-child a {
    border-bottom: 3px solid transparent;
    color: rgb(0, 0, 0);
    padding: 30px 0px;
    border-left: 1px solid rgba(58, 58, 58, 0.06);
}

.hesabimmenu li a:hover {
    border-bottom: 3px solid;
}

a.gflag {
    vertical-align: middle;
    font-size: 24px;
    float: left;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-image: url("/images/translate/24.png");
    padding: 0px !important;
}

a.gflag img {
    border: 0px;
}

a.gflag:hover {
    background-image: url("/images/translate/24a.png");
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
    top: 0px !important;
}

#google_translate_element2 {
    display: none !important;
}

.border-bottom-success.fullwidth {
    border-bottom: 3px solid green;
}

.main-slider {
    margin-bottom: -77px;
}

.main-slider .flex-control-nav {
    display: none;
}

.main-slider .flex-direction-nav {}

.main-slider .slides>li {
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.main-slider .slides>li .container {
    position: relative;
    z-index: 7;
}

.main-slider .slides>li::after {
    content: "";
    display: block;
    background: rgba(0, 23, 45, 0.15);
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0px;
    z-index: 0;
}

.main-slider .flex-direction-nav a {
    top: 50%;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    text-align: center;
    padding: 0.7rem;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.main-slider .flex-caption {
    height: 50%;
    color: white;
    margin: 10rem 0px;
    text-shadow: rgb(0, 0, 0) 0px 0px 2px;
}

.slideraramaform .col-md-2 {
    padding: 0px;
}

.slideraramaform select {
    /* font-size: 15px; */
    height: 60px;
    padding: 0px 0px 0px 20px;
    font-weight: 600;
}

.slideraramaform .form-control {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-right: 1px solid rgb(221, 221, 221) !important;
}

.slideraramaform .select-wrapper::after {
    top: 17px;
    right: 13px;
    text-shadow: none;
}

.slideraramaform select::after {}

.main-slider .flex-caption h1 {
    font-size: 46px;
    margin: 20px;
}

.main-slider .flex-caption h3,
.main-slider .flex-caption p {
    font-size: 25px;
    font-weight: 100;
    margin: 0px 0px 8px;
    padding: 0px 0px 10px;
}

.main-slider .flex-direction-nav a::before {
    font-size: 25px !important;
}

.slideraramaform {
    display: block;
    clear: both;
    height: 70px;
    position: relative;
    top: -200px;
}

.slideraramaform .yatay-arama-button {
    padding: 17px 0px;
    font-size: 17px;
    height: inherit;
}

.dil-menu-dis {
    overflow: scroll hidden;
    white-space: nowrap;
    width: 300px;
    margin: auto;
}

.dil-menu-ic {
    display: inline-block;
}

.arama-kategori-ust {
    background-color: #f3f3f3;
    padding: 15px 0px 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 3px 1px rgba(0,0,0,.08);
}

.mb-3 {
    margin-bottom: 30px;
}

.text-transform {
    text-transform: uppercase;
}

.form-group select:focus,
.form-group select:focus::placeholder,
.form-group input:focus,
.form-group input:focus::placeholder,
.form-group textarea:focus,
.form-group textarea:focus::placeholder {
    background: #ffbe00 !important;
    color: #fff;
    border-color: #bdbdbd !important;
}

.form-group:hover .select-wrapper:after {
}

.justify-content-end {
    justify-content: flex-end;
}

@media (max-width: 1024px) {
	
	.arama-form-ust
	{
		background: #ffffff30;
        border-color: #dcdcdc;
        border-width: 1px 0px;
        border-style: solid;
	}
	
    .property-box-picture-target {
        height: 100px;
    }

.property-box-picture-target.anasayfa-img {
    height: 200px;
}
    .agent-box-picture {
        height: 250px;
    }
	.header-nav
	{
		    display: block;
		    align-items: center;
		    white-space: nowrap;
		    width: 100%;
		    margin: auto;
		    padding: 0 15px;
	}
	.container-fluid
	{
		max-width: 100%;
	}
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .property-box-picture-target {
        height: 230px;
    }
    .agent-box-picture {
        height: 350px;
    }
	.header-navigation{
	/* display: none; */
	height: 60px;
	}
	.header-nav .sub-menu, .header-nav .sub-menu .sub-menu{
		
/* position: absolute; */
		
/* width: 100%; */
		
/* left: 0; */
	}

.slideraramaform {
    height: 250px;
    top: -120px;
}

.header-nav .menuparent a {
    width: 100%;
    text-align: left;
}

.header-nav .sub-menu li {
    width: inherit;
}

.agent-box-picture {
    height: 180px !important;
}

.header-nav {
    width: 100%;
}
} 
        body {
    margin: 0px;
}
        article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
        audio,
canvas,
progress,
video {
    display: inline-block;
        vertical-align: baseline;
}
        audio:not([controls]) {
    display: none;
        height: 0px;
}

[
        hidden],
template {
    display: none;
}
        a {
    background: transparent;
}
        a:active,
a:hover {
    outline: 0px;
}
        abbr[title] {
    border-bottom: 1px dotted;
}
        b,
strong {
    font-weight: bold;
}
        dfn {
    font-style: italic;
}
        h1 {
    font-size: 2em;
        margin: 0.3em 0px;
}
        mark {
    background: rgb(255, 255, 0);
        color: rgb(0, 0, 0);
}
        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: 0px;
}
        svg:not(:root) {
    overflow: hidden;
}
        figure {
    margin: 1em 40px;
}
        hr {
    box-sizing: content-box;
        height: 0px;
}
        pre {
    overflow: auto;
}
        code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
        font-size: 1em;
}
        button,
input,
optgroup,
select,
textarea {
    color: inherit;
        font: inherit;
        margin: 0px;
}
        button {
    overflow: visible;
}
        button,
select {
    text-transform: none;
}
        button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
        cursor: pointer;
}
        button[disabled],
html input[disabled] {
    cursor: default;
}
        input {
    line-height: normal;
}
        input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
        padding: 0px;
}
        input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
        input[type="search"] {
    appearance: textfield;
        box-sizing: content-box;
}
        input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
}
        fieldset {
    border: 1px solid silver;
        margin: 0px 2px;
        padding: 0.35em 0.625em 0.75em;
}
        legend {
    border: 0px;
        padding: 0px;
}
        textarea {
    overflow: auto;
}
        optgroup {
    font-weight: bold;
}
        table {
    border-collapse: collapse;
        border-spacing: 0px;
}
        td,
th {
    padding: 0px;
}

@media print {
    * {
        text-shadow: none !important;
        color: rgb(0, 0, 0) !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^=
        "javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid rgb(153, 153, 153);
        break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    .block-content h3,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    .block-content h3,
    h3 {
        break-after: avoid;
    }
    select {
        background: rgb(255, 255, 255) !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: rgb(255, 255, 255) !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: rgb(0, 0, 0) !important;
    }
    .label {
        border: 1px solid rgb(0, 0, 0);
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid rgb(221, 221, 221) !important;
    }
}

* {
        box-sizing: border-box;
}

.agent-small-top {
}

.text-lg-right {
    text-align: right;
}

#header-inner {
        background: #185aa3;
}

.static-image-inner {}

.property-box-inner {
        padding: 20px 8px 8px 8px;
}

.widget {
        margin-bottom: 35px;
}

.fakeLabel {
        font-weight: 300;
}

.widget-title {
        background: #185aa3;
        /* padding: 1.3rem 2.3rem; */
        /* color: rgb(255, 255, 255); */
}

.widget-title
        h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.widget-title i {
    font-size: 15px;
    position: relative;
    top: -2px;
}
        form.form-horizontal.form-search {
    margin: 0px;
        display: inline-flex;
        height: 100px;
        align-items: center;
        width: 100%;
}

::before,
::after {
        box-sizing: border-box;
}
        html {
    font-size: 62.5%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
        body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857;
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
}
        input,
button,
select,
textarea {
    font-family: inherit;
        font-size: inherit;
        line-height: inherit;
}
        a {
    color: rgb(66, 139, 202);
        text-decoration: none;
}
        a:hover,
a:focus {
    color: rgb(42, 100, 150);
}
        a:focus {
    outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
}
        figure {
    margin: 0px;
}
        img {
    vertical-align: middle;
}

.img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
}

.img-rounded {
        border-radius: 6px;
}

.img-thumbnail {
        padding: 4px;
        line-height: 1.42857;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        border-radius: 4px;
        transition: all 0.2s ease-in-out 0s;
        display: inline-block;
        max-width: 100%;
        height: auto;
}

.img-circle {
        border-radius: 50%;
}
        hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgba(238, 238, 238, 0.25);
}

.sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        border: 0px;
}
        h1,
h2,
.block-content h3,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
}
        h1 small,
h1 .small,
h2 small,
.block-content h3 small,
h2 .small,
.block-content h3 .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: rgb(153, 153, 153);
}
        h1,
.h1,
h2,
.block-content h3,
.h2,
h3,
.h3 {
    margin-top: 0px;
}
        h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
.block-content h3 small,
h2 .small,
.block-content h3 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}
        h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
        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,
.block-content h3,
.h2 {
    font-size: 30px;
}
        h3,
.h3 {
    font-size: 24px;
}
        h4,
.h4 {
    font-size: 18px;
}
        h5,
.h5 {
    font-size: 14px;
}
        h6,
.h6 {
    font-size: 12px;
}
        p {
    margin: 0px 0px 10px;
}

.lead {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
}

@media (
        min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
        small,
.small {
    font-size: 85%;
}
        cite {
    font-style: normal;
}

.text-left {
        text-align: left;
}

.text-right {
        text-align: right;
}

.text-center {
        text-align: center;
}

.text-justify {
        text-align: justify;
}

.text-muted {
        color: rgb(153, 153, 153);
}

.text-primary {
        color: rgb(66, 139, 202);
}
        a.text-primary:hover {
    color: rgb(48, 113, 169);
}

.text-success {
        color: rgb(60, 118, 61);
}
        a.text-success:hover {
    color: rgb(43, 84, 44);
}

.text-info {
        color: rgb(49, 112, 143);
}
        a.text-info:hover {
    color: rgb(36, 82, 105);
}

.text-warning {
        color: rgb(138, 109, 59);
}
        a.text-warning:hover {
    color: rgb(102, 81, 44);
}

.text-danger {
        color: rgb(236 27 16);
}
        a.text-danger:hover {
    color: rgb(132, 53, 52);
}

.bg-primary {
        color: rgb(255, 255, 255);
}

.bg-primary {
        background-color: rgb(66, 139, 202);
}
        a.bg-primary:hover {
    background-color: rgb(48, 113, 169);
}

.bg-success {
        background-color: #cee9ff;
}
        a.bg-success:hover {
    background-color: rgb(193, 226, 179);
}

.bg-info {
        background-color: rgb(217, 237, 247);
}
        a.bg-info:hover {
    background-color: rgb(175, 217, 238);
}

.bg-warning {
        background-color: rgb(252, 248, 227);
}
        a.bg-warning:hover {
    background-color: rgb(247, 236, 181);
}

.bg-danger {
        background-color: rgb(242, 222, 222);
}
        a.bg-danger:hover {
    background-color: rgb(228, 185, 185);
}

.page-header {
        padding-bottom: 9px;
        margin: 40px 0px 20px;
        border-bottom: 1px solid rgb(238, 238, 238);
}
        ul,
ol {
    margin-top: 0px;
        margin-bottom: 10px;
}
        ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0px;
}

.list-unstyled,
.list-inline {
        padding-left: 0px;
        list-style: none;
}

.list-inline>
        li {
    display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
}

.list-inline>
        li:first-child {
    padding-left: 0px;
}
        dl {
    margin-top: 0px;
        margin-bottom: 20px;
}
        dt,
dd {
    line-height: 1.42857;
}
        dt {
    font-weight: bold;
}
        dd {
    margin-left: 0px;
}

@media (
        min-width: 768px) {
    .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;
    }
    .dl-horizontal dd::before,
    .dl-horizontal dd::after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd::after {
        clear: both;
    }
}
        abbr[title],
abbr[data-original-title] {
    cursor: help;
        border-bottom: 1px dotted rgb(153, 153, 153);
}

.initialism {
        font-size: 90%;
        text-transform: uppercase;
}
        blockquote {
    padding: 10px 20px;
        margin: 0px 0px 20px;
        font-size: 17.5px;
        border-left: 5px solid rgb(238, 238, 238);
}
        blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0px;
}
        blockquote footer,
blockquote small,
blockquote .small {
    display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: rgb(153, 153, 153);
}
        blockquote footer::before,
blockquote small::before,
blockquote .small::before {
    content: "— ";
}

.blockquote-reverse,
        blockquote.pull-right {
    padding-right: 15px;
        padding-left: 0px;
        border-right: 5px solid rgb(238, 238, 238);
        border-left: 0px;
        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: " —";
}
        blockquote::before,
blockquote::after {
    content: "";
}
        address {
    margin-bottom: 20px;
        font-style: normal;
        line-height: 1.42857;
}
        code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
        code {
    padding: 2px 4px;
        font-size: 90%;
        color: rgb(199, 37, 78);
        background-color: rgb(249, 242, 244);
        white-space: nowrap;
        border-radius: 4px;
}
        kbd {
    padding: 2px 4px;
        font-size: 90%;
        color: rgb(255, 255, 255);
        background-color: rgb(51, 51, 51);
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px inset;
}
        pre {
    display: block;
        padding: 9.5px;
        margin: 0px 0px 10px;
        font-size: 13px;
        line-height: 1.42857;
        word-break: break-all;
        overflow-wrap: break-word;
        color: rgb(51, 51, 51);
        background-color: rgb(245, 245, 245);
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
}
        pre code {
    padding: 0px;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0px;
}

.pre-scrollable {
        max-height: 340px;
        overflow-y: scroll;
}

.container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
}

.container::before,
.container::after {
        content: " ";
        display: table;
}

.container::after {
        clear: both;
}

@media (
        min-width: 768px) {
    .container {
        width: 750px;
    }

.block-content-small-padding {
        padding: 30px 0 30px 0 !important;
}
}

@media (
        min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (
        min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1740px;
}

.container-fluid::before,
.container-fluid::after {
        content: " ";
        display: table;
}

.container-fluid::after {
        clear: both;
}

.row {
        margin-left: -15px;
        margin-right: -15px;
}

.row::before,
.row::after {
        content: " ";
        display: table;
}

.row::after {
        clear: both;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
        float: left;
}

.col-xs-1 {
        width: 8.33333%;
}

.col-xs-2 {
        width: 16.6667%;
}

.col-xs-3 {
        width: 25%;
}

.col-xs-4 {
        width: 33.3333%;
}

.col-xs-5 {
        width: 41.6667%;
}

.col-xs-6 {
        width: 50%;
}

.col-xs-7 {
        width: 58.3333%;
}

.col-xs-8 {
        width: 66.6667%;
}

.col-xs-9 {
        width: 75%;
}

.col-xs-10 {
        width: 83.3333%;
}

.col-xs-11 {
        width: 91.6667%;
}

.col-xs-12 {
        width: 100%;
}

.col-xs-pull-0 {
        right: 0%;
}

.col-xs-pull-1 {
        right: 8.33333%;
}

.col-xs-pull-2 {
        right: 16.6667%;
}

.col-xs-pull-3 {
        right: 25%;
}

.col-xs-pull-4 {
        right: 33.3333%;
}

.col-xs-pull-5 {
        right: 41.6667%;
}

.col-xs-pull-6 {
        right: 50%;
}

.col-xs-pull-7 {
        right: 58.3333%;
}

.col-xs-pull-8 {
        right: 66.6667%;
}

.col-xs-pull-9 {
        right: 75%;
}

.col-xs-pull-10 {
        right: 83.3333%;
}

.col-xs-pull-11 {
        right: 91.6667%;
}

.col-xs-pull-12 {
        right: 100%;
}

.col-xs-push-0 {
        left: 0%;
}

.col-xs-push-1 {
        left: 8.33333%;
}

.col-xs-push-2 {
        left: 16.6667%;
}

.col-xs-push-3 {
        left: 25%;
}

.col-xs-push-4 {
        left: 33.3333%;
}

.col-xs-push-5 {
        left: 41.6667%;
}

.col-xs-push-6 {
        left: 50%;
}

.col-xs-push-7 {
        left: 58.3333%;
}

.col-xs-push-8 {
        left: 66.6667%;
}

.col-xs-push-9 {
        left: 75%;
}

.col-xs-push-10 {
        left: 83.3333%;
}

.col-xs-push-11 {
        left: 91.6667%;
}

.col-xs-push-12 {
        left: 100%;
}

.col-xs-offset-0 {
        margin-left: 0%;
}

.col-xs-offset-1 {
        margin-left: 8.33333%;
}

.col-xs-offset-2 {
        margin-left: 16.6667%;
}

.col-xs-offset-3 {
        margin-left: 25%;
}

.col-xs-offset-4 {
        margin-left: 33.3333%;
}

.col-xs-offset-5 {
        margin-left: 41.6667%;
}

.col-xs-offset-6 {
        margin-left: 50%;
}

.col-xs-offset-7 {
        margin-left: 58.3333%;
}

.col-xs-offset-8 {
        margin-left: 66.6667%;
}

.col-xs-offset-9 {
        margin-left: 75%;
}

.col-xs-offset-10 {
        margin-left: 83.3333%;
}

.col-xs-offset-11 {
        margin-left: 91.6667%;
}

.col-xs-offset-12 {
        margin-left: 100%;
}

@media (
        min-width: 768px) {
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.6667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333%;
    }
    .col-sm-pull-5 {
        right: 41.6667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333%;
    }
    .col-sm-pull-8 {
        right: 66.6667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333%;
    }
    .col-sm-pull-11 {
        right: 91.6667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.6667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333%;
    }
    .col-sm-push-5 {
        left: 41.6667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333%;
    }
    .col-sm-push-8 {
        left: 66.6667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333%;
    }
    .col-sm-push-11 {
        left: 91.6667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (
        min-width: 992px) {
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.6667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.6667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333%;
    }
    .col-md-pull-5 {
        right: 41.6667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333%;
    }
    .col-md-pull-8 {
        right: 66.6667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333%;
    }
    .col-md-pull-11 {
        right: 91.6667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.6667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333%;
    }
    .col-md-push-5 {
        left: 41.6667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333%;
    }
    .col-md-push-8 {
        left: 66.6667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333%;
    }
    .col-md-push-11 {
        left: 91.6667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (
        min-width: 1200px) {
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.6667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333%;
    }
    .col-lg-pull-5 {
        right: 41.6667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333%;
    }
    .col-lg-pull-8 {
        right: 66.6667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333%;
    }
    .col-lg-pull-11 {
        right: 91.6667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.6667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333%;
    }
    .col-lg-push-5 {
        left: 41.6667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333%;
    }
    .col-lg-push-8 {
        left: 66.6667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333%;
    }
    .col-lg-push-11 {
        left: 91.6667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
        table {
    max-width: 100%;
        background-color: transparent;
}
        th {
    text-align: left;
}

.table {
        width: 100%;
        margin-bottom: 20px;
}

.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.42857;
        vertical-align: top;
        border-top: 1px solid rgb(221, 221, 221);
}

.table>
        thead>tr>th {
    vertical-align: bottom;
        border-bottom: 2px solid rgb(221, 221, 221);
}

.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: 0px;
}

.table>
        tbody+tbody {
    border-top: 2px solid rgb(221, 221, 221);
}

.table .table {
        background-color: rgb(255, 255, 255);
}

.table-condensed>
        thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
        border: 1px solid rgb(221, 221, 221);
}

.table-bordered>
        thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>
        thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>
        tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(249, 249, 249);
}

.table-hover>
        tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: rgb(245, 245, 245);
}
        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: rgb(245, 245, 245);
}

.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.active:hover>th {
    background-color: rgb(232, 232, 232);
}

.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: rgb(223, 240, 216);
}

.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.success:hover>th {
    background-color: rgb(208, 233, 198);
}

.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: rgb(217, 237, 247);
}

.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.info:hover>th {
    background-color: rgb(196, 227, 243);
}

.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: rgb(252, 248, 227);
}

.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.warning:hover>th {
    background-color: rgb(250, 242, 204);
}

.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: rgb(242, 222, 222);
}

.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.danger:hover>th {
    background-color: rgb(235, 204, 204);
}

@media (
        max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow: scroll hidden;
        border: 1px solid rgb(221, 221, 221);
    }
    .table-responsive>.table {
        margin-bottom: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
}
        fieldset {
    padding: 0px;
        margin: 0px;
        border: 0px;
        min-width: 0px;
}
        legend {
    display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        color: rgb(51, 51, 51);
        border-width: 0px 0px 1px;
        border-top-style: initial;
        border-right-style: initial;
        border-left-style: initial;
        border-top-color: initial;
        border-right-color: initial;
        border-left-color: initial;
        border-image: initial;
        border-bottom-style: solid;
        border-bottom-color: rgb(229, 229, 229);
}
        label {
    display: inline-block;
        margin-bottom: 5px;
        font-weight: bold;
}
        input[type="search"] {
    box-sizing: border-box;
}
        input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0px 0px;
        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: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
}
        output {
    display: block;
        padding-top: 7px;
        font-size: 14px;
        line-height: 1.42857;
        color: rgb(85, 85, 85);
}

.form-control {
        display: block;
        width: 100%;
        height: 45px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        color: rgb(85, 85, 85);
        background-color: rgb(255, 255, 255);
        background-image: none;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
        border-color: rgb(102, 175, 233);
        outline: 0px;
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.form-control::
        -webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.form-control[
        disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
        background-color: rgb(238, 238, 238);
        opacity: 1;
}
        textarea.form-control {
    height: auto;
}
        input[type="date"] {
    line-height: 34px;
}

.form-group {
        margin-bottom: 15px;
}

.form-group .col-md-2:first-child
        select {
    /* border-radius: 5px 0px 0px 5px; */
}

.form-group .col-md-2:last-child
        button {
    /* border-radius: 0px 5px 5px 0px; */
}

.radio,
.checkbox {
        display: block;
        min-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
}

.radio
        label,
.checkbox label {
    display: inline;
        font-weight: normal;
        cursor: pointer;
}

.radio
        input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
        margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
        margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0px;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
        margin-top: 0px;
        margin-left: 10px;
}
        input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
}
        select.input-sm {
    height: 30px;
        line-height: 30px;
}
        textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
}
        select.input-lg {
    height: 46px;
        line-height: 16px;
}
        textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
        position: relative;
}

.has-feedback .form-control {
        padding-right: 42.5px;
        border: 2px solid #bdbdbd;
        height: 45px;
        border-radius: 0;
        padding-left: 20px;
}

.has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0px;
        display: block;
        width: 46px;
        height: 45px;
        line-height: 34px;
        text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
        color: rgb(60, 118, 61);
}

.has-success .form-control {
        border-color: rgb(60, 118, 61);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-success .form-control:focus {
        border-color: rgb(43, 84, 44);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(103, 177, 104) 0px 0px 6px;
}

.has-success .input-group-addon {
        color: rgb(60, 118, 61);
        border-color: rgb(60, 118, 61);
        background-color: rgb(223, 240, 216);
}

.has-success .form-control-feedback {
        color: rgb(60, 118, 61);
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
        color: rgb(138, 109, 59);
}

.has-warning .form-control {
        border-color: rgb(138, 109, 59);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-warning .form-control:focus {
        border-color: rgb(102, 81, 44);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(192, 161, 107) 0px 0px 6px;
}

.has-warning .input-group-addon {
        color: rgb(138, 109, 59);
        border-color: rgb(138, 109, 59);
        background-color: rgb(252, 248, 227);
}

.has-warning .form-control-feedback {
        color: rgb(138, 109, 59);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
        color: rgb(169, 68, 66);
}

.has-error .form-control {
        border-color: rgb(169, 68, 66);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.has-error .form-control:focus {
        border-color: rgb(132, 53, 52);
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(206, 132, 131) 0px 0px 6px;
}

.has-error .input-group-addon {
        color: rgb(169, 68, 66);
        border-color: rgb(169, 68, 66);
        background-color: rgb(242, 222, 222);
}

.has-error .form-control-feedback {
        color: rgb(169, 68, 66);
}

.form-control-static {
        margin-bottom: 0px;
}

.help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: rgb(115, 115, 115);
}

@media (
        min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        vertical-align: middle;
    }
    .form-inline .radio input[type=
        "radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0px;
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0px;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
        min-height: 27px;
}

.form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px;
        width: 100%;
}

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
        content: " ";
        display: table;
}

.form-horizontal .form-group::after {
        clear: both;
}

.form-horizontal .form-control-static {
        padding-top: 7px;
}

@media (
        min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
        top: 0px;
        background: rgb(255, 255, 255);
        padding: 10px;
        border: 2px solid #bdbdbd;
        right: 0px !important;
        border-radius: 0;
}

.btn {
        display: inline-block;
        margin-bottom: 0px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        font-family: Arial;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        line-height: 1.42857;
        border-radius: 0px;
        user-select: none;
}

.btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
}

.btn:hover,
.btn:focus {
        color: rgb(51, 51, 51);
        text-decoration: none;
}

.btn:active,
.btn.active {
        outline: 0px;
        background-image: none;
        box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn.disabled,
.btn[
        disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        box-shadow: none;
}

.btn-default {
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
        border-color: rgb(204, 204, 204);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
        color: rgb(51, 51, 51);
        background-color: rgb(235, 235, 235);
        border-color: rgb(173, 173, 173);
}

.open .btn-default.dropdown-toggle {
        color: rgb(51, 51, 51);
        background-color: rgb(235, 235, 235);
        border-color: rgb(173, 173, 173);
}

.btn-default:active,
.btn-default.active {
        background-image: none;
}

.open .btn-default.dropdown-toggle {
        background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[
        disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: rgb(255, 255, 255);
        border-color: rgb(204, 204, 204);
}

.btn-default .badge {
        color: rgb(255, 255, 255);
        background-color: rgb(51, 51, 51);
}

.btn-primary,
.btn-white {
        color: rgb(255, 255, 255);
        background-color: rgb(66, 139, 202);
        border-color: rgb(53, 126, 189);
}

.btn-primary:hover,
.btn-white:hover,
.btn-primary:focus,
.btn-white:focus,
.btn-primary:active,
.btn-white:active,
.btn-primary.active,
.active.btn-white {
        color: rgb(255, 255, 255);
        background-color: rgb(50, 118, 177);
        border-color: rgb(40, 94, 142);
}

.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-white {
        color: rgb(255, 255, 255);
        background-color: rgb(50, 118, 177);
        border-color: rgb(40, 94, 142);
}

.btn-primary:active,
.btn-white:active,
.btn-primary.active,
.active.btn-white {
        background-image: none;
}

.open .btn-primary.dropdown-toggle,
.open .dropdown-toggle.btn-white {
        background-image: none;
}

.btn-primary.disabled,
.disabled.btn-white,
.btn-primary.disabled:hover,
.disabled.btn-white:hover,
.btn-primary.disabled:focus,
.disabled.btn-white:focus,
.btn-primary.disabled:active,
.disabled.btn-white:active,
.btn-primary.disabled.active,
.disabled.active.btn-white,
.btn-primary[
        disabled],
[disabled].btn-white,
.btn-primary[disabled]:hover,
[disabled].btn-white:hover,
.btn-primary[disabled]:focus,
[disabled].btn-white:focus,
.btn-primary[disabled]:active,
[disabled].btn-white:active,
.btn-primary[disabled].active,
[disabled].active.btn-white,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.btn-white {
    background-color: rgb(66, 139, 202);
        border-color: rgb(53, 126, 189);
}

.btn-primary .badge,
.btn-white .badge {
        color: rgb(66, 139, 202);
        background-color: rgb(255, 255, 255);
}

.btn-success {
        color: rgb(255, 255, 255);
        background-color: #185aa3;
        border-color: #185aa3;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
        color: rgb(255, 255, 255);
        background-color: #505050;
        border-color: #505050;
}

.open .btn-success.dropdown-toggle {
        color: rgb(255, 255, 255);
        background-color: rgb(71, 164, 71);
        border-color: rgb(57, 132, 57);
}

.btn-success:active,
.btn-success.active {
        background-image: none;
}

.open .btn-success.dropdown-toggle {
        background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[
        disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: rgb(92, 184, 92);
        border-color: rgb(76, 174, 76);
}

.btn-success .badge {
        color: rgb(92, 184, 92);
        background-color: rgb(255, 255, 255);
}

.btn-info {
        color: rgb(255, 255, 255);
        background-color: rgb(91, 192, 222);
        border-color: rgb(70, 184, 218);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
        color: rgb(255, 255, 255);
        background-color: rgb(57, 179, 215);
        border-color: rgb(38, 154, 188);
}

.open .btn-info.dropdown-toggle {
        color: rgb(255, 255, 255);
        background-color: rgb(57, 179, 215);
        border-color: rgb(38, 154, 188);
}

.btn-info:active,
.btn-info.active {
        background-image: none;
}

.open .btn-info.dropdown-toggle {
        background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[
        disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: rgb(91, 192, 222);
        border-color: rgb(70, 184, 218);
}

.btn-info .badge {
        color: rgb(91, 192, 222);
        background-color: rgb(255, 255, 255);
}

.btn-warning {
        color: rgb(255, 255, 255);
        background-color: rgb(240, 173, 78);
        border-color: rgb(238, 162, 54);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
        color: rgb(255, 255, 255);
        background-color: rgb(237, 156, 40);
        border-color: rgb(213, 133, 18);
}

.open .btn-warning.dropdown-toggle {
        color: rgb(255, 255, 255);
        background-color: rgb(237, 156, 40);
        border-color: rgb(213, 133, 18);
}

.btn-warning:active,
.btn-warning.active {
        background-image: none;
}

.open .btn-warning.dropdown-toggle {
        background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[
        disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: rgb(240, 173, 78);
        border-color: rgb(238, 162, 54);
}

.btn-warning .badge {
        color: rgb(240, 173, 78);
        background-color: rgb(255, 255, 255);
}

.btn-danger {
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid rgb(217, 83, 79);
        color: rgb(212, 63, 58);
        font-size: 14px;
        font-weight: bold;
        transition: all 0.2s linear 0s;
        border-radius: 100px;
        outline: 0px !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
        color: rgb(255, 255, 255);
        background-color: rgb(210, 50, 45);
        border-color: rgb(172, 41, 37);
}

.open .btn-danger.dropdown-toggle {
        color: rgb(255, 255, 255);
        background-color: rgb(210, 50, 45);
        border-color: rgb(172, 41, 37);
}

.btn-danger:active,
.btn-danger.active {
        background-image: none;
}

.open .btn-danger.dropdown-toggle {
        background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[
        disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: rgb(217, 83, 79);
        border-color: rgb(212, 63, 58);
}

.btn-danger .badge {
        color: rgb(217, 83, 79);
        background-color: rgb(255, 255, 255);
}

.btn-link {
        color: rgb(66, 139, 202);
        font-weight: normal;
        cursor: pointer;
        border-radius: 0px;
}

.btn-link,
.btn-link:active,
.btn-link[
        disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
        box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
        border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
        color: rgb(42, 100, 150);
        text-decoration: underline;
        background-color: transparent;
}

.btn-link[
        disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: rgb(153, 153, 153);
        text-decoration: none;
}

.btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 3px;
}

.btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
}

.btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
}

.btn-block {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
}

.btnPlus {
        padding: 1.3rem 2rem;
        background: rgb(255, 255, 255);
        margin-bottom: -2px;
        border: 1px solid rgb(221, 221, 221);
}

.btnPlus:hover {
        background: rgb(58, 58, 58);
        color: white;
}

.btn-block+.btn-block {
        margin-top: 5px;
}
        input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
        opacity: 0;
        transition: opacity 0.15s linear 0s;
}

.fade.in {
        opacity: 1;
}

.collapse {
        display: none;
}

.collapse.in {
        display: block;
}

.otherFeaturesCollapse .form-group {
        padding: 1rem;
        background: rgb(255, 255, 255);
        margin: 0px;
        border: 1px solid rgb(221, 221, 221);
}

.collapsing {
        position: relative;
        height: 0px;
        overflow: hidden;
        transition: height 0.35s ease 0s;
}

.nav {
        margin-bottom: 0px;
        padding-left: 0px;
        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: 9px 15px;
}

.nav>
        li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav>
        li.disabled>a {
    color: rgb(153, 153, 153);
}

.nav>
        li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: rgb(153, 153, 153);
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
}

.nav .open>
        a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: rgb(238, 238, 238);
        border-color: rgb(66, 139, 202);
}

.nav .nav-divider {
        height: 1px;
        margin: 9px 0px;
        overflow: hidden;
        background-color: rgb(229, 229, 229);
}

.nav>
        li>a>img {
    max-width: none;
}

.nav-tabs {
        border-bottom: 1px solid rgb(221, 221, 221);
}

.nav-tabs>
        li {
    float: left;
        margin-bottom: -1px;
}

.nav-tabs>
        li>a {
    margin-right: 0px;
        line-height: 1.42857;
        border: 1px solid transparent;
        border-radius: 0px;
}

.nav-tabs>
        li>a:hover {;}

.nav-tabs>
        li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: rgb(85, 85, 85);
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        cursor: default;
}

.nav-pills>
        li {
    float: left;
}

.nav-pills>
        li>a {
    border-radius: 4px;
}

.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: rgb(255, 255, 255);
        background-color: rgb(66, 139, 202);
}

.nav-stacked>
        li {
    float: none;
}

.nav-stacked>
        li+li {
    margin-top: 2px;
        margin-left: 0px;
}

.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: 0px;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
        border-bottom: 0px;
}

.nav-tabs-justified>
        li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0px;
        border-radius: 4px;
}

.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 rgb(221, 221, 221);
}

@media (
        min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid rgb(221, 221, 221);
        border-radius: 4px 4px 0px 0px;
    }
    .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: rgb(255, 255, 255);
    }
}

.tab-content>.tab-pane {
        display: none;
}

.tab-content>.active {
        display: block;
}

.nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
}

.navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 5px;
        border: 1px solid transparent;
}

.navbar::before,
.navbar::after {
        content: " ";
        display: table;
}

.navbar::after {
        clear: both;
}

@media (
        min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header::before,
.navbar-header::after {
        content: " ";
        display: table;
}

.navbar-header::after {
        clear: both;
}

@media (
        min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
}

.navbar-collapse::before,
.navbar-collapse::after {
        content: " ";
        display: table;
}

.navbar-collapse::after {
        clear: both;
}

.navbar-collapse.in {
        overflow-y: auto;
}

@media (
        min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0px;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        padding-bottom: 0px;
        display: block !important;
        height: auto !important;
        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: 0px;
        padding-right: 0px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
}

@media (
        min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.navbar-static-top {
        z-index: 1000;
        border-width: 0px 0px 1px;
}

@media (
        min-width: 768px) {
    .navbar-static-top {
        border-radius: 0px;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
        position: fixed;
        right: 0px;
        left: 0px;
        z-index: 1030;
}

@media (
        min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0px;
    }
}

.navbar-fixed-top {
        top: 0px;
        border-width: 0px 0px 1px;
}

.navbar-fixed-bottom {
        bottom: 0px;
        margin-bottom: 0px;
        border-width: 1px 0px 0px;
}

.navbar-brand {
        float: left;
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
        height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
        text-decoration: none;
}

@media (
        min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
        position: relative;
        float: right;
        /* margin-right: 15px; */
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
}

.navbar-toggle:focus {
        outline: none;
}

.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: 768px) {
    .navbar-toggle {;}
}

.navbar-nav {
        margin: 7.5px -15px;
}

.navbar-nav>
        li>a {
    padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
}

@media (
        max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px;
        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: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (
        min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0px;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (
        min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
        margin: 8px -15px;
        padding: 10px 15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset, rgba(255, 255, 255, 0.1) 0px 1px 0px;
}

@media (
        max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (
        min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>
        li>.dropdown-menu {
    margin-top: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
}

.navbar-fixed-bottom .navbar-nav>
        li>.dropdown-menu {
    border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
}

.navbar-btn {
        margin-top: 8px;
        margin-bottom: 8px;
}

.navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
}

.navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
}

.navbar-text {
        margin-top: 15px;
        margin-bottom: 15px;
}

@media (
        min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0px;
    }
}

.navbar-default {
        background-color: rgb(248, 248, 248);
        border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-brand {
        color: rgb(119, 119, 119);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
        color: rgb(94, 94, 94);
        background-color: transparent;
}

.navbar-default .navbar-text {
        color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>
        li>a {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-nav>
        li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgb(51, 51, 51);
        background-color: transparent;
}

.navbar-default .navbar-nav>.active>
        a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.disabled>
        a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: rgb(204, 204, 204);
        background-color: transparent;
}

.navbar-default .navbar-toggle {
        border-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
        background-color: rgb(221, 221, 221);
}

.navbar-default .navbar-toggle .icon-bar {
        background-color: rgb(136, 136, 136);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
        border-color: rgb(231, 231, 231);
}

.navbar-default .navbar-nav>.open>
        a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgb(231, 231, 231);
        color: rgb(85, 85, 85);
}

@media (
        max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(119, 119, 119);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(51, 51, 51);
        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: rgb(85, 85, 85);
        background-color: rgb(231, 231, 231);
    }
    .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: rgb(204, 204, 204);
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
        color: rgb(119, 119, 119);
}

.navbar-default .navbar-link:hover {
        color: rgb(51, 51, 51);
}

.navbar-inverse {
        background-color: rgb(34, 34, 34);
        border-color: rgb(9, 9, 9);
}

.navbar-inverse .navbar-brand {
        color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
        color: rgb(255, 255, 255);
        background-color: transparent;
}

.navbar-inverse .navbar-text {
        color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-nav>
        li>a {
    color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-nav>
        li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: rgb(255, 255, 255);
        background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>
        a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: rgb(255, 255, 255);
        background-color: rgb(9, 9, 9);
}

.navbar-inverse .navbar-nav>.disabled>
        a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: rgb(68, 68, 68);
        background-color: transparent;
}

.navbar-inverse .navbar-toggle {
        border-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
        background-color: rgb(51, 51, 51);
}

.navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
        border-color: rgb(16, 16, 16);
}

.navbar-inverse .navbar-nav>.open>
        a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: rgb(9, 9, 9);
        color: rgb(255, 255, 255);
}

@media (
        max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: rgb(9, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgb(9, 9, 9);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: rgb(153, 153, 153);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgb(255, 255, 255);
        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: rgb(255, 255, 255);
        background-color: rgb(9, 9, 9);
    }
    .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: rgb(68, 68, 68);
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
        color: rgb(153, 153, 153);
}

.navbar-inverse .navbar-link:hover {
        color: rgb(255, 255, 255);
}

.panel {
        margin-bottom: 20px;
        background-color: rgb(255, 255, 255);
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}

.panel-body {
        padding: 15px;
}

.panel-body::before,
.panel-body::after {
        content: " ";
        display: table;
}

.panel-body::after {
        clear: both;
}

.panel>.list-group {
        margin-bottom: 0px;
}

.panel>.list-group .list-group-item {
        border-width: 1px 0px;
        border-radius: 0px;
}

.panel>.list-group .list-group-item:first-child {
        border-top: 0px;
}

.panel>.list-group .list-group-item:last-child {
        border-bottom: 0px;
}

.panel>.list-group:first-child .list-group-item:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
        border-top-width: 0px;
}

.panel>.table,
.panel>.table-responsive>.table {
        margin-bottom: 0px;
}

.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: 3px;
}

.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: 3px;
}

.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: 3px;
}

.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: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
        border-top: 1px solid rgb(221, 221, 221);
}

.panel>.table>
        tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0px;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
        border: 0px;
}

.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: 0px;
}

.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: 0px;
}

.panel>.table-bordered>
        thead>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0px;
}

.panel>.table-bordered>
        thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0px;
}

.panel>.table-responsive {
        border: 0px;
        margin-bottom: 0px;
}

.panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
        color: inherit;
}

.panel-title {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        color: inherit;
}

.panel-title>
        a {
    color: inherit;
}

.panel-footer {
        padding: 10px 15px;
        background-color: rgb(245, 245, 245);
        border-top: 1px solid rgb(221, 221, 221);
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
}

.panel-group {
        margin-bottom: 20px;
}

.panel-group .panel {
        margin-bottom: 0px;
        border-radius: 4px;
        overflow: hidden;
}

.panel-group .panel+.panel {
        margin-top: 5px;
}

.panel-group .panel-heading {
        border-bottom: 0px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
        border-top: 1px solid rgb(221, 221, 221);
}

.panel-group .panel-footer {
        border-top: 0px;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
        border-bottom: 1px solid rgb(221, 221, 221);
}

.panel-default {
        border-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading {
        color: rgb(51, 51, 51);
        background-color: rgb(245, 245, 245);
        border-color: rgb(221, 221, 221);
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(221, 221, 221);
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(221, 221, 221);
}

.panel-primary {
        border-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading {
        color: rgb(255, 255, 255);
        background-color: rgb(66, 139, 202);
        border-color: rgb(66, 139, 202);
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(66, 139, 202);
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(66, 139, 202);
}

.panel-success {
        border-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading {
        color: rgb(60, 118, 61);
        background-color: rgb(223, 240, 216);
        border-color: rgb(214, 233, 198);
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(214, 233, 198);
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(214, 233, 198);
}

.panel-info {
        border-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading {
        color: rgb(49, 112, 143);
        background-color: rgb(217, 237, 247);
        border-color: rgb(188, 232, 241);
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(188, 232, 241);
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(188, 232, 241);
}

.panel-warning {
        border-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading {
        color: rgb(138, 109, 59);
        background-color: rgb(252, 248, 227);
        border-color: rgb(250, 235, 204);
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(250, 235, 204);
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(250, 235, 204);
}

.panel-danger {
        border-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading {
        color: rgb(169, 68, 66);
        background-color: rgb(242, 222, 222);
        border-color: rgb(235, 204, 209);
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
        border-top-color: rgb(235, 204, 209);
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: rgb(235, 204, 209);
}

.pagination {
        display: inline-block;
        padding-left: 0px;
        margin: 20px 0px;
        border-radius: 4px;
}

.pagination>
        li {
    display: inline;
}

.pagination>
        li>a,
.pagination>li>span {
    position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857;
        text-decoration: none;
        color: rgb(66, 139, 202);
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        margin-left: -1px;
}

.pagination>
        li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
}

.pagination>
        li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
}

.pagination>
        li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: rgb(42, 100, 150);
        background-color: rgb(238, 238, 238);
        border-color: rgb(221, 221, 221);
}

.pagination>.active>
        a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
        color: rgb(255, 255, 255);
        background-color: rgb(66, 139, 202);
        border-color: rgb(66, 139, 202);
        cursor: default;
}

.pagination>.disabled>
        span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: rgb(153, 153, 153);
        background-color: rgb(255, 255, 255);
        border-color: rgb(221, 221, 221);
        cursor: not-allowed;
}

.pagination-lg>
        li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
        font-size: 18px;
}

.pagination-lg>
        li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
}

.pagination-lg>
        li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
}

.pagination-sm>
        li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
        font-size: 12px;
}

.pagination-sm>
        li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
}

.pagination-sm>
        li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
}
        table {
    max-width: 100%;
        background-color: transparent;
}
        th {
    text-align: left;
}

.table {
        width: 100%;
        margin-bottom: 20px;
}

.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.42857;
        vertical-align: top;
        border-top: 1px solid rgb(221, 221, 221);
}

.table>
        thead>tr>th {
    vertical-align: bottom;
        border-bottom: 2px solid rgb(221, 221, 221);
}

.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: 0px;
}

.table>
        tbody+tbody {
    border-top: 2px solid rgb(221, 221, 221);
}

.table .table {
        background-color: rgb(255, 255, 255);
}

.table-condensed>
        thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
        border: 1px solid rgb(221, 221, 221);
}

.table-bordered>
        thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid rgb(221, 221, 221);
}

.table-bordered>
        thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>
        tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(249, 249, 249);
}

.table-hover>
        tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: rgb(245, 245, 245);
}
        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: rgb(245, 245, 245);
}

.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.active:hover>th {
    background-color: rgb(232, 232, 232);
}

.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: rgb(223, 240, 216);
}

.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.success:hover>th {
    background-color: rgb(208, 233, 198);
}

.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: rgb(217, 237, 247);
}

.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.info:hover>th {
    background-color: rgb(196, 227, 243);
}

.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: rgb(252, 248, 227);
}

.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.warning:hover>th {
    background-color: rgb(250, 242, 204);
}

.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: rgb(242, 222, 222);
}

.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.danger:hover>th {
    background-color: rgb(235, 204, 204);
}

@media (
        max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow: scroll hidden;
        border: 1px solid rgb(221, 221, 221);
    }
    .table-responsive>.table {
        margin-bottom: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
    .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: 0px;
    }
}

.carousel {
        position: relative;
}

.carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
}

.carousel-inner>.item {
        display: none;
        position: relative;
        transition: left 0.6s ease-in-out 0s;
}

.carousel-inner>.item>
        img,
.carousel-inner>.item>a>img {
    display: block;
        max-width: 100%;
        height: auto;
        line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
        display: block;
}

.carousel-inner>.active {
        left: 0px;
}

.carousel-inner>.next,
.carousel-inner>.prev {
        position: absolute;
        top: 0px;
        width: 100%;
}

.carousel-inner>.next {
        left: 100%;
}

.carousel-inner>.prev {
        left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
        left: 0px;
}

.carousel-inner>.active.left {
        left: -100%;
}

.carousel-inner>.active.right {
        left: 100%;
}

.carousel-control {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 15%;
        opacity: 0.5;
        font-size: 20px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}

.carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
}

.carousel-control.right {
        left: auto;
        right: 0px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
        outline: none;
        color: rgb(255, 255, 255);
        text-decoration: none;
        opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
        left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
        right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
}

.carousel-control .icon-prev::before {
        content: "‹";
}

.carousel-control .icon-next::before {
        content: "›";
}

.carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        margin-left: -30%;
        padding-left: 0px;
        list-style: none;
        text-align: center;
}

.carousel-indicators
        li {
    display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
        margin: 0px;
        width: 12px;
        height: 12px;
        background-color: rgb(255, 255, 255);
}

.carousel-caption {
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}

.carousel-caption .btn {
        text-shadow: none;
}

@media screen and (
        min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.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: 0px / 0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0px;
}

.hidden {
        display: none !important;
        visibility: hidden !important;
}

.affix {
        position: fixed;
}

.visible-xs,
        tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (
        max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

.visible-sm,
        tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (
        max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

.visible-md,
        tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (
        max-width: 1199px) and (min-width: 992px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

.visible-lg,
        tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (
        min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (
        max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (
        max-width: 991px) and (min-width: 768px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (
        max-width: 1199px) and (min-width: 992px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (
        min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
        tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
        body.pattern-none {
    background-color: rgb(242, 242, 242);
}
        body.pattern-cloth-alike.layout-boxed {
    background-image: url("assets/img/patterns/large/cloth-alike.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike.layout-boxed {
        background-image: url("assets/img/patterns/large/cloth-alike@2x.png");
    }
}
        body.pattern-cloth-alike.layout-wide #content {
    background-image: url("assets/img/patterns/large/cloth-alike.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike.layout-wide #content {
        background-image: url("assets/img/patterns/large/cloth-alike@2x.png");
    }
}
        body.pattern-corrugation.layout-boxed {
    background-image: url("assets/img/patterns/large/corrugation.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation.layout-boxed {
        background-image: url("assets/img/patterns/large/corrugation@2x.png");
    }
}
        body.pattern-corrugation.layout-wide #content {
    background-image: url("assets/img/patterns/large/corrugation.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation.layout-wide #content {
        background-image: url("assets/img/patterns/large/corrugation@2x.png");
    }
}
        body.pattern-diagonal-noise.layout-boxed {
    background-image: url("assets/img/patterns/large/diagonal-noise.png");
        background-repeat: repeat;
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise.layout-boxed {
        background-image: url("assets/img/patterns/large/diagonal-noise@2x.png");
    }
}
        body.pattern-diagonal-noise.layout-wide #content {
    background-image: url("assets/img/patterns/large/diagonal-noise.png");
        background-repeat: repeat;
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise.layout-wide #content {
        background-image: url("assets/img/patterns/large/diagonal-noise@2x.png");
    }
}
        body.pattern-dust.layout-boxed {
    background-image: url("assets/img/patterns/large/dust.png");
        background-repeat: repeat;
        background-size: 400px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust.layout-boxed {
        background-image: url("assets/img/patterns/large/dust@2x.png");
    }
}
        body.pattern-dust.layout-wide #content {
    background-image: url("assets/img/patterns/large/dust.png");
        background-repeat: repeat;
        background-size: 400px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust.layout-wide #content {
        background-image: url("assets/img/patterns/large/dust@2x.png");
    }
}
        body.pattern-fabric-plaid.layout-boxed {
    background-image: url("assets/img/patterns/large/fabric-plaid.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid.layout-boxed {
        background-image: url("assets/img/patterns/large/fabric-plaid@2x.png");
    }
}
        body.pattern-fabric-plaid.layout-wide #content {
    background-image: url("assets/img/patterns/large/fabric-plaid.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid.layout-wide #content {
        background-image: url("assets/img/patterns/large/fabric-plaid@2x.png");
    }
}
        body.pattern-farmer.layout-boxed {
    background-image: url("assets/img/patterns/large/farmer.png");
        background-repeat: repeat;
        background-size: 200px 200px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer.layout-boxed {
        background-image: url("assets/img/patterns/large/farmer@2x.png");
    }
}
        body.pattern-farmer.layout-wide #content {
    background-image: url("assets/img/patterns/large/farmer.png");
        background-repeat: repeat;
        background-size: 200px 200px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer.layout-wide #content {
        background-image: url("assets/img/patterns/large/farmer@2x.png");
    }
}
        body.pattern-grid-noise.layout-boxed {
    background-image: url("assets/img/patterns/large/grid-noise.png");
        background-repeat: repeat;
        background-size: 98px 98px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise.layout-boxed {
        background-image: url("assets/img/patterns/large/grid-noise@2x.png");
    }
}
        body.pattern-grid-noise.layout-wide #content {
    background-image: url("assets/img/patterns/large/grid-noise.png");
        background-repeat: repeat;
        background-size: 98px 98px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise.layout-wide #content {
        background-image: url("assets/img/patterns/large/grid-noise@2x.png");
    }
}
        body.pattern-lightpaperfibers.layout-boxed {
    background-image: url("assets/img/patterns/large/lightpaperfibers.png");
        background-repeat: repeat;
        background-size: 500px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers.layout-boxed {
        background-image: url("assets/img/patterns/large/lightpaperfibers@2x.png");
    }
}
        body.pattern-lightpaperfibers.layout-wide #content {
    background-image: url("assets/img/patterns/large/lightpaperfibers.png");
        background-repeat: repeat;
        background-size: 500px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers.layout-wide #content {
        background-image: url("assets/img/patterns/large/lightpaperfibers@2x.png");
    }
}
        body.pattern-retina-wood.layout-boxed {
    background-image: url("assets/img/patterns/large/retina-wood.png");
        background-repeat: repeat;
        background-size: 512px 512px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood.layout-boxed {
        background-image: url("assets/img/patterns/large/retina-wood@2x.png");
    }
}
        body.pattern-retina-wood.layout-wide #content {
    background-image: url("assets/img/patterns/large/retina-wood.png");
        background-repeat: repeat;
        background-size: 512px 512px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood.layout-wide #content {
        background-image: url("assets/img/patterns/large/retina-wood@2x.png");
    }
}
        body.pattern-lghtmesh.layout-boxed {
    background-image: url("assets/img/patterns/large/lghtmesh.png");
        background-repeat: repeat;
        background-size: 256px 256px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh.layout-boxed {
        background-image: url("assets/img/patterns/large/lghtmesh@2x.png");
    }
}
        body.pattern-lghtmesh.layout-wide #content {
    background-image: url("assets/img/patterns/large/lghtmesh.png");
        background-repeat: repeat;
        background-size: 256px 256px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh.layout-wide #content {
        background-image: url("assets/img/patterns/large/lghtmesh@2x.png");
    }
}
        body.pattern-pw-maze-white.layout-boxed {
    background-image: url("assets/img/patterns/large/pw-maze-white.png");
        background-repeat: repeat;
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white.layout-boxed {
        background-image: url("assets/img/patterns/large/pw-maze-white@2x.png");
    }
}
        body.pattern-pw-maze-white.layout-wide #content {
    background-image: url("assets/img/patterns/large/pw-maze-white.png");
        background-repeat: repeat;
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white.layout-wide #content {
        background-image: url("assets/img/patterns/large/pw-maze-white@2x.png");
    }
}
        body.pattern-cloth-alike-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/cloth-alike-dark.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/cloth-alike-dark@2x.png");
    }
}
        body.pattern-cloth-alike-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/cloth-alike-dark.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-cloth-alike-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/cloth-alike-dark@2x.png");
    }
}
        body.pattern-corrugation-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/corrugation-dark.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/corrugation-dark@2x.png");
    }
}
        body.pattern-corrugation-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/corrugation-dark.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-corrugation-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/corrugation-dark@2x.png");
    }
}
        body.pattern-diagonal-noise-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/diagonal-noise-dark.png");
        background-repeat: repeat;
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/diagonal-noise-dark@2x.png");
    }
}
        body.pattern-diagonal-noise-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/diagonal-noise-dark.png");
        background-repeat: repeat;
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-diagonal-noise-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/diagonal-noise-dark@2x.png");
    }
}
        body.pattern-dust-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/dust-dark.png");
        background-repeat: repeat;
        background-size: 400px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/dust-dark@2x.png");
    }
}
        body.pattern-dust-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/dust-dark.png");
        background-repeat: repeat;
        background-size: 400px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-dust-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/dust-dark@2x.png");
    }
}
        body.pattern-fabric-plaid-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/fabric-plaid-dark.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/fabric-plaid-dark@2x.png");
    }
}
        body.pattern-fabric-plaid-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/fabric-plaid-dark.png");
        background-repeat: repeat;
        background-size: 102px 78px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-fabric-plaid-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/fabric-plaid-dark@2x.png");
    }
}
        body.pattern-farmer-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/farmer-dark.png");
        background-repeat: repeat;
        background-size: 200px 200px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/farmer-dark@2x.png");
    }
}
        body.pattern-farmer-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/farmer-dark.png");
        background-repeat: repeat;
        background-size: 200px 200px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-farmer-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/farmer-dark@2x.png");
    }
}
        body.pattern-grid-noise-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/grid-noise-dark.png");
        background-repeat: repeat;
        background-size: 98px 98px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/grid-noise-dark@2x.png");
    }
}
        body.pattern-grid-noise-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/grid-noise-dark.png");
        background-repeat: repeat;
        background-size: 98px 98px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-grid-noise-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/grid-noise-dark@2x.png");
    }
}
        body.pattern-lightpaperfibers-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/lightpaperfibers-dark.png");
        background-repeat: repeat;
        background-size: 500px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/lightpaperfibers-dark@2x.png");
    }
}
        body.pattern-lightpaperfibers-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/lightpaperfibers-dark.png");
        background-repeat: repeat;
        background-size: 500px 300px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lightpaperfibers-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/lightpaperfibers-dark@2x.png");
    }
}
        body.pattern-retina-wood-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/retina-wood-dark.png");
        background-repeat: repeat;
        background-size: 512px 512px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/retina-wood-dark@2x.png");
    }
}
        body.pattern-retina-wood-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/retina-wood-dark.png");
        background-repeat: repeat;
        background-size: 512px 512px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-retina-wood-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/retina-wood-dark@2x.png");
    }
}
        body.pattern-lghtmesh-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/lghtmesh-dark.png");
        background-repeat: repeat;
        background-size: 256px 256px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/lghtmesh-dark@2x.png");
    }
}
        body.pattern-lghtmesh-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/lghtmesh-dark.png");
        background-repeat: repeat;
        background-size: 256px 256px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-lghtmesh-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/lghtmesh-dark@2x.png");
    }
}
        body.pattern-pw-maze-white-dark.layout-boxed {
    background-image: url("assets/img/patterns/large/pw-maze-white-dark.png");
        background-repeat: repeat;
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white-dark.layout-boxed {
        background-image: url("assets/img/patterns/large/pw-maze-white-dark@2x.png");
    }
}
        body.pattern-pw-maze-white-dark.layout-wide #content {
    background-image: url("assets/img/patterns/large/pw-maze-white-dark.png");
        background-repeat: repeat;
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    body.pattern-pw-maze-white-dark.layout-wide #content {
        background-image: url("assets/img/patterns/large/pw-maze-white-dark@2x.png");
    }
}

#wrapper {
        background-color: rgb(255, 255, 255);
        overflow: hidden;
}

.layout-boxed #wrapper {
        margin: 0px auto;
        width: auto;
}

#header-wrapper,
#main-wrapper,
#footer-wrapper {}

#header-wrapper,
#footer-wrapper {
        box-shadow: 0 3px 3px 1px rgb(0 0 0 / 17%);
}
        html {
    overflow-x: hidden;
}
        body {
    -webkit-font-smoothing: antialiased;
    background-color: rgb(31, 31, 31);
    color: rgb(37, 37, 37);
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 24px;
    min-height: 100%;
    margin-top: -22px;
    font-weight: 300;
}
        h2,
.block-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
}
        address {
    line-height: 22px;
}
        address a {
    text-decoration: underline;
}
        a {
    color: rgb(0, 0, 0);
        text-decoration: none;
}
        a:hover {
    color: rgb(66, 66, 66);
}
        abbr,
abbr[title],
abbr[data-original-title] {
    text-decoration: none;
        border-bottom: 0px !important;
}
        ol li {
    margin-bottom: 20px;
}
        ol li:last-child {
    margin-bottom: 15px;
}

.hero {
        text-align: center;
}

.hero
        strong,
.hero span {
    display: block;
}

.hero
        strong {
    color: rgb(57, 181, 74);
        font-size: 280px;
        font-weight: bold;
        line-height: 1.3;
}

.hero
        span {
    font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
}

.color-primary {
        color: rgb(57, 181, 74) !important;
}

.color-white {
        color: rgb(255, 255, 255) !important;
}

.align-right {
        text-align: right;
}

.box {
        background-color: rgba(0, 0, 0, 0.07);
        margin-bottom: 30px;
        padding: 20px;
}

.separator {
        padding-left: 15px;
        padding-right: 15px;
}

.caps {
        text-transform: uppercase;
}

.vertical-align {
        position: relative;
        transform: translateY(-50%);
        top: 50%;
}

.center {
        text-align: center !important;
}

.no-margin {
        margin: 0px !important;
}

.no-padding {
        padding: 0px !important;
}

.form-search .form-control-feedback {
        color: rgb(60, 66, 95);
        font-size: 18px;
        right: 0px !important;
}

.fullwidth {
        margin-left: -800px !important;
        margin-right: -800px !important;
        padding-left: 800px !important;
        padding-right: 800px !important;
}

.fullwidth-container {
        margin-left: -800px;
        margin-right: -800px;
}

.background-primary {
        background-color: #5a5a5a;
}

.background-primary
        a {
    color: rgb(29 29 29);
}

.background-primary
        a:hover {
    text-decoration: none;
}

.background-secondary {
        background-color: rgb(219, 219, 219);
}

.background-map {
        background-image: url("assets/img/map.png");
        background-repeat: repeat;
        background-position: center center;
}

.background-dots {
        background-image: url("assets/img/pattern-dots.png");
        background-position: center center;
        background-repeat: repeat;
}

.block-content {
        padding: 100px 0px 150px;
}

.block-content
        h3 {
    /* font-size: 30px; */
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
}

.block-content
        h3::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.block-content .center
        h3::after {
    left: 50%;
        margin-left: -15px;
}

.block-content
        p {
    margin-bottom: 0px;
    line-height: 150%;
    font-weight: 300;
}

.block-content.background-primary {
        color: rgb(255, 255, 255);
}

.block-content
        blockquote {
    border: 0px;
        font-size: 28px;
        line-height: 34px;
        margin: 0px;
}

.block-content
        blockquote .author {
    color: rgb(37, 37, 37);
        display: block;
        font-size: 14px;
        margin-top: 20px;
        opacity: 0.9;
}

.block-content-small-padding {
        padding: 100px 0px 130px;
}
        p.block-slogan {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 45px;
}

.hex {
        margin-bottom: 25px;
        position: relative;
}

.hex
        i {
    font-size: 60px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
}

.hex-content {
        display: block;
}

.hex-content
        a {
    color: rgb(255, 255, 255);
}

.hex-content
        a:hover {
    text-decoration: none;
}

.hex-image {
        width: 100%;
}

.block-stats {
        padding: 20px;
        text-align: center;
}

.block-stats
        span,
.block-stats strong {
    display: block;
}

.block-stats
        strong {
    font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
}

.block-stats
        span {
    font-size: 16px;
        font-weight: 500;
}

.helper-image-hover,
.property-box-picture-inner,
.property-row-picture-inner,
.property-small-picture-inner,
.agent-box-picture-inner,
.agent-row-picture-inner,
.agent-small-picture,
.agency-row-picture,
.infobox-picture,
.post-picture {
        background-color: rgb(255, 255, 255);
}

.helper-image-hover
        img,
.property-box-picture-inner img,
.property-row-picture-inner img,
.property-small-picture-inner img,
.agent-box-picture-inner img,
.agent-row-picture-inner img,
.agent-small-picture img,
.agency-row-picture img,
.infobox-picture img,
.post-picture img {
    position: relative;
        opacity: 1;
        transition: all 0.7s ease-out 0s;
}

.helper-image-hover
        a,
.property-box-picture-inner a,
.property-row-picture-inner a,
.property-small-picture-inner a,
.agent-box-picture-inner a,
.agent-row-picture-inner a,
.agent-small-picture a,
.agency-row-picture a,
.infobox-picture a,
.post-picture a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: #f5f5f5;
}

.helper-image-hover
        a::after,
.property-box-picture-inner a::after,
.property-row-picture-inner a::after,
.property-small-picture-inner a::after,
.agent-box-picture-inner a::after,
.agent-row-picture-inner a::after,
.agent-small-picture a::after,
.agency-row-picture a::after,
.infobox-picture a::after,
.post-picture a::after {
    color: rgb(255, 255, 255);
        content: "";
        display: block;
        font-family: FontAwesome;
        font-size: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        opacity: 0;
        transform: scale(3, 3);
        transition: all 0.7s ease-out 0s;
}

.helper-image-hover:hover
        img,
.property-box-picture-inner:hover img,
.property-row-picture-inner:hover img,
.property-small-picture-inner:hover img,
.agent-box-picture-inner:hover img,
.agent-row-picture-inner:hover img,
.agent-small-picture:hover img,
.agency-row-picture:hover img,
.infobox-picture:hover img,
.post-picture:hover img {
    opacity: 0.8;
    transform: scale(1.15, 1.15);
    transition: all 0.2s ease-in 0s;
}

.helper-image-hover:hover
        a,
.property-box-picture-inner:hover a,
.property-row-picture-inner:hover a,
.property-small-picture-inner:hover a,
.agent-box-picture-inner:hover a,
.agent-row-picture-inner:hover a,
.agent-small-picture:hover a,
.agency-row-picture:hover a,
.infobox-picture:hover a,
.post-picture:hover a {
    text-decoration: none;
}

.helper-image-hover:hover
        a::after,
.property-box-picture-inner:hover a::after,
.property-row-picture-inner:hover a::after,
.property-small-picture-inner:hover a::after,
.agent-box-picture-inner:hover a::after,
.agent-row-picture-inner:hover a::after,
.agent-small-picture:hover a::after,
.agency-row-picture:hover a::after,
.infobox-picture:hover a::after,
.post-picture:hover a::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.2s ease-in 0s;
}

.btn {
        appearance: none;
        box-shadow: 0 3px 3px 1px rgb(0 0 0 / 17%);
        border-radius: 3px;
}

.btn-primary,
.btn-white {
        background-color: #ffffff;
        border: 2px solid #185aa3;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        padding: 14px 20px;
        outline: 0px !important;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-radius: 100px;
        text-shadow: none;
        }

.w-195 {
        /* width: 194px; */
}

.btn-primary:active,
.btn-white:active,
.btn-primary:focus,
.btn-white:focus {
        background-color: transparent;
        border-color: rgb(45, 142, 58);
        box-shadow: none;
        color: rgb(57, 181, 74);
}

.btn-primary:active.btn-inversed,
.btn-white:active.btn-inversed,
.btn-primary:focus.btn-inversed,
.btn-white:focus.btn-inversed {
        border-color: rgb(45, 142, 58);
        color: rgb(255, 255, 255);
}

.btn-primary:hover,
.btn-white:hover {
        background-color: #185aa3;
        border-color: #185aa3;
        color: #ffffff;
        }

.btn-primary:hover
        i,
.btn-white:hover i {
    background-color: #243271;
}

.btn-primary:hover.btn-inversed,
.btn-white:hover.btn-inversed {
        background-color: rgb(45, 142, 58);
}

#footer .btn-primary:hover,
#footer .btn-white:hover {
        color: rgb(45, 142, 58);
}

#footer .btn-primary,
#footer .btn-white {
        color: rgb(57, 181, 74);
}

.btn-primary.btn-inversed,
.btn-inversed.btn-white {
        background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
}

.btn-primary.btn-inversed
        i,
.btn-inversed.btn-white i {
    color: rgb(255, 255, 255) !important;
}

.btn-primary
        i,
.btn-white i {
    background-color: #185aa3;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 36px;
    line-height: 20px;
    margin: -8px 12px -8px -12px;
    padding: 8px 12px;
    transition: background-color 0.2s linear 0s;
    border-radius: 100px;
    position: relative;
    left: 0px;
}

.header-light .btn-primary
        i,
.header-light .btn-white i {
    color: rgb(255, 255, 255);
}

.btn-white {
        border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
}

.btn-white:active,
.btn-white:focus {
        border-color: rgb(230, 230, 230);
}

.btn-white:hover {
        border-color: rgb(230, 230, 230);
        color: rgb(230, 230, 230);
}

.btn-regular {
        border-bottom: 1px solid rgb(57, 181, 74);
        border-radius: 0px;
        color: rgb(57, 181, 74);
        font-weight: bold;
        /* padding: 1px 0px 2px; */
        transition: all 0.2s linear 0s;
}

.btn-regular:hover {
        border-bottom-color: rgb(57, 181, 74);
        color: rgb(57, 181, 74);
}

#footer .btn-regular,
#header .btn-regular {
        border-bottom-color: rgb(255, 255, 255);
}

#footer .btn-regular:hover,
#header .btn-regular:hover {
        border-bottom-color: rgb(57, 181, 74);
        color: rgb(57, 181, 74);
}

.btn-small {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 8px;
}

.btn-small
        i {
    height: 20px;
        margin: 0px 7px 0px 0px;
        padding: 0px;
}
        label {
    cursor: pointer;
}

.form-control {
        border-radius: 0px;
        box-shadow: none;
        border: 0px;
        color: rgb(37, 37, 37);
        /* font-size: 15px; */
        font-weight: 600;
}

.form-control:active,
.form-control:focus {
        box-shadow: none;
}

#main .form-control {
        border: 2px solid rgba(0, 0, 0, 0.1);
}

.form-control-static {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 6px 0px;
}

.select-wrapper {
        cursor: pointer;
        position: relative;
}

.select-wrapper::after {
        /* background-color: rgb(255, 255, 255); */
        color: rgb(37, 37, 37);
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 13px;
        text-align: right;
        top: 11px;
        width: 24px;
        z-index: 2;
}

.select-wrapper
        select.form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: none;
    cursor: pointer;
    text-indent: 0.01px;
    appearance: none;
    font-size: 13px;
}

.select-wrapper
        select.form-control[disabled] {
    cursor: not-allowed;
}

.widget
        form .form-group:last-child {
    margin-bottom: 0px;
}

.form-group.checkboxlist {
        max-height: 150px;
        overflow-x: auto;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        margin: 0px 0px -1px !important;
}

.widget-title {}

.sidebar .widget {
        margin-bottom: 45px;
}

.widget-content {
        border: 1px solid rgb(221, 221, 221);
        margin-bottom: 3rem;
        padding: 12px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.widget .nav-stacked
        li {
    margin: 0px 0px 14px;
}

.widget .nav-stacked
        li:last-child {
    margin-bottom: 0px;
}

.widget .nav-stacked
        li a {
    padding: 0px;
}

#footer .widget .nav-stacked
        li a {
    color: rgb(255, 255, 255);
}

.widget .nav-stacked
        li a:hover {
    background-color: transparent;
        text-decoration: underline;
}

.widget .recent-posts {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

.widget .recent-posts
        h3,
.widget .recent-posts h3 a {
    font-size: 12px;
        font-weight: bold;
        line-height: 22px;
        text-decoration: none;
}

.sidebar .widget .recent-posts
        h3,
.footer-light .widget .recent-posts h3,
.sidebar .widget .recent-posts h3 a,
.footer-light .widget .recent-posts h3 a {
    color: rgb(37, 37, 37) !important;
}

.widget .recent-posts
        li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
}

.widget .recent-posts
        li:last-child {
    border: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
}

.panel-group .panel {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
}

.panel-default>.panel-heading {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 0px;
        padding: 0px;
        position: relative;
        transition: background-color 0.2s linear 0s;
}

#main .panel-default>.panel-heading,
.footer-light .panel-default>.panel-heading {
        background-color: rgba(37, 37, 37, 0.9);
        color: rgb(255, 255, 255);
}

.panel-default>.panel-heading::after {
        content: "";
        color: rgb(255, 255, 255);
        display: block;
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 8px;
}

.panel-default>.panel-heading.active {
        background-color: rgb(57, 181, 74) !important;
}

.panel-default>.panel-heading.active::after {
        content: "";
}

.panel-default>.panel-heading.active
        a:hover {
    color: rgb(255, 255, 255);
}

.panel-title>
        a {
    display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 10px 10px 24px;
        text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
        border-left: 3px solid rgb(57, 181, 74);
        border-top: 0px;
        margin: 10px;
        padding-left: 20px;
}

.pagination {
        margin-top: 50px;
}

.pagination
        li a {
    border: 2px solid rgba(0, 0, 0, 0.1);
        color: rgb(37, 37, 37);
        font-size: 14px;
        margin: 0px 5px;
        transition: border-color 0.2s linear 0s;
        border-radius: 0px !important;
}

.pagination
        li a:hover {
    background-color: transparent;
        border-color: rgb(57, 181, 74);
        color: rgb(37, 37, 37);
}

.pagination
        li.active a,
.pagination li.active a:hover {
    background-color: transparent;
        border-color: rgb(37, 37, 37);
        color: rgb(37, 37, 37);
        font-weight: bold;
}

.table {
        font-size: 14px;
}

.table
        tbody tr td {
    vertical-align: middle;
}

.table
        tbody tr td.min-width {
    white-space: nowrap;
        width: 1px;
}

.header-bar {
        background-color: #f9f9f9;
        border: 0px solid #ffbe00;
        color: rgb(255, 255, 255);
        z-index: 1;
        box-shadow: 0 0px 3px 1px rgb(0 0 0 / 17%);
        position: relative;
}

.header-classic {
        position: relative;
        z-index: 99999;
}

.header-classic .header-top {
        padding: 10px 0px;
}

.header-classic .header-identity {
        margin-top: 17px;
}

.header-standard {
        margin-bottom: 62px;
}

.header-bar-nav {
        float: right;
}

.header-bar-nav
        li {
    border-right: 1px solid rgb(39 39 39 / 20%);
    display: inline-block;
    line-height: 13px;
    padding: 0px;
}

.header-bar-nav
        li:last-child {
    border: 0px;
        padding-right: 0px;
}

.header-bar-nav
        li a {
    color: rgb(39 39 39);
    font-size: 12px;
    font-family: arial;
}

.header-bar-nav
        li a:hover {
    background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
}

.header-top {
        /* background-color: rgb(255 255 255); */
        position: relative;
        /* box-shadow: 0 3px 3px 1px rgba(0,0,0,.08); */
}

.header-light .header-top {
        color: rgb(37, 37, 37);
}

.header-light .header-top .btn-regular {
        border-bottom-color: rgb(37, 37, 37) !important;
        color: rgb(37, 37, 37) !important;
}

.header-light .header-top .btn-regular:hover {
        border-bottom: 1px solid rgb(57, 181, 74) !important;
        color: rgb(57, 181, 74) !important;
}

.header-top .social {
        float: right;
}

.header-top .separator {
        font-size: 14px;
}

.header-light .header-top {
        background-color: rgb(255, 255, 255);
}

.header-identity {
        display: inline-block;
}

.header-infobox {
        display: inline-block;
        line-height: 15px;
        margin: 8px 20px 0px 0px;
        font-family: arial;
}

.header-infobox
        a {
    color: rgb(255, 255, 255);
}

.header-infobox
        strong {
    font-weight: 400;
}

.header-identity-target {
        display: flex;
        height: 100px;
        align-items: center;
}

.header-identity-target:hover {
        color: rgb(37, 37, 37);
        text-decoration: none;
}

.header-light .header-identity-target {
        color: rgb(37, 37, 37);
}

.header-icon {
        color: rgb(57, 181, 74);
        font-size: 24px;
        padding-right: 15px;
        vertical-align: -4px;
}

.header-title {
        font-family: Raleway, Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
}

.header-slogan {
        border-left: 1px solid rgb(57, 181, 74);
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        margin: 0px 0px 0px 25px;
        padding: 0px 0px 0px 25px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
}

.header-navigation {
        position: relative;
        z-index: 999;
        /* height: 100px; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
}

.header-navigation
        ul li:first-child i {
    position: relative;
        top: 5px;
}

.header-light .header-navigation {
        background-color: rgba(255, 255, 255, 0.85);
}

.header-navigation .form-search-wrapper {
        float: right;
}

.header-navigation .form-search {
        margin-top: 13px;
}

.header-navigation .form-search .form-control {
        color: rgb(255, 255, 255);
        background-color: rgb(37, 37, 37);
}

.header-light .header-navigation .form-search .form-control {
        background-color: rgb(255, 255, 255);
        border: 2px solid rgba(0, 0, 0, 0.1);
        color: rgb(37, 37, 37);
}

.navbar-toggle {
        border-radius: 0px;
        margin-left: auto;
        padding: 0px;
        color: #445669;
}

.navbar-toggle .icon-bar {
        background-color: rgb(57, 181, 74);
        border-radius: 0px;
}

.header-nav {
        display: inline-block;
        /* margin-left: 15px; */
        position: relative;
        vertical-align: bottom;
        z-index: 99999;
}

.header-nav
        li a {
    /* background-color: transparent; */
    /* border-top: 3px solid transparent; */
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 15px;
    /* text-align: left; */
    /* transition: border-color 0.2s linear 0s; */
    color: #f5f5f5;
    text-transform: uppercase;
}

.header-light .header-nav
        li a {
    color: rgb(37, 37, 37);
}

.header-light .header-nav
        li a:hover {
    color: rgb(37, 37, 37);
}

.header-nav
        li a:hover {
}

.header-nav
        li.active a {
    background-color: transparent;
        border-top-color: rgb(57, 181, 74);
}

.header-nav
        li.active a:hover {
    background-color: transparent;
}

.header-nav
        li+li {
    margin-left: 0px;
}

.header-nav .menuparent {
        position: relative;
}

.header-nav .menuparent .menuparent:hover>
        a {
    background-color: #ffbe00 !important;
    color: rgb(0 0 0) !important;
}

.header-nav .menuparent .menuparent:hover>
        a::after,
.header-nav .menuparent .menuparent:hover>a::before {
    color: rgb(255, 255, 255) !important;
}

.header-nav .menuparent .menuparent:hover>
        a::before {
    display: block;
}

.header-nav .menuparent>
        a i {
    color: #ffbe00;
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    content: "";
    padding-right: 5px;
    vertical-align: middle;
}

.header-nav .menuparent>
        a i.fa-chevron-down {
    font-size: 12px;
    top: -1px;
    position: relative;
    color: #ffbe00;
    margin-left: 5px;
}

.header-nav .menuparent .menuparent>
        a::after {
    content: "";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
}

.header-nav .menuparent .menuparent>
        a:hover::after {
    color: rgb(57, 181, 74);
        font-family: FontAwesome;
        font-size: 12px;
        display: inline-block;
        content: "";
        padding-left: 15px;
        vertical-align: middle;
}

.header-nav .menuparent:hover>.sub-menu {
        display: block;
        visibility: visible;
}

.header-nav .menuparent:hover>
        a {
}

.header-nav .sub-menu {
        background-color: rgba(255, 255, 255, 0.85);
        border-width: 0px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: rgba(0, 0, 0, 0.1);
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-left-color: rgba(0, 0, 0, 0.1);
        border-image: initial;
        border-top-style: initial;
        border-top-color: initial;
        display: none;
        left: 0px;
        list-style: none;
        margin-left: 0px;
        padding: 0px;
        position: absolute;
        visibility: hidden;
        width: 220px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
        z-index: 3;
}

.header-classic .header-nav .sub-menu {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.header-classic .header-nav .sub-menu::before {
        border-bottom-color: rgba(255, 255, 255, 0.85);
        top: -12px;
}

.header-light .header-nav .sub-menu {
        background-color: rgba(37, 37, 37, 0.9);
        border: 0px;
}

.header-nav .sub-menu::before {
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent rgb(51 51 51);
        border-image: initial;
        bottom: 0px;
        content: "";
        display: block;
        height: 0px;
        left: 20px;
        position: absolute;
        top: -16px;
        width: 0px;
}

.header-light .header-nav .sub-menu::before {
        border-bottom-color: rgba(37, 37, 37, 0.9);
}

.header-nav .sub-menu
        li {
    margin: 0px;
        padding: 0px;
}

.header-nav .sub-menu
        li a {
    border: 0px;
    display: block;
    font-size: 13px;
    margin: 0px;
    padding: 15px 45px;
    position: relative;
    transition: all 0.2s linear 0s;
    text-transform: inherit;
    font-weight: 600;
    color: rgb(37, 37, 37) !important;
    border-radius: 0;
    background: #ffffffab !important;
}

.header-nav .sub-menu
        li a::before {
    content: "";
        color: rgb(255, 255, 255);
        display: none;
        font-family: FontAwesome;
        font-size: 12px;
        left: 20px;
        position: absolute;
}

.header-nav .sub-menu
        li a:hover {
    background-color: #ffbe00 !important;
    border: 0px;
    text-decoration: none;
    color: rgb(0 0 0) !important;
}

.header-nav .sub-menu
        li a:hover::before {
    display: block;
}

.header-light .header-nav .sub-menu
        li a {
    color: rgb(255, 255, 255);
}

.header-nav .sub-menu .sub-menu {
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        left: 220px;
        top: 0px;
}

.header-nav .sub-menu .sub-menu::before {
        border-bottom-color: transparent;
        border-right-color: rgba(0, 0, 0, 0.1);
        left: -10px;
        margin: 0px;
        top: 10px;
}

.header-nav .sub-menu .sub-menu::after {
        background-color: transparent;
        content: "";
        display: block;
        height: 100%;
        left: -12px;
        position: absolute;
        top: 0px;
        width: 12px;
        z-index: 999;
}

#footer {
        color: rgb(255, 255, 255);
}

.footer-light #footer {
        color: rgb(37, 37, 37);
}

#footer
        a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
}

#footer
        hr {
    border-color: rgb(255 255 255 / 13%);
    margin: 25px 0px;
}

.footer-light #footer
        hr {
    border-color: rgba(0, 0, 0, 0.1);
}

#footer .form-search {
        margin-top: 5px;
}

.footer-light #footer .form-search .form-control {
        border: 2px solid rgba(0, 0, 0, 0.2);
}

.footer-top {
        background-color: #185aa3;
        padding: 50px 15px 25px 15px;
}

.footer-light .footer-top {
        background-color: rgb(255, 255, 255);
}

.footer-light .footer-top .nav
        li a {
    color: rgb(37, 37, 37) !important;
}

.footer-nav {
        font-size: 14px;
}

.footer-nav
        li a {
    border-radius: 0px;
        color: rgb(255, 255, 255);
        margin-right: 30px;
        padding-left: 0px;
        padding-right: 0px;
}

.footer-light .footer-nav
        li a {
    color: rgb(37, 37, 37) !important;
}

.footer-nav
        li a:hover {
    background-color: transparent;
        text-decoration: underline;
}

.footer-bottom {
        background-color: rgb(24, 24, 24);
        border-top: 3px solid transparent;
        padding: 25px 0px;
}

.footer-light .footer-bottom {
        background-color: rgb(255, 255, 255);
        border-top: 3px solid rgb(57, 181, 74);
}

.footer-bottom .social {
        margin-top: 30px;
        position: relative;
}

.footer-light .footer-bottom .social
        a {
    color: rgba(37, 37, 37, 0.9) !important;
}

.footer-bottom .social::before {
        background-color: rgba(255, 255, 255, 0.2);
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        top: -14px;
        width: 30px;
}

.footer-light .footer-bottom .social::before {
        background-color: rgba(0, 0, 0, 0.2);
}

.property-box {
        background-color: rgb(255, 255, 255);
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        box-shadow: 0 5px 15px 1px rgb(0 0 0 / 10%);
}

.property-box:hover {
        box-shadow: none;
        border: 2px solid rgb(0 0 0 / 4%);
}

.property-box.no-border {
        border: 0px;
}

.property-box.small {
        margin-bottom: 0px;
}

.property-box.small:hover {
        background: rgb(233, 255, 249);
}
        h3.property-box-title,
h3.property-box-title a {
    color: rgb(37, 37, 37);
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    margin: 0px;
    height: 51px;
    overflow: hidden;
    padding-top: 15px;
    text-align: left;
}
        h3.property-box-title::after,
h3.property-box-title a::after {
    display: none;
}

.small
        h3.property-box-title,
.small h3.property-box-title a {
    font-size: 15px;
    text-align: left;
}
        h4.property-box-subtitle,
h4.property-box-subtitle a {
    color: rgb(37, 37, 37);
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 20px;
        padding-bottom: 0px;
        position: relative;
        text-align: left;
}

.small
        h4.property-box-subtitle,
.small h4.property-box-subtitle a {
    font-size: 12px;
        margin-bottom: 11px;
        text-align: left;
}

.property-box-price {
        background-color: rgb(0 0 0 / 63%);
        color: rgb(243, 243, 243);
        display: table;
        font-size: 13px;
        font-weight: 400;
        left: 35px;
        position: absolute;
        bottom: 15px;
        z-index: 999;
        text-align: left;
        border-radius: 3px;
        padding: 0px 5px !important;
        box-shadow: inset 0 0 0 1px #ffffff54;
}

.property-box-kat {
        background-color: #1d1d1d;
        color: rgb(243, 243, 243);
        display: table;
        font-size: 13px;
        font-weight: 600;
        left: 35px;
        width: 100%;
        /* position: absolute; */
        border: 15px;
        z-index: 999;
        font-family: "trebuchet ms";
        text-align: center;
        border-radius: 3px;
        padding: 4px 12px !important;
}

.property-box-emlakno {
        background-color: rgb(0 95 255 / 63%);
        color: rgb(243, 243, 243);
        display: table;
        font-size: 13px;
        font-weight: 600;
        right: 35px;
        position: absolute;
        bottom: 15px;
        z-index: 999;
        font-family: "trebuchet ms";
        text-align: left;
        border-radius: 3px;
        padding: 0px 5px !important;
}

.small .property-box-price {
        /* height: 31px; */
        line-height: 23px;
        padding: 4px 0px;
}

.property-box-price-suffix {
        color: rgb(37, 37, 37);
        font-size: 10px;
        font-weight: bold;
}

.property-box-picture {
        margin-bottom: -25px;
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
}

.property-box-picture-target {
        display: block;
        overflow: hidden;
        /* height: 200px; */
        background: #f3f3f3;
}

.property-box-picture-target
        img {
    position: absolute;
    /* width: auto; */
    height: 100%;
    inset: 0px;
    margin: auto;
}

.property-box-picture-inner {
        margin-left: -2px;
        margin-right: -2px;
        position: relative;
        z-index: 1;
}

.no-border .property-box-picture-inner {
        bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
}

.property-box-label {
        background-color: rgb(206, 206, 206);
        color: rgb(37, 37, 37);
        font-weight: bold;
        position: absolute;
        transform: rotate(-45deg);
        z-index: 2;
        padding: 3px 70px;
        border-radius: 5px;
        font-size: 13px;
        left: -45px;
        top: 20px;
        font-size: 12px;
}

.small .property-box-label {
        left: 15px;
        /* padding: 3px 12px; */
        border-radius: 3px;
        position: absolute;
        left: -45px;
        top: 15px;
        font-size: 12px;
}

.property-box-label.property-box-label-primary {
        background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
}

.property-box-meta {
        background-color: rgba(255, 255, 255, 0.85);
        border: 0px;
        bottom: -2px;
        left: -2px;
        position: absolute;
        right: -2px;
        z-index: 10;
}

.property-box-meta-item {
        font-size: 11px;
        padding: 0px;
        text-align: center;
}

.property-box-meta-item
        span {
    background-color: rgb(255, 255, 255);
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        padding: 6px 0px;
        line-height: 1;
}

.property-box-meta-item
        strong {
    display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 7px 0px;
}

.properties-filter {
        line-height: 36px;
        margin-bottom: 50px;
        padding: 0px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        width: 100%;
}

.properties-filter
        li {
    margin: 0px 8px;
    width: 100%;
    border: 2px solid #00000014;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.properties-filter li.selected {
    border-color: rgb(23 218 164);
    background: rgb(23 218 164);
}

.properties-filter
        a {color: rgb(37, 37, 37);font-size: 13px;font-weight: 700;text-align: center;width: 100%;height: 50px;line-height: 50px;}

.properties-filter li:hover {
    border-color: #1ddba7 !important;
}

.properties-filter .selected
        a {
    color: #fff;
}

.property-rows {
        margin-bottom: -30px;
}

.property-row {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
}

.property-row-picture {
        padding-right: 0px;
        border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.property-row-picture
        img {
    width: 100%;
}

.property-row-picture-inner {
        position: relative;
}

.property-row-content {
        padding-right: 25px;
}
        h3.property-row-title,
h3.property-row-title a {
    color: rgb(37, 37, 37);
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0px;
}
        h4.property-row-subtitle,
h4.property-row-subtitle a {
    color: rgb(37, 37, 37);
        font-size: 12px;
        font-weight: 300;
}

.property-row-price {
        color: rgb(57, 181, 74);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
}
        p.property-row-body {
    font-size: 12px;
}

.property-row-meta {
        background-color: rgba(255, 255, 255, 0.85);
        border: 0px;
        bottom: 0px;
        left: 0px;
        position: absolute;
        right: 0px;
}

.property-row-meta-item {
        font-size: 11px;
        padding: 0px;
        text-align: center;
}

.property-row-meta-item
        span {
    background-color: rgb(255, 255, 255);
        display: block;
        padding: 6px 0px;
        line-height: 1;
}

.property-row-meta-item
        strong {
    display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 7px 0px;
}

.property-small {
        background-color: rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
        padding: 10px 0px;
}

.property-small:last-child {
        margin-bottom: 0px;
}

.property-small,
.footer-light .property-small {
        background-color: transparent;
        border: 2px solid rgba(0, 0, 0, 0.1);
}

.property-small:hover {
        background: rgb(247, 247, 247);
}

.property-small-picture {
        padding-left: 10px;
        padding-right: 10px;
}

.property-small-picture
        img {
    width: 100%;
}

.property-small-picture-target {
        display: block;
}

.property-small-content {
        padding-left: 0px;
}
        h3.property-small-title,
h3.property-small-title a {
    /* font-size: 14px; */
    font-weight: bold;
    margin: 0px 0px 5px;
}

.sidebar
        h3.property-small-title,
.footer-light h3.property-small-title,
.sidebar h3.property-small-title a,
.footer-light h3.property-small-title a {
    color: rgb(37, 37, 37) !important;
}

.property-small-subtitle {
        font-size: 11px;
        opacity: 0.7;
}

.property-small-price {
        color: rgb(57, 181, 74);
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
}

.property-small-price-suffix {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: normal;
}

.property-small-price-suffix,
.footer-light .property-small-price-suffix {
        color: rgb(37, 37, 37) !important;
}

.property-detail-amenities {
        margin: 0px;
        padding: 0px;
}

.property-detail-amenities
        li {
    list-style: none;
        margin-bottom: 10px;
}

.property-detail-amenities
        li i {
    font-size: 14px;
        margin-right: 7px;
        vertical-align: 0px;
}

.property-detail-amenities
        li .ok {
    color: rgb(57, 181, 74);
}

.property-detail-amenities
        li .no {
    color: rgb(206, 206, 206);
}
        h2.property-detail-title,
.block-content h3.property-detail-title {
    margin-bottom: 20px;
}
        h3.property-detail-subtitle {
    font-size: 16px;
}
        h3.property-detail-subtitle strong {
    background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 14px;
        margin: 0px 0px 0px 20px;
        padding: 6px 15px;
        vertical-align: middle;
}

.property-detail-overview {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
}

.property-detail-overview-item {
        padding: 8px 0px;
        text-align: center;
}

.property-detail-overview-item:nth-child(2n) {
        background-color: rgba(0, 0, 0, 0.1);
}

.submit-property-list
        li:first-child {
    margin-top: -5px;
}

.agents-list {
        margin-bottom: -30px;
}

.agent-box {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        overflow: hidden;
}

.agent-box-picture {
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ebecec;
        height: 180px;
}

.agent-box-picture
        img {
    height: 100%;
        width: auto;
}

.agent-box-label {
        background-color: rgb(206, 206, 206);
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        left: -55px;
        padding: 5px 80px;
        position: absolute;
        top: 10px;
        transform: rotate(-45deg);
        z-index: 2;
}

.agent-box-label.agent-box-label-primary {
        background-color: rgb(57, 181, 74);
}

.agent-box-content {
        padding: 5px 8px 5px;
        text-align: center;
        background: white;
}

.agent-box-content .social
        li {
    margin: 0px 5px 0px 0px;
}
        h3.agent-box-title,
h3.agent-box-title a {
    color: rgb(37, 37, 37);
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0px 0px;
}
        h4.agent-box-subtitle,
h4.agent-box-subtitle a {
    color: rgb(37, 37, 37);
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 15px;
}

.agent-box-contacts {
        font-size: 14px;
        margin-bottom: 15px;
}

.agent-box-contacts
        i {
    padding-right: 5px;
}

.agent-box-contacts
        li {
    margin: 0px 0px 5px;
}

.agents-list {
        margin-bottom: -30px;
}

.agent-row {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        overflow: hidden;
        padding: 15px;
}

.agent-row-picture {
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding-right: 0px;
}

.agent-row-picture
        img {
    width: 100%;
}

.agent-row-label {
        background-color: rgb(206, 206, 206);
        color: rgb(37, 37, 37);
        font-size: 14px;
        font-weight: bold;
        left: -55px;
        padding: 5px 80px;
        position: absolute;
        top: 10px;
        transform: rotate(-45deg);
        z-index: 2;
}

.agent-row-label.agent-row-label-primary {
        background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
}

.agent-row-content .social
        li {
    margin: 0px 5px 10px 0px;
}
        h3.agent-row-title,
h3.agent-row-title a {
    color: rgb(37, 37, 37);
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0px 0px;
}
        h4.agent-row-subtitle,
h4.agent-row-subtitle a {
    color: rgb(37, 37, 37);
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 15px;
}

.agent-row-contacts {
        font-size: 14px;
        margin-bottom: 15px;
}

.agent-row-contacts
        i {
    padding-right: 5px;
}

.agent-row-contacts
        li {
    margin: 0px 0px 5px;
}

.agent-small {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
}

.agent-small-bottom {
        background-color: rgb(255, 255, 255);
        padding: 10px;
        position: relative;
        border-top: 1px solid rgb(221, 221, 221);
}

.agent-small-bottom
        ul {
    margin: 0px;
        padding: 0px;
}

.agent-small-bottom
        ul li {
    margin-bottom: 5px;
}

.agent-small-bottom
        ul li i {
    font-size: 14px;
        margin-right: 5px;
}

.agent-small-bottom
        ul li:last-child {
    margin-bottom: 0px;
}

.agent-small-picture {
        padding: 0px;
}

.agent-small-picture
        img {
    width: auto;
}

.agent-small-content {
        padding: 20px;
}

.agent-small-content .btn {
        border: 0px;
        bottom: 0px;
        position: absolute;
        right: 15px;
}
        h3.agent-small-title,
h3.agent-small-title a {
    color: rgb(37, 37, 37);
        font-size: 16px;
        font-weight: bold;
        margin: 0px 0px 5px;
        padding: 0px;
}
        h4.agent-small-subtitle,
h4.agent-small-subtitle a {
    color: rgb(37, 37, 37);
        font-size: 12px;
        font-weight: 300;
        margin: 0px 0px 15px;
        padding: 0px;
}

.agent-detail {
        margin-bottom: 30px;
}

.agent-detail-picture {
        border: 1px solid rgb(206, 206, 206);
        padding: 1px;
}

.agent-detail-picture
        img {
    width: 100%;
}

.agent-detail .social
        li:first-child {
    margin-left: 0px;
}

.agency-row {
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
}

.agency-row:last-child {
        margin-bottom: 0px;
}

.agency-row-picture {
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        padding: 0px;
}

.agency-row-picture
        img {
    width: 100%;
}

.agency-row-picture-target {
        color: rgb(37, 37, 37);
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
}

.agency-row-picture-target
        i {
    background-color: rgb(57, 181, 74);
        border-radius: 50%;
        color: rgb(255, 255, 255);
        font-size: 22px;
        height: 36px;
        line-height: 34px;
        margin-right: 5px;
        text-align: center;
        width: 36px;
}

.agency-row-picture-target
        span {
    display: block;
        padding: 20px;
}

.agency-row-picture-target:hover {
        text-decoration: none;
}

.agency-row-content {
        padding-bottom: 15px;
        padding-top: 15px;
}

.agency-row-content
        ul {
    font-size: 14px;
        margin: 0px;
}

.agency-row-content
        ul li {
    margin-bottom: 6px;
}

.agency-row-content
        ul li:last-child {
    margin-bottom: 0px;
}

.agency-row-content
        ul i {
    font-size: 14px;
        margin-right: 5px;
        vertical-align: middle;
}
        h3.agency-row-title,
h3.agency-row-title a {
    color: rgb(37, 37, 37);
        font-size: 24px;
        margin: 0px 0px 5px;
        padding: 0px;
}
        h4.agency-row-subtitle,
h4.agency-row-subtitle a {
    font-size: 14px;
        font-weight: 300;
        margin: 0px 0px 20px;
        padding: 0px;
}

.agency-detail {
        margin-bottom: 30px;
}

.agency-detail-picture {
        border: 1px solid rgb(206, 206, 206);
        padding: 1px;
}

.agency-detail-picture
        img {
    width: 100%;
}

.agency-detail .social
        li:first-child {
    margin-left: 0px;
}

.map-wrapper {
        margin-bottom: -1px;
}

#map {
        border-bottom: 3px solid rgb(57, 181, 74);
        height: 553px;
}

.map-wrapper {
        margin-top: -62px;
}

.map-navigation-positioning {
        min-height: 0px;
}

.map-navigation-wrapper {
        position: relative;
}

.map-navigation {
        background-color: rgba(37, 37, 37, 0.9);
        border-top: 3px solid rgb(57, 181, 74);
        padding: 15px 0px 0px;
        position: absolute;
        right: 0px;
        top: -471px;
        z-index: 9999;
}

.map-navigation
        label {
    color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: bold;
        margin: 0px 0px 5px;
}

.map-navigation-light .map-navigation
        label {
    color: rgb(37, 37, 37);
}

.map-navigation-light .map-navigation {
        background-color: rgba(255, 255, 255, 0.85);
}

.map-navigation-light .map-navigation .form-control {
        border: 2px solid rgba(0, 0, 0, 0.1);
}

#map-property {
        border-bottom: 3px solid rgb(57, 181, 74);
        height: 200px;
}

.marker {
        background-color: rgb(255, 255, 255);
        border: 3px solid rgb(57, 181, 74);
        border-radius: 50%;
        height: 48px;
        line-height: 48px;
        position: relative;
        text-align: center;
        width: 48px;
}

.marker::after {
        bottom: -13px;
        border-width: 6px 4px 4px;
        border-style: solid;
        border-color: rgb(57, 181, 74) transparent transparent;
        border-image: initial;
        content: "";
        display: block;
        height: 0px;
        left: 50%;
        margin-left: -4px;
        position: absolute;
        width: 0px;
}

.marker-inner {
        border-radius: 50%;
        height: 42px;
        line-height: 40px;
        width: 42px;
}

.marker-inner
        img {
    width: 26px;
        opacity: 0.7;
}

.infobox {
        background-color: rgb(57, 181, 74);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
        height: 191px;
        padding: 0px;
        position: relative;
        width: 200px;
}

.infobox::after {
        border-width: 6px;
        border-style: solid;
        border-color: rgb(57, 181, 74) transparent transparent;
        border-image: initial;
        bottom: -12px;
        content: "";
        display: block;
        height: 0px;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0px;
}

.infobox-header {
        background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
        padding: 8px 15px;
}

.infobox-picture {
        height: 140px;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
}

.infobox-picture
        a {
    height: 140px;
}

.infobox-picture
        img {
    width: 100%;
}
        h3.infobox-title,
h3.infobox-title a {
    color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        padding: 0px;
        margin: 0px 0px 5px !important;
}
        h4.infobox-subtitle,
h4.infobox-subtitle a {
    color: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        font-weight: normal;
        margin: 0px;
}

.infobox-price {
        background-color: rgba(255, 255, 255, 0.85);
        bottom: 0px;
        color: rgb(57, 181, 74);
        font-size: 12px;
        font-weight: bold;
        left: 0px;
        line-height: 23px;
        padding: 4px 0px;
        position: absolute;
        right: 0px;
        text-align: center;
        z-index: 2;
}

.clusterer {
        background-color: rgb(255, 255, 255);
        border: 2px solid rgb(57, 181, 74);
        border-radius: 50%;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        height: 48px;
        position: relative;
        text-align: center;
        width: 48px;
}

.clusterer-inner {
        background-color: rgb(57, 181, 74);
        border-radius: 50%;
        height: 40px;
        line-height: 38px;
        margin: 2px;
        width: 40px;
}

.palette-wrapper {
        background-color: rgb(255, 255, 255);
        border-width: 2px 2px 2px 0px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-top-color: rgb(57, 181, 74);
        border-right-color: rgb(57, 181, 74);
        border-bottom-color: rgb(57, 181, 74);
        border-image: initial;
        border-left-style: initial;
        border-left-color: initial;
        left: 0px;
        padding: 15px;
        position: fixed;
        top: 200px;
        transition: margin 0.2s linear 0s;
        width: 180px;
        z-index: 999999;
}

.palette-wrapper
        select {
    display: block;
        margin-bottom: 15px;
        width: 100%;
}

.palette-closed {
        margin-left: -180px;
}
        h2.palette-title,
.block-content h3.palette-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 10px;
        padding-bottom: 5px;
        text-transform: uppercase;
}

.palette-colors {
        margin: 0px;
        padding: 0px;
}

.palette-colors
        li {
    border: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        float: left;
        list-style: none;
        margin-bottom: 11px;
        margin-right: 11px;
}

.palette-colors
        li:nth-child(4n) {
    margin-right: 0px;
}

.palette-colors
        a {
    background-color: red;
        display: block;
        height: 24px;
        margin: 1px;
        width: 24px;
}

.palette-toggle {
        background-color: rgb(57, 181, 74);
        border-width: 2px 2px 2px 0px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-top-color: rgb(57, 181, 74);
        border-right-color: rgb(57, 181, 74);
        border-bottom-color: rgb(57, 181, 74);
        border-image: initial;
        border-left-style: initial;
        border-left-color: initial;
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        right: -42px;
        text-align: center;
        text-transform: uppercase;
        top: -2px;
        width: 40px;
}

.palette-toggle .palette-toggle-inner {
        border: 1px solid rgb(255, 255, 255);
        height: 100px;
        padding: 66px 0px 0px;
}

.palette-toggle
        span {
    display: block;
        transform: rotate(-90deg);
        white-space: nowrap;
}

.palette-toggle
        i {
    display: inline;
        margin-right: 8px;
}

.palette-color-green
        a {
    background-color: rgb(57, 181, 74);
}

.palette-color-blue
        a {
    background-color: rgb(25, 160, 216);
}

.palette-color-red
        a {
    background-color: rgb(205, 33, 34);
}

.palette-color-cyan
        a {
    background-color: rgb(10, 166, 153);
}

.palette-color-orange
        a {
    background-color: rgb(243, 196, 9);
}

.palette-color-brown
        a {
    background-color: rgb(132, 100, 71);
}

.palette-color-pink
        a {
    background-color: rgb(191, 34, 78);
}

.palette-color-purple
        a {
    background-color: rgb(142, 92, 144);
}

.palette-patterns {
        margin: 0px;
        padding: 0px;
}

.palette-patterns
        li {
    border: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        float: left;
        list-style: none;
        margin-bottom: 11px;
        margin-right: 11px;
}

.palette-patterns
        li:nth-child(4n) {
    margin-right: 0px;
}

.palette-patterns
        a {
    background-color: red;
        display: block;
        height: 24px;
        margin: 1px;
        width: 24px;
}

.palette-patterns
        ul {
    list-style: none;
}

.palette-patterns
        a {
    background-color: rgb(255, 255, 255);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 23px 23px;
        cursor: pointer;
        height: 23px;
        text-indent: -9999px;
        width: 23px;
}

.palette-patterns
        a.pattern-cloth-alike {
    background-image: url("assets/img/patterns/small/cloth-alike.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-cloth-alike {
        background-image: url("assets/img/patterns/small/cloth-alike@2x.png");
    }
}

.palette-patterns
        a.pattern-corrugation {
    background-image: url("assets/img/patterns/small/corrugation.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-corrugation {
        background-image: url("assets/img/patterns/small/corrugation@2x.png");
    }
}

.palette-patterns
        a.pattern-diagonal-noise {
    background-image: url("assets/img/patterns/small/diagonal-noise.png");
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-diagonal-noise {
        background-image: url("assets/img/patterns/small/diagonal-noise@2x.png");
    }
}

.palette-patterns
        a.pattern-dust {
    background-image: url("assets/img/patterns/small/dust.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-dust {
        background-image: url("assets/img/patterns/small/dust@2x.png");
    }
}

.palette-patterns
        a.pattern-fabric-plaid {
    background-image: url("assets/img/patterns/small/fabric-plaid.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-fabric-plaid {
        background-image: url("assets/img/patterns/small/fabric-plaid@2x.png");
    }
}

.palette-patterns
        a.pattern-farmer {
    background-image: url("assets/img/patterns/small/farmer.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-farmer {
        background-image: url("assets/img/patterns/small/farmer@2x.png");
    }
}

.palette-patterns
        a.pattern-grid-noise {
    background-image: url("assets/img/patterns/small/grid-noise.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-grid-noise {
        background-image: url("assets/img/patterns/small/grid-noise@2x.png");
    }
}

.palette-patterns
        a.pattern-lghtmesh {
    background-image: url("assets/img/patterns/small/lghtmesh.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-lghtmesh {
        background-image: url("assets/img/patterns/small/lghtmesh@2x.png");
    }
}

.palette-patterns
        a.pattern-pw-maze-white {
    background-image: url("assets/img/patterns/small/pw-maze-white.png");
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-pw-maze-white {
        background-image: url("assets/img/patterns/small/pw-maze-white@2x.png");
    }
}

.palette-patterns
        a.pattern-none {
    background-image: url("assets/img/patterns/small/no-pattern.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-none {
        background-image: url("assets/img/patterns/small/no-pattern@2x.png");
    }
}

.palette-patterns
        a.pattern-cloth-alike-dark {
    background-image: url("assets/img/patterns/small/cloth-alike-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-cloth-alike-dark {
        background-image: url("assets/img/patterns/small/cloth-alike-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-corrugation-dark {
    background-image: url("assets/img/patterns/small/corrugation-dark.png");
        background-repeat: repeat;
        background-size: 8px 5px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-corrugation-dark {
        background-image: url("assets/img/patterns/small/corrugation-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-diagonal-noise-dark {
    background-image: url("assets/img/patterns/small/diagonal-noise-dark.png");
        background-size: 100px 100px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-diagonal-noise-dark {
        background-image: url("assets/img/patterns/small/diagonal-noise-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-dust-dark {
    background-image: url("assets/img/patterns/small/dust-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-dust-dark {
        background-image: url("assets/img/patterns/small/dust-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-fabric-plaid-dark {
    background-image: url("assets/img/patterns/small/fabric-plaid-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-fabric-plaid-dark {
        background-image: url("assets/img/patterns/small/fabric-plaid-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-farmer-dark {
    background-image: url("assets/img/patterns/small/farmer-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-farmer-dark {
        background-image: url("assets/img/patterns/small/farmer-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-grid-noise-dark {
    background-image: url("assets/img/patterns/small/grid-noise-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-grid-noise-dark {
        background-image: url("assets/img/patterns/small/grid-noise-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-lghtmesh-dark {
    background-image: url("assets/img/patterns/small/lghtmesh-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-lghtmesh-dark {
        background-image: url("assets/img/patterns/small/lghtmesh-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-pw-maze-white-dark {
    background-image: url("assets/img/patterns/small/pw-maze-white-dark.png");
        background-size: 46px 23px;
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-pw-maze-white-dark {
        background-image: url("assets/img/patterns/small/pw-maze-white-dark@2x.png");
    }
}

.palette-patterns
        a.pattern-none-dark {
    background-image: url("assets/img/patterns/small/no-pattern-dark.png");
}

@media (
        -webkit-min-device-pixel-ratio: 2),
not all {
    .palette-patterns a.pattern-none-dark {
        background-image: url("assets/img/patterns/small/no-pattern-dark@2x.png");
    }
}

.post {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding-bottom: 30px;
}

.post:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
}

.post-date {
        text-align: right;
}

.post-date
        span,
.post-date strong {
    display: block;
}

.post-date
        span {
    color: rgb(57, 181, 74);
        font-size: 18px;
}

.post-date
        span i {
    font-size: 16px;
        margin-right: 5px;
        vertical-align: 1px;
}

.post-date
        strong {
    font-size: 26px;
        margin-top: 3px;
}

.invoice-wrapper {
        border: 2px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
}

.invoice-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 20px;
}

.invoice-logo {
        float: left;
        font-size: 26px;
        text-transform: uppercase;
}

.invoice-logo
        i {
    color: rgb(57, 181, 74);
        margin: 0px 10px 0px 0px;
}

.invoice-description {
        float: right;
}

.invoice-description
        span,
.invoice-description strong {
    display: block;
}

.invoice-description
        strong {
    font-size: 20px;
}

.invoice-info {
        padding: 20px 0px;
}

.pricing-cols+.pricing-cols {
        margin-top: 30px;
}

.merged .pricing-col-wrapper {
        padding-left: 0px;
        padding-right: 0px;
}

.merged .pricing-col-wrapper .pricing-col {
        border-left-width: 1px;
        border-right-width: 1px;
}

.merged .pricing-col-wrapper:first-child {
        padding-left: 15px;
}

.merged .pricing-col-wrapper:first-child .pricing-col {
        border-left-width: 2px;
}

.merged .pricing-col-wrapper:last-child {
        padding-right: 15px;
}

.merged .pricing-col-wrapper:last-child .pricing-col {
        border-right-width: 2px;
}

.pricing-col {
        border: 2px solid rgba(0, 0, 0, 0.2);
}

.pricing-col.featured {
        outline: rgb(57, 181, 74) solid 2px;
        outline-offset: -2px;
        border-color: rgb(57, 181, 74);
}

.pricing-header {
        background-color: rgba(0, 0, 0, 0.05);
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        padding: 20px;
}

.featured .pricing-header {
        border-color: rgb(57, 181, 74);
}
        h3.pricing-title {
    color: rgb(57, 181, 74);
        font-size: 36px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        text-align: center;
}
        h4.pricing-subtitle {
    font-size: 20px;
        font-weight: bold;
        text-align: center;
}
        h5.pricing-subsubtitle {
    font-size: 14px;
        font-weight: bold;
        opacity: 0.6;
        text-align: center;
}

.pricing-content {
        padding: 10px 20px;
}

.pricing-content
        li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        padding: 8px 0px;
        text-align: center;
}

.pricing-content
        li:last-child {
    border: 0px;
}

.pricing-content
        li.inactive {
    text-decoration: line-through;
}

.pricing-action {
        padding-bottom: 30px;
}

.social {
        margin: 0px;
        padding: 0px;
}

#header .social {
        margin-top: 7px;
}

.social
        li {
    display: inline-block;
        margin-right: 20px;
}

.social
        a {
    color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        transition: color 0.2s linear 0s;
}

.social
        a:hover {
    color: rgb(255, 255, 255);
}

#header .social
        a {
    font-size: 20px;
}

.widget .social
        li {
    margin: 0px 8px 10px 0px;
}

.social-boxed
        li {
    text-align: center;
}

.social-boxed
        a {
    color: rgb(255, 255, 255);
        height: 32px;
        line-height: 32px;
        transition: all 0.2s linear 0s;
        width: 32px;
        display: flex;
        align-items: center;
        place-content: center;
        background-color: rgb(57, 181, 74) !important;
}

.social-boxed
        a:hover {
    border-radius: 50%;
}

.feature-icon {
        background-image: url("assets/img/hex.png");
        background-repeat: no-repeat;
        background-size: 100%;
        float: left;
        padding: 0px;
        text-align: center;
}

.feature-icon
        i {
    color: rgb(255, 255, 255);
        font-size: 22px;
}

.footer .feature-icon
        i {
    color: rgb(57, 181, 74);
}

.feature-icon-inner {
        height: 0px;
        padding-bottom: 115%;
        width: 100%;
}

.feature-icon-inner
        i {
    left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
}
        h3.feature-title {
    color: rgb(57, 181, 74);
        margin: 0px 0px 5px;
        font-size: 14px;
        font-weight: bold;
        padding: 0px;
}

.background-primary
        h3.feature-title {
    color: rgb(255, 255, 255);
}

.feature-content {
        margin-bottom: 20px;
}

.static-image {
        border-bottom: 3px solid rgb(57, 181, 74);
        position: relative;
        height: 400px;
        background: url("assets/img/slider-bg.jpg") center center / cover;
        color: rgb(255, 255, 255);
        text-shadow: rgb(0, 0, 0) 0px 0px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.static-image
        img {
    max-width: 100%;
}

.static-image-description-wrapper {}

.static-image-title {
        background-color: rgb(255, 255, 255);
        clear: both;
        float: left;
        font-size: 60px;
        line-height: 78px;
        padding: 0px 20px;
}

.static-image-subtitle {
        background-color: rgb(255, 255, 255);
        clear: both;
        display: inline-block;
        float: left;
        font-size: 28px;
        line-height: 40px;
        padding: 0px 20px;
}

.static-image-price {
        background-color: rgb(57, 181, 74);
        color: rgb(255, 255, 255);
        clear: both;
        display: block;
        float: left;
        font-size: 24px;
        font-weight: bold;
        padding: 10px 20px;
}

.bxslider {
        padding-left: 0px;
}

.bx-wrapper {
        margin-bottom: 0px;
}

.bx-wrapper .bx-viewport {
        background-color: transparent;
        border: 0px;
        box-shadow: none;
        left: 0px;
        transform: translateZ(0px);
}

.bx-wrapper .bx-pager {
        bottom: -30px;
}

.bx-wrapper .bx-pager.bx-default-pager
        a {
    background-color: rgba(0, 0, 0, 0.3);
        height: 8px;
        transition: background-color 0.2s linear 0s;
        width: 24px;
}

.bx-wrapper .bx-pager.bx-default-pager
        a.active {
    background-color: rgb(0, 0, 0);
}

.bx-slider-button,
.bx-wrapper .bx-controls-direction
        a.bx-prev::after,
.bx-wrapper .bx-controls-direction a.bx-next::after {
    color: rgb(255, 255, 255);
        content: "";
        display: block;
        font-family: FontAwesome;
        font-size: 24px;
        height: 28px;
        line-height: 26px;
        position: absolute;
        text-align: center;
        text-indent: 0px;
        top: 0px;
        transition: color 0.2s linear 0s;
        width: 28px;
}

.layout-boxed .bx-wrapper .bx-controls-direction {
        margin-right: -47px;
        position: absolute;
        right: 50%;
        top: -30px;
        width: 94px;
}

.layout-boxed .bx-wrapper .bx-controls-direction
        a.bx-prev {
    left: 0px;
}

.layout-boxed .bx-wrapper .bx-controls-direction
        a.bx-next {
    right: 0px;
}

.bx-wrapper .bx-controls-direction
        a {
    background-image: none;
        border: 2px solid rgb(255, 255, 255);
        margin-top: -31px;
        transition: border-color 0.2s linear 0s;
}

.bx-wrapper .bx-controls-direction
        a.bx-next::after {
    content: "";
}

.bx-wrapper .bx-controls-direction
        a:hover {
    border-color: rgb(57, 181, 74);
}

.bx-wrapper .bx-controls-direction
        a:hover::after {
    color: rgb(57, 181, 74);
}

.bx-wrapper .bx-controls-direction
        a.bx-prev {
    left: -52px;
}

.bx-wrapper .bx-controls-direction
        a.bx-next {
    right: -52px;
}

.flexslider {
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
}

.flex-control-thumbs
        li {
    border: 1px solid #c5c5c5;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0px 4px 3px #00000029;
    cursor: pointer;
    width: auto;
    margin: 15px 15px 0px 0px;
    height: 130px;
    float: left;
    background-color: rgb(255 255 255);
}

.flex-control-thumbs li:hover {
    border-color: #232323;
}

.flex-control-thumbs
        img {
    transition: opacity 0.2s linear 0s;
    backface-visibility: visible;
    height: auto;
    width: 189px;
    margin: auto;
    cursor: pointer;
}

.flex-direction-nav
        a {
    color: rgb(57, 181, 74);
    text-shadow: none;
    top: 25%;
}

.flex-direction-nav
        a::before {
    height: 40px;
        line-height: 40px;
}

.isotope-item {
        z-index: 2;
}

.isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
}

.isotope,
.isotope .isotope-item {
        transition-duration: 0.8s;
}

.isotope {
        transition-property: height, width;
}

.isotope .isotope-item {
        transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
        transition-duration: 0s;
}

@media (
        max-width: 1199px) and (min-width: 992px) {
    .header-nav li a {
        padding: 17px 6px 20px;
    }
    h2,
    .block-content h3,
    .block-content h3,
    .widget .widget-title {
        /* font-size: 25px; */
    }
    .agent-small-content {
        padding-bottom: 25px;
    }
}

@media (
        max-width: 991px) and (min-width: 768px) {
    .header-slogan {
        display: none;
    }
    .header-nav li a {
        padding: 15px 8px 17px;
        height: 55px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
    }

.container-fluid {
        margin: auto 15px;
        padding: 0;
        max-width: 100%;
}

.header-identity-target {
        height: 80px;
}

.header-nav li {
        /* width: 100%; */
        /* display: inline-block; */
}

.header-nav .menuparent:hover>.sub-menu li {
        display: inherit;
}

.header-nav .sub-menu .sub-menu {
}

.header-nav .sub-menu .sub-menu {
        /* position: inherit !important; */
}

.header-nav .menuparent:hover>.sub-menu li a {
        text-align: left;
        align-items: center;
        height: 50px;
        display: flex;
        font-size: 15px;
}

.header-nav li a i {
}

.header-nav li:first-child a i {
        display: inherit !important;
}

.header-nav {
        /* display: flex; */
        align-items: center;
        white-space: nowrap;
        width: 100%;
        margin: auto;
        padding: 0 15px;}
    #header .form-search {
    }

.arama-form-ust {
        background: #ffffff30;
        border-color: #dcdcdc;
        border-width: 1px 0px;
        border-style: solid;
}
    .property-small-content {
        padding: 15px 15px 0px;
    }
    h2,
    .block-content h3,
    .block-content h3,
    .widget .widget-title {
        font-size: 18px;
    }
    h3.property-box-title,
    h3.property-box-title a {
        font-size: 16px;
    }
    .hex i {
        font-size: 40px;
    }
    .block-stats strong {
        font-size: 20px;
    }
    .block-stats span {
        font-size: 11px;
    }
    .header-top .header-nav li a {
        font-size: 13px;
        font-weight: 400;
    }
}

@media (
        max-width: 767px) {
    .static-image-description-wrapper {
        top: 10%;
    }
    .static-image {
        margin-top: 0px;
    }
    .static-image-title {
        font-size: 24px;
        line-height: 30px;
    }
    .static-image-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .static-image-price {
        font-size: 14px;
        line-height: 20px;
    }
    #header .form-search-wrapper {
        display: none;
    }
    .header-bar {}
    .header-navigation {
        height: 0px;
        overflow: hidden;
        /* position: absolute; */
    }
    .header-slogan,
    .header-actions {
        display: none;
    }
    .map-navigation {
        margin-top: 30px;
        position: relative;
        top: auto;
    }
    .property-item.isotope-item {
        width: 100%;
    }
    .feature {
        margin-bottom: 15px;
    }
    .feature:last-child {
        margin-bottom: 0px;
    }
    .hex-wrapper {
        margin-bottom: 25px;
    }
    .header-navigation {
        width: 100%;
    }
    .header-nav {
        margin: 0px;
        width: 100%;
    }
    .header-nav li {
        display: block;
        float: none;
        margin: 0px !important;
    }
    .header-nav li a {
        padding: 20px 20px !important;
        border-bottom: 1px solid #ddd;
    }
    .header-nav .sub-menu {
        border: 0px;
        color: rgb(255, 255, 255);
        position: relative;
        width: 100% !important;
    }
    .header-nav .sub-menu a {
        color: rgb(255, 255, 255) !important;
    }
    .header-nav .sub-menu::after,
    .header-nav .sub-menu::before {
        display: none;
    }
    .header-nav .sub-menu .sub-menu {
        left: auto;
    }
}

.widget_property_slider {
        overflow-x: hidden;
        width: 100%;
}

.property-slider-append-top .widget_property_slider {
        margin-top: 0px;
}

.widget_property_slider .owl-carousel {
        width: 100%;
        overflow: hidden;
}

.widget_property_slider .owl-dots {
        bottom: 60px;
        left: 0px;
        text-align: center;
        position: absolute;
        right: 0px;
        white-space: nowrap;
        z-index: 9999;
}

.widget_property_slider .owl-prev,
.widget_property_slider .owl-next {
        display: block;
        font-size: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}

.widget_property_slider .owl-prev
        span,
.widget_property_slider .owl-next span {
    color: rgb(255, 255, 255);
        font-size: 10px;
        font-weight: 300;
        display: block;
        text-align: center;
}

.widget_property_slider .owl-prev
        span::after,
.widget_property_slider .owl-next span::after {
    content: "";
        display: block;
        font-family: FontAwesome;
        font-size: 65px;
        height: 57px;
        margin-top: 20px;
        opacity: 0.45;
        transition: opacity 0.15s linear 0s;
        width: 31px;
        -webkit-font-smoothing: antialiased;
}

@media (
        max-width: 767px) {
    .widget_property_slider .owl-prev span::after,
    .widget_property_slider .owl-next span::after {
        background-size: 20px 37px;
        height: 37px;
        width: 20px;
    }
}

.widget_property_slider .owl-prev
        span:hover::after,
.widget_property_slider .owl-next span:hover::after {
    opacity: 1;
}

.widget_property_slider .owl-prev {
        left: 45px;
}

@media (
        max-width: 767px) {
    .widget_property_slider .owl-prev {
        left: 20px;
    }
}

.widget_property_slider .owl-next {
        right: 45px;
}

@media (
        max-width: 767px) {
    .widget_property_slider .owl-next {
        right: 20px;
    }
}

.widget_property_slider .owl-next
        span::after {
    content: "";
}

.widget_property_slider .owl-dot {
        display: inline-block;
        margin: 0px 10px;
        position: relative;
}

.widget_property_slider .owl-dot::before {
        background-color: rgba(0, 0, 0, 0.5);
        inset: 0px;
        display: block;
        content: "";
        position: absolute;
        transition: all 0.15s linear 0s;
}

.widget_property_slider .owl-dot::after {
        background-color: transparent;
        bottom: -8px;
        content: "";
        display: block;
        height: 2px;
        left: 0px;
        position: absolute;
        transition: all 0.15s linear 0s;
        right: 0px;
}

.widget_property_slider .owl-dot.active {
        border-bottom-color: rgb(37, 180, 91);
}

.widget_property_slider .owl-dot.active
        img {
    opacity: 1;
}

.widget_property_slider .owl-dot.active::after {
        background-color: rgb(37, 180, 91);
}

.widget_property_slider .owl-dot.active::before {
        opacity: 0;
}

.property-slider-item
        img {
    display: block;
        height: auto;
        width: 100%;
}

@media (
        max-width: 767px) {
    .property-slider-item {
        height: 450px !important;
    }
}

.property-slider-item-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        width: 100%;
}

.property-slider-item-image::after {
        background-color: rgba(37, 37, 37, 0.75);
        inset: 0px;
        content: "";
        position: absolute;
}

.property-slider-item-info {
        color: rgb(255, 255, 255);
        left: 0px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
}

.property-slider-item-info-title
        h1 {
    color: rgb(255, 255, 255);
        font-size: 66px;
        font-weight: 300;
        margin: 0px;
}

.property-slider-item-info-title
        h1 a {
    color: rgb(255, 255, 255);
        text-decoration: none;
}

@media (
        max-width: 767px) {
    .property-slider-item-info-title h1 {
        font-size: 24px;
    }
}

.property-slider-item-info-location {
        font-weight: 200;
        font-size: 30px;
        margin: 20px 0px 0px;
}

.property-slider-item-info-location
        a {
    color: rgb(255, 255, 255);
        text-decoration: none;
}

@media (
        max-width: 767px) {
    .slideraramaform {
        margin: 0px 60px;
        top: -100px !important;
        height: 260px !important;
    }
    .main-slider .slides>li {
        height: 500px !important;
    }
    .property-slider-item-info-location {
        font-size: 15px;
    }
}

.property-slider-item-info-price {
        color: rgb(37, 180, 91);
        display: inline-block;
        font-size: 35px;
        font-weight: 500;
        margin: 0px 0px 30px;
}

@media (
        max-width: 767px) {
    .property-slider-item-info-price {
        font-size: 24px;
    }
}

.property-slider-item-info-more {
        margin-top: 40px;
}

.property-slider-item-info-more
        a {
    border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        padding: 15px 35px;
}

.property-slider-item-info-more
        a:hover {
    border-color: rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8);
}

@media (
        max-width: 767px) {
    .property-slider-item-info-more {
        display: none;
    }
}

#cboxOverlay {
        background-color: rgba(0, 0, 0, 0.85);
        background-image: none;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
        display: none;
}

#cboxCurrent {
        display: none !important;
}

#cboxPrevious,
#cboxNext {
        background-color: rgba(0, 0, 0, 0.3);
        background-image: none;
        font-size: 0px;
        left: 0px;
        height: 52px;
        position: absolute;
        text-indent: 0px;
        top: 50%;
        transition: background-color 0.15s linear 0s;
        width: 52px;
}

#cboxPrevious::after,
#cboxNext::after {
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        text-indent: 0px;
        transition: color 0.15s linear 0s;
        -webkit-font-smoothing: antialiased;
}

#cboxPrevious:hover,
#cboxNext:hover {
        background-color: rgba(0, 0, 0, 0.5);
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
        color: rgb(255, 255, 255);
}

#cboxPrevious:focus,
#cboxNext:focus {
        outline: 0px !important;
}

#cboxPrevious {
        margin-top: -26px;
        position: absolute;
}

#cboxPrevious::after {
        content: "";
        margin: 7px 0px 0px -5px;
}

#cboxNext {
        margin-top: -26px;
        right: 0px;
        left: auto !important;
}

#cboxNext::after {
        content: "";
        margin: 7px 0px 0px 4px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
        overflow: visible !important;
}

#colorbox {
        z-index: 99999;
}

#cboxLoadedContent {
        margin: 0px;
}

#cboxClose {
        background-color: rgb(37, 37, 37);
        background-image: none;
        border-radius: 50%;
        font-size: 0px;
        height: 40px;
        position: absolute;
        right: -20px;
        text-indent: 0px;
        top: -20px;
        transition: background-color 0.15s linear 0s;
        width: 40px;
}

#cboxClose::after {
        color: rgb(255, 255, 255);
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        margin: 4px 0px 0px;
        text-indent: 0px;
        transition: color 0.15s linear 0s;
        -webkit-font-smoothing: antialiased;
}

.nopad {
        padding: 0px !important;
}

.bottom-40 {
        bottom: 40px !important;
}

.empty-40 {
        display: block;
        height: 25px;
}

.arama-btn {
        padding: 10px;
        border: 1px solid rgb(221, 221, 221);
        margin-top: -1px;
        background: rgb(255, 255, 255);
}

.nav-detay-baslik {}

.nav-detay-baslik
        li {;}

.nav-detay-baslik
        li.active a,
.nav-detay-baslik li.active a:hover {
    padding: 16px 20px 13px;
    margin-top: -11px;
    background: rgb(57 181 74);
    color: rgb(255, 255, 255);
    border-color: rgb(68 68 68) transparent transparent;
    border-top-width: 4px;
    border-top-style: solid;
}

.nav-detay-baslik
        li a {
    color: rgb(51, 51, 51);
        padding: 10px 15px 11px;
        transition: none 0s ease 0s;
        font-weight: 600;
        border: 1px solid rgb(221, 221, 221);
}

.nav-detay-baslik
        li a:hover,
.nav-detay-baslik li a:focus {
    background: transparent;
        color: rgb(7, 114, 191);
}

.ozet-items {
        padding: 8px 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
}
        ozet-items {;}

.buyukresim #lightgallery {}

.mbottom {
        margin-bottom: 0px;
}

.mb-10 {
        margin-bottom: 10px;
}

.alert {
        padding: 15px 20px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
}

.alert
        h4 {
    margin-top: 0px;
        color: inherit;
}

.alert .alert-link {
        font-weight: 700;
}

.alert>
        p,
.alert>ul {
    margin-bottom: 0px;
}

.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 {
        color: rgb(60, 118, 61);
        background-color: rgb(223, 240, 216);
        border-color: rgb(214, 233, 198);
}

.alert-success
        hr {
    border-top-color: rgb(201, 226, 179);
}

.alert-success .alert-link {
        color: rgb(43, 84, 44);
}

.alert-info {
        color: rgb(49, 112, 143);
        background-color: rgb(217, 237, 247);
        border-color: rgb(188, 232, 241);
}

.alert-info
        hr {
    border-top-color: rgb(166, 225, 236);
}

.alert-info .alert-link {
        color: rgb(36, 82, 105);
}

.alert-warning {
        color: rgb(138, 109, 59);
        background-color: rgb(252, 248, 227);
        border-color: rgb(250, 235, 204);
}

.alert-warning
        hr {
    border-top-color: rgb(247, 225, 181);
}

.alert-warning .alert-link {
        color: rgb(102, 81, 44);
}

.alert-danger {
        color: rgb(169, 68, 66);
        background-color: rgb(242, 222, 222);
        border-color: rgb(235, 204, 209);
}

.alert-danger
        hr {
    border-top-color: rgb(228, 185, 192);
}

.alert-danger .alert-link {
        color: rgb(132, 53, 52);
}

.hesabimmenu {
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px 0px;
        background: rgb(255, 255, 255) !important;
        z-index: 0 !important;
}

.hesabimmenu
        li {;}

.hesabimmenu
        li a {
    border-bottom: 3px solid transparent;
        color: rgb(0, 0, 0);
        padding: 30px 0px;
        border-right: 1px solid rgba(58, 58, 58, 0.06);
}

.hesabimmenu
        li:first-child a {
    border-bottom: 3px solid transparent;
        color: rgb(0, 0, 0);
        padding: 30px 0px;
        border-left: 1px solid rgba(58, 58, 58, 0.06);
}

.hesabimmenu
        li a:hover {
    border-bottom: 3px solid;
}
        a.gflag {
    vertical-align: middle;
        font-size: 24px;
        float: left;
        margin-top: 3px;
        background-repeat: no-repeat;
        background-image: url("/images/translate/24.png");
        padding: 0px !important;
}
        a.gflag img {
    border: 0px;
}
        a.gflag:hover {
    background-image: url("/images/translate/24a.png");
}

#goog-gt-tt {
        display: none !important;
}

.goog-te-banner-frame {
        display: none !important;
}

.goog-te-menu-value:hover {
        text-decoration: none !important;
}
        body {
    overflow-x: hidden;
        top: 0px !important;
}

#google_translate_element2 {
        display: none !important;
}

.border-bottom-success.fullwidth {
        border-bottom: 3px solid green;
}

.main-slider {
        margin-bottom: -77px;
}

.main-slider .flex-control-nav {
        display: none;
}

.main-slider .flex-direction-nav {}

.main-slider .slides>
        li {
    height: 600px;
    background-size: cover;
    background-position: center center;
}

.main-slider .slides>
        li .container {
    position: relative;
        z-index: 7;
}

.main-slider .slides>
        li::after {
    content: "";
    display: block;
    background: rgb(0 0 0 / 8%);
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0px;
    z-index: 0;
}

.main-slider .flex-direction-nav
        a {
    top: 50%;
        color: rgb(255, 255, 255);
        background: rgb(51, 51, 51);
        text-align: center;
        padding: 0.7rem;
        border-radius: 100%;
        width: 50px;
        height: 50px;
}

.main-slider .flex-caption {
        height: 50%;
        color: white;
        margin: 10rem 0px;
        text-shadow: rgb(0, 0, 0) 0px 0px 2px;
        position: relative;
        top: 40px;
}

.slideraramaform .col-md-2 {
        padding: 0px;
}

.slideraramaform
        select {
    /* font-size: 15px; */
    height: 60px;
    padding: 0px 0px 0px 20px;
    font-weight: 600;
}

.slideraramaform .form-control {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-image: initial !important;
        border-right: 1px solid rgb(221, 221, 221) !important;
}

.slideraramaform .select-wrapper::after {
        top: 17px;
        right: 13px;
        text-shadow: none;
}

.slideraramaform
        select::after {;}

.main-slider .flex-caption
        h1 {
    font-size: 40px;
    margin: 8px;
}

.main-slider .flex-caption
        h3,
.main-slider .flex-caption p {
    font-size: 20px;
    font-weight: 100;
    margin: 0px 0px 8px;
    padding: 0px 0px 10px;
}

.main-slider .flex-direction-nav
        a::before {
    font-size: 25px !important;
}

.slideraramaform {
        display: block;
        clear: both;
        height: 100px;
        position: relative;
        top: -230px;
}

.slideraramaform .yatay-arama-button {
        padding: 17px 0px;
        font-size: 17px;
        /* background: rgb(240, 174, 20); */
        height: inherit;
}

.dil-menu-dis {
        overflow: scroll hidden;
        white-space: nowrap;
        width: 300px;
        margin: auto;
}

.dil-menu-ic {
        display: inline-block;
}

.arama-kategori-ust {
        background-color: #f3f3f3;
        padding: 15px 0px 30px;
        border-bottom: 1px solid #eaeaea;
}

.mb-3 {
        margin-bottom: 30px;
}

.text-transform {
        text-transform: uppercase;
}

.form-group
        select:focus,
.form-group select:focus::placeholder,
.form-group input:focus,
.form-group input:focus::placeholder,
.form-group textarea:focus,
.form-group textarea:focus::placeholder {
    background: #ffbe00 !important;
    color: #fff;
}

.form-group:hover .select-wrapper:after {
}

.justify-content-end {
        justify-content: flex-end;
}
@media (
        max-width: 1024px) {

            .flex-control-nav
            {
            }

.flex-control-thumbs img {
    width: 159px !important;
}
	
	.arama-form-ust
	{
		background: #ffffff30;
        border-color: #dcdcdc;
        border-width: 1px 0px;
        border-style: solid;
	}
	
    .property-box-picture-target {
        height: 150px;
    }
    .agent-box-picture {
        height: 150px;
    }
	.header-nav
	{
        display: block;
        align-items: center;
        white-space: nowrap;
        width: 100%;
        margin: auto;
        padding: 0 15px;
	}
	.container-fluid
	{
        max-width: 100%;
	}
}

@media (
        max-width: 992px) {;}

@media (
        max-width: 768px) {
            .properties-filter li{
            margin-bottom: 12px;
            }

.properties-filter {
    columns: 2;
    display: inline-block;
}
    .property-box-picture-target {
        height: 230px;
    }
    .agent-box-picture {
        height: 350px;
    }
	.header-navigation{
        display: none;
        height: 60px;
 }
	.header-nav .sub-menu, .header-nav .sub-menu .sub-menu{
        /* position: absolute; */
        /* width: 100%; */
        /* left: 0; */
	}

.slideraramaform {
        height: 250px;
        top: -120px;
}

.header-nav .menuparent a {
        width: 100%;
        text-align: left;
}

.header-nav .sub-menu li {
        width: inherit;
}

.agent-box-picture {
        height: 180px !important;
}

.header-nav {
        width: 100%;
        padding: 0;
}
}

@media (
        max-width: 425px) {

            .flex-caption
            {
                top: 0 !important;
            }
            
            .agent-row-picture
            {
                padding:0 15px;
                border:none;
            }
    .flexslider .slides>li {
        height: 250px;
    }
    .flex-direction-nav {
        position: relative;
        bottom: 200px;
    }
    .flex-control-thumbs img {
        width: 65px !important;
    }
    .flex-control-thumbs li {
        height: 62px;
        padding: 3px;
    }
    .arama-form-ust {
        background: #ffffff30;
        border-color: #dcdcdc;
        border-width: 1px 0px;
        border-style: solid;
        padding: 0 15px;
    }
    .header-nav .menuparent>a i.fa-chevron-down {
        float: right;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .nav>li>a {
        padding: 8px 8px;
    }

.header-nav .sub-menu a {
        width: inherit;
        padding: 20px 45px !important;
}

.header-nav {
        padding: 0;
}

.header-navigation {
        display: none;
}
    .container-fluid {
        max-width: 100%;
    }
    .header-identity-target {
        height: 85px;
    }

h2, .block-content h3, .h2 {
        font-size: 20px;
        margin-bottom: 2rem;
}
    .text-xs-left {
        text-align: left;
    }
    h2,
    .block-content h3 {
        font-size: 30px;
        margin-bottom: 0px !important;
    }
    .block-content-small-padding {
        /* padding: 15px 0px 0px 0 !important; */
    }
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    .mb-xs-3 {
        margin-bottom: 3rem;
    }
    .mb-xs-1 {
        margin-bottom: 1rem;
    }

.text-lg-right {
    text-align: inherit;
}
    .container {
        padding: 0 15px;
    }
    .slideraramaform {
        margin: 0px 15px;
        top: -50px !important;
        height: 260px !important;
    }
    .block-content {
        padding: 20px 0px 70px;
    }
    .property-item.isotope-item {}
    .form-group {}
    .form-group select,
    .form-group button {
        border-radius: 0 !important;
        margin-bottom: 5px;
        box-shadow: 0 0 0 1px #f0ae14 !important;
        height: 45px;
    }
    .form-group select:focus {
        background: #17daa4 !important;
        color: #fff;
    }
    .properties-filter {
        margin-bottom: 15px !important;
        columns: 2;
        padding: 0 15px;
    }
    .properties-filter li {
        margin: auto;
        margin-bottom: 8px;
        width: 100%;
    }
    .properties-filter li a {
        padding: 0 0px;
        width: 100%;
        overflow: hidden;
    }
    .properties-filter li .selected a {}
    .agent-box-picture {
        height: 120px;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (
        max-width: 375px) {}

@media (
        max-width: 320px) {}
        width: 100%;
        overflow: hidden;
    }
    .properties-filter li .selected a {}
    .agent-box-picture {
        height: 120px;
    }
    hr {
        /* margin-top: 0px; */
        /* margin-bottom: 0px; */
    }
}

@media (max-width: 375px) {
    .flex-control-thumbs img
    {
        width:50px;
    }
}

@media (max-width: 320px) {
    
    .flex-control-thumbs img
    {
        width: 60px;
    }
}


@media (max-width: 1440px) {
    
    .flex-control-thumbs img
    {
        width: 183px;
    }
}



.header-phone
{
	position: relative;
	top: 30px;
}

.top-icon
{
	font-size: 38px;
	color: #c1c1c1;
}

.header-item-text
{
	font-size: 15px;
	padding-left: 15px;
	font-weight: 300;
}

.content-icerik
{
	padding:100px 0 150px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}