/*
Theme Name: HomeFind - Main
Version: 1.0.0
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap
2.0 Core
3.0 Header
4.0 Footer
5.0 Pages
6.0 Contact
7.0 Blog
8.0 Property
9.0 Agents
*/
/* 1.0 Bootstrap */
/*! Bootstrap v4.0.0-beta (https://getbootstrap.com) Copyright 2011-2017 The Bootstrap Authors Copyright 2011-2017 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

*, *::before, *::after {
  box-sizing: inherit; }

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.71429;
  color: #96989f;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0e1832;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #ff6363;
  text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0e1832; }

h1, .h1 {
  font-size: 3.2rem; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 1.4rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa; }

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529; }

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef; }

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

.table tbody + tbody {
  border-top: 2px solid #e9ecef; }

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

.table-sm th, .table-sm td {
  padding: 0.3rem; }

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

.table-bordered th, .table-bordered td {
  border: 1px solid #e9ecef; }

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #ffd3d3; }

.table-hover .table-primary:hover {
  background-color: #ffbaba; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #ffbaba; }

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #bcbec6; }

.table-hover .table-secondary:hover {
  background-color: #aeb1ba; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #aeb1ba; }

.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }

.table-inverse th, .table-inverse td, .table-inverse thead th {
  border-color: #32383e; }

.table-inverse.table-bordered {
  border: 0; }

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.25;
  transition: all 0.15s ease-in-out; }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none; }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:active, .btn.active {
  background-image: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #ff6363;
  border-color: #ff6363; }

.btn-primary:hover {
  color: #fff;
  background-color: #ff3d3d;
  border-color: #ff3030; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(255, 99, 99, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ff6363;
  border-color: #ff6363; }

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #ff3d3d;
  background-image: none;
  border-color: #ff3030; }

.btn-secondary {
  color: #fff;
  background-color: #0e1832;
  border-color: #0e1832; }

.btn-secondary:hover {
  color: #fff;
  background-color: #060a14;
  border-color: #03050a; }

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(14, 24, 50, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #0e1832;
  border-color: #0e1832; }

.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #060a14;
  background-image: none;
  border-color: #03050a; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00; }

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

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

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124; }

.btn-outline-primary {
  color: #ff6363;
  background-color: transparent;
  background-image: none;
  border-color: #ff6363; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff6363;
  border-color: #ff6363; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(255, 99, 99, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff6363;
  background-color: transparent; }

.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff6363;
  border-color: #ff6363; }

.btn-outline-secondary {
  color: #0e1832;
  background-color: transparent;
  background-image: none;
  border-color: #0e1832; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0e1832;
  border-color: #0e1832; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(14, 24, 50, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #0e1832;
  background-color: transparent; }

.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0e1832;
  border-color: #0e1832; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

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

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent; }

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

.btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #ff6363;
  text-decoration: none;
  background-color: transparent; }

.btn-link:disabled {
  color: #868e96; }

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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; }

.fade.show {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef; }

.breadcrumb::after {
  display: block;
  clear: both;
  content: ""; }

.breadcrumb-item {
  float: left; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd; }

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #853333;
  background-color: #ffe0e0;
  border-color: #ffd3d3; }

.alert-primary hr {
  border-top-color: #ffbaba; }

.alert-primary .alert-link {
  color: #602525; }

.alert-secondary {
  color: #070c1a;
  background-color: #cfd1d6;
  border-color: #bcbec6; }

.alert-secondary hr {
  border-top-color: #aeb1ba; }

.alert-secondary .alert-link {
  color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

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

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

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

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

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

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

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

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.71429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px; }

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0; }

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0; }

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ff6363 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #ff3030 !important; }

.bg-secondary {
  background-color: #0e1832 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #03050a !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ff6363 !important; }

.border-secondary {
  border-color: #0e1832 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }

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

.d-print-inline {
  display: none !important; }

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate, .property-compare ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ff6363 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #ff3030 !important; }

.text-secondary {
  color: #0e1832 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #03050a !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* 2.0 Core */
html {
  font-size: 10px; }

a, input[type="submit"] {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }

input:focus, textarea:focus, keygen:focus, select:focus, :focus {
  outline: none; }

p {
  margin-bottom: 1.2rem; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.tooltip {
  font-size: 1.1rem; }

.tooltip.show {
  opacity: 1; }

.secondary-font-family, input[type="submit"], .btn, .sidebar .widget_property_types li, .sidebar .widget_archive li, .sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_recent_comments li, .sidebar .widget_nav_menu li, .widget_popular_listing .post-meta, .widget_popular_listing .property-price, .widget_featured_properties .property-price, .advance-search, .form-btn, .site-title, .main-navigation-wrapper, .breadcrumb, .sub-footer, .home-carousel .property-price, .property-thumb, .testimonial .author-info span, .testimonial-content, .tabs-nav-list, .btn-social, .blog-post .entry-meta, .blog-post-grid .entry-meta, .blog-post-single .entry-meta, .entry-content blockquote, .property-sort-control, .property-post, .features-list, .additional-details-list > li span, .property-floor-plan, .single-property-agent .agent-info, .property-compare ul, .agent-contact, .agent-carousel-content span, .single-agent-content span, .edit-profile-form label:not(.error), .add-property-form label:not(.error), .user-profile {
  font-family: "Roboto", sans-serif; }

.owl-carousel .owl-item {
  z-index: 1; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3.3rem;
  line-height: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 1.1rem;
  height: 1.1rem;
  margin: 5px .8rem 0;
  border-radius: 50%; }

.owl-theme {
  overflow: hidden; }

.owl-theme .owl-nav {
  margin-top: 2rem; }

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 2rem;
  height: 6rem;
  width: 5rem;
  line-height: 6rem;
  margin-top: -3.1rem;
  border-radius: 0;
  text-align: center;
  transition: all 0.3s ease; }

.owl-theme .owl-nav .owl-prev {
  left: -5.5rem; }

.owl-theme .owl-nav .owl-next {
  right: -5.5rem; }

.owl-theme .owl-nav .disabled {
  opacity: 1; }

.owl-theme:hover .owl-nav .owl-prev {
  left: 0; }

.owl-theme:hover .owl-nav .owl-next {
  right: 0; }

.image-zoom, .widget_popular_listing .post-thumb, .blog-post .post-thumbnail, .blog-post-grid .post-thumbnail, .property-thumbnail {
  overflow: hidden; }

.image-zoom img, .widget_popular_listing .post-thumb img, .blog-post .post-thumbnail img, .blog-post-grid .post-thumbnail img, .property-thumbnail img {
  width: 100%;
  transition: all 0.5s ease; }

.image-zoom:hover img, .widget_popular_listing .post-thumb:hover img, .blog-post .post-thumbnail:hover img, .blog-post-grid .post-thumbnail:hover img, .property-thumbnail:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.big-button-nav a, .home-property-slider .flex-direction-nav a, .home-carousel-wrap .home-nav-wrapper a, .testimonial-nav-wrapper a, .agent-carousel-nav-wrapper a {
  display: inline-block;
  text-align: center;
  min-width: 5rem;
  min-height: 5rem;
  padding: 0.7rem 0;
  font-size: 2.1rem; }

@media (min-width: 1366px) {
  .big-button-nav a, .home-property-slider .flex-direction-nav a, .home-carousel-wrap .home-nav-wrapper a, .testimonial-nav-wrapper a, .agent-carousel-nav-wrapper a {
    min-width: 9.6rem;
    min-height: 9.1rem;
    padding: 2.5rem 0;
    font-size: 2.4rem; } }

.big-button-nav a + a, .home-property-slider .flex-direction-nav a + a, .home-carousel-wrap .home-nav-wrapper a + a, .testimonial-nav-wrapper a + a, .agent-carousel-nav-wrapper a + a {
  margin-left: -4px; }

.row-padding {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem; }

.row-padding-top {
  padding-top: 9.6rem; }

.row-padding-bottom {
  padding-bottom: 9.6rem; }

.full-width, .page-container {
  padding-top: 6rem;
  padding-bottom: 6rem; }

@media (min-width: 992px) {
  .full-width, .page-container {
    padding-top: 9.5rem;
    padding-bottom: 9rem; } }

.section-header {
  margin-bottom: 3rem; }

@media (min-width: 992px) {
  .section-header {
    margin-bottom: 4.4rem; } }

.section-title {
  font-size: 2.6rem;
  font-weight: 900; }

@media (min-width: 992px) {
  .section-title {
    font-size: 3.2rem; } }

.section-sub-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem; }

.section-order {
  display: inline-block; }

.section-order:after {
  display: inline-block;
  content: "";
  width: 4rem;
  height: 1px;
  margin: 0 2rem 0 1.6rem;
  vertical-align: middle; }

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/* Galleries */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

