@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"],
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  overflow: visible; }

button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"],
select {
  text-transform: none; }

button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"],
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], .gform_wrapper .gform_footer input[disabled].button, .gform_wrapper .gform_footer input[disabled][type="submit"], .gform_wrapper .gform_page_footer input[disabled].button, .gform_wrapper .gform_page_footer input[disabled][type="submit"],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, .gform_wrapper .gform_footer input.button::-moz-focus-inner, .gform_wrapper .gform_footer input[type="submit"]::-moz-focus-inner, .gform_wrapper .gform_page_footer input.button::-moz-focus-inner, .gform_wrapper .gform_page_footer input[type="submit"]::-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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"],
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; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 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: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-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: 15px;
  padding-right: 15px; }

.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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.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, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

h1,
h2,
.feature-boxes .col-xs-12 .block-title h2 a,
.feed-news h2 a {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  font-weight: bold;
  color: #231f20; }

a {
  color: #363436;
  transition: all 0.2s ease-in-out; }
  a:hover, a:active, a:focus {
    color: #363436;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

hr {
  border-color: #e7e7e8;
  margin: 40px 0;
  clear: both; }

form {
  position: relative; }

input[type="text"], .fs-wrap.multiple .fs-label-wrap, .jcf-select, .jcf-select-drop ul li span, input[type="email"], input[type="number"], select, textarea {
  border: 1px solid #343233;
  padding: 0 10px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #363436; }
  input[type="text"]::-webkit-input-placeholder, .fs-wrap.multiple .fs-label-wrap::-webkit-input-placeholder, .jcf-select::-webkit-input-placeholder, .jcf-select-drop ul li span::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939598; }
  input[type="text"]:-moz-placeholder, .fs-wrap.multiple .fs-label-wrap:-moz-placeholder, .jcf-select:-moz-placeholder, .jcf-select-drop ul li span:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #939598;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, .fs-wrap.multiple .fs-label-wrap::-moz-placeholder, .jcf-select::-moz-placeholder, .jcf-select-drop ul li span::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #939598;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, .fs-wrap.multiple .fs-label-wrap:-ms-input-placeholder, .jcf-select:-ms-input-placeholder, .jcf-select-drop ul li span:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939598; }
  input[type="text"]:focus, .fs-wrap.multiple .fs-label-wrap:focus, .jcf-select:focus, .jcf-select-drop ul li span:focus, input[type="email"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

label {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  color: #6d6e71; }

button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0 35px;
  height: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #343233;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 6px;
  transition: all 0.2s ease-in-out; }
  button:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover, button:active, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type="submit"]:active, .gform_wrapper .gform_page_footer input.button:active, .gform_wrapper .gform_page_footer input[type="submit"]:active, button:focus, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type="submit"]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type="submit"]:focus {
    color: #fff;
    background-color: #565354; }

iframe {
  width: 100%; }

.container hr:last-child {
  margin-bottom: 0; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.strong {
  font-weight: 600; }

.no-style,
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.overflow-hide {
  overflow: hidden; }

.block-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 30px 15px 25px;
  display: inline-block;
  background-color: #f3f4f4; }
  @media only screen and (max-width: 62em) {
    .block-title {
      left: 0;
      padding: 25px; } }
  @media only screen and (max-width: 40em) {
    .block-title {
      position: relative;
      width: 100%; } }
  .block-title h2, .feature-boxes .col-xs-12 .block-title h2 a, .block-title .feed-news h2 a, .feed-news h2 .block-title a {
    margin: 0 0 5px 0; }
  .block-title span, .block-title a {
    font-size: 12px;
    color: #5d5e5e;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .block-title a {
    text-decoration: underline; }

.block-contact {
  margin-top: 40px;
  padding: 60px 0;
  background-color: #f3f4f4;
  text-align: center; }
  .block-contact h2, .block-contact .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .block-contact a, .block-contact .feed-news h2 a, .feed-news h2 .block-contact a {
    margin: 0 0 30px 0; }
  .block-contact .btn {
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px; }
    .block-contact .btn:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 62em) {
    .block-contact {
      background: none; } }
  @media only screen and (max-width: 40em) {
    .block-contact {
      padding: 30px 0;
      background-color: #f3f4f4; } }

.breadcrumbs {
  padding: 0;
  color: #6d6e71; }
  .breadcrumbs a {
    color: #6d6e71; }
  .breadcrumbs .container > div {
    border-bottom: 1px solid #e7e7e8; }
    .breadcrumbs .container > div:before, .breadcrumbs .container > div:after {
      content: " ";
      display: table; }
    .breadcrumbs .container > div:after {
      clear: both; }
    .breadcrumbs .container > div ul {
      float: left;
      padding: 20px 0; }
      .breadcrumbs .container > div ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 500; }
        .breadcrumbs .container > div ul li:not(:last-child):after {
          display: inline-block;
          padding: 0 5px;
          content: '/'; }
        .breadcrumbs .container > div ul li:last-child {
          text-decoration: underline; }
        @media only screen and (max-width: 40em) {
          .breadcrumbs .container > div ul li {
            font-size: 12px; } }
    .breadcrumbs .container > div .btn {
      float: right;
      margin-top: 13px;
      color: #fff;
      letter-spacing: normal; }

.facetwp-facet {
  margin: 0 !important; }

.facetwp-pager .facetwp-pager-label {
  display: none; }
.facetwp-pager .facetwp-page {
  display: inline-block;
  margin-right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #363436 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important; }
  .facetwp-pager .facetwp-page.active {
    color: #fff !important;
    background-color: #000; }

.facetwp-search-wrap {
  display: inline-block;
  width: 100%;
  height: 55px; }

.facetwp-btn {
  right: 0 !important;
  border: 0;
  padding: 0 35px;
  height: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #343233;
  opacity: 1 !important; }
  .facetwp-btn::before {
    background: none !important;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
    line-height: 55px;
    content: "\f002" !important; }
  .facetwp-btn.f-reset::before {
    content: "\f00d" !important; }

.fs-wrap.multiple {
  position: relative;
  width: 100% !important; }
  .fs-wrap.multiple .fs-label-wrap {
    cursor: pointer; }
    .fs-wrap.multiple .fs-label-wrap .fs-label {
      padding: 0;
      color: #939598; }
    .fs-wrap.multiple .fs-label-wrap .fs-arrow {
      position: absolute;
      border: 0;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 23px;
      background-image: url(../img/icon-dropdown.png);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .fs-wrap.multiple .fs-dropdown {
    border: 1px solid #363436;
    border-top: 0;
    margin-top: 0;
    width: 100%; }
    .fs-wrap.multiple .fs-dropdown .fs-search {
      border-bottom: 1px solid #363436;
      padding: 0; }
      .fs-wrap.multiple .fs-dropdown .fs-search input {
        padding: 0 10px;
        height: 55px;
        line-height: 55px;
        box-sizing: border-box; }
        .fs-wrap.multiple .fs-dropdown .fs-search input::-webkit-input-placeholder {
          color: #6d6e71; }
        .fs-wrap.multiple .fs-dropdown .fs-search input:-moz-placeholder {
          color: #6d6e71;
          opacity: 1; }
        .fs-wrap.multiple .fs-dropdown .fs-search input::-moz-placeholder {
          color: #6d6e71;
          opacity: 1; }
        .fs-wrap.multiple .fs-dropdown .fs-search input:-ms-input-placeholder {
          color: #6d6e71; }
    .fs-wrap.multiple .fs-dropdown .fs-options {
      max-height: none;
      overflow: initial; }
      .fs-wrap.multiple .fs-dropdown .fs-options .fs-option {
        padding-top: 0;
        padding-bottom: 0;
        height: 55px;
        line-height: 55px;
        border-bottom: 1px solid #363436; }
        .fs-wrap.multiple .fs-dropdown .fs-options .fs-option:hover {
          background-color: #e7e7e8; }
        .fs-wrap.multiple .fs-dropdown .fs-options .fs-option.selected:hover {
          background-color: #e7e7e8; }
        .fs-wrap.multiple .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
          background-color: #333333; }
        .fs-wrap.multiple .fs-dropdown .fs-options .fs-option .fs-checkbox i {
          border-color: #333333; }

.facetwp-type-slider .facetwp-slider-wrap {
  margin-top: 30px; }
.facetwp-type-slider .facetwp-slider-reset {
  display: none !important; }
.facetwp-type-slider .noUi-background {
  background: #a7a9ac;
  box-shadow: none; }
.facetwp-type-slider .noUi-horizontal {
  height: 8px; }
.facetwp-type-slider .noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none; }
.facetwp-type-slider .noUi-connect {
  background: #231f20;
  box-shadow: none;
  -webkit-transition: none;
  transition: none; }
.facetwp-type-slider .noUi-horizontal .noUi-handle {
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #231f20;
  cursor: pointer;
  box-shadow: none;
  top: -6px; }
  .facetwp-type-slider .noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: -15px; }
  .facetwp-type-slider .noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: -4px; }
  .facetwp-type-slider .noUi-horizontal .noUi-handle:before, .facetwp-type-slider .noUi-horizontal .noUi-handle:after {
    display: none; }
.facetwp-type-slider .facetwp-slider-label {
  display: block;
  font-size: 16px;
  color: #6d6e71;
  text-align: right;
  text-transform: uppercase; }

.facetwp-number {
  display: inline-block;
  width: 48.6%; }
  .facetwp-number:first-child {
    margin-right: 15px; }
  @media only screen and (max-width: 40em) {
    .facetwp-number {
      width: 100%; } }

.facetwp-type-checkboxes .facetwp-checkbox {
  background: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid #231f20;
  margin-bottom: 0; }
  .facetwp-type-checkboxes .facetwp-checkbox.checked {
    background-image: none;
    background-color: #231f20; }
  .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
    display: none; }

.jcf-select {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .jcf-select .jcf-select-opener {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 23px;
    background-image: url(../img/icon-dropdown.png);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.jcf-select-drop {
  background-color: #fff;
  cursor: pointer; }
  .jcf-select-drop ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .jcf-select-drop ul li span {
      display: inline-block; }
      .jcf-select-drop ul li span:hover {
        background-color: #e7e7e8; }
    .jcf-select-drop ul li:first-child span {
      border-top: 0; }
    .jcf-select-drop ul li:not(:last-child) span {
      border-bottom: 0; }

.pagination {
  padding: 15px 0;
  text-align: center; }
  .pagination ul.page-numbers {
    display: inline-block; }
    .pagination ul.page-numbers li {
      display: inline-block; }
      .pagination ul.page-numbers li span, .pagination ul.page-numbers li a {
        display: inline-block;
        margin-right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; }
        .pagination ul.page-numbers li span.current, .pagination ul.page-numbers li a.current {
          color: #fff;
          background-color: #000; }
        .pagination ul.page-numbers li span.prev, .pagination ul.page-numbers li span.next, .pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
          margin-right: 0;
          width: auto;
          height: auto; }
      .pagination ul.page-numbers li a {
        color: #363436 !important;
        text-decoration: none !important;
        letter-spacing: 0 !important;
        text-transform: none !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  position: relative;
  margin: 0;
  padding: 20px 70px;
  top: auto;
  right: auto; }

section {
  padding: 50px 0; }
  @media only screen and (max-width: 40em) {
    section {
      padding: 30px 0; } }

.menu-button {
  display: none;
  position: absolute;
  height: 27px;
  z-index: 994; }
  @media only screen and (max-width: 62em) {
    .menu-button {
      display: block;
      top: 160px;
      right: 30px;
      width: 35px; } }
  @media only screen and (max-width: 40em) {
    .menu-button {
      top: 36px;
      width: 28px; } }

.menu-button:before,
.menu-button:after,
.menu-button span {
  background: #000;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  @media only screen and (max-width: 62em) {
    .menu-button:before,
    .menu-button:after,
    .menu-button span {
      top: 10px;
      height: 4px; } }
  @media only screen and (max-width: 40em) {
    .menu-button:before,
    .menu-button:after,
    .menu-button span {
      height: 4px; } }

.menu-button:before,
.menu-button:after {
  content: '';
  top: 0; }

.menu-button:after {
  top: 10px; }
  @media only screen and (max-width: 62em) {
    .menu-button:after {
      top: 20px; } }
  @media only screen and (max-width: 40em) {
    .menu-button:after {
      top: 20px; } }

.menu-button.active span {
  opacity: 0; }

.menu-button:hover {
  opacity: .9; }

.menu-button.active:after,
.menu-button.active:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0;
  right: 0; }
  @media only screen and (max-width: 62em) {
    .menu-button.active:after,
    .menu-button.active:before {
      top: 10px; } }
  @media only screen and (max-width: 40em) {
    .menu-button.active:after,
    .menu-button.active:before {
      top: 5px; } }

.menu-button.active:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-top {
  display: block; }
  @media only screen and (max-width: 40em) {
    .nav-top {
      display: none; } }

.nav-mobile {
  display: none;
  border-top: 1px solid #d1d2d4;
  border-bottom: 1px solid #d1d2d4; }
  @media only screen and (max-width: 40em) {
    .nav-mobile {
      display: block; } }

.nav-top ul,
.nav-mobile ul {
  display: inline-block; }
.nav-top li,
.nav-mobile li {
  display: inline-block;
  border-left: 1px solid #d1d2d4; }
  .nav-top li:last-child,
  .nav-mobile li:last-child {
    border-right: 1px solid #d1d2d4; }
  .nav-top li a,
  .nav-mobile li a {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    text-align: center; }
    .nav-top li a:hover i,
    .nav-mobile li a:hover i {
      color: #363436; }
    .nav-top li a i,
    .nav-mobile li a i {
      font-size: 15px;
      line-height: 50px;
      color: #939598;
      transition: all 0.2s ease-in-out; }
.nav-top .action,
.nav-mobile .action {
  position: relative;
  float: right;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 50px;
  color: #363436;
  text-transform: uppercase; }
  @media only screen and (max-width: 40em) {
    .nav-top .action,
    .nav-mobile .action {
      margin-right: 15px; } }
  .nav-top .action:hover,
  .nav-mobile .action:hover {
    text-decoration: underline; }

.nav-main {
  border-top: 1px solid #d1d2d4;
  border-bottom: 1px solid #d1d2d4;
  padding: 40px 0; }
  .nav-main.affix {
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 1px 5px #d1d2d4; }
    .nav-main.affix .logo {
      background-position: left bottom;
      width: 97.5px;
      height: 64.5px; }
    .nav-main.affix .search {
      margin-top: 20px; }
      .nav-main.affix .search input[type="text"], .nav-main.affix .search .fs-wrap.multiple .fs-label-wrap, .fs-wrap.multiple .nav-main.affix .search .fs-label-wrap, .nav-main.affix .search .jcf-select, .nav-main.affix .search .jcf-select-drop ul li span, .jcf-select-drop ul li .nav-main.affix .search span {
        padding: 0 30px 0 0;
        height: 35px;
        line-height: 35px; }
    @media only screen and (max-width: 62em) {
      .nav-main.affix .menu-button {
        top: 50px; }
      .nav-main.affix .search-button {
        top: 45px; } }
  @media only screen and (max-width: 40em) {
    .nav-main {
      position: relative;
      padding: 20px 15px; } }
  .nav-main .logo {
    float: left;
    display: block;
    width: 130px;
    height: 86px;
    background-image: url(../img/lower_lonsdale_header_logo.jpg);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 40em) {
      .nav-main .logo img {
        width: 65px; } }
  .nav-main .menu-main-menu-container {
    margin-top: 30px;
    float: left; }
    @media only screen and (max-width: 62em) {
      .nav-main .menu-main-menu-container {
        margin: 0;
        background-color: rgba(255, 255, 255, 0.9);
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 993; }
        .nav-main .menu-main-menu-container.open {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          visibility: visible; } }
  .nav-main ul {
    margin-left: 60px;
    display: inline-block; }
    @media only screen and (max-width: 62em) {
      .nav-main ul {
        position: absolute;
        display: inline-block;
        margin: 0;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        transform: translate(-50%, -50%);
        /* IE 10, Fx 16+, Op 12.1+ */ } }
    .nav-main ul.sub-menu {
      display: none;
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      margin: 0;
      padding: 0;
      background-color: #202021;
      color: #fff;
      z-index: 1; }
      @media only screen and (max-width: 62em) {
        .nav-main ul.sub-menu {
          display: none !important; } }
      .nav-main ul.sub-menu li {
        margin: 0;
        display: inline-block; }
        .nav-main ul.sub-menu li a {
          border: 1px solid #202021;
          color: #fff;
          padding: 5px 10px;
          display: inline-block;
          min-width: 130px; }
          .nav-main ul.sub-menu li a:after {
            display: none; }
          .nav-main ul.sub-menu li a:hover {
            color: #202021;
            background-color: #fff; }
    .nav-main ul li {
      position: relative;
      margin-right: 30px;
      display: inline-block; }
      .nav-main ul li.menu-item-has-children a:after {
        display: none; }
      .nav-main ul li.current-menu-item a:after {
        display: block;
        left: 0;
        width: 100%; }
        @media only screen and (max-width: 40em) {
          .nav-main ul li.current-menu-item a:after {
            display: none; } }
      .nav-main ul li.current-menu-item .sub-menu a:after {
        display: none; }
      @media only screen and (max-width: 62em) {
        .nav-main ul li {
          margin: 0 0 10px 0;
          width: 100%;
          position: relative; }
          .nav-main ul li:after {
            display: block;
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            margin-top: 5px;
            background: #363436; } }
      .nav-main ul li a {
        position: relative;
        font-size: 14px;
        color: #363436; }
        @media only screen and (max-width: 62em) {
          .nav-main ul li a {
            font-size: 25px;
            font-weight: bold; } }
        .nav-main ul li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          width: 0;
          height: 1px;
          margin-top: 5px;
          background: #363436;
          -webkit-transition: all .2s linear;
          -moz-transition: all .2s linear;
          -ms-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear; }
          @media only screen and (max-width: 62em) {
            .nav-main ul li a:after {
              display: none; } }
        .nav-main ul li a:hover:after {
          left: 0;
          width: 100%; }
  .nav-main .search-button {
    display: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    @media only screen and (max-width: 62em) {
      .nav-main .search-button {
        display: block;
        position: absolute;
        top: 155px;
        right: 75px; }
        .nav-main .search-button.active {
          opacity: 0; }
        .nav-main .search-button i {
          font-size: 30px; } }
    @media only screen and (max-width: 40em) {
      .nav-main .search-button {
        top: 33px;
        right: 70px;
        font-size: inherit; } }
  .nav-main .search {
    margin-top: 15px;
    position: relative;
    float: right;
    transition: all 0.2s ease-in-out; }
    .nav-main .search form .mobile-back {
      display: none; }
    .nav-main .search input[type="text"], .nav-main .search .fs-wrap.multiple .fs-label-wrap, .fs-wrap.multiple .nav-main .search .fs-label-wrap, .nav-main .search .jcf-select, .nav-main .search .jcf-select-drop ul li span, .jcf-select-drop ul li .nav-main .search span {
      border: 0;
      border-bottom: 1px solid #d1d2d4;
      padding: 5px 30px 5px 0;
      font-size: 14px;
      color: #363436;
      transition: all 0.2s ease-in-out; }
    .nav-main .search button, .nav-main .search .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .nav-main .search input.button, .nav-main .search .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .nav-main .search input[type="submit"], .nav-main .search .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer .nav-main .search input.button, .nav-main .search .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_page_footer .nav-main .search input[type="submit"] {
      position: absolute;
      top: 0;
      right: 10px;
      border: 0;
      padding: 0;
      background: none; }
      .nav-main .search button i, .nav-main .search .gform_wrapper .gform_footer input.button i, .gform_wrapper .gform_footer .nav-main .search input.button i, .nav-main .search .gform_wrapper .gform_footer input[type="submit"] i, .gform_wrapper .gform_footer .nav-main .search input[type="submit"] i, .nav-main .search .gform_wrapper .gform_page_footer input.button i, .gform_wrapper .gform_page_footer .nav-main .search input.button i, .nav-main .search .gform_wrapper .gform_page_footer input[type="submit"] i, .gform_wrapper .gform_page_footer .nav-main .search input[type="submit"] i {
        font-size: 15px;
        color: #363436; }
    @media only screen and (max-width: 62em) {
      .nav-main .search {
        margin: 0;
        background-color: rgba(255, 255, 255, 0.9);
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 994; }
        .nav-main .search.open {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          visibility: visible; }
        .nav-main .search form {
          position: absolute;
          width: 100%;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
          -ms-transform: translate(0, -50%);
          /* IE 9 */
          transform: translate(0, -50%);
          /* IE 10, Fx 16+, Op 12.1+ */ }
          .nav-main .search form input[type="text"], .nav-main .search form .fs-wrap.multiple .fs-label-wrap, .fs-wrap.multiple .nav-main .search form .fs-label-wrap, .nav-main .search form .jcf-select, .nav-main .search form .jcf-select-drop ul li span, .jcf-select-drop ul li .nav-main .search form span {
            padding: 0 50px 0 15px;
            height: auto;
            font-size: 26px;
            font-weight: bold;
            background-color: transparent; }
          .nav-main .search form button, .nav-main .search form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .nav-main .search form input.button, .nav-main .search form .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .nav-main .search form input[type="submit"], .nav-main .search form .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer .nav-main .search form input.button, .nav-main .search form .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_page_footer .nav-main .search form input[type="submit"] {
            height: auto;
            line-height: 45px; }
            .nav-main .search form button i, .nav-main .search form .gform_wrapper .gform_footer input.button i, .gform_wrapper .gform_footer .nav-main .search form input.button i, .nav-main .search form .gform_wrapper .gform_footer input[type="submit"] i, .gform_wrapper .gform_footer .nav-main .search form input[type="submit"] i, .nav-main .search form .gform_wrapper .gform_page_footer input.button i, .gform_wrapper .gform_page_footer .nav-main .search form input.button i, .nav-main .search form .gform_wrapper .gform_page_footer input[type="submit"] i, .gform_wrapper .gform_page_footer .nav-main .search form input[type="submit"] i {
              font-size: 26px; }
          .nav-main .search form .mobile-back {
            display: block;
            margin: 10px auto 0 auto;
            font-size: 12px;
            text-decoration: underline;
            width: auto;
            text-align: center;
            cursor: pointer; } }

.single-property-listings .nav-main ul li:nth-child(3) a:after {
  left: 0;
  width: 100%; }

footer {
  padding: 70px 0 40px 0;
  font-size: 13px;
  color: #a7a9ac;
  background: #363436; }
  footer h3 {
    margin: 0 0 30px 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase; }
  footer hr {
    margin: 0;
    border-color: #6f6f71; }
  footer a {
    color: #a7a9ac; }
    footer a:hover {
      color: #fff; }
  footer .logo {
    padding-bottom: 10px;
    width: 80px; }
  footer .logo-remax {
    width: 80px; }
  footer .footer-top {
    padding-bottom: 20px; }
    footer .footer-top hr {
      margin: 0; }
    footer .footer-top ul li {
      margin-bottom: 10px; }
    footer .footer-top address {
      font-style: normal; }
    footer .footer-top .tweet p {
      margin: 0; }
    footer .footer-top .tweet a {
      color: #fff; }
    footer .footer-top .tweet i {
      font-size: 25px;
      color: #a7a9ac; }
    footer .footer-top .sub-menu {
      display: none; }
  footer .footer-bottom {
    color: #939598; }
    footer .footer-bottom hr {
      margin-bottom: 10px; }
    footer .footer-bottom ul {
      float: right; }
      footer .footer-bottom ul li {
        float: left; }
        footer .footer-bottom ul li a {
          display: inline-block;
          margin-left: 15px;
          font-size: 20px;
          color: #939598; }
          footer .footer-bottom ul li a:hover {
            color: #fff; }
    @media only screen and (max-width: 62em) {
      footer .footer-bottom {
        font-size: 12px; } }
  footer .plug {
    float: right;
    text-align: right;
    width: 100%;
    font-size: 10px;
    display: block; }
    footer .plug a {
      color: #65cceb; }
  @media only screen and (max-width: 62em) {
    footer .col-xs-12:nth-child(4) {
      display: none; } }
  @media only screen and (max-width: 40em) {
    footer {
      padding: 30px 0;
      text-align: center; }
      footer .footer-top .logo-remax {
        margin-bottom: 20px; }
      footer .footer-top .row .col-xs-12:nth-child(3),
      footer .footer-top .row .col-xs-12:nth-child(4) {
        display: none; }
      footer h3 {
        margin-bottom: 10px;
        letter-spacing: initial;
        font-weight: 500; }
      footer ul li {
        margin-bottom: 5px; }
      footer .footer-bottom {
        font-size: 10px; }
        footer .footer-bottom ul {
          float: none;
          margin: 10px 0;
          width: 100%;
          text-align: center; }
          footer .footer-bottom ul li {
            margin: 0;
            float: none;
            display: inline-block; }
            footer .footer-bottom ul li:first-child a {
              margin-left: 0; }
        footer .footer-bottom .plug {
          float: none;
          width: 100%;
          text-align: center;
          font-size: 10px; } }

@media only screen and (max-width: 40em) {
  .page-wrap.home .container.slider {
    padding: 0;
    width: 100%;
    margin: 0; } }
.page-wrap.home .flexslider {
  margin-bottom: 0;
  border: 0; }
  .page-wrap.home .flexslider .flex-direction-nav {
    display: none; }
.page-wrap.home .hero {
  padding-bottom: 50px; }
  @media only screen and (max-width: 62em) {
    .page-wrap.home .hero {
      padding-bottom: 0; } }
.page-wrap.home .about {
  padding: 0; }
  .page-wrap.home .about h1 {
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 40em) {
      .page-wrap.home .about h1 {
        margin: 20px 0; } }
.page-wrap.home .flexslider .slides img.mobile-hero-image {
  display: none; }
  @media only screen and (max-width: 40em) {
    .page-wrap.home .flexslider .slides img.mobile-hero-image {
      display: block; } }

.mobile-hero-image {
  display: none; }
  @media only screen and (max-width: 40em) {
    .mobile-hero-image {
      display: block; } }

.hero {
  position: relative;
  padding: 50px 0 0 0; }
  @media only screen and (max-width: 40em) {
    .hero {
      padding: 10px 0 0 0; } }
  .hero .container {
    position: relative;
    height: 483px;
    background-size: cover; }
    @media only screen and (max-width: 62em) {
      .hero .container {
        height: 300px; } }
    @media only screen and (max-width: 40em) {
      .hero .container {
        height: auto;
        background-image: none !important; } }
    .hero .container > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99; }
    .hero .container .flag {
      position: absolute;
      left: 0;
      top: 65px;
      padding: 15px 20px 15px 120px;
      background-color: #202021;
      color: #fff;
      font-size: 12px;
      letter-spacing: 6px;
      text-transform: uppercase; }
      @media only screen and (max-width: 40em) {
        .hero .container .flag {
          display: none; } }

.instagram-feed h2, .instagram-feed .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .instagram-feed a, .instagram-feed .feed-news h2 a, .feed-news h2 .instagram-feed a {
  margin: 0 0 30px 0;
  text-align: center; }
.instagram-feed #sb_instagram #sbi_images {
  padding: 0 !important; }
.instagram-feed #sb_instagram #sbi_images .sbi_item {
  padding: 0 15px 0 0 !important; }
  .instagram-feed #sb_instagram #sbi_images .sbi_item:last-child {
    padding: 0 !important; }
@media only screen and (max-width: 40em) {
  .instagram-feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
    margin-bottom: 15px !important; }
    .instagram-feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(even) {
      padding-right: 0 !important; }
    .instagram-feed #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
      height: 130px !important;
      background-size: 100% !important; } }
@media only screen and (max-width: 62em) {
  .instagram-feed {
    padding-top: 20px; } }

.feature-boxes .col-xs-12 {
  position: relative; }
  @media only screen and (max-width: 40em) {
    .feature-boxes .col-xs-12:not(:last-child) {
      margin-bottom: 20px; } }
  .feature-boxes .col-xs-12 > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
  .feature-boxes .col-xs-12 .feature-image {
    height: 330px;
    background-size: cover; }
    @media only screen and (max-width: 40em) {
      .feature-boxes .col-xs-12 .feature-image {
        display: none; } }
  .feature-boxes .col-xs-12 .block-title {
    position: relative;
    padding: 25px;
    left: auto;
    bottom: auto;
    width: 100%; }
    @media only screen and (max-width: 62em) {
      .feature-boxes .col-xs-12 .block-title {
        min-width: 0; } }
    .feature-boxes .col-xs-12 .block-title h2 a, .feed-news h2 .feature-boxes .col-xs-12 .block-title a a {
      text-transform: none;
      text-decoration: none;
      letter-spacing: initial; }

.email-list-subscription {
  background-color: #f3f4f4; }
  @media only screen and (max-width: 40em) {
    .email-list-subscription {
      text-align: center; }
      .email-list-subscription h2, .email-list-subscription .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .email-list-subscription a, .email-list-subscription .feed-news h2 a, .feed-news h2 .email-list-subscription a {
        margin-top: 0; }
      .email-list-subscription input {
        width: 100%;
        text-align: center; }
      .email-list-subscription button, .email-list-subscription .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .email-list-subscription input.button, .email-list-subscription .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .email-list-subscription input[type="submit"], .email-list-subscription .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer .email-list-subscription input.button, .email-list-subscription .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_page_footer .email-list-subscription input[type="submit"] {
        margin-top: 20px;
        padding: 20px 0;
        display: block;
        position: relative;
        width: 100%; } }

.feed-news {
  padding-bottom: 0; }
  .feed-news h2, .feed-news .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-news a, .feed-news h2 a {
    margin: 0 0 5px 0; }
    .feed-news h2 a, .feed-news .feature-boxes .col-xs-12 .block-title h2 a a, .feature-boxes .col-xs-12 .block-title h2 .feed-news a a {
      text-transform: none;
      text-decoration: none;
      letter-spacing: initial; }
  .feed-news h3 {
    margin: 0 0 25px 0;
    font-size: 19px;
    font-weight: 500;
    color: #a7a9ac; }
  .feed-news p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #6d6e71; }
  .feed-news a {
    font-size: 12px;
    color: #5d5e5e;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-decoration: underline; }

.feed-business-listings {
  padding-bottom: 0; }
  .feed-business-listings h2, .feed-business-listings .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-business-listings a, .feed-business-listings .feed-news h2 a, .feed-news h2 .feed-business-listings a {
    margin: 0; }
  .feed-business-listings h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #6d6e71; }
  .feed-business-listings .contact-details {
    text-align: right; }
    @media only screen and (max-width: 40em) {
      .feed-business-listings .contact-details {
        text-align: center;
        margin-top: 15px; } }
  .feed-business-listings form button, .feed-business-listings form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .feed-business-listings form input.button, .feed-business-listings form .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .feed-business-listings form input[type="submit"], .feed-business-listings form .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer .feed-business-listings form input.button, .feed-business-listings form .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_page_footer .feed-business-listings form input[type="submit"] {
    padding: 0 16px; }
    .feed-business-listings form button i, .feed-business-listings form .gform_wrapper .gform_footer input.button i, .gform_wrapper .gform_footer .feed-business-listings form input.button i, .feed-business-listings form .gform_wrapper .gform_footer input[type="submit"] i, .gform_wrapper .gform_footer .feed-business-listings form input[type="submit"] i, .feed-business-listings form .gform_wrapper .gform_page_footer input.button i, .gform_wrapper .gform_page_footer .feed-business-listings form input.button i, .feed-business-listings form .gform_wrapper .gform_page_footer input[type="submit"] i, .gform_wrapper .gform_page_footer .feed-business-listings form input[type="submit"] i {
      font-size: 20px; }
  @media only screen and (max-width: 40em) {
    .feed-business-listings .facetwp-type-search {
      margin-bottom: 20px !important; } }
  @media only screen and (max-width: 40em) {
    .feed-business-listings .facetwp-template {
      text-align: center; } }
  .feed-business-listings .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px; }

.post-page {
  padding-bottom: 0; }
  .post-page .col-xs-12 h2:first-child, .post-page .feature-boxes .col-xs-12 .block-title h2 a:first-child, .feature-boxes .post-page .col-xs-12 .block-title h2 a:first-child, .post-page .col-xs-12 .feed-news h2 a:first-child, .feed-news h2 .post-page .col-xs-12 a:first-child {
    margin: 0 0 30px 0; }
  .post-page .col-xs-12 h2, .post-page .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .post-page .col-xs-12 .block-title h2 a, .post-page .col-xs-12 .feed-news h2 a, .feed-news h2 .post-page .col-xs-12 a {
    margin: 30px 0; }
  .post-page .instagram-media {
    max-width: 90% !important; }
  .post-page a {
    text-decoration: underline;
    font-weight: bold; }
    .post-page a:hover {
      text-decoration: underline; }

.btn {
  padding: 10px 20px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #343233;
  text-decoration: none;
  letter-spacing: 6px;
  transition: all 0.2s ease-in-out; }
  .btn:hover, .btn:active, .btn:focus {
    color: #fff;
    background-color: #565354; }

.feed-real-estate #hide_filter_extras {
  font-size: 16px;
  color: #565354; }
  @media only screen and (max-width: 40em) {
    .feed-real-estate #hide_filter_extras {
      display: inline-block;
      margin-top: 10px; } }
.feed-real-estate .filter-extras {
  display: none; }
  .feed-real-estate .filter-extras .row {
    margin-bottom: 30px; }
    @media only screen and (max-width: 40em) {
      .feed-real-estate .filter-extras .row {
        margin-bottom: 0; }
        .feed-real-estate .filter-extras .row label {
          margin-top: 20px; } }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .filter-extras hr {
      margin-bottom: 40px; } }
.feed-real-estate .open-house label {
  float: left;
  margin-bottom: 0; }
.feed-real-estate .open-house .facetwp-type-checkboxes {
  margin-left: 10px !important;
  margin-top: -3px !important;
  float: left; }
@media only screen and (max-width: 40em) {
  .feed-real-estate .open-house {
    margin-top: 20px; }
    .feed-real-estate .open-house label {
      margin-top: 0 !important; } }
.feed-real-estate .pagination-meta {
  margin-top: -22px;
  font-size: 16px;
  color: #231f20; }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .pagination-meta {
      margin-top: 0; } }
  .feed-real-estate .pagination-meta .facetwp-counts {
    display: inline; }
  .feed-real-estate .pagination-meta nav {
    text-align: right; }
    .feed-real-estate .pagination-meta nav .facetwp-page {
      display: none;
      padding: 0;
      margin-right: 0;
      cursor: pointer;
      text-decoration: underline; }
  .feed-real-estate .pagination-meta hr {
    margin-top: 18px; }
    .feed-real-estate .pagination-meta hr:before, .feed-real-estate .pagination-meta hr:after {
      content: " ";
      display: table; }
    .feed-real-estate .pagination-meta hr:after {
      clear: both; }
.feed-real-estate .property-listing h2, .feed-real-estate .property-listing .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-real-estate .property-listing a, .feed-real-estate .property-listing .feed-news h2 a, .feed-news h2 .feed-real-estate .property-listing a {
  margin: 0 0 20px 0; }
.feed-real-estate .property-listing div .btn {
  padding: 15px 0;
  float: left;
  width: 50%;
  letter-spacing: normal;
  text-align: center; }
  .feed-real-estate .property-listing div .btn:last-child {
    background-color: #000; }
    .feed-real-estate .property-listing div .btn:last-child:hover {
      background-color: #202020; }
  @media only screen and (max-width: 62em) {
    .feed-real-estate .property-listing div .btn {
      font-size: 11px; } }
.feed-real-estate .property-listing .overflow-hide {
  padding-right: 0; }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .property-listing .overflow-hide {
      padding-right: 15px; } }
@media only screen and (max-width: 40em) {
  .feed-real-estate .property-listing h2, .feed-real-estate .property-listing .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-real-estate .property-listing a, .feed-real-estate .property-listing .feed-news h2 a, .feed-news h2 .feed-real-estate .property-listing a {
    margin: 15px 0 5px 0; } }
.feed-real-estate .property-listing h3 {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #6d6e71; }
  .feed-real-estate .property-listing h3 img {
    margin-right: 5px; }
    @media only screen and (max-width: 40em) {
      .feed-real-estate .property-listing h3 img {
        max-width: 20px; } }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .property-listing h3 {
      font-size: 12px; } }
.feed-real-estate .property-listing h4 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color: #a7a9ac; }
.feed-real-estate .property-listing span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #a7a9ac; }
  .feed-real-estate .property-listing span.strong {
    font-weight: 600; }
.feed-real-estate .property-listing hr {
  margin: 30px 0; }
.feed-real-estate .property-listing:first-child {
  padding-top: 50px; }
.feed-real-estate .property-listing .feature-photo {
  max-width: none;
  height: 196px;
  min-width: 100%; }
  @media only screen and (max-width: 62em) {
    .feed-real-estate .property-listing .feature-photo {
      height: 172.5px; } }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .property-listing .feature-photo {
      max-width: 100%;
      height: auto; } }
.feed-real-estate .property-listing .row:last-child {
  padding-top: 107px; }
  @media only screen and (max-width: 62em) {
    .feed-real-estate .property-listing .row:last-child {
      padding-top: 90px; } }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .property-listing .row:last-child {
      padding-top: 15px; } }
.feed-real-estate .property-listing .row .col-xs-12:last-child {
  text-align: right; }
  @media only screen and (max-width: 40em) {
    .feed-real-estate .property-listing .row .col-xs-12:last-child {
      margin-top: 15px;
      text-align: center; } }
@media only screen and (max-width: 40em) {
  .feed-real-estate .property-listing {
    text-align: center; } }
@media only screen and (max-width: 40em) {
  .feed-real-estate hr {
    margin: 20px 0; }
    .feed-real-estate hr:before, .feed-real-estate hr:after {
      content: " ";
      display: table; }
    .feed-real-estate hr:after {
      clear: both; } }

.single-property-listings .breadcrumbs ul {
  border-bottom: 0; }
.single-property-listings .real-estate-single {
  padding-top: 15px; }
  .single-property-listings .real-estate-single .header h1 {
    margin: 0 0 20px 0; }
  .single-property-listings .real-estate-single .header h2, .single-property-listings .real-estate-single .header .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .single-property-listings .real-estate-single .header a, .single-property-listings .real-estate-single .header .feed-news h2 a, .feed-news h2 .single-property-listings .real-estate-single .header a {
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #6d6e71; }
  .single-property-listings .real-estate-single .header h3 {
    margin: 0 0 25px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #a7a9ac; }
  .single-property-listings .real-estate-single .header .icons {
    border-top: 1px solid #e7e7e8;
    border-bottom: 1px solid #e7e7e8;
    padding: 20px 0; }
    .single-property-listings .real-estate-single .header .icons h4 {
      float: left;
      margin: 0 35px 0 0;
      line-height: 30px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #6d6e71; }
      @media only screen and (max-width: 40em) {
        .single-property-listings .real-estate-single .header .icons h4 {
          margin-right: 10px;
          font-size: 12px; } }
      .single-property-listings .real-estate-single .header .icons h4 img {
        margin-right: 10px; }
        @media only screen and (max-width: 40em) {
          .single-property-listings .real-estate-single .header .icons h4 img {
            margin-right: 5px;
            width: 20px; } }
  .single-property-listings .real-estate-single #slider {
    margin: 50px 0 20px 0;
    max-height: 500px;
    overflow: hidden; }
    @media only screen and (max-width: 40em) {
      .single-property-listings .real-estate-single #slider {
        max-height: 300px; } }
  .single-property-listings .real-estate-single #carousel {
    margin: 0;
    max-height: 195px;
    overflow: hidden; }
    .single-property-listings .real-estate-single #carousel li {
      cursor: pointer; }
    @media only screen and (max-width: 40em) {
      .single-property-listings .real-estate-single #carousel {
        display: none; } }
  .single-property-listings .real-estate-single .content {
    margin-top: 45px; }
    .single-property-listings .real-estate-single .content h2, .single-property-listings .real-estate-single .content .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .single-property-listings .real-estate-single .content a, .single-property-listings .real-estate-single .content .feed-news h2 a, .feed-news h2 .single-property-listings .real-estate-single .content a {
      margin-top: 0; }
    .single-property-listings .real-estate-single .content .block-contact {
      margin-top: 0; }
    .single-property-listings .real-estate-single .content .property-overview div {
      font-size: 16px;
      font-weight: 500;
      color: #6d6e71; }
      .single-property-listings .real-estate-single .content .property-overview div span {
        font-weight: bold; }
      .single-property-listings .real-estate-single .content .property-overview div:not(:last-child) {
        margin-bottom: 15px; }
    @media only screen and (max-width: 40em) {
      .single-property-listings .real-estate-single .content .property-overview {
        margin-bottom: 10px; } }
  .single-property-listings .real-estate-single .suggested h2, .single-property-listings .real-estate-single .suggested .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .single-property-listings .real-estate-single .suggested a, .single-property-listings .real-estate-single .suggested .feed-news h2 a, .feed-news h2 .single-property-listings .real-estate-single .suggested a {
    margin-bottom: 40px;
    text-align: center; }
  .single-property-listings .real-estate-single .suggested h3 {
    margin: 20px 0 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #231f20; }
  .single-property-listings .real-estate-single .suggested h4 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #a7a9ac; }
  .single-property-listings .real-estate-single .suggested .image-container {
    max-height: 140px;
    overflow: hidden; }

.page-wrap.contests .feed-contests {
  padding-top: 30px; }
  .page-wrap.contests .feed-contests .row:not(:last-child) {
    margin-bottom: 20px; }

.contest-details h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #6d6e71; }
.contest-details p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #6d6e71; }

.upcoming ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .upcoming ul li {
    border-bottom: 1px solid #e7e7e8;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .upcoming ul li h3 {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      color: #6d6e71; }
    .upcoming ul li h4 {
      margin: 0;
      font-size: 12px;
      font-weight: 300;
      color: #6d6e71; }

.contact-box #gform_wrapper_1 {
  margin: 0; }
  .contact-box #gform_wrapper_1 form ul li {
    margin: 0 0 20px 0;
    padding: 0; }
    .contact-box #gform_wrapper_1 form ul li:nth-child(1), .contact-box #gform_wrapper_1 form ul li:nth-child(2) {
      float: left;
      width: 50%;
      clear: none; }
    .contact-box #gform_wrapper_1 form ul li:nth-child(1) {
      padding-right: 15px; }
    .contact-box #gform_wrapper_1 form ul li label {
      display: none; }
    .contact-box #gform_wrapper_1 form ul li .ginput_container {
      margin: 0; }
      .contact-box #gform_wrapper_1 form ul li .ginput_container input {
        padding-left: 10px;
        width: 100%; }
.contact-box .connect-information {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #6d6e71; }
  .contact-box .connect-information h3 {
    margin: 0 0 35px 0;
    font-size: 20px;
    font-weight: bold;
    color: #231f20; }
  .contact-box .connect-information hr {
    margin: 30px 0; }
  .contact-box .connect-information a {
    display: inline-block;
    color: #6d6e71;
    line-height: 25px; }
    .contact-box .connect-information a.social {
      margin-bottom: 15px; }
      .contact-box .connect-information a.social.last {
        margin-bottom: 0; }
    .contact-box .connect-information a span {
      margin-right: 15px;
      display: inline-block;
      width: 30px;
      text-align: center; }
    .contact-box .connect-information a i {
      color: #343233;
      font-size: 25px; }

.search-feed {
  padding: 30px 0; }
  .search-feed article h2, .search-feed article .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .search-feed article a, .search-feed article .feed-news h2 a, .feed-news h2 .search-feed article a {
    margin: 0; }
  .search-feed article span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px; }
  .search-feed article p {
    margin: 0 0 0 0; }
  .search-feed article .category {
    margin-top: 20px; }

.feed-events {
  padding-top: 30px; }
  .feed-events h2, .feed-events .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-events a, .feed-events .feed-news h2 a, .feed-news h2 .feed-events a {
    border-bottom: 1px solid #e7e7e8;
    margin: 30px 0;
    padding: 0 0 30px 0; }
    .feed-events h2:first-child, .feed-events .feature-boxes .col-xs-12 .block-title h2 a:first-child, .feature-boxes .col-xs-12 .block-title h2 .feed-events a:first-child, .feed-events .feed-news h2 a:first-child, .feed-news h2 .feed-events a:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 40em) {
      .feed-events h2, .feed-events .feature-boxes .col-xs-12 .block-title h2 a, .feature-boxes .col-xs-12 .block-title h2 .feed-events a, .feed-events .feed-news h2 a, .feed-news h2 .feed-events a {
        text-align: center; } }
  .feed-events hr {
    margin: 0; }
  .feed-events .row {
    padding: 30px 0; }
    @media only screen and (max-width: 40em) {
      .feed-events .row {
        text-align: center; } }
    .feed-events .row .date {
      display: inline-block;
      border: 1px solid #000;
      width: 100px;
      height: 100px;
      text-align: center; }
      .feed-events .row .date span {
        display: block;
        width: 100%; }
        .feed-events .row .date span:first-child {
          padding: 5px 0;
          background-color: #000;
          color: #fff;
          font-size: 12px;
          letter-spacing: 3px;
          text-transform: uppercase; }
        .feed-events .row .date span:last-child {
          font-size: 28px;
          line-height: 75px;
          font-family: "Roboto Slab", serif;
          font-weight: bold; }
    .feed-events .row div hr {
      margin: 30px 0; }
    .feed-events .row .row {
      padding: 0; }
      .feed-events .row .row h3, .feed-events .row .row h4 {
        margin: 0; }
      .feed-events .row .row h3 {
        color: #a7a9ac;
        font-size: 19px;
        font-family: "Poppins", sans-serif;
        font-weight: 600; }
        @media only screen and (max-width: 40em) {
          .feed-events .row .row h3 {
            padding-top: 20px; } }
        .feed-events .row .row h3 a {
          color: #a7a9ac; }
      .feed-events .row .row h4 {
        margin-top: 5px;
        color: #6d6e71;
        font-size: 16px;
        font-weight: 500;
        font-family: "Poppins", sans-serif; }
        @media only screen and (max-width: 40em) {
          .feed-events .row .row h4 {
            margin-top: 0; } }
      .feed-events .row .row .learn-more {
        text-align: right; }
        @media only screen and (max-width: 40em) {
          .feed-events .row .row .learn-more {
            padding-top: 20px;
            text-align: center; } }
        .feed-events .row .row .learn-more a {
          color: #5d5e5e;
          letter-spacing: 3px;
          text-transform: uppercase;
          text-decoration: underline;
          font-weight: 300; }

/*# sourceMappingURL=app.css.map */
