.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

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

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

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

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

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

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

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

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

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

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/***********
	color
***********/
/*$khaki: #d5c2b4;*/
/***********
	typography
***********/
@font-face {
  font-family: 'RealMadrid';
  src: url("../fonts/RealMadrid2009.eot?#iefix") format("embedded-opentype"), url("../fonts/RealMadrid2009.woff") format("woff"), url("../fonts/RealMadrid2009.ttf") format("truetype"), url("../fonts/RealMadrid2009.svg#RealMadrid2009") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BlackStone';
  src: url("../fonts/BlackStone.eot?#iefix") format("embedded-opentype"), url("../fonts/BlackStone.otf") format("opentype"), url("../fonts/BlackStone.woff") format("woff"), url("../fonts/BlackStone.ttf") format("truetype"), url("../fonts/BlackStone.svg#BlackStone") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/335E90_0_0.eot");
  src: url("../fonts/335E90_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/335E90_0_0.woff2") format("woff2"), url("../fonts/335E90_0_0.woff") format("woff"), url("../fonts/335E90_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/335E90_1_0.eot");
  src: url("../fonts/335E90_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/335E90_1_0.woff2") format("woff2"), url("../fonts/335E90_1_0.woff") format("woff"), url("../fonts/335E90_1_0.ttf") format("truetype"); }
/**********
	typography
**********/
body {
  font-family: "ProximaNova-Regular"; }

h1, h3, h4, h5 {
  font-family: "RealMadrid"; }

h2 {
  font-family: "BlackStone";
  font-weight: normal;
  line-height: 1;
  margin: 0;
  font-size: 2.66rem; }

h2.section-title {
  text-align: center;
  padding-bottom: 2rem; }

h3 {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 1.6rem; }

