@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 600px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .container {
    width: 980px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 600px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

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

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

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

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

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

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

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

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

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

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

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

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

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

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

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

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

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

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

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

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

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

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

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 980px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .nav-tabs:before, .content .vfbp-form:before, .clearfix:after, .nav-tabs:after, .content .vfbp-form:after {
  content: " ";
  display: table;
}
.clearfix:after, .nav-tabs:after, .content .vfbp-form:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

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

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: #c8242d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #313131;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}

.nav-tabs > li {
  width: 100%;
}
@media (min-width: 850px) {
  .nav-tabs > li {
    width: auto;
    float: left;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .filter-wrap label {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

h1, .h1 {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6, .filter-wrap label {
    margin-bottom: 30px;
  }
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 24px;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6, .filter-wrap label {
  font-size: 16px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

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

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

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

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

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

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

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

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

.page-title {
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 70px;
  font-size: 34px;
  letter-spacing: .04rem;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 20px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 20px;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  letter-spacing: 0.14rem;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #ffffff;
  background-color: #c8242d;
  border-color: #c8242d;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  color: #c8242d;
  background-color: #ffffff;
}

.btn-border {
  color: #c8242d;
  background-color: #ffffff;
  border-color: #c8242d;
}
.btn-border:hover, .btn-border:focus, .btn-border.focus, .btn-border:active, .btn-border.active {
  color: #ffffff;
  background-color: #c8242d;
}

.btn-white {
  color: #c8242d;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
  color: #ffffff;
  background-color: #c8242d;
  border-color: #c8242d;
}

.btn-dark {
  background-color: #242424;
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active {
  background-color: #ffffff;
  color: #242424;
}

.btn-link {
  color: #c8242d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #313131;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-xlg {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0px;
}

.btn-lg {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0px;
}

.btn-sm {
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1;
  border-radius: 0px;
  border-width: 2px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: left .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-arrow-left,
.carousel-control .icon-arrow-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 50px;
}
.carousel-control .icon-arrow-left {
  left: 50%;
  margin-left: -25px;
}
.carousel-control .icon-arrow-right {
  right: 50%;
  margin-right: -25px;
}
.carousel-control .icon-arrow-left,
.carousel-control .icon-arrow-right {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  width: 80%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  display: none;
}
@media (min-width: 600px) {
  .carousel-indicators {
    display: block;
  }
}
.carousel-indicators li {
  padding: 0 !important;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
  background-color: #ffffff;
}

@media screen and (min-width: 600px) {
  .carousel-control .icon-arrow-left,
  .carousel-control .icon-arrow-right {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 60px;
  }
  .carousel-control .icon-arrow-left {
    margin-left: -30px;
  }
  .carousel-control .icon-arrow-right {
    margin-right: -30px;
  }
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f4f4f4;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #676767;
  background-color: #e2e2e2;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #e2e2e2;
  background-color: #676767;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.gallery {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 600px) {
  .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}

.gallery-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-item .gallery-caption {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 21px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.background-brown .gallery-item .gallery-caption {
  color: #e0e0e0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 21px;
  color: inherit;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
}

.module-banners {
  width: 100%;
  background-color: black;
}
@media (min-width: 600px) {
  .module-banners {
    height: 60vh;
    min-height: 500px;
  }
}
.module-banners .module-banner {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-banners .flex-container {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 30px 0;
}
@media (min-width: 600px) {
  .module-banners .flex-container {
    padding: 0;
  }
}
.module-banners .flex-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.module-banners .flex-container .h1 {
  margin-bottom: 20px;
}
.module-banners .flex-container .h2 {
  margin-bottom: 40px;
}
.module-banners .flex-container .text-center {
  opacity: 0;
}
@media (min-width: 600px) {
  .module-banners .flex-container .text-center {
    opacity: 1;
  }
}

@media (min-width: 600px) {
  .childpage-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.childpage-wrap.has-content {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .childpage-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.module-childpage {
  display: block;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.module-childpage .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.module-childpage .title {
  position: relative;
  display: block;
  margin: 0;
  z-index: 5;
  background: linear-gradient(to right, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 25% 30px 20px;
}
.module-childpage .title span {
  position: relative;
  z-index: 5;
}
.module-childpage .title:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: linear-gradient(to right, #eaeaea 50%, rgba(255, 255, 255, 0) 100%);
}
.module-childpage:hover, .module-childpage:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 1.5px 2.598px 1px 0px rgba(1, 1, 1, 0.14);
}
.module-childpage:hover .title, .module-childpage:focus .title {
  color: #000000;
}
.module-childpage:hover .title:before, .module-childpage:focus .title:before {
  opacity: 1;
}

.module-call_to_actions .row {
  border-top: 1px solid rgba(56, 56, 56, 0.1);
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .module-call_to_actions .row {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .module-call_to_actions .row {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .module-call_to_actions a {
    margin-bottom: 20px;
  }
  .module-call_to_actions .link-3 a {
    margin-bottom: 0;
  }
}

.module-map .map-btns {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-map .map-btns > .btn {
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
.module-map .map-btns > .btn:first-child {
  border-right: 1px solid #ccc;
}

.map {
  height: 275px;
  margin-top: 40px;
}
@media (min-width: 980px) {
  .map {
    height: 375px;
    margin-top: 80px;
  }
}

.module-quote {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img/bg-quote.jpg);
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .module-quote {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.module-quote blockquote {
  border: 0px;
  color: #ffffff;
  position: relative;
}
.module-quote blockquote:before {
  content: '“';
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  left: -10px;
}

@media (min-width: 768px) {
  .listing-section {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .listing-section .h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .listing-section .services-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.listing-section .service {
  background-clip: content-box;
  background-color: #f4f4f4;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .listing-section .service {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.listing-section .service img {
  width: 100%;
}
.listing-section .service .content-wrap {
  padding: 30px;
}
.listing-section .service .content-wrap p {
  font-size: 12px;
}

.block {
  display: block;
}

.i-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.o-hidden {
  overflow: hidden;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.bg-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.drop-shadow {
  box-shadow: 0.5px 0.866px 1px 0px rgba(1, 1, 1, 0.2);
}

.appraisal-link {
  background-color: #f4f4f4;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .appraisal-link {
    margin-bottom: 70px;
  }
}
.appraisal-link .inner {
  padding: 20px 20px 0;
}
.appraisal-link .title,
.appraisal-link .content {
  color: #000000;
}
.appraisal-link .title {
  margin-bottom: 10px;
}
.appraisal-link .content {
  font-size: 12px;
  margin-bottom: 15px;
}
.appraisal-link:hover .title,
.appraisal-link:hover .content, .appraisal-link:focus .title,
.appraisal-link:focus .content {
  color: #000000;
}
.appraisal-link:hover .btn, .appraisal-link:focus .btn {
  color: #c8242d;
  background-color: #ffffff;
}

.link {
  border-bottom: 3px solid #c8242d;
  box-shadow: 0.5px 0.866px 1px 0px rgba(1, 1, 1, 0.14);
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.link.set {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.link img {
  width: 100%;
}
.link .content-area {
  position: absolute;
  color: #000000;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
}
.link .content-area .title-area {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.link .content-area .h4 {
  margin: 0;
  text-transform: uppercase;
}
.link .content-area p {
  font-size: 12px;
  margin: 20px 0;
}

.link-1 a {
  transition-delay: 0s;
}

.link-2 a {
  transition-delay: 0.2s;
}

.link-3 a {
  transition-delay: 0.4s;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.5);
  z-index: 2000;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.loader:before {
  transition: box-shadow 200ms ease;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-animation: rotateLoader infinite 1s linear;
          animation: rotateLoader infinite 1s linear;
  box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.925), 0 -20px rgba(200, 36, 45, 0.8), 14.14227px -14.14227px rgba(200, 36, 45, 0.675), 20px 0 rgba(200, 36, 45, 0.55), 14.14227px 14.14227px rgba(200, 36, 45, 0.425), 0 20px rgba(200, 36, 45, 0.3), -14.14227px 14.14227px rgba(200, 36, 45, 0.175), -20px 0 rgba(200, 36, 45, 0.05);
}
.loader.hide-loader {
  opacity: 0;
  z-index: -100;
}

@-webkit-keyframes rotateLoader {
  0% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.925), 0 -20px rgba(200, 36, 45, 0.8), 14.14227px -14.14227px rgba(200, 36, 45, 0.675), 20px 0 rgba(200, 36, 45, 0.55), 14.14227px 14.14227px rgba(200, 36, 45, 0.425), 0 20px rgba(200, 36, 45, 0.3), -14.14227px 14.14227px rgba(200, 36, 45, 0.175), -20px 0 rgba(200, 36, 45, 0.05);
  }
  12.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.05), 0 -20px rgba(200, 36, 45, 0.925), 14.14227px -14.14227px rgba(200, 36, 45, 0.8), 20px 0 rgba(200, 36, 45, 0.675), 14.14227px 14.14227px rgba(200, 36, 45, 0.55), 0 20px rgba(200, 36, 45, 0.425), -14.14227px 14.14227px rgba(200, 36, 45, 0.3), -20px 0 rgba(200, 36, 45, 0.175);
  }
  25% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.175), 0 -20px rgba(200, 36, 45, 0.05), 14.14227px -14.14227px rgba(200, 36, 45, 0.925), 20px 0 rgba(200, 36, 45, 0.8), 14.14227px 14.14227px rgba(200, 36, 45, 0.675), 0 20px rgba(200, 36, 45, 0.55), -14.14227px 14.14227px rgba(200, 36, 45, 0.425), -20px 0 rgba(200, 36, 45, 0.3);
  }
  37.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.3), 0 -20px rgba(200, 36, 45, 0.175), 14.14227px -14.14227px rgba(200, 36, 45, 0.05), 20px 0 rgba(200, 36, 45, 0.925), 14.14227px 14.14227px rgba(200, 36, 45, 0.8), 0 20px rgba(200, 36, 45, 0.675), -14.14227px 14.14227px rgba(200, 36, 45, 0.55), -20px 0 rgba(200, 36, 45, 0.425);
  }
  50% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.425), 0 -20px rgba(200, 36, 45, 0.3), 14.14227px -14.14227px rgba(200, 36, 45, 0.175), 20px 0 rgba(200, 36, 45, 0.05), 14.14227px 14.14227px rgba(200, 36, 45, 0.925), 0 20px rgba(200, 36, 45, 0.8), -14.14227px 14.14227px rgba(200, 36, 45, 0.675), -20px 0 rgba(200, 36, 45, 0.55);
  }
  62.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.55), 0 -20px rgba(200, 36, 45, 0.425), 14.14227px -14.14227px rgba(200, 36, 45, 0.3), 20px 0 rgba(200, 36, 45, 0.175), 14.14227px 14.14227px rgba(200, 36, 45, 0.05), 0 20px rgba(200, 36, 45, 0.925), -14.14227px 14.14227px rgba(200, 36, 45, 0.8), -20px 0 rgba(200, 36, 45, 0.675);
  }
  75% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.675), 0 -20px rgba(200, 36, 45, 0.55), 14.14227px -14.14227px rgba(200, 36, 45, 0.425), 20px 0 rgba(200, 36, 45, 0.3), 14.14227px 14.14227px rgba(200, 36, 45, 0.175), 0 20px rgba(200, 36, 45, 0.05), -14.14227px 14.14227px rgba(200, 36, 45, 0.925), -20px 0 rgba(200, 36, 45, 0.8);
  }
  87.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.8), 0 -20px rgba(200, 36, 45, 0.675), 14.14227px -14.14227px rgba(200, 36, 45, 0.55), 20px 0 rgba(200, 36, 45, 0.425), 14.14227px 14.14227px rgba(200, 36, 45, 0.3), 0 20px rgba(200, 36, 45, 0.175), -14.14227px 14.14227px rgba(200, 36, 45, 0.05), -20px 0 rgba(200, 36, 45, 0.925);
  }
}

@keyframes rotateLoader {
  0% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.925), 0 -20px rgba(200, 36, 45, 0.8), 14.14227px -14.14227px rgba(200, 36, 45, 0.675), 20px 0 rgba(200, 36, 45, 0.55), 14.14227px 14.14227px rgba(200, 36, 45, 0.425), 0 20px rgba(200, 36, 45, 0.3), -14.14227px 14.14227px rgba(200, 36, 45, 0.175), -20px 0 rgba(200, 36, 45, 0.05);
  }
  12.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.05), 0 -20px rgba(200, 36, 45, 0.925), 14.14227px -14.14227px rgba(200, 36, 45, 0.8), 20px 0 rgba(200, 36, 45, 0.675), 14.14227px 14.14227px rgba(200, 36, 45, 0.55), 0 20px rgba(200, 36, 45, 0.425), -14.14227px 14.14227px rgba(200, 36, 45, 0.3), -20px 0 rgba(200, 36, 45, 0.175);
  }
  25% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.175), 0 -20px rgba(200, 36, 45, 0.05), 14.14227px -14.14227px rgba(200, 36, 45, 0.925), 20px 0 rgba(200, 36, 45, 0.8), 14.14227px 14.14227px rgba(200, 36, 45, 0.675), 0 20px rgba(200, 36, 45, 0.55), -14.14227px 14.14227px rgba(200, 36, 45, 0.425), -20px 0 rgba(200, 36, 45, 0.3);
  }
  37.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.3), 0 -20px rgba(200, 36, 45, 0.175), 14.14227px -14.14227px rgba(200, 36, 45, 0.05), 20px 0 rgba(200, 36, 45, 0.925), 14.14227px 14.14227px rgba(200, 36, 45, 0.8), 0 20px rgba(200, 36, 45, 0.675), -14.14227px 14.14227px rgba(200, 36, 45, 0.55), -20px 0 rgba(200, 36, 45, 0.425);
  }
  50% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.425), 0 -20px rgba(200, 36, 45, 0.3), 14.14227px -14.14227px rgba(200, 36, 45, 0.175), 20px 0 rgba(200, 36, 45, 0.05), 14.14227px 14.14227px rgba(200, 36, 45, 0.925), 0 20px rgba(200, 36, 45, 0.8), -14.14227px 14.14227px rgba(200, 36, 45, 0.675), -20px 0 rgba(200, 36, 45, 0.55);
  }
  62.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.55), 0 -20px rgba(200, 36, 45, 0.425), 14.14227px -14.14227px rgba(200, 36, 45, 0.3), 20px 0 rgba(200, 36, 45, 0.175), 14.14227px 14.14227px rgba(200, 36, 45, 0.05), 0 20px rgba(200, 36, 45, 0.925), -14.14227px 14.14227px rgba(200, 36, 45, 0.8), -20px 0 rgba(200, 36, 45, 0.675);
  }
  75% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.675), 0 -20px rgba(200, 36, 45, 0.55), 14.14227px -14.14227px rgba(200, 36, 45, 0.425), 20px 0 rgba(200, 36, 45, 0.3), 14.14227px 14.14227px rgba(200, 36, 45, 0.175), 0 20px rgba(200, 36, 45, 0.05), -14.14227px 14.14227px rgba(200, 36, 45, 0.925), -20px 0 rgba(200, 36, 45, 0.8);
  }
  87.5% {
    box-shadow: -14.14227px -14.14227px rgba(200, 36, 45, 0.8), 0 -20px rgba(200, 36, 45, 0.675), 14.14227px -14.14227px rgba(200, 36, 45, 0.55), 20px 0 rgba(200, 36, 45, 0.425), 14.14227px 14.14227px rgba(200, 36, 45, 0.3), 0 20px rgba(200, 36, 45, 0.175), -14.14227px 14.14227px rgba(200, 36, 45, 0.05), -20px 0 rgba(200, 36, 45, 0.925);
  }
}
.form-wrapper-white {
  color: #ffffff;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-wrapper-white label .vfb-required-asterisk {
  color: #ffffff;
}
.form-wrapper-white .vfbp-form .vfb-form-control {
  font-size: 16px;
  letter-spacing: 0.14rem;
  transition: 0.3s;
  border-color: #ffffff;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.form-wrapper-white .vfbp-form textarea.vfb-form-control {
  background-position: right 20px top 10px;
}
.form-wrapper-white .vfbp-form .vfb-has-error label.vfb-control-label {
  color: #ffffff;
}
.form-wrapper-white .vfbp-form .vfb-has-error .vfb-help-block > div {
  color: #ffffff;
}
.form-wrapper-white .vfbp-form .vfb-has-error > div .vfb-form-control {
  padding-right: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../img/validation/failed.svg);
  background-position: right 10px center;
  border-color: #ffffff;
}
.form-wrapper-white .vfbp-form .vfb-has-error > div textarea.vfb-form-control {
  background-position: right 10px top 10px;
}
.form-wrapper-white .vfbp-form .vfb-has-success label.vfb-control-label {
  color: #ffffff;
}
.form-wrapper-white .vfbp-form .vfb-has-success > div .vfb-form-control {
  padding-right: 25px;
  border-color: #ffffff;
  background-image: url(../img/validation/passed.svg);
  position: right 10px center;
}
.form-wrapper-white .vfbp-form .vfb-has-success > div textarea.vfb-form-control {
  background-position: right 10px top 10px;
}
.form-wrapper-white .vfbp-form .vfb-help-block {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: -10px;
}