input[type="text"], input[type="email"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], select, textarea {
  width: 100%;
  min-height: 5rem;
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  border: 1px solid transparent;
  transition: border 0.2s ease; }

textarea {
  display: block;
  height: 14.5rem;
  resize: none; }

input[type="submit"] {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent; }

input[type="submit"]:not(.btn) {
  padding: 1rem 1.5rem;
  min-height: 5rem;
  font-size: 1.3rem;
  border-radius: 0;
  font-weight: 700; }

button, input[type="submit"] {
  cursor: pointer;
  border-radius: 0; }

label.error {
  display: block;
  margin: 0 0 .5rem; }

label.error:last-child {
  margin-bottom: 0; }

.status {
  display: none;
  margin-top: 1.5rem;
  padding: 1.5rem 0; }

#progress-loader, .progress-loader {
  display: none; }

img#progress-loader {
  margin-left: 1.5rem; }

.form-group {
  margin-bottom: 1rem; }

.btn {
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.71429;
  padding: .5rem 1.3rem .3rem;
  border-radius: 0; }

.btn-lg {
  font-size: 1.3rem;
  padding: 1rem 1.5rem .9rem; }

.btn-sm {
  font-size: 1rem;
  padding: .3rem 1rem .2rem; }

.btn:focus {
  box-shadow: none; }

.pagination-nav {
  padding-top: 2rem;
  text-align: center; }

.pagination {
  display: inline-block;
  margin: 0; }

.pagination li {
  float: left; }

@media (max-width: 767px) {
  .pagination li {
    margin: .5rem; } }

.pagination li > a, .pagination li > span {
  display: inline-block;
  min-width: 5rem;
  min-height: 5rem;
  padding: 1.3rem 0;
  font-size: 1.4rem;
  text-align: center; }

.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  padding-right: 35px;
  font-size: 1.4rem;
  line-height: 50px; }

.select2-container--default .select2-selection .select2-selection__arrow {
  height: 49px;
  width: 35px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 34px; }

.select2-container--default .select2-results > .select2-results__options {
  font-weight: 500;
  max-height: 222px; }

.select2-container--default .select2-results__option {
  padding: .75rem 1.5rem; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  transition: all 0.25s ease; }

.select2-search--dropdown .select2-search__field {
  padding: 4px 12px;
  width: 100%;
  box-sizing: border-box; }

.select2-dropdown {
  border-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid transparent; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid transparent; }

.select2-results__options {
  font-size: 1.3rem; }

/* Accordion and Toggle*/
.accordion, .toggle {
  margin: 2rem 0; }

.accordion i, .toggle i {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: .5rem;
  color: inherit; }

.accordion .title, .toggle .title {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 0;
  color: inherit; }

.accordion-sections, .toggle-sections {
  margin-bottom: 1.4rem; }

.accordion-sections:last-of-type, .toggle-sections:last-of-type {
  margin-bottom: 0; }

.accordion-sections.opened i:before, .toggle-sections.opened i:before {
  content: "\f207"; }

.accordion-header, .toggle-header {
  cursor: pointer;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid transparent; }

.accordion-content, .toggle-content {
  display: none;
  padding: 2.5rem 1.5rem 2rem;
  font-size: 1.6rem; }

.accordion-content p, .toggle-content p {
  margin-bottom: 2rem; }

.accordion-content p:last-child, .toggle-content p:last-child {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 5rem; } }

.sidebar .widget-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.sidebar .widget:last-child {
  margin-bottom: 0; }

.sidebar .widget_property_types li, .sidebar .widget_archive li, .sidebar .widget_recent_entries li, .sidebar .widget_categories li, .sidebar .widget_recent_comments li, .sidebar .widget_nav_menu li {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid transparent; }

.sidebar .widget_property_types li:last-child, .sidebar .widget_archive li:last-child, .sidebar .widget_recent_entries li:last-child, .sidebar .widget_categories li:last-child, .sidebar .widget_recent_comments li:last-child, .sidebar .widget_nav_menu li:last-child {
  border-bottom: none; }

.sidebar .widget_property_types li span, .sidebar .widget_archive li span, .sidebar .widget_recent_entries li span, .sidebar .widget_categories li span, .sidebar .widget_recent_comments li span, .sidebar .widget_nav_menu li span {
  float: right; }

.sidebar .widget_property_types li ul, .sidebar .widget_archive li ul, .sidebar .widget_recent_entries li ul, .sidebar .widget_categories li ul, .sidebar .widget_recent_comments li ul, .sidebar .widget_nav_menu li ul {
  margin-top: .9rem; }

.sidebar .widget_property_types li li:last-child, .sidebar .widget_archive li li:last-child, .sidebar .widget_recent_entries li li:last-child, .sidebar .widget_categories li li:last-child, .sidebar .widget_recent_comments li li:last-child, .sidebar .widget_nav_menu li li:last-child {
  padding-bottom: 0; }

.widget {
  margin-bottom: 4.5rem; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_property_types li, .widget_archive li, .widget_recent_entries li, .widget_categories li, .widget_recent_comments li, .widget_nav_menu li {
  padding: .5rem 0;
  font-size: 1.5rem; }

.widget_property_types li ul, .widget_archive li ul, .widget_recent_entries li ul, .widget_categories li ul, .widget_recent_comments li ul, .widget_nav_menu li ul {
  margin-top: .6rem;
  padding-left: 2.5rem; }

.widget_property_types li li:last-child, .widget_archive li li:last-child, .widget_recent_entries li li:last-child, .widget_categories li li:last-child, .widget_recent_comments li li:last-child, .widget_nav_menu li li:last-child {
  padding-bottom: 0; }

.img-wrap {
  padding: 2rem;
  border: 1px solid transparent; }

.img-wrap img {
  width: 100%; }

.widget_search input[type="text"], .widget_search input[type="email"] {
  float: left;
  width: 80%; }

.widget_search input[type="submit"] {
  width: 20%;
  background-repeat: no-repeat;
  background-position: center 1.7rem;
  background-size: 1.6rem; }

/* Newsletter widget */
.sidebar .newsletter_widget input[type="text"], .sidebar .newsletter_widget input[type="email"] {
  margin-bottom: 1rem; }

@media (min-width: 1200px) {
  .footer .newsletter_widget form {
    margin-top: 4rem; } }

.footer .newsletter_widget input[type="text"], .footer .newsletter_widget input[type="email"] {
  float: left;
  width: 68%;
  border: none; }

.footer .newsletter_widget input[type="submit"] {
  width: 32%;
  padding-left: 0;
  padding-right: 0; }

.widget_tag_cloud .tagcloud {
  overflow: hidden;
  margin-left: -.4rem;
  margin-right: -.4rem; }

.widget_tag_cloud a {
  float: left;
  margin: .4rem;
  padding: .7rem 1.3rem;
  font-size: 1.4rem !important; }

.widget_contact li {
  margin-bottom: .6rem; }

.widget_contact li:last-child {
  margin-bottom: 0; }

.widget_contact .fa {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 1rem;
  min-width: 2rem; }

.widget_contact .fa-map-marker {
  font-size: 1.7rem; }

.widget_contact .fa-mobile {
  font-size: 2rem; }

.footer .widget_contact .title {
  margin-bottom: 1.5rem; }

@media (min-width: 1200px) {
  .footer .widget_contact .title {
    margin-top: 4rem; } }

.widget_social_media a {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 1.4rem .6rem 0;
  color: inherit; }

.widget_property_search ::-moz-placeholder {
  opacity: 1; }

.widget_property_search :-moz-placeholder {
  opacity: 1; }

.widget_property_search .select2-container {
  width: 100% !important; }

.widget_property_search .form-btn {
  height: 50px;
  line-height: 50px; }

.widget_property_search .search-btn {
  font-size: 1.6rem; }

.widget_property_search .search-btn i {
  font-size: 2.1rem;
  margin-right: .5rem;
  vertical-align: -2px; }

.widget_popular_listing .popular-listing > li {
  overflow: hidden;
  margin-bottom: 1.8rem; }

.widget_popular_listing .popular-listing > li:last-child {
  margin-bottom: 0; }

.widget_popular_listing .post-thumb {
  float: left;
  width: 96px;
  margin-right: 1.5rem; }

.widget_popular_listing .post-title {
  font-size: 1.6rem;
  margin-top: .3rem;
  margin-bottom: .5rem; }

.widget_popular_listing .post-content {
  display: table; }

.widget_popular_listing .post-meta {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .6rem; }

.widget_popular_listing .post-meta > li {
  display: inline-block;
  margin-right: .5rem; }

.widget_popular_listing .post-meta > li:last-child {
  margin-right: 0; }

.widget_popular_listing .property-price {
  display: block;
  font-size: 1.6rem;
  font-weight: 500; }

.widget_featured_properties .featured-properties-carousel-wrap, .widget_featured_properties .featured-thumbnail {
  position: relative; }

.widget_featured_properties .property-price {
  left: 6.6rem;
  padding: .2rem 1.2rem 0;
  font-size: 1.4rem;
  font-weight: 700; }

.widget_featured_properties .property-price, .widget_featured_properties .featured-properties-nav-wrapper {
  position: absolute;
  bottom: 18px;
  z-index: 250; }

.widget_featured_properties .featured-properties-nav-wrapper {
  left: 15px; }

.widget_featured_properties .featured-properties-nav-wrapper a {
  display: inline-block;
  min-width: 2.6rem;
  min-height: 2.6rem;
  line-height: 2.4rem;
  font-size: 1.5rem;
  text-align: center; }

.widget_featured_properties .featured-properties-nav-wrapper a + a {
  margin-left: -4px; }

.advance-search {
  position: relative;
  z-index: 10;
  margin-top: 2rem; }

@media (min-width: 768px) {
  .advance-search {
    margin-top: -38px; } }

.advance-search ::-moz-placeholder {
  opacity: 1; }

.advance-search :-moz-placeholder {
  opacity: 1; }

.advance-search .select2-container {
  width: 100% !important; }

@media (min-width: 768px) {
  .advance-search-1 .search-btn {
    width: 101%; } }

.advance-search-2 .search-form-top-fields {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .advance-search-2 .search-form-top-fields {
    border: 1px solid transparent; } }

.advance-search-2 .search-form-top-fields input, .advance-search-2 .search-form-top-fields .select2-container--default .select2-selection--single, .advance-search-2 .search-form-top-fields .select2-container--default .select2-selection .select2-selection__arrow, .advance-search-2 .search-form-top-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 7.1rem;
  line-height: 7.1rem; }

.advance-search-2 .form-btn {
  height: 7.1rem;
  line-height: 7.1rem; }

.advance-search-2 .search-btn {
  font-size: 1.6rem; }

.advance-search-2 .search-btn i {
  font-size: 2rem;
  margin-right: .5rem; }

.no-overlap .advance-search {
  margin-top: 0; }

.search-form-header {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media (min-width: 1200px) {
  .search-form-header {
    padding-top: 6rem;
    padding-bottom: 6rem; } }

.search-form-top-fields {
  margin-left: 0;
  margin-right: 0; }

.search-form-top-fields > div {
  padding-left: 0;
  padding-right: 0; }

.search-form-top-fields input {
  padding: 1rem 2.8rem;
  font-size: 1.6rem; }

.search-form-top-fields input, .search-form-top-fields .select2-selection--single {
  width: 100%;
  font-weight: 700;
  margin-bottom: 1rem; }

.search-form-top-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.8rem;
  padding-right: 3.5rem;
  font-size: 1.6rem; }

@media (min-width: 768px) {
  .search-form-top-fields input, .search-form-top-fields .select2-selection--single {
    margin-bottom: 0;
    border: none; }
  .search-form-top-fields input, .search-form-top-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-right: 1px solid transparent; }
  .search-form-top-fields .select2-container--open .select2-dropdown--below {
    border: 1px solid transparent; }
  .search-form-top-fields input, .search-form-top-fields .select2-container--default .select2-selection--single, .search-form-top-fields .select2-container--default .select2-selection .select2-selection__arrow, .search-form-top-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 10.6rem;
    line-height: 10.6rem; } }

.form-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease; }

.form-btn:focus, .form-btn:active {
  outline: none; }

@media (min-width: 768px) {
  .form-btn {
    height: 10.6rem;
    line-height: 10.6rem; } }

.advance-btn {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .advance-btn {
    margin-bottom: 0;
    border: none;
    height: 10.6rem;
    line-height: 10.6rem; } }

.search-btn {
  font-size: 2.4rem; }

@media (min-width: 768px) {
  .search-btn {
    font-size: 3.6rem; } }

.advance-fields {
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  padding: 2rem 2rem;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid transparent;
  transition: all 0.25s ease; }

.advance-fields.open {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.advance-fields .row {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.advance-fields .form-group {
  padding-left: .5rem;
  padding-right: .5rem; }

.advance-fields .select2-container {
  width: 100% !important; }

.advance-fields .select2-container--default .select2-selection--single, .advance-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  line-height: 50px; }

.advance-fields .select2-container--default .select2-selection--single, .advance-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .advance-fields .select2-container--default .select2-selection .select2-selection__arrow {
  height: 50px; }

.search-features-list {
  padding: 1.4rem 0 0; }

.search-features-list .title {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer; }

.search-features-list ul {
  margin-bottom: 0; }

.search-features-list label {
  margin-bottom: 0; }

.search-features-list .checkbox-wrap {
  float: left;
  margin: .5rem 0;
  width: 100%; }

@media (min-width: 768px) {
  .search-features-list .checkbox-wrap {
    width: 33.33%; } }

@media (min-width: 992px) {
  .search-features-list .checkbox-wrap {
    width: 25%; } }

@media (min-width: 1200px) {
  .search-features-list .checkbox-wrap {
    width: 20%; } }

.search-features-list .checkbox-wrap label {
  padding-left: 2.5rem; }

.search-features-list .checkbox-wrap label:before {
  top: 2px;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.1rem; }

.search-features-btn {
  display: inline-block;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  vertical-align: text-bottom;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent; }

.search-features-fields {
  display: none;
  padding-top: 1.5rem; }

/* 3.0 Header */
.header {
  position: relative; }

.header-fullwidth .container {
  max-width: 100%; }

.site-branding {
  padding: 3rem 0;
  text-align: center; }

@media (min-width: 768px) {
  .site-branding {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left; } }

@media (min-width: 768px) {
  .site-branding .wrap {
    display: table-cell;
    height: 4.4rem;
    vertical-align: middle; }
  .site-branding a, .site-branding img {
    display: block; } }

@media (min-width: 1200px) {
  .site-branding .wrap {
    height: 8.2rem; } }

.site-branding img {
  max-width: 100%; }

.site-title {
  margin-bottom: 0;
  font-size: 2.3rem; }

.main-navigation-wrapper {
  font-size: 1.4rem; }

@media (min-width: 768px) {
  .main-navigation-wrapper {
    margin-right: -15px; } }

@media (min-width: 1500px) {
  .main-navigation-wrapper {
    font-size: 1.6rem; } }

.add-property-link {
  display: block;
  float: right;
  padding: 2rem;
  font-weight: 700; }

@media (min-width: 1200px) {
  .add-property-link {
    padding: 4rem 2.5rem; } }

@media (min-width: 1500px) {
  .add-property-link {
    padding-left: 4rem;
    padding-right: 4rem; } }

.add-property-link i {
  margin-right: .8rem; }

.main-navigation {
  float: right; }

@media screen and (max-width: 1199px) {
  .main-navigation .menu-primary {
    display: none !important; } }

.main-navigation .menu-primary, .main-navigation .menu-primary ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.main-navigation .menu-primary > li {
  float: left; }

.main-navigation .menu-primary > li > a {
  padding: 2rem 1.7rem; }

@media (min-width: 992px) {
  .main-navigation .menu-primary > li > a {
    font-weight: 700;
    padding: 4rem 2.5rem; } }

@media (min-width: 1500px) {
  .main-navigation .menu-primary > li > a {
    padding-left: 4rem;
    padding-right: 4rem; } }

.main-navigation .menu-primary li {
  position: relative; }

.main-navigation .menu-primary li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-navigation .menu-primary a {
  display: block; }

.main-navigation .menu-primary .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 1rem, 0);
  transition: all .3s ease; }

.main-navigation .menu-primary .sub-menu a {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 700; }

.main-navigation .menu-primary .sub-menu .sub-menu {
  top: 0;
  left: 100%; }

.slicknav_menu {
  font-size: 14px;
  padding: 0;
  background: #fff;
  display: inline-block;
  float: right; }

@media screen and (min-width: 1199px) {
  .slicknav_menu {
    display: none !important; } }

.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 0;
  line-height: 1;
  padding: 2.4rem 2.5rem;
  min-height: 64px; }

.slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 2px; }

.slicknav_menu .slicknav_icon {
  width: 20px;
  height: 16px;
  margin: 0; }

.slicknav_menu .slicknav_icon:before, .slicknav_menu .slicknav_icon-bar {
  width: 20px;
  height: 4px; }

.slicknav_nav {
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 15px;
  z-index: 9999; }

@media (max-width: 767px) {
  .slicknav_nav {
    right: 15px;
    left: 15px; } }

.slicknav_nav ul {
  margin: 0; }

.slicknav_nav a, .slicknav_nav .slicknav_row {
  padding: 8px 20px;
  margin: 0; }