a {
  color: #000;
  -ms-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease; }
  a:visited {
    color: #000; }
  a:hover {
    color: #acbec5; }

a.cta {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "ProximaNova-Regular";
  font-size: .8rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: .666rem 1.66rem;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  a.cta:hover {
    border: 1px solid #acbec5;
    background-color: #acbec5;
    color: #fff; }

ul#menu-primary-nav {
  margin: 0;
  padding: 0; }
  ul#menu-primary-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 1.9rem; }
    ul#menu-primary-nav li:last-child {
      padding-right: 0; }
    ul#menu-primary-nav li a {
      font-family: "ProximaNova-Bold";
      font-size: .9rem;
      display: inline-block;
      text-transform: uppercase;
      color: #000;
      text-decoration: none;
      letter-spacing: 1px;
      -ms-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      font-size: .8rem; }
      ul#menu-primary-nav li a:hover {
        color: #acbec5; }

.menu-primary-nav-container {
  text-align: right; }

.social-links {
  float: right;
  margin-left: .666rem; }
  .social-links a {
    display: inline-block;
    padding-left: 1.5rem;
    text-decoration: none;
    -ms-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease; }
    .social-links a:visited {
      color: #000; }
    .social-links a:hover {
      color: #acbec5; }

img.brand-logo {
  max-width: 17rem; }

header.site-header {
  padding-top: 1rem; }

/**********
	utilities
**********/
section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }

.contain {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem; }

.site-header .contain {
  max-width: 72rem; }

.boost-txt {
  text-align: center; }
  .boost-txt p {
    font-family: "ProximaNova-Regular";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 1rem; }

.padded-col {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.pad-left-side {
  max-width: 90%; }

.pad-right-side {
  padding-left: 5%; }

span.smaller {
  font-size: .8rem; }

/**********

	home

***********/
section.home-hero {
  padding-top: 0; }
  section.home-hero .contain {
    max-width: 55rem; }

.home-hero-txt-col {
  background: #e8edef;
  text-align: center;
  padding: 3rem;
  -ms-transform: translateY(4rem);
  -moz-transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  z-index: 9; }

.home-hero-row {
  /* margin-top: 4rem; */
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative; }

.home-hero-bkg {
  position: absolute;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

img.box-logo {
  width: 6rem; }

.home-intro h2 {
  padding-top: 1rem;
  padding-bottom: 1.6rem; }
.home-intro img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.home-testimonial {
  background: #e8edef;
  text-align: center;
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 5rem; }
  .home-testimonial h1 {
    color: #acbec5;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 0;
    transform: translateY(-1rem); }

.testimonial-slide {
  width: 100%;
  padding-right: 9rem;
  padding-left: 9rem; }
  .testimonial-slide p {
    font-size: 1.2rem; }
  .testimonial-slide span.author {
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    letter-spacing: 4px;
    font-size: .9rem; }

.cta-card {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cta-card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .cta-card > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .cta-card h2 {
    color: #fff;
    text-align: center;
    padding-top: 22%;
    font-size: 3.6rem; }

.cta-gray-bar {
  background-color: #e8edef;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0; }

img#home-cta-stamp {
  position: absolute;
  max-width: 8rem;
  z-index: 2;
  left: 51%;
  top: 1rem; }

section.home-ctas {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.home-hero-bkg .slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 1s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0; }
  .home-hero-bkg .slide.show {
    opacity: 1; }

/*************

	About

**************/
.about-top h3 {
  margin-top: 0; }

section.about-lower {
  padding-top: 0; }
  section.about-lower .boost-txt p {
    margin-bottom: 3rem; }
  section.about-lower .contain {
    max-width: 54rem; }

/**************

	Blog

***************/
.bi-featured-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bi-featured-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .bi-featured-img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.blog-item h3 a {
  text-decoration: none; }

.blog-item .row {
  padding: 5rem 0;
  border-top: 1px solid #9a9a9a; }

.blog-item:first-child .row {
  border-top: none; }

.home-blog-item {
  text-align: center;
  max-width: 19rem; }
  .home-blog-item h1 {
    font-size: 1.4rem;
    letter-spacing: .5px;
    line-height: 1.3;
    font-weight: normal; }
    .home-blog-item h1 a {
      text-decoration: none;
      color: #acbec5; }

.home-blog-excerpt p {
  font-size: .9rem;
  text-align: left; }

.single-content {
  text-align: left; }
  .single-content img {
    width: 100%; }

.single-nav-contain {
  padding: 5rem 0;
  max-width: 49rem; }

nav.navigation.post-navigation {
  width: 100%; }

.fb-share-contain {
  text-align: right; }
  .fb-share-contain a {
    color: #acbec5;
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 1rem; }

.social-single-section .contain {
  padding-top: 1.333rem;
  border-top: 1px solid #acbec5;
  max-width: 51rem; }

.single-buckets {
  background-color: #e8edef;
  margin-top: 2rem; }
  .single-buckets a.blog-bucket-item {
    display: inline-block;
    text-align: center;
    color: #acbec5;
    text-decoration: none; }
    .single-buckets a.blog-bucket-item img {
      width: 100%; }
  .single-buckets h1 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    background: white;
    letter-spacing: .5px;
    margin-top: -.5rem;
    padding: 2rem 0 1.5rem; }

button#load-more:hover {
  background-color: #acbec5 !important; }

button#load-more {
  background-color: #e8edef !important;
  color: #000 !important;
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem; }

/************

	About

************/
.about-block {
  background-color: #f3efeb;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3rem;
  position: relative;
  padding: 4rem; }

/************

	Booking

*************/
.booking {
  background-color: #e8edef; }
  .booking h3 {
    text-align: center;
    padding-bottom: 2rem; }
  .booking .contain {
    max-width: 54rem; }

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

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 textarea {
  width: 100%;
  padding: 1rem 2rem;
  font-family: "ProximaNova-Bold";
  font-size: .8rem;
  letter-spacing: 1px;
  margin-bottom: 1rem; }
.wpcf7 input[type="submit"] {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-family: "ProximaNova-Regular";
  font-size: .8rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: .666rem 1.66rem; }

/************

	Portfolio

*************/
.portfolio {
  background-color: #e8edef; }
  .portfolio .flickity-page-dots {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    position: relative; }

.portfolio-top .contain {
  max-width: 64rem; }

.port-slider .row {
  width: 90%;
  margin: 0 auto; }
.port-slider .slide-item {
  width: 100%; }

.port-slide-col img {
  width: 96%;
  /*padding-left: 2%;
  padding-right: 2%;*/ }

img.slide-img-3 {
  margin-top: 7%; }

.page-template-page-portfolio-tpl h1, .page-template-page-contact-tpl h1 {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center; }

.portfolio-top h3 {
  margin-top: 0;
  line-height: 1.4; }

.port-slide-col {
  max-height: 35.5rem;
  overflow: hidden; }

.packages ul {
  margin-left: 0; }
  .packages ul li {
    margin-bottom: .333rem; }

/************

	Contact

*************/
.contact-top-right {
  text-align: center; }
  .contact-top-right h1 {
    margin-bottom: 1rem; }
  .contact-top-right img {
    max-width: 13rem; }

section.contact-package {
  padding-top: 0;
  padding-bottom: 0; }
  section.contact-package .contain {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #b3b3b3; }

img.contact-top-img {
  max-width: 85%; }

/*************

	Footer

*************/
h2.footer-tag {
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.page-template-page-front-tpl h2.footer-tag, .blog h2.footer-tag {
  border-top: 1px solid #9a9a9a; }

.colophon {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3efeb; }
  .colophon p, .colophon a {
    color: #b08c73; }
  .colophon ul#menu-footer-nav {
    margin: 0;
    padding: 0; }
    .colophon ul#menu-footer-nav li {
      display: inline-block;
      padding-right: 1rem; }
      .colophon ul#menu-footer-nav li:last-child {
        padding-right: 0; }
      .colophon ul#menu-footer-nav li a {
        font-family: "ProximaNova-Bold";
        font-weight: normal;
        font-size: .85rem;
        color: #b08c73;
        text-decoration: none;
        text-transform: uppercase; }
  .colophon .footer-copyright {
    text-align: center; }
    .colophon .footer-copyright p {
      font-size: .8rem;
      margin: 0; }
  .colophon .social-links a:visited {
    color: #b08c73; }

.sm-header-right {
  display: none;
  text-align: right; }
  .sm-header-right .fa {
    font-size: 3.3rem; }

.sm-menu-contain {
  display: none; }
  .sm-menu-contain ul {
    margin: 0;
    width: 100%; }
    .sm-menu-contain ul li {
      list-style: none;
      text-align: center;
      padding: .6rem .5rem;
      border-bottom: 1px solid #e8edef;
      width: 100%; }
      .sm-menu-contain ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-family: "ProximaNova-Bold";
        font-size: 1.666rem;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none; }
  .sm-menu-contain .social-links {
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: center; }
    .sm-menu-contain .social-links a {
      font-size: 2.2rem; }

@media all and (min-width: 64.1rem) {
  .sm-menu-contain {
    display: none !important; } }
@media all and (max-width: 1100px) {
  ul#menu-primary-nav li {
    padding-right: .6rem; }
    ul#menu-primary-nav li a {
      font-size: .8rem; }

  .social-links a {
    padding-left: 1rem; } }
@media all and (max-width: 900px) {
  ul#menu-primary-nav li {
    padding-right: .4rem; }
    ul#menu-primary-nav li a {
      font-size: .7rem; }

  .social-links a {
    padding-left: .8rem; } }
/* md breakpoint !!!! changed to sm */
@media all and (max-width: 48rem) {
  .header-right {
    display: none; }

  .sm-header-right {
    display: block; }

  /* home */
  .home-hero-bkg {
    position: relative;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3rem; }
    .home-hero-bkg:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .home-hero-bkg > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

  .home-hero-row {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative; }

  .home-blog-item {
    display: block;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }

  .colophon {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .colophon .social-links {
      float: none; } }
@media all and (max-width: 48rem) {
  .head-logo {
    text-align: center; }
    .head-logo img {
      width: 75%; } }
@media all and (max-width: 42rem) {
  .testimonial-slide {
    padding-right: 0;
    padding-left: 0; }

  .home-blog-item {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .home-blog-item {
    display: block;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

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