@media (min-width: 850px) {
  .nav-trigger-holder {
    display: none !important;
  }
}

.nav-trigger {
  width: 30px;
  height: 22px;
  position: relative;
  display: block;
  z-index: 1500;
  margin-left: 20px;
}
.nav-trigger .bar {
  width: 100%;
  height: 4px;
  background-color: #c8242d;
  position: absolute;
  left: 0;
  transition: 0.3s;
  border-radius: 0px;
}
.nav-trigger .bar.top {
  top: 0;
}
.nav-trigger .bar.bottom {
  bottom: 0;
}
.nav-trigger .bar.patty {
  top: 50%;
  margin-top: -2px;
}
.nav-open .nav-trigger .patty {
  opacity: 0;
}
.nav-open .nav-trigger .top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.nav-open .nav-trigger .bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

.print-header {
  display: none;
}

.header-primary {
  padding: 17px 0;
  background-color: #ffffff;
}
@media (min-width: 1401px) {
  .header-primary {
    padding: 30px 0;
  }
}
.header-primary .container {
  width: 100%;
}
@media (min-width: 1401px) {
  .header-primary .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header-primary .logo {
  width: 141px;
  height: 46px;
  background-image: url(../img/logo.jpg);
  background-size: contain;
}
@media (min-width: 850px) {
  .header-primary .logo {
    width: 200px;
    height: 65px;
  }
}
@media (min-width: 980px) {
  .header-primary .logo {
    width: 266px;
    height: 86px;
  }
}
.header-primary .telephone-mobile {
  color: #c8242d;
  font-size: 30px;
  position: relative;
  top: 2px;
  padding: 0 20px;
}
@media (min-width: 850px) {
  .header-primary .telephone-mobile {
    display: none;
  }
}
.header-primary .telephone {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #313131;
  display: none;
}
@media (min-width: 850px) and (max-width: 1249px) {
  .header-primary .telephone {
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
  }
}
@media (max-width: 980px) {
  .header-primary .telephone {
    right: 20px;
  }
}
@media (min-width: 1250px) {
  .header-primary .telephone {
    padding-right: 30px;
    position: relative;
    top: 8px;
    right: auto;
    display: inline-block;
    float: left;
    border-right: 1px solid #242424;
  }
}
.header-primary .telephone i {
  color: #c8242d;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.header-primary .mobile-menu-controls {
  display: block;
}
@media (min-width: 850px) {
  .header-primary .mobile-menu-controls {
    display: none;
  }
}
.header-primary .nav-wrapper {
  width: 100%;
}
@media (min-width: 850px) {
  .header-primary .nav-wrapper {
    width: 75%;
  }
}
@media (min-width: 980px) {
  .header-primary .nav-wrapper {
    padding-top: 23px;
    width: auto;
    float: right;
  }
}

.header-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 0.866px 10px 0px rgba(0, 0, 0, 0.1);
}
.admin-bar .header-clone {
  top: 0;
}
@media (min-width: 600px) {
  .admin-bar .header-clone {
    top: 46px;
  }
}
@media (min-width: 782px) {
  .admin-bar .header-clone {
    top: 32px;
  }
}
.sticky-active .header-clone {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header-clone .logo {
  width: 141px;
  height: 46px;
}
@media (min-width: 850px) {
  .header-clone .logo {
    width: 200px;
    height: 65px;
  }
}
@media (min-width: 850px) {
  .header-clone .nav-wrapper {
    padding-top: 15px;
  }
}

.banner-internal {
  margin-bottom: 20px;
  background-image: url(../img/bg-internal.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .page-template-template-contact .banner-internal {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .banner-internal {
    margin-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .banner-internal {
    margin-bottom: 70px;
  }
}

.main-navigation {
  display: none;
}
@media (min-width: 850px) {
  .main-navigation {
    display: block !important;
  }
}
@media (max-width: 850px) {
  .main-navigation {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -17px;
    padding-top: 10px;
  }
}
@media (min-width: 850px) {
  .main-navigation {
    margin-top: 15px;
    float: right;
  }
}
@media (min-width: 980px) {
  .main-navigation {
    margin-top: 0;
    float: left;
    display: inline-block !important;
  }
}
.main-navigation a {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-size: 14px;
  display: block;
  white-space: nowrap;
}
.main-navigation .nav > li {
  position: relative;
}
.main-navigation .nav > li > a {
  color: #313131;
  padding: 10px 20px;
}
@media (min-width: 850px) {
  .main-navigation .nav > li > a {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .nav > li > a {
    padding: 10px 15px;
  }
}
.main-navigation .nav > li.link-btn {
  padding-top: 8px;
}
.main-navigation .nav > li.link-btn.current-menu-item a {
  color: #ffffff;
}
@media (min-width: 850px) and (max-width: 980px) {
  .main-navigation .nav > li.link-btn {
    display: none;
  }
}
.main-navigation .nav > li.link-btn a {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  letter-spacing: 0.14rem;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #c8242d;
  border-color: #c8242d;
}
@media (min-width: 850px) {
  .main-navigation .nav > li.link-btn a {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1;
    border-radius: 0px;
  }
}
.main-navigation .nav > li.link-btn a:hover, .main-navigation .nav > li.link-btn a:focus, .main-navigation .nav > li.link-btn a.focus, .main-navigation .nav > li.link-btn a:active, .main-navigation .nav > li.link-btn a.active {
  color: #c8242d;
  background-color: #ffffff;
}
.main-navigation .nav > li.current-menu-item a, .main-navigation .nav > li.current-page-parent a, .main-navigation .nav > li.current-post-parent a, .main-navigation .nav > li.current-menu-parent a {
  color: #c8242d;
}
.main-navigation .nav > li .submenu {
  list-style: none;
  padding-left: 0;
  background-color: #c8242d;
  display: none;
}
@media (min-width: 850px) {
  .main-navigation .nav > li .submenu {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 100%;
    left: -999em;
    opacity: 0;
    padding-left: 0;
    transition: 0.3s opacity ease-in-out 0s, 0s left 0.3s;
    width: 220px;
    z-index: 1000;
  }
}
.main-navigation .nav > li .submenu a {
  color: #ffffff;
  padding: 10px 15px 10px 30px;
}
@media (min-width: 850px) {
  .main-navigation .nav > li .submenu a {
    padding-right: 15px;
  }
}
.main-navigation .nav > li .submenu > li {
  transition: all 0.3s ease-in-out;
}
.main-navigation .nav > li .submenu > li:hover {
  background-color: #ffffff;
}
.main-navigation .nav > li .submenu > li:hover a {
  color: #c8242d;
  text-decoration: none;
}
.main-navigation .nav > li:hover > a, .main-navigation .nav > li:focus > a {
  color: #c8242d;
}
.main-navigation .nav > li:hover .submenu, .main-navigation .nav > li:focus .submenu {
  transition: 0.3s opacity ease-in-out 0s, 0s left 0s;
  left: 20px;
  opacity: 1;
}

.footer-primary {
  background-color: #242424;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-primary {
    padding-top: 50px;
    padding-bottom: 32px;
  }
}
.footer-primary .contact-details {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.footer-primary .contact-details dt {
  color: #c8242d;
}
.footer-primary .contact-details dd {
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}
@media (min-width: 768px) {
  .footer-primary .d-border {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-primary nav a {
  color: #ffffff;
  font-size: 12px;
}
.footer-primary nav a:hover {
  color: #c8242d;
}
.footer-primary nav .submenu {
  display: none;
}
.footer-primary .footer-navigation li {
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  .footer-primary .legal-navigation {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-primary .legal-navigation a {
    padding: 8px 15px 8px 0;
  }
}
.footer-primary .buttons {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-primary .buttons {
    margin-bottom: 30px;
  }
}
.footer-primary .buttons .btn-social {
  margin-left: 9px;
}
.footer-primary .jb,
.footer-primary .copy {
  font-size: 10px;
  color: #ffffff;
}
.footer-primary .jb {
  margin-bottom: 12px;
}
.footer-primary .copy {
  margin-bottom: 0;
}

.newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../img/bg-newsletter.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.newsletter .vfbp-form .vfb-clearfix {
  display: none;
}
@media (max-width: 768px) {
  .newsletter .vfbp-form .vfb-col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .newsletter .vfbp-form > .vfb-form-group,
  .newsletter .vfbp-form .vfb-col-12:not(.vfb-fieldType-heading) {
    width: 25%;
    float: left;
  }
}
.newsletter .vfbp-form .vfb-fieldType-heading {
  display: none;
}
@media (min-width: 768px) {
  .newsletter .vfbp-form .h3 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .newsletter .vfbp-form .vfb-fieldType-submit .btn {
    margin-top: 26px;
    border-width: 1px;
  }
}

.tease a:hover, .tease a:focus {
  text-decoration: none;
}
.tease-post, .tease-property {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .tease-post, .tease-property {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tease-post:after, .tease-property:after {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background: rgba(56, 56, 56, 0.1);
  position: absolute;
  top: 0;
  left: -20px;
}
@media (min-width: 768px) {
  .tease-post:after, .tease-property:after {
    left: 0;
  }
}
.tease-post .image-wrapper, .tease-property .image-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .tease-post .image-wrapper, .tease-property .image-wrapper {
    margin-bottom: 0;
    width: 27%;
    float: left;
  }
}
@media (min-width: 600px) {
  .tease-post .content-wrapper, .tease-property .content-wrapper {
    width: 73%;
    float: left;
    padding-left: 25px;
  }
}
.tease-post.tease-first:after, .tease-property.tease-first:after {
  display: none;
}
.tease-post .date,
.tease-post .more, .tease-property .date,
.tease-property .more {
  font-size: 12px;
  margin: 0;
}
.tease-post .title, .tease-property .title {
  color: #000000;
  margin-bottom: 10px;
}
.tease-post .date, .tease-property .date {
  color: #878787;
}
.tease-post .preview, .tease-property .preview {
  font-size: 12px;
  color: #7d7c7c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tease-post .more, .tease-property .more {
  color: #c8242d;
}
.tease-post {
  transition: all 0.3s ease-in-out;
}
.tease-post:after {
  left: 0;
}
@media (min-width: 600px) {
  .tease-post:after {
    left: 26%;
  }
}
@media (min-width: 600px) {
  .tease-post a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 600px) {
  .tease-post .content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tease-post:hover {
  background-color: rgba(244, 244, 244, 0.8);
}

.sidebar .sidebar-title {
  cursor: pointer;
  margin: 0;
  line-height: 1;
  padding: 12px 20px;
  background-color: #e2e2e2;
  color: #4e4e4e;
}
@media (min-width: 600px) {
  .sidebar .sidebar-title {
    cursor: default;
  }
}
.sidebar .sidebar-title i {
  float: right;
}
@media (min-width: 600px) {
  .sidebar .sidebar-title i {
    display: none;
  }
}
.sidebar .nav-side-wrap {
  margin-bottom: 20px;
}
.sidebar .nav-side {
  display: none;
}
@media (min-width: 600px) {
  .sidebar .nav-side {
    display: block !important;
  }
}
.sidebar .nav-side > li {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s ease-in-out;
}
.sidebar .nav-side > li a {
  color: #000000;
  font-size: 14px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  padding: 10px 20px;
}
.sidebar .nav-side > li.active, .sidebar .nav-side > li:hover {
  background-color: #ebebeb;
}
.sidebar .nav-side > li.active a, .sidebar .nav-side > li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.breadcrumbs {
  color: #ffffff;
  padding-top: 5px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 11px;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a span {
  transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover span, .breadcrumbs a:focus span {
  color: #c8242d;
}
.breadcrumbs .breadcrumb_last {
  color: #8a8a8a;
}

.pagination-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pagination-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.pagination-container i {
  position: relative;
  top: 2px;
}
.pagination-container a {
  color: #000000;
}
.pagination-container a:hover, .pagination-container a:focus {
  color: #c8242d;
}
.pagination-container .pagination-prev {
  float: left;
}
.pagination-container .pagination-next {
  float: right;
}
.pagination-container .pagination {
  list-style: none;
  text-align: center;
}
.pagination-container .pagination > li {
  display: inline-block;
  margin: 0 3px 0;
}
.pagination-container .pagination > li.active a {
  color: #c8242d;
  border-bottom: 2px solid #c8242d;
}
.pagination-container .pagination > li.dots:before {
  content: '...';
}

.content {
  line-height: 1.8;
}
@media (min-width: 600px) {
  .page-template-template-category .content-internal, .page-template-template-contact .content-internal {
    float: right;
  }
}
@media (min-width: 768px) {
  .single-property .content-internal {
    float: right;
  }
}
@media (min-width: 600px) {
  .content p {
    margin-bottom: 25px;
  }
}
.content ul li,
.content ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.content ul li {
  list-style-type: disc;
}
.page:not(.page-template-template-contact) .content .vfbp-form {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .page:not(.page-template-template-contact) .content .vfbp-form {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .category .main {
    background-image: url(../img/bg-blog.png);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}

.term-description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .term-description {
    margin-bottom: 50px;
  }
}

.module-cta-home {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 500;
}
.module-cta-home .link {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module-cta-home .link {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .module-cta-home .container {
    margin-top: -80px;
  }
}

.content-home {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content-home .btn {
  margin-top: 20px;
}

.module-blogs {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module-blogs {
    background-image: url(../img/bg-blog.png);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .module-blogs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .module-blogs .bg-mobile {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url(../img/bg-blog.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.module-blogs .btn-contact {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .module-blogs .btn-contact {
    margin-left: 30px;
  }
}
.module-blogs .tease-post {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .module-blogs .tease-post {
    border-left: 1px solid rgba(56, 56, 56, 0.1);
  }
}
.module-blogs .tease-post .image-wrapper {
  display: none;
}
.module-blogs .tease-post .content-wrapper {
  width: 100%;
}

.module-property-residential {
  border-top: 1px solid #e1e1e1;
}
.module-property .category-overall {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module-property .category-overall {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.home .category {
  width: 100%;
}
@media (min-width: 1200px) {
  .home .category {
    width: 50%;
    float: left;
  }
}
@media (min-width: 600px) {
  .home .category:hover .btn {
    opacity: 1;
    z-index: 5;
  }
}
@media (min-width: 600px) {
  .home .category-properties {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 600px) {
  .home .category-properties .property {
    width: 50%;
    max-width: 50%;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.home .category-properties .property .extras {
  margin-top: 20px;
}
.home .category-properties .property .extras .detail {
  font-size: 14px;
  color: #c8242d;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 15px;
}
.home .category-properties .property .extras .detail i,
.home .category-properties .property .extras .detail .icon {
  color: #231f20;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .home .category-properties .property.mobile-hide {
    display: none;
  }
}
.home .category-header {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.home .category-header .btn {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .home .category-header .btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    font-size: 21px;
    opacity: 0;
    z-index: -1;
  }
  .home .category-header .btn span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home .category-header .btn i {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.home .category-header .h3 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .home .category-header .h3 {
    font-size: 16px;
  }
}
.home .category-header-1 {
  border-right: 1px solid #e1e1e1;
}
.home .link-property {
  border-bottom: 1px solid #e1e1e1;
}
.home .link-property .content-area .title-area {
  display: block;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}
.home .link-property .content-area .title-area .title {
  margin-bottom: 0;
}
.home .link-property .hover-area .small {
  font-size: 14px;
}
.home .link-property .hover-area p {
  color: #707070;
}
.home .link-property .hover-area .view {
  color: #c8242d;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-contact .sidebar-title-contact {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.sidebar-contact .sidebar-details dd {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.sidebar-contact .appraisal-link {
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}
.sidebar-contact .appraisal-link .inner {
  padding: 0;
}
.sidebar-contact .appraisal-link .btn {
  display: inline-block;
  width: auto;
}
.sidebar-contact .appraisal-link:hover {
  box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.form-wrapper-contact {
  background-color: #c8242d;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .form-wrapper-contact {
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
.form-wrapper-contact p {
  font-size: 34px;
}
.form-wrapper-contact .vfb-fieldType-submit {
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  .form-wrapper-contact .vfb-fieldType-submit {
    margin-top: 10px;
  }
}
.form-wrapper-contact .vfb-fieldType-submit:before {
  content: 'Fields marked with an * are required.';
  position: absolute;
  width: 60%;
  top: 0;
  left: 10px;
  text-align: left;
}

.milestone-listing {
  padding-left: 15px;
  margin-left: 55px;
  border-left: 3px solid #c8242d;
}
@media (min-width: 768px) {
  .milestone-listing {
    padding-left: 55px;
    margin-left: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.milestone-item {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .milestone-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .milestone-item.milestone-item-has-img {
    padding-left: 160px;
  }
}
@media (min-width: 768px) {
  .milestone-item .img-container {
    position: absolute;
    left: -20px;
    top: 0px;
    width: 180px;
  }
}
.milestone-item .dot {
  position: absolute;
  top: 12px;
  left: -24px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c8242d;
}
@media (min-width: 768px) {
  .milestone-item .dot {
    top: 26px;
    left: -64px;
  }
}
.milestone-item time {
  position: absolute;
  top: 20px;
  right: 100%;
  margin-right: 30px;
  text-transform: none;
}
@media (min-width: 768px) {
  .milestone-item time {
    top: 15px;
    margin-right: 100px;
  }
}
.milestone-item .milestone-title,
.milestone-item time {
  font-size: 16px;
  color: #222222;
}
@media (min-width: 768px) {
  .milestone-item .milestone-title,
  .milestone-item time {
    font-size: 24px;
  }
}
.milestone-item .milestone-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.milestone-item .milestone-body {
  background: #eeeeee;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .milestone-item .milestone-body {
    padding: 30px;
    position: static;
  }
}
.milestone-item .milestone-body p:last-child {
  margin-bottom: 0;
}
.milestone-item .milestone-content {
  font-size: 13px;
}
.milestone-item.jb-fade-init time,
.milestone-item.jb-fade-init .milestone-title,
.milestone-item.jb-fade-init .milestone-content {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.milestone-item.jb-fade-init .milestone-body {
  background-color: transparent;
  transition: 0.6s ease-in-out;
}
.milestone-item.jb-fade-init time {
  transition-delay: 0s;
}
.milestone-item.jb-fade-init .milestone-title,
.milestone-item.jb-fade-init .milestone-content {
  transition-delay: 0.2s;
}
.milestone-item.jb-fade-init .milestone-body {
  transition-delay: 0.4s;
}
.milestone-item.jb-fade-init.jb-fade-animate time,
.milestone-item.jb-fade-init.jb-fade-animate .milestone-title,
.milestone-item.jb-fade-init.jb-fade-animate .milestone-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.milestone-item.jb-fade-init.jb-fade-animate .milestone-body {
  background-color: #eeeeee;
}

.post-meta {
  border: 1px solid rgba(56, 56, 56, 0.1);
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #676767;
}
@media (max-width: 600px) {
  .post-meta {
    margin-top: 30px;
  }
}
.post-meta .share-text {
  margin-right: 5px;
}
.post-meta .share-link {
  padding-left: 5px;
  padding-right: 5px;
}

.post-image {
  margin-bottom: 25px;
}

.other-posts .tease-post {
  border-left: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.other-posts .tease-post.tease-last {
  border-width: 0px;
}
.other-posts .tease-post .image-wrapper,
.other-posts .tease-post .content-wrapper {
  width: 100%;
}
.other-posts .tease-post .image-wrapper {
  margin-bottom: 20px;
}
.other-posts .tease-post .content-wrapper {
  padding-left: 0;
}
.other-posts .tease-post:after {
  display: none;
}
.other-posts .tease-post a {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar .other-posts .tease-post a {
  padding: 0;
  display: block;
}

.comments {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .comments {
    margin-bottom: 70px;
  }
}

.tease-our-people {
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all 0.3s ease-in-out;
}
.tease-our-people:nth-child(1) {
  transition-delay: 0.1s;
}
.tease-our-people:nth-child(2) {
  transition-delay: 0.2s;
}
.tease-our-people:nth-child(3) {
  transition-delay: 0.3s;
}
.tease-our-people:nth-child(4) {
  transition-delay: 0.4s;
}
.tease-our-people:nth-child(5) {
  transition-delay: 0.5s;
}
.tease-our-people:nth-child(6) {
  transition-delay: 0.6s;
}
.tease-our-people:nth-child(7) {
  transition-delay: 0.7s;
}
.tease-our-people:nth-child(8) {
  transition-delay: 0.8s;
}
.tease-our-people:nth-child(9) {
  transition-delay: 0.9s;
}
.tease-our-people:nth-child(10) {
  transition-delay: 1s;
}
.tease-our-people:nth-child(11) {
  transition-delay: 1.1s;
}
.tease-our-people:nth-child(12) {
  transition-delay: 1.2s;
}
.tease-our-people:nth-child(13) {
  transition-delay: 1.3s;
}
.tease-our-people:nth-child(14) {
  transition-delay: 1.4s;
}
.tease-our-people:nth-child(15) {
  transition-delay: 1.5s;
}
.tease-our-people:nth-child(16) {
  transition-delay: 1.6s;
}
.tease-our-people:nth-child(17) {
  transition-delay: 1.7s;
}
.tease-our-people:nth-child(18) {
  transition-delay: 1.8s;
}
.tease-our-people:nth-child(19) {
  transition-delay: 1.9s;
}
.tease-our-people:nth-child(20) {
  transition-delay: 2s;
}
.tease-our-people.set {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.tease-our-people .image-wrap {
  padding: 0;
}
.tease-our-people .content-wrap {
  background-color: #f4f4f4;
}
.tease-our-people .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .tease-our-people .content {
    padding: 25px;
  }
}
.tease-our-people .h5 {
  margin-bottom: 10px;
}
.tease-our-people h3 {
  font-size: 12px;
  margin-bottom: 20px;
}
.tease-our-people p {
  font-size: 14px;
  color: #4e4e4e;
}
.tease-our-people .more {
  font-size: 12px;
  color: #c8242d;
  margin-top: 10px;
}
.tease-our-people .overflow-area {
  overflow: hidden;
  position: relative;
}
.tease-our-people .overflow-area:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  transition: opacity 0.3s ease-in-out, z-index 0s 0.3s;
}
.tease-our-people.full-height .overflow-area:after {
  opacity: 0;
  z-index: -1;
}

.single-property .page-title {
  padding-bottom: 0;
}

.property-details {
  padding-top: 30px;
  padding-bottom: 50px;
}
.property-details .detail {
  color: #ffffff;
  margin-right: 30px;
  font-size: 21px;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.property-details .detail i {
  font-size: 25px;
  margin-right: 13px;
  display: inline-block;
}

.single-property .map-wrapper {
  width: 100%;
  padding-bottom: 100%;
}
.single-property .map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.map-btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map-btn-group > .btn {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.map-btn-group > .btn:hover, .map-btn-group > .btn:focus, .map-btn-group > .btn.focus, .map-btn-group > .btn:active, .map-btn-group > .btn.active {
  color: #c8242d;
}
@media (min-width: 768px) {
  .map-btn-group > .btn {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.panel-property {
  margin-top: 20px;
}
.panel-property i {
  display: inline-block;
  margin-right: 10px;
}
.panel-property .panel-body {
  font-size: 14px;
}
.panel-property span {
  display: block;
}
.panel-property .title {
  width: 35%;
  float: left;
  font-weight: bold;
}
.panel-property .content {
  margin-left: 35%;
}

.module-agents {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module-agents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 600px) {
  .module-agents .h2 {
    margin-bottom: 45px;
  }
}

.agent {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .agent {
    margin-bottom: 0;
  }
}
.agent > div {
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent .image-wrapper {
  width: 30%;
}
.agent .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .agent .content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.agent a {
  display: block;
}
.agent .h3 {
  margin-bottom: 10px;
}
.agent .tel {
  color: #313131;
}
@media (min-width: 600px) {
  .agent .tel {
    cursor: default;
  }
}

.row-item-view {
  position: relative;
  z-index: 1999;
}
@media (max-width: 600px) {
  .row-item-view .item-views {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.view-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 600px) {
  .view-btns {
    top: -120px;
  }
}
@media (min-width: 600px) {
  .view-btns {
    display: block;
    float: right;
  }
}
.view-btns > .btn {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media (min-width: 600px) {
  .view-btns > .btn:last-child {
    margin-left: -3px;
  }
}

.tease-property {
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.tease-property.out {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.tease-property:after {
  display: none;
}
.tease-property .image-wrapper,
.tease-property .content-wrapper {
  width: 100%;
}
@media (max-width: 600px) {
  .tease-property .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tease-property a > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tease-property .image-wrapper {
    width: 35%;
  }
  .tease-property .content-wrapper {
    width: 65%;
  }
}
.tease-property .content-wrapper {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .tease-property .content-wrapper {
    padding-left: 20px;
  }
}
.tease-property .content-wrapper .date {
  font-size: 14px;
}
.tease-property .content-wrapper .date .detail {
  color: #000000;
  display: inline-block;
  margin-right: 8px;
}
.tease-property .content-wrapper .date .detail i {
  color: #c8242d;
  display: inline-block;
  margin-left: 3px;
}
.tease-property .preview {
  color: #636363;
}
.tease-property img {
  width: 100%;
}

#property-app {
  position: relative;
  min-height: 80vh;
  background-color: #ffffff;
}

#propertyView {
  position: static;
}

#map {
  min-height: 80vh;
}

.map-view {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.property-search {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.property-search.out {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.property-search:nth-child(1) {
  transition-delay: 120ms;
}
.property-search:nth-child(2) {
  transition-delay: 240ms;
}
.property-search:nth-child(3) {
  transition-delay: 360ms;
}
.property-search:nth-child(4) {
  transition-delay: 480ms;
}
.property-search:nth-child(5) {
  transition-delay: 600ms;
}
.property-search:nth-child(6) {
  transition-delay: 720ms;
}

.property-function-box {
  margin-top: 20px;
  padding: 15px;
  background-color: #f4f4f4;
  color: #313131;
}
.property-function-box .title {
  font-family: "Knockout 30 A", "Knockout 30 B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 6px;
}
.property-function-box .btn {
  padding: 10px;
  float: right;
}
.property-function-box .btn.facebook {
  margin-left: 4px;
}
.property-function-box .btn.mail {
  margin-left: 4px;
}
.property-function-box .icon-wrapper {
  float: right;
  padding-top: 10px;
  padding-right: 5px;
}
.property-function-box .icon-wrapper i {
  font-size: 20px;
  color: #676767;
}

@media (min-width: 600px) {
  #filterView {
    position: relative;
    z-index: 1000;
  }
}

@media (min-width: 600px) {
  .filter-wrap {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 40px;
  }
  .filter-wrap.out {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media (max-width: 600px) {
  .filter-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    transition: 0.6s ease-in-out;
    z-index: 4999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .filter-wrap .form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .sticky-active .filter-wrap .form {
    padding-top: 67px;
  }
  .filter-show .filter-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filter-wrap .btn-trigger {
    position: absolute;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateY(0);
            transform: rotate(-90deg) translateY(0);
    top: 40%;
    left: 100%;
    z-index: 4999;
  }
}
@media (min-width: 600px) {
  .filter-wrap .btn-trigger {
    display: none !important;
  }
}
.filter-wrap .form {
  background-color: #f4f4f4;
  padding: 20px;
}
.filter-wrap .input-wrap {
  padding: 10px 0;
}
.filter-wrap label {
  margin-bottom: 5px;
  display: block;
}
.filter-wrap select {
  width: 100%;
}
.filter-wrap .customSelect {
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #ffffff;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px center;
}
.filter-wrap .slider-values {
  color: #636363;
}
.filter-wrap .slider-value {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.filter-wrap .noUi-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.filter-wrap .noUi-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.tax-property_type .banner-internal {
  margin-bottom: 0;
}

.gm-style-iw {
  top: 15px !important;
  left: 26px !important;
  overflow: visible !important;
}
.gm-style-iw > div {
  overflow: visible !important;
}

.property-popup {
  width: 220px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0.5px 0.866px 1px 0px rgba(1, 1, 1, 0.14);
}
.property-popup:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid white;
}
.property-popup a {
  color: #000000;
}
.property-popup .image-wrapper img {
  width: 100%;
  max-width: 100%;
}
.property-popup .content-wrapper {
  padding: 10px;
}
.property-popup .h6, .property-popup .filter-wrap label, .filter-wrap .property-popup label {
  line-height: 1.4;
  margin-bottom: 10px;
}
.property-popup .price {
  margin-bottom: 10px;
}
.property-popup .details-wrapper {
  margin-bottom: 10px;
}
.property-popup .details-wrapper .detail {
  padding: 0 5px;
}
.property-popup .details-wrapper i {
  display: inline-block;
  margin-left: 3px;
  color: #c8242d;
}

#results {
  transition: all 0.9s ease-in-out;
}
#results .row {
  transition: all 0.9s ease-in-out;
}

@-webkit-keyframes ellipsis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ellipsis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ellipsis {
  display: inline-block;
}
.ellipsis > span:before {
  content: '.';
  opacity: 0;
  -webkit-animation: ellipsis 1.3s infinite ease-in-out;
          animation: ellipsis 1.3s infinite ease-in-out;
}
.ellipsis > span:nth-child(1):before {
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}
.ellipsis > span:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ellipsis > span:nth-child(3):before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fetching-view {
  padding-top: 40px;
}

.content-internal .price-view {
  margin-top: 20px;
}

.inspection-btns {
  margin-top: 40px;
  border-top: 1px solid #242424;
  padding-top: 40px;
  padding-bottom: 40px;
}

#carousel-gallery {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5001;
}
.lightbox .lightbox-outer {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .lightbox .lightbox-outer {
    width: calc(100% - 100px);
  }
}
@media (min-width: 900px) {
  .lightbox .lightbox-outer {
    width: 800px;
    height: 600px;
  }
}
.lightbox .lightbox-close {
  display: block;
  text-align: center;
  position: absolute;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  top: -50px;
  right: -10px;
}
@media (min-width: 600px) {
  .lightbox .lightbox-close {
    width: 50px;
    height: 50px;
    right: -50px;
  }
}

.print-thumb {
  display: none !important;
}

.page .main .content .vfbp-form-login {
  background-color: #f4f4f4;
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .page .main .content .vfbp-form-login {
    padding: 15px;
  }
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.slider {
  height: 3px;
}

/* Styling;
 */
.noUi-background {
  background: #c3c3c3;
}

.noUi-connect {
  background: #000000;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -5px;
  border-radius: 100%;
  background: #000000;
  cursor: default;
}
.noUi-handle .value {
  width: 40px;
  display: block;
  position: absolute;
  top: -20px;
  left: -14px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */