@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
/**
Global settings
**/
/**
Color Definitions
**/
/**
Grid Variables
**/
/**
Header Variables
**/
/**
Menu Variables
**/
/**
Banner Variables
**/
/**
Slider Variables
**/
/**
Spotlight Variables
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: avenir-book;
  src: url("../fonts/Avenir-Book.ttf"); }

@font-face {
  font-family: avenir-black;
  src: url("../fonts/Avenir-Black.ttf"); }

@font-face {
  font-family: avenir-heavy;
  src: url("../fonts/Avenir-Heavy.ttf"); }

@font-face {
  font-family: avenir-light;
  src: url("../fonts/Avenir-Ligth.ttf"); }

@font-face {
  font-family: avenir-medium;
  src: url("../fonts/Avenir-Medium.ttf"); }

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 2px solid #86754e;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .selectric {
      margin-bottom: 0; } }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 20px;
  font-size: 18px;
  font-family: 'avenir-book', 'open-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  color: #312e2a;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 480px) {
    .selectric .label {
      line-height: 68px;
      height: 68px; } }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 30px;
  background-color: #86754e; }
  @media (min-width: 480px) {
    .selectric .button {
      height: 68px; } }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 22px;
  width: 28px;
  height: 27px;
  background: url("../img/dropdown.png") no-repeat; }
  @media (min-width: 480px) {
    .selectric .button:after {
      top: 20px; } }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #86754e; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #86754e; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  font-family: 'avenir-book', 'open-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #312e2a;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

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

.color--white {
  color: #ffffff; }

.color--accent {
  color: #86754e; }

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

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

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

.text--extra-lineheight {
  line-height: 26px; }

.text--highlight {
  font-family: 'avenir-heavy', 'open-sans', sans-serif;
  font-size: 20px; }

.background--light {
  background-color: #f6f5f2; }

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

.background--dark {
  background-color: #312e2a;
  color: #fff; }

.spacing--some {
  margin: 30px 0; }

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

.jongen-header {
  background-color: #000000;
  color: #ffffff; }
  @media (min-width: 480px) {
    .jongen-header {
      min-height: 180px; } }
  .jongen-header #menuToggle {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0; }

.jongen-logo__img {
  margin: 20px auto; }
  @media (min-width: 480px) {
    .jongen-logo__img {
      margin: 42px 0 0 10px; } }

@media (min-width: 480px) {
  .jongen-menu {
    min-height: 180px;
    display: flex;
    flex: 1;
    align-items: center; } }

.jongen-menu ul {
  text-align: center; }
  @media (min-width: 480px) {
    .jongen-menu ul {
      text-align: left; } }
  @media (min-width: 480px) {
    .jongen-menu ul li {
      display: inline-block; } }
  .jongen-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0;
    display: inline-block;
    text-align: center; }
    @media (min-width: 480px) {
      .jongen-menu ul li a {
        padding: 8px;
        letter-spacing: -1px; } }
    .jongen-menu ul li a:hover {
      color: #86754e; }

.jongen-banner {
  min-height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .jongen-banner__tagline {
    height: 220px;
    color: #ffffff;
    display: flex;
    flex: 1;
    align-items: center;
    text-transform: uppercase; }
  .jongen-banner__buttons {
    background-color: rgba(0, 0, 0, 0.3); }
  .jongen-banner__button {
    background-color: #f8f8f8;
    color: #312e2a;
    border: 1px solid #86754e;
    margin: 30px 55px;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px; }

.jongen-slider {
  position: relative;
  min-height: 465px;
  height: 465px; }

.jongen-slider-info {
  position: relative;
  min-height: 600px;
  height: 600px; }


  .jongen-slider-info__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
    height: 600px; }
    .jongen-slider-info__wrapper__slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      color: #000; }
      .jongen-slider-info__wrapper__slide__filler {
        height: 600px; }


  .jongen-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 465px;
    height: 465px;
    width: 100%; }
  .jongen-slider__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 465px;
    height: 465px; }
    .jongen-slider__wrapper__slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      color: #000; }
      .jongen-slider__wrapper__slide__filler {
        height: 465px; }
    .jongen-slider__wrapper__dots {
      text-align: center;
      position: absolute;
      bottom: 10px;
      width: 100%;
      z-index: 10; }
      .jongen-slider__wrapper__dots li {
        display: inline-block; }
        .jongen-slider__wrapper__dots li.slick-active button:before {
          opacity: 1; }
        .jongen-slider__wrapper__dots li button {
          font: normal normal normal 14px/1 FontAwesome;
          -webkit-font-smoothing: antialiased;
          color: transparent;
          background: transparent;
          border: none;
          width: 15px;
          height: 15px;
          font-size: 0;
          cursor: pointer;
          outline: none; }
          .jongen-slider__wrapper__dots li button:hover:before {
            opacity: 0.75; }
          .jongen-slider__wrapper__dots li button:before {
            font-size: 10px;
            content: "\f111";
            color: #ffffff;
            opacity: 0.5; }

h1 {
  font-size: 32px; }

.jongen-spotlight {
  margin: 30px 0px;
  font-family: 'avenir-black', 'open-sans', sans-serif; }
  .jongen-spotlight__slider__slide {
    outline: none; }
  .jongen-spotlight__buttons {
    margin-top: 20px;
    border: 2px solid #86754e;
    display: inline-block;
    color: #86754e;
    padding: 10px 12px;
    font-weight: normal;
    cursor: pointer; }
  .jongen-spotlight-block {
    border: 2px solid #86754e;
    width: 100%;
    padding-top: calc(100% - 4px);
    /* 1:1 Aspect Ratio */
    position: relative;
    margin-bottom: 10px; }
    @media (min-width: 480px) {
      .jongen-spotlight-block {
        margin-bottom: 0; } }
    .jongen-spotlight-block__content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
      .jongen-spotlight-block__content__image {
        height: 55%;
        background-color: #86754e;
        overflow-y: hidden;
        position: relative; }
      .jongen-spotlight-block__content__label {
        background-color: #86754e;
        color: #ffffff;
        font-size: 22px;
        position: absolute;
        top: 30px;
        text-align: center;
        padding: 10px 30px;
        text-transform: uppercase; }
      .jongen-spotlight-block__content__more-info {
        background-color: #86754e;
        color: #ffffff;
        text-transform: uppercase;
        height: 10%;
        display: table;
        text-align: center;
        font-size: 22px;
        width: 100%; }
        .jongen-spotlight-block__content__more-info span {
          display: table-cell;
          vertical-align: middle; }
      .jongen-spotlight-block__content__price-info {
        color: #312e2a;
        text-transform: uppercase;
        width: 100%;
        font-size: 22px;
        text-align: center;
        padding: 20px 5% 15px; }
      .jongen-spotlight-block__content__description {
        color: #312e2a;
        font-family: 'avenir-book', 'open-sans', sans-serif;
        font-weight: bold;
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 5px 2%; }
      .jongen-spotlight-block__content__social {
        color: #86754e;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 15px 5%; }
        .jongen-spotlight-block__content__social a {
          color: #86754e;
          margin: 0 10px; }

.jongen-text {
  padding: 65px 0;
  border-top: 2px solid #c1bfbc;
  border-bottom: 2px solid #c1bfbc; }
  .jongen-text__title {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-size: 36px;
    color: #86754e;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 10px;
    overflow-x: hidden; }
    @media (min-width: 480px) {
      .jongen-text__title {
        padding-top: 0; } }
    .jongen-text__title__bold {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      color: #312e2a;
      letter-spacing: -2px; }
  .jongen-text__text {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-weight: bold;
    color: #312e2a; }
    .jongen-text__text p {
      margin: 13px 0; }

.jongen-icons {
  padding: 65px 0; }
  .jongen-icons__title {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-size: 36px;
    color: #86754e;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 10px;
    overflow-x: hidden; }
    @media (min-width: 480px) {
      .jongen-icons__title {
        padding-top: 0; } }
    .jongen-icons__title__bold {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      color: #312e2a;
      letter-spacing: -2px; }
  .jongen-icons__wrapper {
    border: 2px solid #c1bfbc;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 10px auto; }
    @media (min-width: 480px) {
      .jongen-icons__wrapper {
        margin: 0 auto; } }
  .jongen-icons a {
    text-decoration: none; }
  .jongen-icons__icon__image {
    width: 60px;
    height: 50px;
    margin: 30px auto 10px; }
  .jongen-icons__icon__text {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
    color: #312e2a; }

.jongen-image-text {
  padding: 65px 0;
  border-top: 2px solid #c1bfbc;
  border-bottom: 2px solid #c1bfbc; }
  .jongen-image-text__title {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-size: 36px;
    color: #86754e;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-x: hidden; }
    @media (min-width: 480px) {
      .jongen-image-text__title {
        padding-top: 0; } }
    .jongen-image-text__title__bold {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      color: #312e2a;
      letter-spacing: -2px; }
  .jongen-image-text__text {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-weight: bold;
    color: #312e2a; }
    .jongen-image-text__text p {
      margin: 13px 0; }

.icon--woningen {
  background: url("../img/logos.png") no-repeat 0 0; }

.icon--appartementen {
  background: url("../img/logos.png") no-repeat -60px 0; }

.icon--nieuwbouw {
  background: url("../img/logos.png") no-repeat -120px 0; }

.icon--gronden {
  background: url("../img/logos.png") no-repeat -180px 0; }

.icon--projecten {
  background: url("../img/logos.png") no-repeat -240px 0; }

.icon--bedrijfsvastgoed {
  background: url("../img/logos.png") no-repeat -301px 0; }

.jongen-newsletter {
  padding: 65px 0;
  border-top: 2px solid #c1bfbc;
  border-bottom: 2px solid #c1bfbc; }
  .jongen-newsletter__title {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-size: 36px;
    color: #86754e;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
    overflow-x: hidden; }
    @media (min-width: 480px) {
      .jongen-newsletter__title {
        padding-top: 0; } }
    .jongen-newsletter__title__bold {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      color: #312e2a;
      letter-spacing: -2px; }
  .jongen-newsletter__text {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-weight: bold;
    color: #312e2a; }
  .jongen-newsletter__form {
    margin-top: 60px;
    font-size: 0; }
    .jongen-newsletter__form__box {
      display: inline-block;
      border: 2px solid #86754e;
      padding: 18px; }
      .jongen-newsletter__form__box__input {
        border: none;
        border-bottom: 2px #ccc dotted;
        background-color: #f6f5f2;
        outline: none;
        font-size: 20px; }
        @media (min-width: 480px) {
          .jongen-newsletter__form__box__input {
            width: 400px; } }
    .jongen-newsletter__form__submit {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      background-color: #86754e;
      border: 2px solid #86754e;
      margin: 0;
      padding: 19px 50px;
      color: #ffffff;
      font-size: 18px;
      vertical-align: top;
      text-transform: uppercase;
      cursor: pointer;
      outline: none; }

.jongen-infobar__text {
  font-family: 'avenir-book', 'open-sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 30px;
  text-align: center; }
  @media (min-width: 480px) {
    .jongen-infobar__text {
      text-align: left; } }

.jongen-infobar__button {
  border: 2px solid #c1bfbc;
  background-color: transparent;
  padding: 10px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 0;
  cursor: pointer;
  outline: none; }
  @media (min-width: 480px) {
    .jongen-infobar__button {
      margin-top: 0;
      margin-left: 30px; } }

.jongen-contact {
  padding: 65px 0; }
  .jongen-contact__title {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    font-size: 36px;
    color: #86754e;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
    overflow-x: hidden; }
    @media (min-width: 480px) {
      .jongen-contact__title {
        padding-top: 0; } }
    .jongen-contact__title__bold {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      color: #312e2a;
      letter-spacing: -2px; }
  .jongen-contact__form {
    padding-top: 60px; }
    .jongen-contact__form__box {
      border: 2px solid #c1bfbc;
      padding: 16px 8px;
      margin: 0 0 20px; }
      .jongen-contact__form__box__input {
        font-family: 'avenir-book', 'open-sans', sans-serif;
        border: none;
        background-color: #f6f5f2;
        outline: none;
        font-size: 12px;
        width: 100%;
        color: #86754e;
        font-weight: bold; }
      .jongen-contact__form__box textarea {
        max-width: 100%;
        min-width: 100%;
        height: 100px; }
    .jongen-contact__form__submit {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      border: 2px solid #c1bfbc;
      background-color: transparent;
      margin: 0;
      padding: 9px 25px;
      color: #86754e;
      font-size: 14px;
      vertical-align: top;
      text-transform: uppercase;
      cursor: pointer;
      outline: none; }
  .jongen-contact__info {
    font-family: 'avenir-book', 'open-sans', sans-serif;
    padding: 80px 0 0 30px;
    font-size: 14px;
    color: #86754e;
    font-weight: bold; }
    .jongen-contact__info p {
      margin-bottom: 20px; }
    .jongen-contact__info i {
      color: #312e2a;
      min-width: 15px; }
    .jongen-contact__info__title {
      font-family: 'avenir-black', 'open-sans', sans-serif;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      letter-spacing: -1px;
      color: #312e2a; }

.jongen-zoeken {
  min-height: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .jongen-zoeken__tagline {
    height: 220px;
    color: #ffffff;
    display: flex;
    flex: 1;
    align-items: center;
    text-transform: uppercase; }

* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", serif; }

img {
  max-width: 100%; }

input::-moz-focus-inner {
  margin-bottom: 1px; }

.slick-slide {
  height: auto !important; }
