/* -----------------------------------------------------------------------------

  CSS RESET

----------------------------------------------------------------------------- */
html, body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

/* -----------------------------------------------------------------------------

  TYPOGRAPHY

----------------------------------------------------------------------------- */
html {
  font: 100%/1.5 "Roboto", sans-serif;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

h4 {
  font-size: 1.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 0.875em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h6 {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #9a002d;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
a:hover, a:visited:hover, a:hover:hover {
  color: #828282;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -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;
}

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

* {
  box-sizing: border-box;
}

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

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

body {
  font-size: 14px;
  line-height: 1.42857143;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

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

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

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 820px) {
  .container {
    width: 810px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

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

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

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

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

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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: 767px) {
  .visible-xs {
    display: block !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

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

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.gridWrap {
  overflow: hidden;
}
.gridWrap .header-wrapper {
  position: relative;
  padding: 20px 0;
  z-index: 501;
  background-color: #fff;
}
.gridWrap .header-wrapper .container {
  position: relative;
}
.gridWrap .header-wrapper .container .logo-wrapper {
  text-align: center;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .container .logo-wrapper {
    text-align: left;
  }
}
.gridWrap .header-wrapper .container .logo-wrapper a {
  display: inline-block;
}
.gridWrap .header-wrapper .container .logo-wrapper a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .container .logo-wrapper a img {
    max-width: 80%;
    margin: 0;
  }
}
.gridWrap .header-wrapper .container .contact-wrapper {
  max-width: 200px;
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .container .contact-wrapper {
    top: 10px;
  }
}
.gridWrap .header-wrapper .container .contact-wrapper h1 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .container .contact-wrapper h1 {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .gridWrap .header-wrapper .container .contact-wrapper h1 {
    font-size: 18px;
  }
}
.gridWrap .header-wrapper .container .contact-wrapper h1 a {
  color: #fff;
  background-color: #9a002d;
  display: block;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .header-wrapper .container .contact-wrapper h1 a:hover {
  background-color: #414042;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .header-wrapper .container .contact-wrapper h2 {
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 400px) {
  .gridWrap .header-wrapper .container .contact-wrapper h2 {
    font-size: 16px;
  }
}
.gridWrap .header-wrapper .container .contact-wrapper h2 a {
  color: #9a002d;
  font-weight: 300;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .header-wrapper .container .contact-wrapper h2 a:hover {
  color: #414042;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .header-wrapper .mainnav-wrapper {
  text-align: center;
}
@media (min-width: 769px) {
  .gridWrap .header-wrapper .mainnav-wrapper {
    position: absolute;
    opacity: 0;
    bottom: -45px;
    z-index: -1;
    width: 100%;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
  }
  .gridWrap .header-wrapper .mainnav-wrapper.animate-in {
    opacity: 1;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mobilenav-btn-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: -35px;
}
.gridWrap .header-wrapper .mainnav-wrapper .mobilenav-btn-wrapper a {
  padding: 7px 0;
  display: block;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mobilenav-btn-wrapper {
    display: block;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 769px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mainnav {
    display: block;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin-right: 4px;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li + li:before {
  content: ' | ';
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > a:hover {
  background-color: rgba(154, 0, 45, 0.8);
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > ul {
  position: absolute;
  right: -20px;
  opacity: 0;
  min-width: 200px;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-align: left;
  border-bottom: 2px solid #fff;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > ul > li {
  display: block;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > ul > li a {
  display: block;
  color: #fff;
  padding: 10px;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  background-color: rgba(154, 0, 45, 0.8);
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li:hover > ul {
  opacity: 1;
  right: 0;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .hero-wrapper {
  position: relative;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gridWrap .hero-wrapper img {
    pointer-events: none;
}
.gridWrap .hero-wrapper .hero-slider .slide {
  list-style: none;
  min-height: 1px;
  min-width: 1px;
}
.gridWrap .hero-wrapper .hero-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper {
    position: absolute;
    width: 100%;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
    z-index: 500;
  }
  .gridWrap .hero-wrapper .filter-bar-wrapper.animate-in {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: .5s ease-in all;
    transition: .5s ease-in all;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar {
  max-width: 630px;
  padding: 10px 20px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar {
    max-width: 100%;
    background-color: #252525;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar h1 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar h1 {
    font-size: 20px;
    text-align: center;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row {
  margin-left: 0;
  margin-right: 0;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row .col-xs-12, .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row .col-md-3, .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input {
  width: 100%;
  margin: 0 0 10px 0;
  color: #a7a9ac;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  border: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input::-webkit-input-placeholder {
  color: #a7a9ac;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input::-moz-placeholder {
  color: #a7a9ac;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input:-ms-input-placeholder {
  color: #a7a9ac;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #a7a9ac;
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input {
    font-size: 85%;
  }
}
@media (max-width: 375px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input {
    font-size: 75%;
  }
}
@media (max-width: 350px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters input {
    font-size: 70%;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 {
  margin-bottom: 15px;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper {
  position: relative;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="search"] {
  margin: 0;
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="search"] {
    padding-left: 5px;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  margin: 0;
  background-color: #6d6d6f;
  background-image: url("../img/search-icon.png");
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  border: 5px solid #fff;
  height: 100%;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="submit"]:hover {
  background-color: #9a002d;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="submit"] {
    background-size: contain;
  }
}
@media (max-width: 350px) {
  .gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-1 .search-wrapper input[type="submit"] {
    width: 5%;
  }
}
.gridWrap .hero-wrapper .filter-bar-wrapper .filter-bar .filters .row-2 input {
  text-align: center;
}
.gridWrap .section-one-wrapper {
  padding: 30px 0;
}
.gridWrap .section-one-wrapper .section-header {
  text-align: center;
}
.gridWrap .section-one-wrapper .section-header h1 {
  color: #414042;
  font-size: 38px;
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 768px) {
  .gridWrap .section-one-wrapper .section-header h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .gridWrap .section-one-wrapper .section-header h1 {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .gridWrap .section-one-wrapper .section-header h1 {
    font-size: 24px;
  }
}
.gridWrap .section-one-wrapper .property-list-wrapper {
  text-align: center;
  position: relative;
}
.gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper {
  margin-bottom: 30px;
}
.gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper ul li {
  display: inline-block;
}
.gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper ul li a {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #414042;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
}
.gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper ul li a:hover, .gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper ul li a:active {
  border: 1px solid #9a002d;
}
.gridWrap .section-one-wrapper .property-list-wrapper .type-select-wrapper ul li a.active {
  border: 1px solid #9a002d;
  box-shadow: -2px 2px 0px #9a002d;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list .bx-wrapper {
  margin: 10px auto;
}
@media (max-width: 991px) {
  .gridWrap .section-one-wrapper .property-list-wrapper .property-list .bx-wrapper .bx-pager {
    display: none;
  }
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #98002f;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list .bx-wrapper .bx-pager.bx-default-pager a:hover, .gridWrap .section-one-wrapper .property-list-wrapper .property-list .bx-wrapper .bx-pager.bx-default-pager a:active {
  background: #98002f;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider {
  text-align: center;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider li {
  list-style: none;
  min-height: 1px;
  min-width: 1px;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property {
  list-style: none;
  max-width: 275px;
  margin: auto;
  text-align: center;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header {
  position: relative;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header:hover .prop-link {
  opacity: 1;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-link {
  position: absolute;
  width: 95%;
  right: 0;
  left: 0;
  margin: auto;
  top: 7px;
  opacity: 0;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-link a {
  display: block;
  padding: 78px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-link a:hover {
  background-color: rgba(152, 2, 47, 0.8);
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header img {
  width: 100%;
  display: block;
  height: auto;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: table;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-title .price-wrapper, .gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-title .address-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-title .price-wrapper h3 {
  font-size: 20px;
  line-height: 34px;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-header .prop-title .address-wrapper p {
  margin: 0;
  line-height: 1.2;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-details ul {
  display: table;
  width: 100%;
  border: 1px solid #a7a9ac;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-details ul li {
  text-align: center;
  display: block;
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 5px 0;
}
.gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-details ul li:nth-child(1), .gridWrap .section-one-wrapper .property-list-wrapper .property-list ul.property-slider .property .prop-details ul li:nth-child(2) {
  border-right: 1px solid #a7a9ac;
}
.gridWrap .section-one-wrapper .properties-link {
  margin-top: 45px;
  text-align: center;
}
.gridWrap .section-one-wrapper .properties-link .btn-link p a {
  color: #fff;
  background-color: #9a002d;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.gridWrap .section-one-wrapper .properties-link .btn-link p a:hover {
  background-color: #414042;
}
.gridWrap .section-two-wrapper {
  padding: 25px 0 60px;
  background-color: #efeff0;
  background-image: url("../img/section-2-bkg.png");
  background-position: 20% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1245px) {
  .gridWrap .section-two-wrapper {
    background-position: 0% 50%;
  }
}
@media (max-width: 1025px) {
  .gridWrap .section-two-wrapper {
    background-position: -20% 50%;
  }
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper {
    background-position: -40% 50%;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper {
    background-image: none;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper {
    padding: 25px 0;
  }
}
.gridWrap .section-two-wrapper .container {
  padding: 0;
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content-wrapper {
    text-align: center;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper h1 {
  font-family: "Kalam", cursive;
  color: #9a002d;
  line-height: 1;
  font-size: 41px;
  margin-top: 0;
  font-weight: 400;
}
.gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper {
    margin-top: 15px;
    margin-bottom: 85px;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper {
    margin-bottom: 35px;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 {
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 {
    display: block;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2:before {
  position: absolute;
  content: '';
  right: 0;
  background-image: url("../img/house-icon.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: 133px;
  top: -35px;
  right: -70px;
  z-index: 15;
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2:before {
    background-size: 90%;
    top: -40px;
  }
}
@media (max-width: 845px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2:before {
    background-size: 85%;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2:before {
    background-size: 80%;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 {
    font-size: 1.2em;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 a {
  background-color: #363636;
  color: #fff;
  padding: 15px 105px 15px 15px;
  border: 2px solid #a7a9ac;
  display: inline-block;
  text-align: center;
  outline: 8px solid #363636;
  position: relative;
  text-decoration: none;
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 a {
    font-size: .95em;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 a {
    padding: 15px;
    display: block;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 a:hover, .gridWrap .section-two-wrapper .section-content-wrapper .house-wrapper h2 a:active {
  background-color: #9a002d;
  outline-color: #9a002d;
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper {
  position: relative;
  left: -20px;
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper {
    left: 30px;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper {
    left: 0;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 {
    font-size: 1.2em;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 {
    display: block;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -12px;
  border-bottom: 85px solid #efeff0;
  border-right: 75px solid transparent;
  z-index: 15;
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:before {
    display: none;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:after {
  content: '';
  position: absolute;
  left: -95px;
  top: -85px;
  background-image: url("../img/key-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 195px;
  width: 165px;
  z-index: 35;
}
@media (max-width: 991px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:after {
    background-size: 85%;
    left: -85px;
  }
}
@media (max-width: 560px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:after {
    background-size: 75%;
    left: -80px;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2:after {
    display: none;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a {
  border: 2px solid #fff;
  background-color: #898989;
  color: #fff;
  padding: 15px 20px 15px 60px;
  display: inline-block;
  text-align: center;
  outline: 8px solid #898989;
  position: relative;
  text-decoration: none;
}
@media (max-width: 560px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a {
    outline: 5px solid #898989;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a {
    outline: 8px solid #898989;
  }
}
@media (max-width: 360px) {
  .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a {
    padding: 15px;
    display: block;
  }
}
.gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a:hover, .gridWrap .section-two-wrapper .section-content-wrapper .key-wrapper h2 a:active {
  background-color: #9a002d;
  outline-color: #9a002d;
}
.gridWrap .section-three-wrapper {
  padding: 30px 0;
  background-image: url("../img/section-3-bkg.jpg");
  background-position: center;
  background-size: cover;
}
.gridWrap .section-three-wrapper .section-header {
  text-align: center;
}
.gridWrap .section-three-wrapper .section-header h1 {
  color: #363636;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 35px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .gridWrap .section-three-wrapper .section-header h1 {
    font-size: 30px;
  }
}
.gridWrap .section-three-wrapper .section-header h1 hr {
  border: 0;
  height: 3px;
  margin: 5px auto;
  width: 50%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(152, 2, 47, 0.7)), color-stop(24%, rgba(152, 2, 47, 0.7)), color-stop(50%, #ff6), color-stop(85%, rgba(152, 2, 47, 0.7)), color-stop(100%, rgba(152, 2, 47, 0.7)));
  background: -webkit-linear-gradient(left, rgba(152, 2, 47, 0) 0%, rgba(152, 2, 47, 0.7) 15%, rgba(152, 2, 47, 0.65) 50%, rgba(152, 2, 47, 0.7) 85%, rgba(152, 2, 47, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(152, 2, 47, 0) 0%, rgba(152, 2, 47, 0) 15%, rgba(152, 2, 47, 0.65) 50%, rgba(152, 2, 47, 0) 85%, rgba(152, 2, 47, 0) 100%);
  background: linear-gradient(left, rgba(152, 2, 47, 0) 0%, rgba(152, 2, 47, 0) 15%, rgba(152, 2, 47, 0.65) 50%, rgba(152, 2, 47, 0) 85%, rgba(152, 2, 47, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 );
}
@media (max-width: 982px) {
  .gridWrap .section-three-wrapper .section-header h1 hr {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .gridWrap .section-three-wrapper .section-header h1 hr {
    width: 100%;
  }
}
.gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket {
  text-align: center;
}
@media (max-width: 768px) {
  .gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket {
    margin: 15px 0;
  }
}
.gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}
@media (max-width: 580px) {
  .gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket img {
    max-width: 125px;
    max-height: 90px;
    width: auto;
    height: auto;
  }
}
.gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket h3 a {
  padding: 5px 10px;
  display: block;
  background-color: rgba(54, 54, 54, 0.8);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
  font-size: 22px;
}
@media (max-width: 991px) and (min-width: 769px) {
  .gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket h3 a {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket h3 a {
    font-size: 18px;
  }
}
.gridWrap .section-three-wrapper .bucket-nav-wrapper .bucket h3 a:hover {
  background-color: rgba(154, 0, 45, 0.8);
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.gridWrap .footer-wrapper {
  background-color: #e6e7e8;
}
.gridWrap .footer-wrapper .row-1 {
  padding: 20px 0 10px;
}
@media (max-width: 768px) {
  .gridWrap .footer-wrapper .row-1 .copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
.gridWrap .footer-wrapper .row-1 .copyright ul li {
  display: inline-block;
}
.gridWrap .footer-wrapper .row-1 .copyright ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gridWrap .footer-wrapper .row-1 .copyright p {
  color: #414042;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 360px) {
  .gridWrap .footer-wrapper .row-1 .copyright p {
    font-size: 12px;
  }
}
.gridWrap .footer-wrapper .row-1 .copyright p a {
  color: #414042;
  text-decoration: none;
}
.gridWrap .footer-wrapper .row-1 .copyright p a:hover {
  color: #9a002d;
}
.gridWrap .footer-wrapper .row-1 .contact-info {
  text-align: right;
}
@media (max-width: 768px) {
  .gridWrap .footer-wrapper .row-1 .contact-info {
    text-align: center;
  }
}
.gridWrap .footer-wrapper .row-1 .contact-info h3 {
  font-size: 26px;
}
.gridWrap .footer-wrapper .row-1 .contact-info h3 a {
  color: #414042;
  text-decoration: none;
}
.gridWrap .footer-wrapper .row-1 .contact-info h3 a:hover {
  color: #9a002d;
}
.gridWrap .footer-wrapper .row-1 .contact-info p {
  color: #414042;
}
@media (max-width: 360px) {
  .gridWrap .footer-wrapper .row-1 .contact-info p {
    font-size: 12px;
  }
}
.gridWrap .footer-wrapper .row-2 img {
    width: 100%;
    height: auto;
    display: block;
}

/* -----------------------------------------------------------------------------
/*
/*  INTERIOR PAGE
/*
/*----------------------------------------------------------------------------- */
.grey-box {
    padding: 20px 0;
    background-color: #eee;
}
.gridWrap .BankrateFCC_calc-container-small {
    width: 100%;
}
.gridWrap .BankrateFCC_boxhead-container-small {
    width: 100% !important;
}
.gridWrap .inner-hero-wrapper {
  position: relative;
}
.gridWrap .inner-hero-wrapper img {
  width: 100%;
  height: auto;
}
.gridWrap .inner-hero-wrapper .title-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.gridWrap .inner-hero-wrapper .title-overlay h1 {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  max-width: 1100px;
  margin: auto;
  text-align: left;
  right: 0;
  left: 0;
  padding: 0 20px;
  font-size: 3em;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media(max-width: 768px) {
  .gridWrap .inner-hero-wrapper .title-overlay h1 {
    font-size: 1.75em;
  }
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1.5em;
  }
}
@media(max-width: 580px) {
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1.25em;
  }
}
@media(max-width: 375px) {
  .gridWrap .inner-hero-wrapper .title-overlay h1 {
    font-size: 1.25em;
  }
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1em;
  }
}
.gridWrap .inner-page {
    padding: 35px 0;
    position: relative;
    z-index: 1;
}
.gridWrap .inner-page ul,
.gridWrap .inner-page ol {
  margin-left: 25px;
  margin-bottom: 10px;
}
.gridWrap .inner-page ul li,
.gridWrap .inner-page ol li {
  margin: 0 0 10px 0;
  color: #828282;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.gridWrap .inner-page h3 {
  font-weight: 400;
}
.gridWrap .inner-page h1,
.gridWrap .inner-page h2 {
  color: #9a002d;
  margin-top: 0;
  margin-bottom: 10px;
}
.gridWrap .inner-page h3,
.gridWrap .inner-page h4,
.gridWrap .inner-page h5,
.gridWrap .inner-page h6 {
  margin: 5px 0;
}
.gridWrap .inner-page p {
  color: #828282;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.gridWrap .inner-page img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.gridWrap .inner-page p strong,
.gridWrap .inner-page li strong {
  color: #4d4d4d;
}
.center, .center img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.round {
  border-radius: 50%;
}
.grey-box-wrapper {
  padding: 20px 0;
  background-color: #eee;
}
.box-wrapper {
  padding: 20px 0;
}
.btn-link a,
.btn-link-full a,
a.btn-link,
a.btn-link-full,
a.btn-link:visited,
a.btn-link-full:visited {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  background-color: #9a002d;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s linear all;
}
.btn-link a:hover,
.btn-link-full a:hover,
.btn-link a:active,
.btn-link-full a:active,
a.btn-link:hover,
a.btn-link-full:hover,
a.btn-link:active,
a.btn-link-full:active {
  background-color: #757575;
  transition: .3s linear all;
  color: #fff;
}
.btn-link-full a,
a.btn-link-full {
  display: block;
  text-align: center;
}
.btn-link.notActive a {
  background-color: #757575;
}
.gridWrap .inner-page .pagination>li>a,
.gridWrap .inner-page .pagination>li>span {
    color: #9a002d;
}
.gridWrap .inner-page .pagination>.active>a,
.gridWrap .inner-page .pagination>.active>span,
.gridWrap .inner-page .pagination>.active>a:hover,
.gridWrap .inner-page .pagination>.active>span:hover,
.gridWrap .inner-page .pagination>.active>a:focus,
.gridWrap .inner-page .pagination>.active>span:focus {
    background-color: #9a002d;
    border-color: #9a002d;
    color: #fff;
}
/* .gridWrap fieldset {
    padding: 0;
    border: none;
}
.gridWrap .ccm-form form {
    padding: 15px;
    background-color: #eee;
}
.gridWrap .ccm-dashboard-express-form label {
    margin: 5px 0;
}
.gridWrap .ccm-dashboard-express-form input,
.gridWrap .ccm-dashboard-express-form select {
    margin:  5px 0;
}
.gridWrap .ccm-dashboard-express-form input[type="text"],
.gridWrap .ccm-dashboard-express-form input[type="email"],
.gridWrap .ccm-dashboard-express-form select {
    width: 100%;
    display: block;
}
.gridWrap .form-actions {
    margin-top: 10px;
}
.gridWrap .form-actions button {
    border: none;
    background-color: red;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
} */
/* -----------------------------------------------------------------------------
/*
/*  FORM
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .ccm-form {
  padding: 30px 40px 20px;
  background: #eaeaea;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .ccm-form {
    padding: 20px;
  }
}
.gridWrap .inner-page .ccm-form fieldset {
  border: none;
  padding: 0;
}
.gridWrap .inner-page .ccm-form fieldset fieldset {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.gridWrap .inner-page .ccm-form legend {
  width: 100%;
  margin: 10px 0;
  font-size: 2em;
  border-bottom: 1px solid #aeaeae;
  padding: 5px 0;
}
.gridWrap .inner-page .ccm-form h3 {
    color: #656565;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}
.gridWrap .inner-page .ccm-form fieldset .form-group {
  margin-bottom: 10px;
}
.gridWrap .inner-page .ccm-form fieldset .form-group label {
  color: #656565;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.gridWrap .inner-page .ccm-form fieldset .form-group label span {
  font-size: 14px;
  color: #969696;
}
.gridWrap .inner-page .ccm-form fieldset .form-group input,
.gridWrap .inner-page .ccm-form fieldset .form-group textarea,
.gridWrap .inner-page .ccm-form fieldset .form-group select {
  display: block;
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 5px;
}
.gridWrap .inner-page .ccm-form fieldset .form-group select {
  border: none;
  font-size: 16px;
  height: 38px;
}
.gridWrap .inner-page .ccm-form .form-actions {
  text-align: center;
}
.gridWrap .inner-page .ccm-form .form-actions button {
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 25px;
  background-color: #9a002d;
  color: #fff;
  transition: .3s linear all;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 20px;
  width: 40%;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .ccm-form .form-actions button {
    display: block;
    width: 100%;
  }
}
.gridWrap .inner-page .ccm-form .form-actions button:hover {
  background-color: #757575;
  transition: .3s linear all;
}
.gridWrap .inner-page .ccm-form img.ccm-captcha-image {
  display: block;
  margin: 10px 0;
}
.gridWrap .inner-page .ccm-form input#ccm-captcha-code {
  margin: 5px 0;
  width: 100%;
  border-radius: 5px;
  border: none;
}
.gridWrap .inner-page .ccm-form input[type="checkbox"] {
    display: inline !important;
    width: auto !important;
}
/* -----------------------------------------------------------------------------
/*
/*  TESTIMONIAL
/*
/*----------------------------------------------------------------------------- */
.gridWrap .testimonial-wrapper .testimonial {
    margin-bottom: 30px
}
@media(max-width: 768px) {
    .gridWrap .testimonial-wrapper .testimonial {
        margin-bottom: 0;
    }
}
.gridWrap .testimonial .wrapper {
	width: 800px;
    margin: 0 auto;
	margin-top: 45px;
}
.gridWrap .testimonial .title {
    font-size: 45px;
    font-weight: bolder;
    padding-bottom: 25px;
    border-bottom: 5px solid #ccc;
    margin-bottom: 5px;
}
.gridWrap .testimonial .title-info {
    padding-bottom: 25px;
    font-variant:small-caps;
}
.gridWrap .testimonial .content {
    margin-bottom: 1.71875em;
    padding: 40px;
}
.gridWrap .testimonial .content {
    color: #ffffff;
    margin-bottom: 1.375em;
    padding: 30px 20px;
    position: relative;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.4);
}
.gridWrap .testimonial .dark {
    background-color: #333333;
}
.gridWrap .testimonial .red {
    background-color: #9a002d;
}
.gridWrap .testimonial .dark .image-container img {
    border: 5px solid #333333;
}
.gridWrap .testimonial .red .image-container img {
    border: 5px solid #9a002d;
}
.gridWrap .testimonial .heading {
    display: inline-block;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
}
.gridWrap .testimonial .heading {
    margin: 0 0 5px;
}
.gridWrap .testimonial .info {
    font-style: italic;
    line-height: 1.54688em;
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
}
@media screen and (max-width: 810px) {
	.gridWrap .testimonial .wrapper {
	    width:500px;
        margin:0 auto;
    }
}
@media screen and (max-width: 600px) {
	.gridWrap .testimonial .wrapper {
	    width:400px;
        margin:0 auto;
    }
}
@media screen and (max-width: 450px) {
	.gridWrap .testimonial .wrapper {
    	width:100%; margin:0 auto;
    	padding:5px;
    }
    .gridWrap .testimonial .image-container img {
        left: 15px;
        position: absolute;
        top: 15px;
    }
}
/* -----------------------------------------------------------------------------
/*
/*  Gallery - Page List
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .plan-render-wrapper img {
  margin: 0;
  pointer-events: none;
}
.gridWrap .inner-page .sg-item-image img {
  margin: 0;
}
.gridWrap .inner-page .gallery-list.gallery-list-large .gallery-link-wrapper {
  max-width: 510px;
}
.gridWrap .inner-page .gallery-list .gallery-link-wrapper {
  max-width: 480px;
  margin: auto;
}
.gridWrap .inner-page figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 20px 0;
  min-width: 320px;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.gridWrap .inner-page figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
  width: 100%;
  height: auto;
}
.gridWrap .inner-page figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gridWrap .inner-page figure figcaption::before,
.gridWrap .inner-page figure figcaption::after {
  pointer-events: none;
}
.gridWrap .inner-page figure figcaption,
.gridWrap .inner-page figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 88, 0, 0.2);
}
.gridWrap .inner-page figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.gridWrap .inner-page figure h2 {
  word-spacing: -0.15em;
}
.gridWrap .inner-page figure h2 span {
  font-weight: 800;
}
.gridWrap .inner-page figure h2,
.gridWrap .inner-page figure p {
  margin: 0;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, .7);
  color: #fff;
  font-weight: 700;
}
.gridWrap .inner-page figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* hover */
.gridWrap .inner-page figure.hover-effect {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a002d+0,ffffff+100 */
  background: -moz-linear-gradient(-45deg, rgba(123,13,29,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(123,13,29,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(123,13,29,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a002d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gridWrap .inner-page figure.hover-effect img {
  opacity: 0.9;
  margin: 0;
}
.gridWrap .inner-page figure.hover-effect figcaption::after,
.gridWrap .inner-page figure.hover-effect img,
.gridWrap .inner-page figure.hover-effect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.gridWrap .inner-page figure.hover-effect figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.gridWrap .inner-page figure.hover-effect h2,
.gridWrap .inner-page figure.hover-effect p {
  opacity: 1;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
}
.gridWrap .inner-page figure.hover-effect h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  word-spacing: 1px;
}
.gridWrap .inner-page figure.hover-effect p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
.gridWrap .inner-page figure.hover-effect:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.gridWrap .inner-page figure.hover-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.gridWrap .inner-page figure.hover-effect:hover h2,
.gridWrap .inner-page figure.hover-effect:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
/* -----------------------------------------------------------------------------
/*
/*  BLOG
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .blog-wrapper.mls-setup {
  margin-top: 20px;
}
.gridWrap .inner-page .blog-wrapper .blog-item {
  display: table;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item {
    display: block;
    max-width: 450px;
    margin: 15px auto;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item span.date {
  position: absolute;
  top: 10px;
  left: -10px;
  padding: 10px;
  background-color: #9a002d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.gridWrap .inner-page .blog-wrapper .blog-item:first-of-type {
  border-top: none;
  margin-top: 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-img {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  position: relative;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-img {
    display: block;
    width: 100%;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  border-top: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 0 20px;
  width: 60%;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper {
    display: block;
    border-top: none;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    width: 100%;
    padding-top: 10px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
  margin: 0;
  text-transform: uppercase;
}
@media(max-width: 980px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
    font-size: 1.25em;
  }
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
    font-size: 1em;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h4.date {
  margin: 5px 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p {
  margin: 5px 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link {
  margin-top: 10px;
}
@media(max-width: 980px) and (min-width: 581px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p {
    line-height: 1.4;
    font-size: 12px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link a {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  background-color: #9a002d;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s linear all;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link {
    text-align: center;
    font-size: 12px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link a:hover {
  background-color: #757575;
  transition: .3s linear all;
}
/* -----------------------------------------------------------------------------
/*
/*  STAFF PAGE
/*
/*----------------------------------------------------------------------------- */
.gridWrap .staff-list .staff-link-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0px auto 40px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}
.gridWrap .staff-list .staff-link-wrapper a {
  display: block;
}
.gridWrap .staff-list .staff-link-wrapper a .staff-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.gridWrap .staff-list .staff-link-wrapper a .staff-name {
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gridWrap .staff-list .staff-link-wrapper a:hover .staff-name {
  background-color: rgba(154, 0, 46, 0.7);
  transition: .3s linear all;
}
.gridWrap .staff-list .staff-link-wrapper a .staff-name h3 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  top: 85%;
  transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  left: 0;
  transition: .3s linear all;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
}
.gridWrap .staff-list .staff-link-wrapper a:hover .staff-name h3 {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: .3s linear all;
}
/*** Interior Page **/
.gridWrap .inner-hero-wrapper .title-overlay.staff-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.gridWrap .inner-page .staff-bio-wrapper {
  padding: 20px;
  background-color: #eeeeee;
  color: #444;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .staff-bio-wrapper {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    background-color: #eeeeee;
    color: #444;
  }
}
.gridWrap .inner-page .staff-image {
    max-width: 600px;
    margin: auto;
}
.gridWrap .inner-page .staff-bio-wrapper h1 {
  margin: 0 0 10px 0;
}
.gridWrap .inner-page .staff-bio-wrapper h3 {
    color: #4e4e4e;
    font-size: 20px;
    font-style: italic;
}
.gridWrap .inner-page .staff-bio-wrapper p {
  line-height: 1.4;
  font-weight: 600;
}
.gridWrap .inner-page .full-width-background {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.gridWrap .inner-page .full-width-background h1,
.gridWrap .inner-page .full-width-background h2
.gridWrap .inner-page .full-width-background h3
.gridWrap .inner-page .full-width-background p {
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
}
.gridWrap .inner-page .agentInfo {
    width: auto;
    margin: 0 auto;
    background-color: #98012e;
    color: #fff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #710525;
}
.gridWrap .inner-page .agentInfo a {
    color: #fff;
    transition: .3s linear;
}
.gridWrap .inner-page .agentInfo a:hover {
    color: #9e9e9e;
    transition: .3s linear;
}

/*** PREV NEXT STAFF ***/
.gridWrap .inner-page .prev-next-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.gridWrap .inner-page ul.custom-prev-next {
  text-align: center;
  margin: 0 0 20px;
}
.gridWrap .inner-page ul.custom-prev-next li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
@media(max-width: 768px) {
  .gridWrap .inner-page ul.custom-prev-next li {
    display: block;
  }
}
.gridWrap .inner-page ul.custom-prev-next li p {
  margin: 0;
}

/* -----------------------------------------------------------------------------
/*
/*  MOBILE NAV
/*
/*----------------------------------------------------------------------------- */
#mobileNavBtn {
  display: none;
  z-index: 1009;
}
#mobileNavBtn.lines-button {
  cursor: pointer;
  padding: 10.6666666667px 8px 16px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#mobileNavBtn.lines-button:hover, #mobileNavBtn.lines-button:active {
  opacity: 1;
}
#mobileNavBtn.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
#mobileNavBtn.lines-button.minus.close .lines:before, #mobileNavBtn.lines-button.minus.close .lines:after {
  -webkit-transform: none;
          transform: none;
  width: 32px;
  top: 0;
}
#mobileNavBtn .lines {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: relative;
}
#mobileNavBtn .lines:before, #mobileNavBtn .lines:after {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.2857142857px center;
          transform-origin: 2.2857142857px center;
}
#mobileNavBtn .lines:before {
  top: 8px;
}
#mobileNavBtn .lines:after {
  top: -8px;
}
@media (max-width: 767px) {
  #mobileNavBtn {
    display: inline-block;
  }
}

#mobileNavigation {
  background: #9a002d;
  display: none;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -240px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  width: 240px;
  z-index: 1009;
  overflow-y: auto;
}
@media (min-width: 769px) {
  #mobileNavigation {
    display: none !important;
  }
}
#mobileNavigation div {
  position: relative;
  top: 150px;
  opacity: 0;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation .menu-title {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation .menu-title h2 {
  font-size: 24px;
  color: #fff;
}
#mobileNavigation.open {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobileNavigation.open div {
  top: 0px;
  opacity: 1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation ul {
  list-style: none;
}
#mobileNavigation ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 16px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation ul li.has-submenu {
  position: relative;
}
#mobileNavigation ul li.has-submenu ul {
  display: none;
}
#mobileNavigation ul li.has-submenu > .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid rgba(120, 120, 120, 0.2);
  height: 100%;
  width: 46px;
  cursor: pointer;
}
#mobileNavigation ul li.has-submenu > .submenu-button:before {
  position: absolute;
  top: 25px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fffddd;
  content: '';
}
#mobileNavigation ul li.has-submenu > .submenu-button:after {
  position: absolute;
  top: 28px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fffddd;
  content: '';
}
#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button {
  height: 59px;
  background: #65011f;
}
#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button:before {
  display: none;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul {
  display: block;
  background: #65011f;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li > ul {
  background: #33000f;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li > .submenu-button {
  height: 54px;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li.submenu-opened > .submenu-button {
  background-color: #33000f;
  height: 53px;
}
#mobileNavigation ul li.has-submenu.submenu-opened > ul li a {
  font-size: 14px;
}
@media (max-width: 986px) {
  #mobileNavigation {
    display: inline-block;
  }
}

.siteWrapper {
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
.siteWrapper.shift {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  pointer-events: none;
  overflow-y: hidden;
}
@media (min-width: 860px) {
  .siteWrapper.shift {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.mobileNav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
@media (min-width: 860px) {
  .mobileNav-overlay {
    display: none;
  }
}
.mobileNav-overlay.active {
  display: block;
}
@media (min-width: 860px) {
  .mobileNav-overlay.active {
    display: none;
  }
}
.mobileNav-overlay .mobileNav-close-btn {
  position: absolute;
  top: 0;
  left: 250px;
}
.mobileNav-overlay .mobileNav-close-btn a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
.gridWrap .footer-wrapper .social-wrapper ul{
  text-align:center;
}
.gridWrap .footer-wrapper .social-wrapper {
  padding: 0 0 30px 0;
}
.gridWrap .footer-wrapper .social-wrapper ul li {
  display: inline-block;
}
.gridWrap .footer-wrapper .social-wrapper ul li a {
  color: #919191;
  padding: 25px 10px 10px;
}
.gridWrap .footer-wrapper .social-wrapper ul li a:hover, .gridWrap .footer-wrapper .social-wrapper ul li a:active {
  color: #fff;
  background-color: #919191;
}
.gridWrap .footer-wrapper .social-wrapper ul li a .fa {
  font-size: 36px;
}
.staff-image button{
color:#000;
}
.featureheight{
min-height:440px;
}