.slicknav_nav a {
  text-decoration: none; }

.slicknav_nav a:hover, .slicknav_nav a:focus {
  outline: none; }

.slicknav_nav a:hover, .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
  border-radius: 0; }

.slicknav_nav li {
  border-bottom: 1px solid transparent; }

.slicknav_nav li:last-child {
  border-bottom: none; }

.slicknav_nav li .sub-menu {
  margin: 0; }

.slicknav_nav li .sub-menu a {
  padding-left: 40px; }

.sub-header {
  position: relative;
  padding: 5rem 0; }

@media (min-width: 768px) {
  .sub-header {
    padding: 8.6rem 0; } }

.sub-header .title {
  font-size: 2.1rem;
  font-weight: 900;
  color: inherit; }

@media (min-width: 576px) {
  .sub-header .title {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .sub-header .title {
    font-size: 3.2rem; } }

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: transparent; }

@media (min-width: 576px) {
  .breadcrumb {
    float: right; } }

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit; }

.site-title a {
  color: inherit; }

/* 4.0 Footer */
.footer {
  padding-top: 10rem; }

.footer .widget-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem; }

@media (min-width: 992px) {
  .footer .widget-title {
    margin-bottom: 3rem; } }

.footer .widget_archive, .footer .widget_categories, .footer .widget_nav_menu {
  overflow: hidden; }

.footer .widget_archive li, .footer .widget_categories li, .footer .widget_nav_menu li {
  float: left;
  width: 50%; }

.footer-logo-widget img {
  margin-bottom: 2rem; }

@media (min-width: 1200px) {
  .footer-logo-widget img {
    margin-bottom: 4rem; } }

.sub-footer {
  padding-top: 6rem;
  padding-bottom: 8rem; }

.sub-footer p {
  position: relative;
  margin-bottom: 0; }

.sub-footer p span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 1.5rem; }

.sub-footer p:before {
  content: "";
  display: block;
  height: 1px; }

.sub-footer a {
  color: inherit; }

#scroll-to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent; }

/* 5.0 Pages */
.home-property-slider .flex-direction-nav {
  display: none; }

@media (min-width: 480px) {
  .home-property-slider .flex-direction-nav {
    display: block; } }

.home-property-slider .flex-direction-nav a {
  margin-top: -2.5rem; }

@media (min-width: 1366px) {
  .home-property-slider .flex-direction-nav a {
    margin-top: -4.5rem; } }

@media (min-width: 1600px) {
  .home-property-slider .flex-direction-nav {
    position: absolute;
    top: 49.8%;
    left: 0;
    z-index: 250; }
  .home-property-slider .flex-direction-nav li {
    display: block;
    float: left; }
  .home-property-slider .flex-direction-nav a {
    margin: 0;
    position: static;
    opacity: 1; } }

.slide-caption {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 250;
  max-width: 1140px;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 320px) {
  .slide-caption {
    display: block; } }

@media (min-width: 992px) {
  .slide-caption {
    max-width: 1170px; } }

.slide-caption .property-post {
  display: none;
  margin: 0 auto;
  max-width: 430px;
  background-color: #fff; }

@media (min-width: 576px) {
  .slide-caption .property-post {
    display: block; } }

@media (min-width: 768px) {
  .slide-caption .property-post {
    max-width: 470px; } }

@media (min-width: 1200px) {
  .slide-caption .property-post {
    margin-left: 0; } }

.slide-caption .property-title {
  font-size: 2.6rem;
  margin-bottom: .4rem; }

.slide-caption .property-post-grid .property-wrap {
  padding: 3rem 3rem 2rem;
  border: none; }

.slide-caption .property-location {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.slide-caption .property-meta {
  display: none;
  font-size: 1.2rem;
  margin-bottom: 1.3rem; }

@media (min-width: 1200px) {
  .slide-caption .property-meta {
    display: block; } }

.slide-caption .property-price {
  font-size: 2.2rem; }

.slide-caption .btn {
  margin-top: .5rem; }

.home-carousel-wrap {
  position: relative; }

.home-carousel-wrap .home-nav-wrapper a {
  position: absolute;
  top: 38%;
  z-index: 200; }

.home-carousel-wrap .home-nav-wrapper a + a {
  margin: 0; }

.home-carousel-wrap .home-nav-wrapper .previous-link {
  left: 3.8rem; }

.home-carousel-wrap .home-nav-wrapper .next-link {
  right: 3.8rem; }

.home-carousel .owl-item img {
  transform-style: flat; }

.home-carousel .property-post {
  transition: background-color 0.3s ease; }

.home-carousel .property-label {
  position: absolute;
  top: 4rem;
  right: 4.3rem;
  left: auto; }

.home-carousel .property-header {
  padding: 3rem 3.8rem 1.6rem; }

.home-carousel .property-title {
  font-size: 2.6rem;
  margin-bottom: .5rem; }

.home-carousel .property-location {
  font-size: 1.6rem; }

.home-carousel .property-price {
  float: right;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.home-property-thumbs-carousel .home-property-carousel-wrap {
  padding: 0; }

.home-property-thumbs-carousel .home-property-carousel-wrap img {
  opacity: 0 !important; }

@media (min-width: 992px) {
  .home-property-thumbs-carousel .home-property-carousel-wrap img {
    height: 100%; } }

.home-property-thumbs {
  display: none;
  padding: 0; }

@media (min-width: 992px) {
  .home-property-thumbs {
    display: block; } }

.property-thumb {
  position: relative;
  padding: 2.5rem;
  cursor: pointer;
  opacity: .5;
  transition: background-color 0.3s ease, opacity 0.3s ease; }

@media (min-width: 1200px) {
  .property-thumb {
    padding: 4.5rem 4rem; } }

@media (min-width: 768px) {
  .property-thumb {
    height: 33.333333%; } }

.property-thumb:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 300;
  width: 0;
  height: 0;
  border: 18px solid transparent; }

@media (min-width: 768px) {
  .property-thumb:after {
    top: 50%;
    right: -30px;
    margin-top: -18px;
    transition: right 0.3s ease; } }

.property-thumb .property-label {
  position: static;
  display: inline-block;
  margin-bottom: 2.4rem; }

.property-thumb .property-title {
  font-size: 1.8rem;
  margin-bottom: .5rem; }

@media (min-width: 1200px) {
  .property-thumb .property-title {
    font-size: 2.6rem; } }

@media (min-width: 1200px) {
  .property-thumb .property-location {
    font-size: 1.6rem; } }

.property-thumb .property-price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.8rem; }

@media (min-width: 1200px) {
  .property-thumb .property-price {
    font-size: 2rem; } }

.property-thumb:hover, .property-thumb.active {
  opacity: 1; }

@media (max-width: 767px) {
  .property-thumb.active:after {
    bottom: -36px; } }

@media (min-width: 768px) {
  .property-thumb.active:after {
    right: -36px; } }

.call-to-action {
  padding: 3px 0;
  text-align: center; }

.call-to-action img {
  display: inline-block;
  margin: 3rem 0; }

.call-to-action .title {
  font-size: 4.2rem;
  margin-bottom: 3rem; }

.call-to-action .btn {
  padding: 1.2rem 3.5rem 1.1rem;
  font-size: 1.6rem; }

.partner {
  text-align: center; }

.partner.blurred img {
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.partner.blurred:hover img {
  opacity: 1; }

@media (max-width: 991px) {
  .col-partner {
    margin: 2rem 0; } }

.partner-carousel .partner {
  padding: 2.5rem 2rem;
  min-height: 110px; }

.partner-carousel .partner img {
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.partner-carousel .owl-stage-outer {
  border: 1px solid transparent;
  border-left: none; }

.partner-carousel .owl-item {
  border-left: 1px solid transparent; }

.service i {
  line-height: 1; }

.service .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem; }

.service .service-content {
  font-size: 1.4rem; }

.service p {
  margin-bottom: 0; }

.service-style-one {
  text-align: center;
  padding: 3rem 0; }

@media (min-width: 992px) {
  .service-style-one {
    padding: 4rem 1.5rem;
    border: 1px solid transparent; } }

@media (min-width: 1200px) {
  .service-style-one {
    padding-left: 3.4rem;
    padding-right: 3.4rem; } }

.service-style-one i {
  display: block;
  font-size: 6.8rem;
  margin-bottom: 3.5rem; }

.service-style-one img {
  display: block;
  margin: 0 auto 4.2rem; }

.service-style-one .service-content {
  margin-bottom: 3rem; }

.service-style-two img {
  width: 100%;
  height: auto; }

.service-style-two .service-content-wrap {
  padding: 5rem 1.5rem; }

@media (min-width: 768px) {
  .service-style-two .service-content-wrap {
    padding: 8rem 5rem 5rem; } }

@media (min-width: 1920px) {
  .service-style-two .service-content-wrap {
    padding: 12rem 9rem 9rem; } }

.service-style-two .service-style-three {
  margin-top: 2.2rem;
  margin-bottom: 3.4rem; }

.service-style-three {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .service-style-three {
    margin-bottom: 0; } }

.service-style-three i {
  display: block;
  font-size: 3.8rem;
  margin-bottom: 2rem; }

@media (min-width: 992px) {
  .service-style-three i {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3.2rem; } }

.service-style-three img {
  margin-right: 3.2rem; }

@media (max-width: 1920px) and (min-width: 1200px) {
  .wide-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  .wide-image-wrapper img {
    opacity: 0; } }

.testimonial .name {
  font-size: 1.8rem;
  margin-bottom: .2rem; }

.testimonial .author-info span {
  margin-bottom: 2rem; }

.testimonial-style-three {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: box-shadow 0.3s ease; }

.testimonial-style-three:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); }

@media (min-width: 992px) {
  .testimonial-style-three {
    padding: 4rem 3rem;
    border: 1px solid transparent; } }

.testimonial-style-three img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin: 0 auto 3.4rem; }

.testimonial-style-three .author-info span {
  font-size: 1.3rem; }

.testimonial-style-three .testimonial-content {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.5rem; }

.testimonial-carousel .testimonial {
  text-align: center; }

.testimonial-carousel .testimonial-content {
  font-size: 2rem;
  font-weight: 300;
  padding: 0 8%; }

.testimonial-carousel .testimonial .author-info {
  margin-bottom: 2.5rem; }

.testimonial-carousel .testimonial .author-info span {
  font-size: 1.3rem; }

.testimonial-carousel .owl-item img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin: 0 auto 2.6rem; }

.testimonial-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.5rem;
  line-height: 1; }

.testimonial-carousel-wrap {
  position: relative; }

@media (min-width: 768px) {
  .testimonial-carousel-two img {
    display: none !important; } }

.testimonial-carousel-two .testimonial .name {
  font-weight: normal;
  margin-bottom: .5rem; }

.testimonial-carousel-two .testimonial-content-wrap {
  padding: 4rem 3rem; }

@media (min-width: 1200px) {
  .testimonial-carousel-two .testimonial-content-wrap {
    padding: 13.6rem 8rem 13.6rem 9.2rem; } }

.testimonial-carousel-two .testimonial-content {
  position: relative;
  font-size: 1.6rem;
  padding: 4rem 0 0;
  margin-bottom: 2rem; }

@media (min-width: 1200px) {
  .testimonial-carousel-two .testimonial-content {
    padding-top: 8.5rem;
    margin-bottom: 5rem;
    font-size: 3.6rem;
    line-height: 49px;
    font-weight: 700; } }

.testimonial-carousel-two .testimonial-content:before {
  position: absolute;
  top: -.8rem;
  left: 0;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 3.4rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.testimonial-carousel-two .testimonial .author-info span {
  font-size: 1.6rem; }

@media (min-width: 768px) {
  .testimonial-nav-wrapper {
    position: absolute;
    left: 4rem;
    bottom: 5rem;
    z-index: 500; } }

@media (min-width: 1200px) {
  .testimonial-nav-wrapper {
    left: 8.2rem;
    bottom: 12rem; } }

/* 6.0 Contact */
.infoBox img {
  z-index: 50; }

.contact-infoBox {
  font-size: 14px;
  padding: 2.3rem 2.4rem 3rem;
  position: relative;
  border: 1px solid transparent; }

.contact-infoBox h4 {
  font-weight: 900;
  margin-bottom: 1.9rem; }

.contact-infoBox ul {
  margin-bottom: 0; }

.contact-infoBox ul li {
  margin-bottom: 1.2rem; }

.contact-infoBox:before, .contact-infoBox:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%; }

.contact-infoBox:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  bottom: -11px;
  margin-left: -7px; }

.contact-infoBox:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  margin-left: -5px; }

.google-map {
  width: 100%;
  height: 250px; }

@media (min-width: 768px) {
  .google-map {
    height: 320px; } }

@media (min-width: 992px) {
  .google-map {
    height: 380px; } }

.col-google-map {
  overflow: hidden; }

@media (min-width: 1200px) {
  .col-google-map .google-map {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; } }

.col-contact-form {
  padding: 6rem 2rem 4rem; }

@media (min-width: 768px) {
  .col-contact-form {
    padding: 8rem 4rem 6rem; } }

@media (min-width: 1200px) {
  .col-contact-form {
    padding: 12rem 7.5rem 9.5rem; } }

.col-contact-form .section-header {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .col-contact-form .section-header {
    margin-bottom: 5rem; } }

.col-contact-form .entry-content {
  margin-bottom: 4.5rem;
  font-size: 1.5rem; }

.col-contact-form input[type="submit"] {
  padding-left: 5.8rem;
  padding-right: 5.8rem; }

.contact-form-on-map {
  position: relative; }

.contact-form-on-map .google-map {
  padding-bottom: 50%; }

.contact-form-on-map .title {
  margin-bottom: 2.6rem; }

.contact-form-on-map p {
  margin-bottom: 1rem; }

.contact-form-on-map .contact-form {
  padding: 3rem 3rem 3.5rem; }

@media (min-width: 768px) {
  .contact-form-on-map .contact-form {
    padding: 4rem 4rem 4.5rem; } }

@media (min-width: 1200px) {
  .contact-form-on-map .contact-form {
    position: absolute;
    top: 2%;
    right: 15%;
    z-index: 5;
    width: 37rem; } }

@media (min-width: 1400px) {
  .contact-form-on-map .contact-form {
    top: 5%; } }

@media (min-width: 1500px) {
  .contact-form-on-map .contact-form {
    top: 16%; } }

.contact-form-on-map .contact-form textarea {
  height: 12rem; }

.tabs-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  text-align: center; }

.tabs-nav-list li {
  display: inline-block;
  font-weight: 900;
  margin-right: 1.2rem;
  cursor: pointer; }

.tabs-nav-list li:last-child {
  margin-right: 0; }

.tabs-nav-list li + li:before {
  content: '';
  display: inline-block;
  width: 4rem;
  height: 1px;
  margin-right: 16px;
  vertical-align: middle; }

.login-tabs-content {
  overflow: hidden; }

.tab-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease;
  -ms-transform: translateX(-130%);
  transform: translateX(-130%); }

.tab-content.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.login-modal .tabs {
  overflow-x: hidden; }

.login-modal .modal-header {
  display: block;
  text-align: center;
  padding: 18px 20px;
  border: none; }

.login-modal .modal-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: inherit; }

.login-modal .modal-title i {
  margin-right: 1rem; }

.login-modal .modal-content {
  border: none; }

.login-modal p {
  margin-bottom: 1rem; }

.login-modal .related-links {
  margin: 2.5rem 0 0; }

.login-modal .lost-password {
  display: inline-block;
  margin-top: 4px; }

.btn-social {
  float: right;
  font-size: 1.2rem;
  padding: 1.1rem 1.5rem .9rem; }

.btn-social .fa {
  margin-right: 1rem;
  font-size: 1.8rem;
  vertical-align: middle; }

.modal-body {
  padding: 3.7rem 3.5rem 3.2rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 392px;
    margin: 30px auto; } }

.modal.show .modal-dialog {
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%); }

.modal-backdrop.show {
  opacity: 0.7; }

.form-group {
  position: relative; }

.signin-form .form-group input, .register-form .form-group input, .lost-password-form .form-group input {
  padding-left: 6rem; }

.signin-form .form-group .fa, .register-form .form-group .fa, .lost-password-form .form-group .fa {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 1.8rem;
  text-align: center;
  height: 5rem;
  width: 5rem;
  line-height: 5rem; }

.signin-form .form-group .fa-envelope, .register-form .form-group .fa-envelope, .lost-password-form .form-group .fa-envelope {
  font-size: 1.5rem; }

/* 7.0 Blog */
.blog-post-wrap, .blog-post-grid-wrap {
  border: 1px solid transparent; }

.blog-post .post-thumbnail, .blog-post-grid .post-thumbnail {
  position: relative; }

.blog-post .post-thumbnail img, .blog-post-grid .post-thumbnail img {
  height: auto; }

.blog-post .entry-title, .blog-post-grid .entry-title {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

.blog-post .entry-meta, .blog-post-grid .entry-meta {
  font-size: 1.2rem;
  font-weight: 500; }

.blog-post .entry-meta .fa, .blog-post-grid .entry-meta .fa {
  margin-right: .6rem; }

.blog-post .entry-meta a, .blog-post .entry-meta span, .blog-post-grid .entry-meta a, .blog-post-grid .entry-meta span {
  display: inline-block;
  margin-right: 2.1rem; }

.blog-post .entry-summary, .blog-post-grid .entry-summary {
  border-bottom: 1px solid transparent; }

.blog-post {
  margin-bottom: 4.8rem; }

.blog-post-wrap {
  padding: 2.9rem 2.1rem 4rem; }

.blog-post .entry-header {
  margin-bottom: 2.1rem; }

.blog-post .entry-title {
  font-size: 2.6rem; }

.blog-post .entry-meta {
  margin-bottom: 1rem; }

.blog-post .entry-summary {
  margin-bottom: 3.2rem;
  padding-bottom: .2rem; }

.blog-post-grid {
  margin-bottom: 3rem; }

.blog-post-grid-wrap {
  padding: 2.5rem 2rem 1.6rem; }

.blog-post-grid .entry-header {
  margin-bottom: 1.4rem; }

.blog-post-grid .entry-title {
  font-size: 1.8rem; }

.blog-post-grid .entry-meta {
  margin-top: .6rem; }

.blog-post-grid .entry-summary {
  margin-bottom: 1.6rem;
  padding-bottom: .7rem; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.blog-post-single .entry-header {
  margin-bottom: 3rem; }

.blog-post-single .entry-title {
  font-size: 2.6rem;
  margin-bottom: 1.1rem; }

.blog-post-single .entry-meta {
  font-size: 1.2rem;
  font-weight: 500; }

.blog-post-single .entry-meta .fa {
  margin-right: .6rem; }

.blog-post-single .entry-meta a, .blog-post-single .entry-meta span {
  display: inline-block;
  margin-right: 2.1rem; }

.blog-post-single .entry-content {
  padding-top: 3rem; }

.blog-post-single .entry-content img {
  max-width: 100%;
  height: auto; }

.blog-post-single .entry-content p {
  margin-bottom: 2rem; }

.post-thumbnail {
  position: relative; }

.post-thumbnail img {
  -webkit-backface-visibility: hidden;
  transition: opacity 0.2s; }

.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.95; }

.entry-content blockquote {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 40px;
  padding: 2.2rem 3rem 0 5.8rem;
  margin-bottom: 3rem;
  border: none; }

.entry-content blockquote:before {
  position: absolute;
  top: 1rem;
  left: 0;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 3.4rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.entry-share-this {
  margin-top: 3rem;
  padding: .5rem 0;
  font-size: 1.6rem;
  text-align: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.entry-share-this > a {
  display: inline-block;
  margin: 6px; }

.about-bio {
  padding: 6.5rem 8% 3.5rem;
  text-align: center;
  border-bottom: 1px solid transparent; }

.about-bio .avatar {
  margin: 0 auto 1.6rem; }

.about-bio .author-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.4rem; }

/*--------------------------------------------------------------
/* Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 4.7rem; }

.comments-title, .comment-reply-title {
  font-size: 1.8rem; }

.comment-list, .comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0; }

.comment-list {
  padding-top: 1.1rem;
  margin-bottom: 4.5rem;
  border-bottom: 1px solid transparent; }

.comment-list .avatar {
  float: left;
  margin-right: 25px;
  height: 76px;
  width: 76px;
  border-radius: 50%; }

.comment-list .fn {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .8rem; }

.comment-list .reply {
  font-size: 1.2rem; }

.comment-list .reply i {
  margin-left: .5rem;
  display: inline-block;
  vertical-align: middle; }

.comment-wrapper {
  display: table; }

.comment-body {
  padding-bottom: 4.5rem; }

@media (min-width: 992px) {
  .comment .depth-2 .comment-body {
    margin-left: 70px; }
  .comment .depth-3 .comment-body {
    margin-left: 140px; }
  .comment .depth-4 .comment-body {
    margin-left: 210px; } }

/*--------------------------------------------------------------
/* Comment Respond
--------------------------------------------------------------*/
.comment-form input[type="submit"] {
  padding-left: 5.8rem;
  padding-right: 5.8rem; }

/* 8.0 Property */
.property-sort-control {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 4rem; }

.property-sort-control .page-title {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 3.2rem 0 0; }

.property-sort-control .page-title, .property-sort-control .label {
  display: inline-block;
  vertical-align: middle; }

.property-sort-control .select2-container {
  width: auto !important;
  line-height: 0;
  margin-top: .3rem; }

.property-sort-control .select2-search--dropdown {
  padding: 0; }

.property-sort-control .select2-container--default .select2-search--dropdown .select2-search__field {
  display: none; }

.property-sort-control .select2-container--default .select2-selection--single {
  height: 30px; }

.property-sort-control .select2-container--default .select2-selection--single {
  border: none;
  display: inline-block !important;
  width: 160px !important; }

.property-sort-control .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 36px;
  line-height: 30px; }

.property-sort-control .select2-container--default .select2-selection .select2-selection__arrow {
  height: 28px; }

@media (min-width: 576px) {
  .property-sort {
    float: left; } }

.property-sort .label {
  margin-right: .7rem; }

.property-sort-results {
  padding-top: 1rem; }

@media (min-width: 576px) {
  .property-sort-results {
    float: right;
    padding-top: .4rem; } }

.property-view-btn {
  margin-left: 1.4rem;
  vertical-align: middle; }

.property-view-grid {
  font-size: 2rem; }

.property-view-list {
  font-size: 1.9rem; }

.property-post {
  margin-bottom: 3rem; }

.property-thumbnail {
  position: relative; }

.property-label {
  position: absolute;
  top: 2rem;
  left: 2.2rem; }

.property-label a, .property-label span {
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: .2rem 1rem 0;
  margin-right: .4rem; }

.property-label a:last-child, .property-label span:last-child {
  margin-right: 0; }

.property-header {
  position: relative; }

.property-title {
  font-size: 1.8rem;
  margin-bottom: .4rem; }

.property-actions-wrap {
  margin: 0 0 1.4rem;
  line-height: 20px; }

@media (min-width: 380px) {
  .property-actions-wrap {
    float: right;
    margin-left: 2.5rem; } }

.property-actions-wrap .action-btn {
  display: inline-block;
  margin-right: 1rem; }

.property-actions-wrap .action-btn:last-child {
  margin-right: 0; }

.property-actions-wrap .action-btn span {
  margin-left: .5rem; }

.property-actions-wrap .property-add-to-fav {
  font-size: 1.5rem; }

.property-actions-wrap .property-add-to-fav, .property-actions-wrap .property-add-to-compare {
  cursor: pointer; }

.property-actions-wrap .property-add-to-compare {
  font-size: 1.6rem; }

.property-location {
  font-size: 1.3rem;
  margin-bottom: 1.2rem; }

.property-meta {
  font-size: 1.2rem;
  margin-bottom: 1.3rem; }

.property-meta > li {
  display: inline-block;
  font-weight: 500;
  margin-right: .3rem; }

.property-meta > li + li:before {
  content: '';
  display: inline-block;
  width: .8rem;
  height: 1px;
  margin-right: 7px;
  vertical-align: middle; }

.property-meta > li:last-child {
  margin-right: 0; }

.property-price {
  font-size: 1.8rem;
  font-weight: 500; }

.property-footer {
  padding-top: 1.5rem;
  border-top: 1px solid transparent; }

.property-post-grid .property-wrap {
  padding: 2.5rem 2.4rem 1.5rem;
  border: 1px solid transparent;
  border-top: none; }

.property-post-list {
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .property-post-list .property-thumbnail {
    float: left;
    width: 40%; } }

@media (min-width: 1200px) {
  .property-post-list .property-thumbnail {
    width: 28%; } }

.property-post-list .property-wrap {
  padding: 2.5rem 2.4rem 1.5rem; }

@media (min-width: 768px) {
  .property-post-list .property-wrap {
    float: left;
    width: 60%; } }

@media (min-width: 1200px) {
  .property-post-list .property-wrap {
    width: 72%; } }

@media (min-width: 1200px) {
  .property-post-list-fullwidth .property-thumbnail {
    width: 22%; } }

@media (min-width: 1200px) {
  .property-post-list-fullwidth .property-wrap {
    width: 78%; } }

@media (min-width: 768px) {
  .property-post-list-fullwidth .property-summary {
    display: none; } }

@media (min-width: 992px) {
  .property-post-list-fullwidth .property-summary {
    display: block; } }

@media (min-width: 1200px) {
  .property-post-list-fullwidth .property-summary {
    padding: 0 2.5rem;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; } }

@media (min-width: 768px) {
  .property-post-list-fullwidth .property-actions-wrap {
    display: none; } }

@media (min-width: 992px) {
  .property-post-list-fullwidth .property-actions-wrap {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .property-post-list-fullwidth .property-actions-wrap .action-btn {
    margin-right: 0; } }

.owl-carousel .property-post {
  margin-bottom: 0; }

.property-two .property-wrap, .single-property-header .property-wrap {
  padding: 2.5rem 3rem 1rem;
  border: 1px solid transparent;
  border-top: none; }

.property-two .property-title, .single-property-header .property-title {
  font-size: 2.6rem;
  margin-bottom: 1rem; }

.property-two .property-location, .single-property-header .property-location {
  font-size: 1.5rem; }

@media (min-width: 992px) {
  .property-two .property-meta, .single-property-header .property-meta {
    margin: 4.4rem 0 1rem; } }

@media (min-width: 992px) {
  .property-two .property-price, .single-property-header .property-price {
    display: block;
    font-size: 2.2rem;
    font-weight: 700; } }

.property-two .property-actions-wrap, .single-property-header .property-actions-wrap {
  margin-top: .5rem;
  margin-bottom: 0; }

.property-three .property-thumbnail {
  margin-bottom: 1.5rem; }

.property-three .property-location {
  margin-bottom: 0; }

.property-three .property-meta {
  margin-bottom: .9rem; }

.property-three .property-price {
  font-size: 1.6rem; }

.property-detail p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 3rem; }

.single-property-slider-wrap {
  position: relative; }

.single-property-slider-wrap .single-property-agent {
  margin-bottom: 3rem; }

@media (min-width: 1200px) {
  .single-property-slider-wrap .single-property-agent {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 250;
    max-width: 300px;
    width: 300px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

.single-property-slider .flex-direction-nav a {
  font-size: 34px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 44px;
  margin: -25px 0 0;
  border: 2px solid transparent; }

.single-property .single-property-slider {
  margin-bottom: 4.5rem; }

.single-property-header {
  margin-bottom: 2.5rem; }

.single-property-header .property-wrap {
  padding: 0;
  border: none; }

.single-property-header-two .property-title {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 1.6rem; }

.single-property-header-two .property-location {
  font-size: 1.5rem; }

.single-property-header-two .property-location i {
  margin-right: 1rem; }

.single-property-header-two .property-meta {
  font-size: 1.5rem; }

.single-property-header-two .property-meta > li {
  margin-right: .8rem; }

.single-property-header-two .property-price {
  display: block;
  font-size: 2.2rem;
  font-weight: 900; }

.property-features {
  margin: 5rem 0; }

.features-list > li {
  margin-bottom: .5rem;
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .features-list > li {
    float: left;
    width: 33.3333%; } }

@media (min-width: 1200px) {
  .features-list > li {
    width: 25%; } }

.features-list > li i {
  margin-right: 1rem;
  font-size: 1.4rem; }

.features-list > li a {
  color: inherit; }

.property-additional-details {
  margin: 5rem 0; }

.additional-details-list {
  padding: 2.5rem;
  margin-bottom: 0;
  border-radius: 5px; }

.additional-details-list > li {
  border-bottom: 1px dotted #e6e9ec;
  padding-bottom: 1.1rem;
  margin-bottom: 1rem; }

.additional-details-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.additional-details-list > li span {
  display: block;
  min-width: 225px;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 1200px) {
  .additional-details-list > li span {
    display: inline-block; } }

.property-video {
  margin: 5rem 0; }

.property-video-wrap {
  position: relative;
  text-align: center; }

.property-video-wrap img {
  width: 100%; }

.property-video-wrap i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 3.2rem;
  display: block;
  width: 64px;
  height: 55px;
  margin: auto;
  padding: 0 0 0 .6rem;
  transition: all .3s ease; }

.property-floor-plan {
  margin: 5rem 0; }

.property-floor-plan img {
  max-width: 100%;
  height: auto; }

.property-floor-plan ul {
  margin-bottom: 0;
  font-size: 1.5rem; }

.property-floor-plan ul > li {
  display: inline-block;
  margin-right: 1.5rem; }

.property-floor-plan ul > li span {
  display: inline-block;
  margin-right: .5rem; }

.property-floor-plan .toggle-header {
  padding: 2.4rem; }

@media (min-width: 1200px) {
  .property-floor-plan .toggle-header {
    padding: 2.4rem 3.8rem; } }

.property-neighborhood {
  margin: 5rem 0; }

.property-neighborhood .property-post {
  margin-bottom: 0; }

.property-map {
  margin: 5rem 0; }

.property-address-map {
  width: 100%;
  height: 300px; }

@media (min-width: 1200px) {
  .property-address-map {
    height: 530px; } }

.single-property-agent {
  padding: 1.5rem;
  border: 1px solid transparent; }

.single-property-agent .agent-photo {
  float: left;
  width: 102px;
  margin-right: 1rem; }

.single-property-agent .agent-info {
  margin-bottom: 2rem; }

.single-property-agent .agent-info span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem; }

.single-property-agent .agent-info .contact {
  font-size: 1.4rem; }

.single-property-agent .agent-info .fa {
  font-size: 1.6rem;
  margin-right: .5rem; }

.single-property-agent .name {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-top: 0.9rem; }

.single-property-agent textarea {
  height: 12rem; }

.property-google-map-wrapper {
  position: relative; }

.property-google-map-loader {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 10;
  text-align: center;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 40px 100px; }

.property-google-map-loader .loading-text {
  font-size: 18px;
  display: block;
  font-weight: 900;
  margin-bottom: 1rem; }

.property-google-map {
  width: 100%;
  height: 300px; }

@media (min-width: 768px) {
  .property-google-map {
    height: 350px; } }

@media (min-width: 992px) {
  .property-google-map {
    height: 400px; } }

@media (min-width: 1200px) {
  .property-google-map {
    height: 610px; } }

.property-google-map .infoBox img {
  z-index: 50;
  right: 0;
  bottom: 0; }

.property-google-map .property-infoBox {
  position: relative; }

.property-google-map .property-infoBox img {
  opacity: 1; }

.property-google-map .property-infoBox:before, .property-google-map .property-infoBox:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%; }

.property-google-map .property-infoBox:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  bottom: -11px;
  margin-left: -7px; }

.property-google-map .property-infoBox:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: -9px;
  margin-left: -5px; }

.property-map-sidebar {
  overflow: hidden;
  will-change: min-height; }

.property-map-sidebar__inner {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform; }

@media (max-width: 1199px) {
  .property-map-sidebar .inner-wrapper-sticky {
    position: static !important; } }

@media (min-width: 1200px) {
  .property-page-vertical .property-google-map {
    height: 1000px; } }

.property-page-vertical .main {
  padding: 4rem 0; }

@media (min-width: 1650px) {
  .property-page-vertical .main {
    padding: 4.5rem 2.5rem; } }

.property-page-vertical .advance-search {
  margin-top: 0; }

.property-page-vertical .property-sort-control {
  margin-top: 4rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .property-page-vertical .property-post-list .property-thumbnail {
    width: 35%; } }

@media (min-width: 992px) {
  .property-page-vertical .property-post-list .property-thumbnail {
    width: 25%; } }

@media (min-width: 1200px) {
  .property-page-vertical .property-post-list .property-thumbnail {
    width: 42%; } }

@media (min-width: 1600px) {
  .property-page-vertical .property-post-list .property-thumbnail {
    width: 30%; } }

@media (min-width: 768px) {
  .property-page-vertical .property-post-list .property-wrap {
    width: 65%; } }

@media (min-width: 992px) {
  .property-page-vertical .property-post-list .property-wrap {
    width: 75%; } }

@media (min-width: 1200px) {
  .property-page-vertical .property-post-list .property-wrap {
    width: 58%; } }

@media (min-width: 1600px) {
  .property-page-vertical .property-post-list .property-wrap {
    width: 70%; } }

.load-more-properties {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.notice {
  padding: 1.4rem 1.8rem;
  margin-bottom: 3.2rem;
  border: 1px solid transparent; }

@media (min-width: 992px) {
  .notice p {
    margin-bottom: 0 !important; } }

.add-property-form {
  padding: 5.5rem 4rem;
  border: 1px solid transparent; }

.add-property-form .property-address-map {
  height: 373px; }

.add-property-form textarea {
  height: 20rem; }

.add-property-form .select2-container {
  width: 100% !important; }

.add-property-form .checkbox-wrap label:not(.error) {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 400; }

.add-property-form .property-features-list > li {
  float: left;
  margin-right: 0;
  width: 100%; }

@media (min-width: 768px) {
  .add-property-form .property-features-list > li {
    width: 50%; } }

.checkbox-wrap {
  display: inline-block;
  margin-right: 3rem; }

.checkbox-wrap input[type="checkbox"] {
  display: none !important; }

.checkbox-wrap input[type="checkbox"]:checked + label:before {
  content: "\f00c"; }

.checkbox-wrap label {
  cursor: pointer;
  position: relative;
  padding-left: 3rem; }

.checkbox-wrap label:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2rem;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent; }

.single-detail {
  padding: 0 40px;
  position: relative;
  margin-bottom: 1rem; }

.single-detail .fa {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out; }

.single-detail .fa-sort {
  left: 0; }

.single-detail .fa-times {
  right: 0; }

.add-new-detail {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 1rem;
  text-align: center;
  cursor: pointer; }

.property-compare .property-info {
  margin-bottom: 3rem; }

.property-compare ul li {
  padding: .9rem 0;
  font-size: 1.5rem; }

@media (min-width: 576px) {
  .property-compare .property-compare-list li {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media (min-width: 576px) {
  .property-compare-head.stick {
    position: fixed;
    top: 0;
    z-index: 100; }
  .property-compare-head.hide-it {
    display: none; } }

.compare-property {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .compare-property {
    padding-right: 3rem; } }

.compare-property .property-thumbnail {
  margin-bottom: 1.6rem; }

.compare-property .property-title {
  font-size: 1.6rem;
  margin-bottom: .7rem; }

.compare-property .property-price {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 900; }

.compare-property p {
  margin-bottom: 0; }

.page-wrapper {
  overflow-x: hidden; }

.close-compare-container {
  cursor: pointer; }

.property-compare-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  overflow-y: auto;
  width: 320px;
  padding: 2.5rem 2rem 5rem;
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: all .3s ease;
  border-left: 1px solid transparent; }

.property-compare-container.show {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.property-compare-container::-webkit-scrollbar-track {
  border-radius: 0; }

.property-compare-container::-webkit-scrollbar {
  width: 7px; }

.property-compare-container::-webkit-scrollbar-thumb {
  border-radius: 0; }

.property-compare-container .compare-property {
  padding-right: 0; }

.property-compare-container .compare-property + .compare-property {
  margin-top: 3rem; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; }
  #header, #comments, #footer, #scroll-to-top, #agent-contact-form, .property-map, .search-form-header, .property-video, .property-actions-wrap, .property-neighborhood, .similar-properties, .widget:not(.single-property-agent) {
    display: none !important; }
  .single-property-agent, .toggle-header {
    border: none !important; }
  .full-width, .page-container, .single-property-agent, .additional-details-list, .toggle-header {
    padding: 0 !important; } }

/* 9.0 Agents */
.agent {
  text-align: center;
  margin: 2rem 0;
  border: 1px solid transparent;
  transition: box-shadow 0.3s ease; }

.agent:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); }

@media (min-width: 992px) {
  .agent {
    margin: 0; } }

.agent-content {
  padding: 2.5rem 2rem; }

.agent-name {
  font-size: 1.8rem;
  margin-bottom: 1.1rem; }

.agent-contact {
  display: block;
  margin-bottom: 2rem;
  font-weight: 500; }

.agent.rounded .agent-photo {
  margin-bottom: 2rem; }

.agent.rounded img {
  border-radius: 50%; }

.agent-carousel-wrap {
  margin-top: 4rem; }

@media (min-width: 768px) {
  .agent-carousel-two img {
    display: none !important; } }

.agent-carousel-content, .single-agent-content {
  padding: 3rem; }

@media (min-width: 768px) {
  .agent-carousel-content, .single-agent-content {
    min-height: 370px; } }

@media (min-width: 992px) {
  .agent-carousel-content, .single-agent-content {
    min-height: 390px; } }

@media (min-width: 1200px) {
  .agent-carousel-content, .single-agent-content {
    min-height: 430px;
    padding: 5.4rem 7rem; } }

.agent-carousel-content .name, .single-agent-content .name {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: inherit; }

.agent-carousel-content a, .single-agent-content a {
  color: inherit; }

.agent-carousel-content span, .single-agent-content span {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.7; }

.agent-carousel-content .agent-social-media, .single-agent-content .agent-social-media {
  margin-top: 2.2rem;
  font-size: 1.6rem; }

.agent-carousel-content .agent-social-media a, .single-agent-content .agent-social-media a {
  margin-right: 1rem; }

.agent-carousel-content .agent-social-media a:last-child, .single-agent-content .agent-social-media a:last-child {
  margin-right: 0; }

.single-agent-wrap {
  margin-bottom: 4rem; }

.single-agent-wrap img {
  width: 100%; }

@media (min-width: 768px) {
  .single-agent-wrap img {
    display: none !important; } }

.single-agent-content .contact i {
  font-size: 2.1rem;
  margin-right: .5rem;
  line-height: 1;
  vertical-align: -2px; }

.single-agent-fullwidth img {
  width: 100%; }

@media (min-width: 768px) {
  .single-agent-fullwidth img {
    display: none !important; } }

.single-agent-fullwidth .single-agent-content {
  padding: 4rem 3rem; }

@media (min-width: 1200px) {
  .single-agent-fullwidth .single-agent-content {
    padding: 13rem 9rem; } }

.single-agent-fullwidth .single-agent-content .name {
  font-size: 1.8rem;
  margin-bottom: .5rem; }

@media (min-width: 1200px) {
  .single-agent-fullwidth .single-agent-content .name {
    font-size: 3rem; } }

.single-agent-fullwidth .single-agent-content span {
  margin-bottom: 2rem;
  font-size: 1.6rem; }

@media (min-width: 1200px) {
  .single-agent-fullwidth .single-agent-content span {
    margin-bottom: 4.6rem;
    font-size: 2rem; } }

@media (min-width: 1200px) {
  .single-agent-fullwidth .single-agent-content p {
    font-size: 1.8rem; } }

.single-agent-fullwidth .single-agent-content .agent-social-media {
  margin-top: 2rem;
  font-size: 1.6rem; }

@media (min-width: 1200px) {
  .single-agent-fullwidth .single-agent-content .agent-social-media {
    margin-top: 7rem;
    font-size: 2.4rem; } }

.upload-btn {
  padding: 1.3rem 1.5rem 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }

.upload-btn .fa {
  margin-right: 1rem; }

.edit-profile-form .title, .add-property-form .title {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  border-bottom: 1px solid transparent; }

.edit-profile-form label:not(.error), .add-property-form label:not(.error) {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem; }

.edit-profile-form p, .add-property-form p {
  margin-bottom: 3.4rem; }

.edit-profile-form input[type="submit"]:not(.btn), .add-property-form input[type="submit"]:not(.btn) {
  padding: 1rem 5.5rem; }

.change-password-form {
  padding: 3.8rem 3rem; }

.change-password-form .title {
  font-size: 2.2rem;
  margin-bottom: 2.6rem; }

.change-password-form .row {
  margin-left: -.5em;
  margin-right: -.5em; }

.change-password-form .row > div {
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem; }

.user-profile {
  margin-bottom: 5rem; }

.user-info-wrapper {
  padding: 2.6rem 3.2rem 3rem; }

.user-info-wrapper .user-info {
  margin-bottom: 2.5rem; }

.user-info-wrapper .name {
  margin-bottom: .5rem;
  font-size: 2rem;
  color: inherit; }

.user-navigation {
  margin-bottom: 0; }

.user-navigation li {
  margin-bottom: 1rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }

.user-navigation li:last-child {
  margin-bottom: 0; }

.user-navigation li a {
  color: inherit; }

.user-navigation li.active {
  font-weight: 700; }

.user-navigation i {
  margin-right: 1.6rem; }

.my-properties .title {
  margin-bottom: 2.5rem; }

.user-properties:last-child {
  margin-bottom: 0; }

.user-properties .property-thumbnail {
  width: 100%; }

@media (min-width: 992px) {
  .user-properties .property-thumbnail {
    width: 30%; } }

@media (min-width: 1200px) {
  .user-properties .property-thumbnail {
    width: 19.5%; } }

.user-properties .property-wrap {
  padding: 2rem 2.4rem 1.5rem;
  width: 100%; }

@media (min-width: 768px) {
  .user-properties .property-wrap {
    padding: 1.4rem; } }

@media (min-width: 992px) {
  .user-properties .property-wrap {
    padding: 2rem 2.4rem 1.5rem;
    width: 70%; } }

@media (min-width: 1200px) {
  .user-properties .property-wrap {
    width: 80.5%; } }

.property-status {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase; }

.property-actions {
  text-align: right;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid transparent; }

@media (min-width: 576px) {
  .property-actions {
    padding-top: 0;
    margin-top: 0;
    border-top: none; } }

.property-actions .btn {
  margin: .1rem 0;
  min-width: 86px; }

@media (min-width: 1200px) {
  .property-actions .btn {
    text-align: left; } }

.property-actions .btn .fa {
  font-size: 1.6rem;
  margin-right: .5rem;
  vertical-align: -2px; }

.delete-property {
  margin-left: 1.6rem; }
